diff options
118 files changed, 15 insertions, 7815 deletions
@@ -48,7 +48,6 @@ cos-* java/cos Special conditions apply for commercial use cosmo/* games/cosmo Possible copyright infringement CrystalSVGforGnomeIcons* x11-themes/gnome-icons-crystal Themes may contain artwork not done by the author. Keep FreeBSD safe if theme author violated copyrights. cyberbit/* x11-fonts/cyberbit-ttfonts Not free for commercial use -datamodeler databases/datamodeler Packaging prohibited by Oracle license dbvis java/dbvis Redistribution is not permitted dcl-*-C.tar.gz science/cdcl No commercial use dcl-*.tar.gz science/dcl No commercial use @@ -15717,3 +15717,18 @@ net/remmina-plugin-www|net/remmina|2020-11-24|Moved to remmina flavored version net/remmina-plugin-xdmcp|net/remmina|2020-11-24|Moved to remmina flavored version net/remmina-plugins|net/remmina|2020-11-24|Moved to remmina flavored version graphics/jpeg|graphics/jpeg-turbo|2020-12-01|Has expired: Outdated and vulnerable, new version breaks API and ABI +databases/datamodeler||2020-12-01|Has expired: depends on expiring java/openjfx8-devel +devel/gradle4||2020-12-01|Has expired: only needed for expiring java/openjfx8-devel +devel/py-astroid1|devel/py-astroid|2020-12-01|Has expired: Use devel/py-astroid instead +devel/pylint1|devel/pylint|2020-12-01|Has expired: Use devel/pylint instead +german/mediathekview||2020-12-01|Has expired: depends on expiring java/openjfx8-devel +java/openjfx8-devel||2020-12-01|Has expired: No longer maintained upstream +java/openjfx8-scenebuilder||2020-12-01|Has expired: depends on expiring java/openjfx8-devel +net-im/py-sleekxmpp|net-im/py-slixmpp|2020-12-01|Has expired: Upstream archived and advices to use net-im/py-slixmpp +net-mgmt/zabbix44-agent|net-mgmt/zabbix5-agent|2020-12-01|Has expired: End of Life +net-mgmt/zabbix44-frontend|net-mgmt/zabbix5-frontend|2020-12-01|Has expired: End of Life +net-mgmt/zabbix44-java|net-mgmt/zabbix5-java|2020-12-01|Has expired: End of Life +net-mgmt/zabbix44-proxy|net-mgmt/zabbix5-proxy|2020-12-01|Has expired: End of Life +net-mgmt/zabbix44-server|net-mgmt/zabbix5-server|2020-12-01|Has expired: End of Life +print/jabref||2020-12-01|Has expired: depends on expiring java/openjfx8-devel +science/datawarrior||2020-12-01|Has expired: depends on expiring java/openjfx8-devel diff --git a/databases/Makefile b/databases/Makefile index 5a6b9556004c..6b222ed7bb6b 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -53,7 +53,6 @@ SUBDIR += credis SUBDIR += cutelyst-asql SUBDIR += dalmp - SUBDIR += datamodeler SUBDIR += db SUBDIR += db5 SUBDIR += db6 diff --git a/databases/datamodeler/Makefile b/databases/datamodeler/Makefile deleted file mode 100644 index 3cfd38d54995..000000000000 --- a/databases/datamodeler/Makefile +++ /dev/null @@ -1,92 +0,0 @@ -# Created by: jjuanino@gmail.com -# $FreeBSD$ - -PORTNAME= datamodeler -PORTVERSION= 19.4.0.350.1424 -CATEGORIES= databases java -MASTER_SITES= #http://www.oracle.com/technetwork/developer-tools/datamodeler/downloads/index.html -DISTNAME= ${PORTNAME}-${PORTVERSION}${DISTVERSIONSUFFIX}-noarch -EXTRACT_SUFX= .rpm -DIST_SUBDIR= oracle - -MAINTAINER= jjuanino@gmail.com -COMMENT= Database modeling tool - -EXTRACT_DEPENDS=rpm2cpio.pl:archivers/rpm2cpio -RUN_DEPENDS= bash:shells/bash ${JAVA_HOME}/bin/javafxpackager:java/openjfx8-devel - -USES= gnome - -#http://www.oracle.com/technetwork/licenses/sqldev-license-152021.html -LICENSE_NAME= OTN -LICENSE_PERMS= no-dist-mirror no-dist-sell no-pkg-mirror - -USE_JAVA= yes -INSTALLS_ICONS= yes - -JAVA_VERSION= 1.8+ - -NO_BUILD= yes - -RESTRICTED= Packaging prohibited by Oracle license -NO_CDROM= Packaging prohibited by Oracle license - -DEPRECATED= depends on expiring java/openjfx8-devel -EXPIRATION_DATE= 2020-11-30 - -DATADIR= ${JAVASHAREDIR}/${PORTNAME} -WRKSRC= ${WRKDIR}/opt/${PORTNAME} -SUB_FILES= ${PORTNAME}.script.sh -SUB_LIST= JAVA_HOME=${JAVA_HOME} - -OPTIONS_DEFINE= DOCS - -# configure desktop file -post-patch: - @${REINPLACE_CMD} -e \ - 's|/opt/datamodeler/icon.png|${PREFIX}/share/icons/hicolor/128x128/apps/${PORTNAME}.png|' \ - ${WRKSRC}/datamodeler.desktop - @${ECHO} "Categories=Utility" >> ${WRKSRC}/datamodeler.desktop - -.include <bsd.port.pre.mk> - -.if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE= due to Oracle license restrictions, you must fetch the source \ -distribution manually. Please access \ -http://www.oracle.com/technetwork/developer-tools/datamodeler/downloads/index.html \ -with a web browser and follow the link for the ${DISTFILES}. You will be \ -required to register and log in, but you can create an account on that \ -page. After registration and accepting the Oracle License, download the \ -distribution file, ${DISTFILES}, into ${DISTDIR}/${DIST_SUBDIR}/ and then \ -restart this installation. -.endif - -do-install: - ${ECHO_MSG} -n ">> Installing scripts..." - ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.script.sh ${STAGEDIR}/${PREFIX}/bin/${PORTNAME} - ${ECHO_MSG} " [ DONE ]" - -.for d in configuration datamodeler dropins dvt equinox external ide \ - jdbc jdev jlib module modules netbeans rdbms sleepycat \ - sqldeveloper svnkit - ${ECHO_MSG} -n ">> Installing data directory '${d}'..." - cd ${WRKSRC} && ${FIND} ${d} -type d \ - -exec ${MKDIR} ${STAGEDIR}/${DATADIR}/\{} \; - cd ${WRKSRC} && ${FIND} ${d} -type f \ - -not -name "*.exe" \ - -not -name "*.bak" \ - -not -name "*.dll" \ - -not -name "*.so" \ - -exec ${INSTALL_DATA} \{} ${STAGEDIR}/${DATADIR}/\{} \; - ${ECHO_MSG} " [ DONE ]" -.endfor - - ${ECHO_MSG} -n ">> Installing icon and desktop file ..." - ${MKDIR} ${STAGEDIR}/${PREFIX}/share/applications/ \ - ${STAGEDIR}/${PREFIX}/share/icons/hicolor/128x128/apps/ - ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop ${STAGEDIR}/${PREFIX}/share/applications/ - ${INSTALL_DATA} ${WRKSRC}/icon.png ${STAGEDIR}/${PREFIX}/share/icons/hicolor/128x128/apps/datamodeler.png - - @${ECHO_MSG} " [ DONE ]" - -.include <bsd.port.post.mk> diff --git a/databases/datamodeler/distinfo b/databases/datamodeler/distinfo deleted file mode 100644 index 9581ff25b094..000000000000 --- a/databases/datamodeler/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1581176521 -SHA256 (oracle/datamodeler-19.4.0.350.1424-noarch.rpm) = 04fdf57c2d9a4710a3299795649b3ea9bd94132a1d09e0e0e58b3914bc627748 -SIZE (oracle/datamodeler-19.4.0.350.1424-noarch.rpm) = 252695504 diff --git a/databases/datamodeler/files/datamodeler.script.sh.in b/databases/datamodeler/files/datamodeler.script.sh.in deleted file mode 100644 index 3432da64012c..000000000000 --- a/databases/datamodeler/files/datamodeler.script.sh.in +++ /dev/null @@ -1,7 +0,0 @@ -#!%%LOCALBASE%%/bin/bash -# -# $FreeBSD$ -# - -cd %%DATADIR%%/datamodeler/bin -JAVA_HOME="%%JAVA_HOME%%" exec %%LOCALBASE%%/bin/bash datamodeler $* diff --git a/databases/datamodeler/pkg-descr b/databases/datamodeler/pkg-descr deleted file mode 100644 index 67e6e611129a..000000000000 --- a/databases/datamodeler/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Oracle SQL Developer Data Modeler is a free data and database modeling tool, -providing a full range of utilities to support your data modeling needs. SQL -Developer Data Modeler can connect to any supported Oracle Database and is -platform independent. - -WWW: https://www.oracle.com/database/technologies/appdev/datamodeler.html diff --git a/databases/datamodeler/pkg-plist b/databases/datamodeler/pkg-plist deleted file mode 100644 index 44f0fec5c7b2..000000000000 --- a/databases/datamodeler/pkg-plist +++ /dev/null @@ -1,1795 +0,0 @@ -bin/datamodeler -share/applications/datamodeler.desktop -share/icons/hicolor/128x128/apps/datamodeler.png -%%DATADIR%%/configuration/bundles.info -%%DATADIR%%/configuration/oracle.ide.sqldev.bundles.info -%%DATADIR%%/datamodeler/bin/common.boot -%%DATADIR%%/datamodeler/bin/datamodeler -%%DATADIR%%/datamodeler/bin/datamodeler-Darwin.conf -%%DATADIR%%/datamodeler/bin/datamodeler.boot -%%DATADIR%%/datamodeler/bin/datamodeler.conf -%%DATADIR%%/datamodeler/bin/java11.conf -%%DATADIR%%/datamodeler/bin/logging.conf -%%DATADIR%%/datamodeler/bin/splash.png -%%DATADIR%%/datamodeler/bin/version.properties -%%DATADIR%%/datamodeler/doc/datamodeler_help.jar -%%DATADIR%%/datamodeler/doc/welcome/en/welcome.html -%%DATADIR%%/datamodeler/doc/welcome/en/welcome.js -%%DATADIR%%/datamodeler/doc/welcome/en/welcome_tran_source.js -%%DATADIR%%/datamodeler/doc/welcome/footer_style.css -%%DATADIR%%/datamodeler/doc/welcome/main.css -%%DATADIR%%/datamodeler/doc/welcome/startPage_script.js -%%DATADIR%%/datamodeler/doc/welcome/subPage_script.js -%%DATADIR%%/datamodeler/doc/welcome/welcomeImages/TPaths.png -%%DATADIR%%/datamodeler/doc/welcome/welcomeImages/closedbook.png -%%DATADIR%%/datamodeler/doc/welcome/welcomeImages/codesampleicon.png -%%DATADIR%%/datamodeler/doc/welcome/welcomeImages/cuecardsicon.png -%%DATADIR%%/datamodeler/doc/welcome/welcomeImages/default_center.png -%%DATADIR%%/datamodeler/doc/welcome/welcomeImages/default_left.png -%%DATADIR%%/datamodeler/doc/welcome/welcomeImages/default_right.png -%%DATADIR%%/datamodeler/doc/welcome/welcomeImages/footer_img.png -%%DATADIR%%/datamodeler/doc/welcome/welcomeImages/gotootnicon.png -%%DATADIR%%/datamodeler/doc/welcome/welcomeImages/helptopicicon.png -%%DATADIR%%/datamodeler/doc/welcome/welcomeImages/kd_coach.png -%%DATADIR%%/datamodeler/doc/welcome/welcomeImages/mouse_down_center.png -%%DATADIR%%/datamodeler/doc/welcome/welcomeImages/mouse_down_left.png -%%DATADIR%%/datamodeler/doc/welcome/welcomeImages/mouse_down_right.png -%%DATADIR%%/datamodeler/doc/welcome/welcomeImages/mouse_over_center.png -%%DATADIR%%/datamodeler/doc/welcome/welcomeImages/mouse_over_left.png -%%DATADIR%%/datamodeler/doc/welcome/welcomeImages/mouse_over_right.png -%%DATADIR%%/datamodeler/doc/welcome/welcomeImages/openbook.png -%%DATADIR%%/datamodeler/doc/welcome/welcomeImages/startpage_main.png -%%DATADIR%%/datamodeler/doc/welcome/welcomeImages/tile.png -%%DATADIR%%/datamodeler/doc/welcome/welcomeImages/tile_1.png -%%DATADIR%%/datamodeler/doc/welcome/welcomeImages/tile_2.png -%%DATADIR%%/datamodeler/doc/welcome/welcomeImages/welcome_r2_c2.png -%%DATADIR%%/datamodeler/doc/welcome/welcomeImages/welcome_r2_c2_f2.png -%%DATADIR%%/datamodeler/doc/welcome/welcomeImages/welcome_r2_c2_f2_only.png -%%DATADIR%%/datamodeler/doc/welcome/welcomeImages/welcome_r2_c2_f3.png -%%DATADIR%%/datamodeler/doc/welcome/welcomeImages/welcome_r2_c2_f4.png -%%DATADIR%%/datamodeler/doc/welcome/welcomeImages/welcome_r2_c2_f5.png -%%DATADIR%%/datamodeler/doc/welcome/welcomeImages/welcome_r2_c3.png -%%DATADIR%%/datamodeler/doc/welcome/welcomeImages/welcome_r2_c3_f2.png -%%DATADIR%%/datamodeler/doc/welcome/welcomeImages/welcome_r2_c3_f3.png -%%DATADIR%%/datamodeler/doc/welcome/welcomeImages/welcome_r2_c3_f4.png -%%DATADIR%%/datamodeler/doc/welcome/welcomeImages/welcome_r2_c3_f5.png -%%DATADIR%%/datamodeler/extensions/oracle.datamodeler.jar -%%DATADIR%%/datamodeler/lib/ActiveQueryBuilder.jar -%%DATADIR%%/datamodeler/lib/RSyntaxTextArea.License.txt -%%DATADIR%%/datamodeler/lib/avalon-framework-4.2.0.jar -%%DATADIR%%/datamodeler/lib/awxml.jar -%%DATADIR%%/datamodeler/lib/commons-io-1.3.1.jar -%%DATADIR%%/datamodeler/lib/commons-logging-1.0.4.jar -%%DATADIR%%/datamodeler/lib/dom4j-1.6.1.jar -%%DATADIR%%/datamodeler/lib/fop.jar -%%DATADIR%%/datamodeler/lib/jlfgr.jar -%%DATADIR%%/datamodeler/lib/js.jar -%%DATADIR%%/datamodeler/lib/olap_api.jar -%%DATADIR%%/datamodeler/lib/oracle.sqldeveloper.homesupport.jar -%%DATADIR%%/datamodeler/lib/pdfbox-app-2.0.13.jar -%%DATADIR%%/datamodeler/lib/rsyntaxtextarea-3.0.2.jar -%%DATADIR%%/datamodeler/lib/saxon-9.1.0.8.jar -%%DATADIR%%/datamodeler/lib/serializer-2.7.0.jar -%%DATADIR%%/datamodeler/lib/xalan-2.7.0.jar -%%DATADIR%%/datamodeler/lib/xml-apis-ext.jar -%%DATADIR%%/datamodeler/lib/xml-apis.jar -%%DATADIR%%/datamodeler/lib/xmlbeans-2.3.0.jar -%%DATADIR%%/datamodeler/lib/xmlgraphics-commons-1.3.1.jar -%%DATADIR%%/datamodeler/reports/CreateExtraUserForReporting.sql -%%DATADIR%%/datamodeler/reports/DMRS_Upgrade_Script_DM2.0patch_DM2.1.sql -%%DATADIR%%/datamodeler/reports/DMRS_Upgrade_Script_DM2.0patch_DM3.0.sql -%%DATADIR%%/datamodeler/reports/DMRS_Upgrade_Script_DM2.0patch_DM3.0_DML.sql -%%DATADIR%%/datamodeler/reports/DMRS_Upgrade_Script_DM2_DM2patch.sql -%%DATADIR%%/datamodeler/reports/DMRS_Upgrade_Script_DM3.0_DM3.1.sql -%%DATADIR%%/datamodeler/reports/DMRS_Upgrade_Script_DM3.1_DM3.3.sql -%%DATADIR%%/datamodeler/reports/DMRS_Upgrade_Script_DM3.3_DM4.0.sql -%%DATADIR%%/datamodeler/reports/DMRS_Upgrade_Script_DM4.0_DM4.1.sql -%%DATADIR%%/datamodeler/reports/DMRS_Upgrade_Script_DM4.1.6_DM4.1.7.sql -%%DATADIR%%/datamodeler/reports/DMRS_Upgrade_Script_DM4.1Beta_DM4.1.sql -%%DATADIR%%/datamodeler/reports/Pkg_Osdm_Utils.sql -%%DATADIR%%/datamodeler/reports/Pkg_Osdm_Utils_body.sql -%%DATADIR%%/datamodeler/reports/Reporting Schema diagrams/Data Types model.pdf -%%DATADIR%%/datamodeler/reports/Reporting Schema diagrams/DataElement Constraints.pdf -%%DATADIR%%/datamodeler/reports/Reporting Schema diagrams/Diagrams.pdf -%%DATADIR%%/datamodeler/reports/Reporting Schema diagrams/Domains and Logical types.pdf -%%DATADIR%%/datamodeler/reports/Reporting Schema diagrams/Logical Model elements.pdf -%%DATADIR%%/datamodeler/reports/Reporting Schema diagrams/Logical to Process Modeling.pdf -%%DATADIR%%/datamodeler/reports/Reporting Schema diagrams/Related to Design.pdf -%%DATADIR%%/datamodeler/reports/Reporting Schema diagrams/Relational Model elements.pdf -%%DATADIR%%/datamodeler/reports/Reporting Schema diagrams/Reporting Schema without Process Model.pdf -%%DATADIR%%/datamodeler/reports/Reporting_Schema_Permissions.sql -%%DATADIR%%/datamodeler/reports/Reporting_Schema_Upgrade_Readme.txt -%%DATADIR%%/datamodeler/reports/Reports_Info.txt -%%DATADIR%%/datamodeler/reports/css/osddm_main.css -%%DATADIR%%/datamodeler/reports/css/osddm_toc_tree.css -%%DATADIR%%/datamodeler/reports/css/osddm_vs.css -%%DATADIR%%/datamodeler/reports/fop.xconf -%%DATADIR%%/datamodeler/reports/img/disclosecollapsed_ena.png -%%DATADIR%%/datamodeler/reports/img/discloseexpanded_ena.png -%%DATADIR%%/datamodeler/reports/js/toc_filter.js -%%DATADIR%%/datamodeler/reports/oracle.sqldeveloper.datamodeler_reports.59.46.zip -%%DATADIR%%/datamodeler/reports/osddm_upgr.sql -%%DATADIR%%/datamodeler/reports/osddm_upgrerr.sql -%%DATADIR%%/datamodeler/reports/osddm_upgrrun.sql -%%DATADIR%%/datamodeler/reports/xslt/10/AllCollectionTypesDetails_html.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/AllCollectionTypesDetails_pdf.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/AllCollectionTypesDetails_rtf.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/AllDistinctTypesDetails_html.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/AllDistinctTypesDetails_pdf.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/AllDistinctTypesDetails_rtf.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/AllDomainsDetails_html.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/AllDomainsDetails_pdf.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/AllDomainsDetails_rtf.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/AllEntitiesDetails_html.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/AllEntitiesDetails_pdf.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/AllEntitiesDetails_rtf.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/AllEntitiesViewsDetails_html.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/AllEntitiesViewsDetails_pdf.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/AllEntitiesViewsDetails_rtf.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/AllStructuredTypesDetails_html.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/AllStructuredTypesDetails_pdf.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/AllStructuredTypesDetails_rtf.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/AllTablesDetails_html.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/AllTablesDetails_pdf.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/AllTablesDetails_rtf.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/AllTablesViewsDetails_html.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/AllTablesViewsDetails_pdf.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/AllTablesViewsDetails_rtf.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/ChangeRequestsDetails_html.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/ChangeRequestsDetails_pdf.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/ChangeRequestsDetails_rtf.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/GlossaryDetails_html.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/GlossaryDetails_pdf.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/GlossaryDetails_rtf.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/MeasurementsDetails_html.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/MeasurementsDetails_pdf.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/MeasurementsDetails_rtf.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/ObjectsComparison_html.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/ObjectsComparison_pdf.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/ObjectsComparison_rtf.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/SearchResults_html.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/SearchResults_pdf.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/SearchResults_rtf.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/SingleCollectionTypeDetails_html.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/SingleCollectionTypeDetails_pdf.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/SingleCollectionTypeDetails_rtf.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/SingleDistinctTypeDetails_html.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/SingleDistinctTypeDetails_pdf.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/SingleDistinctTypeDetails_rtf.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/SingleEntityDetails_html.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/SingleEntityDetails_pdf.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/SingleEntityDetails_rtf.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/SingleEntityViewDetails_html.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/SingleEntityViewDetails_pdf.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/SingleEntityViewDetails_rtf.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/SingleStructuredTypeDetails_html.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/SingleStructuredTypeDetails_pdf.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/SingleStructuredTypeDetails_rtf.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/SingleTableDetails_html.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/SingleTableDetails_pdf.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/SingleTableDetails_rtf.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/SingleTableViewDetails_html.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/SingleTableViewDetails_pdf.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/SingleTableViewDetails_rtf.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/UserDefinedProperties_html.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/UserDefinedProperties_pdf.xslt -%%DATADIR%%/datamodeler/reports/xslt/10/UserDefinedProperties_rtf.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/AllCollectionTypesDetails_html.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/AllCollectionTypesDetails_pdf.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/AllCollectionTypesDetails_rtf.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/AllDistinctTypesDetails_html.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/AllDistinctTypesDetails_pdf.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/AllDistinctTypesDetails_rtf.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/AllDomainsDetails_html.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/AllDomainsDetails_pdf.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/AllDomainsDetails_rtf.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/AllEntitiesDetails_html.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/AllEntitiesDetails_pdf.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/AllEntitiesDetails_rtf.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/AllEntitiesViewsDetails_html.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/AllEntitiesViewsDetails_pdf.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/AllEntitiesViewsDetails_rtf.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/AllStructuredTypesDetails_html.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/AllStructuredTypesDetails_pdf.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/AllStructuredTypesDetails_rtf.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/AllTablesDetails_html.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/AllTablesDetails_pdf.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/AllTablesDetails_rtf.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/AllTablesViewsDetails_html.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/AllTablesViewsDetails_pdf.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/AllTablesViewsDetails_rtf.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/ChangeRequestsDetails_html.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/ChangeRequestsDetails_pdf.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/ChangeRequestsDetails_rtf.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/GlossaryDetails_html.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/GlossaryDetails_pdf.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/GlossaryDetails_rtf.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/MeasurementsDetails_html.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/MeasurementsDetails_pdf.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/MeasurementsDetails_rtf.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/ObjectsComparison_html.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/ObjectsComparison_pdf.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/ObjectsComparison_rtf.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/SearchResults_html.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/SearchResults_pdf.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/SearchResults_rtf.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/SingleCollectionTypeDetails_html.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/SingleCollectionTypeDetails_pdf.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/SingleCollectionTypeDetails_rtf.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/SingleDistinctTypeDetails_html.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/SingleDistinctTypeDetails_pdf.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/SingleDistinctTypeDetails_rtf.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/SingleEntityDetails_html.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/SingleEntityDetails_pdf.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/SingleEntityDetails_rtf.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/SingleEntityViewDetails_html.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/SingleEntityViewDetails_pdf.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/SingleEntityViewDetails_rtf.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/SingleStructuredTypeDetails_html.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/SingleStructuredTypeDetails_pdf.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/SingleStructuredTypeDetails_rtf.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/SingleTableDetails_html.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/SingleTableDetails_pdf.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/SingleTableDetails_rtf.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/SingleTableViewDetails_html.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/SingleTableViewDetails_pdf.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/SingleTableViewDetails_rtf.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/UserDefinedProperties_html.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/UserDefinedProperties_pdf.xslt -%%DATADIR%%/datamodeler/reports/xslt/20/UserDefinedProperties_rtf.xslt -%%DATADIR%%/datamodeler/samples/Dimensional_model/Global11_demo.pdf -%%DATADIR%%/datamodeler/samples/Dimensional_model/global11_demo.zip -%%DATADIR%%/datamodeler/templates/ABBREVS_SAMPLE.csv -%%DATADIR%%/datamodeler/templates/plurals.csv -%%DATADIR%%/datamodeler/types/custom_report_templates.xml -%%DATADIR%%/datamodeler/types/defaultRDBMSSites.xml -%%DATADIR%%/datamodeler/types/dl_settings.xml -%%DATADIR%%/datamodeler/types/dr_custom_scripts.xml -%%DATADIR%%/datamodeler/types/old_defaultdomains.xml -%%DATADIR%%/datamodeler/types/types.xml -%%DATADIR%%/datamodeler/xmlmetadata/ASMDiskOraclev10g.xml -%%DATADIR%%/datamodeler/xmlmetadata/AUXTableDB2.xml -%%DATADIR%%/datamodeler/xmlmetadata/AUXTableIndexDB2.xml -%%DATADIR%%/datamodeler/xmlmetadata/AVT.xml -%%DATADIR%%/datamodeler/xmlmetadata/AbstractDTObject.xml -%%DATADIR%%/datamodeler/xmlmetadata/AbstractDesign.xml -%%DATADIR%%/datamodeler/xmlmetadata/AbstractMDObject.xml -%%DATADIR%%/datamodeler/xmlmetadata/AbstractProcessObject.xml -%%DATADIR%%/datamodeler/xmlmetadata/AbstractStorageDesignDB2.xml -%%DATADIR%%/datamodeler/xmlmetadata/AbstractStorageObjectDB2.xml -%%DATADIR%%/datamodeler/xmlmetadata/AbstractStorageObjectOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/AbstractStorageObjectSqlServer.xml -%%DATADIR%%/datamodeler/xmlmetadata/AbstractView.xml -%%DATADIR%%/datamodeler/xmlmetadata/AbstractViewElement.xml -%%DATADIR%%/datamodeler/xmlmetadata/AliasDB2.xml -%%DATADIR%%/datamodeler/xmlmetadata/AliasUDB.xml -%%DATADIR%%/datamodeler/xmlmetadata/AliasUDBv71.xml -%%DATADIR%%/datamodeler/xmlmetadata/AliasUDBv81.xml -%%DATADIR%%/datamodeler/xmlmetadata/Arc.xml -%%DATADIR%%/datamodeler/xmlmetadata/Attribute.xml -%%DATADIR%%/datamodeler/xmlmetadata/BIContact.xml -%%DATADIR%%/datamodeler/xmlmetadata/BIDocument.xml -%%DATADIR%%/datamodeler/xmlmetadata/BIEmail.xml -%%DATADIR%%/datamodeler/xmlmetadata/BILocation.xml -%%DATADIR%%/datamodeler/xmlmetadata/BIPhone.xml -%%DATADIR%%/datamodeler/xmlmetadata/BIResourceLocator.xml -%%DATADIR%%/datamodeler/xmlmetadata/BIResponsibleParty.xml -%%DATADIR%%/datamodeler/xmlmetadata/BitmapJoinIndexOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/BitmapJoinIndexOraclev10g.xml -%%DATADIR%%/datamodeler/xmlmetadata/BitmapJoinIndexOraclev9i.xml -%%DATADIR%%/datamodeler/xmlmetadata/BufferPool16K.xml -%%DATADIR%%/datamodeler/xmlmetadata/BufferPool32K.xml -%%DATADIR%%/datamodeler/xmlmetadata/BufferPool4K.xml -%%DATADIR%%/datamodeler/xmlmetadata/BufferPool8K.xml -%%DATADIR%%/datamodeler/xmlmetadata/BufferPoolDB2.xml -%%DATADIR%%/datamodeler/xmlmetadata/BufferPoolUDB.xml -%%DATADIR%%/datamodeler/xmlmetadata/BufferPoolUDBv71.xml -%%DATADIR%%/datamodeler/xmlmetadata/BufferPoolUDBv81.xml -%%DATADIR%%/datamodeler/xmlmetadata/BusinessInfoDesign.xml -%%DATADIR%%/datamodeler/xmlmetadata/CalculatedAttribute.xml -%%DATADIR%%/datamodeler/xmlmetadata/CandidateKey.xml -%%DATADIR%%/datamodeler/xmlmetadata/ChangeRequest.xml -%%DATADIR%%/datamodeler/xmlmetadata/ClusterColumnOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/ClusterColumnOraclev10g.xml -%%DATADIR%%/datamodeler/xmlmetadata/ClusterColumnOraclev9i.xml -%%DATADIR%%/datamodeler/xmlmetadata/ClusterIndexOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/ClusterIndexOraclev10g.xml -%%DATADIR%%/datamodeler/xmlmetadata/ClusterIndexOraclev9i.xml -%%DATADIR%%/datamodeler/xmlmetadata/ClusterOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/ClusterOraclev10g.xml -%%DATADIR%%/datamodeler/xmlmetadata/ClusterOraclev9i.xml -%%DATADIR%%/datamodeler/xmlmetadata/CollectionType.DataTypeWrapper.xml -%%DATADIR%%/datamodeler/xmlmetadata/CollectionType.xml -%%DATADIR%%/datamodeler/xmlmetadata/CollectionTypeProxy.xml -%%DATADIR%%/datamodeler/xmlmetadata/CollectionTypeProxyOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/CollectionTypeProxyOraclev10g.xml -%%DATADIR%%/datamodeler/xmlmetadata/CollectionTypeProxyOraclev9i.xml -%%DATADIR%%/datamodeler/xmlmetadata/Column.DependentColumnDescriptor.xml -%%DATADIR%%/datamodeler/xmlmetadata/Column.xml -%%DATADIR%%/datamodeler/xmlmetadata/ColumnIdentityDB2.xml -%%DATADIR%%/datamodeler/xmlmetadata/ColumnIdentityDB2v80.xml -%%DATADIR%%/datamodeler/xmlmetadata/ColumnProxy.xml -%%DATADIR%%/datamodeler/xmlmetadata/ColumnProxyDB2.xml -%%DATADIR%%/datamodeler/xmlmetadata/ColumnProxyDB2v80.xml -%%DATADIR%%/datamodeler/xmlmetadata/ColumnProxyOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/ColumnProxyOraclev10g.xml -%%DATADIR%%/datamodeler/xmlmetadata/ColumnProxyOraclev11g.xml -%%DATADIR%%/datamodeler/xmlmetadata/ColumnProxyOraclev12c.xml -%%DATADIR%%/datamodeler/xmlmetadata/ColumnProxyOraclev9i.xml -%%DATADIR%%/datamodeler/xmlmetadata/ColumnProxySqlServer.xml -%%DATADIR%%/datamodeler/xmlmetadata/ColumnProxySqlServerv2k.xml -%%DATADIR%%/datamodeler/xmlmetadata/ColumnProxySqlServerv2k12.xml -%%DATADIR%%/datamodeler/xmlmetadata/ColumnProxySqlServerv2k5.xml -%%DATADIR%%/datamodeler/xmlmetadata/ColumnProxyUDB.xml -%%DATADIR%%/datamodeler/xmlmetadata/ColumnProxyUDBv71.xml -%%DATADIR%%/datamodeler/xmlmetadata/ColumnProxyUDBv81.xml -%%DATADIR%%/datamodeler/xmlmetadata/ColumnUsage.xml -%%DATADIR%%/datamodeler/xmlmetadata/ColumnView.xml -%%DATADIR%%/datamodeler/xmlmetadata/ContainedObject.xml -%%DATADIR%%/datamodeler/xmlmetadata/ContainedObjectWithDomain.xml -%%DATADIR%%/datamodeler/xmlmetadata/ContainerMapping.xml -%%DATADIR%%/datamodeler/xmlmetadata/ContainerObject.xml -%%DATADIR%%/datamodeler/xmlmetadata/ContainerUDB.xml -%%DATADIR%%/datamodeler/xmlmetadata/ContainerUDBv71.xml -%%DATADIR%%/datamodeler/xmlmetadata/ContainerUDBv81.xml -%%DATADIR%%/datamodeler/xmlmetadata/ContainerView.xml -%%DATADIR%%/datamodeler/xmlmetadata/ContainerWithKeyObject.xml -%%DATADIR%%/datamodeler/xmlmetadata/ContextOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/ContextOraclev10g.xml -%%DATADIR%%/datamodeler/xmlmetadata/ContextOraclev9i.xml -%%DATADIR%%/datamodeler/xmlmetadata/Cube.xml -%%DATADIR%%/datamodeler/xmlmetadata/DBConnectionStamp.xml -%%DATADIR%%/datamodeler/xmlmetadata/DBPartitionGroupUDBv81.xml -%%DATADIR%%/datamodeler/xmlmetadata/DDLFileStamp.xml -%%DATADIR%%/datamodeler/xmlmetadata/DPVMultidimensional.xml -%%DATADIR%%/datamodeler/xmlmetadata/DTReference.xml -%%DATADIR%%/datamodeler/xmlmetadata/DTRelation.xml -%%DATADIR%%/datamodeler/xmlmetadata/DataBaseDB2.xml -%%DATADIR%%/datamodeler/xmlmetadata/DataBaseOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/DataBaseOraclev10g.xml -%%DATADIR%%/datamodeler/xmlmetadata/DataBaseOraclev9i.xml -%%DATADIR%%/datamodeler/xmlmetadata/DataBaseSpaceDB2.xml -%%DATADIR%%/datamodeler/xmlmetadata/DataBaseSqlServer.xml -%%DATADIR%%/datamodeler/xmlmetadata/DataBaseSqlServerv2k.xml -%%DATADIR%%/datamodeler/xmlmetadata/DataBaseSqlServerv2k12.xml -%%DATADIR%%/datamodeler/xmlmetadata/DataBaseSqlServerv2k5.xml -%%DATADIR%%/datamodeler/xmlmetadata/DataBaseUDB.xml -%%DATADIR%%/datamodeler/xmlmetadata/DataBaseUDBv71.xml -%%DATADIR%%/datamodeler/xmlmetadata/DataBaseUDBv81.xml -%%DATADIR%%/datamodeler/xmlmetadata/DataFileOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/DataFileOraclev10g.xml -%%DATADIR%%/datamodeler/xmlmetadata/DataFileOraclev9i.xml -%%DATADIR%%/datamodeler/xmlmetadata/DataFileSqlServer.xml -%%DATADIR%%/datamodeler/xmlmetadata/DataFileSqlServerv2k.xml -%%DATADIR%%/datamodeler/xmlmetadata/DataFileSqlServerv2k5.xml -%%DATADIR%%/datamodeler/xmlmetadata/DataFlowDesign.xml -%%DATADIR%%/datamodeler/xmlmetadata/DataTypesDesign.xml -%%DATADIR%%/datamodeler/xmlmetadata/DefaultSqlServer.xml -%%DATADIR%%/datamodeler/xmlmetadata/DefaultSqlServerv2k.xml -%%DATADIR%%/datamodeler/xmlmetadata/DefaultSqlServerv2k5.xml -%%DATADIR%%/datamodeler/xmlmetadata/Design.DesignStorageDesc.xml -%%DATADIR%%/datamodeler/xmlmetadata/Design.xml -%%DATADIR%%/datamodeler/xmlmetadata/DesignObject.xml -%%DATADIR%%/datamodeler/xmlmetadata/DesignPart.xml -%%DATADIR%%/datamodeler/xmlmetadata/DesignPartView.xml -%%DATADIR%%/datamodeler/xmlmetadata/Dimension.PermanentCalcMember.xml -%%DATADIR%%/datamodeler/xmlmetadata/Dimension.xml -%%DATADIR%%/datamodeler/xmlmetadata/DimensionAttributeOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/DimensionAttributeOraclev10g.xml -%%DATADIR%%/datamodeler/xmlmetadata/DimensionAttributeOraclev9i.xml -%%DATADIR%%/datamodeler/xmlmetadata/DimensionOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/DimensionOraclev10g.xml -%%DATADIR%%/datamodeler/xmlmetadata/DimensionOraclev9i.xml -%%DATADIR%%/datamodeler/xmlmetadata/DirectoryOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/DirectoryOraclev10g.xml -%%DATADIR%%/datamodeler/xmlmetadata/DirectoryOraclev9i.xml -%%DATADIR%%/datamodeler/xmlmetadata/DiskGroupOraclev10g.xml -%%DATADIR%%/datamodeler/xmlmetadata/DistinctType.xml -%%DATADIR%%/datamodeler/xmlmetadata/DistinctTypeDB2.xml -%%DATADIR%%/datamodeler/xmlmetadata/DistinctTypeProxy.xml -%%DATADIR%%/datamodeler/xmlmetadata/DistinctTypeProxySqlServer.xml -%%DATADIR%%/datamodeler/xmlmetadata/DistinctTypeProxySqlServerv2k5.xml -%%DATADIR%%/datamodeler/xmlmetadata/DistinctTypeUDB.xml -%%DATADIR%%/datamodeler/xmlmetadata/Domain.xml -%%DATADIR%%/datamodeler/xmlmetadata/DomainFileWrapper.xml -%%DATADIR%%/datamodeler/xmlmetadata/Entity.xml -%%DATADIR%%/datamodeler/xmlmetadata/EntityView.xml -%%DATADIR%%/datamodeler/xmlmetadata/Event.xml -%%DATADIR%%/datamodeler/xmlmetadata/ExtendedMap.xml -%%DATADIR%%/datamodeler/xmlmetadata/ExternalAgent.xml -%%DATADIR%%/datamodeler/xmlmetadata/ExternalData.xml -%%DATADIR%%/datamodeler/xmlmetadata/ExternalTableColumnOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/ExternalTableColumnOraclev10g.xml -%%DATADIR%%/datamodeler/xmlmetadata/ExternalTableColumnOraclev9i.xml -%%DATADIR%%/datamodeler/xmlmetadata/ExternalTableOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/ExternalTableOraclev10g.xml -%%DATADIR%%/datamodeler/xmlmetadata/ExternalTableOraclev9i.xml -%%DATADIR%%/datamodeler/xmlmetadata/FKArc.xml -%%DATADIR%%/datamodeler/xmlmetadata/FKIndexAssociation.xml -%%DATADIR%%/datamodeler/xmlmetadata/FKProxyDB2.xml -%%DATADIR%%/datamodeler/xmlmetadata/FKProxyOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/FKProxyOraclev10g.xml -%%DATADIR%%/datamodeler/xmlmetadata/FKProxyOraclev9i.xml -%%DATADIR%%/datamodeler/xmlmetadata/FKProxySqlServer.xml -%%DATADIR%%/datamodeler/xmlmetadata/FKProxySqlServerv2k.xml -%%DATADIR%%/datamodeler/xmlmetadata/FKProxySqlServerv2k5.xml -%%DATADIR%%/datamodeler/xmlmetadata/FKProxyUDB.xml -%%DATADIR%%/datamodeler/xmlmetadata/FKProxyUDBv71.xml -%%DATADIR%%/datamodeler/xmlmetadata/FKProxyUDBv81.xml -%%DATADIR%%/datamodeler/xmlmetadata/FactEntitiesJoin.xml -%%DATADIR%%/datamodeler/xmlmetadata/FailGroupOraclev10g.xml -%%DATADIR%%/datamodeler/xmlmetadata/FileGroupSqlServer.xml -%%DATADIR%%/datamodeler/xmlmetadata/FileGroupSqlServerv2k.xml -%%DATADIR%%/datamodeler/xmlmetadata/FileGroupSqlServerv2k5.xml -%%DATADIR%%/datamodeler/xmlmetadata/Flow.xml -%%DATADIR%%/datamodeler/xmlmetadata/FontObjectWr.xml -%%DATADIR%%/datamodeler/xmlmetadata/FunctionOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/FunctionUDB.xml -%%DATADIR%%/datamodeler/xmlmetadata/HashPartitionLobItemOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/HashPartitionLobItemOraclev10g.xml -%%DATADIR%%/datamodeler/xmlmetadata/HashPartitionLobItemOraclev9i.xml -%%DATADIR%%/datamodeler/xmlmetadata/HashPartitionOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/HashPartitionOraclev10g.xml -%%DATADIR%%/datamodeler/xmlmetadata/HashPartitionOraclev9i.xml -%%DATADIR%%/datamodeler/xmlmetadata/Hierarchy.xml -%%DATADIR%%/datamodeler/xmlmetadata/HierarchyOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/HierarchyOraclev10g.xml -%%DATADIR%%/datamodeler/xmlmetadata/HierarchyOraclev9i.xml -%%DATADIR%%/datamodeler/xmlmetadata/ImpliedForeignKey.xml -%%DATADIR%%/datamodeler/xmlmetadata/InOutParams.xml -%%DATADIR%%/datamodeler/xmlmetadata/Index.xml -%%DATADIR%%/datamodeler/xmlmetadata/IndexGlobalPartitionOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/IndexGlobalPartitionOraclev10g.xml -%%DATADIR%%/datamodeler/xmlmetadata/IndexGlobalPartitionOraclev9i.xml -%%DATADIR%%/datamodeler/xmlmetadata/IndexGlobalPartitionsListOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/IndexGlobalPartitionsListOraclev10g.xml -%%DATADIR%%/datamodeler/xmlmetadata/IndexGlobalPartitionsListOraclev9i.xml -%%DATADIR%%/datamodeler/xmlmetadata/IndexHashPartitionLobItemOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/IndexHashPartitionLobItemOraclev10g.xml -%%DATADIR%%/datamodeler/xmlmetadata/IndexHashPartitionOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/IndexHashPartitionOraclev10g.xml -%%DATADIR%%/datamodeler/xmlmetadata/IndexOnViewSqlServer.xml -%%DATADIR%%/datamodeler/xmlmetadata/IndexOnViewSqlServerv2k.xml -%%DATADIR%%/datamodeler/xmlmetadata/IndexOnViewSqlServerv2k5.xml -%%DATADIR%%/datamodeler/xmlmetadata/IndexPartitionDB2.xml -%%DATADIR%%/datamodeler/xmlmetadata/IndexProxy.xml -%%DATADIR%%/datamodeler/xmlmetadata/IndexProxyDB2.xml -%%DATADIR%%/datamodeler/xmlmetadata/IndexProxyDB2v80.xml -%%DATADIR%%/datamodeler/xmlmetadata/IndexProxyOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/IndexProxyOraclev10g.xml -%%DATADIR%%/datamodeler/xmlmetadata/IndexProxyOraclev9i.xml -%%DATADIR%%/datamodeler/xmlmetadata/IndexProxySqlServer.xml -%%DATADIR%%/datamodeler/xmlmetadata/IndexProxySqlServerv2k.xml -%%DATADIR%%/datamodeler/xmlmetadata/IndexProxySqlServerv2k12.xml -%%DATADIR%%/datamodeler/xmlmetadata/IndexProxySqlServerv2k5.xml -%%DATADIR%%/datamodeler/xmlmetadata/IndexProxyUDB.xml -%%DATADIR%%/datamodeler/xmlmetadata/IndexProxyUDBv71.xml -%%DATADIR%%/datamodeler/xmlmetadata/IndexProxyUDBv81.xml -%%DATADIR%%/datamodeler/xmlmetadata/IndexSpaceDB2.xml -%%DATADIR%%/datamodeler/xmlmetadata/InfoStore.xml -%%DATADIR%%/datamodeler/xmlmetadata/InfoStructure.xml -%%DATADIR%%/datamodeler/xmlmetadata/InheritanceRelation.xml -%%DATADIR%%/datamodeler/xmlmetadata/InstanceDescriptorColumnDB2.xml -%%DATADIR%%/datamodeler/xmlmetadata/InstanceDescriptorColumnSqlServer.xml -%%DATADIR%%/datamodeler/xmlmetadata/InstanceUDB.xml -%%DATADIR%%/datamodeler/xmlmetadata/InstanceUDBv71.xml -%%DATADIR%%/datamodeler/xmlmetadata/InstanceUDBv81.xml -%%DATADIR%%/datamodeler/xmlmetadata/Join.xml -%%DATADIR%%/datamodeler/xmlmetadata/KeyObject.xml -%%DATADIR%%/datamodeler/xmlmetadata/Label.xml -%%DATADIR%%/datamodeler/xmlmetadata/Level.OraAWAttributes.xml -%%DATADIR%%/datamodeler/xmlmetadata/Level.xml -%%DATADIR%%/datamodeler/xmlmetadata/LevelOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/LevelOraclev10g.xml -%%DATADIR%%/datamodeler/xmlmetadata/LevelOraclev9i.xml -%%DATADIR%%/datamodeler/xmlmetadata/Link.xml -%%DATADIR%%/datamodeler/xmlmetadata/ListPartitionOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/ListPartitionOraclev10g.xml -%%DATADIR%%/datamodeler/xmlmetadata/ListPartitionOraclev11g.xml -%%DATADIR%%/datamodeler/xmlmetadata/ListPartitionOraclev9i.xml -%%DATADIR%%/datamodeler/xmlmetadata/ListStorageTemplatePartitionOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/ListStorageTemplatePartitionOraclev10g.xml -%%DATADIR%%/datamodeler/xmlmetadata/ListStorageTemplatePartitionOraclev9i.xml -%%DATADIR%%/datamodeler/xmlmetadata/LobStorageOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/LobStorageOraclev10g.xml -%%DATADIR%%/datamodeler/xmlmetadata/LobStorageOraclev11g.xml -%%DATADIR%%/datamodeler/xmlmetadata/LobStorageOraclev9i.xml -%%DATADIR%%/datamodeler/xmlmetadata/LocalIndexProperties.xml -%%DATADIR%%/datamodeler/xmlmetadata/LogicalDesign.xml -%%DATADIR%%/datamodeler/xmlmetadata/LoginSqlServer.xml -%%DATADIR%%/datamodeler/xmlmetadata/LoginSqlServerv2k.xml -%%DATADIR%%/datamodeler/xmlmetadata/LoginSqlServerv2k5.xml -%%DATADIR%%/datamodeler/xmlmetadata/MaskTemplate.xml -%%DATADIR%%/datamodeler/xmlmetadata/MaskTemplateFileWrapper.xml -%%DATADIR%%/datamodeler/xmlmetadata/MaterializedViewLogOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/MaterializedViewLogOraclev9i.xml -%%DATADIR%%/datamodeler/xmlmetadata/Measure.AggregateFunction.xml -%%DATADIR%%/datamodeler/xmlmetadata/Measure.xml -%%DATADIR%%/datamodeler/xmlmetadata/MeasureFolder.xml -%%DATADIR%%/datamodeler/xmlmetadata/Measurement.xml -%%DATADIR%%/datamodeler/xmlmetadata/Method.xml -%%DATADIR%%/datamodeler/xmlmetadata/MethodParam.xml -%%DATADIR%%/datamodeler/xmlmetadata/MethodParamProxy.xml -%%DATADIR%%/datamodeler/xmlmetadata/MethodParamProxyOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/MethodParamProxyOraclev10g.xml -%%DATADIR%%/datamodeler/xmlmetadata/MethodParamProxyOraclev9i.xml -%%DATADIR%%/datamodeler/xmlmetadata/MethodParamProxyUDB.xml -%%DATADIR%%/datamodeler/xmlmetadata/MethodProxy.xml -%%DATADIR%%/datamodeler/xmlmetadata/MethodProxyOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/MethodProxyOraclev10g.xml -%%DATADIR%%/datamodeler/xmlmetadata/MethodProxyOraclev9i.xml -%%DATADIR%%/datamodeler/xmlmetadata/MethodProxyUDB.xml -%%DATADIR%%/datamodeler/xmlmetadata/MethodProxyUDBv71.xml -%%DATADIR%%/datamodeler/xmlmetadata/MethodProxyUDBv81.xml -%%DATADIR%%/datamodeler/xmlmetadata/ModelIDObject.xml -%%DATADIR%%/datamodeler/xmlmetadata/ModelObject.xml -%%DATADIR%%/datamodeler/xmlmetadata/MultiShapedDesignObject.xml -%%DATADIR%%/datamodeler/xmlmetadata/MultidimensionalDesign.xml -%%DATADIR%%/datamodeler/xmlmetadata/NodeGroupUDB.xml -%%DATADIR%%/datamodeler/xmlmetadata/NodeGroupUDBv71.xml -%%DATADIR%%/datamodeler/xmlmetadata/OptimizerHint.xml -%%DATADIR%%/datamodeler/xmlmetadata/Owner.xml -%%DATADIR%%/datamodeler/xmlmetadata/OwnerUDB.xml -%%DATADIR%%/datamodeler/xmlmetadata/OwnerUDBv81.xml -%%DATADIR%%/datamodeler/xmlmetadata/PKProxyOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/PKProxyOraclev10g.xml -%%DATADIR%%/datamodeler/xmlmetadata/PKProxyOraclev9i.xml -%%DATADIR%%/datamodeler/xmlmetadata/PKProxySqlServer.xml -%%DATADIR%%/datamodeler/xmlmetadata/PKProxySqlServerv2k.xml -%%DATADIR%%/datamodeler/xmlmetadata/PKProxySqlServerv2k5.xml -%%DATADIR%%/datamodeler/xmlmetadata/PackageBodyOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/PackageOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/ParameterObject.xml -%%DATADIR%%/datamodeler/xmlmetadata/PartitionDB2.xml -%%DATADIR%%/datamodeler/xmlmetadata/PartitionFunctionSqlServer.xml -%%DATADIR%%/datamodeler/xmlmetadata/PartitionFunctionSqlServerv2k5.xml -%%DATADIR%%/datamodeler/xmlmetadata/PartitionListOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/PartitionListOraclev10g.xml -%%DATADIR%%/datamodeler/xmlmetadata/PartitionListOraclev11g.xml -%%DATADIR%%/datamodeler/xmlmetadata/PartitionListOraclev9i.xml -%%DATADIR%%/datamodeler/xmlmetadata/PartitionOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/PartitionOraclev10g.xml -%%DATADIR%%/datamodeler/xmlmetadata/PartitionOraclev11g.xml -%%DATADIR%%/datamodeler/xmlmetadata/PartitionOraclev9i.xml -%%DATADIR%%/datamodeler/xmlmetadata/PartitionSchemeSqlServer.xml -%%DATADIR%%/datamodeler/xmlmetadata/PartitionSchemeSqlServerv2k5.xml -%%DATADIR%%/datamodeler/xmlmetadata/PermissionsDB2.xml -%%DATADIR%%/datamodeler/xmlmetadata/PermissionsOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/PermissionsOraclev10g.xml -%%DATADIR%%/datamodeler/xmlmetadata/PermissionsOraclev9i.xml -%%DATADIR%%/datamodeler/xmlmetadata/PermissionsSqlServer.xml -%%DATADIR%%/datamodeler/xmlmetadata/PermissionsSqlServerv2k.xml -%%DATADIR%%/datamodeler/xmlmetadata/PermissionsSqlServerv2k5.xml -%%DATADIR%%/datamodeler/xmlmetadata/PermissionsUDB.xml -%%DATADIR%%/datamodeler/xmlmetadata/PermissionsUDBv71.xml -%%DATADIR%%/datamodeler/xmlmetadata/PermissionsUDBv81.xml -%%DATADIR%%/datamodeler/xmlmetadata/PlSqlSourceStorageObjectOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/PrivilegesDB2.xml -%%DATADIR%%/datamodeler/xmlmetadata/PrivilegesUDB.xml -%%DATADIR%%/datamodeler/xmlmetadata/Process.xml -%%DATADIR%%/datamodeler/xmlmetadata/ProcessModel.xml -%%DATADIR%%/datamodeler/xmlmetadata/QuotaItemOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/QuotaItemOraclev10g.xml -%%DATADIR%%/datamodeler/xmlmetadata/QuotaItemOraclev9i.xml -%%DATADIR%%/datamodeler/xmlmetadata/RDBMSSite.xml -%%DATADIR%%/datamodeler/xmlmetadata/RMDeletedMap.xml -%%DATADIR%%/datamodeler/xmlmetadata/RMExtendedMap.xml -%%DATADIR%%/datamodeler/xmlmetadata/RaggedHLink.xml -%%DATADIR%%/datamodeler/xmlmetadata/RecordStructure.xml -%%DATADIR%%/datamodeler/xmlmetadata/RedoLogGroupOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/RedoLogGroupOraclev10g.xml -%%DATADIR%%/datamodeler/xmlmetadata/RedoLogGroupOraclev9i.xml -%%DATADIR%%/datamodeler/xmlmetadata/RelMapping.xml -%%DATADIR%%/datamodeler/xmlmetadata/Relation.xml -%%DATADIR%%/datamodeler/xmlmetadata/RelationalContainerProxy.xml -%%DATADIR%%/datamodeler/xmlmetadata/RelationalDesign.xml -%%DATADIR%%/datamodeler/xmlmetadata/RelationalObjectProxy.xml -%%DATADIR%%/datamodeler/xmlmetadata/Role.xml -%%DATADIR%%/datamodeler/xmlmetadata/RoleOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/RoleOraclev10g.xml -%%DATADIR%%/datamodeler/xmlmetadata/RoleOraclev9i.xml -%%DATADIR%%/datamodeler/xmlmetadata/RoleSqlServer.xml -%%DATADIR%%/datamodeler/xmlmetadata/RoleSqlServerv2k.xml -%%DATADIR%%/datamodeler/xmlmetadata/RoleSqlServerv2k12.xml -%%DATADIR%%/datamodeler/xmlmetadata/RoleSqlServerv2k5.xml -%%DATADIR%%/datamodeler/xmlmetadata/RollbackSegmentOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/RollbackSegmentOraclev10g.xml -%%DATADIR%%/datamodeler/xmlmetadata/RollbackSegmentOraclev9i.xml -%%DATADIR%%/datamodeler/xmlmetadata/RollupLink.xml -%%DATADIR%%/datamodeler/xmlmetadata/RuleSqlServer.xml -%%DATADIR%%/datamodeler/xmlmetadata/RuleSqlServerv2k.xml -%%DATADIR%%/datamodeler/xmlmetadata/RuleSqlServerv2k5.xml -%%DATADIR%%/datamodeler/xmlmetadata/SQLAccessToAW.SQLDimension.xml -%%DATADIR%%/datamodeler/xmlmetadata/SQLAccessToAW.SQLHierarchy.xml -%%DATADIR%%/datamodeler/xmlmetadata/SQLAccessToAW.xml -%%DATADIR%%/datamodeler/xmlmetadata/SQLAttribute.xml -%%DATADIR%%/datamodeler/xmlmetadata/SQLNameHelper.xml -%%DATADIR%%/datamodeler/xmlmetadata/SchemaSqlServer.xml -%%DATADIR%%/datamodeler/xmlmetadata/SchemaSqlServerv2k.xml -%%DATADIR%%/datamodeler/xmlmetadata/SchemaSqlServerv2k5.xml -%%DATADIR%%/datamodeler/xmlmetadata/SchemaUDB.xml -%%DATADIR%%/datamodeler/xmlmetadata/SchemaUDBv71.xml -%%DATADIR%%/datamodeler/xmlmetadata/SchemaUDBv81.xml -%%DATADIR%%/datamodeler/xmlmetadata/SecondaryXmlIndexSqlServer.xml -%%DATADIR%%/datamodeler/xmlmetadata/SecondaryXmlIndexSqlServerv2k5.xml -%%DATADIR%%/datamodeler/xmlmetadata/SegmentOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/SegmentOraclev10g.xml -%%DATADIR%%/datamodeler/xmlmetadata/SegmentOraclev9i.xml -%%DATADIR%%/datamodeler/xmlmetadata/SelectionCriteria.xml -%%DATADIR%%/datamodeler/xmlmetadata/SensitiveType.xml -%%DATADIR%%/datamodeler/xmlmetadata/SensitiveTypeFileWrapper.xml -%%DATADIR%%/datamodeler/xmlmetadata/SequenceDB2.xml -%%DATADIR%%/datamodeler/xmlmetadata/SequenceOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/SequenceOraclev10g.xml -%%DATADIR%%/datamodeler/xmlmetadata/SequenceOraclev9i.xml -%%DATADIR%%/datamodeler/xmlmetadata/SequenceSqlServerv2k12.xml -%%DATADIR%%/datamodeler/xmlmetadata/SequenceUDB.xml -%%DATADIR%%/datamodeler/xmlmetadata/SequenceUDBv81.xml -%%DATADIR%%/datamodeler/xmlmetadata/Slice.MeasureWrapper.xml -%%DATADIR%%/datamodeler/xmlmetadata/Slice.SelectedLevel.xml -%%DATADIR%%/datamodeler/xmlmetadata/Slice.xml -%%DATADIR%%/datamodeler/xmlmetadata/SlowChangingAttribute.xml -%%DATADIR%%/datamodeler/xmlmetadata/SnapshotOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/SnapshotOraclev10g.xml -%%DATADIR%%/datamodeler/xmlmetadata/SnapshotOraclev11g.xml -%%DATADIR%%/datamodeler/xmlmetadata/SnapshotOraclev9i.xml -%%DATADIR%%/datamodeler/xmlmetadata/SpatialColumnDefObject.TableDimension.xml -%%DATADIR%%/datamodeler/xmlmetadata/SpatialColumnDefObject.xml -%%DATADIR%%/datamodeler/xmlmetadata/StagingTableUDB.xml -%%DATADIR%%/datamodeler/xmlmetadata/StagingTableUDBv81.xml -%%DATADIR%%/datamodeler/xmlmetadata/StorageDesign.xml -%%DATADIR%%/datamodeler/xmlmetadata/StorageDesignDB2v70.xml -%%DATADIR%%/datamodeler/xmlmetadata/StorageDesignDB2v80.xml -%%DATADIR%%/datamodeler/xmlmetadata/StorageDesignOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/StorageDesignOraclev10g.xml -%%DATADIR%%/datamodeler/xmlmetadata/StorageDesignOraclev9i.xml -%%DATADIR%%/datamodeler/xmlmetadata/StorageDesignSqlServer.xml -%%DATADIR%%/datamodeler/xmlmetadata/StorageDesignSqlServerv2k12.xml -%%DATADIR%%/datamodeler/xmlmetadata/StorageDesignSqlServerv2k5.xml -%%DATADIR%%/datamodeler/xmlmetadata/StorageDesignUDB.xml -%%DATADIR%%/datamodeler/xmlmetadata/StorageGroupDB2.xml -%%DATADIR%%/datamodeler/xmlmetadata/StorageObject.xml -%%DATADIR%%/datamodeler/xmlmetadata/StorageObjectPlaceHolder.xml -%%DATADIR%%/datamodeler/xmlmetadata/StorageTemplateDB2.xml -%%DATADIR%%/datamodeler/xmlmetadata/StoredProcedure.xml -%%DATADIR%%/datamodeler/xmlmetadata/StoredProcedureDB2.xml -%%DATADIR%%/datamodeler/xmlmetadata/StoredProcedureOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/StoredProcedureOraclev10g.xml -%%DATADIR%%/datamodeler/xmlmetadata/StoredProcedureOraclev9i.xml -%%DATADIR%%/datamodeler/xmlmetadata/StoredProcedureSqlServer.xml -%%DATADIR%%/datamodeler/xmlmetadata/StoredProcedureSqlServerv2k.xml -%%DATADIR%%/datamodeler/xmlmetadata/StoredProcedureSqlServerv2k5.xml -%%DATADIR%%/datamodeler/xmlmetadata/StoredProcedureUDB.xml -%%DATADIR%%/datamodeler/xmlmetadata/StoredProcedureUDBv71.xml -%%DATADIR%%/datamodeler/xmlmetadata/StoredProcedureUDBv81.xml -%%DATADIR%%/datamodeler/xmlmetadata/StructuredType.xml -%%DATADIR%%/datamodeler/xmlmetadata/StructuredTypeProxy.xml -%%DATADIR%%/datamodeler/xmlmetadata/StructuredTypeProxyOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/StructuredTypeProxyOraclev10g.xml -%%DATADIR%%/datamodeler/xmlmetadata/StructuredTypeProxyOraclev9i.xml -%%DATADIR%%/datamodeler/xmlmetadata/StructuredTypeProxyUDB.xml -%%DATADIR%%/datamodeler/xmlmetadata/StructuredTypeProxyUDBv81.xml -%%DATADIR%%/datamodeler/xmlmetadata/SubsetCO.xml -%%DATADIR%%/datamodeler/xmlmetadata/SupplementalLogGroup.xml -%%DATADIR%%/datamodeler/xmlmetadata/SynonymDB2.xml -%%DATADIR%%/datamodeler/xmlmetadata/SynonymOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/SynonymOraclev10g.xml -%%DATADIR%%/datamodeler/xmlmetadata/SynonymOraclev9i.xml -%%DATADIR%%/datamodeler/xmlmetadata/SynonymSqlServer.xml -%%DATADIR%%/datamodeler/xmlmetadata/TSDPPolicy.xml -%%DATADIR%%/datamodeler/xmlmetadata/TSDPPolicyFileWrapper.xml -%%DATADIR%%/datamodeler/xmlmetadata/TSDPSubPolicy.xml -%%DATADIR%%/datamodeler/xmlmetadata/TVConnector.xml -%%DATADIR%%/datamodeler/xmlmetadata/TVDiagramView.xml -%%DATADIR%%/datamodeler/xmlmetadata/Table.ColumnGroup.xml -%%DATADIR%%/datamodeler/xmlmetadata/Table.xml -%%DATADIR%%/datamodeler/xmlmetadata/TableCheckConstraintOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/TableCheckConstraintOraclev10g.xml -%%DATADIR%%/datamodeler/xmlmetadata/TableCheckConstraintOraclev9i.xml -%%DATADIR%%/datamodeler/xmlmetadata/TableCheckConstraintProxyUDB.xml -%%DATADIR%%/datamodeler/xmlmetadata/TableCheckConstraintProxyUDBv81.xml -%%DATADIR%%/datamodeler/xmlmetadata/TableLevelConstraint.xml -%%DATADIR%%/datamodeler/xmlmetadata/TablePartitionDB2.xml -%%DATADIR%%/datamodeler/xmlmetadata/TableProxy.xml -%%DATADIR%%/datamodeler/xmlmetadata/TableProxyDB2.xml -%%DATADIR%%/datamodeler/xmlmetadata/TableProxyDB2v80.xml -%%DATADIR%%/datamodeler/xmlmetadata/TableProxyOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/TableProxyOraclev10g.xml -%%DATADIR%%/datamodeler/xmlmetadata/TableProxyOraclev11g.xml -%%DATADIR%%/datamodeler/xmlmetadata/TableProxyOraclev12c.xml -%%DATADIR%%/datamodeler/xmlmetadata/TableProxyOraclev9i.xml -%%DATADIR%%/datamodeler/xmlmetadata/TableProxySqlServer.xml -%%DATADIR%%/datamodeler/xmlmetadata/TableProxySqlServerv2k.xml -%%DATADIR%%/datamodeler/xmlmetadata/TableProxySqlServerv2k5.xml -%%DATADIR%%/datamodeler/xmlmetadata/TableProxyUDB.xml -%%DATADIR%%/datamodeler/xmlmetadata/TableProxyUDBv71.xml -%%DATADIR%%/datamodeler/xmlmetadata/TableProxyUDBv81.xml -%%DATADIR%%/datamodeler/xmlmetadata/TableSpaceDB2.xml -%%DATADIR%%/datamodeler/xmlmetadata/TableSpaceDB2v80.xml -%%DATADIR%%/datamodeler/xmlmetadata/TableSpaceOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/TableSpaceOraclev10g.xml -%%DATADIR%%/datamodeler/xmlmetadata/TableSpaceOraclev9i.xml -%%DATADIR%%/datamodeler/xmlmetadata/TableSpaceUDB.xml -%%DATADIR%%/datamodeler/xmlmetadata/TableSpaceUDBv71.xml -%%DATADIR%%/datamodeler/xmlmetadata/TableSpaceUDBv81.xml -%%DATADIR%%/datamodeler/xmlmetadata/TableView.xml -%%DATADIR%%/datamodeler/xmlmetadata/TableViewProxy.xml -%%DATADIR%%/datamodeler/xmlmetadata/TableViewProxyDB2.xml -%%DATADIR%%/datamodeler/xmlmetadata/TableViewProxyOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/TableViewProxyOraclev10g.xml -%%DATADIR%%/datamodeler/xmlmetadata/TableViewProxyOraclev9i.xml -%%DATADIR%%/datamodeler/xmlmetadata/TableViewProxySqlServer.xml -%%DATADIR%%/datamodeler/xmlmetadata/TableViewProxySqlServerv2k.xml -%%DATADIR%%/datamodeler/xmlmetadata/TableViewProxySqlServerv2k5.xml -%%DATADIR%%/datamodeler/xmlmetadata/TableViewProxyUDB.xml -%%DATADIR%%/datamodeler/xmlmetadata/TableViewProxyUDBv71.xml -%%DATADIR%%/datamodeler/xmlmetadata/TableViewProxyUDBv81.xml -%%DATADIR%%/datamodeler/xmlmetadata/TargetElement.xml -%%DATADIR%%/datamodeler/xmlmetadata/TemporaryTablespaceOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/TemporaryTablespaceOraclev10g.xml -%%DATADIR%%/datamodeler/xmlmetadata/TemporaryTablespaceOraclev9i.xml -%%DATADIR%%/datamodeler/xmlmetadata/TopView.xml -%%DATADIR%%/datamodeler/xmlmetadata/Transformation.xml -%%DATADIR%%/datamodeler/xmlmetadata/TransformationFlow.xml -%%DATADIR%%/datamodeler/xmlmetadata/TransformationPackage.xml -%%DATADIR%%/datamodeler/xmlmetadata/TransformationTask.xml -%%DATADIR%%/datamodeler/xmlmetadata/Trigger.xml -%%DATADIR%%/datamodeler/xmlmetadata/TriggerDB2.xml -%%DATADIR%%/datamodeler/xmlmetadata/TriggerOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/TriggerOraclev10g.xml -%%DATADIR%%/datamodeler/xmlmetadata/TriggerOraclev9i.xml -%%DATADIR%%/datamodeler/xmlmetadata/TriggerSqlServer.xml -%%DATADIR%%/datamodeler/xmlmetadata/TriggerSqlServerv2k.xml -%%DATADIR%%/datamodeler/xmlmetadata/TriggerSqlServerv2k5.xml -%%DATADIR%%/datamodeler/xmlmetadata/TriggerUDB.xml -%%DATADIR%%/datamodeler/xmlmetadata/TriggerUDBv71.xml -%%DATADIR%%/datamodeler/xmlmetadata/TriggerUDBv81.xml -%%DATADIR%%/datamodeler/xmlmetadata/TypeElement.xml -%%DATADIR%%/datamodeler/xmlmetadata/TypeElementProxy.xml -%%DATADIR%%/datamodeler/xmlmetadata/TypeElementProxyOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/TypeElementProxyOraclev10g.xml -%%DATADIR%%/datamodeler/xmlmetadata/TypeElementProxyOraclev9i.xml -%%DATADIR%%/datamodeler/xmlmetadata/TypeElementProxyUDB.xml -%%DATADIR%%/datamodeler/xmlmetadata/UndoTablespaceOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/UndoTablespaceOraclev10g.xml -%%DATADIR%%/datamodeler/xmlmetadata/UndoTablespaceOraclev9i.xml -%%DATADIR%%/datamodeler/xmlmetadata/UniqueOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/UniqueOraclev10g.xml -%%DATADIR%%/datamodeler/xmlmetadata/UniqueOraclev9i.xml -%%DATADIR%%/datamodeler/xmlmetadata/UniqueProxySqlServer.xml -%%DATADIR%%/datamodeler/xmlmetadata/UniqueProxySqlServerv2k.xml -%%DATADIR%%/datamodeler/xmlmetadata/UniqueProxySqlServerv2k5.xml -%%DATADIR%%/datamodeler/xmlmetadata/UsedUserDefinedData.xml -%%DATADIR%%/datamodeler/xmlmetadata/UsedUserDefinedDatav2k5.xml -%%DATADIR%%/datamodeler/xmlmetadata/UserDefinedTypeSqlServer.xml -%%DATADIR%%/datamodeler/xmlmetadata/UserDefinedTypeSqlServerv2k.xml -%%DATADIR%%/datamodeler/xmlmetadata/UserDefinedTypeSqlServerv2k5.xml -%%DATADIR%%/datamodeler/xmlmetadata/UserGroupUDB.xml -%%DATADIR%%/datamodeler/xmlmetadata/UserGroupUDBv71.xml -%%DATADIR%%/datamodeler/xmlmetadata/UserGroupUDBv81.xml -%%DATADIR%%/datamodeler/xmlmetadata/UserOracle.xml -%%DATADIR%%/datamodeler/xmlmetadata/UserOraclev10g.xml -%%DATADIR%%/datamodeler/xmlmetadata/UserOraclev9i.xml -%%DATADIR%%/datamodeler/xmlmetadata/UserSqlServer.xml -%%DATADIR%%/datamodeler/xmlmetadata/UserSqlServerv2k.xml -%%DATADIR%%/datamodeler/xmlmetadata/UserSqlServerv2k12.xml -%%DATADIR%%/datamodeler/xmlmetadata/UserSqlServerv2k5.xml -%%DATADIR%%/datamodeler/xmlmetadata/VCatDB2.xml -%%DATADIR%%/datamodeler/xmlmetadata/ValidTimeDimension.xml -%%DATADIR%%/datamodeler/xmlmetadata/ViewIndex.xml -%%DATADIR%%/datamodeler/xmlmetadata/VolumesDB2.xml -%%DATADIR%%/datamodeler/xmlmetadata/XMLSchemaCollectionSqlServer.xml -%%DATADIR%%/datamodeler/xmlmetadata/XMLSchemaCollectionSqlServerv2k5.xml -%%DATADIR%%/datamodeler/xmlmetadata/XtdMapping.xml -%%DATADIR%%/datamodeler/xmlmetadata/doc/README.rtf -%%DATADIR%%/datamodeler/xmlmetadata/doc/README.txt -%%DATADIR%%/datamodeler/xmlmetadata/doc/README2.txt -%%DATADIR%%/datamodeler/xmlmetadata/doc/SQLDeveloperDataModelerScripting.docx -%%DATADIR%%/datamodeler/xmlmetadata/doc/details.html -%%DATADIR%%/datamodeler/xmlmetadata/doc/index.html -%%DATADIR%%/datamodeler/xmlmetadata/doc/list.html -%%DATADIR%%/dropins/readme.txt -%%DATADIR%%/dvt/dt/dvt-jclient-gui.jar -%%DATADIR%%/equinox/org.eclipse.equinox.common_3.6.0.v20100503.jar -%%DATADIR%%/external/oracle.adf-logging-handler.jar -%%DATADIR%%/external/oracle.adf-share-base.jar -%%DATADIR%%/external/oracle.adf-share-ca.jar -%%DATADIR%%/external/oracle.db-ca.jar -%%DATADIR%%/external/oracle.dbtools.http.jar -%%DATADIR%%/external/oracle.dbtools.net.jar -%%DATADIR%%/external/oracle.dvt-jclient-reports.jar -%%DATADIR%%/external/oracle.dvt-jclient.jar -%%DATADIR%%/external/oracle.dvt-utils.jar -%%DATADIR%%/external/oracle.external.antlr.jar -%%DATADIR%%/external/oracle.external.apache.commons-codec.jar -%%DATADIR%%/external/oracle.external.apache.commons-collections4.jar -%%DATADIR%%/external/oracle.external.apache.commons-compress.jar -%%DATADIR%%/external/oracle.external.apache.commons-logging.jar -%%DATADIR%%/external/oracle.external.apache.commons-math3.jar -%%DATADIR%%/external/oracle.external.apache.xmlbeans.jar -%%DATADIR%%/external/oracle.external.apache_httpclient.jar -%%DATADIR%%/external/oracle.external.apexlistener.jar -%%DATADIR%%/external/oracle.external.aqb.jar -%%DATADIR%%/external/oracle.external.asm.jar -%%DATADIR%%/external/oracle.external.awxml.jar -%%DATADIR%%/external/oracle.external.balishare.jar -%%DATADIR%%/external/oracle.external.batik.jar -%%DATADIR%%/external/oracle.external.berkeleydb.jar -%%DATADIR%%/external/oracle.external.cloudstorage.jar -%%DATADIR%%/external/oracle.external.commons-httpclient.jar -%%DATADIR%%/external/oracle.external.commons-io.jar -%%DATADIR%%/external/oracle.external.curvesapi.jar -%%DATADIR%%/external/oracle.external.el-for-uix2.jar -%%DATADIR%%/external/oracle.external.el.jar -%%DATADIR%%/external/oracle.external.emapi.jar -%%DATADIR%%/external/oracle.external.glassfish-json.jar -%%DATADIR%%/external/oracle.external.http-components.jar -%%DATADIR%%/external/oracle.external.itext.jar -%%DATADIR%%/external/oracle.external.jackson.jar -%%DATADIR%%/external/oracle.external.jdbc.jar -%%DATADIR%%/external/oracle.external.jfxrt.jar -%%DATADIR%%/external/oracle.external.jline.jar -%%DATADIR%%/external/oracle.external.jrf-api.jar -%%DATADIR%%/external/oracle.external.js.jar -%%DATADIR%%/external/oracle.external.jsp.jar -%%DATADIR%%/external/oracle.external.jxlayer.jar -%%DATADIR%%/external/oracle.external.ldap.jar -%%DATADIR%%/external/oracle.external.log4j.jar -%%DATADIR%%/external/oracle.external.miglayout.jar -%%DATADIR%%/external/oracle.external.nlsrtl.jar -%%DATADIR%%/external/oracle.external.objectweb-asm.jar -%%DATADIR%%/external/oracle.external.odl.jar -%%DATADIR%%/external/oracle.external.olap_api.jar -%%DATADIR%%/external/oracle.external.oracle-ice.jar -%%DATADIR%%/external/oracle.external.oracle-jrf-adminserver.jar -%%DATADIR%%/external/oracle.external.oracle-jrf-dms.jar -%%DATADIR%%/external/oracle.external.oracle-jrf-logging.jar -%%DATADIR%%/external/oracle.external.osdt.jar -%%DATADIR%%/external/oracle.external.pdfbox.jar -%%DATADIR%%/external/oracle.external.pki.jar -%%DATADIR%%/external/oracle.external.poi.jar -%%DATADIR%%/external/oracle.external.qb.jar -%%DATADIR%%/external/oracle.external.rsyntaxtextarea.jar -%%DATADIR%%/external/oracle.external.servlet-runtime.jar -%%DATADIR%%/external/oracle.external.slf4j-api.jar -%%DATADIR%%/external/oracle.external.sqldev.jsch.jar -%%DATADIR%%/external/oracle.external.sqldev.mina-sshd.jar -%%DATADIR%%/external/oracle.external.sqlj-rt.jar -%%DATADIR%%/external/oracle.external.stringtemplate.jar -%%DATADIR%%/external/oracle.external.sunjaxb.jar -%%DATADIR%%/external/oracle.external.svnkit.jar -%%DATADIR%%/external/oracle.external.timing.jar -%%DATADIR%%/external/oracle.external.uel.jar -%%DATADIR%%/external/oracle.external.xdb.jar -%%DATADIR%%/external/oracle.external.xdk.jar -%%DATADIR%%/external/oracle.external.xmlgraphics-commons.jar -%%DATADIR%%/external/oracle.external.xmlparser.jar -%%DATADIR%%/external/oracle.external.xquery.jar -%%DATADIR%%/external/oracle.external.xsql.jar -%%DATADIR%%/external/oracle.icons.jar -%%DATADIR%%/external/oracle.javamodel-rt.jar -%%DATADIR%%/external/oracle.javatools-jndi-local.jar -%%DATADIR%%/external/oracle.javatools-nodeps.jar -%%DATADIR%%/external/oracle.jdev-cm.jar -%%DATADIR%%/external/oracle.jewt-core.jar -%%DATADIR%%/external/oracle.jewt-olaf2.jar -%%DATADIR%%/external/oracle.orahelp-helpshare.jar -%%DATADIR%%/external/oracle.orahelp-ohj.jar -%%DATADIR%%/external/oracle.sqldeveloper.utils-nodeps.jar -%%DATADIR%%/external/oracle.xmlef.jar -%%DATADIR%%/ide/bin/SplashFontBranding.png -%%DATADIR%%/ide/bin/edt.properties -%%DATADIR%%/ide/bin/encodings.xml -%%DATADIR%%/ide/bin/headless-logging-debug.conf -%%DATADIR%%/ide/bin/headless-logging.conf -%%DATADIR%%/ide/bin/ide-logging-debug.conf -%%DATADIR%%/ide/bin/ide-logging.conf -%%DATADIR%%/ide/bin/ide.boot -%%DATADIR%%/ide/bin/ide.conf -%%DATADIR%%/ide/bin/jdk.conf -%%DATADIR%%/ide/bin/launcher.sh -%%DATADIR%%/ide/bin/product-launcher.template -%%DATADIR%%/ide/bin/product-user-config.template -%%DATADIR%%/ide/bin/swing-thread-violations.conf -%%DATADIR%%/ide/doc/extension/bundle.xsd -%%DATADIR%%/ide/doc/extension/bundle10.xsd -%%DATADIR%%/ide/doc/extension/center.xsd -%%DATADIR%%/ide/doc/extension/update.xsd -%%DATADIR%%/ide/extensions/oracle.ide.bookmarks.jar -%%DATADIR%%/ide/extensions/oracle.ide.ceditor-find.jar -%%DATADIR%%/ide/extensions/oracle.ide.ceditor-saveactions.jar -%%DATADIR%%/ide/extensions/oracle.ide.ceditor-tint.jar -%%DATADIR%%/ide/extensions/oracle.ide.ceditor.jar -%%DATADIR%%/ide/extensions/oracle.ide.compareapi.jar -%%DATADIR%%/ide/extensions/oracle.ide.db.jar -%%DATADIR%%/ide/extensions/oracle.ide.externaltools.jar -%%DATADIR%%/ide/extensions/oracle.ide.file.jar -%%DATADIR%%/ide/extensions/oracle.ide.files.jar -%%DATADIR%%/ide/extensions/oracle.ide.gallery.jar -%%DATADIR%%/ide/extensions/oracle.ide.help.jar -%%DATADIR%%/ide/extensions/oracle.ide.helpstartpage.jar -%%DATADIR%%/ide/extensions/oracle.ide.importexport.jar -%%DATADIR%%/ide/extensions/oracle.ide.indexing.jar -%%DATADIR%%/ide/extensions/oracle.ide.insight.jar -%%DATADIR%%/ide/extensions/oracle.ide.inspector.jar -%%DATADIR%%/ide/extensions/oracle.ide.jar -%%DATADIR%%/ide/extensions/oracle.ide.localhistory.jar -%%DATADIR%%/ide/extensions/oracle.ide.log.jar -%%DATADIR%%/ide/extensions/oracle.ide.markers.jar -%%DATADIR%%/ide/extensions/oracle.ide.navigator.jar -%%DATADIR%%/ide/extensions/oracle.ide.palette1.jar -%%DATADIR%%/ide/extensions/oracle.ide.palette2.jar -%%DATADIR%%/ide/extensions/oracle.ide.persistence.jar -%%DATADIR%%/ide/extensions/oracle.ide.quickdiff.jar -%%DATADIR%%/ide/extensions/oracle.ide.replace.jar -%%DATADIR%%/ide/extensions/oracle.ide.runner.jar -%%DATADIR%%/ide/extensions/oracle.ide.searchbar.jar -%%DATADIR%%/ide/extensions/oracle.ide.vcscore.jar -%%DATADIR%%/ide/extensions/oracle.ide.vfs.jar -%%DATADIR%%/ide/extensions/oracle.ide.vhv.jar -%%DATADIR%%/ide/extensions/oracle.ide.webbrowser.jar -%%DATADIR%%/ide/extensions/oracle.ide.webupdate.jar -%%DATADIR%%/ide/extensions/oracle.ideimpl.apple.jar -%%DATADIR%%/ide/extensions/oracle.ideimpl.peek.jar -%%DATADIR%%/ide/lib/TimingFramework.jar -%%DATADIR%%/ide/lib/annotations.jar -%%DATADIR%%/ide/lib/ceditor-text-format.jar -%%DATADIR%%/ide/lib/dbapi-impl.jar -%%DATADIR%%/ide/lib/dbapi.jar -%%DATADIR%%/ide/lib/dbplsql.jar -%%DATADIR%%/ide/lib/fcpboot.jar -%%DATADIR%%/ide/lib/ide-boot.jar -%%DATADIR%%/ide/lib/ide-cache.jar -%%DATADIR%%/ide/lib/ide-print-api.jar -%%DATADIR%%/ide/lib/idert.jar -%%DATADIR%%/ide/lib/javatools.jar -%%DATADIR%%/ide/lib/javax-ide.jar -%%DATADIR%%/ide/lib/jxlayer.jar -%%DATADIR%%/ide/lib/miglayout-swing.jar -%%DATADIR%%/ide/lib/oracle.ide.osgi.jar -%%DATADIR%%/ide/lib/peek.jar -%%DATADIR%%/ide/lib/stax2-api-3.1.1.jar -%%DATADIR%%/ide/lib/uic.jar -%%DATADIR%%/ide/lib/woodstox-core-asl-4.2.0.jar -%%DATADIR%%/ide/lib/xml-factory.jar -%%DATADIR%%/ide/macros/external-jdbc.properties -%%DATADIR%%/ide/macros/external-nlsrtl.properties -%%DATADIR%%/ide/macros/external-xdb.properties -%%DATADIR%%/ide/macros/external-xmlparser.properties -%%DATADIR%%/ide/macros/ide-boot.properties -%%DATADIR%%/ide/src/javax-ide-src.zip -%%DATADIR%%/ide/themes/creating_themes.html -%%DATADIR%%/ide/themes/fusionblue.jar -%%DATADIR%%/ide/themes/sizingmargins.png -%%DATADIR%%/jdbc/lib/ojdbc8.jar -%%DATADIR%%/jdev/bin/ojwebupdate -%%DATADIR%%/jdev/bin/ojwebupdate-logging.conf -%%DATADIR%%/jdev/bin/ojwebupdate.boot -%%DATADIR%%/jdev/bin/ojwebupdate.conf -%%DATADIR%%/jdev/doc/extension/extension.xsd -%%DATADIR%%/jdev/extensions/oracle.deploy.core.jar -%%DATADIR%%/jdev/extensions/oracle.deploy.jdeveloper.dt.gallery.jar -%%DATADIR%%/jdev/extensions/oracle.ide.audit.jar -%%DATADIR%%/jdev/extensions/oracle.ide.db.explorer.jar -%%DATADIR%%/jdev/extensions/oracle.ide.gallery-template.jar -%%DATADIR%%/jdev/extensions/oracle.ide.library.jar -%%DATADIR%%/jdev/extensions/oracle.ide.macros.jar -%%DATADIR%%/jdev/extensions/oracle.ide.status.jar -%%DATADIR%%/jdev/extensions/oracle.ide.thumbnail.jar -%%DATADIR%%/jdev/extensions/oracle.ide.usages-tracking.jar -%%DATADIR%%/jdev/extensions/oracle.jdeveloper.build.jar -%%DATADIR%%/jdev/extensions/oracle.jdeveloper.common.jar -%%DATADIR%%/jdev/extensions/oracle.jdeveloper.db.connection.jar -%%DATADIR%%/jdev/extensions/oracle.jdeveloper.db.debug.probe.jar -%%DATADIR%%/jdev/extensions/oracle.jdeveloper.db.extras.jar -%%DATADIR%%/jdev/extensions/oracle.jdeveloper.git.jar -%%DATADIR%%/jdev/extensions/oracle.jdeveloper.git/license/License.txt -%%DATADIR%%/jdev/extensions/oracle.jdeveloper.history.jar -%%DATADIR%%/jdev/extensions/oracle.jdeveloper.java.core.jar -%%DATADIR%%/jdev/extensions/oracle.jdeveloper.jdev-runner-jdi.jar -%%DATADIR%%/jdev/extensions/oracle.jdeveloper.patch.jar -%%DATADIR%%/jdev/extensions/oracle.jdeveloper.runner.core.jar -%%DATADIR%%/jdev/extensions/oracle.jdeveloper.runner.jar -%%DATADIR%%/jdev/extensions/oracle.jdeveloper.subversion.jar -%%DATADIR%%/jdev/extensions/oracle.jdeveloper.subversion/licenses/COPYING -%%DATADIR%%/jdev/extensions/oracle.jdeveloper.subversion/licenses/license.txt -%%DATADIR%%/jdev/extensions/oracle.jdeveloper.technology.jar -%%DATADIR%%/jdev/extensions/oracle.jdeveloper.vcs.jar -%%DATADIR%%/jdev/extensions/oracle.webbrowser.osx/libLaunchService.dylib -%%DATADIR%%/jdev/lib/javacompiler.jar -%%DATADIR%%/jdev/lib/jdev-rt.jar -%%DATADIR%%/jdev/lib/jdev.jar -%%DATADIR%%/jdev/lib/jdkver.jar -%%DATADIR%%/jdev/lib/xmleditor.jar -%%DATADIR%%/jdev/lib/xmlef-swing.jar -%%DATADIR%%/jlib/dbui4.jar -%%DATADIR%%/jlib/ewt3.jar -%%DATADIR%%/jlib/inspect4.jar -%%DATADIR%%/jlib/jle3.jar -%%DATADIR%%/jlib/orai18n-collation.jar -%%DATADIR%%/jlib/orai18n-mapping.jar -%%DATADIR%%/jlib/orai18n-servlet.jar -%%DATADIR%%/jlib/orai18n-utility.jar -%%DATADIR%%/jlib/orai18n.jar -%%DATADIR%%/jlib/schemas.zip -%%DATADIR%%/module/el-api-2.2.1-b04.jar -%%DATADIR%%/module/javax.el-2.2.5.jar -%%DATADIR%%/modules/com.sun.xml.bind.jaxb-core.jar -%%DATADIR%%/modules/com.sun.xml.bind.jaxb-impl.jar -%%DATADIR%%/modules/com.sun.xml.bind.jaxb-jxc.jar -%%DATADIR%%/modules/com.sun.xml.bind.jaxb-xjc.jar -%%DATADIR%%/modules/j2ee/istack-commons-runtime.jar -%%DATADIR%%/modules/j2ee/javax.activation-api.jar -%%DATADIR%%/modules/j2ee/jaxb-api.jar -%%DATADIR%%/modules/j2ee/jaxb-runtime.jar -%%DATADIR%%/modules/j2ee/jaxws-api.jar -%%DATADIR%%/modules/javafx/linux/javafx-base.jar -%%DATADIR%%/modules/javafx/linux/javafx-controls.jar -%%DATADIR%%/modules/javafx/linux/javafx-fxml.jar -%%DATADIR%%/modules/javafx/linux/javafx-graphics.jar -%%DATADIR%%/modules/javafx/linux/javafx-media.jar -%%DATADIR%%/modules/javafx/linux/javafx-swing.jar -%%DATADIR%%/modules/javafx/linux/javafx-web.jar -%%DATADIR%%/modules/javax.servlet.javax.servlet-api.jar -%%DATADIR%%/modules/javax.servlet.jsp.javax.servlet.jsp-api.jar -%%DATADIR%%/modules/oracle.adf.model/db-ca.jar -%%DATADIR%%/modules/oracle.adf.model/jdev-cm.jar -%%DATADIR%%/modules/oracle.adf.share.ca/adf-share-base.jar -%%DATADIR%%/modules/oracle.adf.share/adflogginghandler.jar -%%DATADIR%%/modules/oracle.adf.share/oracle-el.jar -%%DATADIR%%/modules/oracle.adf.view/batik-anim.jar -%%DATADIR%%/modules/oracle.adf.view/batik-awt-util.jar -%%DATADIR%%/modules/oracle.adf.view/batik-bridge.jar -%%DATADIR%%/modules/oracle.adf.view/batik-codec.jar -%%DATADIR%%/modules/oracle.adf.view/batik-css.jar -%%DATADIR%%/modules/oracle.adf.view/batik-dom.jar -%%DATADIR%%/modules/oracle.adf.view/batik-ext.jar -%%DATADIR%%/modules/oracle.adf.view/batik-extension.jar -%%DATADIR%%/modules/oracle.adf.view/batik-gui-util.jar -%%DATADIR%%/modules/oracle.adf.view/batik-gvt.jar -%%DATADIR%%/modules/oracle.adf.view/batik-parser.jar -%%DATADIR%%/modules/oracle.adf.view/batik-script.jar -%%DATADIR%%/modules/oracle.adf.view/batik-svg-dom.jar -%%DATADIR%%/modules/oracle.adf.view/batik-svggen.jar -%%DATADIR%%/modules/oracle.adf.view/batik-swing.jar -%%DATADIR%%/modules/oracle.adf.view/batik-transcoder.jar -%%DATADIR%%/modules/oracle.adf.view/batik-util.jar -%%DATADIR%%/modules/oracle.adf.view/batik-xml.jar -%%DATADIR%%/modules/oracle.adf.view/dvt-jclient-reports.jar -%%DATADIR%%/modules/oracle.adf.view/dvt-jclient.jar -%%DATADIR%%/modules/oracle.adf.view/dvt-utils.jar -%%DATADIR%%/modules/oracle.adf.view/xml-apis-ext.jar -%%DATADIR%%/modules/oracle.adf.view/xml-apis.jar -%%DATADIR%%/modules/oracle.bali.jewt/jewt4.jar -%%DATADIR%%/modules/oracle.bali.jewt/olaf2.jar -%%DATADIR%%/modules/oracle.bali.share/share.jar -%%DATADIR%%/modules/oracle.help/help-share.jar -%%DATADIR%%/modules/oracle.help/ohj.jar -%%DATADIR%%/modules/oracle.help/oracle_ice.jar -%%DATADIR%%/modules/oracle.javatools/javamodel-rt.jar -%%DATADIR%%/modules/oracle.javatools/javatools-annotations.jar -%%DATADIR%%/modules/oracle.javatools/javatools-exports.jar -%%DATADIR%%/modules/oracle.javatools/javatools-jndi-local.jar -%%DATADIR%%/modules/oracle.javatools/javatools-nodeps.jar -%%DATADIR%%/modules/oracle.javatools/oicons.jar -%%DATADIR%%/modules/oracle.jrf/jrf-api.jar -%%DATADIR%%/modules/oracle.ldap/ojmisc.jar -%%DATADIR%%/modules/oracle.logging-utils.jar -%%DATADIR%%/modules/oracle.xdk/oraclexsql.jar -%%DATADIR%%/modules/oracle.xdk/xml.jar -%%DATADIR%%/modules/oracle.xdk/xmlparserv2.jar -%%DATADIR%%/modules/oracle.xdk/xqjapi.jar -%%DATADIR%%/modules/oracle.xdk/xquery.jar -%%DATADIR%%/modules/oracle.xdk/xsqlserializers.jar -%%DATADIR%%/modules/oracle.xdk/xsu12.jar -%%DATADIR%%/modules/oracle.xmlef/xmlef.jar -%%DATADIR%%/modules/org.glassfish.javax.el.jar -%%DATADIR%%/modules/org.glassfish.javax.json.jar -%%DATADIR%%/modules/thirdparty/commons-codec-1.11.jar -%%DATADIR%%/modules/thirdparty/commons-io-2.6.jar -%%DATADIR%%/modules/thirdparty/commons-logging-1.2.jar -%%DATADIR%%/modules/thirdparty/features/commons-codec_1.11.0.0.0.jar -%%DATADIR%%/modules/thirdparty/features/commons-io_2.6.0.0.0.jar -%%DATADIR%%/modules/thirdparty/features/commons-logging.jar -%%DATADIR%%/modules/thirdparty/features/httpclient-cache.jar -%%DATADIR%%/modules/thirdparty/features/httpclient.jar -%%DATADIR%%/modules/thirdparty/features/httpcore_4.4.%%GTK3_VERSION%%.jar -%%DATADIR%%/modules/thirdparty/features/httpmime_4.5.1.0.0.jar -%%DATADIR%%/modules/thirdparty/features/jakarta-commons-el.jar -%%DATADIR%%/modules/thirdparty/httpclient-4.5.6.jar -%%DATADIR%%/modules/thirdparty/httpclient-cache-4.5.1.jar -%%DATADIR%%/modules/thirdparty/httpcore-4.4.3.jar -%%DATADIR%%/modules/thirdparty/httpmime-4.5.1.jar -%%DATADIR%%/modules/thirdparty/jakarta-commons-el-1.jar -%%DATADIR%%/netbeans/fcpbridge/.lastModified -%%DATADIR%%/netbeans/fcpbridge/config/Modules/com-oracle-jdeveloper-extcache.xml -%%DATADIR%%/netbeans/fcpbridge/config/Modules/com-oracle-jdeveloper-nbactions.xml -%%DATADIR%%/netbeans/fcpbridge/config/Modules/com-oracle-jdeveloper-nbbridge.xml -%%DATADIR%%/netbeans/fcpbridge/config/Modules/com-oracle-jdeveloper-nbwindowsystem.xml -%%DATADIR%%/netbeans/fcpbridge/core/locale/core_jdev.jar -%%DATADIR%%/netbeans/fcpbridge/core/org-netbeans-core-dynamicconfig.jar -%%DATADIR%%/netbeans/fcpbridge/modules/com-oracle-jdeveloper-extcache.jar -%%DATADIR%%/netbeans/fcpbridge/modules/com-oracle-jdeveloper-nbactions.jar -%%DATADIR%%/netbeans/fcpbridge/modules/com-oracle-jdeveloper-nbbridge.jar -%%DATADIR%%/netbeans/fcpbridge/modules/com-oracle-jdeveloper-nbwindowsystem.jar -%%DATADIR%%/netbeans/fcpbridge/modules/locale/org-netbeans-core-netigso_jdev.jar -%%DATADIR%%/netbeans/fcpbridge/modules/locale/org-netbeans-core-windows_jdev.jar -%%DATADIR%%/netbeans/fcpbridge/modules/locale/org-netbeans-swing-plaf_jdev.jar -%%DATADIR%%/netbeans/fcpbridge/modules/locale/org-openide-awt_jdev.jar -%%DATADIR%%/netbeans/fcpbridge/update_tracking/com-oracle-jdeveloper-extcache.xml -%%DATADIR%%/netbeans/fcpbridge/update_tracking/com-oracle-jdeveloper-nbactions.xml -%%DATADIR%%/netbeans/fcpbridge/update_tracking/com-oracle-jdeveloper-nbbridge.xml -%%DATADIR%%/netbeans/fcpbridge/update_tracking/com-oracle-jdeveloper-nbwindowsystem.xml -%%DATADIR%%/netbeans/fcpbridge/update_tracking/org-netbeans-core-dynamicconfig.xml -%%DATADIR%%/netbeans/ide/.lastModified -%%DATADIR%%/netbeans/ide/config/Modules/com-googlecode-javaewah-JavaEWAH.xml -%%DATADIR%%/netbeans/ide/config/Modules/com-jcraft-jsch.xml -%%DATADIR%%/netbeans/ide/config/Modules/com-jcraft-jzlib.xml -%%DATADIR%%/netbeans/ide/config/Modules/org-eclipse-jgit.xml -%%DATADIR%%/netbeans/ide/config/Modules/org-netbeans-libs-git.xml -%%DATADIR%%/netbeans/ide/config/Modules/org-netbeans-libs-jsch-agentproxy.xml -%%DATADIR%%/netbeans/ide/config/Modules/org-netbeans-modules-editor-document.xml -%%DATADIR%%/netbeans/ide/config/Modules/org-netbeans-modules-editor-guards.xml -%%DATADIR%%/netbeans/ide/config/Modules/org-netbeans-modules-editor-util.xml -%%DATADIR%%/netbeans/ide/modules/com-googlecode-javaewah-JavaEWAH.jar -%%DATADIR%%/netbeans/ide/modules/com-jcraft-jsch.jar -%%DATADIR%%/netbeans/ide/modules/com-jcraft-jzlib.jar -%%DATADIR%%/netbeans/ide/modules/ext/jsch-agentproxy-core.jar -%%DATADIR%%/netbeans/ide/modules/ext/jsch-agentproxy-pageant.jar -%%DATADIR%%/netbeans/ide/modules/ext/jsch-agentproxy-sshagent.jar -%%DATADIR%%/netbeans/ide/modules/ext/jsch-agentproxy-usocket-jna.jar -%%DATADIR%%/netbeans/ide/modules/locale/org-netbeans-libs-git_ja.jar -%%DATADIR%%/netbeans/ide/modules/locale/org-netbeans-libs-git_pt_BR.jar -%%DATADIR%%/netbeans/ide/modules/locale/org-netbeans-libs-git_zh_CN.jar -%%DATADIR%%/netbeans/ide/modules/locale/org-netbeans-libs-jsch-agentproxy_ja.jar -%%DATADIR%%/netbeans/ide/modules/locale/org-netbeans-libs-jsch-agentproxy_pt_BR.jar -%%DATADIR%%/netbeans/ide/modules/locale/org-netbeans-libs-jsch-agentproxy_zh_CN.jar -%%DATADIR%%/netbeans/ide/modules/locale/org-netbeans-modules-editor-document_ja.jar -%%DATADIR%%/netbeans/ide/modules/locale/org-netbeans-modules-editor-document_pt_BR.jar -%%DATADIR%%/netbeans/ide/modules/locale/org-netbeans-modules-editor-document_zh_CN.jar -%%DATADIR%%/netbeans/ide/modules/locale/org-netbeans-modules-editor-guards_de.jar -%%DATADIR%%/netbeans/ide/modules/locale/org-netbeans-modules-editor-guards_es.jar -%%DATADIR%%/netbeans/ide/modules/locale/org-netbeans-modules-editor-guards_fr.jar -%%DATADIR%%/netbeans/ide/modules/locale/org-netbeans-modules-editor-guards_it.jar -%%DATADIR%%/netbeans/ide/modules/locale/org-netbeans-modules-editor-guards_ja.jar -%%DATADIR%%/netbeans/ide/modules/locale/org-netbeans-modules-editor-guards_ko.jar -%%DATADIR%%/netbeans/ide/modules/locale/org-netbeans-modules-editor-guards_pt_BR.jar -%%DATADIR%%/netbeans/ide/modules/locale/org-netbeans-modules-editor-guards_zh_CN.jar -%%DATADIR%%/netbeans/ide/modules/locale/org-netbeans-modules-editor-guards_zh_TW.jar -%%DATADIR%%/netbeans/ide/modules/locale/org-netbeans-modules-editor-util_de.jar -%%DATADIR%%/netbeans/ide/modules/locale/org-netbeans-modules-editor-util_es.jar -%%DATADIR%%/netbeans/ide/modules/locale/org-netbeans-modules-editor-util_fr.jar -%%DATADIR%%/netbeans/ide/modules/locale/org-netbeans-modules-editor-util_it.jar -%%DATADIR%%/netbeans/ide/modules/locale/org-netbeans-modules-editor-util_ja.jar -%%DATADIR%%/netbeans/ide/modules/locale/org-netbeans-modules-editor-util_ko.jar -%%DATADIR%%/netbeans/ide/modules/locale/org-netbeans-modules-editor-util_pt_BR.jar -%%DATADIR%%/netbeans/ide/modules/locale/org-netbeans-modules-editor-util_zh_CN.jar -%%DATADIR%%/netbeans/ide/modules/locale/org-netbeans-modules-editor-util_zh_TW.jar -%%DATADIR%%/netbeans/ide/modules/org-eclipse-jgit.jar -%%DATADIR%%/netbeans/ide/modules/org-netbeans-libs-git.jar -%%DATADIR%%/netbeans/ide/modules/org-netbeans-libs-jsch-agentproxy.jar -%%DATADIR%%/netbeans/ide/modules/org-netbeans-modules-editor-document.jar -%%DATADIR%%/netbeans/ide/modules/org-netbeans-modules-editor-guards.jar -%%DATADIR%%/netbeans/ide/modules/org-netbeans-modules-editor-util.jar -%%DATADIR%%/netbeans/ide/update_tracking/org-netbeans-libs-git.xml -%%DATADIR%%/netbeans/ide/update_tracking/org-netbeans-libs-jsch-agentproxy.xml -%%DATADIR%%/netbeans/ide/update_tracking/org-netbeans-modules-editor-document.xml -%%DATADIR%%/netbeans/ide/update_tracking/org-netbeans-modules-editor-guards.xml -%%DATADIR%%/netbeans/ide/update_tracking/org-netbeans-modules-editor-util.xml -%%DATADIR%%/netbeans/platform/.lastModified -%%DATADIR%%/netbeans/platform/config/ModuleAutoDeps/org-netbeans-api-progress.xml -%%DATADIR%%/netbeans/platform/config/ModuleAutoDeps/org-netbeans-core-startup.xml -%%DATADIR%%/netbeans/platform/config/ModuleAutoDeps/org-netbeans-core.xml -%%DATADIR%%/netbeans/platform/config/ModuleAutoDeps/org-netbeans-modules-masterfs.xml -%%DATADIR%%/netbeans/platform/config/ModuleAutoDeps/org-netbeans-modules-options-api.xml -%%DATADIR%%/netbeans/platform/config/ModuleAutoDeps/org-netbeans-modules-queries.xml -%%DATADIR%%/netbeans/platform/config/ModuleAutoDeps/org-openide-explorer.xml -%%DATADIR%%/netbeans/platform/config/ModuleAutoDeps/org-openide-filesystems.xml -%%DATADIR%%/netbeans/platform/config/ModuleAutoDeps/org-openide-loaders.xml -%%DATADIR%%/netbeans/platform/config/ModuleAutoDeps/org-openide-modules.xml -%%DATADIR%%/netbeans/platform/config/ModuleAutoDeps/org-openide-nodes.xml -%%DATADIR%%/netbeans/platform/config/ModuleAutoDeps/org-openide-text.xml -%%DATADIR%%/netbeans/platform/config/ModuleAutoDeps/org-openide-util.xml -%%DATADIR%%/netbeans/platform/config/Modules/org-netbeans-api-annotations-common.xml -%%DATADIR%%/netbeans/platform/config/Modules/org-netbeans-api-intent.xml -%%DATADIR%%/netbeans/platform/config/Modules/org-netbeans-api-io.xml -%%DATADIR%%/netbeans/platform/config/Modules/org-netbeans-api-progress-nb.xml -%%DATADIR%%/netbeans/platform/config/Modules/org-netbeans-api-progress.xml -%%DATADIR%%/netbeans/platform/config/Modules/org-netbeans-api-templates.xml -%%DATADIR%%/netbeans/platform/config/Modules/org-netbeans-core-netigso.xml -%%DATADIR%%/netbeans/platform/config/Modules/org-netbeans-core-network.xml -%%DATADIR%%/netbeans/platform/config/Modules/org-netbeans-core-windows.xml -%%DATADIR%%/netbeans/platform/config/Modules/org-netbeans-core.xml -%%DATADIR%%/netbeans/platform/config/Modules/org-netbeans-libs-jna-platform.xml -%%DATADIR%%/netbeans/platform/config/Modules/org-netbeans-libs-jna.xml -%%DATADIR%%/netbeans/platform/config/Modules/org-netbeans-libs-osgi.xml -%%DATADIR%%/netbeans/platform/config/Modules/org-netbeans-modules-editor-mimelookup.xml -%%DATADIR%%/netbeans/platform/config/Modules/org-netbeans-modules-keyring.xml -%%DATADIR%%/netbeans/platform/config/Modules/org-netbeans-modules-masterfs.xml -%%DATADIR%%/netbeans/platform/config/Modules/org-netbeans-modules-netbinox.xml -%%DATADIR%%/netbeans/platform/config/Modules/org-netbeans-modules-options-api.xml -%%DATADIR%%/netbeans/platform/config/Modules/org-netbeans-modules-progress-ui.xml -%%DATADIR%%/netbeans/platform/config/Modules/org-netbeans-modules-queries.xml -%%DATADIR%%/netbeans/platform/config/Modules/org-netbeans-modules-sampler.xml -%%DATADIR%%/netbeans/platform/config/Modules/org-netbeans-modules-settings.xml -%%DATADIR%%/netbeans/platform/config/Modules/org-netbeans-spi-quicksearch.xml -%%DATADIR%%/netbeans/platform/config/Modules/org-netbeans-swing-outline.xml -%%DATADIR%%/netbeans/platform/config/Modules/org-netbeans-swing-plaf.xml -%%DATADIR%%/netbeans/platform/config/Modules/org-netbeans-swing-tabcontrol.xml -%%DATADIR%%/netbeans/platform/config/Modules/org-openide-actions.xml -%%DATADIR%%/netbeans/platform/config/Modules/org-openide-awt.xml -%%DATADIR%%/netbeans/platform/config/Modules/org-openide-dialogs.xml -%%DATADIR%%/netbeans/platform/config/Modules/org-openide-explorer.xml -%%DATADIR%%/netbeans/platform/config/Modules/org-openide-filesystems-nb.xml -%%DATADIR%%/netbeans/platform/config/Modules/org-openide-io.xml -%%DATADIR%%/netbeans/platform/config/Modules/org-openide-loaders.xml -%%DATADIR%%/netbeans/platform/config/Modules/org-openide-nodes.xml -%%DATADIR%%/netbeans/platform/config/Modules/org-openide-text.xml -%%DATADIR%%/netbeans/platform/config/Modules/org-openide-windows.xml -%%DATADIR%%/netbeans/platform/core/asm-all-5.0.1.jar -%%DATADIR%%/netbeans/platform/core/core-base.jar -%%DATADIR%%/netbeans/platform/core/core.jar -%%DATADIR%%/netbeans/platform/core/locale/core_de.jar -%%DATADIR%%/netbeans/platform/core/locale/core_es.jar -%%DATADIR%%/netbeans/platform/core/locale/core_fr.jar -%%DATADIR%%/netbeans/platform/core/locale/core_it.jar -%%DATADIR%%/netbeans/platform/core/locale/core_ja.jar -%%DATADIR%%/netbeans/platform/core/locale/core_ko.jar -%%DATADIR%%/netbeans/platform/core/locale/core_pt_BR.jar -%%DATADIR%%/netbeans/platform/core/locale/core_zh_CN.jar -%%DATADIR%%/netbeans/platform/core/locale/core_zh_TW.jar -%%DATADIR%%/netbeans/platform/core/locale/org-netbeans-libs-asm_de.jar -%%DATADIR%%/netbeans/platform/core/locale/org-netbeans-libs-asm_es.jar -%%DATADIR%%/netbeans/platform/core/locale/org-netbeans-libs-asm_fr.jar -%%DATADIR%%/netbeans/platform/core/locale/org-netbeans-libs-asm_it.jar -%%DATADIR%%/netbeans/platform/core/locale/org-netbeans-libs-asm_ja.jar -%%DATADIR%%/netbeans/platform/core/locale/org-netbeans-libs-asm_pt_BR.jar -%%DATADIR%%/netbeans/platform/core/locale/org-netbeans-libs-asm_zh_CN.jar -%%DATADIR%%/netbeans/platform/core/locale/org-openide-filesystems_de.jar -%%DATADIR%%/netbeans/platform/core/locale/org-openide-filesystems_es.jar -%%DATADIR%%/netbeans/platform/core/locale/org-openide-filesystems_fr.jar -%%DATADIR%%/netbeans/platform/core/locale/org-openide-filesystems_it.jar -%%DATADIR%%/netbeans/platform/core/locale/org-openide-filesystems_ja.jar -%%DATADIR%%/netbeans/platform/core/locale/org-openide-filesystems_ko.jar -%%DATADIR%%/netbeans/platform/core/locale/org-openide-filesystems_pt_BR.jar -%%DATADIR%%/netbeans/platform/core/locale/org-openide-filesystems_zh_CN.jar -%%DATADIR%%/netbeans/platform/core/locale/org-openide-filesystems_zh_TW.jar -%%DATADIR%%/netbeans/platform/core/org-netbeans-libs-asm.jar -%%DATADIR%%/netbeans/platform/core/org-openide-filesystems.jar -%%DATADIR%%/netbeans/platform/lib/boot.jar -%%DATADIR%%/netbeans/platform/lib/locale/boot_de.jar -%%DATADIR%%/netbeans/platform/lib/locale/boot_es.jar -%%DATADIR%%/netbeans/platform/lib/locale/boot_fr.jar -%%DATADIR%%/netbeans/platform/lib/locale/boot_it.jar -%%DATADIR%%/netbeans/platform/lib/locale/boot_ja.jar -%%DATADIR%%/netbeans/platform/lib/locale/boot_ko.jar -%%DATADIR%%/netbeans/platform/lib/locale/boot_pt_BR.jar -%%DATADIR%%/netbeans/platform/lib/locale/boot_zh_CN.jar -%%DATADIR%%/netbeans/platform/lib/locale/boot_zh_TW.jar -%%DATADIR%%/netbeans/platform/lib/locale/org-openide-modules_de.jar -%%DATADIR%%/netbeans/platform/lib/locale/org-openide-modules_es.jar -%%DATADIR%%/netbeans/platform/lib/locale/org-openide-modules_fr.jar -%%DATADIR%%/netbeans/platform/lib/locale/org-openide-modules_it.jar -%%DATADIR%%/netbeans/platform/lib/locale/org-openide-modules_ja.jar -%%DATADIR%%/netbeans/platform/lib/locale/org-openide-modules_ko.jar -%%DATADIR%%/netbeans/platform/lib/locale/org-openide-modules_pt_BR.jar -%%DATADIR%%/netbeans/platform/lib/locale/org-openide-modules_zh_CN.jar -%%DATADIR%%/netbeans/platform/lib/locale/org-openide-modules_zh_TW.jar -%%DATADIR%%/netbeans/platform/lib/locale/org-openide-util-lookup_de.jar -%%DATADIR%%/netbeans/platform/lib/locale/org-openide-util-lookup_es.jar -%%DATADIR%%/netbeans/platform/lib/locale/org-openide-util-lookup_fr.jar -%%DATADIR%%/netbeans/platform/lib/locale/org-openide-util-lookup_it.jar -%%DATADIR%%/netbeans/platform/lib/locale/org-openide-util-lookup_ja.jar -%%DATADIR%%/netbeans/platform/lib/locale/org-openide-util-lookup_ko.jar -%%DATADIR%%/netbeans/platform/lib/locale/org-openide-util-lookup_pt_BR.jar -%%DATADIR%%/netbeans/platform/lib/locale/org-openide-util-lookup_zh_CN.jar -%%DATADIR%%/netbeans/platform/lib/locale/org-openide-util-ui_de.jar -%%DATADIR%%/netbeans/platform/lib/locale/org-openide-util-ui_es.jar -%%DATADIR%%/netbeans/platform/lib/locale/org-openide-util-ui_fr.jar -%%DATADIR%%/netbeans/platform/lib/locale/org-openide-util-ui_it.jar -%%DATADIR%%/netbeans/platform/lib/locale/org-openide-util-ui_ja.jar -%%DATADIR%%/netbeans/platform/lib/locale/org-openide-util-ui_pt_BR.jar -%%DATADIR%%/netbeans/platform/lib/locale/org-openide-util-ui_zh_CN.jar -%%DATADIR%%/netbeans/platform/lib/locale/org-openide-util_de.jar -%%DATADIR%%/netbeans/platform/lib/locale/org-openide-util_es.jar -%%DATADIR%%/netbeans/platform/lib/locale/org-openide-util_fr.jar -%%DATADIR%%/netbeans/platform/lib/locale/org-openide-util_it.jar -%%DATADIR%%/netbeans/platform/lib/locale/org-openide-util_ja.jar -%%DATADIR%%/netbeans/platform/lib/locale/org-openide-util_pt_BR.jar -%%DATADIR%%/netbeans/platform/lib/locale/org-openide-util_zh_CN.jar -%%DATADIR%%/netbeans/platform/lib/org-openide-modules.jar -%%DATADIR%%/netbeans/platform/lib/org-openide-util-lookup.jar -%%DATADIR%%/netbeans/platform/lib/org-openide-util-ui.jar -%%DATADIR%%/netbeans/platform/lib/org-openide-util.jar -%%DATADIR%%/netbeans/platform/modules/ext/jna-4.2.2-stripped.jar -%%DATADIR%%/netbeans/platform/modules/ext/jna-platform-4.2.2.jar -%%DATADIR%%/netbeans/platform/modules/ext/nsProxyAutoConfig.js -%%DATADIR%%/netbeans/platform/modules/ext/org.eclipse.osgi_3.9.1.v20140110-1610.jar -%%DATADIR%%/netbeans/platform/modules/ext/osgi.cmpn-4.2.jar -%%DATADIR%%/netbeans/platform/modules/ext/osgi.core-5.0.0.jar -%%DATADIR%%/netbeans/platform/modules/lib/libjnidispatch-422.jnilib -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-api-annotations-common_de.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-api-annotations-common_es.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-api-annotations-common_fr.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-api-annotations-common_it.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-api-annotations-common_ja.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-api-annotations-common_ko.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-api-annotations-common_pt_BR.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-api-annotations-common_zh_CN.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-api-annotations-common_zh_TW.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-api-intent_de.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-api-intent_es.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-api-intent_fr.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-api-intent_it.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-api-intent_ja.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-api-intent_pt_BR.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-api-intent_zh_CN.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-api-io_de.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-api-io_es.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-api-io_fr.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-api-io_it.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-api-io_ja.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-api-io_pt_BR.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-api-io_zh_CN.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-api-progress-nb_de.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-api-progress-nb_es.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-api-progress-nb_fr.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-api-progress-nb_it.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-api-progress-nb_ja.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-api-progress-nb_pt_BR.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-api-progress-nb_zh_CN.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-api-progress_de.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-api-progress_es.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-api-progress_fr.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-api-progress_it.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-api-progress_ja.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-api-progress_ko.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-api-progress_pt_BR.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-api-progress_zh_CN.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-api-progress_zh_TW.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-api-templates_de.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-api-templates_es.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-api-templates_fr.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-api-templates_it.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-api-templates_ja.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-api-templates_pt_BR.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-api-templates_zh_CN.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-core-netigso_de.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-core-netigso_es.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-core-netigso_fr.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-core-netigso_it.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-core-netigso_ja.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-core-netigso_ko.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-core-netigso_pt_BR.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-core-netigso_zh_CN.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-core-network_de.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-core-network_es.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-core-network_fr.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-core-network_it.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-core-network_ja.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-core-network_pt_BR.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-core-network_zh_CN.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-core-windows_de.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-core-windows_es.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-core-windows_fr.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-core-windows_it.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-core-windows_ja.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-core-windows_ko.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-core-windows_pt_BR.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-core-windows_zh_CN.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-core-windows_zh_TW.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-core_de.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-core_es.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-core_fr.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-core_it.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-core_ja.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-core_ko.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-core_pt_BR.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-core_zh_CN.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-core_zh_TW.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-libs-jna-platform_de.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-libs-jna-platform_es.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-libs-jna-platform_fr.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-libs-jna-platform_it.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-libs-jna-platform_ja.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-libs-jna-platform_pt_BR.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-libs-jna-platform_zh_CN.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-libs-jna_de.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-libs-jna_es.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-libs-jna_fr.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-libs-jna_it.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-libs-jna_ja.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-libs-jna_ko.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-libs-jna_pt_BR.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-libs-jna_zh_CN.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-libs-jna_zh_TW.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-libs-osgi_de.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-libs-osgi_es.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-libs-osgi_fr.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-libs-osgi_it.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-libs-osgi_ja.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-libs-osgi_ko.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-libs-osgi_pt_BR.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-libs-osgi_zh_CN.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-editor-mimelookup_de.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-editor-mimelookup_es.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-editor-mimelookup_fr.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-editor-mimelookup_it.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-editor-mimelookup_ja.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-editor-mimelookup_ko.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-editor-mimelookup_pt_BR.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-editor-mimelookup_zh_CN.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-editor-mimelookup_zh_TW.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-keyring_de.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-keyring_es.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-keyring_fr.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-keyring_it.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-keyring_ja.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-keyring_ko.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-keyring_pt_BR.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-keyring_zh_CN.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-masterfs_de.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-masterfs_es.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-masterfs_fr.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-masterfs_it.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-masterfs_ja.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-masterfs_ko.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-masterfs_pt_BR.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-masterfs_zh_CN.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-masterfs_zh_TW.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-netbinox_de.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-netbinox_es.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-netbinox_fr.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-netbinox_it.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-netbinox_ja.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-netbinox_pt_BR.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-netbinox_zh_CN.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-options-api_de.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-options-api_es.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-options-api_fr.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-options-api_it.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-options-api_ja.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-options-api_ko.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-options-api_pt_BR.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-options-api_zh_CN.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-options-api_zh_TW.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-progress-ui_de.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-progress-ui_es.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-progress-ui_fr.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-progress-ui_it.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-progress-ui_ja.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-progress-ui_ko.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-progress-ui_pt_BR.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-progress-ui_zh_CN.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-progress-ui_zh_TW.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-queries_de.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-queries_es.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-queries_fr.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-queries_it.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-queries_ja.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-queries_ko.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-queries_pt_BR.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-queries_zh_CN.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-queries_zh_TW.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-sampler_de.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-sampler_es.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-sampler_fr.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-sampler_it.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-sampler_ja.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-sampler_pt_BR.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-sampler_zh_CN.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-settings_de.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-settings_es.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-settings_fr.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-settings_it.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-settings_ja.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-settings_ko.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-settings_pt_BR.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-settings_zh_CN.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-modules-settings_zh_TW.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-spi-quicksearch_de.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-spi-quicksearch_es.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-spi-quicksearch_fr.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-spi-quicksearch_it.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-spi-quicksearch_ja.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-spi-quicksearch_ko.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-spi-quicksearch_pt_BR.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-spi-quicksearch_zh_CN.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-spi-quicksearch_zh_TW.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-swing-outline_de.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-swing-outline_es.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-swing-outline_fr.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-swing-outline_it.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-swing-outline_ja.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-swing-outline_ko.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-swing-outline_pt_BR.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-swing-outline_zh_CN.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-swing-outline_zh_TW.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-swing-plaf_de.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-swing-plaf_es.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-swing-plaf_fr.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-swing-plaf_it.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-swing-plaf_ja.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-swing-plaf_ko.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-swing-plaf_pt_BR.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-swing-plaf_zh_CN.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-swing-plaf_zh_TW.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-swing-tabcontrol_de.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-swing-tabcontrol_es.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-swing-tabcontrol_fr.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-swing-tabcontrol_it.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-swing-tabcontrol_ja.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-swing-tabcontrol_ko.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-swing-tabcontrol_pt_BR.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-swing-tabcontrol_zh_CN.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-netbeans-swing-tabcontrol_zh_TW.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-actions_de.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-actions_es.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-actions_fr.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-actions_it.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-actions_ja.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-actions_ko.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-actions_pt_BR.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-actions_zh_CN.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-actions_zh_TW.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-awt_de.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-awt_es.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-awt_fr.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-awt_it.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-awt_ja.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-awt_ko.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-awt_pt_BR.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-awt_zh_CN.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-awt_zh_TW.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-dialogs_de.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-dialogs_es.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-dialogs_fr.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-dialogs_it.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-dialogs_ja.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-dialogs_ko.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-dialogs_pt_BR.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-dialogs_zh_CN.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-dialogs_zh_TW.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-explorer_de.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-explorer_es.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-explorer_fr.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-explorer_it.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-explorer_ja.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-explorer_ko.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-explorer_pt_BR.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-explorer_zh_CN.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-explorer_zh_TW.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-filesystems-nb_de.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-filesystems-nb_es.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-filesystems-nb_fr.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-filesystems-nb_it.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-filesystems-nb_ja.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-filesystems-nb_pt_BR.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-filesystems-nb_zh_CN.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-io_de.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-io_es.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-io_fr.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-io_it.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-io_ja.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-io_ko.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-io_pt_BR.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-io_zh_CN.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-io_zh_TW.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-loaders_de.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-loaders_es.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-loaders_fr.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-loaders_it.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-loaders_ja.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-loaders_ko.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-loaders_pt_BR.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-loaders_zh_CN.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-loaders_zh_TW.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-nodes_de.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-nodes_es.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-nodes_fr.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-nodes_it.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-nodes_ja.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-nodes_ko.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-nodes_pt_BR.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-nodes_zh_CN.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-nodes_zh_TW.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-text_de.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-text_es.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-text_fr.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-text_it.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-text_ja.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-text_ko.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-text_pt_BR.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-text_zh_CN.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-text_zh_TW.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-windows_de.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-windows_es.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-windows_fr.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-windows_it.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-windows_ja.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-windows_ko.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-windows_pt_BR.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-windows_zh_CN.jar -%%DATADIR%%/netbeans/platform/modules/locale/org-openide-windows_zh_TW.jar -%%DATADIR%%/netbeans/platform/modules/org-netbeans-api-annotations-common.jar -%%DATADIR%%/netbeans/platform/modules/org-netbeans-api-intent.jar -%%DATADIR%%/netbeans/platform/modules/org-netbeans-api-io.jar -%%DATADIR%%/netbeans/platform/modules/org-netbeans-api-progress-nb.jar -%%DATADIR%%/netbeans/platform/modules/org-netbeans-api-progress.jar -%%DATADIR%%/netbeans/platform/modules/org-netbeans-api-templates.jar -%%DATADIR%%/netbeans/platform/modules/org-netbeans-core-netigso.jar -%%DATADIR%%/netbeans/platform/modules/org-netbeans-core-network.jar -%%DATADIR%%/netbeans/platform/modules/org-netbeans-core-windows.jar -%%DATADIR%%/netbeans/platform/modules/org-netbeans-core.jar -%%DATADIR%%/netbeans/platform/modules/org-netbeans-libs-jna-platform.jar -%%DATADIR%%/netbeans/platform/modules/org-netbeans-libs-jna.jar -%%DATADIR%%/netbeans/platform/modules/org-netbeans-libs-osgi.jar -%%DATADIR%%/netbeans/platform/modules/org-netbeans-modules-editor-mimelookup.jar -%%DATADIR%%/netbeans/platform/modules/org-netbeans-modules-keyring.jar -%%DATADIR%%/netbeans/platform/modules/org-netbeans-modules-masterfs.jar -%%DATADIR%%/netbeans/platform/modules/org-netbeans-modules-netbinox.jar -%%DATADIR%%/netbeans/platform/modules/org-netbeans-modules-options-api.jar -%%DATADIR%%/netbeans/platform/modules/org-netbeans-modules-progress-ui.jar -%%DATADIR%%/netbeans/platform/modules/org-netbeans-modules-queries.jar -%%DATADIR%%/netbeans/platform/modules/org-netbeans-modules-sampler.jar -%%DATADIR%%/netbeans/platform/modules/org-netbeans-modules-settings.jar -%%DATADIR%%/netbeans/platform/modules/org-netbeans-spi-quicksearch.jar -%%DATADIR%%/netbeans/platform/modules/org-netbeans-swing-outline.jar -%%DATADIR%%/netbeans/platform/modules/org-netbeans-swing-plaf.jar -%%DATADIR%%/netbeans/platform/modules/org-netbeans-swing-tabcontrol.jar -%%DATADIR%%/netbeans/platform/modules/org-openide-actions.jar -%%DATADIR%%/netbeans/platform/modules/org-openide-awt.jar -%%DATADIR%%/netbeans/platform/modules/org-openide-dialogs.jar -%%DATADIR%%/netbeans/platform/modules/org-openide-explorer.jar -%%DATADIR%%/netbeans/platform/modules/org-openide-filesystems-nb.jar -%%DATADIR%%/netbeans/platform/modules/org-openide-io.jar -%%DATADIR%%/netbeans/platform/modules/org-openide-loaders.jar -%%DATADIR%%/netbeans/platform/modules/org-openide-nodes.jar -%%DATADIR%%/netbeans/platform/modules/org-openide-text.jar -%%DATADIR%%/netbeans/platform/modules/org-openide-windows.jar -%%DATADIR%%/netbeans/platform/update_tracking/org-netbeans-api-annotations-common.xml -%%DATADIR%%/netbeans/platform/update_tracking/org-netbeans-api-intent.xml -%%DATADIR%%/netbeans/platform/update_tracking/org-netbeans-api-io.xml -%%DATADIR%%/netbeans/platform/update_tracking/org-netbeans-api-progress-nb.xml -%%DATADIR%%/netbeans/platform/update_tracking/org-netbeans-api-progress.xml -%%DATADIR%%/netbeans/platform/update_tracking/org-netbeans-api-templates.xml -%%DATADIR%%/netbeans/platform/update_tracking/org-netbeans-bootstrap.xml -%%DATADIR%%/netbeans/platform/update_tracking/org-netbeans-core-netigso.xml -%%DATADIR%%/netbeans/platform/update_tracking/org-netbeans-core-network.xml -%%DATADIR%%/netbeans/platform/update_tracking/org-netbeans-core-startup.xml -%%DATADIR%%/netbeans/platform/update_tracking/org-netbeans-core-windows.xml -%%DATADIR%%/netbeans/platform/update_tracking/org-netbeans-core.xml -%%DATADIR%%/netbeans/platform/update_tracking/org-netbeans-libs-asm.xml -%%DATADIR%%/netbeans/platform/update_tracking/org-netbeans-libs-jna-platform.xml -%%DATADIR%%/netbeans/platform/update_tracking/org-netbeans-libs-jna.xml -%%DATADIR%%/netbeans/platform/update_tracking/org-netbeans-libs-osgi.xml -%%DATADIR%%/netbeans/platform/update_tracking/org-netbeans-modules-editor-mimelookup.xml -%%DATADIR%%/netbeans/platform/update_tracking/org-netbeans-modules-keyring.xml -%%DATADIR%%/netbeans/platform/update_tracking/org-netbeans-modules-masterfs.xml -%%DATADIR%%/netbeans/platform/update_tracking/org-netbeans-modules-netbinox.xml -%%DATADIR%%/netbeans/platform/update_tracking/org-netbeans-modules-options-api.xml -%%DATADIR%%/netbeans/platform/update_tracking/org-netbeans-modules-progress-ui.xml -%%DATADIR%%/netbeans/platform/update_tracking/org-netbeans-modules-queries.xml -%%DATADIR%%/netbeans/platform/update_tracking/org-netbeans-modules-sampler.xml -%%DATADIR%%/netbeans/platform/update_tracking/org-netbeans-modules-settings.xml -%%DATADIR%%/netbeans/platform/update_tracking/org-netbeans-spi-quicksearch.xml -%%DATADIR%%/netbeans/platform/update_tracking/org-netbeans-swing-outline.xml -%%DATADIR%%/netbeans/platform/update_tracking/org-netbeans-swing-plaf.xml -%%DATADIR%%/netbeans/platform/update_tracking/org-netbeans-swing-tabcontrol.xml -%%DATADIR%%/netbeans/platform/update_tracking/org-openide-actions.xml -%%DATADIR%%/netbeans/platform/update_tracking/org-openide-awt.xml -%%DATADIR%%/netbeans/platform/update_tracking/org-openide-dialogs.xml -%%DATADIR%%/netbeans/platform/update_tracking/org-openide-explorer.xml -%%DATADIR%%/netbeans/platform/update_tracking/org-openide-filesystems-nb.xml -%%DATADIR%%/netbeans/platform/update_tracking/org-openide-filesystems.xml -%%DATADIR%%/netbeans/platform/update_tracking/org-openide-io.xml -%%DATADIR%%/netbeans/platform/update_tracking/org-openide-loaders.xml -%%DATADIR%%/netbeans/platform/update_tracking/org-openide-modules.xml -%%DATADIR%%/netbeans/platform/update_tracking/org-openide-nodes.xml -%%DATADIR%%/netbeans/platform/update_tracking/org-openide-text.xml -%%DATADIR%%/netbeans/platform/update_tracking/org-openide-util-lookup.xml -%%DATADIR%%/netbeans/platform/update_tracking/org-openide-util-ui.xml -%%DATADIR%%/netbeans/platform/update_tracking/org-openide-util.xml -%%DATADIR%%/netbeans/platform/update_tracking/org-openide-windows.xml -%%DATADIR%%/rdbms/jlib/ojdi.jar -%%DATADIR%%/rdbms/jlib/xdb6.jar -%%DATADIR%%/sleepycat/je-3.3.98/lib/je-3.3.98.jar -%%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.cloud.jar -%%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.extras.jar -%%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.filenavigator.jar -%%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.jar -%%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.jdbcproxy.jar -%%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.onsd.jar -%%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.onsd/LICENSE.txt -%%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.onsd/lib/antlr4-runtime.jar -%%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.onsd/lib/commonutil.jar -%%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.onsd/lib/guava.jar -%%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.onsd/lib/jackson-annotations.jar -%%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.onsd/lib/jackson-core.jar -%%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.onsd/lib/jackson-databind.jar -%%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.onsd/lib/jline.jar -%%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.onsd/lib/kvclient.jar -%%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.onsd/lib/reactive-streams.jar -%%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.onsd/lib/sklogger.jar -%%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.onsd/lib/sql.jar -%%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.ssh.jar -%%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.utils.jar -%%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.worksheet.jar -%%DATADIR%%/sqldeveloper/lib/antlr-all-2.7.6.jar -%%DATADIR%%/sqldeveloper/lib/antlr-runtime-3.1.3.jar -%%DATADIR%%/sqldeveloper/lib/aopalliance-repackaged.jar -%%DATADIR%%/sqldeveloper/lib/asm.jar -%%DATADIR%%/sqldeveloper/lib/common.jar -%%DATADIR%%/sqldeveloper/lib/commons-codec.jar -%%DATADIR%%/sqldeveloper/lib/commons-collections4.jar -%%DATADIR%%/sqldeveloper/lib/commons-compress.jar -%%DATADIR%%/sqldeveloper/lib/commons-logging.jar -%%DATADIR%%/sqldeveloper/lib/commons-math3.jar -%%DATADIR%%/sqldeveloper/lib/curvesapi.jar -%%DATADIR%%/sqldeveloper/lib/dbtools-common.jar -%%DATADIR%%/sqldeveloper/lib/dbtools-http.jar -%%DATADIR%%/sqldeveloper/lib/dbtools-net.jar -%%DATADIR%%/sqldeveloper/lib/emapi.jar -%%DATADIR%%/sqldeveloper/lib/hk2-api.jar -%%DATADIR%%/sqldeveloper/lib/hk2-locator.jar -%%DATADIR%%/sqldeveloper/lib/hk2-utils.jar -%%DATADIR%%/sqldeveloper/lib/httpclient.jar -%%DATADIR%%/sqldeveloper/lib/httpcore.jar -%%DATADIR%%/sqldeveloper/lib/httpmime.jar -%%DATADIR%%/sqldeveloper/lib/itextpdf.jar -%%DATADIR%%/sqldeveloper/lib/jackson-annotations.jar -%%DATADIR%%/sqldeveloper/lib/jackson-core.jar -%%DATADIR%%/sqldeveloper/lib/jackson-databind.jar -%%DATADIR%%/sqldeveloper/lib/javassist.jar -%%DATADIR%%/sqldeveloper/lib/javax.annotation-api.jar -%%DATADIR%%/sqldeveloper/lib/javax.inject.jar -%%DATADIR%%/sqldeveloper/lib/javax.ws.rs-api.jar -%%DATADIR%%/sqldeveloper/lib/jersey-client.jar -%%DATADIR%%/sqldeveloper/lib/jersey-common.jar -%%DATADIR%%/sqldeveloper/lib/jersey-guava.jar -%%DATADIR%%/sqldeveloper/lib/jline.jar -%%DATADIR%%/sqldeveloper/lib/jsch.jar -%%DATADIR%%/sqldeveloper/lib/json.jar -%%DATADIR%%/sqldeveloper/lib/jzlib.jar -%%DATADIR%%/sqldeveloper/lib/log4j-1.2-api.jar -%%DATADIR%%/sqldeveloper/lib/log4j-api.jar -%%DATADIR%%/sqldeveloper/lib/log4j-core.jar -%%DATADIR%%/sqldeveloper/lib/low-level-api.jar -%%DATADIR%%/sqldeveloper/lib/oracle.sqldeveloper.jfx-nodeps.jar -%%DATADIR%%/sqldeveloper/lib/oraclepki.jar -%%DATADIR%%/sqldeveloper/lib/osdt_cert.jar -%%DATADIR%%/sqldeveloper/lib/osdt_core.jar -%%DATADIR%%/sqldeveloper/lib/osgi-resource-locator.jar -%%DATADIR%%/sqldeveloper/lib/plugin-api.jar -%%DATADIR%%/sqldeveloper/lib/poi-ooxml-schemas.jar -%%DATADIR%%/sqldeveloper/lib/poi-ooxml.jar -%%DATADIR%%/sqldeveloper/lib/poi.jar -%%DATADIR%%/sqldeveloper/lib/resource-templates.jar -%%DATADIR%%/sqldeveloper/lib/slf4j-api.jar -%%DATADIR%%/sqldeveloper/lib/slf4j-jdk14.jar -%%DATADIR%%/sqldeveloper/lib/sshd-common.jar -%%DATADIR%%/sqldeveloper/lib/sshd-contrib.jar -%%DATADIR%%/sqldeveloper/lib/sshd-core.jar -%%DATADIR%%/sqldeveloper/lib/sshd-putty.jar -%%DATADIR%%/sqldeveloper/lib/sshd-scp.jar -%%DATADIR%%/sqldeveloper/lib/sshd-sftp.jar -%%DATADIR%%/sqldeveloper/lib/stringtemplate-3.1b1.jar -%%DATADIR%%/sqldeveloper/lib/xmlbeans.jar -%%DATADIR%%/svnkit/antlr-runtime.jar -%%DATADIR%%/svnkit/licenses/ANTLR-LICENSE -%%DATADIR%%/svnkit/licenses/COPYING -%%DATADIR%%/svnkit/licenses/JAVAHL-LICENSE -%%DATADIR%%/svnkit/licenses/SEQUENCE-LICENSE -%%DATADIR%%/svnkit/licenses/SQLJET-LICENSE -%%DATADIR%%/svnkit/licenses/TRILEAD-LICENSE -%%DATADIR%%/svnkit/licenses/license.txt -%%DATADIR%%/svnkit/sequence.jar -%%DATADIR%%/svnkit/sqljet.jar -%%DATADIR%%/svnkit/svnClientAdapter.jar -%%DATADIR%%/svnkit/svnjavahl.jar -%%DATADIR%%/svnkit/svnkit.jar -%%DATADIR%%/svnkit/trilead.jar -@dir %%DATADIR%%/datamodeler/log -@dir %%DATADIR%%/netbeans/platform/modules/lib/amd64/linux -@dir %%DATADIR%%/netbeans/platform/modules/lib/i386/linux -@dir %%DATADIR%%/netbeans/platform/modules/lib/x86 diff --git a/devel/Makefile b/devel/Makefile index 74c96ab57b1c..653e856aa999 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -864,7 +864,6 @@ SUBDIR += gputils SUBDIR += gradle SUBDIR += gradle-completion - SUBDIR += gradle4 SUBDIR += gradle5 SUBDIR += gradle62 SUBDIR += grantlee5 @@ -4082,7 +4081,6 @@ SUBDIR += py-aspyct SUBDIR += py-astor SUBDIR += py-astroid - SUBDIR += py-astroid1 SUBDIR += py-asttokens SUBDIR += py-astunparse SUBDIR += py-async_generator @@ -5298,7 +5296,6 @@ SUBDIR += pydbus-common SUBDIR += pygobject3-common SUBDIR += pylint - SUBDIR += pylint1 SUBDIR += pyobfuscate SUBDIR += pyotherside-qt5 SUBDIR += pyside2 diff --git a/devel/gradle4/Makefile b/devel/gradle4/Makefile deleted file mode 100644 index 09080985f058..000000000000 --- a/devel/gradle4/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# Created by: Gasol Wu <gasol.wu@gmail.com> -# $FreeBSD$ - -PORTNAME= gradle -PORTVERSION= 4.10.3 -CATEGORIES= devel java -MASTER_SITES= https://downloads.gradle.org/distributions/ -PKGNAMESUFFIX= 4 -EXTRACT_SUFX= -bin.zip - -MAINTAINER= ports@FreeBSD.org -COMMENT= Project automation tool - -LICENSE= APACHE20 - -DEPRECATED= only needed for expiring biology/igv and java/openjfx8-devel -EXPIRATION_DATE= 2020-11-30 - -USES= zip -USE_JAVA= yes - -DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX} -NO_ARCH= yes -NO_BUILD= yes -PLIST_SUB= PKGNAMESUFFIX=${PKGNAMESUFFIX} -PORTSCOUT= ignore:1 -SUB_LIST= PORTVERSION=${PORTVERSION} \ - JAVA=${JAVA} -SUB_FILES= gradle - -do-install: - ${INSTALL_SCRIPT} ${WRKDIR}/gradle ${STAGEDIR}${PREFIX}/bin/gradle${PKGNAMESUFFIX} - (cd ${WRKSRC} && ${COPYTREE_SHARE} lib ${STAGEDIR}${DATADIR}) - -.include <bsd.port.mk> diff --git a/devel/gradle4/distinfo b/devel/gradle4/distinfo deleted file mode 100644 index 13ede9824975..000000000000 --- a/devel/gradle4/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1563780722 -SHA256 (gradle-4.10.3-bin.zip) = 8626cbf206b4e201ade7b87779090690447054bc93f052954c78480fa6ed186e -SIZE (gradle-4.10.3-bin.zip) = 78422006 diff --git a/devel/gradle4/files/gradle.in b/devel/gradle4/files/gradle.in deleted file mode 100644 index 0d526d4cec3f..000000000000 --- a/devel/gradle4/files/gradle.in +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -exec "%%JAVA%%" -Dorg.gradle.native=false $JAVA_OPTS -classpath "%%DATADIR%%/lib/gradle-launcher-%%PORTVERSION%%.jar" org.gradle.launcher.GradleMain "$@" diff --git a/devel/gradle4/pkg-descr b/devel/gradle4/pkg-descr deleted file mode 100644 index 32f6de448844..000000000000 --- a/devel/gradle4/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -Gradle is build automation evolved. - -Gradle can automate the building, testing, publishing, deployment -and more of software packages or other types of projects such as -generated static websites, generated documentation or indeed anything -else. - -Gradle combines the power and flexibility of Ant with the dependency -management and conventions of Maven into a more effective way to -build. Powered by a Groovy DSL and packed with innovation, Gradle -provides a declarative way to describe all kinds of builds through -sensible defaults. Gradle is quickly becoming the build system of -choice for many open source projects, leading edge enterprises and -legacy automation challenges. - -WWW: http://www.gradle.org/ diff --git a/devel/gradle4/pkg-plist b/devel/gradle4/pkg-plist deleted file mode 100644 index 3f68e5e29def..000000000000 --- a/devel/gradle4/pkg-plist +++ /dev/null @@ -1,198 +0,0 @@ -bin/gradle%%PKGNAMESUFFIX%% -%%DATADIR%%/lib/annotations-13.0.jar -%%DATADIR%%/lib/ant-1.9.11.jar -%%DATADIR%%/lib/ant-launcher-1.9.11.jar -%%DATADIR%%/lib/asm-6.2.jar -%%DATADIR%%/lib/asm-analysis-6.2.jar -%%DATADIR%%/lib/asm-commons-6.2.jar -%%DATADIR%%/lib/asm-tree-6.2.jar -%%DATADIR%%/lib/commons-collections-3.2.2.jar -%%DATADIR%%/lib/commons-compress-1.14.jar -%%DATADIR%%/lib/commons-io-2.4.jar -%%DATADIR%%/lib/commons-lang-2.6.jar -%%DATADIR%%/lib/fastutil-7.2.1-min.jar -%%DATADIR%%/lib/gradle-api-metadata-4.10.3.jar -%%DATADIR%%/lib/gradle-base-services-4.10.3.jar -%%DATADIR%%/lib/gradle-base-services-groovy-4.10.3.jar -%%DATADIR%%/lib/gradle-build-cache-4.10.3.jar -%%DATADIR%%/lib/gradle-build-option-4.10.3.jar -%%DATADIR%%/lib/gradle-cli-4.10.3.jar -%%DATADIR%%/lib/gradle-core-4.10.3.jar -%%DATADIR%%/lib/gradle-core-api-4.10.3.jar -%%DATADIR%%/lib/gradle-docs-4.10.3.jar -%%DATADIR%%/lib/gradle-installation-beacon-4.10.3.jar -%%DATADIR%%/lib/gradle-jvm-services-4.10.3.jar -%%DATADIR%%/lib/gradle-kotlin-dsl-1.0-rc-6.jar -%%DATADIR%%/lib/gradle-kotlin-dsl-provider-plugins-1.0-rc-6.jar -%%DATADIR%%/lib/gradle-kotlin-dsl-tooling-builders-1.0-rc-6.jar -%%DATADIR%%/lib/gradle-kotlin-dsl-tooling-models-1.0-rc-6.jar -%%DATADIR%%/lib/gradle-launcher-4.10.3.jar -%%DATADIR%%/lib/gradle-logging-4.10.3.jar -%%DATADIR%%/lib/gradle-messaging-4.10.3.jar -%%DATADIR%%/lib/gradle-model-core-4.10.3.jar -%%DATADIR%%/lib/gradle-model-groovy-4.10.3.jar -%%DATADIR%%/lib/gradle-native-4.10.3.jar -%%DATADIR%%/lib/gradle-persistent-cache-4.10.3.jar -%%DATADIR%%/lib/gradle-process-services-4.10.3.jar -%%DATADIR%%/lib/gradle-resources-4.10.3.jar -%%DATADIR%%/lib/gradle-runtime-api-info-4.10.3.jar -%%DATADIR%%/lib/gradle-tooling-api-4.10.3.jar -%%DATADIR%%/lib/gradle-wrapper-4.10.3.jar -%%DATADIR%%/lib/groovy-all-2.4.15.jar -%%DATADIR%%/lib/guava-jdk5-17.0.jar -%%DATADIR%%/lib/jansi-1.14.jar -%%DATADIR%%/lib/javax.inject-1.jar -%%DATADIR%%/lib/jcip-annotations-1.0.jar -%%DATADIR%%/lib/jcl-over-slf4j-1.7.16.jar -%%DATADIR%%/lib/jsr305-2.0.1.jar -%%DATADIR%%/lib/jul-to-slf4j-1.7.16.jar -%%DATADIR%%/lib/kotlin-compiler-embeddable-1.2.61.jar -%%DATADIR%%/lib/kotlin-reflect-1.2.61.jar -%%DATADIR%%/lib/kotlin-sam-with-receiver-compiler-plugin-1.2.61.jar -%%DATADIR%%/lib/kotlin-script-runtime-1.2.61.jar -%%DATADIR%%/lib/kotlin-stdlib-1.2.61.jar -%%DATADIR%%/lib/kotlin-stdlib-common-1.2.61.jar -%%DATADIR%%/lib/kotlin-stdlib-jdk7-1.2.61.jar -%%DATADIR%%/lib/kotlin-stdlib-jdk8-1.2.61.jar -%%DATADIR%%/lib/kryo-2.20.jar -%%DATADIR%%/lib/log4j-over-slf4j-1.7.16.jar -%%DATADIR%%/lib/minlog-1.2.jar -%%DATADIR%%/lib/native-platform-0.14.jar -%%DATADIR%%/lib/native-platform-freebsd-amd64-libcpp-0.14.jar -%%DATADIR%%/lib/native-platform-freebsd-amd64-libstdcpp-0.14.jar -%%DATADIR%%/lib/native-platform-freebsd-i386-libcpp-0.14.jar -%%DATADIR%%/lib/native-platform-freebsd-i386-libstdcpp-0.14.jar -%%DATADIR%%/lib/native-platform-linux-amd64-0.14.jar -%%DATADIR%%/lib/native-platform-linux-amd64-ncurses5-0.14.jar -%%DATADIR%%/lib/native-platform-linux-amd64-ncurses6-0.14.jar -%%DATADIR%%/lib/native-platform-linux-i386-0.14.jar -%%DATADIR%%/lib/native-platform-linux-i386-ncurses5-0.14.jar -%%DATADIR%%/lib/native-platform-linux-i386-ncurses6-0.14.jar -%%DATADIR%%/lib/native-platform-osx-amd64-0.14.jar -%%DATADIR%%/lib/native-platform-osx-i386-0.14.jar -%%DATADIR%%/lib/native-platform-windows-amd64-0.14.jar -%%DATADIR%%/lib/native-platform-windows-i386-0.14.jar -%%DATADIR%%/lib/objenesis-1.2.jar -%%DATADIR%%/lib/plugins/aether-api-1.13.1.jar -%%DATADIR%%/lib/plugins/aether-connector-wagon-1.13.1.jar -%%DATADIR%%/lib/plugins/aether-impl-1.13.1.jar -%%DATADIR%%/lib/plugins/aether-spi-1.13.1.jar -%%DATADIR%%/lib/plugins/aether-util-1.13.1.jar -%%DATADIR%%/lib/plugins/apiguardian-api-1.0.0.jar -%%DATADIR%%/lib/plugins/asm-util-6.2.jar -%%DATADIR%%/lib/plugins/aws-java-sdk-core-1.11.267.jar -%%DATADIR%%/lib/plugins/aws-java-sdk-kms-1.11.267.jar -%%DATADIR%%/lib/plugins/aws-java-sdk-s3-1.11.267.jar -%%DATADIR%%/lib/plugins/bcpg-jdk15on-1.58.jar -%%DATADIR%%/lib/plugins/bcprov-jdk15on-1.58.jar -%%DATADIR%%/lib/plugins/biz.aQute.bndlib-3.4.0.jar -%%DATADIR%%/lib/plugins/bsh-2.0b6.jar -%%DATADIR%%/lib/plugins/commons-cli-1.2.jar -%%DATADIR%%/lib/plugins/commons-codec-1.10.jar -%%DATADIR%%/lib/plugins/dd-plist-1.20.jar -%%DATADIR%%/lib/plugins/google-api-client-1.23.0.jar -%%DATADIR%%/lib/plugins/google-api-services-storage-v1-rev116-1.23.0.jar -%%DATADIR%%/lib/plugins/google-http-client-1.23.0.jar -%%DATADIR%%/lib/plugins/google-http-client-jackson2-1.23.0.jar -%%DATADIR%%/lib/plugins/google-oauth-client-1.23.0.jar -%%DATADIR%%/lib/plugins/gradle-announce-4.10.3.jar -%%DATADIR%%/lib/plugins/gradle-antlr-4.10.3.jar -%%DATADIR%%/lib/plugins/gradle-build-cache-http-4.10.3.jar -%%DATADIR%%/lib/plugins/gradle-build-comparison-4.10.3.jar -%%DATADIR%%/lib/plugins/gradle-build-init-4.10.3.jar -%%DATADIR%%/lib/plugins/gradle-code-quality-4.10.3.jar -%%DATADIR%%/lib/plugins/gradle-composite-builds-4.10.3.jar -%%DATADIR%%/lib/plugins/gradle-dependency-management-4.10.3.jar -%%DATADIR%%/lib/plugins/gradle-diagnostics-4.10.3.jar -%%DATADIR%%/lib/plugins/gradle-ear-4.10.3.jar -%%DATADIR%%/lib/plugins/gradle-ide-4.10.3.jar -%%DATADIR%%/lib/plugins/gradle-ide-native-4.10.3.jar -%%DATADIR%%/lib/plugins/gradle-ide-play-4.10.3.jar -%%DATADIR%%/lib/plugins/gradle-ivy-4.10.3.jar -%%DATADIR%%/lib/plugins/gradle-jacoco-4.10.3.jar -%%DATADIR%%/lib/plugins/gradle-javascript-4.10.3.jar -%%DATADIR%%/lib/plugins/gradle-language-groovy-4.10.3.jar -%%DATADIR%%/lib/plugins/gradle-language-java-4.10.3.jar -%%DATADIR%%/lib/plugins/gradle-language-jvm-4.10.3.jar -%%DATADIR%%/lib/plugins/gradle-language-native-4.10.3.jar -%%DATADIR%%/lib/plugins/gradle-language-scala-4.10.3.jar -%%DATADIR%%/lib/plugins/gradle-maven-4.10.3.jar -%%DATADIR%%/lib/plugins/gradle-osgi-4.10.3.jar -%%DATADIR%%/lib/plugins/gradle-platform-base-4.10.3.jar -%%DATADIR%%/lib/plugins/gradle-platform-jvm-4.10.3.jar -%%DATADIR%%/lib/plugins/gradle-platform-native-4.10.3.jar -%%DATADIR%%/lib/plugins/gradle-platform-play-4.10.3.jar -%%DATADIR%%/lib/plugins/gradle-plugin-development-4.10.3.jar -%%DATADIR%%/lib/plugins/gradle-plugin-use-4.10.3.jar -%%DATADIR%%/lib/plugins/gradle-plugins-4.10.3.jar -%%DATADIR%%/lib/plugins/gradle-publish-4.10.3.jar -%%DATADIR%%/lib/plugins/gradle-reporting-4.10.3.jar -%%DATADIR%%/lib/plugins/gradle-resources-gcs-4.10.3.jar -%%DATADIR%%/lib/plugins/gradle-resources-http-4.10.3.jar -%%DATADIR%%/lib/plugins/gradle-resources-s3-4.10.3.jar -%%DATADIR%%/lib/plugins/gradle-resources-sftp-4.10.3.jar -%%DATADIR%%/lib/plugins/gradle-scala-4.10.3.jar -%%DATADIR%%/lib/plugins/gradle-signing-4.10.3.jar -%%DATADIR%%/lib/plugins/gradle-test-kit-4.10.3.jar -%%DATADIR%%/lib/plugins/gradle-testing-base-4.10.3.jar -%%DATADIR%%/lib/plugins/gradle-testing-junit-platform-4.10.3.jar -%%DATADIR%%/lib/plugins/gradle-testing-jvm-4.10.3.jar -%%DATADIR%%/lib/plugins/gradle-testing-native-4.10.3.jar -%%DATADIR%%/lib/plugins/gradle-tooling-api-builders-4.10.3.jar -%%DATADIR%%/lib/plugins/gradle-tooling-native-4.10.3.jar -%%DATADIR%%/lib/plugins/gradle-version-control-4.10.3.jar -%%DATADIR%%/lib/plugins/gradle-workers-4.10.3.jar -%%DATADIR%%/lib/plugins/gson-2.7.jar -%%DATADIR%%/lib/plugins/hamcrest-core-1.3.jar -%%DATADIR%%/lib/plugins/httpclient-4.5.5.jar -%%DATADIR%%/lib/plugins/httpcore-4.4.9.jar -%%DATADIR%%/lib/plugins/ion-java-1.0.2.jar -%%DATADIR%%/lib/plugins/ivy-2.2.0.jar -%%DATADIR%%/lib/plugins/jackson-annotations-2.9.4.jar -%%DATADIR%%/lib/plugins/jackson-core-2.9.4.jar -%%DATADIR%%/lib/plugins/jackson-databind-2.9.4.jar -%%DATADIR%%/lib/plugins/jatl-0.2.2.jar -%%DATADIR%%/lib/plugins/jcifs-1.3.17.jar -%%DATADIR%%/lib/plugins/jcommander-1.47.jar -%%DATADIR%%/lib/plugins/jmespath-java-1.11.267.jar -%%DATADIR%%/lib/plugins/joda-time-2.8.2.jar -%%DATADIR%%/lib/plugins/jsch-0.1.54.jar -%%DATADIR%%/lib/plugins/junit-4.12.jar -%%DATADIR%%/lib/plugins/junit-platform-commons-1.0.3.jar -%%DATADIR%%/lib/plugins/junit-platform-engine-1.0.3.jar -%%DATADIR%%/lib/plugins/junit-platform-launcher-1.0.3.jar -%%DATADIR%%/lib/plugins/maven-aether-provider-3.0.4.jar -%%DATADIR%%/lib/plugins/maven-artifact-3.0.4.jar -%%DATADIR%%/lib/plugins/maven-compat-3.0.4.jar -%%DATADIR%%/lib/plugins/maven-core-3.0.4.jar -%%DATADIR%%/lib/plugins/maven-model-3.0.4.jar -%%DATADIR%%/lib/plugins/maven-model-builder-3.0.4.jar -%%DATADIR%%/lib/plugins/maven-plugin-api-3.0.4.jar -%%DATADIR%%/lib/plugins/maven-repository-metadata-3.0.4.jar -%%DATADIR%%/lib/plugins/maven-settings-3.0.4.jar -%%DATADIR%%/lib/plugins/maven-settings-builder-3.0.4.jar -%%DATADIR%%/lib/plugins/nekohtml-1.9.20.jar -%%DATADIR%%/lib/plugins/opentest4j-1.0.0.jar -%%DATADIR%%/lib/plugins/org.eclipse.jgit-4.5.3.201708160445-r.jar -%%DATADIR%%/lib/plugins/plexus-cipher-1.7.jar -%%DATADIR%%/lib/plugins/plexus-classworlds-2.4.jar -%%DATADIR%%/lib/plugins/plexus-component-annotations-1.5.5.jar -%%DATADIR%%/lib/plugins/plexus-container-default-1.5.5.jar -%%DATADIR%%/lib/plugins/plexus-interpolation-1.14.jar -%%DATADIR%%/lib/plugins/plexus-sec-dispatcher-1.3.jar -%%DATADIR%%/lib/plugins/plexus-utils-3.0.8.jar -%%DATADIR%%/lib/plugins/pmaven-common-0.8-20100325.jar -%%DATADIR%%/lib/plugins/pmaven-groovy-0.8-20100325.jar -%%DATADIR%%/lib/plugins/rhino-1.7R3.jar -%%DATADIR%%/lib/plugins/simple-4.1.21.jar -%%DATADIR%%/lib/plugins/snakeyaml-1.6.jar -%%DATADIR%%/lib/plugins/testng-6.3.1.jar -%%DATADIR%%/lib/plugins/wagon-file-2.4.jar -%%DATADIR%%/lib/plugins/wagon-http-2.4.jar -%%DATADIR%%/lib/plugins/wagon-http-shared4-2.4.jar -%%DATADIR%%/lib/plugins/wagon-provider-api-2.4.jar -%%DATADIR%%/lib/plugins/xbean-reflect-3.4.jar -%%DATADIR%%/lib/plugins/xercesImpl-2.12.0.jar -%%DATADIR%%/lib/reflectasm-1.07-shaded.jar -%%DATADIR%%/lib/slf4j-api-1.7.16.jar -%%DATADIR%%/lib/xml-apis-1.4.01.jar diff --git a/devel/py-astroid1/Makefile b/devel/py-astroid1/Makefile deleted file mode 100644 index 8428962535f8..000000000000 --- a/devel/py-astroid1/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# $FreeBSD$ - -PORTNAME= astroid -PORTVERSION= 1.6.6 -CATEGORIES= devel python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PKGNAMESUFFIX= 1 - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Abstract syntax tree for Python with inference support - -LICENSE= LGPL21 -LICENSE_FILE= ${WRKSRC}/COPYING.LESSER - -DEPRECATED= Use devel/py-astroid instead -EXPIRATION_DATE=2020-11-30 - -RUN_DEPENDS= ${PY_ENUM34} \ - ${PYTHON_PKGNAMEPREFIX}lazy-object-proxy>=0:devel/py-lazy-object-proxy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wrapt>=0:devel/py-wrapt@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist concurrent distutils - -NO_ARCH= yes - -# astroid 2.0.0+ requires Python 3.4+ -PORTSCOUT= limit:^1\. - -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} < 3400 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}backports.functools_lru_cache>=0:devel/py-backports.functools_lru_cache@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}singledispatch>=0:devel/py-singledispatch@${PY_FLAVOR} -.endif - -.include <bsd.port.post.mk> diff --git a/devel/py-astroid1/distinfo b/devel/py-astroid1/distinfo deleted file mode 100644 index f6e6b8b6d6b7..000000000000 --- a/devel/py-astroid1/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1554924539 -SHA256 (astroid-1.6.6.tar.gz) = d25869fc7f44f1d9fb7d24fd7ea0639656f5355fc3089cd1f3d18c6ec6b124c7 -SIZE (astroid-1.6.6.tar.gz) = 256216 diff --git a/devel/py-astroid1/pkg-descr b/devel/py-astroid1/pkg-descr deleted file mode 100644 index 040528a6f7ea..000000000000 --- a/devel/py-astroid1/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -The aim of this module is to provide a common base representation of python -source code for projects such as pychecker, pyreverse, pylint... Well, actually -the development of this library is essentially governed by pylint's needs. It -used to be called logilab-astng. - -It provides a compatible representation which comes from the _ast module. It -rebuilds the tree generated by the builtin _ast module by recursively walking -down the AST and building an extended ast. The new node classes have additional -methods and attributes for different usages. They include some support for -static inference and local name scopes. Furthermore, astroid builds partial -trees by inspecting living objects. - -WWW: https://pypi.org/project/astroid/ -WWW: https://github.com/PyCQA/astroid diff --git a/devel/pylint1/Makefile b/devel/pylint1/Makefile deleted file mode 100644 index ab215627a1d3..000000000000 --- a/devel/pylint1/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# Created by: Hye-Shik Chang -# $FreeBSD$ - -PORTNAME= pylint -PORTVERSION= 1.9.5 -CATEGORIES= devel python -MASTER_SITES= CHEESESHOP -PKGNAMESUFFIX= 1${PYTHON_PKGNAMESUFFIX} - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Analyzes python source code looking for bugs and signs of poor quality - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - -DEPRECATED= Use devel/pylint instead -EXPIRATION_DATE=2020-11-30 - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astroid1>=1.6:devel/py-astroid1@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}isort>=4.2.5:devel/py-isort@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mccabe>=0:devel/py-mccabe@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} - -USES= python shebangfix -USE_PYTHON= concurrent distutils py3kplist - -NO_ARCH= yes - -# pylint 2.0.0+ require Python 3.4+ -PORTSCOUT= limit:^1\. - -SHEBANG_FILES= pylint/test/data/ascript - -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} < 3000 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}backports.functools_lru_cache>=0:devel/py-backports.functools_lru_cache@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}configparser>=0:devel/py-configparser@${PY_FLAVOR} -.endif - -.if ${PYTHON_REL} < 3400 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}singledispatch>=0:devel/py-singledispatch@${PY_FLAVOR} -.endif - -.include <bsd.port.post.mk> diff --git a/devel/pylint1/distinfo b/devel/pylint1/distinfo deleted file mode 100644 index 2c8668b48d46..000000000000 --- a/devel/pylint1/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1563640621 -SHA256 (pylint-1.9.5.tar.gz) = 97a42df23d436c70132971d1dcb9efad2fe5c0c6add55b90161e773caf729300 -SIZE (pylint-1.9.5.tar.gz) = 539453 diff --git a/devel/pylint1/pkg-descr b/devel/pylint1/pkg-descr deleted file mode 100644 index 65d2a105d23a..000000000000 --- a/devel/pylint1/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Pylint is a Python source code analyzer which looks for programming errors, -helps enforcing a coding standard and sniffs for some code smells (as defined in -Martin Fowler's Refactoring book). - -Pylint has many rules enabled by default, way too much to silence them all on a -minimally sized program. It's highly configurable and handle pragmas to control -it from within your code. Additionally, it is possible to write plugins to add -your own checks. - -WWW: https://www.pylint.org/ -WWW: https://pypi.org/project/pylint/ -WWW: https://github.com/PyCQA/pylint diff --git a/devel/pylint1/pkg-plist b/devel/pylint1/pkg-plist deleted file mode 100644 index 04c79c9ca515..000000000000 --- a/devel/pylint1/pkg-plist +++ /dev/null @@ -1,1088 +0,0 @@ -bin/epylint -bin/pylint -bin/pyreverse -bin/symilar -%%PYTHON_SITELIBDIR%%/pylint/__init__.py -%%PYTHON_SITELIBDIR%%/pylint/__init__.pyc -%%PYTHON_SITELIBDIR%%/pylint/__init__.pyo -%%PYTHON_SITELIBDIR%%/pylint/__main__.py -%%PYTHON_SITELIBDIR%%/pylint/__main__.pyc -%%PYTHON_SITELIBDIR%%/pylint/__main__.pyo -%%PYTHON_SITELIBDIR%%/pylint/__pkginfo__.py -%%PYTHON_SITELIBDIR%%/pylint/__pkginfo__.pyc -%%PYTHON_SITELIBDIR%%/pylint/__pkginfo__.pyo -%%PYTHON_SITELIBDIR%%/pylint/checkers/__init__.py -%%PYTHON_SITELIBDIR%%/pylint/checkers/__init__.pyc -%%PYTHON_SITELIBDIR%%/pylint/checkers/__init__.pyo -%%PYTHON_SITELIBDIR%%/pylint/checkers/async.py -%%PYTHON_SITELIBDIR%%/pylint/checkers/async.pyc -%%PYTHON_SITELIBDIR%%/pylint/checkers/async.pyo -%%PYTHON_SITELIBDIR%%/pylint/checkers/base.py -%%PYTHON_SITELIBDIR%%/pylint/checkers/base.pyc -%%PYTHON_SITELIBDIR%%/pylint/checkers/base.pyo -%%PYTHON_SITELIBDIR%%/pylint/checkers/classes.py -%%PYTHON_SITELIBDIR%%/pylint/checkers/classes.pyc -%%PYTHON_SITELIBDIR%%/pylint/checkers/classes.pyo -%%PYTHON_SITELIBDIR%%/pylint/checkers/design_analysis.py -%%PYTHON_SITELIBDIR%%/pylint/checkers/design_analysis.pyc -%%PYTHON_SITELIBDIR%%/pylint/checkers/design_analysis.pyo -%%PYTHON_SITELIBDIR%%/pylint/checkers/exceptions.py -%%PYTHON_SITELIBDIR%%/pylint/checkers/exceptions.pyc -%%PYTHON_SITELIBDIR%%/pylint/checkers/exceptions.pyo -%%PYTHON_SITELIBDIR%%/pylint/checkers/format.py -%%PYTHON_SITELIBDIR%%/pylint/checkers/format.pyc -%%PYTHON_SITELIBDIR%%/pylint/checkers/format.pyo -%%PYTHON_SITELIBDIR%%/pylint/checkers/imports.py -%%PYTHON_SITELIBDIR%%/pylint/checkers/imports.pyc -%%PYTHON_SITELIBDIR%%/pylint/checkers/imports.pyo -%%PYTHON_SITELIBDIR%%/pylint/checkers/logging.py -%%PYTHON_SITELIBDIR%%/pylint/checkers/logging.pyc -%%PYTHON_SITELIBDIR%%/pylint/checkers/logging.pyo -%%PYTHON_SITELIBDIR%%/pylint/checkers/misc.py -%%PYTHON_SITELIBDIR%%/pylint/checkers/misc.pyc -%%PYTHON_SITELIBDIR%%/pylint/checkers/misc.pyo -%%PYTHON_SITELIBDIR%%/pylint/checkers/newstyle.py -%%PYTHON_SITELIBDIR%%/pylint/checkers/newstyle.pyc -%%PYTHON_SITELIBDIR%%/pylint/checkers/newstyle.pyo -%%PYTHON_SITELIBDIR%%/pylint/checkers/python3.py -%%PYTHON_SITELIBDIR%%/pylint/checkers/python3.pyc -%%PYTHON_SITELIBDIR%%/pylint/checkers/python3.pyo -%%PYTHON_SITELIBDIR%%/pylint/checkers/raw_metrics.py -%%PYTHON_SITELIBDIR%%/pylint/checkers/raw_metrics.pyc -%%PYTHON_SITELIBDIR%%/pylint/checkers/raw_metrics.pyo -%%PYTHON_SITELIBDIR%%/pylint/checkers/refactoring.py -%%PYTHON_SITELIBDIR%%/pylint/checkers/refactoring.pyc -%%PYTHON_SITELIBDIR%%/pylint/checkers/refactoring.pyo -%%PYTHON_SITELIBDIR%%/pylint/checkers/similar.py -%%PYTHON_SITELIBDIR%%/pylint/checkers/similar.pyc -%%PYTHON_SITELIBDIR%%/pylint/checkers/similar.pyo -%%PYTHON_SITELIBDIR%%/pylint/checkers/spelling.py -%%PYTHON_SITELIBDIR%%/pylint/checkers/spelling.pyc -%%PYTHON_SITELIBDIR%%/pylint/checkers/spelling.pyo -%%PYTHON_SITELIBDIR%%/pylint/checkers/stdlib.py -%%PYTHON_SITELIBDIR%%/pylint/checkers/stdlib.pyc -%%PYTHON_SITELIBDIR%%/pylint/checkers/stdlib.pyo -%%PYTHON_SITELIBDIR%%/pylint/checkers/strings.py -%%PYTHON_SITELIBDIR%%/pylint/checkers/strings.pyc -%%PYTHON_SITELIBDIR%%/pylint/checkers/strings.pyo -%%PYTHON_SITELIBDIR%%/pylint/checkers/typecheck.py -%%PYTHON_SITELIBDIR%%/pylint/checkers/typecheck.pyc -%%PYTHON_SITELIBDIR%%/pylint/checkers/typecheck.pyo -%%PYTHON_SITELIBDIR%%/pylint/checkers/utils.py -%%PYTHON_SITELIBDIR%%/pylint/checkers/utils.pyc -%%PYTHON_SITELIBDIR%%/pylint/checkers/utils.pyo -%%PYTHON_SITELIBDIR%%/pylint/checkers/variables.py -%%PYTHON_SITELIBDIR%%/pylint/checkers/variables.pyc -%%PYTHON_SITELIBDIR%%/pylint/checkers/variables.pyo -%%PYTHON_SITELIBDIR%%/pylint/config.py -%%PYTHON_SITELIBDIR%%/pylint/config.pyc -%%PYTHON_SITELIBDIR%%/pylint/config.pyo -%%PYTHON_SITELIBDIR%%/pylint/epylint.py -%%PYTHON_SITELIBDIR%%/pylint/epylint.pyc -%%PYTHON_SITELIBDIR%%/pylint/epylint.pyo -%%PYTHON_SITELIBDIR%%/pylint/exceptions.py -%%PYTHON_SITELIBDIR%%/pylint/exceptions.pyc -%%PYTHON_SITELIBDIR%%/pylint/exceptions.pyo -%%PYTHON_SITELIBDIR%%/pylint/extensions/__init__.py -%%PYTHON_SITELIBDIR%%/pylint/extensions/__init__.pyc -%%PYTHON_SITELIBDIR%%/pylint/extensions/__init__.pyo -%%PYTHON_SITELIBDIR%%/pylint/extensions/_check_docs_utils.py -%%PYTHON_SITELIBDIR%%/pylint/extensions/_check_docs_utils.pyc -%%PYTHON_SITELIBDIR%%/pylint/extensions/_check_docs_utils.pyo -%%PYTHON_SITELIBDIR%%/pylint/extensions/bad_builtin.py -%%PYTHON_SITELIBDIR%%/pylint/extensions/bad_builtin.pyc -%%PYTHON_SITELIBDIR%%/pylint/extensions/bad_builtin.pyo -%%PYTHON_SITELIBDIR%%/pylint/extensions/check_docs.py -%%PYTHON_SITELIBDIR%%/pylint/extensions/check_docs.pyc -%%PYTHON_SITELIBDIR%%/pylint/extensions/check_docs.pyo -%%PYTHON_SITELIBDIR%%/pylint/extensions/check_elif.py -%%PYTHON_SITELIBDIR%%/pylint/extensions/check_elif.pyc -%%PYTHON_SITELIBDIR%%/pylint/extensions/check_elif.pyo -%%PYTHON_SITELIBDIR%%/pylint/extensions/comparetozero.py -%%PYTHON_SITELIBDIR%%/pylint/extensions/comparetozero.pyc -%%PYTHON_SITELIBDIR%%/pylint/extensions/comparetozero.pyo -%%PYTHON_SITELIBDIR%%/pylint/extensions/docparams.py -%%PYTHON_SITELIBDIR%%/pylint/extensions/docparams.pyc -%%PYTHON_SITELIBDIR%%/pylint/extensions/docparams.pyo -%%PYTHON_SITELIBDIR%%/pylint/extensions/docstyle.py -%%PYTHON_SITELIBDIR%%/pylint/extensions/docstyle.pyc -%%PYTHON_SITELIBDIR%%/pylint/extensions/docstyle.pyo -%%PYTHON_SITELIBDIR%%/pylint/extensions/emptystring.py -%%PYTHON_SITELIBDIR%%/pylint/extensions/emptystring.pyc -%%PYTHON_SITELIBDIR%%/pylint/extensions/emptystring.pyo -%%PYTHON_SITELIBDIR%%/pylint/extensions/mccabe.py -%%PYTHON_SITELIBDIR%%/pylint/extensions/mccabe.pyc -%%PYTHON_SITELIBDIR%%/pylint/extensions/mccabe.pyo -%%PYTHON_SITELIBDIR%%/pylint/extensions/overlapping_exceptions.py -%%PYTHON_SITELIBDIR%%/pylint/extensions/overlapping_exceptions.pyc -%%PYTHON_SITELIBDIR%%/pylint/extensions/overlapping_exceptions.pyo -%%PYTHON_SITELIBDIR%%/pylint/extensions/redefined_variable_type.py -%%PYTHON_SITELIBDIR%%/pylint/extensions/redefined_variable_type.pyc -%%PYTHON_SITELIBDIR%%/pylint/extensions/redefined_variable_type.pyo -%%PYTHON_SITELIBDIR%%/pylint/graph.py -%%PYTHON_SITELIBDIR%%/pylint/graph.pyc -%%PYTHON_SITELIBDIR%%/pylint/graph.pyo -%%PYTHON_SITELIBDIR%%/pylint/interfaces.py -%%PYTHON_SITELIBDIR%%/pylint/interfaces.pyc -%%PYTHON_SITELIBDIR%%/pylint/interfaces.pyo -%%PYTHON_SITELIBDIR%%/pylint/lint.py -%%PYTHON_SITELIBDIR%%/pylint/lint.pyc -%%PYTHON_SITELIBDIR%%/pylint/lint.pyo -%%PYTHON_SITELIBDIR%%/pylint/pyreverse/__init__.py -%%PYTHON_SITELIBDIR%%/pylint/pyreverse/__init__.pyc -%%PYTHON_SITELIBDIR%%/pylint/pyreverse/__init__.pyo -%%PYTHON_SITELIBDIR%%/pylint/pyreverse/diadefslib.py -%%PYTHON_SITELIBDIR%%/pylint/pyreverse/diadefslib.pyc -%%PYTHON_SITELIBDIR%%/pylint/pyreverse/diadefslib.pyo -%%PYTHON_SITELIBDIR%%/pylint/pyreverse/diagrams.py -%%PYTHON_SITELIBDIR%%/pylint/pyreverse/diagrams.pyc -%%PYTHON_SITELIBDIR%%/pylint/pyreverse/diagrams.pyo -%%PYTHON_SITELIBDIR%%/pylint/pyreverse/inspector.py -%%PYTHON_SITELIBDIR%%/pylint/pyreverse/inspector.pyc -%%PYTHON_SITELIBDIR%%/pylint/pyreverse/inspector.pyo -%%PYTHON_SITELIBDIR%%/pylint/pyreverse/main.py -%%PYTHON_SITELIBDIR%%/pylint/pyreverse/main.pyc -%%PYTHON_SITELIBDIR%%/pylint/pyreverse/main.pyo -%%PYTHON_SITELIBDIR%%/pylint/pyreverse/utils.py -%%PYTHON_SITELIBDIR%%/pylint/pyreverse/utils.pyc -%%PYTHON_SITELIBDIR%%/pylint/pyreverse/utils.pyo -%%PYTHON_SITELIBDIR%%/pylint/pyreverse/vcgutils.py -%%PYTHON_SITELIBDIR%%/pylint/pyreverse/vcgutils.pyc -%%PYTHON_SITELIBDIR%%/pylint/pyreverse/vcgutils.pyo -%%PYTHON_SITELIBDIR%%/pylint/pyreverse/writer.py -%%PYTHON_SITELIBDIR%%/pylint/pyreverse/writer.pyc -%%PYTHON_SITELIBDIR%%/pylint/pyreverse/writer.pyo -%%PYTHON_SITELIBDIR%%/pylint/reporters/__init__.py -%%PYTHON_SITELIBDIR%%/pylint/reporters/__init__.pyc -%%PYTHON_SITELIBDIR%%/pylint/reporters/__init__.pyo -%%PYTHON_SITELIBDIR%%/pylint/reporters/json.py -%%PYTHON_SITELIBDIR%%/pylint/reporters/json.pyc -%%PYTHON_SITELIBDIR%%/pylint/reporters/json.pyo -%%PYTHON_SITELIBDIR%%/pylint/reporters/text.py -%%PYTHON_SITELIBDIR%%/pylint/reporters/text.pyc -%%PYTHON_SITELIBDIR%%/pylint/reporters/text.pyo -%%PYTHON_SITELIBDIR%%/pylint/reporters/ureports/__init__.py -%%PYTHON_SITELIBDIR%%/pylint/reporters/ureports/__init__.pyc -%%PYTHON_SITELIBDIR%%/pylint/reporters/ureports/__init__.pyo -%%PYTHON_SITELIBDIR%%/pylint/reporters/ureports/nodes.py -%%PYTHON_SITELIBDIR%%/pylint/reporters/ureports/nodes.pyc -%%PYTHON_SITELIBDIR%%/pylint/reporters/ureports/nodes.pyo -%%PYTHON_SITELIBDIR%%/pylint/reporters/ureports/text_writer.py -%%PYTHON_SITELIBDIR%%/pylint/reporters/ureports/text_writer.pyc -%%PYTHON_SITELIBDIR%%/pylint/reporters/ureports/text_writer.pyo -%%PYTHON_SITELIBDIR%%/pylint/test/a.py -%%PYTHON_SITELIBDIR%%/pylint/test/acceptance/test_stdlib.py -%%PYTHON_SITELIBDIR%%/pylint/test/conftest.py -%%PYTHON_SITELIBDIR%%/pylint/test/data/__init__.py -%%PYTHON_SITELIBDIR%%/pylint/test/data/ascript -%%PYTHON_SITELIBDIR%%/pylint/test/data/classes_No_Name.dot -%%PYTHON_SITELIBDIR%%/pylint/test/data/clientmodule_test.py -%%PYTHON_SITELIBDIR%%/pylint/test/data/packages_No_Name.dot -%%PYTHON_SITELIBDIR%%/pylint/test/data/suppliermodule_test.py -%%PYTHON_SITELIBDIR%%/pylint/test/extensions/__init__.py -%%PYTHON_SITELIBDIR%%/pylint/test/extensions/data/bad_builtin.py -%%PYTHON_SITELIBDIR%%/pylint/test/extensions/data/compare_to_zero.py -%%PYTHON_SITELIBDIR%%/pylint/test/extensions/data/docstring.py -%%PYTHON_SITELIBDIR%%/pylint/test/extensions/data/elif.py -%%PYTHON_SITELIBDIR%%/pylint/test/extensions/data/empty_string_comparison.py -%%PYTHON_SITELIBDIR%%/pylint/test/extensions/data/mccabe.py -%%PYTHON_SITELIBDIR%%/pylint/test/extensions/data/overlapping_exceptions.py -%%PYTHON_SITELIBDIR%%/pylint/test/extensions/data/overlapping_exceptions_py33.py -%%PYTHON_SITELIBDIR%%/pylint/test/extensions/data/redefined.py -%%PYTHON_SITELIBDIR%%/pylint/test/extensions/test_bad_builtin.py -%%PYTHON_SITELIBDIR%%/pylint/test/extensions/test_check_docs.py -%%PYTHON_SITELIBDIR%%/pylint/test/extensions/test_check_docs_utils.py -%%PYTHON_SITELIBDIR%%/pylint/test/extensions/test_check_mccabe.py -%%PYTHON_SITELIBDIR%%/pylint/test/extensions/test_check_raise_docs.py -%%PYTHON_SITELIBDIR%%/pylint/test/extensions/test_check_return_docs.py -%%PYTHON_SITELIBDIR%%/pylint/test/extensions/test_check_yields_docs.py -%%PYTHON_SITELIBDIR%%/pylint/test/extensions/test_comparetozero.py -%%PYTHON_SITELIBDIR%%/pylint/test/extensions/test_docstyle.py -%%PYTHON_SITELIBDIR%%/pylint/test/extensions/test_elseif_used.py -%%PYTHON_SITELIBDIR%%/pylint/test/extensions/test_emptystring.py -%%PYTHON_SITELIBDIR%%/pylint/test/extensions/test_overlapping_exceptions.py -%%PYTHON_SITELIBDIR%%/pylint/test/extensions/test_redefined.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/__init__.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/abstract_abc_methods.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/abstract_class_instantiated_in_class.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/abstract_class_instantiated_py2.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/abstract_class_instantiated_py2.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/abstract_class_instantiated_py2.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/abstract_class_instantiated_py3.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/abstract_class_instantiated_py3.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/abstract_class_instantiated_py3.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/abstract_class_instantiated_py34.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/abstract_class_instantiated_py34.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/abstract_class_instantiated_py34.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/abstract_method_py2.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/abstract_method_py2.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/abstract_method_py2.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/abstract_method_py3.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/abstract_method_py3.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/abstract_method_py3.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/access_member_before_definition.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/access_member_before_definition.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/access_to__name__.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/access_to__name__.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/access_to_protected_members.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/access_to_protected_members.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/anomalous_unicode_escape_py2.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/anomalous_unicode_escape_py2.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/anomalous_unicode_escape_py2.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/anomalous_unicode_escape_py3.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/anomalous_unicode_escape_py3.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/anomalous_unicode_escape_py3.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/arguments.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/arguments.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/arguments_differ.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/arguments_differ.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/arguments_differ_py3.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/arguments_differ_py3.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/arguments_differ_py3.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/assert_on_tuple.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/assert_on_tuple.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/assigning_non_slot.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/assigning_non_slot.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/async_functions.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/async_functions.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/async_functions.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/attribute_defined_outside_init.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/attribute_defined_outside_init.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/bad_continuation.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/bad_continuation.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/bad_continuation_py36.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/bad_continuation_py36.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/bad_except_order.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/bad_except_order.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/bad_exception_context.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/bad_exception_context.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/bad_exception_context.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/bad_indentation.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/bad_indentation.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/bad_inline_option.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/bad_inline_option.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/bad_inline_option.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/bad_open_mode.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/bad_open_mode.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/bad_open_mode.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/bad_open_mode_py3.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/bad_open_mode_py3.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/bad_open_mode_py3.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/bad_reversed_sequence.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/bad_reversed_sequence.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/bad_staticmethod_argument.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/bad_staticmethod_argument.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/bad_thread_instantiation.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/bad_thread_instantiation.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/bad_whitespace.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/bad_whitespace.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/bare_except.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/bare_except.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/blacklisted_name.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/blacklisted_name.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/boolean_datetime.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/boolean_datetime.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/boolean_datetime.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/broad_except.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/broad_except.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/bugfix_local_scope_metaclass_1177.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/bugfix_local_scope_metaclass_1177.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/cellvar_escaping_loop.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/cellvar_escaping_loop.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/class_members_py27.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/class_members_py27.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/class_members_py27.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/class_members_py30.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/class_members_py30.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/class_members_py30.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/class_scope.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/class_scope.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/confidence_filter.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/confidence_filter.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/confidence_filter.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/confusing_with_statement.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/confusing_with_statement.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/consider_iterating_dictionary.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/consider_iterating_dictionary.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/consider_merging_isinstance.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/consider_merging_isinstance.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/consider_using_enumerate.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/consider_using_enumerate.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/continue_in_finally.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/continue_in_finally.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/crash_missing_module_type.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/crash_missing_module_type.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/ctor_arguments.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/ctor_arguments.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/dangerous_default_value.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/dangerous_default_value.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/dangerous_default_value.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/dangerous_default_value_py30.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/dangerous_default_value_py30.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/dangerous_default_value_py30.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/defined_and_used_on_same_line.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/deprecated_lambda.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/deprecated_lambda.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/deprecated_lambda.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/deprecated_method_getmoduleinfo.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/deprecated_method_getmoduleinfo.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/deprecated_method_getmoduleinfo.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/deprecated_methods_py2.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/deprecated_methods_py2.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/deprecated_methods_py2.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/deprecated_methods_py3.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/deprecated_methods_py3.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/deprecated_methods_py3.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/deprecated_methods_py36.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/deprecated_methods_py36.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/deprecated_methods_py36.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/deprecated_module_py2.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/deprecated_module_py2.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/deprecated_module_py2.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/deprecated_module_py3.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/deprecated_module_py3.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/deprecated_module_py3.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/deprecated_module_py36.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/deprecated_module_py36.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/deprecated_module_py36.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/deprecated_module_py4.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/deprecated_module_py4.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/deprecated_module_py4.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/deprecated_module_uninstalled.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/deprecated_module_uninstalled.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/deprecated_module_uninstalled.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/disable_msg_github_issue_1389.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/disable_msg_github_issue_1389.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/disable_ungrouped_imports.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/disable_ungrouped_imports.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/disable_wrong_import_order.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/disable_wrong_import_order.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/disable_wrong_import_position.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/docstrings.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/docstrings.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/duplicate_argument_name.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/duplicate_argument_name.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/duplicate_bases.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/duplicate_bases.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/duplicate_dict_literal_key.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/duplicate_dict_literal_key.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/duplicate_except.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/duplicate_except.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/eval_used.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/eval_used.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/exception_is_binary_op.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/exception_is_binary_op.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/exception_message.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/exception_message.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/exception_message.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/exec_used_py2.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/exec_used_py2.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/exec_used_py2.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/exec_used_py3.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/exec_used_py3.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/exec_used_py3.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/fallback_import_disabled.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/fallback_import_disabled.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/fallback_import_enabled.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/fallback_import_enabled.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/fallback_import_enabled.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/fixme.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/fixme.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/fixme_bad_formatting_1139.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/fixme_bad_formatting_1139.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/fixme_bad_formatting_1139.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/formatted_string_literal_with_if_py36.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/formatted_string_literal_with_if_py36.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/formatting.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/function_redefined.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/function_redefined.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/future_import.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/future_unicode_literals.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/future_unicode_literals.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/future_unicode_literals.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/generated_members.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/generated_members.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/genexp_in_class_scope.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/genexp_in_class_scope.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/genexpr_variable_scope.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/genexpr_variable_scope.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/globals.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/globals.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/import_error.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/import_error.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/import_error.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/inconsistent_mro.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/inconsistent_mro.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/inconsistent_returns.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/inconsistent_returns.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/inconsistent_returns.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/indexing_exception.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/indexing_exception.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/indexing_exception.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/inherit_non_class.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/inherit_non_class.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/init_is_generator.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/init_is_generator.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/init_not_called.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/init_not_called.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/init_subclass_classmethod_py36.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/init_subclass_classmethod_py36.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid_all_object.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid_all_object.txt -%%PYTHON2%%%%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid_encoded_data.py -%%PYTHON2%%%%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid_encoded_data.rc -%%PYTHON2%%%%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid_encoded_data.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid_encoding_py27.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid_encoding_py27.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid_encoding_py27.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid_exceptions_caught.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid_exceptions_caught.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid_exceptions_raised.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid_exceptions_raised.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid_length_returned.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid_length_returned.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid_metaclass.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid_metaclass.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid_metaclass_py3.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid_metaclass_py3.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid_metaclass_py3.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid_name.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid_name.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid_sequence_index.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid_sequence_index.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid_slice_index.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid_slice_index.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid_star_assignment_target.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid_star_assignment_target.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid_star_assignment_target.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid_unary_operand_type.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid_unary_operand_type.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/iterable_context.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/iterable_context.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/iterable_context_py2.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/iterable_context_py2.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/iterable_context_py2.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/iterable_context_py3.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/iterable_context_py3.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/iterable_context_py3.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/keyword_arg_before_vararg.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/keyword_arg_before_vararg.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/len_checks.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/len_checks.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/line_endings.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/line_endings.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/line_endings.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/line_too_long.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/line_too_long.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/literal_comparison.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/literal_comparison.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/logging_format_interpolation.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/logging_format_interpolation.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/logging_not_lazy.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/logging_not_lazy.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/long_lines_with_utf8.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/long_lines_with_utf8.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/long_utf8_lines.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/long_utf8_lines.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/lost_exception.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/lost_exception.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/mapping_context.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/mapping_context.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/mapping_context_py2.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/mapping_context_py2.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/mapping_context_py2.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/mapping_context_py3.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/mapping_context_py3.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/mapping_context_py3.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/member_checks.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/member_checks.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/member_checks_hints.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/member_checks_hints.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/member_checks_hints.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/member_checks_no_hints.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/member_checks_no_hints.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/member_checks_no_hints.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/member_checks_opaque.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/member_checks_opaque.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/member_checks_opaque.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/membership_protocol.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/membership_protocol.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/membership_protocol_py2.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/membership_protocol_py2.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/membership_protocol_py2.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/membership_protocol_py3.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/membership_protocol_py3.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/membership_protocol_py3.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/method_hidden.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/method_hidden.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/misplaced_bare_raise.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/misplaced_bare_raise.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/misplaced_comparison_constant.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/misplaced_comparison_constant.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/misplaced_future.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/misplaced_future.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/missing_docstring.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/missing_docstring.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/missing_final_newline.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/missing_final_newline.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/missing_kwoa_py3.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/missing_kwoa_py3.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/missing_kwoa_py3.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/missing_self_argument.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/missing_self_argument.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/mixed_indentation.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/mixed_indentation.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/monkeypatch_method.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/monkeypatch_method.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/multiple_imports.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/multiple_imports.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/namePresetCamelCase.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/namePresetCamelCase.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/namePresetCamelCase.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/name_preset_snake_case.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/name_preset_snake_case.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/name_preset_snake_case.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/name_styles.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/name_styles.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/name_styles.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/namedtuple_member_inference.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/namedtuple_member_inference.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/names_in__all__.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/names_in__all__.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/nested_blocks_issue1088.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/nested_blocks_issue1088.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/newstyle__slots__.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/newstyle__slots__.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/newstyle_properties.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/newstyle_properties.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/no_classmethod_decorator.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/no_classmethod_decorator.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/no_else_return.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/no_else_return.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/no_name_in_module.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/no_name_in_module.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/no_self_use.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/no_self_use.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/no_self_use_py3.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/no_self_use_py3.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/no_self_use_py3.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/no_staticmethod_decorator.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/no_staticmethod_decorator.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/non_iterator_returned.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/non_iterator_returned.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/none_dunder_protocols_py36.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/none_dunder_protocols_py36.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/none_dunder_protocols_py36.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/nonexistent_operator.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/nonexistent_operator.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/nonlocal_and_global.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/nonlocal_and_global.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/nonlocal_and_global.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/nonlocal_without_binding.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/nonlocal_without_binding.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/nonlocal_without_binding.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/not_async_context_manager.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/not_async_context_manager.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/not_async_context_manager.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/not_callable.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/not_callable.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/not_context_manager.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/not_context_manager.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/not_in_loop.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/not_in_loop.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/old_division_manually.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/old_division_manually.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/old_style_class_py27.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/old_style_class_py27.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/old_style_class_py27.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/print_always_warns.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/print_always_warns.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/print_always_warns.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/protected_access_access_different_scopes.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/protected_access_access_different_scopes.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/protected_access_access_different_scopes.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/raising_format_tuple.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/raising_format_tuple.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/raising_non_exception_py3.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/raising_non_exception_py3.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/raising_non_exception_py3.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/raising_self.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/raising_self.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/recursion_error_940.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/redefine_in_handler.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/redefine_in_handler.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/redefine_in_handler.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/redefined_argument_from_local.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/redefined_argument_from_local.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/redefined_builtin.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/redefined_builtin.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/redundant_unittest_assert.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/redundant_unittest_assert.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/regression_1326_crash_uninferable.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/regression_no_value_for_parameter.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/regression_no_value_for_parameter.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/reimported.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/reimported.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/repeated_keyword.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/repeated_keyword.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/return_in_init.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/return_in_init.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/return_outside_function.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/return_outside_function.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/reused_outer_loop_variable.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/reused_outer_loop_variable.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/reused_outer_loop_variable_py3.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/reused_outer_loop_variable_py3.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/reused_outer_loop_variable_py3.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/signature_differs.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/signature_differs.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/simplifiable_if_statement.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/simplifiable_if_statement.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/singledispatch_functions.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/singledispatch_functions.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/singledispatch_functions.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/singledispatch_functions_py3.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/singledispatch_functions_py3.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/singledispatch_functions_py3.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/singleton_comparison.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/singleton_comparison.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/slots_checks.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/slots_checks.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/socketerror_import.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/star_needs_assignment_target.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/star_needs_assignment_target.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/star_needs_assignment_target.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/star_needs_assignment_target_py35.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/star_needs_assignment_target_py35.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/star_needs_assignment_target_py35.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/statement_without_effect.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/statement_without_effect.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/stop_iteration_inside_generator.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/stop_iteration_inside_generator.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/stop_iteration_inside_generator.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/string_formatting.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/string_formatting.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/string_formatting_disable.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/string_formatting_disable.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/string_formatting_disable.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/string_formatting_failed_inference.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/string_formatting_py27.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/string_formatting_py27.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/string_formatting_py27.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/string_formatting_py3.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/string_formatting_py3.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/string_formatting_py3.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/super_checks.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/super_checks.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/superfluous_parens.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/superfluous_parens.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/suspicious_str_strip_call.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/suspicious_str_strip_call.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/suspicious_str_strip_call.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/suspicious_str_strip_call_py3.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/suspicious_str_strip_call_py3.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/suspicious_str_strip_call_py3.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/syntax_error.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/syntax_error.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/syntax_error.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/syntax_error_jython.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/syntax_error_jython.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/syntax_error_jython.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/sys_stream_regression_1004.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/sys_stream_regression_1004.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/sys_stream_regression_1004.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/ternary.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/ternary.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/test_compile.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/tokenize_error.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/tokenize_error.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/tokenize_error.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/tokenize_error_jython.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/tokenize_error_jython.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/tokenize_error_jython.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/too_few_public_methods.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/too_few_public_methods.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_ancestors.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_ancestors.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_arguments.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_arguments.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_arguments_issue_1045.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_arguments_issue_1045.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_arguments_issue_1045.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_boolean_expressions.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_boolean_expressions.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_branches.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_branches.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_instance_attributes.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_instance_attributes.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_lines.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_lines.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_lines_disabled.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_locals.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_locals.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_nested_blocks.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_nested_blocks.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_public_methods.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_public_methods.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_return_statements.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_return_statements.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_star_expressions.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_star_expressions.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_star_expressions.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_statements.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_statements.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/trailing_comma_tuple.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/trailing_comma_tuple.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/trailing_comma_tuple.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/trailing_newlines.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/trailing_newlines.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/trailing_whitespaces.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/trailing_whitespaces.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/unbalanced_tuple_unpacking.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/unbalanced_tuple_unpacking.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/unbalanced_tuple_unpacking_py30.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/unbalanced_tuple_unpacking_py30.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/undefined_loop_variable.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/undefined_loop_variable.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/undefined_variable.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/undefined_variable.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/undefined_variable_py30.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/undefined_variable_py30.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/undefined_variable_py30.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/unexpected_special_method_signature.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/unexpected_special_method_signature.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/ungrouped_imports.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/ungrouped_imports.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/unidiomatic_typecheck.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/unidiomatic_typecheck.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/uninferable_all_object.py -%%PYTHON2%%%%PYTHON_SITELIBDIR%%/pylint/test/functional/unknown_encoding_jython.py -%%PYTHON2%%%%PYTHON_SITELIBDIR%%/pylint/test/functional/unknown_encoding_jython.rc -%%PYTHON2%%%%PYTHON_SITELIBDIR%%/pylint/test/functional/unknown_encoding_jython.txt -%%PYTHON2%%%%PYTHON_SITELIBDIR%%/pylint/test/functional/unknown_encoding_py29.py -%%PYTHON2%%%%PYTHON_SITELIBDIR%%/pylint/test/functional/unknown_encoding_py29.rc -%%PYTHON2%%%%PYTHON_SITELIBDIR%%/pylint/test/functional/unknown_encoding_py29.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/unnecessary_lambda.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/unnecessary_lambda.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/unnecessary_pass.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/unnecessary_pass.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/unneeded_not.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/unneeded_not.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/unpacked_exceptions.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/unpacked_exceptions.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/unpacked_exceptions.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/unpacking.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/unpacking_generalizations.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/unpacking_generalizations.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/unpacking_generalizations.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/unpacking_non_sequence.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/unpacking_non_sequence.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/unreachable.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/unreachable.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/unrecognized_inline_option.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/unrecognized_inline_option.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/unsubscriptable_value.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/unsubscriptable_value.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/unsupported_assignment_operation.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/unsupported_assignment_operation.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/unsupported_binary_operation.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/unsupported_binary_operation.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/unsupported_binary_operation.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/unsupported_delete_operation.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/unsupported_delete_operation.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/unused_argument.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/unused_argument.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/unused_argument_py3.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/unused_argument_py3.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/unused_argument_py3.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/unused_global_variable1.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/unused_global_variable2.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/unused_global_variable2.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/unused_global_variable2.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/unused_global_variable3.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/unused_global_variable4.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/unused_global_variable4.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/unused_global_variable4.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/unused_import.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/unused_import.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/unused_import_assigned_to.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/unused_typing_imports.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/unused_typing_imports.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/unused_variable.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/unused_variable.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/used_before_assignment_488.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/used_before_assignment_issue1081.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/used_before_assignment_issue1081.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/used_before_assignment_issue853.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/used_before_assignment_nonlocal.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/used_before_assignment_nonlocal.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/used_before_assignment_nonlocal.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/used_prior_global_declaration.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/used_prior_global_declaration.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/used_prior_global_declaration.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/useless_else_on_loop.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/useless_else_on_loop.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/useless_super_delegation.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/useless_super_delegation.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/useless_super_delegation_py3.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/useless_super_delegation_py3.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/useless_super_delegation_py3.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/useless_super_delegation_py35.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/useless_super_delegation_py35.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/useless_super_delegation_py35.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/using_constant_test.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/using_constant_test.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/wildcard_import.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/wildcard_import.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/wildcard_import_allowed.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/wildcard_import_allowed.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/wildcard_import_allowed.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/with_used_before_assign.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/with_used_before_assign.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/with_using_generator.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/with_using_generator.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/wrong_import_order.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/wrong_import_order.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/wrong_import_order2.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/wrong_import_position.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/wrong_import_position.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/wrong_import_position10.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/wrong_import_position11.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/wrong_import_position11.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/wrong_import_position12.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/wrong_import_position12.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/wrong_import_position13.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/wrong_import_position13.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/wrong_import_position14.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/wrong_import_position14.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/wrong_import_position15.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/wrong_import_position2.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/wrong_import_position3.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/wrong_import_position4.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/wrong_import_position5.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/wrong_import_position6.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/wrong_import_position7.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/wrong_import_position8.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/wrong_import_position9.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/wrong_import_position_exclude_dunder_main.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/wrong_import_position_exclude_dunder_main.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/yield_from_iterable_py33.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/yield_from_iterable_py33.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/yield_from_iterable_py33.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/yield_from_outside_func.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/yield_from_outside_func.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/yield_from_outside_func.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/yield_inside_async_function.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/yield_inside_async_function.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/yield_inside_async_function.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/yield_inside_async_function_py36.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/yield_inside_async_function_py36.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/yield_inside_async_function_py36.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/yield_outside_func.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/yield_outside_func.txt -%%PYTHON_SITELIBDIR%%/pylint/test/input/__init__.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_3k_removed_stuff_py_30.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_bad_cont_dictcomp_py27.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_block_disable_msg.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_bug113231.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_disable_linebased.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_dotted_ancestor.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_e0012.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_e0204.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_e12xx.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_e13xx.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_excess_escapes.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_first_arg.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_i0011.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_i0012.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_i0013.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_i0014.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_i0020.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_i0022.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_logging_not_lazy_with_logger.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_loopvar_in_dict_comp_py27.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_module___dict__.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_nameerror_on_string_substitution.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_no_dummy_redefined.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror___init___return_from_inner_function.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_access_attr_before_def_false_positive.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_base_init_vars.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_builtin_module_test.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_class_attributes.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_classes_meth_could_be_a_function.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_classes_protected_member_access.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_decorator_scope.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_e1101_9588_base_attr_aug_assign.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_external_classmethod_crash.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_inner_classes.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_lambda_use_before_assign.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_mcs_attr_access.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_new_style_class_py_30.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_no_warning_docstring.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_object_as_class_attribute.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_overloaded_operator.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_property_affectation_py26.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_yield_assign_py25.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_yield_return_mix.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_nonregr___file___global.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_return_yield_mix_py_33.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_typecheck_callfunc_assigment.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_unused_import_py30.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_variables_unused_name_from_wilcard_import.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_w0122_py_30.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_w0233.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_w0332_py_30.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_w0401.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_w0401_disabled.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_w0401_disabled_in_func.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_w0401_package/__init__.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_w0401_package/all_the_things.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_w0401_package/thing1.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_w0401_package/thing2.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_w0404.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_w0405.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_w0406.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_w0611.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_w0612.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_w0613.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_w0623_py30.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_w0801.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/ignore_except_pass_by_default.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/noext -%%PYTHON_SITELIBDIR%%/pylint/test/input/not__init__.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/similar1 -%%PYTHON_SITELIBDIR%%/pylint/test/input/similar2 -%%PYTHON_SITELIBDIR%%/pylint/test/input/w0401_cycle.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/w0801_same.py -%%PYTHON_SITELIBDIR%%/pylint/test/messages/builtin_module.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_3k_removed_stuff_py_30.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_bad_cont_dictcomp_py27.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_block_disable_msg.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_bug113231.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_disable_linebased.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_disable_linebased_py30.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_dotted_ancestor.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_e0012.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_e0204.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_e12xx.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_e13xx.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_e13xx_py30.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_excess_escapes.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_first_arg.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_i0011.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_i0012.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_i0013.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_i0014.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_i0020.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_i0022.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_logging_not_lazy_with_logger.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_loopvar_in_dict_comp_py27.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_module___dict__.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_nameerror_on_string_substitution.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_no_dummy_redefined.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_nonregr___file___global.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_raw_escapes.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_return_yield_mix_py_33.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_toolonglines_py30.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_typecheck_callfunc_assigment.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_typecheck_getattr_py30.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_typecheck_non_callable_call.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_unicode_literal_py26.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_unicode_literal_py274.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_unused_import_py30.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_use_for_or_listcomp_var_py29.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_use_for_or_listcomp_var_py30.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_variables_unused_name_from_wilcard_import.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_w0122_py_30.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_w0233.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_w0312.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_w0332_py_30.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_w0401.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_w0401_disabled.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_w0401_disabled_in_func.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_w0401_package.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_w0404.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_w0405.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_w0406.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_w0611.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_w0612.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_w0613.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_w0622.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_w0623.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_w0623_py30.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_w0623_py_30.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_w0801.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_with_without_as_py25.txt -%%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/.pylintrc -%%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/absimp/__init__.py -%%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/absimp/string.py -%%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/application_crash.py -%%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/bad_package/__init__.py -%%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/bad_package/wrong.py -%%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/beyond_top/__init__.py -%%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/beyond_top/data.py -%%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/classdoc_usage.py -%%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/comments_pylintrc -%%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/decimal_inference.py -%%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/descriptor_crash.py -%%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/dummy/__init__.py -%%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/dummy/another.py -%%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/dummy/dummy.py -%%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/dummy_plugin.rc -%%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/dummy_plugin/dummy_plugin.py -%%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/huge.py -%%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/import_assign.py -%%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/import_package_subpackage_module.py -%%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/import_something.py -%%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/meta.py -%%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/module_global.py -%%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/no_stdout_encoding.py -%%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/numarray_import.py -%%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/numarray_inf.py -%%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/package/AudioTime.py -%%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/package/__init__.py -%%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/package/subpackage/__init__.py -%%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/package/subpackage/module.py -%%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/package_all/__init__.py -%%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/package_all/notmissing.py -%%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/precedence_test.py -%%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/py3k-disabled.rc -%%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/py3k_error_flag.py -%%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/py3k_errors_and_warnings.py -%%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/special_attr_scope_lookup_crash.py -%%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/syntax_error.py -%%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/test_pylintrc_comments.py -%%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/try_finally_disable_msg_crash.py -%%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/wrong_import_position.py -%%PYTHON_SITELIBDIR%%/pylint/test/test_func.py -%%PYTHON_SITELIBDIR%%/pylint/test/test_functional.py -%%PYTHON_SITELIBDIR%%/pylint/test/test_import_graph.py -%%PYTHON_SITELIBDIR%%/pylint/test/test_regr.py -%%PYTHON_SITELIBDIR%%/pylint/test/test_self.py -%%PYTHON_SITELIBDIR%%/pylint/test/unittest_checker_base.py -%%PYTHON_SITELIBDIR%%/pylint/test/unittest_checker_classes.py -%%PYTHON_SITELIBDIR%%/pylint/test/unittest_checker_exceptions.py -%%PYTHON_SITELIBDIR%%/pylint/test/unittest_checker_format.py -%%PYTHON_SITELIBDIR%%/pylint/test/unittest_checker_imports.py -%%PYTHON_SITELIBDIR%%/pylint/test/unittest_checker_logging.py -%%PYTHON_SITELIBDIR%%/pylint/test/unittest_checker_misc.py -%%PYTHON_SITELIBDIR%%/pylint/test/unittest_checker_python3.py -%%PYTHON_SITELIBDIR%%/pylint/test/unittest_checker_similar.py -%%PYTHON_SITELIBDIR%%/pylint/test/unittest_checker_spelling.py -%%PYTHON_SITELIBDIR%%/pylint/test/unittest_checker_stdlib.py -%%PYTHON_SITELIBDIR%%/pylint/test/unittest_checker_strings.py -%%PYTHON_SITELIBDIR%%/pylint/test/unittest_checker_typecheck.py -%%PYTHON_SITELIBDIR%%/pylint/test/unittest_checker_variables.py -%%PYTHON_SITELIBDIR%%/pylint/test/unittest_checkers_utils.py -%%PYTHON_SITELIBDIR%%/pylint/test/unittest_config.py -%%PYTHON_SITELIBDIR%%/pylint/test/unittest_lint.py -%%PYTHON_SITELIBDIR%%/pylint/test/unittest_pyreverse_diadefs.py -%%PYTHON_SITELIBDIR%%/pylint/test/unittest_pyreverse_inspector.py -%%PYTHON_SITELIBDIR%%/pylint/test/unittest_pyreverse_writer.py -%%PYTHON_SITELIBDIR%%/pylint/test/unittest_reporters_json.py -%%PYTHON_SITELIBDIR%%/pylint/test/unittest_reporting.py -%%PYTHON_SITELIBDIR%%/pylint/test/unittest_utils.py -%%PYTHON_SITELIBDIR%%/pylint/testutils.py -%%PYTHON_SITELIBDIR%%/pylint/utils.py -%%PYTHON_SITELIBDIR%%/pylint/utils.pyc -%%PYTHON_SITELIBDIR%%/pylint/utils.pyo diff --git a/german/Makefile b/german/Makefile index 9f8e3e863228..4377cfde658b 100644 --- a/german/Makefile +++ b/german/Makefile @@ -17,7 +17,6 @@ SUBDIR += jdictionary-eng-ger SUBDIR += jdictionary-ger-hun SUBDIR += libreoffice - SUBDIR += mediathekview SUBDIR += mythes SUBDIR += phone SUBDIR += schwobifyer diff --git a/german/mediathekview/Makefile b/german/mediathekview/Makefile deleted file mode 100644 index 51cc934bf598..000000000000 --- a/german/mediathekview/Makefile +++ /dev/null @@ -1,62 +0,0 @@ -# Created by: Lars Engels <lme@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= mediathekview -PORTVERSION= 13.2.1 -PORTREVISION= 1 -CATEGORIES= german java -MASTER_SITES= https://download.mediathekview.de/stabil/ -DISTNAME= MediathekView-${PORTVERSION} - -MAINTAINER= lme@FreeBSD.org -COMMENT= Filme der oeff. rechtlichen Sender herunterladen und ansehen - -LICENSE= GPLv3 - -DEPRECATED= depends on expiring java/openjfx8-devel -EXPIRATION_DATE= 2020-11-30 - -RUN_DEPENDS= ${LOCALBASE}/openjdk8/bin/javafxpackager:java/openjfx8-devel \ - flvstreamer:multimedia/flvstreamer - -NO_BUILD= yes -USE_JAVA= yes -JAVA_VERSION= 1.8+ -SUB_FILES= ${PORTNAME} - -NO_ARCH= yes - -INSTALLFILES= MediathekView.jar MediathekView.ico - -OPTIONS_DEFINE= DOCS -OPTIONS_MULTI= BACKEND -OPTIONS_MULTI_BACKEND= MPLAYER MPV VLC - -VLC_DESC= VLC support -MPV_DESC= MPV support - -OPTIONS_DEFAULT= MPV - -MPLAYER_RUN_DEPENDS= mplayer:multimedia/mplayer -MPV_RUN_DEPENDS= mpv:multimedia/mpv -VLC_RUN_DEPENDS= vlc:multimedia/vlc - -DESKTOP_ENTRIES="MediathekView" \ - "Filme der oeff. rechtlichen Sender herunterladen und ansehen" \ - "${DATADIR}/MediathekView.ico" \ - "${PORTNAME}" \ - "Video;AudioVideo;Java;" \ - false - -do-install: - @${MKDIR} ${STAGEDIR}${DATADIR} - @${MKDIR} ${STAGEDIR}${DATADIR}/lib - @${MKDIR} ${STAGEDIR}${DATADIR}/Icons -.for i in ${INSTALLFILES} - ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DATADIR}/ -.endfor - (cd ${WRKSRC}/lib/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/lib/) - (cd ${WRKSRC}/Icons/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/Icons/) - ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/german/mediathekview/distinfo b/german/mediathekview/distinfo deleted file mode 100644 index 933f729ff899..000000000000 --- a/german/mediathekview/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1538753952 -SHA256 (MediathekView-13.2.1.tar.gz) = 4ad0314031c64ce55ef7440b95716e27e3a7ab7a5eb97cef81e0c5b8e9348f87 -SIZE (MediathekView-13.2.1.tar.gz) = 32909789 diff --git a/german/mediathekview/files/mediathekview.in b/german/mediathekview/files/mediathekview.in deleted file mode 100644 index ecd235aef2b9..000000000000 --- a/german/mediathekview/files/mediathekview.in +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -cd %%DATADIR%% -JAVA_VERSION="%%JAVA_VERSION%%" exec %%LOCALBASE%%/bin/java \ - -Xmx1G -jar MediathekView.jar "$@" - diff --git a/german/mediathekview/pkg-descr b/german/mediathekview/pkg-descr deleted file mode 100644 index e1cb2e9c5c97..000000000000 --- a/german/mediathekview/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Mediathek searches the archives of several German speakingTV stations (ARD, -ZDF, Arte, 3Sat, MDR, NDR, ORF, SF), downloads, manages and plays their -archived video footage and podcasts. --- -Das Programm durchsucht die Mediathek verschiedener Sender (ARD, ZDF, Arte, -3Sat, MDR, NDR, ORF, SF), laedt Beitraege mit einem Programm eigener Wahl und -kann Themen als Abos anlegen und neue Beitraege automatisch downloaden. Es gibt -auch eine Moeglichkeit, Podcast zu verwalten und zu downloaden. - -WWW: http://zdfmediathk.sourceforge.net/ diff --git a/german/mediathekview/pkg-plist b/german/mediathekview/pkg-plist deleted file mode 100644 index 66a96ed1ae18..000000000000 --- a/german/mediathekview/pkg-plist +++ /dev/null @@ -1,282 +0,0 @@ -bin/mediathekview -%%DATADIR%%/Icons/MediathekView.svg -%%DATADIR%%/Icons/Programm/SchwarzWeiss/achtung.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/button-add.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/button-aktualisieren.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/button-blacklist-aus.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/button-blacklist-ein.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/button-clear.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/button-del.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/button-file-open.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/button-filter-anzeigen.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/button-help.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/button-move-down.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/button-move-up.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/button-remove.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/checkbox-close.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/checkbox-edit.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/dialog-add.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/dialog-ein-sw.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/dialog-minus.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/dialog-plus.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/filter-akt-1.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/filter-akt-2.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/filter-akt-3.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/filter-akt-4.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/filter-akt-5.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/filter-off-1.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/filter-off-2.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/filter-off-3.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/filter-off-4.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/filter-off-5.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/filter-on-1.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/filter-on-2.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/filter-on-3.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/filter-on-4.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/filter-on-5.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/menue-abo-aendern.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/menue-abo-loeschen.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/menue-abo-neu.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/menue-aktualisieren.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/menue-aus.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/menue-beenden.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/menue-blacklist.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/menue-clear.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/menue-download-aendern.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/menue-download-alle-starten.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/menue-download-bandwith.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/menue-download-gesehen.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/menue-download-loeschen.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/menue-download-starten.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/menue-download-stop.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/menue-download-zurueckstellen.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/menue-ein.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/menue-einstellungen.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/menue-file-open.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/menue-film-gesehen.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/menue-film-rec.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/menue-film-start.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/menue-filmliste-laden.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/menue-filter-loeschen.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/menue-filter-speichern.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/menue-help.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/menue-history-add.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/menue-history-remove.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/menue-up-down.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/menue-vorziehen.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/notification-fehler.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/notification.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/statusbar-stop.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/suchen.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/tab-abo-sw.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/tab-abo-top-sw.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/tab-abo-top.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/tab-abo.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/tab-download-sw.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/tab-download-top-sw.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/tab-download-top.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/tab-download.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/tab-film-sw.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/tab-film-top-sw.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/tab-film-top.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/tab-film.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/tab-meldung-sw.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/tab-meldung-top-sw.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/tab-meldung-top.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/tab-meldung.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/tabelle-aus.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/tabelle-download-clear-sw.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/tabelle-download-clear.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/tabelle-download-del-sw.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/tabelle-download-del.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/tabelle-download-film-start-sw.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/tabelle-download-film-start.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/tabelle-download-start-sw.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/tabelle-download-start.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/tabelle-download-stop-sw.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/tabelle-download-stop.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/tabelle-ein.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/tabelle-film-rec-sw.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/tabelle-film-rec.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/tabelle-film-start-sw.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/tabelle-film-start.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/tabelle-film-stop-sw.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/tabelle-film-stop.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/toolbar-abo-aus.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/toolbar-abo-config.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/toolbar-abo-del.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/toolbar-abo-ein.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/toolbar-download-alle-starten.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/toolbar-download-clear.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/toolbar-download-del.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/toolbar-download-film-info.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/toolbar-download-film-start.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/toolbar-download-refresh.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/toolbar-download-undo.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/toolbar-filme-film-start.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/toolbar-filme-filmliste-laden.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/toolbar-filme-info.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/toolbar-filme-rec.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/tray-download.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/tray-fehler.png -%%DATADIR%%/Icons/Programm/SchwarzWeiss/tray.png -%%DATADIR%%/Icons/Programm/Version-13/achtung.png -%%DATADIR%%/Icons/Programm/Version-13/button-add.png -%%DATADIR%%/Icons/Programm/Version-13/button-aktualisieren.png -%%DATADIR%%/Icons/Programm/Version-13/button-blacklist-aus.png -%%DATADIR%%/Icons/Programm/Version-13/button-blacklist-ein.png -%%DATADIR%%/Icons/Programm/Version-13/button-clear.png -%%DATADIR%%/Icons/Programm/Version-13/button-del.png -%%DATADIR%%/Icons/Programm/Version-13/button-file-open.png -%%DATADIR%%/Icons/Programm/Version-13/button-filter-anzeigen.png -%%DATADIR%%/Icons/Programm/Version-13/button-help.png -%%DATADIR%%/Icons/Programm/Version-13/button-move-down.png -%%DATADIR%%/Icons/Programm/Version-13/button-move-up.png -%%DATADIR%%/Icons/Programm/Version-13/button-remove.png -%%DATADIR%%/Icons/Programm/Version-13/checkbox-close.png -%%DATADIR%%/Icons/Programm/Version-13/checkbox-edit.png -%%DATADIR%%/Icons/Programm/Version-13/dialog-add.png -%%DATADIR%%/Icons/Programm/Version-13/dialog-ein-sw.png -%%DATADIR%%/Icons/Programm/Version-13/dialog-minus.png -%%DATADIR%%/Icons/Programm/Version-13/dialog-plus.png -%%DATADIR%%/Icons/Programm/Version-13/filter-akt-1.png -%%DATADIR%%/Icons/Programm/Version-13/filter-akt-2.png -%%DATADIR%%/Icons/Programm/Version-13/filter-akt-3.png -%%DATADIR%%/Icons/Programm/Version-13/filter-akt-4.png -%%DATADIR%%/Icons/Programm/Version-13/filter-akt-5.png -%%DATADIR%%/Icons/Programm/Version-13/filter-off-1.png -%%DATADIR%%/Icons/Programm/Version-13/filter-off-2.png -%%DATADIR%%/Icons/Programm/Version-13/filter-off-3.png -%%DATADIR%%/Icons/Programm/Version-13/filter-off-4.png -%%DATADIR%%/Icons/Programm/Version-13/filter-off-5.png -%%DATADIR%%/Icons/Programm/Version-13/filter-on-1.png -%%DATADIR%%/Icons/Programm/Version-13/filter-on-2.png -%%DATADIR%%/Icons/Programm/Version-13/filter-on-3.png -%%DATADIR%%/Icons/Programm/Version-13/filter-on-4.png -%%DATADIR%%/Icons/Programm/Version-13/filter-on-5.png -%%DATADIR%%/Icons/Programm/Version-13/menue-abo-aendern.png -%%DATADIR%%/Icons/Programm/Version-13/menue-abo-loeschen.png -%%DATADIR%%/Icons/Programm/Version-13/menue-abo-neu.png -%%DATADIR%%/Icons/Programm/Version-13/menue-aktualisieren.png -%%DATADIR%%/Icons/Programm/Version-13/menue-aus.png -%%DATADIR%%/Icons/Programm/Version-13/menue-beenden.png -%%DATADIR%%/Icons/Programm/Version-13/menue-blacklist.png -%%DATADIR%%/Icons/Programm/Version-13/menue-clear.png -%%DATADIR%%/Icons/Programm/Version-13/menue-download-aendern.png -%%DATADIR%%/Icons/Programm/Version-13/menue-download-alle-starten.png -%%DATADIR%%/Icons/Programm/Version-13/menue-download-bandwith.png -%%DATADIR%%/Icons/Programm/Version-13/menue-download-gesehen.png -%%DATADIR%%/Icons/Programm/Version-13/menue-download-loeschen.png -%%DATADIR%%/Icons/Programm/Version-13/menue-download-starten.png -%%DATADIR%%/Icons/Programm/Version-13/menue-download-stop.png -%%DATADIR%%/Icons/Programm/Version-13/menue-download-zurueckstellen.png -%%DATADIR%%/Icons/Programm/Version-13/menue-ein.png -%%DATADIR%%/Icons/Programm/Version-13/menue-einstellungen.png -%%DATADIR%%/Icons/Programm/Version-13/menue-file-open.png -%%DATADIR%%/Icons/Programm/Version-13/menue-film-gesehen.png -%%DATADIR%%/Icons/Programm/Version-13/menue-film-rec.png -%%DATADIR%%/Icons/Programm/Version-13/menue-film-start.png -%%DATADIR%%/Icons/Programm/Version-13/menue-filmliste-laden.png -%%DATADIR%%/Icons/Programm/Version-13/menue-filter-loeschen.png -%%DATADIR%%/Icons/Programm/Version-13/menue-filter-speichern.png -%%DATADIR%%/Icons/Programm/Version-13/menue-help.png -%%DATADIR%%/Icons/Programm/Version-13/menue-history-add.png -%%DATADIR%%/Icons/Programm/Version-13/menue-history-remove.png -%%DATADIR%%/Icons/Programm/Version-13/menue-up-down.png -%%DATADIR%%/Icons/Programm/Version-13/menue-vorziehen.png -%%DATADIR%%/Icons/Programm/Version-13/notification-fehler.png -%%DATADIR%%/Icons/Programm/Version-13/notification.png -%%DATADIR%%/Icons/Programm/Version-13/statusbar-stop.png -%%DATADIR%%/Icons/Programm/Version-13/suchen.png -%%DATADIR%%/Icons/Programm/Version-13/tab-abo-sw.png -%%DATADIR%%/Icons/Programm/Version-13/tab-abo-top-sw.png -%%DATADIR%%/Icons/Programm/Version-13/tab-abo-top.png -%%DATADIR%%/Icons/Programm/Version-13/tab-abo.png -%%DATADIR%%/Icons/Programm/Version-13/tab-download-sw.png -%%DATADIR%%/Icons/Programm/Version-13/tab-download-top-sw.png -%%DATADIR%%/Icons/Programm/Version-13/tab-download-top.png -%%DATADIR%%/Icons/Programm/Version-13/tab-download.png -%%DATADIR%%/Icons/Programm/Version-13/tab-film-sw.png -%%DATADIR%%/Icons/Programm/Version-13/tab-film-top-sw.png -%%DATADIR%%/Icons/Programm/Version-13/tab-film-top.png -%%DATADIR%%/Icons/Programm/Version-13/tab-film.png -%%DATADIR%%/Icons/Programm/Version-13/tab-meldung-sw.png -%%DATADIR%%/Icons/Programm/Version-13/tab-meldung-top-sw.png -%%DATADIR%%/Icons/Programm/Version-13/tab-meldung-top.png -%%DATADIR%%/Icons/Programm/Version-13/tab-meldung.png -%%DATADIR%%/Icons/Programm/Version-13/tabelle-aus.png -%%DATADIR%%/Icons/Programm/Version-13/tabelle-download-clear-sw.png -%%DATADIR%%/Icons/Programm/Version-13/tabelle-download-clear.png -%%DATADIR%%/Icons/Programm/Version-13/tabelle-download-del-sw.png -%%DATADIR%%/Icons/Programm/Version-13/tabelle-download-del.png -%%DATADIR%%/Icons/Programm/Version-13/tabelle-download-film-start-sw.png -%%DATADIR%%/Icons/Programm/Version-13/tabelle-download-film-start.png -%%DATADIR%%/Icons/Programm/Version-13/tabelle-download-filter-down.png -%%DATADIR%%/Icons/Programm/Version-13/tabelle-download-filter-up.png -%%DATADIR%%/Icons/Programm/Version-13/tabelle-download-start-sw.png -%%DATADIR%%/Icons/Programm/Version-13/tabelle-download-start.png -%%DATADIR%%/Icons/Programm/Version-13/tabelle-download-stop-sw.png -%%DATADIR%%/Icons/Programm/Version-13/tabelle-download-stop.png -%%DATADIR%%/Icons/Programm/Version-13/tabelle-ein.png -%%DATADIR%%/Icons/Programm/Version-13/tabelle-film-rec-sw.png -%%DATADIR%%/Icons/Programm/Version-13/tabelle-film-rec.png -%%DATADIR%%/Icons/Programm/Version-13/tabelle-film-start-sw.png -%%DATADIR%%/Icons/Programm/Version-13/tabelle-film-start.png -%%DATADIR%%/Icons/Programm/Version-13/tabelle-film-stop-sw.png -%%DATADIR%%/Icons/Programm/Version-13/tabelle-film-stop.png -%%DATADIR%%/Icons/Programm/Version-13/toolbar-abo-aus.png -%%DATADIR%%/Icons/Programm/Version-13/toolbar-abo-config.png -%%DATADIR%%/Icons/Programm/Version-13/toolbar-abo-del.png -%%DATADIR%%/Icons/Programm/Version-13/toolbar-abo-ein.png -%%DATADIR%%/Icons/Programm/Version-13/toolbar-download-alle-starten.png -%%DATADIR%%/Icons/Programm/Version-13/toolbar-download-clear.png -%%DATADIR%%/Icons/Programm/Version-13/toolbar-download-del.png -%%DATADIR%%/Icons/Programm/Version-13/toolbar-download-film-info.png -%%DATADIR%%/Icons/Programm/Version-13/toolbar-download-film-start.png -%%DATADIR%%/Icons/Programm/Version-13/toolbar-download-refresh.png -%%DATADIR%%/Icons/Programm/Version-13/toolbar-download-undo.png -%%DATADIR%%/Icons/Programm/Version-13/toolbar-filme-film-start.png -%%DATADIR%%/Icons/Programm/Version-13/toolbar-filme-filmliste-laden.png -%%DATADIR%%/Icons/Programm/Version-13/toolbar-filme-info.png -%%DATADIR%%/Icons/Programm/Version-13/toolbar-filme-rec.png -%%DATADIR%%/Icons/Programm/Version-13/tray-download.png -%%DATADIR%%/Icons/Programm/Version-13/tray-fehler.png -%%DATADIR%%/Icons/Programm/Version-13/tray.png -%%DATADIR%%/MediathekView.ico -%%DATADIR%%/MediathekView.jar -%%DATADIR%%/lib/animal-sniffer-annotations-1.14.jar -%%DATADIR%%/lib/bridj-0.7.0.jar -%%DATADIR%%/lib/checker-qual-2.5.2.jar -%%DATADIR%%/lib/commons-compress-1.17.jar -%%DATADIR%%/lib/commons-configuration2-2.2.jar -%%DATADIR%%/lib/commons-dbcp2-2.5.0.jar -%%DATADIR%%/lib/commons-io-1.3.1.jar -%%DATADIR%%/lib/commons-lang3-3.6.jar -%%DATADIR%%/lib/commons-logging-1.2.jar -%%DATADIR%%/lib/commons-pool2-2.6.0.jar -%%DATADIR%%/lib/controlsfx-8.40.14.jar -%%DATADIR%%/lib/dx-1.7.jar -%%DATADIR%%/lib/error_prone_annotations-2.1.3.jar -%%DATADIR%%/lib/guava-26.0-jre.jar -%%DATADIR%%/lib/h2-1.4.197.jar -%%DATADIR%%/lib/j2objc-annotations-1.1.jar -%%DATADIR%%/lib/jackson-core-2.9.6.jar -%%DATADIR%%/lib/jchart2d-3.3.2.jar -%%DATADIR%%/lib/jiconfont-1.0.0.jar -%%DATADIR%%/lib/jiconfont-font_awesome-4.7.0.0.jar -%%DATADIR%%/lib/jiconfont-swing-1.0.1.jar -%%DATADIR%%/lib/jide-oss-2.4.8.jar -%%DATADIR%%/lib/jide-oss-3.7.4.jar -%%DATADIR%%/lib/jsr305-3.0.2.jar -%%DATADIR%%/lib/log4j-api-2.8.1.jar -%%DATADIR%%/lib/log4j-core-2.8.1.jar -%%DATADIR%%/lib/mbassador-1.3.0.jar -%%DATADIR%%/lib/metrics-core-4.0.0.jar -%%DATADIR%%/lib/miglayout-core-5.1.jar -%%DATADIR%%/lib/miglayout-javafx-5.1.jar -%%DATADIR%%/lib/miglayout-swing-5.1.jar -%%DATADIR%%/lib/okhttp-3.11.0.jar -%%DATADIR%%/lib/okio-1.14.0.jar -%%DATADIR%%/lib/slf4j-api-1.7.25.jar -%%DATADIR%%/lib/xmlgraphics-commons-1.3.1.jar -%%DATADIR%%/lib/xz-1.6.jar diff --git a/java/Makefile b/java/Makefile index 039b5f1ec5e8..8f3adf59562c 100644 --- a/java/Makefile +++ b/java/Makefile @@ -101,8 +101,6 @@ SUBDIR += openjdk8 SUBDIR += openjdk8-jre SUBDIR += openjfx14 - SUBDIR += openjfx8-devel - SUBDIR += openjfx8-scenebuilder SUBDIR += phpeclipse SUBDIR += proguard SUBDIR += sablevm diff --git a/java/openjfx8-devel/Makefile b/java/openjfx8-devel/Makefile deleted file mode 100644 index 5d0df7e425aa..000000000000 --- a/java/openjfx8-devel/Makefile +++ /dev/null @@ -1,151 +0,0 @@ -# Created by: Tobias Kortkamp <t@tobik.me> -# $FreeBSD$ - -PORTNAME= openjfx8 -DISTVERSION= 8u202-b07 -PORTREVISION= 8 -PORTEPOCH= 1 -CATEGORIES= java x11-toolkits devel -MASTER_SITES= https://github.com/t6/openjfx/releases/download/release/ \ - http://hg.openjdk.java.net/openjfx/8u/rt/archive/${DISTVERSION}${EXTRACT_SUFX}?dummy=/ -PKGNAMESUFFIX= -devel - -MAINTAINER= ports@FreeBSD.org -COMMENT= JavaFX SDK overlay for OpenJDK 8 - -BROKEN= Does not build with glib 2.66.0 - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= No longer maintained upstream -EXPIRATION_DATE= 2020-11-30 -ONLY_FOR_ARCHS= amd64 i386 - -BUILD_DEPENDS= apache-ant>0:devel/apache-ant \ - antlr3>0:devel/antlr3 \ - gradle4>=4.8:devel/gradle4 \ - ${JAVALIBDIR}/junit.jar:java/junit -LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ - libfreetype.so:print/freetype2 - -USES= gettext-runtime gl gnome jpeg localbase:ldflags pkgconfig \ - sqlite xorg -USE_GL= gl -USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 gtk30 pango -USE_JAVA= yes -JAVA_VERSION= 1.8 -USE_LDCONFIG= yes -USE_XORG= x11 xtst xxf86vm - -CFLAGS+= -fcommon -Wno-unused-command-line-argument - -WRKSRC= ${WRKDIR}/rt-${DISTVERSION} - -PLIST_SUB= ARCH=${ARCH} \ - JAVA_HOME=${JAVA_HOME} - -OPTIONS_DEFINE= MEDIA SWT TEST WEBKIT -OPTIONS_DEFAULT= MEDIA WEBKIT -OPTIONS_SUB= yes - -MEDIA_DESC= Media module -SWT_DESC= SWT support - -MEDIA_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ - libsndio.so:audio/sndio -MEDIA_USES= gmake -MEDIA_VARS= COMPILE_MEDIA=true - -SWT_BUILD_DEPENDS= swt>0:x11-toolkits/swt -SWT_RUN_DEPENDS= swt>0:x11-toolkits/swt -SWT_VARS= COMPILE_SWT=true - -TEST_USES= display:test -TEST_VARS= AWT_TEST=true FULL_TEST=true - -# Gradle calls CMake during the build -WEBKIT_IMPLIES= MEDIA -WEBKIT_BUILD_DEPENDS= cmake:devel/cmake -WEBKIT_LIB_DEPENDS= libicui18n.so:devel/icu -WEBKIT_USES= bison compiler:c++14-lang gmake gperf perl5 python:2.7,build -WEBKIT_USE= GNOME=libxslt,libxml2 \ - PERL5=build \ - RUBY=yes \ - XORG=xcomposite,xdamage,xfixes,xrender,xt -WEBKIT_VARS= RUBY_NO_RUN_DEPENDS=yes COMPILE_WEBKIT=true - -# Move Gradle's home below ${WRKDIR} instead of using ${HOME}/.gradle -_GRADLE_ENV= CC=${WRKDIR}/bin/ccwrapper \ - CXX=${WRKDIR}/bin/cxxwrapper \ - GRADLE_USER_HOME=${WRKDIR}/gradle-home -_GRADLE_RUN= ${SETENV} ${_GRADLE_ENV} gradle4 --no-daemon - -# NOTE: This port won't build if ${JAVA_HOME}/jre/lib/ext/jfxrt.jar -# already exists on your system. This is not a problem in Poudriere -# or Synth but something to be aware of if you're trying to build this -# port in a non-pristine environment. - -# The BSD Makefiles for GStreamer-lite and Jfxmedia are based on the -# Linux versions. Prepare the tree, so that we only see the changes -# from Linux's Makefile in our own patches. -pre-patch: - @${CP} -r ${WRKSRC}/modules/media/src/main/native/jfxmedia/projects/linux \ - ${WRKSRC}/modules/media/src/main/native/jfxmedia/projects/bsd - @${CP} -r ${WRKSRC}/modules/media/src/main/native/gstreamer/projects/linux \ - ${WRKSRC}/modules/media/src/main/native/gstreamer/projects/bsd - -post-patch: - @${MKDIR} ${WRKDIR}/bin - @${PRINTF} '#!/bin/sh\nexec ${CC} ${CFLAGS} ${LDFLAGS} "$$@"\n' > ${WRKDIR}/bin/ccwrapper - @${PRINTF} '#!/bin/sh\nexec ${CXX} ${CXXFLAGS} ${LDFLAGS} "$$@"\n' > ${WRKDIR}/bin/cxxwrapper - @${CHMOD} +x ${WRKDIR}/bin/ccwrapper ${WRKDIR}/bin/cxxwrapper - @${SED} -e 's@/linux@/freebsd@g' -e 's@-DLINUX@-DFREEBSD@g' -e 's@LINUX@BSD@g' \ - -e 's@linux_@bsd_@g' -e 's@"-static-libgcc", "-static-libstdc++",@@g' \ - -e 's@"gcc"@"${WRKDIR}/bin/ccwrapper"@g' -e 's@"g\+\+"@"${WRKDIR}/bin/cxxwrapper"@g' \ - ${WRKSRC}/buildSrc/linux.gradle > ${WRKSRC}/buildSrc/bsd.gradle -# Add a *BSD native audio sink to GStreamer-lite instead of using the -# bundled ALSA sink. Currently we add an sndio sink, but this is an extension -# point for eventually adding an OSS backend (or others) as an option as well. -# If you add a new one make sure it registers itself as "bsdaudiosink" as defined -# in modules/media/src/main/native/jfxmedia/platform/gstreamer/GstPipelineFactory.cpp - @${MKDIR} ${WRKSRC}/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/ext/bsdaudio - @${CP} ${FILESDIR}/gstsndio.* ${FILESDIR}/sndiosink.* \ - ${WRKSRC}/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/ext/bsdaudio - @cd ${WRKSRC}/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/ext/bsdaudio && \ - ${LN} -s gstsndio.c gstbsdaudio.c && \ - ${LN} -s sndiosink.c bsdaudiosink.c -# Pull Java dependencies from LOCALBASE - @${REINPLACE_CMD} 's@/usr/local@${LOCALBASE}@g' \ - ${WRKSRC}/build.gradle ${WRKSRC}/buildSrc/build.gradle -# Remove bundled libraries. We use the system's versions instead. - @cd ${WRKSRC}/modules/web/src/main/native/Source/ThirdParty && \ - ${RM} -r icu libxml libxslt sqlite - @${RM} -r ${WRKSRC}/modules/web/src/main/native/Source/WTF/icu - @cd ${WRKSRC}/modules/media/src/main/native/gstreamer/3rd_party && \ - ${RM} -r glib libffi - -post-patch-SWT-off: - @${RM} -r ${WRKSRC}/modules/graphics/src/main/java/com/sun/glass/ui/swt - -do-configure: - @${MKDIR} ${WRKDIR}/gradle-home - @${ECHO_CMD} "NUM_COMPILE_THREADS = ${MAKE_JOBS_NUMBER}" > ${WRKSRC}/gradle.properties -.for prop in COMPILE_MEDIA COMPILE_WEBKIT AWT_TEST FULL_TEST - @${ECHO_CMD} "${prop} = ${${prop}:Ufalse}" >> ${WRKSRC}/gradle.properties -.endfor - @${ECHO_CMD} "BSD.compileSWT = ${COMPILE_SWT:Ufalse};" >> ${WRKSRC}/buildSrc/bsd.gradle - -do-build: - @cd ${WRKSRC} && ${_GRADLE_RUN} zips - -do-install: - @${MKDIR} ${STAGEDIR}${JAVA_HOME} - @${TAR} -C ${STAGEDIR}${JAVA_HOME} \ - -xf ${WRKSRC}/build/bundles/javafx-sdk-overlay.zip - @${FIND} ${STAGEDIR}${JAVA_HOME}/jre -name '*.so' -exec ${STRIP_CMD} \{\} \; - -do-test-TEST-on: - @cd ${WRKSRC} && ${_GRADLE_RUN} check test - -.include <bsd.port.mk> diff --git a/java/openjfx8-devel/distinfo b/java/openjfx8-devel/distinfo deleted file mode 100644 index 7f707e3ee585..000000000000 --- a/java/openjfx8-devel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1563779003 -SHA256 (openjfx8-8u202-b07.tar.gz) = ca98b6d0721a0e4b91d62672e81594c80a47cfb5ded241de50f10ade9884c400 -SIZE (openjfx8-8u202-b07.tar.gz) = 70669594 diff --git a/java/openjfx8-devel/files/gstsndio.c b/java/openjfx8-devel/files/gstsndio.c deleted file mode 100644 index 4ef2cf1b5fdc..000000000000 --- a/java/openjfx8-devel/files/gstsndio.c +++ /dev/null @@ -1,396 +0,0 @@ -/* - * Copyright (C) 2008 Jacob Meuser <jakemsr@sdf.lonestar.org> - * Copyright (C) 2012 Alexandre Ratchov <alex@caoua.org> - * - * 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. - */ - -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif - -#include <stdio.h> -#include "gstsndio.h" - -GST_DEBUG_CATEGORY (gst_sndio_debug); -#define GST_CAT_DEFAULT gst_sndio_debug - -GType gst_sndiosink_get_type (void); - -gboolean -plugin_init_alsa (GstPlugin * plugin) -{ - GST_DEBUG_CATEGORY_INIT (gst_sndio_debug, "sndio", 0, "sndio plugins"); - - /* prefer sndiosink over pulsesink (GST_RANK_PRIMARY + 10) */ - if (!gst_element_register (plugin, "bsdaudiosink", GST_RANK_PRIMARY + 20, - gst_sndiosink_get_type())) - return FALSE; - return TRUE; -} - -GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, - GST_VERSION_MINOR, - sndio, - "sndio plugin library", - plugin_init_alsa, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) - -/* - * common code to src and sink - */ - -void -gst_sndio_init (struct gstsndio *sio, GObject *obj) -{ - sio->obj = obj; - sio->hdl = NULL; - sio->device = g_strdup (SIO_DEVANY); -} - -void -gst_sndio_finalize (struct gstsndio *sio) -{ - gst_caps_replace (&sio->cur_caps, NULL); - g_free (sio->device); -} - -GstCaps * -gst_sndio_getcaps (struct gstsndio *sio, GstCaps * filter) -{ - if (sio->cur_caps == NULL) { - /* XXX */ - GST_LOG_OBJECT (sio->obj, "getcaps called, returning template caps"); - return NULL; - } - - GST_LOG_OBJECT (sio->obj, "returning %" GST_PTR_FORMAT, sio->cur_caps); - - if (filter) { - return gst_caps_intersect_full (filter, - sio->cur_caps, GST_CAPS_INTERSECT_FIRST); - } else { - return gst_caps_ref (sio->cur_caps); - } -} - -static void -gst_sndio_onvol (void *arg, unsigned int vol) -{ - struct gstsndio *sio = arg; - sio->volume = vol; - g_object_notify (G_OBJECT (sio->obj), "mute"); - g_object_notify (G_OBJECT (sio->obj), "volume"); -} - -gboolean -gst_sndio_open (struct gstsndio *sio, gint mode) -{ - GValue list = G_VALUE_INIT, item = G_VALUE_INIT; - GstStructure *s; - GstCaps *caps; - struct sio_enc *enc; - struct sio_cap cap; - char fmt[16]; - int i, chan; - - GST_DEBUG_OBJECT (sio->obj, "open"); - - sio->hdl = sio_open (sio->device, mode, 0); - if (sio->hdl == NULL) { - GST_ELEMENT_ERROR (sio->obj, RESOURCE, OPEN_READ_WRITE, - ("Couldn't open sndio device"), (NULL)); - return FALSE; - } - sio->mode = mode; - - if (!sio_getcap(sio->hdl, &cap)) { - GST_ELEMENT_ERROR (sio, RESOURCE, OPEN_WRITE, - ("Couldn't get device capabilities"), (NULL)); - sio_close(sio->hdl); - sio->hdl = NULL; - return FALSE; - } - if (cap.nconf == 0) { - GST_ELEMENT_ERROR (sio, RESOURCE, OPEN_WRITE, - ("Device has empty capabilities"), (NULL)); - sio_close(sio->hdl); - sio->hdl = NULL; - return FALSE; - } - sio_onvol (sio->hdl, gst_sndio_onvol, sio); - - caps = gst_caps_new_empty (); - s = gst_structure_new ("audio/x-raw", (char *)NULL, (void *)NULL); - - /* - * scan supported rates - */ - g_value_init (&list, GST_TYPE_LIST); - g_value_init (&item, G_TYPE_INT); - for (i = 0; i < SIO_NRATE; i++) { - if ((cap.confs[0].rate & (1 << i)) == 0) - continue; - g_value_set_int(&item, cap.rate[i]); - gst_value_list_append_value (&list, &item); - } - gst_structure_set_value (s, "rate", &list); - g_value_unset (&item); - g_value_unset (&list); - - /* - * scan supported channels - */ - g_value_init (&list, GST_TYPE_LIST); - g_value_init (&item, G_TYPE_INT); - chan = (mode == SIO_PLAY) ? cap.confs[0].pchan : cap.confs[0].rchan; - for (i = 0; i < SIO_NCHAN; i++) { - if ((chan & (1 << i)) == 0) - continue; - g_value_set_int(&item, (mode == SIO_PLAY) ? cap.pchan[i] : cap.rchan[i]); - gst_value_list_append_value (&list, &item); - } - gst_structure_set_value (s, "channels", &list); - g_value_unset (&item); - g_value_unset (&list); - - /* - * scan supported encodings - */ - g_value_init (&list, GST_TYPE_LIST); - g_value_init (&item, G_TYPE_STRING); - for (i = 0; i < SIO_NENC; i++) { - if ((cap.confs[0].enc & (1 << i)) == 0) - continue; - enc = cap.enc + i; - if (enc->bits % 8 != 0) - continue; - if (enc->bits < enc->bps * 8 && enc->msb) - continue; - if (enc->bits == enc->bps * 8) { - snprintf(fmt, sizeof(fmt), "%s%u%s", - enc->sig ? "S" : "U", - enc->bits, - enc->bps > 1 ? (enc->le ? "LE" : "BE") : ""); - } else { - snprintf(fmt, sizeof(fmt), "%s%u_%u%s", - enc->sig ? "S" : "U", - enc->bits, - enc->bps * 8, - enc->bps > 1 ? (enc->le ? "LE" : "BE") : ""); - } - g_value_set_string(&item, fmt); - gst_value_list_append_value (&list, &item); - } - gst_structure_set_value (s, "format", &list); - g_value_unset (&item); - g_value_unset (&list); - - /* - * add the only supported layout: interleaved - */ - g_value_init (&item, G_TYPE_STRING); - g_value_set_string(&item, "interleaved"); - gst_structure_set_value (s, "layout", &item); - g_value_unset (&item); - - gst_caps_append_structure (caps, s); - sio->cur_caps = caps; - GST_DEBUG ("caps are %s", gst_caps_to_string(caps)); - return TRUE; -} - -gboolean -gst_sndio_close (struct gstsndio *sio) -{ - GST_DEBUG_OBJECT (sio->obj, "close"); - - gst_caps_replace (&sio->cur_caps, NULL); - sio_close (sio->hdl); - sio->hdl = NULL; - return TRUE; -} - -static void -gst_sndio_cb (void *addr, int delta) -{ - struct gstsndio *sio = addr; - - delta *= sio->bpf; - if (sio->mode == SIO_PLAY) - sio->delay -= delta; - else - sio->delay += delta; -} - -gboolean -gst_sndio_prepare (struct gstsndio *sio, GstAudioRingBufferSpec *spec) -{ - struct sio_par par, retpar; - unsigned nchannels; - - GST_DEBUG_OBJECT (sio, "prepare"); - - if (spec->type != GST_AUDIO_RING_BUFFER_FORMAT_TYPE_RAW) { - GST_ELEMENT_ERROR (sio, RESOURCE, OPEN_READ_WRITE, - ("Only raw buffer format supported by sndio"), (NULL)); - return FALSE; - } - if (!GST_AUDIO_INFO_IS_INTEGER(&spec->info)) { - GST_ELEMENT_ERROR (sio, RESOURCE, OPEN_READ_WRITE, - ("Only integer format supported"), (NULL)); - return FALSE; - } - if (GST_AUDIO_INFO_DEPTH(&spec->info) % 8) { - GST_ELEMENT_ERROR (sio, RESOURCE, OPEN_READ_WRITE, - ("Only depths multiple of 8 are supported"), (NULL)); - return FALSE; - } - - sio_initpar (&par); - switch (GST_AUDIO_INFO_FORMAT (&spec->info)) { - case GST_AUDIO_FORMAT_S8: - case GST_AUDIO_FORMAT_U8: - case GST_AUDIO_FORMAT_S16LE: - case GST_AUDIO_FORMAT_S16BE: - case GST_AUDIO_FORMAT_U16LE: - case GST_AUDIO_FORMAT_U16BE: - case GST_AUDIO_FORMAT_S32LE: - case GST_AUDIO_FORMAT_S32BE: - case GST_AUDIO_FORMAT_U32LE: - case GST_AUDIO_FORMAT_U32BE: - case GST_AUDIO_FORMAT_S24_32LE: - case GST_AUDIO_FORMAT_S24_32BE: - case GST_AUDIO_FORMAT_U24_32LE: - case GST_AUDIO_FORMAT_U24_32BE: - case GST_AUDIO_FORMAT_S24LE: - case GST_AUDIO_FORMAT_S24BE: - case GST_AUDIO_FORMAT_U24LE: - case GST_AUDIO_FORMAT_U24BE: - break; - default: - GST_ELEMENT_ERROR (sio, RESOURCE, OPEN_READ_WRITE, - ("Unsupported audio format"), - ("format = %d", GST_AUDIO_INFO_FORMAT (&spec->info))); - return FALSE; - } - par.sig = GST_AUDIO_INFO_IS_SIGNED(&spec->info); - par.bits = GST_AUDIO_INFO_WIDTH(&spec->info); - par.bps = GST_AUDIO_INFO_DEPTH(&spec->info) / 8; - if (par.bps > 1) - par.le = GST_AUDIO_INFO_IS_LITTLE_ENDIAN(&spec->info); - if (par.bits < par.bps * 8) - par.msb = 0; - par.rate = GST_AUDIO_INFO_RATE(&spec->info); - if (sio->mode == SIO_PLAY) - par.pchan = GST_AUDIO_INFO_CHANNELS(&spec->info); - else - par.rchan = GST_AUDIO_INFO_CHANNELS(&spec->info); - par.round = par.rate / 1000000. * spec->latency_time; - par.appbufsz = par.rate / 1000000. * spec->buffer_time; - - if (!sio_setpar (sio->hdl, &par)) { - GST_ELEMENT_ERROR (sio, RESOURCE, OPEN_WRITE, - ("Unsupported audio encoding"), (NULL)); - return FALSE; - } - if (!sio_getpar (sio->hdl, &retpar)) { - GST_ELEMENT_ERROR (sio, RESOURCE, OPEN_WRITE, - ("Couldn't get audio device parameters"), (NULL)); - return FALSE; - } -#if 0 - GST_DEBUG ("format = %s, " - "requested: sig = %d, bits = %d, bps = %d, le = %d, msb = %d, " - "rate = %d, pchan = %d, round = %d, appbufsz = %d; " - "returned: sig = %d, bits = %d, bps = %d, le = %d, msb = %d, " - "rate = %d, pchan = %d, round = %d, appbufsz = %d, bufsz = %d", - GST_AUDIO_INFO_NAME(&spec->info), - par.sig, par.bits, par.bps, par.le, par.msb, - par.rate, par.pchan, par.round, par.appbufsz, - retpar.sig, retpar.bits, retpar.bps, retpar.le, retpar.msb, - retpar.rate, retpar.pchan, retpar.round, retpar.appbufsz, retpar.bufsz); -#endif - if (par.bits != retpar.bits || - par.bps != retpar.bps || - par.rate != retpar.rate || - (sio->mode == SIO_PLAY && par.pchan != retpar.pchan) || - (sio->mode == SIO_REC && par.rchan != retpar.rchan) || - (par.bps > 1 && par.le != retpar.le) || - (par.bits < par.bps * 8 && par.msb != retpar.msb)) { - GST_ELEMENT_ERROR (sio, RESOURCE, OPEN_WRITE, - ("Audio device refused requested parameters"), (NULL)); - return FALSE; - } - - nchannels = (sio->mode == SIO_PLAY) ? retpar.pchan : retpar.rchan; - spec->segsize = retpar.round * retpar.bps * nchannels; - spec->segtotal = retpar.bufsz / retpar.round; - sio->bpf = retpar.bps * nchannels; - sio->delay = 0; - sio_onmove (sio->hdl, gst_sndio_cb, sio); - - if (!sio_start (sio->hdl)) { - GST_ELEMENT_ERROR (sio->obj, RESOURCE, OPEN_READ_WRITE, - ("Could not start sndio"), (NULL)); - return FALSE; - } - return TRUE; -} - -gboolean -gst_sndio_unprepare (struct gstsndio *sio) -{ - if (sio->hdl) - sio_stop (sio->hdl); - return TRUE; -} - -void -gst_sndio_set_property (struct gstsndio *sio, guint prop_id, - const GValue * value, GParamSpec * pspec) -{ - switch (prop_id) { - case PROP_DEVICE: - g_free (sio->device); - sio->device = g_value_dup_string (value); - break; - case PROP_VOLUME: - sio_setvol (sio->hdl, g_value_get_double (value) * SIO_MAXVOL); - break; - case PROP_MUTE: - if (g_value_get_boolean (value)) - sio_setvol (sio->hdl, 0); - break; - default: - break; - } -} - -void -gst_sndio_get_property (struct gstsndio *sio, guint prop_id, - GValue * value, GParamSpec * pspec) -{ - switch (prop_id) { - case PROP_DEVICE: - g_value_set_string (value, sio->device); - break; - case PROP_VOLUME: - g_value_set_double (value, (gdouble)sio->volume / SIO_MAXVOL); - break; - case PROP_MUTE: - g_value_set_boolean (value, (sio->volume == 0)); - break; - default: - G_OBJECT_WARN_INVALID_PROPERTY_ID (sio->obj, prop_id, pspec); - } -} diff --git a/java/openjfx8-devel/files/gstsndio.h b/java/openjfx8-devel/files/gstsndio.h deleted file mode 100644 index 77ec4e6f86a5..000000000000 --- a/java/openjfx8-devel/files/gstsndio.h +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Copyright (C) 2012 Alexandre Ratchov <alex@caoua.org> - * - * 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. - */ -#ifndef __GST_SNDIO_H__ -#define __GST_SNDIO_H__ - -#include <sndio.h> -#include <gst/gst.h> -#include <gst/audio/gstaudiosink.h> -#include <gst/audio/gstaudiosrc.h> -#include <gst/audio/streamvolume.h> - -enum -{ - PROP_0, - PROP_DEVICE, - PROP_VOLUME, - PROP_MUTE -}; - -#define GST_SNDIO_CAPS_STRING \ - "audio/x-raw, " \ - "format = (string) { " \ - "S8, U8, " \ - "S16LE, S16BE, U16LE, U16BE, " \ - "S32LE, S32BE, U32LE, U32BE, " \ - "S24_32LE, S24_32BE, U24_32LE, " \ - "U24_32BE, S24LE, S24BE, U24LE, U24BE " \ - "}, " \ - "layout = (string) interleaved, " \ - "rate = (int) [ 8000, 192000 ], " \ - "channels = (int) [1, 16]" - -/* - * data common to src and sink - */ -struct gstsndio { - struct sio_hdl *hdl; - gchar *device; - gint mode; - gint bpf; /* bytes per frame */ - gint delay; /* bytes stored in the audio fifo */ - guint volume; /* volume level */ - GstCaps *cur_caps; /* saved capabilities of opened device */ - GObject *obj; /* for logging */ -}; - -#define GST_SNDIO_DELAY(s) ((s)->delay / (s)->bpf) - -void gst_sndio_init (struct gstsndio *sio, GObject *obj); -void gst_sndio_finalize (struct gstsndio *sio); -GstCaps *gst_sndio_getcaps (struct gstsndio *sio, GstCaps * filter); -gboolean gst_sndio_open (struct gstsndio *sio, gint mode); -gboolean gst_sndio_close (struct gstsndio *sio); -gboolean gst_sndio_prepare (struct gstsndio *sio, GstAudioRingBufferSpec *spec); -gboolean gst_sndio_unprepare (struct gstsndio *sio); -void gst_sndio_set_property (struct gstsndio *sio, guint prop_id, - const GValue * value, GParamSpec * pspec); -void gst_sndio_get_property (struct gstsndio *sio, guint prop_id, - GValue * value, GParamSpec * pspec); - -int gst_sndio_setpar(gpointer sio, GstAudioRingBufferSpec * spec, - int mode, struct sio_hdl *hdl); -GstCaps *gst_sndio_caps (gpointer sio, int mode, struct sio_hdl *hdl); - -#endif diff --git a/java/openjfx8-devel/files/patch-build.gradle b/java/openjfx8-devel/files/patch-build.gradle deleted file mode 100644 index d5a071b3e4c5..000000000000 --- a/java/openjfx8-devel/files/patch-build.gradle +++ /dev/null @@ -1,337 +0,0 @@ ---- build.gradle.orig 2018-12-10 16:30:22 UTC -+++ build.gradle -@@ -253,6 +253,7 @@ ext.IS_64 = OS_ARCH.toLowerCase().contains("64") - ext.IS_MAC = OS_NAME.contains("mac") || OS_NAME.contains("darwin") - ext.IS_WINDOWS = OS_NAME.contains("windows") - ext.IS_LINUX = OS_NAME.contains("linux") -+ext.IS_BSD = OS_NAME.contains("freebsd") || OS_NAME.contains("dragonfly") - - // Get the JDK_HOME automatically based on the version of Java used to execute gradle. Or, if specified, - // use a user supplied JDK_HOME, STUB_RUNTIME, JAVAC, and/or JAVAH, all of which may be specified -@@ -313,7 +314,7 @@ defineProperty("COMPILE_MEDIA", "false") - ext.IS_COMPILE_MEDIA = Boolean.parseBoolean(COMPILE_MEDIA) - - // COMPILE_PANGO specifies whether to build javafx_font_pango. --defineProperty("COMPILE_PANGO", "${IS_LINUX}") -+defineProperty("COMPILE_PANGO", "${IS_LINUX || IS_BSD}") - ext.IS_COMPILE_PANGO = Boolean.parseBoolean(COMPILE_PANGO) - - // COMPILE_HARFBUZZ specifies whether to use Harfbuzz. -@@ -344,7 +345,8 @@ ext.SWT_FILE_NAME = IS_MAC ? "org.eclipse.swt.cocoa.ma - IS_WINDOWS && IS_64 ? "org.eclipse.swt.win32.win32.x86_64_3.105.3.v20170228-0512" : - IS_WINDOWS && !IS_64 ? "org.eclipse.swt.win32.win32.x86_3.105.3.v20170228-0512" : - IS_LINUX && IS_64 ? "org.eclipse.swt.gtk.linux.x86_64_3.105.3.v20170228-0512" : -- IS_LINUX && !IS_64 ? "org.eclipse.swt.gtk.linux.x86_3.105.3.v20170228-0512" : "" -+ IS_LINUX && !IS_64 ? "org.eclipse.swt.gtk.linux.x86_3.105.3.v20170228-0512" : -+ IS_BSD ? "/usr/local/share/java/classes/swt.jar" : "" - - // Build javadocs only if BUILD_JAVADOC=true - defineProperty("BUILD_JAVADOC", "false") -@@ -404,6 +406,12 @@ if (IS_MAC) { - defineProperty("NUM_COMPILE_THREADS", "${Runtime.runtime.availableProcessors()}") - } - -+if (IS_BSD) { -+ ext.MAKE_CMD = "gmake" -+} else { -+ ext.MAKE_CMD = "make" -+} -+ - // - // The next three sections of properties are used to generate the - // VersionInfo class, and the Windows DLL manifest. -@@ -444,7 +452,7 @@ defineProperty("RELEASE_MILESTONE", jfxReleaseMileston - // Check whether the COMPILE_TARGETS property has been specified (if so, it was done by - // the user and not by this script). If it has not been defined then default - // to building the normal desktop build for this machine --project.ext.set("defaultHostTarget", IS_MAC ? "mac" : IS_WINDOWS ? "win" : IS_LINUX ? "linux" : ""); -+project.ext.set("defaultHostTarget", IS_MAC ? "mac" : IS_WINDOWS ? "win" : IS_LINUX ? "linux" : IS_BSD ? "bsd" : ""); - defineProperty("COMPILE_TARGETS", "$defaultHostTarget") - - // Flag indicating whether to import cross compile tools -@@ -551,7 +559,7 @@ void fetchExternalTools(String configName, List packag - def File pkgdir = file("$destdir/$basename") - - if (pkgname.endsWith(".tgz")) { -- if (IS_LINUX || IS_MAC) { -+ if (IS_BSD || IS_LINUX || IS_MAC) { - // use native tar to support symlinks - pkgdir.mkdirs() - exec { -@@ -676,7 +684,7 @@ compileTargets { t -> - if (!targetProperties.containsKey('includeMonocle')) targetProperties.includeMonocle = false - if (!targetProperties.containsKey('includeEGL')) targetProperties.includeEGL = false - -- if (!targetProperties.containsKey('includeGTK')) targetProperties.includeGTK = IS_LINUX -+ if (!targetProperties.containsKey('includeGTK')) targetProperties.includeGTK = IS_LINUX || IS_BSD - - // This value is used to under ./build/${sdkDirName} to allow for - // a common name for the hosted build (for use when building apps) -@@ -708,7 +716,7 @@ compileTargets { t -> - // at present building on PI is not supported, but we would only need to make - // some changes on assumptions on what should be built (like SWT / Swing) and - // such and we could probably make it work. --if (!IS_MAC && !IS_WINDOWS && !IS_LINUX) logger.error("Unsupported build OS ${OS_NAME}") -+if (!IS_MAC && !IS_WINDOWS && !IS_LINUX && !IS_BSD) logger.error("Unsupported build OS ${OS_NAME}") - if (IS_WINDOWS && OS_ARCH != "x86" && OS_ARCH != "amd64") { - throw new Exception("Unknown and unsupported build architecture: $OS_ARCH") - } else if (IS_MAC && OS_ARCH != "x86_64") { -@@ -1165,7 +1173,8 @@ allprojects { - // By default all of our projects require junit for testing so we can just - // setup this dependency here. - dependencies { -- testCompile group: "junit", name: "junit", version: "4.8.2" -+ testCompile files("/usr/local/share/java/classes/junit4.jar", -+ "/usr/local/share/java/classes/hamcrest.jar") - if (BUILD_CLOSED && DO_JCOV) { - testCompile name: "jcov" - } -@@ -1303,12 +1312,15 @@ project(":graphics") { - - dependencies { - compile project(":base"), BUILD_SRC -- compile name: SWT_FILE_NAME -- stubCompile group: "junit", name: "junit", version: "4.8.2", -+ if (IS_BSD) { -+ compile files(SWT_FILE_NAME) -+ } else { -+ compile name: SWT_FILE_NAME -+ } -+ stubCompile files("/usr/local/share/java/classes/junit4.jar", -+ "/usr/local/share/java/classes/hamcrest.jar"), - project(":base").sourceSets.test.output, sourceSets.main.output -- antlr3 group: "org.antlr", name: "antlr", version: "3.1.3" -- antlr3 group: "org.antlr", name: "antlr-runtime", version: "3.1.3" -- antlr3 group: "org.antlr", name: "stringtemplate", version: "3.2" -+ antlr3 files("/usr/local/share/java/classes/antlr-3.5.2-complete.jar") - } - - // Create a single "native" task which will depend on all the individual native tasks for graphics -@@ -1599,9 +1611,7 @@ project(":graphics") { - copy { - into libsDir - from f.getParentFile() -- include "**/antlr-3.1.3.jar" -- include "**/stringtemplate-3.2.jar" -- include "**/antlr-runtime-3.1.3.jar" -+ include "**/antlr-3.5.2-complete.jar" - includeEmptyDirs = false - } - // Have to rename the swt jar because it is some platform specific name but -@@ -1688,7 +1698,11 @@ project(":swt") { - } - dependencies { - compile BUILD_SRC, project(":base"), project(":graphics") -- compile name: SWT_FILE_NAME -+ if (IS_BSD) { -+ compile files(SWT_FILE_NAME) -+ } else { -+ compile name: SWT_FILE_NAME -+ } - } - } - -@@ -1794,7 +1808,7 @@ project(":fxpackager") { - } - - dependencies { -- compile group: "org.apache.ant", name: "ant", version: "1.8.2" -+ compile files("/usr/local/share/java/apache-ant/lib/ant.jar") - } - - // When producing the jar, we need to relocate a few class files -@@ -2055,23 +2069,6 @@ project(":fxpackager") { - jar.dependsOn buildJavaPackager - jar.dependsOn packagerJar - -- classes { -- doLast { -- // Copy all of the download libraries to libs directory for the sake of the IDEs -- File libsDir = rootProject.file("build/libs"); -- File antLib = new File(libsDir, "ant-1.8.2.jar") -- libsDir.mkdirs(); -- for (File f : configurations.compile.files) { -- copy { -- into libsDir -- from f.getParentFile() -- include "**/ant-1.8.2.jar" -- includeEmptyDirs = false -- } -- } -- } -- } -- - task packagerFakeJar(type: Jar) { - dependsOn compileTestJava - from compileTestJava.destinationDir -@@ -2250,7 +2247,7 @@ project(":media") { - - doLast { - exec { -- commandLine ("make", "${makeJobsFlag}", "-C", "${nativeSrcDir}/jfxmedia/projects/${projectDir}") -+ commandLine (MAKE_CMD, "${makeJobsFlag}", "-C", "${nativeSrcDir}/jfxmedia/projects/${projectDir}") - args("JAVA_HOME=${JDK_HOME}", "GENERATED_HEADERS_DIR=${generatedHeadersDir}", - "OUTPUT_DIR=${nativeOutputDir}", "BUILD_TYPE=${buildType}", "BASE_NAME=jfxmedia", - "COMPILE_PARFAIT=${compileParfait}") -@@ -2260,7 +2257,7 @@ project(":media") { - args(IS_64 ? "ARCH=x64" : "ARCH=x32", "RESOURCE=${nativeOutputDir}/${buildType}/${WIN.media.jfxmediaRcFile}") - } else { - args ("CC=${mediaProperties.compiler}", "LINK=${mediaProperties.linker}", "LIB=${mediaProperties.lib}") -- if (t.name == "linux") { -+ if (t.name == "linux" || t.name == "bsd") { - args(IS_64 ? "ARCH=x64" : "ARCH=x32") - } - -@@ -2282,7 +2279,7 @@ project(":media") { - enabled = IS_COMPILE_MEDIA - doLast { - exec { -- commandLine ("make", "${makeJobsFlag}", "-C", "${nativeSrcDir}/gstreamer/projects/${projectDir}/gstreamer-lite") -+ commandLine (MAKE_CMD, "${makeJobsFlag}", "-C", "${nativeSrcDir}/gstreamer/projects/${projectDir}/gstreamer-lite") - args("OUTPUT_DIR=${nativeOutputDir}", "BUILD_TYPE=${buildType}", "BASE_NAME=gstreamer-lite") - - if (t.name == "win") { -@@ -2290,7 +2287,7 @@ project(":media") { - args(IS_64 ? "ARCH=x64" : "ARCH=x32", "RESOURCE=${nativeOutputDir}/${buildType}/${WIN.media.gstreamerRcFile}") - } else { - args ("CC=${mediaProperties.compiler}", "LINK=${mediaProperties.linker}", "LIB=${mediaProperties.lib}") -- if (t.name == "linux") { -+ if (t.name == "linux" || t.name == "bsd") { - args(IS_64 ? "ARCH=x64" : "ARCH=x32") - } - } -@@ -2311,7 +2308,7 @@ project(":media") { - - doLast { - exec { -- commandLine ("make", "${makeJobsFlag}", "-C", "${nativeSrcDir}/gstreamer/projects/${projectDir}/fxplugins") -+ commandLine (MAKE_CMD, "${makeJobsFlag}", "-C", "${nativeSrcDir}/gstreamer/projects/${projectDir}/fxplugins") - args("OUTPUT_DIR=${nativeOutputDir}", "BUILD_TYPE=${buildType}", "BASE_NAME=fxplugins", - "ON2_SRCDIR=${project.ext.ON2_SRCDIR}", "ON2_LIB=${project.ext.ON2_LIB}") - -@@ -2328,7 +2325,7 @@ project(":media") { - args(IS_64 ? "ARCH=x64" : "ARCH=x32", "RESOURCE=${nativeOutputDir}/${buildType}/${WIN.media.fxpluginsRcFile}") - } else { - args ("CC=${mediaProperties.compiler}", "LINK=${mediaProperties.linker}", "LIB=${mediaProperties.lib}") -- if (t.name == "linux") { -+ if (t.name == "linux" || t.name == "bsd") { - args(IS_64 ? "ARCH=x64" : "ARCH=x32") - } - } -@@ -2338,7 +2335,7 @@ project(":media") { - - buildNative.dependsOn buildPlugins - -- if (t.name == "linux") { -+ if (t.name == "linux" || t.name == "bsd") { - def buildAVPlugin = task( "buildAVPlugin", dependsOn: [buildPlugins]) { - enabled = IS_COMPILE_MEDIA - -@@ -2349,7 +2346,7 @@ project(":media") { - File dir = file(libavDir) - if (dir.exists()) { - exec { -- commandLine ("make", "${makeJobsFlag}", "-C", "${nativeSrcDir}/gstreamer/projects/linux/avplugin") -+ commandLine (MAKE_CMD, "${makeJobsFlag}", "-C", "${nativeSrcDir}/gstreamer/projects/${t.name}/avplugin") - args("CC=${mediaProperties.compiler}", "OUTPUT_DIR=${nativeOutputDir}", "BUILD_TYPE=${buildType}", - "BASE_NAME=avplugin", "VERSION=${version}", "LIBAV_DIR=${libavDir}", - "SUFFIX=", IS_64 ? "ARCH=x64" : "ARCH=x32") -@@ -2362,7 +2359,7 @@ project(":media") { - File dir = file(libavDir) - if (dir.exists()) { - exec { -- commandLine ("make", "${makeJobsFlag}", "-C", "${nativeSrcDir}/gstreamer/projects/linux/avplugin") -+ commandLine (MAKE_CMD, "${makeJobsFlag}", "-C", "${nativeSrcDir}/gstreamer/projects/${t.name}/avplugin") - args("CC=${mediaProperties.compiler}", "LINKER=${mediaProperties.linker}", - "OUTPUT_DIR=${nativeOutputDir}", "BUILD_TYPE=${buildType}", - "BASE_NAME=avplugin", "VERSION=${version}", "LIBAV_DIR=${libavDir}", -@@ -2373,7 +2370,7 @@ project(":media") { - } else { - // Building fxavcodec plugin (libav plugin) - exec { -- commandLine ("make", "${makeJobsFlag}", "-C", "${nativeSrcDir}/gstreamer/projects/linux/avplugin") -+ commandLine (MAKE_CMD, "${makeJobsFlag}", "-C", "${nativeSrcDir}/gstreamer/projects/${t.name}/avplugin") - args("CC=${mediaProperties.compiler}", "OUTPUT_DIR=${nativeOutputDir}", "BUILD_TYPE=${buildType}", - "BASE_NAME=avplugin", IS_64 ? "ARCH=x64" : "ARCH=x32") - } -@@ -2423,7 +2420,7 @@ project(":media") { - doLast { - exec { - environment(WINDOWS_NATIVE_COMPILE_ENVIRONMENT) -- commandLine ("make", "${makeJobsFlag}", "-C", "${nativeSrcDir}/gstreamer/projects/${projectDir}/glib-lite") -+ commandLine (MAKE_CMD, "${makeJobsFlag}", "-C", "${nativeSrcDir}/gstreamer/projects/${projectDir}/glib-lite") - args("OUTPUT_DIR=${nativeOutputDir}", "BUILD_TYPE=${buildType}", "BASE_NAME=glib-lite", - IS_64 ? "ARCH=x64" : "ARCH=x32", "RESOURCE=${nativeOutputDir}/${buildType}/${WIN.media.glibRcFile}") - } -@@ -2442,7 +2439,7 @@ project(":media") { - } - - exec { -- commandLine ("make", "${makeJobsFlag}", "-C", "${nativeSrcDir}/gstreamer/projects/${projectDir}/glib-lite") -+ commandLine (MAKE_CMD, "${makeJobsFlag}", "-C", "${nativeSrcDir}/gstreamer/projects/${projectDir}/glib-lite") - args("OUTPUT_DIR=${nativeOutputDir}", "BUILD_TYPE=${buildType}", "BASE_NAME=glib-lite") - args ("CC=${mediaProperties.compiler}", "LINK=${mediaProperties.linker}", "LIB=${mediaProperties.lib}") - } -@@ -2562,7 +2559,7 @@ project(":web") { - compileTargets { t -> - def targetProperties = project.rootProject.ext[t.upper] - def webkitProperties = targetProperties.webkit -- def classifier = (t.name != "linux" && t.name != "win") ? t.name : -+ def classifier = (t.name != "linux" && t.name != "bsd" && t.name != "win") ? t.name : - IS_64 ? "${t.name}-amd64" : "${t.name}-i586" - - def webkitOutputDir = cygpath("$buildDir/${t.name}") -@@ -2638,6 +2635,9 @@ project(":web") { - } - - cmakeArgs += " -DJAVAFX_RELEASE_VERSION=8.0" -+ cmakeArgs += " -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON" -+ cmakeArgs += " -DCMAKE_C_COMPILER:STRING=${System.getenv("CC")}" -+ cmakeArgs += " -DCMAKE_CXX_COMPILER:STRING=${System.getenv("CXX")}" - commandLine("perl", "$projectDir/src/main/native/Tools/Scripts/build-webkit", - "--java", "--icu-unicode", targetCpuBitDepthSwitch, - "--cmakeargs=${cmakeArgs}") -@@ -3132,7 +3132,7 @@ compileTargets { t -> - // OSX media natives - [ "jfxmedia_qtkit", "jfxmedia_avf" ].each { name -> - from ("modules/media/build/native/${t.name}/${mediaBuildType}/${library(name)}") } -- } else if (t.name == "linux") { -+ } else if (t.name == "linux" || t.name == "bsd") { - from("modules/media/build/native/${t.name}/${mediaBuildType}") { include "libavplugin*.so" } - } - } else { -@@ -3145,7 +3145,7 @@ compileTargets { t -> - // copy libjfxmedia_{avf,qtkit}.dylib if they exist - [ "jfxmedia_qtkit", "jfxmedia_avf" ].each { name -> - from ("$LIBRARY_STUB/${library(name)}") } -- } else if (t.name == "linux") { -+ } else if (t.name == "linux" || t.name == "bsd") { - from(LIBRARY_STUB) { include "libavplugin*.so" } - } - } -@@ -3207,7 +3207,7 @@ compileTargets { t -> - } - - // Copy over the javapackager executable -- if (t.name == "win" || t.name == "linux" || t.name == "mac") { -+ if (t.name == "win" || t.name == "linux" || t.name == "bsd" || t.name == "mac") { - copy { - from "modules/fxpackager/build/javapackager" - into "build/${sdkDirName}/bin" -@@ -3264,6 +3264,7 @@ ext.JFXRT_CP = - "modules/web/build/classes/java/main", - ) - -+/* - project(":apps") { - // The apps build is Ant based, and gradle lets us "import" ant build.xml - // into our configuration. -@@ -3341,7 +3342,7 @@ project(":apps") { - } - rootProject.clean.dependsOn(appsClean) - } --} -+} */ - - /****************************************************************************** - * * diff --git a/java/openjfx8-devel/files/patch-buildSrc_build.gradle b/java/openjfx8-devel/files/patch-buildSrc_build.gradle deleted file mode 100644 index bb4201fd6f0a..000000000000 --- a/java/openjfx8-devel/files/patch-buildSrc_build.gradle +++ /dev/null @@ -1,18 +0,0 @@ ---- buildSrc/build.gradle.orig 2017-09-08 16:56:55 UTC -+++ buildSrc/build.gradle -@@ -81,11 +81,10 @@ sourceSets { - getConfigurations().create("antlr3"); - - dependencies { -- compile group: "org.antlr", name: "antlr", version: "3.1.3" -- testCompile group: "junit", name: "junit", version: "4.8.2" -- antlr3 group: "org.antlr", name: "antlr-runtime", version: "3.1.3" -- antlr3 group: "org.antlr", name: "stringtemplate", version: "3.2" -- antlr3 group: "org.antlr", name: "antlr", version: "3.1.3" -+ compile files("/usr/local/share/java/classes/antlr-3.5.2-complete.jar") -+ testCompile files("/usr/local/share/java/classes/junit4.jar", -+ "/usr/local/share/java/classes/hamcrest.jar") -+ antlr3 files("/usr/local/share/java/classes/antlr-3.5.2-complete.jar") - } - - // At the moment the ASM library shipped with Gradle that is used to diff --git a/java/openjfx8-devel/files/patch-git_c3cf651 b/java/openjfx8-devel/files/patch-git_c3cf651 deleted file mode 100644 index a033eeac8a01..000000000000 --- a/java/openjfx8-devel/files/patch-git_c3cf651 +++ /dev/null @@ -1,77 +0,0 @@ -Partial backport of: - -From c3cf651016e4cdcb4350598d4a586821071f91bf Mon Sep 17 00:00:00 2001 -From: "cturner@igalia.com" - <cturner@igalia.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc> -Date: Thu, 30 Apr 2020 15:12:36 +0000 -Subject: [PATCH] [clang 11] fix build errors due to -WWc++11-narrowing - https://bugs.webkit.org/show_bug.cgi?id=211193 - -Reviewed by Adrian Perez de Castro. - -Fixes the following errors, - -Source/WebCore/html/MediaElementSession.cpp:1059:9: error: type 'WebCore::RenderMedia *' cannot be narrowed to 'bool' in initializer list [-Wc++11-narrowing] -m_element.renderer(), -^~~~~~~~~~~~~~~~~~~~ - -Source/WebCore/style/StyleResolver.cpp:106:55: error: type 'const char [4]' cannot be narrowed to 'bool' in initializer list [-Wc++11-narrowing] -m_mediaQueryEvaluator = MediaQueryEvaluator { "all" }; - ^~~~~ -Source/WebCore/style/StyleResolver.cpp:106:55: note: insert an explicit cast to silence this issue -m_mediaQueryEvaluator = MediaQueryEvaluator { "all" }; - ^~~~~ - static_cast<bool>( ) - -* html/HTMLMediaElement.h: -(WebCore::HTMLMediaElement::hasRenderer const): -MediaElementSession was implicitly casting a pointer to a bool, -which is not allowed with modern Clang checks. Add a helper method -to encapsulate the now required static_cast<bool>. -* html/MediaElementSession.cpp: Use the new helper method to see -if the HTMLMediaElement has an associated renderer. -(WebCore::MediaElementSession::updateMediaUsageIfChanged): -* style/StyleResolver.cpp: This was calling MediaQueryEvaluator { -"all" }; and seemingly expecting to cast a const char[] to a bool, -or maybe String? It's confusing because of the MediaQueryEvaluator -API. If it was implicitly converting to bool then that could be -unintentional. Such casts are not allowed either now. The -MediaQueryEvaluator's default constructor says it returns true for -"all", which appears to be the original intent of this call, so I -replaced it with that. -(WebCore::Style::Resolver::Resolver): - - -git-svn-id: http://svn.webkit.org/repository/webkit/trunk@260951 268f45cc-cd09-0410-ab3c-d52691b4dbfc ---- - Source/WebCore/ChangeLog | 39 +++++++++++++++++++++ - Source/WebCore/html/HTMLMediaElement.h | 1 + - Source/WebCore/html/MediaElementSession.cpp | 2 +- - Source/WebCore/style/StyleResolver.cpp | 2 +- - 4 files changed, 42 insertions(+), 2 deletions(-) - -diff --git a/Source/WebCore/html/HTMLMediaElement.h b/Source/WebCore/html/HTMLMediaElement.h -index b466dfc139d7..444f349df87b 100644 ---- modules/web/src/main/native/Source/WebCore/html/HTMLMediaElement.h -+++ modules/web/src/main/native/Source/WebCore/html/HTMLMediaElement.h -@@ -155,6 +155,7 @@ class HTMLMediaElement - virtual bool isVideo() const { return false; } - bool hasVideo() const override { return false; } - bool hasAudio() const override; -+ bool hasRenderer() const { return static_cast<bool>(renderer()); } - - static HashSet<HTMLMediaElement*>& allMediaElements(); - -diff --git a/Source/WebCore/style/StyleResolver.cpp b/Source/WebCore/style/StyleResolver.cpp -index 651f8f1e2d78..9333b83913a4 100644 ---- modules/web/src/main/native/Source/WebCore/css/StyleResolver.cpp -+++ modules/web/src/main/native/Source/WebCore/css/StyleResolver.cpp -@@ -103,7 +103,7 @@ Resolver::Resolver(Document& document) - if (view) - m_mediaQueryEvaluator = MediaQueryEvaluator { view->mediaType() }; - else -- m_mediaQueryEvaluator = MediaQueryEvaluator { "all" }; -+ m_mediaQueryEvaluator = MediaQueryEvaluator { }; - - if (root) { - m_rootDefaultStyle = styleForElement(*root, m_document.renderStyle(), nullptr, RuleMatchingBehavior::MatchOnlyUserAgentRules).renderStyle; diff --git a/java/openjfx8-devel/files/patch-modules_base_src_main_java_com_sun_javafx_PlatformUtil.java b/java/openjfx8-devel/files/patch-modules_base_src_main_java_com_sun_javafx_PlatformUtil.java deleted file mode 100644 index b397e4e53163..000000000000 --- a/java/openjfx8-devel/files/patch-modules_base_src_main_java_com_sun_javafx_PlatformUtil.java +++ /dev/null @@ -1,37 +0,0 @@ ---- modules/base/src/main/java/com/sun/javafx/PlatformUtil.java.orig 2017-09-08 16:56:55 UTC -+++ modules/base/src/main/java/com/sun/javafx/PlatformUtil.java -@@ -69,6 +69,7 @@ public class PlatformUtil { - private static final boolean WINDOWS_7_OR_LATER = WINDOWS && versionNumberGreaterThanOrEqualTo(6.1f); - private static final boolean MAC = os.startsWith("Mac"); - private static final boolean LINUX = os.startsWith("Linux") && !ANDROID; -+ private static final boolean FREEBSD = os.startsWith("FreeBSD"); - private static final boolean SOLARIS = os.startsWith("SunOS"); - private static final boolean IOS = os.startsWith("iOS"); - -@@ -124,6 +125,13 @@ public class PlatformUtil { - return LINUX; - } - -+ /** -+ * Returns true if the operating system is a form of FreeBSD. -+ */ -+ public static boolean isFreeBSD(){ -+ return FREEBSD; -+ } -+ - public static boolean useEGL() { - return useEGL; - } -@@ -150,10 +158,10 @@ public class PlatformUtil { - } - - /** -- * Returns true if the operating system is a form of Linux or Solaris -+ * Returns true if the operating system is a form of Unix - */ - public static boolean isUnix(){ -- return LINUX || SOLARIS; -+ return LINUX || SOLARIS || FREEBSD; - } - - /** diff --git a/java/openjfx8-devel/files/patch-modules_controls_src_main_java_com_sun_javafx_scene_control_behavior_TextInputControlBehavior.java b/java/openjfx8-devel/files/patch-modules_controls_src_main_java_com_sun_javafx_scene_control_behavior_TextInputControlBehavior.java deleted file mode 100644 index 2ec15ad0ea0e..000000000000 --- a/java/openjfx8-devel/files/patch-modules_controls_src_main_java_com_sun_javafx_scene_control_behavior_TextInputControlBehavior.java +++ /dev/null @@ -1,20 +0,0 @@ ---- modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/TextInputControlBehavior.java.orig 2019-07-22 19:05:36 UTC -+++ modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/TextInputControlBehavior.java -@@ -362,7 +362,7 @@ public abstract class TextInputControlBehavior<T exten - - protected void selectNextWord() { - TextInputControl textInputControl = getControl(); -- if (isMac() || isLinux()) { -+ if (isMac() || isLinux() || isFreeBSD()) { - textInputControl.selectEndOfNextWord(); - } else { - textInputControl.selectNextWord(); -@@ -401,7 +401,7 @@ public abstract class TextInputControlBehavior<T exten - - protected void nextWord() { - TextInputControl textInputControl = getControl(); -- if (isMac() || isLinux()) { -+ if (isMac() || isLinux() || isFreeBSD()) { - textInputControl.endOfNextWord(); - } else { - textInputControl.nextWord(); diff --git a/java/openjfx8-devel/files/patch-modules_controls_src_main_java_com_sun_javafx_scene_control_behavior_TextInputControlBindings.java b/java/openjfx8-devel/files/patch-modules_controls_src_main_java_com_sun_javafx_scene_control_behavior_TextInputControlBindings.java deleted file mode 100644 index 58a16694bb8d..000000000000 --- a/java/openjfx8-devel/files/patch-modules_controls_src_main_java_com_sun_javafx_scene_control_behavior_TextInputControlBindings.java +++ /dev/null @@ -1,11 +0,0 @@ ---- modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/TextInputControlBindings.java.orig 2019-07-22 19:06:01 UTC -+++ modules/controls/src/main/java/com/sun/javafx/scene/control/behavior/TextInputControlBindings.java -@@ -134,7 +134,7 @@ public class TextInputControlBindings { - BINDINGS.add(new KeyBinding(KP_RIGHT, KEY_PRESSED, "SelectRightWord").ctrl().shift()); - BINDINGS.add(new KeyBinding(A, KEY_PRESSED, "SelectAll").ctrl()); - BINDINGS.add(new KeyBinding(BACK_SLASH, KEY_PRESSED, "Unselect").ctrl()); -- if (PlatformUtil.isLinux()) { -+ if (PlatformUtil.isLinux() || PlatformUtil.isFreeBSD()) { - BINDINGS.add(new KeyBinding(Z, KEY_PRESSED, "Undo").ctrl()); - BINDINGS.add(new KeyBinding(Z, KEY_PRESSED, "Redo").ctrl().shift()); - } else { // Windows diff --git a/java/openjfx8-devel/files/patch-modules_fxpackager_src_main_native_library_common_PosixPlatform.cpp b/java/openjfx8-devel/files/patch-modules_fxpackager_src_main_native_library_common_PosixPlatform.cpp deleted file mode 100644 index 1d65dd73face..000000000000 --- a/java/openjfx8-devel/files/patch-modules_fxpackager_src_main_native_library_common_PosixPlatform.cpp +++ /dev/null @@ -1,18 +0,0 @@ -http://pkgs.fedoraproject.org/cgit/rpms/openjfx.git/tree/0001-Fix-wait-call-in-PosixPlatform.patch - ---- modules/fxpackager/src/main/native/library/common/PosixPlatform.cpp.orig 2018-12-10 16:30:22 UTC -+++ modules/fxpackager/src/main/native/library/common/PosixPlatform.cpp -@@ -231,13 +231,7 @@ bool PosixProcess::Wait() { - int status = 0; - pid_t wpid = 0; - -- //TODO Use waitpid instead of wait --#ifdef LINUX -- wait(&status); --#endif --#ifdef MAC - wpid = wait(&status); --#endif - - if (!WIFEXITED(status) || WEXITSTATUS(status) != 0) { - if (errno != EINTR){ diff --git a/java/openjfx8-devel/files/patch-modules_graphics_src_main_java_com_sun_glass_ui_Platform.java b/java/openjfx8-devel/files/patch-modules_graphics_src_main_java_com_sun_glass_ui_Platform.java deleted file mode 100644 index 4e68db313d7f..000000000000 --- a/java/openjfx8-devel/files/patch-modules_graphics_src_main_java_com_sun_glass_ui_Platform.java +++ /dev/null @@ -1,20 +0,0 @@ ---- modules/graphics/src/main/java/com/sun/glass/ui/Platform.java.orig 2017-09-08 16:56:55 UTC -+++ modules/graphics/src/main/java/com/sun/glass/ui/Platform.java -@@ -52,6 +52,8 @@ final class Platform { - type = WINDOWS; - else if (userPlatform.equals("linux")) - type = GTK; -+ else if (userPlatform.equals("freebsd")) -+ type = GTK; - else if (userPlatform.equals("gtk")) - type = GTK; - else if (userPlatform.equals("ios")) -@@ -68,6 +70,8 @@ final class Platform { - } else if (osNameLowerCase.startsWith("wind")) { - type = WINDOWS; - } else if (osNameLowerCase.startsWith("linux")) { -+ type = GTK; -+ } else if (osNameLowerCase.startsWith("freebsd")) { - type = GTK; - } - } diff --git a/java/openjfx8-devel/files/patch-modules_graphics_src_main_java_com_sun_glass_utils_NativeLibLoader.java b/java/openjfx8-devel/files/patch-modules_graphics_src_main_java_com_sun_glass_utils_NativeLibLoader.java deleted file mode 100644 index bfbd3bd91156..000000000000 --- a/java/openjfx8-devel/files/patch-modules_graphics_src_main_java_com_sun_glass_utils_NativeLibLoader.java +++ /dev/null @@ -1,20 +0,0 @@ ---- modules/graphics/src/main/java/com/sun/glass/utils/NativeLibLoader.java.orig 2017-09-08 16:56:55 UTC -+++ modules/graphics/src/main/java/com/sun/glass/utils/NativeLibLoader.java -@@ -173,7 +173,7 @@ public class NativeLibLoader { - relativeDir = "../../bin"; - } else if (osName.startsWith("Mac")) { - relativeDir = ".."; -- } else if (osName.startsWith("Linux")) { -+ } else if (osName.startsWith("Linux") || osName.startsWith("FreeBSD")) { - relativeDir = "../" + System.getProperty("os.arch"); - } - -@@ -189,7 +189,7 @@ public class NativeLibLoader { - } else if (osName.startsWith("Mac")) { - libPrefix = "lib"; - libSuffix = ".dylib"; -- } else if (osName.startsWith("Linux")) { -+ } else if (osName.startsWith("Linux") || osName.startsWith("FreeBSD")) { - libPrefix = "lib"; - libSuffix = ".so"; - } diff --git a/java/openjfx8-devel/files/patch-modules_graphics_src_main_java_com_sun_javafx_font_LogicalFont.java b/java/openjfx8-devel/files/patch-modules_graphics_src_main_java_com_sun_javafx_font_LogicalFont.java deleted file mode 100644 index 68225ceebc98..000000000000 --- a/java/openjfx8-devel/files/patch-modules_graphics_src_main_java_com_sun_javafx_font_LogicalFont.java +++ /dev/null @@ -1,11 +0,0 @@ ---- modules/graphics/src/main/java/com/sun/javafx/font/LogicalFont.java.orig 2019-07-22 19:00:13 UTC -+++ modules/graphics/src/main/java/com/sun/javafx/font/LogicalFont.java -@@ -175,7 +175,7 @@ public class LogicalFont implements CompositeFontResou - styleName = STYLE_BOLD_ITALIC; - } - fullName = familyName + " " + styleName; -- if (PrismFontFactory.isLinux) { -+ if (PrismFontFactory.isLinux || PrismFontFactory.isFreeBSD) { - FontConfigManager.FcCompFont fcCompFont = - FontConfigManager.getFontConfigFont(family, bold, italic); - physicalFullName = fcCompFont.firstFont.fullName; diff --git a/java/openjfx8-devel/files/patch-modules_graphics_src_main_java_com_sun_javafx_font_PrismFontFactory.java b/java/openjfx8-devel/files/patch-modules_graphics_src_main_java_com_sun_javafx_font_PrismFontFactory.java deleted file mode 100644 index 17c1be9d10f0..000000000000 --- a/java/openjfx8-devel/files/patch-modules_graphics_src_main_java_com_sun_javafx_font_PrismFontFactory.java +++ /dev/null @@ -1,54 +0,0 @@ ---- modules/graphics/src/main/java/com/sun/javafx/font/PrismFontFactory.java.orig 2018-12-10 16:30:22 UTC -+++ modules/graphics/src/main/java/com/sun/javafx/font/PrismFontFactory.java -@@ -51,6 +51,7 @@ public abstract class PrismFontFactory implements Font - public static final boolean debugFonts; - public static final boolean isWindows; - public static final boolean isLinux; -+ public static final boolean isFreeBSD; - public static final boolean isMacOSX; - public static final boolean isIOS; - public static final boolean isAndroid; -@@ -90,6 +91,7 @@ public abstract class PrismFontFactory implements Font - isWindows = PlatformUtil.isWindows(); - isMacOSX = PlatformUtil.isMac(); - isLinux = PlatformUtil.isLinux(); -+ isFreeBSD = PlatformUtil.isFreeBSD(); - isIOS = PlatformUtil.isIOS(); - isAndroid = PlatformUtil.isAndroid(); - isEmbedded = PlatformUtil.isEmbedded(); -@@ -136,7 +138,7 @@ public abstract class PrismFontFactory implements Font - } - } - -- useNativeRasterizer = isMacOSX || isWindows || isLinux; -+ useNativeRasterizer = isMacOSX || isWindows || isLinux || isFreeBSD; - String defPrismText = useNativeRasterizer ? "native" : "t2k"; - String prismText = System.getProperty("prism.text", defPrismText); - if (useNativeRasterizer) { -@@ -173,7 +175,7 @@ public abstract class PrismFontFactory implements Font - private static String getNativeFactoryName() { - if (isWindows) return DW_FACTORY; - if (isMacOSX || isIOS) return CT_FACTORY; -- if (isLinux || isAndroid) return FT_FACTORY; -+ if (isLinux || isAndroid || isFreeBSD) return FT_FACTORY; - return null; - } - -@@ -858,7 +860,7 @@ public abstract class PrismFontFactory implements Font - break; - } - } -- if (fontResource == null && isLinux) { -+ if (fontResource == null && (isLinux || isFreeBSD)) { - String path = FontConfigManager.getDefaultFontPath(); - if (path != null) { - fontResource = createFontResource(jreDefaultFontLC, -@@ -1742,7 +1744,7 @@ public abstract class PrismFontFactory implements Font - familyToFontListMap, - Locale.ENGLISH); - -- } else if (isLinux) { -+ } else if (isLinux || isFreeBSD) { - FontConfigManager.populateMaps(tmpFontToFileMap, - fontToFamilyNameMap, - familyToFontListMap, diff --git a/java/openjfx8-devel/files/patch-modules_graphics_src_main_java_com_sun_javafx_tk_Toolkit.java b/java/openjfx8-devel/files/patch-modules_graphics_src_main_java_com_sun_javafx_tk_Toolkit.java deleted file mode 100644 index 3dcded07766b..000000000000 --- a/java/openjfx8-devel/files/patch-modules_graphics_src_main_java_com_sun_javafx_tk_Toolkit.java +++ /dev/null @@ -1,11 +0,0 @@ ---- modules/graphics/src/main/java/com/sun/javafx/tk/Toolkit.java.orig 2017-09-08 16:56:55 UTC -+++ modules/graphics/src/main/java/com/sun/javafx/tk/Toolkit.java -@@ -185,6 +185,8 @@ public abstract class Toolkit { - return DEFAULT_TOOLKIT; - } else if (PlatformUtil.isLinux()) { - return DEFAULT_TOOLKIT; -+ } else if (PlatformUtil.isFreeBSD()) { -+ return DEFAULT_TOOLKIT; - } else if (PlatformUtil.isIOS()) { - return DEFAULT_TOOLKIT; - } else if (PlatformUtil.isAndroid()) { diff --git a/java/openjfx8-devel/files/patch-modules_graphics_src_main_java_com_sun_javafx_tk_quantum_GlassSystemMenu.java b/java/openjfx8-devel/files/patch-modules_graphics_src_main_java_com_sun_javafx_tk_quantum_GlassSystemMenu.java deleted file mode 100644 index 5d5c29f0eafc..000000000000 --- a/java/openjfx8-devel/files/patch-modules_graphics_src_main_java_com_sun_javafx_tk_quantum_GlassSystemMenu.java +++ /dev/null @@ -1,35 +0,0 @@ ---- modules/graphics/src/main/java/com/sun/javafx/tk/quantum/GlassSystemMenu.java.orig 2019-07-22 19:03:56 UTC -+++ modules/graphics/src/main/java/com/sun/javafx/tk/quantum/GlassSystemMenu.java -@@ -317,13 +317,13 @@ class GlassSystemMenu implements TKSystemMenu { - } else if (accelerator instanceof KeyCodeCombination) { - KeyCodeCombination kcc = (KeyCodeCombination)accelerator; - KeyCode code = kcc.getCode(); -- assert PlatformUtil.isMac() || PlatformUtil.isLinux(); -+ assert PlatformUtil.isMac() || PlatformUtil.isLinux() || PlatformUtil.isFreeBSD(); - int modifier = glassModifiers(kcc); - if (PlatformUtil.isMac()) { - int finalCode = code.isLetterKey() ? code.impl_getChar().toUpperCase().charAt(0) - : code.impl_getCode(); - glassSubMenuItem.setShortcut(finalCode, modifier); -- } else if (PlatformUtil.isLinux()) { -+ } else if (PlatformUtil.isLinux() || PlatformUtil.isFreeBSD()) { - String lower = code.impl_getChar().toLowerCase(); - if ((modifier & KeyEvent.MODIFIER_CONTROL) != 0) { - glassSubMenuItem.setShortcut(lower.charAt(0), modifier); -@@ -352,14 +352,14 @@ class GlassSystemMenu implements TKSystemMenu { - ret += KeyEvent.MODIFIER_ALT; - } - if (kcc.getShortcut() == KeyCombination.ModifierValue.DOWN) { -- if (PlatformUtil.isLinux()) { -+ if (PlatformUtil.isLinux() || PlatformUtil.isFreeBSD()) { - ret += KeyEvent.MODIFIER_CONTROL; - } else if (PlatformUtil.isMac()) { - ret += KeyEvent.MODIFIER_COMMAND; - } - } - if (kcc.getMeta() == KeyCombination.ModifierValue.DOWN) { -- if (PlatformUtil.isLinux()) { -+ if (PlatformUtil.isLinux() || PlatformUtil.isFreeBSD()) { - ret += KeyEvent.MODIFIER_WINDOWS; // RT-19326 - Linux shortcut support - } else if (PlatformUtil.isMac()) { - ret += KeyEvent.MODIFIER_COMMAND; diff --git a/java/openjfx8-devel/files/patch-modules_graphics_src_main_java_com_sun_javafx_tk_quantum_WindowStage.java b/java/openjfx8-devel/files/patch-modules_graphics_src_main_java_com_sun_javafx_tk_quantum_WindowStage.java deleted file mode 100644 index 0f723724e2fc..000000000000 --- a/java/openjfx8-devel/files/patch-modules_graphics_src_main_java_com_sun_javafx_tk_quantum_WindowStage.java +++ /dev/null @@ -1,11 +0,0 @@ ---- modules/graphics/src/main/java/com/sun/javafx/tk/quantum/WindowStage.java.orig 2019-07-22 19:05:13 UTC -+++ modules/graphics/src/main/java/com/sun/javafx/tk/quantum/WindowStage.java -@@ -432,7 +432,7 @@ class WindowStage extends GlassStage { - } else if (PlatformUtil.isWindows()) { //Windows Sized Icons - SMALL_ICON_HEIGHT = 32; - SMALL_ICON_WIDTH = 32; -- } else if (PlatformUtil.isLinux()) { //Linux icons -+ } else if (PlatformUtil.isLinux() || PlatformUtil.isFreeBSD()) { //Linux icons - SMALL_ICON_HEIGHT = 128; - SMALL_ICON_WIDTH = 128; - } diff --git a/java/openjfx8-devel/files/patch-modules_graphics_src_main_java_com_sun_prism_impl_PrismSettings.java b/java/openjfx8-devel/files/patch-modules_graphics_src_main_java_com_sun_prism_impl_PrismSettings.java deleted file mode 100644 index 95344b078542..000000000000 --- a/java/openjfx8-devel/files/patch-modules_graphics_src_main_java_com_sun_prism_impl_PrismSettings.java +++ /dev/null @@ -1,20 +0,0 @@ ---- modules/graphics/src/main/java/com/sun/prism/impl/PrismSettings.java.orig 2018-12-10 16:30:22 UTC -+++ modules/graphics/src/main/java/com/sun/prism/impl/PrismSettings.java -@@ -212,6 +212,8 @@ public final class PrismSettings { - tryOrderArr = new String[] { "es2" }; - } else if (PlatformUtil.isLinux()) { - tryOrderArr = new String[] { "es2", "sw" }; -+ } else if (PlatformUtil.isFreeBSD()) { -+ tryOrderArr = new String[] { "es2", "sw" }; - } else { - tryOrderArr = new String[] { "sw" }; - } -@@ -221,7 +223,7 @@ public final class PrismSettings { - - String npprop = systemProperties.getProperty("prism.nativepisces"); - if (npprop == null) { -- doNativePisces = PlatformUtil.isEmbedded() || !PlatformUtil.isLinux(); -+ doNativePisces = PlatformUtil.isEmbedded() || !PlatformUtil.isLinux() || !PlatformUtil.isFreeBSD(); - } else { - doNativePisces = Boolean.parseBoolean(npprop); - } diff --git a/java/openjfx8-devel/files/patch-modules_graphics_src_main_native-font_fontpath__linux.c b/java/openjfx8-devel/files/patch-modules_graphics_src_main_native-font_fontpath__linux.c deleted file mode 100644 index 3afbe712be22..000000000000 --- a/java/openjfx8-devel/files/patch-modules_graphics_src_main_native-font_fontpath__linux.c +++ /dev/null @@ -1,11 +0,0 @@ ---- modules/graphics/src/main/native-font/fontpath_linux.c.orig 2017-09-08 16:56:55 UTC -+++ modules/graphics/src/main/native-font/fontpath_linux.c -@@ -23,7 +23,7 @@ - * questions. - */ - --#if defined (__linux__) && ! defined (ANDROID_NDK) -+#if (defined (__linux__) && ! defined (ANDROID_NDK)) || defined(__FreeBSD__) - - #include <string.h> - #include <stdio.h> diff --git a/java/openjfx8-devel/files/patch-modules_graphics_src_main_native-font_freetype.c b/java/openjfx8-devel/files/patch-modules_graphics_src_main_native-font_freetype.c deleted file mode 100644 index 8c0b323bd012..000000000000 --- a/java/openjfx8-devel/files/patch-modules_graphics_src_main_native-font_freetype.c +++ /dev/null @@ -1,15 +0,0 @@ ---- modules/graphics/src/main/native-font/freetype.c.orig 2017-09-08 16:56:55 UTC -+++ modules/graphics/src/main/native-font/freetype.c -@@ -23,7 +23,6 @@ - * questions. - */ - --#if defined __linux__ || ANDROID_NDK - #if defined _ENABLE_PANGO || _ENABLE_HARFBUZZ - - #include <jni.h> -@@ -646,4 +645,3 @@ JNIEXPORT jboolean JNICALL JNICALL OS_NATIVE(isHarfbuz - } - - #endif /* ENABLE_PANGO || ENABLE_HARFBUZZ */ --#endif /* __linux__ || ANDROID_NDK */ diff --git a/java/openjfx8-devel/files/patch-modules_graphics_src_main_native-font_pango.c b/java/openjfx8-devel/files/patch-modules_graphics_src_main_native-font_pango.c deleted file mode 100644 index 637ecd86602e..000000000000 --- a/java/openjfx8-devel/files/patch-modules_graphics_src_main_native-font_pango.c +++ /dev/null @@ -1,15 +0,0 @@ ---- modules/graphics/src/main/native-font/pango.c.orig 2017-09-08 16:56:55 UTC -+++ modules/graphics/src/main/native-font/pango.c -@@ -23,7 +23,6 @@ - * questions. - */ - --#if defined __linux__ - #if defined _ENABLE_PANGO - - #include <jni.h> -@@ -410,4 +409,3 @@ JNIEXPORT void JNICALL OS_NATIVE(pango_1font_1descript - } - - #endif /* ENABLE_PANGO */ --#endif /* __linux__ */ diff --git a/java/openjfx8-devel/files/patch-modules_graphics_src_main_native-glass_gtk_GlassApplication.cpp b/java/openjfx8-devel/files/patch-modules_graphics_src_main_native-glass_gtk_GlassApplication.cpp deleted file mode 100644 index d8d0e0446185..000000000000 --- a/java/openjfx8-devel/files/patch-modules_graphics_src_main_native-glass_gtk_GlassApplication.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- modules/graphics/src/main/native-glass/gtk/GlassApplication.cpp.orig 2019-07-22 07:18:58 UTC -+++ modules/graphics/src/main/native-glass/gtk/GlassApplication.cpp -@@ -101,6 +101,7 @@ JNIEXPORT jint JNICALL Java_com_sun_glass_ui_gtk_GtkAp - - gdk_threads_enter(); - gtk_init(NULL, NULL); -+ gdk_threads_leave(); - - return JNI_TRUE; - } diff --git a/java/openjfx8-devel/files/patch-modules_graphics_src_main_native-glass_gtk_glass__evloop.cpp b/java/openjfx8-devel/files/patch-modules_graphics_src_main_native-glass_gtk_glass__evloop.cpp deleted file mode 100644 index 9f0b4e256453..000000000000 --- a/java/openjfx8-devel/files/patch-modules_graphics_src_main_native-glass_gtk_glass__evloop.cpp +++ /dev/null @@ -1,17 +0,0 @@ ---- modules/graphics/src/main/native-glass/gtk/glass_evloop.cpp.orig 2017-09-08 16:56:55 UTC -+++ modules/graphics/src/main/native-glass/gtk/glass_evloop.cpp -@@ -25,7 +25,8 @@ - #include "glass_evloop.h" - - #include <glib.h> --#include <malloc.h> -+#include <sys/param.h> -+#include <stdlib.h> - - static GSList * evloopHookList; - -@@ -85,4 +86,3 @@ glass_evloop_hook_remove(GevlHookRegistration hookReg) - evloopHookList = g_slist_remove(evloopHookList, hookReg); - free(hookReg); - } -- diff --git a/java/openjfx8-devel/files/patch-modules_graphics_src_main_native-glass_gtk_glass__window.h b/java/openjfx8-devel/files/patch-modules_graphics_src_main_native-glass_gtk_glass__window.h deleted file mode 100644 index ad05d792416a..000000000000 --- a/java/openjfx8-devel/files/patch-modules_graphics_src_main_native-glass_gtk_glass__window.h +++ /dev/null @@ -1,16 +0,0 @@ ---- modules/graphics/src/main/native-glass/gtk/glass_window.h.orig 2018-12-10 16:30:22 UTC -+++ modules/graphics/src/main/native-glass/gtk/glass_window.h -@@ -365,7 +365,7 @@ class WindowContextChild: public WindowContextBase { ( - class WindowContextTop: public WindowContextBase { - jlong screen; - WindowFrameType frame_type; -- struct WindowContext *owner; -+ WindowContext *owner; - WindowGeometry geometry; - struct _Resizable{// we can't use set/get gtk_window_resizable function - _Resizable(): request(REQUEST_NONE), value(true), prev(false), -@@ -455,4 +455,3 @@ class EventsCounterHelper { (public) - }; - - #endif /* GLASS_WINDOW_H */ -- diff --git a/java/openjfx8-devel/files/patch-modules_graphics_src_main_native-glass_gtk_launcher.c b/java/openjfx8-devel/files/patch-modules_graphics_src_main_native-glass_gtk_launcher.c deleted file mode 100644 index 7e9ef50a07ba..000000000000 --- a/java/openjfx8-devel/files/patch-modules_graphics_src_main_native-glass_gtk_launcher.c +++ /dev/null @@ -1,10 +0,0 @@ ---- modules/graphics/src/main/native-glass/gtk/launcher.c.orig 2019-07-22 07:33:51 UTC -+++ modules/graphics/src/main/native-glass/gtk/launcher.c -@@ -25,7 +25,6 @@ - - #include <stdio.h> - #include <stdlib.h> --#include <linux/fb.h> - #include <fcntl.h> - #ifndef __USE_GNU // required for dladdr() & Dl_info - #define __USE_GNU diff --git a/java/openjfx8-devel/files/patch-modules_graphics_src_main_native-glass_gtk_wrapped.c b/java/openjfx8-devel/files/patch-modules_graphics_src_main_native-glass_gtk_wrapped.c deleted file mode 100644 index fff612e73e08..000000000000 --- a/java/openjfx8-devel/files/patch-modules_graphics_src_main_native-glass_gtk_wrapped.c +++ /dev/null @@ -1,10 +0,0 @@ ---- modules/graphics/src/main/native-glass/gtk/wrapped.c.orig 2019-07-22 07:33:14 UTC -+++ modules/graphics/src/main/native-glass/gtk/wrapped.c -@@ -24,7 +24,6 @@ - */ - - #include <stdio.h> --#include <linux/fb.h> - #include <fcntl.h> - #ifndef __USE_GNU // required for dladdr() & Dl_info - #define __USE_GNU diff --git a/java/openjfx8-devel/files/patch-modules_graphics_src_main_native-prism-es2_PrismES2Defs.h b/java/openjfx8-devel/files/patch-modules_graphics_src_main_native-prism-es2_PrismES2Defs.h deleted file mode 100644 index fa24df290f0c..000000000000 --- a/java/openjfx8-devel/files/patch-modules_graphics_src_main_native-prism-es2_PrismES2Defs.h +++ /dev/null @@ -1,11 +0,0 @@ ---- modules/graphics/src/main/native-prism-es2/PrismES2Defs.h.orig 2017-09-08 16:56:55 UTC -+++ modules/graphics/src/main/native-prism-es2/PrismES2Defs.h -@@ -26,7 +26,7 @@ - #ifndef _Prism_es2_defs_h_ - #define _Prism_es2_defs_h_ - --#if defined(SOLARIS) || defined(LINUX) || defined(ANDROID_NDK) /* SOLARIS || LINUX */ -+#if defined(SOLARIS) || defined(LINUX) || defined(ANDROID_NDK) || defined(FREEBSD) /* SOLARIS || LINUX */ - #define GLX_GLEXT_PROTOTYPES - #define GLX_GLXEXT_PROTOTYPES - #define UNIX diff --git a/java/openjfx8-devel/files/patch-modules_media_src_main_java_com_sun_media_jfxmediaimpl_HostUtils.java b/java/openjfx8-devel/files/patch-modules_media_src_main_java_com_sun_media_jfxmediaimpl_HostUtils.java deleted file mode 100644 index 7df72a648511..000000000000 --- a/java/openjfx8-devel/files/patch-modules_media_src_main_java_com_sun_media_jfxmediaimpl_HostUtils.java +++ /dev/null @@ -1,13 +0,0 @@ ---- modules/media/src/main/java/com/sun/media/jfxmediaimpl/HostUtils.java.orig 2019-07-22 19:01:46 UTC -+++ modules/media/src/main/java/com/sun/media/jfxmediaimpl/HostUtils.java -@@ -66,6 +66,10 @@ public class HostUtils { - return osName.startsWith("linux"); - } - -+ public static boolean isFreeBSD() { -+ return osName.startsWith("freebsd"); -+ } -+ - public static boolean isIOS() { - return osName.startsWith("ios"); - } diff --git a/java/openjfx8-devel/files/patch-modules_media_src_main_java_com_sun_media_jfxmediaimpl_NativeMediaManager.java b/java/openjfx8-devel/files/patch-modules_media_src_main_java_com_sun_media_jfxmediaimpl_NativeMediaManager.java deleted file mode 100644 index 79401c1b9000..000000000000 --- a/java/openjfx8-devel/files/patch-modules_media_src_main_java_com_sun_media_jfxmediaimpl_NativeMediaManager.java +++ /dev/null @@ -1,11 +0,0 @@ ---- modules/media/src/main/java/com/sun/media/jfxmediaimpl/NativeMediaManager.java.orig 2019-07-22 19:02:57 UTC -+++ modules/media/src/main/java/com/sun/media/jfxmediaimpl/NativeMediaManager.java -@@ -108,7 +108,7 @@ public class NativeMediaManager { - NativeLibLoader.loadLibrary("glib-lite"); - } - -- if (!HostUtils.isLinux() && !HostUtils.isIOS()) { -+ if (!HostUtils.isFreeBSD() && !HostUtils.isLinux() && !HostUtils.isIOS()) { - NativeLibLoader.loadLibrary("gstreamer-lite"); - } - diff --git a/java/openjfx8-devel/files/patch-modules_media_src_main_native_gstreamer_gstreamer-lite_gstreamer_gst_gstregistry.c b/java/openjfx8-devel/files/patch-modules_media_src_main_native_gstreamer_gstreamer-lite_gstreamer_gst_gstregistry.c deleted file mode 100644 index 073b3f7bfd41..000000000000 --- a/java/openjfx8-devel/files/patch-modules_media_src_main_native_gstreamer_gstreamer-lite_gstreamer_gst_gstregistry.c +++ /dev/null @@ -1,11 +0,0 @@ ---- modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstregistry.c.orig 2019-07-23 04:09:55 UTC -+++ modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstregistry.c -@@ -143,7 +143,7 @@ static const int AVCODEC_LIBAV_EXPLICIT_VERSIONS[] = { - // For ffmpeg (libavcodec-ffmpeg.so) - static const int AVCODEC_FFMPEG_EXPLICIT_VERSIONS[] = { 56 }; - // For libav or ffmpeg (libavcodec.so) --static const int AVCODEC_EXPLICIT_VERSIONS[] = { 57 }; -+static const int AVCODEC_EXPLICIT_VERSIONS[] = { 58, 57 }; - - /* - * Callback passed to dl_iterate_phdr(): finds the path of diff --git a/java/openjfx8-devel/files/patch-modules_media_src_main_native_gstreamer_gstreamer-lite_projects_build_linux_common_config.h b/java/openjfx8-devel/files/patch-modules_media_src_main_native_gstreamer_gstreamer-lite_projects_build_linux_common_config.h deleted file mode 100644 index 47b03d595243..000000000000 --- a/java/openjfx8-devel/files/patch-modules_media_src_main_native_gstreamer_gstreamer-lite_projects_build_linux_common_config.h +++ /dev/null @@ -1,18 +0,0 @@ ---- modules/media/src/main/native/gstreamer/gstreamer-lite/projects/build/linux/common/config.h.orig 2019-07-22 15:39:06 UTC -+++ modules/media/src/main/native/gstreamer/gstreamer-lite/projects/build/linux/common/config.h -@@ -264,7 +264,7 @@ - #define HAVE_SYS_POLL_H 1 - - /* Define to 1 if you have the <sys/prctl.h> header file. */ --#define HAVE_SYS_PRCTL_H 1 -+#undef HAVE_SYS_PRCTL_H - - /* Define to 1 if you have the <sys/socket.h> header file. */ - #define HAVE_SYS_SOCKET_H 1 -@@ -430,4 +430,4 @@ - /* Define to `unsigned int' if <sys/types.h> does not define. */ - /* #undef size_t */ - --#define DISABLE_ORC -\ No newline at end of file -+#define DISABLE_ORC diff --git a/java/openjfx8-devel/files/patch-modules_media_src_main_native_gstreamer_projects_bsd_avplugin_Makefile b/java/openjfx8-devel/files/patch-modules_media_src_main_native_gstreamer_projects_bsd_avplugin_Makefile deleted file mode 100644 index a635fa4cb392..000000000000 --- a/java/openjfx8-devel/files/patch-modules_media_src_main_native_gstreamer_projects_bsd_avplugin_Makefile +++ /dev/null @@ -1,29 +0,0 @@ ---- modules/media/src/main/native/gstreamer/projects/bsd/avplugin/Makefile.orig 2019-07-22 15:50:27 UTC -+++ modules/media/src/main/native/gstreamer/projects/bsd/avplugin/Makefile -@@ -43,19 +43,23 @@ else - CFLAGS += -g -Wall - endif - -+PACKAGES_INCLUDES := $(shell pkg-config --cflags glib-2.0 gio-2.0 gobject-2.0 gthread-2.0) -+PACKAGES_LIBS := $(shell pkg-config --libs glib-2.0 gio-2.0 gobject-2.0 gthread-2.0) -+ - INCLUDES= -I../../../plugins \ - -I../../../plugins/av \ - -I../../../gstreamer-lite/gstreamer \ - -I../../../gstreamer-lite/gstreamer/libs \ - -I$(GLIB_DIR) \ - -I$(GLIB_DIR)/glib \ -- -I$(GLIB_DIR)/gmodule -+ -I$(GLIB_DIR)/gmodule \ -+ $(PACKAGES_INCLUDES) - - LDFLAGS = -L$(BUILD_DIR) \ - -z relro \ - -lgstreamer-lite \ -- -lglib-lite \ -- -static-libgcc -static-libstdc++ -Wl,--gc-sections -+ $(PACKAGES_LIBS) \ -+ -Wl,--gc-sections - - ifneq ($(strip $(LIBAV_DIR)),) - INCLUDES += -I$(LIBAV_DIR)/include diff --git a/java/openjfx8-devel/files/patch-modules_media_src_main_native_gstreamer_projects_bsd_fxplugins_Makefile b/java/openjfx8-devel/files/patch-modules_media_src_main_native_gstreamer_projects_bsd_fxplugins_Makefile deleted file mode 100644 index 476af3b93c8e..000000000000 --- a/java/openjfx8-devel/files/patch-modules_media_src_main_native_gstreamer_projects_bsd_fxplugins_Makefile +++ /dev/null @@ -1,28 +0,0 @@ ---- modules/media/src/main/native/gstreamer/projects/bsd/fxplugins/Makefile.orig 2019-07-22 15:43:47 UTC -+++ modules/media/src/main/native/gstreamer/projects/bsd/fxplugins/Makefile -@@ -45,17 +45,21 @@ else - endif - - -+PACKAGES_INCLUDES := $(shell pkg-config --cflags glib-2.0 gio-2.0 gobject-2.0 gthread-2.0) -+PACKAGES_LIBS := $(shell pkg-config --libs glib-2.0 gio-2.0 gobject-2.0 gthread-2.0) -+ - INCLUDES = -I$(SRCBASE_DIR) \ - $(addprefix -I$(SRCBASE_DIR)/,$(DIRLIST)) \ - -I../../../gstreamer-lite/gstreamer \ - -I../../../gstreamer-lite/gstreamer/libs \ - -I$(GLIB_DIR) \ - -I$(GLIB_DIR)/glib \ -- -I$(GLIB_DIR)/gmodule -+ -I$(GLIB_DIR)/gmodule \ -+ $(PACKAGES_INCLUDES) - --LDFLAGS = -L$(BUILD_DIR) -lgstreamer-lite -lglib-lite \ -- -z relro \ -- -static-libgcc -static-libstdc++ -Wl,--gc-sections -+LDFLAGS = -L$(BUILD_DIR) -lgstreamer-lite \ -+ -z relro -Wl,--gc-sections \ -+ $(PACKAGES_LIBS) - - ifeq ($(ARCH), x32) - CFLAGS += -m32 diff --git a/java/openjfx8-devel/files/patch-modules_media_src_main_native_gstreamer_projects_bsd_gstreamer-lite_Makefile b/java/openjfx8-devel/files/patch-modules_media_src_main_native_gstreamer_projects_bsd_gstreamer-lite_Makefile deleted file mode 100644 index 364c7a6557ac..000000000000 --- a/java/openjfx8-devel/files/patch-modules_media_src_main_native_gstreamer_projects_bsd_gstreamer-lite_Makefile +++ /dev/null @@ -1,42 +0,0 @@ ---- modules/media/src/main/native/gstreamer/projects/bsd/gstreamer-lite/Makefile.orig 2019-07-22 07:19:58 UTC -+++ modules/media/src/main/native/gstreamer/projects/bsd/gstreamer-lite/Makefile -@@ -31,7 +31,7 @@ DIRLIST = gstreamer/gst \ - gst-plugins-base/gst/volume \ - gst-plugins-good/gst/audioparsers \ - gst-plugins-good/gst/isomp4 \ -- gst-plugins-base/ext/alsa \ -+ gst-plugins-base/ext/bsdaudio \ - gst-plugins-good/gst/audiofx \ - gst-plugins-good/gst/equalizer \ - gst-plugins-good/gst/spectrum \ -@@ -80,13 +80,11 @@ INCLUDES = -I$(BASE_DIR)/plugins - -I$(GLIB_DIR)/glib \ - -I$(GLIB_DIR)/gmodule - --PACKAGES_INCLUDES := $(shell pkg-config --cflags alsa) --PACKAGES_LIBS := $(shell pkg-config --libs alsa) -+PACKAGES_INCLUDES := $(shell pkg-config --cflags glib-2.0 gio-2.0 gobject-2.0 gthread-2.0) -+PACKAGES_LIBS := $(shell pkg-config --libs glib-2.0 gio-2.0 gobject-2.0 gthread-2.0) -+ -+LDFLAGS = -L$(BUILD_DIR) -lm $(PACKAGES_LIBS) -l sndio -z relro - --LDFLAGS = -L$(BUILD_DIR) -lm -lglib-lite $(PACKAGES_LIBS) \ -- -z relro \ -- -static-libgcc -static-libstdc++ -Wl,--gc-sections -- - ifeq ($(ARCH), x32) - CFLAGS += -m32 - LDFLAGS += -m32 -@@ -264,10 +262,8 @@ SOURCES = \ - gstreamer/plugins/elements/gsttypefindelement.c \ - gst-plugins-base/gst/volume/gstvolume.c \ - gst-plugins-base/gst/volume/gstvolumeorc-dist.c \ -- gst-plugins-base/ext/alsa/gstalsaplugin.c \ -- gst-plugins-base/ext/alsa/gstalsa.c \ -- gst-plugins-base/ext/alsa/gstalsadeviceprobe.c \ -- gst-plugins-base/ext/alsa/gstalsasink.c \ -+ gst-plugins-base/ext/bsdaudio/gstbsdaudio.c \ -+ gst-plugins-base/ext/bsdaudio/bsdaudiosink.c \ - projects/plugins/gstplugins-lite.c - - OBJ_DIRS = $(addprefix $(OBJBASE_DIR)/,$(DIRLIST)) diff --git a/java/openjfx8-devel/files/patch-modules_media_src_main_native_jfxmedia_platform_gstreamer_GstPipelineFactory.cpp b/java/openjfx8-devel/files/patch-modules_media_src_main_native_jfxmedia_platform_gstreamer_GstPipelineFactory.cpp deleted file mode 100644 index 6e8aff262d97..000000000000 --- a/java/openjfx8-devel/files/patch-modules_media_src_main_native_jfxmedia_platform_gstreamer_GstPipelineFactory.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- modules/media/src/main/native/jfxmedia/platform/gstreamer/GstPipelineFactory.cpp.orig 2017-09-08 16:56:55 UTC -+++ modules/media/src/main/native/jfxmedia/platform/gstreamer/GstPipelineFactory.cpp -@@ -351,6 +351,8 @@ GstElement* CGstPipelineFactory::CreateAudioSinkElemen - return CreateElement("directsoundsink"); - #elif TARGET_OS_MAC - return CreateElement("osxaudiosink"); -+#elif TARGET_OS_BSD -+ return CreateElement("bsdaudiosink"); - #elif TARGET_OS_LINUX - return CreateElement("alsasink"); - #else diff --git a/java/openjfx8-devel/files/patch-modules_media_src_main_native_jfxmedia_projects_bsd_Makefile b/java/openjfx8-devel/files/patch-modules_media_src_main_native_jfxmedia_projects_bsd_Makefile deleted file mode 100644 index 031dd1ba9c6a..000000000000 --- a/java/openjfx8-devel/files/patch-modules_media_src_main_native_jfxmedia_projects_bsd_Makefile +++ /dev/null @@ -1,50 +0,0 @@ ---- modules/media/src/main/native/jfxmedia/projects/bsd/Makefile.orig 2019-07-22 15:35:34 UTC -+++ modules/media/src/main/native/jfxmedia/projects/bsd/Makefile -@@ -1,5 +1,5 @@ - # --# Linux/ARM jfxmedia makefile -+# BSD jfxmedia makefile - # - - BUILD_DIR = $(OUTPUT_DIR)/$(BUILD_TYPE) -@@ -18,6 +18,7 @@ DIRLIST = jni \ - TARGET = $(BUILD_DIR)/lib$(BASE_NAME).so - - CFLAGS = -DTARGET_OS_LINUX=1 \ -+ -DTARGET_OS_BSD=1 \ - -D_GNU_SOURCE \ - -DGST_REMOVE_DEPRECATED \ - -DGST_DISABLE_GST_DEBUG \ -@@ -34,6 +35,9 @@ CPPFLAGS = -fno-rtti -ffunction-sections -fdata-sectio - BASE_INCLUDES = -I$(SRCBASE_DIR) \ - -I$(GENERATED_HEADERS_DIR) - -+PACKAGES_INCLUDES := $(shell pkg-config --cflags glib-2.0 gio-2.0 gobject-2.0 gthread-2.0) -+PACKAGES_LIBS := $(shell pkg-config --libs glib-2.0 gio-2.0 gobject-2.0 gthread-2.0) -+ - ifdef HOST_COMPILE - GSTREAMER_LITE_DIR = ../../../gstreamer/gstreamer-lite - GLIB_LITE_DIR = ../../../gstreamer/3rd_party/glib/glib-2.56.1 -@@ -49,17 +53,17 @@ ifdef HOST_COMPILE - - INCLUDES = $(BASE_INCLUDES) \ - -I$(JAVA_HOME)/include \ -- -I$(JAVA_HOME)/include/linux \ -+ -I$(JAVA_HOME)/include/freebsd \ - -I$(GSTREAMER_LITE_DIR)/gstreamer \ - -I$(GSTREAMER_LITE_DIR)/gst-plugins-base/gst-libs \ - -I$(GSTREAMER_LITE_DIR)/gstreamer/libs \ - -I$(GLIB_LITE_DIR)/ \ - -I$(GLIB_LITE_DIR)/glib \ -- -I$(GLIB_LITE_DIR)/gmodule -+ -I$(GLIB_LITE_DIR)/gmodule \ -+ $(PACKAGES_INCLUDES) - -- LDFLAGS = -Wl,-rpath,\$$ORIGIN -L$(BUILD_DIR) -lgstreamer-lite -lglib-lite \ -- -z relro \ -- -static-libgcc -static-libstdc++ -Wl,--gc-sections -+ LDFLAGS = -Wl,-rpath,\$$ORIGIN -L$(BUILD_DIR) -lgstreamer-lite \ -+ -z relro $(PACKAGES_LIBS) -Wl,--gc-sections - else - CFLAGS += $(EXTRA_CFLAGS) - INCLUDES = $(BASE_INCLUDES) diff --git a/java/openjfx8-devel/files/patch-modules_swing_src_main_java_javafx_embed_swing_JFXPanel.java b/java/openjfx8-devel/files/patch-modules_swing_src_main_java_javafx_embed_swing_JFXPanel.java deleted file mode 100644 index edaf8a97af43..000000000000 --- a/java/openjfx8-devel/files/patch-modules_swing_src_main_java_javafx_embed_swing_JFXPanel.java +++ /dev/null @@ -1,20 +0,0 @@ ---- modules/swing/src/main/java/javafx/embed/swing/JFXPanel.java.orig 2019-07-22 18:59:20 UTC -+++ modules/swing/src/main/java/javafx/embed/swing/JFXPanel.java -@@ -995,7 +995,7 @@ public class JFXPanel extends JComponent { - public boolean grabFocus() { - // On X11 grab is limited to a single XDisplay connection, - // so we can't delegate it to another GUI toolkit. -- if (PlatformUtil.isLinux()) return true; -+ if (PlatformUtil.isLinux() || PlatformUtil.isFreeBSD()) return true; - - invokeOnClientEDT(() -> { - Window window = SwingUtilities.getWindowAncestor(JFXPanel.this); -@@ -1013,7 +1013,7 @@ public class JFXPanel extends JComponent { - public void ungrabFocus() { - // On X11 grab is limited to a single XDisplay connection, - // so we can't delegate it to another GUI toolkit. -- if (PlatformUtil.isLinux()) return; -+ if (PlatformUtil.isLinux() || PlatformUtil.isFreeBSD()) return; - - invokeOnClientEDT(() -> { - Window window = SwingUtilities.getWindowAncestor(JFXPanel.this); diff --git a/java/openjfx8-devel/files/patch-modules_swing_src_main_java_javafx_embed_swing_SwingNode.java b/java/openjfx8-devel/files/patch-modules_swing_src_main_java_javafx_embed_swing_SwingNode.java deleted file mode 100644 index 3108ce911230..000000000000 --- a/java/openjfx8-devel/files/patch-modules_swing_src_main_java_javafx_embed_swing_SwingNode.java +++ /dev/null @@ -1,11 +0,0 @@ ---- modules/swing/src/main/java/javafx/embed/swing/SwingNode.java.orig 2019-07-22 18:58:46 UTC -+++ modules/swing/src/main/java/javafx/embed/swing/SwingNode.java -@@ -860,7 +860,7 @@ public class SwingNode extends Node { - SwingFXUtils.runOnFxThread(() -> { - // On X11 grab is limited to a single XDisplay connection, - // so we can't delegate it to another GUI toolkit. -- if (PlatformUtil.isLinux()) return; -+ if (PlatformUtil.isLinux() || PlatformUtil.isFreeBSD()) return; - - SwingNode swingNode = swingNodeRef.get(); - if (swingNode != null) { diff --git a/java/openjfx8-devel/files/patch-modules_web_src_main_native_Source_PlatformJava.cmake b/java/openjfx8-devel/files/patch-modules_web_src_main_native_Source_PlatformJava.cmake deleted file mode 100644 index 56662a20f53d..000000000000 --- a/java/openjfx8-devel/files/patch-modules_web_src_main_native_Source_PlatformJava.cmake +++ /dev/null @@ -1,8 +0,0 @@ ---- modules/web/src/main/native/Source/PlatformJava.cmake.orig 2018-03-23 23:53:57 UTC -+++ modules/web/src/main/native/Source/PlatformJava.cmake -@@ -1,4 +1 @@ --add_subdirectory(ThirdParty/sqlite) --add_subdirectory(ThirdParty/icu) --add_subdirectory(ThirdParty/libxml) --add_subdirectory(ThirdParty/libxslt) -+ diff --git a/java/openjfx8-devel/files/patch-modules_web_src_main_native_Source_WTF_wtf_CMakeLists.txt b/java/openjfx8-devel/files/patch-modules_web_src_main_native_Source_WTF_wtf_CMakeLists.txt deleted file mode 100644 index 17ced47ed03e..000000000000 --- a/java/openjfx8-devel/files/patch-modules_web_src_main_native_Source_WTF_wtf_CMakeLists.txt +++ /dev/null @@ -1,10 +0,0 @@ ---- modules/web/src/main/native/Source/WTF/wtf/CMakeLists.txt.orig 2018-07-27 01:38:45 UTC -+++ modules/web/src/main/native/Source/WTF/wtf/CMakeLists.txt -@@ -464,6 +464,7 @@ list(APPEND WTF_SOURCES - ) - set(WTF_SYSTEM_INCLUDE_DIRECTORIES - ${ICU_INCLUDE_DIRS} -+ ${CMAKE_INSTALL_PREFIX}/include - ) - list(APPEND WTF_LIBRARIES - ${ICU_DATA_LIBRARIES} diff --git a/java/openjfx8-devel/files/patch-modules_web_src_main_native_Source_WTF_wtf_Optional.h b/java/openjfx8-devel/files/patch-modules_web_src_main_native_Source_WTF_wtf_Optional.h deleted file mode 100644 index 43b6422f2d5d..000000000000 --- a/java/openjfx8-devel/files/patch-modules_web_src_main_native_Source_WTF_wtf_Optional.h +++ /dev/null @@ -1,17 +0,0 @@ ---- modules/web/src/main/native/Source/WTF/wtf/Optional.h.orig 2018-12-10 16:30:22 UTC -+++ modules/web/src/main/native/Source/WTF/wtf/Optional.h -@@ -291,12 +291,14 @@ struct nullopt_t - constexpr nullopt_t nullopt{nullopt_t::init()}; - - -+# if !defined(_LIBCPP_VERSION) || _LIBCPP_VERSION < 7000 - // 20.5.8, class bad_optional_access - class bad_optional_access : public std::logic_error { - public: - explicit bad_optional_access(const std::string& what_arg) : std::logic_error{what_arg} {} - explicit bad_optional_access(const char* what_arg) : std::logic_error{what_arg} {} - }; -+# endif // _LIBCPP_VERSION < 7000 - - - template <class T> diff --git a/java/openjfx8-devel/files/patch-modules_web_src_main_native_Source_WTF_wtf_unicode_java_UnicodeJava.h b/java/openjfx8-devel/files/patch-modules_web_src_main_native_Source_WTF_wtf_unicode_java_UnicodeJava.h deleted file mode 100644 index 01f03348c8a8..000000000000 --- a/java/openjfx8-devel/files/patch-modules_web_src_main_native_Source_WTF_wtf_unicode_java_UnicodeJava.h +++ /dev/null @@ -1,24 +0,0 @@ ---- modules/web/src/main/native/Source/WTF/wtf/unicode/java/UnicodeJava.h.orig 2018-01-16 01:40:56 UTC -+++ modules/web/src/main/native/Source/WTF/wtf/unicode/java/UnicodeJava.h -@@ -15,21 +15,6 @@ - - #define CharProp(p) com_sun_webkit_dom_CharacterDataImpl_##p - --#if PLATFORM(JAVA) && OS(WINDOWS) --typedef wchar_t UChar; --#else --typedef uint16_t UChar; --#endif -- --// #ifdef UChar32 --// #undef UChar32 --// #endif -- --#ifndef __UMACHINE_H__ //XXX: recheck --typedef uint32_t UChar32; --#endif -- --#define U_MASK(x) ((uint32_t)1<<(x)) - #define USE_FAST_PATH(c, fast, slow) ((c) <= 0x7F ? fast((char)c) : slow(c)) - - #define CHECK_PROPERTY(c, mask, isSet) \ diff --git a/java/openjfx8-devel/files/patch-modules_web_src_main_native_Source_WebCore_dom_Document.cpp b/java/openjfx8-devel/files/patch-modules_web_src_main_native_Source_WebCore_dom_Document.cpp deleted file mode 100644 index 59340d13e632..000000000000 --- a/java/openjfx8-devel/files/patch-modules_web_src_main_native_Source_WebCore_dom_Document.cpp +++ /dev/null @@ -1,42 +0,0 @@ -Regressed by https://github.com/unicode-org/icu/commit/480bec3ea652 - -In file included from modules/web/build/bsd/Release/DerivedSources/WebCore/unified-sources/UnifiedSource220.cpp:4: -modules/web/src/main/native/Source/WebCore/dom/Document.cpp:4707:39: error: expected ';' after do/while statement - U16_NEXT(characters, i, length, c) - ^ - ; -modules/web/src/main/native/Source/WebCore/dom/Document.cpp:4712:43: error: expected ';' after do/while statement - U16_NEXT(characters, i, length, c) - ^ - ; -modules/web/src/main/native/Source/WebCore/dom/Document.cpp:4772:46: error: expected ';' after do/while statement - U16_NEXT(qualifiedName, i, length, c) - ^ - ; - ---- modules/web/src/main/native/Source/WebCore/dom/Document.cpp.orig 2018-12-10 16:30:22 UTC -+++ modules/web/src/main/native/Source/WebCore/dom/Document.cpp -@@ -4704,12 +4704,12 @@ static bool isValidNameNonASCII(const UChar* character - unsigned i = 0; - - UChar32 c; -- U16_NEXT(characters, i, length, c) -+ U16_NEXT(characters, i, length, c); - if (!isValidNameStart(c)) - return false; - - while (i < length) { -- U16_NEXT(characters, i, length, c) -+ U16_NEXT(characters, i, length, c); - if (!isValidNamePart(c)) - return false; - } -@@ -4769,7 +4769,7 @@ ExceptionOr<std::pair<AtomicString, AtomicString>> Doc - - for (unsigned i = 0; i < length; ) { - UChar32 c; -- U16_NEXT(qualifiedName, i, length, c) -+ U16_NEXT(qualifiedName, i, length, c); - if (c == ':') { - if (sawColon) - return Exception { InvalidCharacterError }; diff --git a/java/openjfx8-devel/files/patch-modules_web_src_main_native_Source_cmake_OptionsJava.cmake b/java/openjfx8-devel/files/patch-modules_web_src_main_native_Source_cmake_OptionsJava.cmake deleted file mode 100644 index 9c44785b7b68..000000000000 --- a/java/openjfx8-devel/files/patch-modules_web_src_main_native_Source_cmake_OptionsJava.cmake +++ /dev/null @@ -1,21 +0,0 @@ ---- modules/web/src/main/native/Source/cmake/OptionsJava.cmake.orig 2018-12-10 16:30:22 UTC -+++ modules/web/src/main/native/Source/cmake/OptionsJava.cmake -@@ -26,14 +26,10 @@ endif () - set(LIB_INSTALL_DIR "${CMAKE_INSTALL_FULL_LIBDIR}" CACHE PATH "Absolute path to library installation directory") - set(EXEC_INSTALL_DIR "${CMAKE_INSTALL_FULL_BINDIR}" CACHE PATH "Absolute path to executable installation directory") - --set(SQLITE_LIBRARIES SqliteJava) --set(LIBXML2_LIBRARIES XMLJava) --set(LIBXSLT_LIBRARIES XSLTJava) -- --set(ICU_LIBRARIES icuuc icudata) --set(ICU_I18N_LIBRARIES icui18n icuuc icudata) --set(ICU_DATA_LIBRARIES icudata) -- -+find_package(LibXml2 2.8.0 REQUIRED) -+find_package(LibXslt REQUIRED) -+find_package(Sqlite REQUIRED) -+find_package(ICU REQUIRED) - find_package(JNI REQUIRED) - find_package(Threads REQUIRED) - diff --git a/java/openjfx8-devel/files/patch-modules_web_src_main_native_Source_cmake_WebKitCompilerFlags.cmake b/java/openjfx8-devel/files/patch-modules_web_src_main_native_Source_cmake_WebKitCompilerFlags.cmake deleted file mode 100644 index 3d9c6bc1b652..000000000000 --- a/java/openjfx8-devel/files/patch-modules_web_src_main_native_Source_cmake_WebKitCompilerFlags.cmake +++ /dev/null @@ -1,13 +0,0 @@ ---- modules/web/src/main/native/Source/cmake/WebKitCompilerFlags.cmake.orig 2019-07-22 23:29:21 UTC -+++ modules/web/src/main/native/Source/cmake/WebKitCompilerFlags.cmake -@@ -176,10 +176,6 @@ if (NOT MSVC) - string(REGEX MATCHALL "-fsanitize=[^ ]*" ENABLED_COMPILER_SANITIZERS ${CMAKE_CXX_FLAGS}) - endif () - --if (UNIX AND NOT APPLE AND NOT ENABLED_COMPILER_SANITIZERS) -- set(CMAKE_SHARED_LINKER_FLAGS "-Wl,--no-undefined ${CMAKE_SHARED_LINKER_FLAGS}") --endif () -- - - # CODE_GENERATOR_PREPROCESSOR_WITH_LINEMARKERS only matters with GCC >= 4.7.0. Since this - # version, -P does not output empty lines, which currently breaks make_names.pl in diff --git a/java/openjfx8-devel/files/patch-modules_web_src_main_native_Tools_DumpRenderTree_TestRunner.cpp b/java/openjfx8-devel/files/patch-modules_web_src_main_native_Tools_DumpRenderTree_TestRunner.cpp deleted file mode 100644 index 51ce7bac8d53..000000000000 --- a/java/openjfx8-devel/files/patch-modules_web_src_main_native_Tools_DumpRenderTree_TestRunner.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- modules/web/src/main/native/Tools/DumpRenderTree/TestRunner.cpp.orig 2018-12-10 16:30:22 UTC -+++ modules/web/src/main/native/Tools/DumpRenderTree/TestRunner.cpp -@@ -2415,7 +2415,7 @@ void TestRunner::runUIScript(JSContextRef context, JSS - if (!m_UIScriptContext) - m_UIScriptContext = std::make_unique<WTR::UIScriptContext>(*this); - -- String scriptString(JSStringGetCharactersPtr(script), JSStringGetLength(script)); -+ String scriptString(reinterpret_cast<const UChar*>(JSStringGetCharactersPtr(script)), JSStringGetLength(script)); - m_UIScriptContext->runUIScript(scriptString, callbackID); - } - diff --git a/java/openjfx8-devel/files/patch-modules_web_src_main_native_Tools_DumpRenderTree_java_CMakeLists.txt b/java/openjfx8-devel/files/patch-modules_web_src_main_native_Tools_DumpRenderTree_java_CMakeLists.txt deleted file mode 100644 index 7a390db949ff..000000000000 --- a/java/openjfx8-devel/files/patch-modules_web_src_main_native_Tools_DumpRenderTree_java_CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ ---- modules/web/src/main/native/Tools/DumpRenderTree/java/CMakeLists.txt.orig 2019-07-22 18:32:25 UTC -+++ modules/web/src/main/native/Tools/DumpRenderTree/java/CMakeLists.txt -@@ -72,9 +72,5 @@ add_library(DumpRenderTreeJava SHARED ${DumpRenderTree - add_definitions(-DWEBCORE_EXPORT=WTF_IMPORT -DWEBCORE_TESTSUPPORT_EXPORT=WTF_IMPORT) - add_dependencies(DumpRenderTreeJava DumpRenderTreeBindings) - --if (UNIX AND NOT APPLE) -- set_target_properties(DumpRenderTreeJava PROPERTIES LINK_FLAGS "-Wl,--no-undefined") --endif () -- - set_target_properties(DumpRenderTreeJava PROPERTIES OUTPUT_NAME "DumpRenderTreeJava") - target_link_libraries(DumpRenderTreeJava ${DumpRenderTree_LIBRARIES}) diff --git a/java/openjfx8-devel/files/patch-modules_web_src_main_native_Tools_Scripts_webkitdirs.pm b/java/openjfx8-devel/files/patch-modules_web_src_main_native_Tools_Scripts_webkitdirs.pm deleted file mode 100644 index 5d1abb8af296..000000000000 --- a/java/openjfx8-devel/files/patch-modules_web_src_main_native_Tools_Scripts_webkitdirs.pm +++ /dev/null @@ -1,11 +0,0 @@ ---- modules/web/src/main/native/Tools/Scripts/webkitdirs.pm.orig 2018-07-27 01:38:45 UTC -+++ modules/web/src/main/native/Tools/Scripts/webkitdirs.pm -@@ -2148,7 +2148,7 @@ sub generateBuildSystemFromCMakeProject - chdir($buildPath) or die; - - # We try to be smart about when to rerun cmake, so that we can have faster incremental builds. -- my $willUseNinja = canUseNinja(); -+ my $willUseNinja = 0; # canUseNinja(); - if (-e cmakeCachePath() && -e cmakeGeneratedBuildfile($willUseNinja)) { - return 0; - } diff --git a/java/openjfx8-devel/files/sndiosink.c b/java/openjfx8-devel/files/sndiosink.c deleted file mode 100644 index cc68bd29d807..000000000000 --- a/java/openjfx8-devel/files/sndiosink.c +++ /dev/null @@ -1,226 +0,0 @@ -/* - * Copyright (C) 2008 Jacob Meuser <jakemsr@sdf.lonestar.org> - * Copyright (C) 2012 Alexandre Ratchov <alex@caoua.org> - * - * 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. - */ - -/** - * SECTION:element-sndiosink - * @see_also: #GstAutoAudioSink - * - * <refsect2> - * <para> - * This element outputs sound to a sound card using sndio. - * </para> - * <para> - * Simple example pipeline that plays an Ogg/Vorbis file via sndio: - * <programlisting> - * gst-launch -v filesrc location=foo.ogg ! decodebin ! audioconvert ! audioresample ! sndiosink - * </programlisting> - * </para> - * </refsect2> - */ - -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif -#include "sndiosink.h" - -GST_DEBUG_CATEGORY_EXTERN (gst_sndio_debug); -#define GST_CAT_DEFAULT gst_sndio_debug - -#define gst_sndiosink_parent_class parent_class - -static GstStaticPadTemplate sndiosink_factory = - GST_STATIC_PAD_TEMPLATE ("sink", - GST_PAD_SINK, - GST_PAD_ALWAYS, - GST_STATIC_CAPS (GST_SNDIO_CAPS_STRING) - ); - -G_DEFINE_TYPE_WITH_CODE (GstSndioSink, gst_sndiosink, GST_TYPE_AUDIO_SINK, - G_IMPLEMENT_INTERFACE (GST_TYPE_STREAM_VOLUME, NULL)); - -static void gst_sndiosink_finalize (GObject * object); -static GstCaps *gst_sndiosink_getcaps (GstBaseSink * bsink, - GstCaps * filter); -static gboolean gst_sndiosink_open (GstAudioSink * asink); -static gboolean gst_sndiosink_close (GstAudioSink * asink); -static gboolean gst_sndiosink_prepare (GstAudioSink * asink, - GstAudioRingBufferSpec * spec); -static gboolean gst_sndiosink_unprepare (GstAudioSink * asink); -static gint gst_sndiosink_write (GstAudioSink * asink, gpointer data, - guint length); -static guint gst_sndiosink_delay (GstAudioSink * asink); -static void gst_sndiosink_reset (GstAudioSink * asink); -static void gst_sndiosink_set_property (GObject * object, guint prop_id, - const GValue * value, GParamSpec * pspec); -static void gst_sndiosink_get_property (GObject * object, guint prop_id, - GValue * value, GParamSpec * pspec); - -static void -gst_sndiosink_init (GstSndioSink * sink) -{ - gst_sndio_init (&sink->sndio, G_OBJECT(sink)); -} - -static void -gst_sndiosink_finalize (GObject * object) -{ - GstSndioSink *sink = GST_SNDIOSINK (object); - - gst_sndio_finalize (&sink->sndio); - G_OBJECT_CLASS (parent_class)->finalize (object); -} - -static GstCaps * -gst_sndiosink_getcaps (GstBaseSink * bsink, GstCaps * filter) -{ - GstSndioSink *sink = GST_SNDIOSINK (bsink); - - return gst_sndio_getcaps (&sink->sndio, filter); -} - -static gboolean -gst_sndiosink_open (GstAudioSink * asink) -{ - GstSndioSink *sink = GST_SNDIOSINK (asink); - - return gst_sndio_open (&sink->sndio, SIO_PLAY); -} - -static gboolean -gst_sndiosink_close (GstAudioSink * asink) -{ - GstSndioSink *sink = GST_SNDIOSINK (asink); - - return gst_sndio_close (&sink->sndio); -} - -static gboolean -gst_sndiosink_prepare (GstAudioSink * asink, GstAudioRingBufferSpec * spec) -{ - GstSndioSink *sink = GST_SNDIOSINK (asink); - - return gst_sndio_prepare (&sink->sndio, spec); -} - -static gboolean -gst_sndiosink_unprepare (GstAudioSink * asink) -{ - GstSndioSink *sink = GST_SNDIOSINK (asink); - - return gst_sndio_unprepare (&sink->sndio); -} - -static gint -gst_sndiosink_write (GstAudioSink * asink, gpointer data, guint length) -{ - GstSndioSink *sink = GST_SNDIOSINK (asink); - guint done; - - if (length == 0) - return 0; - done = sio_write (sink->sndio.hdl, data, length); - if (done == 0) { - GST_ELEMENT_ERROR (sink, RESOURCE, WRITE, - ("Failed to write data to sndio"), (NULL)); - return 0; - } - sink->sndio.delay += done; - return done; -} - -static guint -gst_sndiosink_delay (GstAudioSink * asink) -{ - GstSndioSink *sink = GST_SNDIOSINK (asink); - - return GST_SNDIO_DELAY(&sink->sndio); -} - -static void -gst_sndiosink_reset (GstAudioSink * asink) -{ -} - -static void -gst_sndiosink_set_property (GObject * object, guint prop_id, - const GValue * value, GParamSpec * pspec) -{ - GstSndioSink *sink = GST_SNDIOSINK (object); - - gst_sndio_set_property (&sink->sndio, prop_id, value, pspec); -} - -static void -gst_sndiosink_get_property (GObject * object, guint prop_id, GValue * value, - GParamSpec * pspec) -{ - GstSndioSink *sink = GST_SNDIOSINK (object); - - gst_sndio_get_property (&sink->sndio, prop_id, value, pspec); -} - -static void -gst_sndiosink_class_init (GstSndioSinkClass * klass) -{ - GObjectClass *gobject_class; - GstElementClass *gstelement_class; - GstBaseSinkClass *gstbasesink_class; - GstAudioBaseSinkClass *gstbaseaudiosink_class; - GstAudioSinkClass *gstaudiosink_class; - - gobject_class = (GObjectClass *) klass; - gstelement_class = (GstElementClass *) klass; - gstbasesink_class = (GstBaseSinkClass *) klass; - gstbaseaudiosink_class = (GstAudioBaseSinkClass *) klass; - gstaudiosink_class = (GstAudioSinkClass *) klass; - - parent_class = g_type_class_peek_parent (klass); - - gobject_class->finalize = gst_sndiosink_finalize; - gobject_class->get_property = gst_sndiosink_get_property; - gobject_class->set_property = gst_sndiosink_set_property; - - gst_element_class_set_static_metadata (gstelement_class, - "Audio sink (sndio)", "Sink/Audio", - "Output to a sound card via sndio", - "Jacob Meuser <jakemsr@sdf.lonestar.org>"); - - gst_element_class_add_pad_template (gstelement_class, - gst_static_pad_template_get (&sndiosink_factory)); - - gstbasesink_class->get_caps = GST_DEBUG_FUNCPTR (gst_sndiosink_getcaps); - gstaudiosink_class->open = GST_DEBUG_FUNCPTR (gst_sndiosink_open); - gstaudiosink_class->prepare = GST_DEBUG_FUNCPTR (gst_sndiosink_prepare); - gstaudiosink_class->unprepare = GST_DEBUG_FUNCPTR (gst_sndiosink_unprepare); - gstaudiosink_class->close = GST_DEBUG_FUNCPTR (gst_sndiosink_close); - gstaudiosink_class->write = GST_DEBUG_FUNCPTR (gst_sndiosink_write); - gstaudiosink_class->delay = GST_DEBUG_FUNCPTR (gst_sndiosink_delay); - gstaudiosink_class->reset = GST_DEBUG_FUNCPTR (gst_sndiosink_reset); - - g_object_class_install_property (gobject_class, PROP_DEVICE, - g_param_spec_string ("device", "Device", - "sndio device as defined in sndio(7)", - SIO_DEVANY, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); - g_object_class_install_property (gobject_class, PROP_VOLUME, - g_param_spec_double ("volume", "Volume", - "Linear volume of this stream, 1.0=100%", 0.0, 1.0, - 1.0, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); - g_object_class_install_property (gobject_class, PROP_MUTE, - g_param_spec_boolean ("mute", "Mute", - "Mute state of this stream", FALSE, - G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); -} diff --git a/java/openjfx8-devel/files/sndiosink.h b/java/openjfx8-devel/files/sndiosink.h deleted file mode 100644 index 314e62210c54..000000000000 --- a/java/openjfx8-devel/files/sndiosink.h +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Copyright (C) 2008 Jacob Meuser <jakemsr@sdf.lonestar.org> - * Copyright (C) 2012 Alexandre Ratchov <alex@caoua.org> - * - * 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. - */ - - -#ifndef __GST_SNDIOSINK_H__ -#define __GST_SNDIOSINK_H__ - -#include <sndio.h> - -#include <gst/gst.h> -#include <gst/audio/gstaudiosink.h> -#include "gstsndio.h" - -G_BEGIN_DECLS - -#define GST_TYPE_SNDIOSINK \ - (gst_sndiosink_get_type()) -#define GST_SNDIOSINK(obj) \ - (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_SNDIOSINK,GstSndioSink)) -#define GST_SNDIOSINK_CLASS(klass) \ - (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_SNDIOSINK,GstSndioSinkClass)) -#define GST_IS_SNDIOSINK(obj) \ - (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_SNDIOSINK)) -#define GST_IS_SNDIOSINK_CLASS(klass) \ - (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_SNDIOSINK)) - -typedef struct _GstSndioSink GstSndioSink; -typedef struct _GstSndioSinkClass GstSndioSinkClass; - -struct _GstSndioSink { - GstAudioSink sink; - struct gstsndio sndio; -}; - -struct _GstSndioSinkClass { - GstAudioSinkClass parent_class; -}; - -GType gst_sndiosink_get_type (void); - -G_END_DECLS - -#endif /* __GST_SNDIOSINK_H__ */ diff --git a/java/openjfx8-devel/pkg-descr b/java/openjfx8-devel/pkg-descr deleted file mode 100644 index b5f5bb7d7c39..000000000000 --- a/java/openjfx8-devel/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -OpenJFX is an open source, next generation client application platform for -desktop and embedded systems based on JavaSE. It is a collaborative effort by -many individuals and companies with the goal of producing a modern, efficient, -and fully featured toolkit for developing rich client applications. - -WWW: https://openjdk.java.net/projects/openjfx/ diff --git a/java/openjfx8-devel/pkg-plist b/java/openjfx8-devel/pkg-plist deleted file mode 100644 index 4ee0836a4d38..000000000000 --- a/java/openjfx8-devel/pkg-plist +++ /dev/null @@ -1,24 +0,0 @@ -%%JAVA_HOME%%/bin/javafxpackager -%%JAVA_HOME%%/bin/javapackager -%%MEDIA%%%%JAVA_HOME%%/jre/lib/%%ARCH%%/libavplugin.so -%%JAVA_HOME%%/jre/lib/%%ARCH%%/libdecora_sse.so -%%MEDIA%%%%JAVA_HOME%%/jre/lib/%%ARCH%%/libfxplugins.so -%%JAVA_HOME%%/jre/lib/%%ARCH%%/libglass.so -%%JAVA_HOME%%/jre/lib/%%ARCH%%/libglassgtk2.so -%%JAVA_HOME%%/jre/lib/%%ARCH%%/libglassgtk3.so -%%MEDIA%%%%JAVA_HOME%%/jre/lib/%%ARCH%%/libgstreamer-lite.so -%%JAVA_HOME%%/jre/lib/%%ARCH%%/libjavafx_font.so -%%JAVA_HOME%%/jre/lib/%%ARCH%%/libjavafx_font_freetype.so -%%JAVA_HOME%%/jre/lib/%%ARCH%%/libjavafx_font_pango.so -%%JAVA_HOME%%/jre/lib/%%ARCH%%/libjavafx_iio.so -%%MEDIA%%%%JAVA_HOME%%/jre/lib/%%ARCH%%/libjfxmedia.so -%%WEBKIT%%%%JAVA_HOME%%/jre/lib/%%ARCH%%/libjfxwebkit.so -%%JAVA_HOME%%/jre/lib/%%ARCH%%/libprism_common.so -%%JAVA_HOME%%/jre/lib/%%ARCH%%/libprism_es2.so -%%JAVA_HOME%%/jre/lib/%%ARCH%%/libprism_sw.so -%%JAVA_HOME%%/jre/lib/ext/jfxrt.jar -%%JAVA_HOME%%/jre/lib/javafx.properties -%%SWT%%%%JAVA_HOME%%/jre/lib/jfxswt.jar -%%JAVA_HOME%%/lib/ant-javafx.jar -%%JAVA_HOME%%/lib/javafx-mx.jar -%%JAVA_HOME%%/lib/packager.jar diff --git a/java/openjfx8-scenebuilder/Makefile b/java/openjfx8-scenebuilder/Makefile deleted file mode 100644 index 8a1c13b78052..000000000000 --- a/java/openjfx8-scenebuilder/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# $FreeBSD$ - -PORTNAME= openjfx8 -DISTVERSION= 8u202-b07 -CATEGORIES= java x11-toolkits devel -MASTER_SITES= https://github.com/t6/openjfx/releases/download/release/ \ - http://hg.openjdk.java.net/openjfx/8u/rt/archive/${DISTVERSION}${EXTRACT_SUFX}?dummy=/ -PKGNAMESUFFIX= -scenebuilder - -MAINTAINER= ports@FreeBSD.org -COMMENT= JavaFX Scene Builder - -LICENSE= BSD3CLAUSE - -DEPRECATED= depends on expiring java/openjfx8-devel -EXPIRATION_DATE= 2020-11-30 - -BUILD_DEPENDS= openjfx8-devel>0:java/openjfx8-devel -RUN_DEPENDS= openjfx8-devel>0:java/openjfx8-devel - -USE_ANT= yes -USE_JAVA= yes -JAVA_VERSION= 1.8+ - -ALL_TARGET= jar-sb -DESKTOP_ENTRIES= "JavaFX Scene Builder" "JavaFX Scene Builder" \ - "" "scenebuilder" "Development;GUIDesigner;" false -NO_ARCH= yes -PLIST_FILES= bin/scenebuilder \ - ${JAVAJARDIR}/SceneBuilderApp.jar \ - ${JAVAJARDIR}/SceneBuilderKit.jar -SUB_FILES= scenebuilder -WRKSRC= ${WRKDIR}/rt-${DISTVERSION}/apps/scenebuilder - -do-install: - ${INSTALL_DATA} ${WRKSRC}/SceneBuilderApp/dist/SceneBuilderApp.jar \ - ${WRKSRC}/SceneBuilderKit/dist/SceneBuilderKit.jar \ - ${STAGEDIR}${JAVAJARDIR} - ${INSTALL_SCRIPT} ${WRKDIR}/scenebuilder ${STAGEDIR}${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/java/openjfx8-scenebuilder/distinfo b/java/openjfx8-scenebuilder/distinfo deleted file mode 100644 index 7f707e3ee585..000000000000 --- a/java/openjfx8-scenebuilder/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1563779003 -SHA256 (openjfx8-8u202-b07.tar.gz) = ca98b6d0721a0e4b91d62672e81594c80a47cfb5ded241de50f10ade9884c400 -SIZE (openjfx8-8u202-b07.tar.gz) = 70669594 diff --git a/java/openjfx8-scenebuilder/files/scenebuilder.in b/java/openjfx8-scenebuilder/files/scenebuilder.in deleted file mode 100644 index 60eb8f016220..000000000000 --- a/java/openjfx8-scenebuilder/files/scenebuilder.in +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -exec "%%LOCALBASE%%/bin/java" ${SCENEBUILDER_JAVA_ARGS} -cp "%%JAVAJARDIR%%/SceneBuilderKit.jar:%%JAVAJARDIR%%/SceneBuilderApp.jar" com.oracle.javafx.scenebuilder.app.SceneBuilderApp "$@" diff --git a/java/openjfx8-scenebuilder/pkg-descr b/java/openjfx8-scenebuilder/pkg-descr deleted file mode 100644 index 4f09ede53e64..000000000000 --- a/java/openjfx8-scenebuilder/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -JavaFX Scene Builder provides a visual layout environment that lets -you quickly design user interfaces for JavaFX applications without -needing to write any code. - -It allows simple drag-and-drop positioning of GUI components onto a -JavaFX scene. As you build the layout of your UI, the FXML code for -the layout is automatically generated. It provides a simple yet -intuitive interface that can help even non-programmers to quickly -prototype interactive applications that connect GUI components to the -application logic. - -WWW: https://openjdk.java.net/projects/openjfx/ diff --git a/net-im/Makefile b/net-im/Makefile index 6245044da2bf..d4871fe82432 100644 --- a/net-im/Makefile +++ b/net-im/Makefile @@ -124,7 +124,6 @@ SUBDIR += py-punjab SUBDIR += py-python-telegram-bot SUBDIR += py-slackclient - SUBDIR += py-sleekxmpp SUBDIR += py-slixmpp SUBDIR += py-telepot SUBDIR += py-toxcore-c diff --git a/net-im/py-sleekxmpp/Makefile b/net-im/py-sleekxmpp/Makefile deleted file mode 100644 index c5e83454dc4b..000000000000 --- a/net-im/py-sleekxmpp/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# $FreeBSD$ - -PORTNAME= sleekxmpp -DISTVERSION= 1.3.3 -CATEGORIES= net-im python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= ports@FreeBSD.org -COMMENT= XMPP Library - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Upstream archived and advices to use net-im/py-slixmpp -EXPIRATION_DATE= 2020-11-30 - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py-dnspython@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyasn1>=0:devel/py-pyasn1@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyasn1-modules>=0:devel/py-pyasn1-modules@${PY_FLAVOR} - -USES= python -USE_PYTHON= distutils autoplist -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/net-im/py-sleekxmpp/distinfo b/net-im/py-sleekxmpp/distinfo deleted file mode 100644 index 32b4aa9729ed..000000000000 --- a/net-im/py-sleekxmpp/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1518681920 -SHA256 (sleekxmpp-1.3.3.tar.gz) = d213c1de71d92505f95ced0460ee0f84fdc4ddcacb7d7dd343739ed4028e5569 -SIZE (sleekxmpp-1.3.3.tar.gz) = 845044 diff --git a/net-im/py-sleekxmpp/pkg-descr b/net-im/py-sleekxmpp/pkg-descr deleted file mode 100644 index 0b4642d5e2d0..000000000000 --- a/net-im/py-sleekxmpp/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -SleekXMPP is an MIT licensed XMPP library for Python 2.6/3.1+, and is featured -in examples in XMPP: The Definitive Guide by Kevin Smith, Remko Troncon, and -Peter Saint-Andre. - -WWW: https://github.com/fritzy/SleekXMPP/ diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index bfba556ad6dc..aacc31dcea04 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -392,11 +392,6 @@ SUBDIR += zabbix4-java SUBDIR += zabbix4-proxy SUBDIR += zabbix4-server - SUBDIR += zabbix44-agent - SUBDIR += zabbix44-frontend - SUBDIR += zabbix44-java - SUBDIR += zabbix44-proxy - SUBDIR += zabbix44-server SUBDIR += zabbix5-agent SUBDIR += zabbix5-frontend SUBDIR += zabbix5-java diff --git a/net-mgmt/zabbix44-agent/Makefile b/net-mgmt/zabbix44-agent/Makefile deleted file mode 100644 index 9d95b467f908..000000000000 --- a/net-mgmt/zabbix44-agent/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# Created by: Pakhom Golynga <pg@pakhom.spb.ru> -# $FreeBSD$ - -PORTNAME= zabbix44 -CATEGORIES= net-mgmt -PKGNAMESUFFIX= -agent - -MASTERDIR= ${.CURDIR}/../zabbix44-server -PLIST= ${PKGDIR}/pkg-plist.agent - -OPTIONS_DEFINE= CURL IPV6 -OPTIONS_DEFAULT= CURL OPENSSL - -.include "${MASTERDIR}/Makefile" diff --git a/net-mgmt/zabbix44-frontend/Makefile b/net-mgmt/zabbix44-frontend/Makefile deleted file mode 100644 index 6b730067d2ec..000000000000 --- a/net-mgmt/zabbix44-frontend/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# Created by: Pakhom Golynga <pg@pakhom.spb.ru> -# $FreeBSD$ - -PORTNAME= zabbix44 -CATEGORIES= net-mgmt -PKGNAMESUFFIX= -frontend - -MASTERDIR= ${.CURDIR}/../zabbix44-server - -NO_BUILD= yes -NO_ARCH= yes -PATCHDIR= -PLIST= ${PKGDIR}/pkg-plist.frontend - -USE_PHP= bcmath ctype dom fileinfo filter gd gettext json ldap mbstring pcre \ - session simplexml snmp sockets xml xmlreader xmlwriter -USES+= php:web - -OPTIONS_DEFINE= MYSQLI PGSQL ORACLE -OPTIONS_DEFAULT= MYSQLI -MYSQLI_DESC= MySQLI backend - -MYSQLI_USE= PHP=mysqli - -PGSQL_USE= PHP=pgsql - -ORACLE_CONFIGURE_WITH= oracle - -do-install: - @${MKDIR} ${STAGEDIR}${WWWDIR} - (cd ${WRKSRC}/frontends/php && \ - ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}) - -.include "${MASTERDIR}/Makefile" diff --git a/net-mgmt/zabbix44-java/Makefile b/net-mgmt/zabbix44-java/Makefile deleted file mode 100644 index 98549757f647..000000000000 --- a/net-mgmt/zabbix44-java/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# $FreeBSD$ - -PORTNAME= zabbix44 -PORTREVISION= 2 -CATEGORIES= net-mgmt -PKGNAMESUFFIX= -java - -MASTERDIR= ${.CURDIR}/../zabbix44-server -PLIST= ${PKGDIR}/pkg-plist.java - -OPTIONS_DEFINE= IPV6 - -USE_JAVA= yes - -.include "${MASTERDIR}/Makefile" diff --git a/net-mgmt/zabbix44-proxy/Makefile b/net-mgmt/zabbix44-proxy/Makefile deleted file mode 100644 index 3e68f380c0cc..000000000000 --- a/net-mgmt/zabbix44-proxy/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# Created by: Pakhom Golynga <pg@pakhom.spb.ru> -# $FreeBSD$ - -PORTNAME= zabbix44 -CATEGORIES= net-mgmt -PKGNAMESUFFIX= -proxy - -MASTERDIR= ${.CURDIR}/../zabbix44-server - -OPTIONS_SINGLE_DB= MYSQL PGSQL SQLITE ORACLE - -.include "${MASTERDIR}/Makefile" diff --git a/net-mgmt/zabbix44-server/Makefile b/net-mgmt/zabbix44-server/Makefile deleted file mode 100644 index c581d2ebd370..000000000000 --- a/net-mgmt/zabbix44-server/Makefile +++ /dev/null @@ -1,221 +0,0 @@ -# Created by: Pakhom Golynga <pg@pakhom.spb.ru> -# $FreeBSD$ - -PORTNAME= zabbix44 -PORTVERSION= 4.4.10 -CATEGORIES= net-mgmt -MASTER_SITES= https://cdn.zabbix.com/zabbix/sources/stable/${PORTVERSION:R}/ -PKGNAMESUFFIX?= -server -DISTNAME= zabbix-${PORTVERSION} - -MAINTAINER= pg@pakhom.spb.ru -COMMENT= Enterprise-class open source distributed monitoring (${PKGNAMESUFFIX:S/^-//}) - -LICENSE= GPLv2+ -LICENSE_FILE= ${WRKSRC}/COPYING - -DEPRECATED= End of Life -EXPIRATION_DATE=2020-12-01 - -LIB_DEPENDS= libpcre.so:devel/pcre - -CONFLICTS_INSTALL= zabbix[0-35-9][0-9]${PKGNAMESUFFIX} \ - zabbix4[0-35-9]${PKGNAMESUFFIX} \ - zabbix[0-9]${PKGNAMESUFFIX} - -ZABBIX_BUILD= ${PKGNAMESUFFIX:S/^-//} - -.if ${ZABBIX_BUILD} != "frontend" # frontend only needs the version/distribution settings -.if ${ZABBIX_BUILD} != "agent" -CONFIGURE_ARGS+= --with-libevent=${LOCALBASE} --cache-file=${WRKSRC}/config.cache -LIB_DEPENDS+= libevent.so:devel/libevent -USE_RC_SUBR= zabbix_${ZABBIX_BUILD} -.else -USE_RC_SUBR= zabbix_${ZABBIX_BUILD}d -.endif - -USES= pkgconfig iconv - -USERS= zabbix -GROUPS= zabbix - -.if ${ZABBIX_BUILD} != "proxy" -PLIST_SUB= PROXY="@comment " -.else -PLIST_SUB= PROXY="" -PLIST_FILES+= bin/zabbix_proxy_js -.endif - -.if ${ZABBIX_BUILD} == "server" -PLIST_SUB+= SERVER="" -PLIST_FILES+= bin/zabbix_js -.else -PLIST_SUB+= SERVER="@comment " -.endif - -PLIST_SUB+= ZABBIX_BUILD=${ZABBIX_BUILD} PORTVERSION=${PORTVERSION} -SUB_LIST= ZABBIX_BUILD=${ZABBIX_BUILD} - -MAKE_ARGS+= ARCH=freebsd -GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --enable-${ZABBIX_BUILD} \ - --sysconfdir=${ETCDIR} \ - --datadir=${ETCDIR} \ - --with-iconv=${ICONV_PREFIX} - -.if ${ZABBIX_BUILD} != "agent" && ${ZABBIX_BUILD} != "java" -LIB_DEPENDS+= libnetsnmp.so:net-mgmt/net-snmp - -CPPFLAGS+= -I${LOCALBASE}/include - -SUB_FILES= pkg-message - -CONFIGURE_ARGS+= --with-net-snmp - -OPTIONS_DEFINE= IPV6 FPING CURL LDAP IPMI SSH NMAP LIBXML2 UNIXODBC - -OPTIONS_DEFAULT= FPING CURL UNIXODBC MYSQL OPENSSL -OPTIONS_SUB= yes - -FPING_DESC= Build/install fping for ping checks -IPMI_DESC= Support for IPMI checks -LDAP_DESC= Support for LDAP server checks -NMAP_DESC= Build/install nmap for o/s detection -SSH_DESC= Support for SSH-based checks -UNIXODBC_DESC= Support for database checks via ODBC -LIBXML2_DESC= Support for libxml2 (required by monitoring VMware) - -OPTIONS_SINGLE= DB SSL -OPTIONS_SINGLE_DB?= MYSQL PGSQL ORACLE -OPTIONS_SINGLE_SSL= OPENSSL GNUTLS - -MYSQL_CONFIGURE_WITH= mysql -MYSQL_USES+= compiler:c11 mysql - -PGSQL_CONFIGURE_WITH= postgresql -PGSQL_USES+= pgsql - -SQLITE_CONFIGURE_WITH= sqlite3 -SQLITE_USES+= sqlite:3 - -ORACLE_CONFIGURE_WITH= oracle - -LDAP_CONFIGURE_WITH= ldap -LDAP_USE= OPENLDAP=yes - -IPMI_CONFIGURE_WITH= openipmi -IPMI_LIB_DEPENDS= libOpenIPMI.so:sysutils/openipmi - -FPING_RUN_DEPENDS= fping:net/fping - -SSH_CONFIGURE_WITH= ssh2 -SSH_LIB_DEPENDS= libssh2.so:security/libssh2 - -UNIXODBC_CONFIGURE_WITH=unixodbc -UNIXODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC -.elif ${ZABBIX_BUILD} == "agent" -OPTIONS_SINGLE= SSL -OPTIONS_SINGLE_SSL= OPENSSL GNUTLS -.endif # if ${ZABBIX_BUILD} != "agent" && ${ZABBIX_BUILD} != "java" - -CURL_DESC= Support for web monitoring -CURL_CONFIGURE_WITH= libcurl -CURL_LIB_DEPENDS= libcurl.so:ftp/curl - -IPV6_CONFIGURE_ENABLE= ipv6 - -NMAP_RUN_DEPENDS= nmap:security/nmap \ - sudo:security/sudo - -LIBXML2_CONFIGURE_WITH= libxml2=${LOCALBASE} -LIBXML2_LIB_DEPENDS= libxml2.so:textproc/libxml2 - -OPENSSL_CONFIGURE_WITH= openssl -OPENSSL_USES= ssl -OPENSSL_VARS= BROKEN_SSL="libressl libressl-devel" \ - BROKEN_SSL_REASON="PSK is not provided by LibreSSL" - -GNUTLS_CONFIGURE_WITH= gnutls -GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls - -.include <bsd.port.pre.mk> - -post-patch: - @${GREP} -rl "/etc/zabbix" ${WRKSRC} \ - | ${XARGS} ${REINPLACE_CMD} -e 's#/usr/local/etc#${ETCDIR}#g' - - @${REINPLACE_CMD} -e 's#/usr/sbin/fping#${LOCALBASE}/sbin/fping#g' \ - ${WRKSRC}/conf/zabbix_*.conf \ - ${WRKSRC}/src/zabbix_proxy/proxy.c \ - ${WRKSRC}/src/zabbix_server/server.c - -.if ${ZABBIX_BUILD} == "server" - @${REINPLACE_CMD} -e 's#/tmp/zabbix_server.pid#/var/run/zabbix/zabbix_server.pid#g' \ - ${WRKSRC}/conf/zabbix_server.conf \ - ${WRKSRC}/src/zabbix_server/server.c -.endif - -.if ${ZABBIX_BUILD} == "proxy" - @${REINPLACE_CMD} -e 's#/tmp/zabbix_proxy.pid#/var/run/zabbix/zabbix_proxy.pid#g' \ - ${WRKSRC}/conf/zabbix_proxy.conf \ - ${WRKSRC}/src/zabbix_proxy/proxy.c -.endif - -.if ${ZABBIX_BUILD} == "agent" - @${REINPLACE_CMD} -e 's#/tmp/zabbix_agentd.pid#/var/run/zabbix/zabbix_agentd.pid#g' \ - ${WRKSRC}/conf/zabbix_agentd.conf \ - ${WRKSRC}/src/zabbix_agent/zabbix_agentd.c -.endif - -.if ${ZABBIX_BUILD} == "java" - @${REINPLACE_CMD} -e 's#/tmp/zabbix_java.pid#/var/run/zabbix/zabbix_java.pid#g' \ - ${WRKSRC}/src/zabbix_java/settings.sh -.endif - -.if ${ZABBIX_BUILD} != "agent" -. for d in mysql oracle postgresql sqlite3 - @${REINPLACE_CMD} \ - -e 's|/usr/bin/traceroute|/usr/sbin/traceroute|g' \ - -e 's|sudo /usr/bin/nmap|sudo ${LOCALBASE}/bin/nmap|g' \ - ${WRKSRC}/database/${d}/data.sql -. endfor -.endif - @${FIND} ${WRKSRC} -type f \( -name '*.bak' -or -name '*.orig' \) \ - -exec ${RM} {} + - -pre-configure: - @echo "ac_cv_env_PKG_CONFIG_set=${LOCALBASE}/bin/pkgconf" > ${WRKSRC}/config.cache - -post-install: -.if ${ZABBIX_BUILD} == "java" - ${MV} ${STAGEDIR}${PREFIX}/sbin/zabbix_java/settings.sh \ - ${STAGEDIR}${PREFIX}/sbin/zabbix_java/settings.sh.sample - @${MKDIR} ${STAGEDIR}/var/run/zabbix -.endif - -.if ${ZABBIX_BUILD} != "agent" && ${ZABBIX_BUILD} != "java" - ${MKDIR} ${STAGEDIR}${DATADIR}/${ZABBIX_BUILD:Q}/database - @${RM} ${WRKSRC}/database/*/Makefile* - (cd ${WRKSRC}/database/ && \ - ${COPYTREE_SHARE} "ibm_db2 mysql oracle postgresql sqlite3" \ - ${STAGEDIR}${DATADIR}/${ZABBIX_BUILD:Q}/database/) - - ${MV} ${STAGEDIR}${ETCDIR}/zabbix_${ZABBIX_BUILD}.conf \ - ${STAGEDIR}${ETCDIR}/zabbix_${ZABBIX_BUILD}.conf.sample -.endif - -.if ${ZABBIX_BUILD} == "agent" - ${MV} ${STAGEDIR}${ETCDIR}/zabbix_${ZABBIX_BUILD}d.conf \ - ${STAGEDIR}${ETCDIR}/zabbix_${ZABBIX_BUILD}d.conf.sample -.endif - -.if ${ZABBIX_BUILD} == "proxy" - ${MV} ${STAGEDIR}${LOCALBASE}/bin/zabbix_js \ - ${STAGEDIR}${LOCALBASE}/bin/zabbix_proxy_js -.endif - -.else # frontend -.include <bsd.port.pre.mk> -.endif - -.include <bsd.port.post.mk> diff --git a/net-mgmt/zabbix44-server/distinfo b/net-mgmt/zabbix44-server/distinfo deleted file mode 100644 index 18d2d310f2d2..000000000000 --- a/net-mgmt/zabbix44-server/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1593866728 -SHA256 (zabbix-4.4.10.tar.gz) = 2de09bd41ccb2534a0e12ca45c0e7da3896d95f0c4f9f7815477123a3d692c8f -SIZE (zabbix-4.4.10.tar.gz) = 19560911 diff --git a/net-mgmt/zabbix44-server/files/pkg-message.in b/net-mgmt/zabbix44-server/files/pkg-message.in deleted file mode 100644 index 71d0531b6a69..000000000000 --- a/net-mgmt/zabbix44-server/files/pkg-message.in +++ /dev/null @@ -1,45 +0,0 @@ -[ -{ type: install - message: <<EOM -For Zabbix server and proxy daemons, as well as Zabbix frontend, a database is -required. It is not needed to run Zabbix agent. - -% cd %%DATADIR%%/%%ZABBIX_BUILD%%/database - -And follow the instructions: -https://www.zabbix.com/documentation/4.4/manual/appendix/install/db_scripts - -Upgrade notes for 4.4.0: -https://www.zabbix.com/documentation/4.4/manual/installation/upgrade_notes_440 - -Upgrade procedure: -https://www.zabbix.com/documentation/4.4/manual/installation/upgrade/sources - -Please see https://www.zabbix.com/ for detailed information about Zabbix. - -Official Zabbix documentation: -https://www.zabbix.com/documentation/4.4/start - -For Zabbix frontend "Welcome" screen. Enter the user name Admin with password -zabbix to log in as a Zabbix superuser. - -For use NMAP please edit sudoers - -This is a Zabbix Standard release! - -Standard Zabbix releases are supported for Zabbix customers during six (6) -months of Full Support (general, critical and security issues) until the next -Zabbix stable release, plus one (1) additional month of Limited Support -(critical and security issues only). Zabbix Standard version release will result -in change of the second version number. - -Stable release: Zabbix 4.4 -Release date: Q3, 2019 -End of Full Support: Q1, 2020 -End of Limited Support: Q2, 2020 - -Zabbix Life Cycle & Release Policy: -https://www.zabbix.com/life_cycle_and_release_policy -EOM -} -] diff --git a/net-mgmt/zabbix44-server/files/zabbix_agentd.in b/net-mgmt/zabbix44-server/files/zabbix_agentd.in deleted file mode 100644 index d3ac5102f812..000000000000 --- a/net-mgmt/zabbix44-server/files/zabbix_agentd.in +++ /dev/null @@ -1,64 +0,0 @@ -#!/bin/sh - -# PROVIDE: zabbix_agentd -# REQUIRE: DAEMON -# KEYWORD: shutdown -# -# Add the following lines to /etc/rc.conf.local or /etc/rc.conf to -# enable zabbix_agentd: -# -# zabbix_agentd_enable (bool): Set to NO by default. Set it to YES to -# enable zabbix_agentd. -# zabbix_agentd_config (string): Set to the standard config file path by -# default. -# zabbix_agentd_pidfile (string): Location of the zabbix_agent pid file -# Default is /var/run/zabbix/zabbix_agentd.pid -# zabbix_agentd_paths (string): Set to standard path by default. Set a search -# if you have custom userparams that need binaries elsewhere. -# - -. /etc/rc.subr - -name="zabbix_agentd" -rcvar=zabbix_agentd_enable - -load_rc_config $name - -: ${zabbix_agentd_enable:=NO} -: ${zabbix_agentd_config:=%%ETCDIR%%/${name}.conf} -: ${zabbix_agentd_pidfile:=/var/run/zabbix/zabbix_agentd.pid} -: ${zabbix_agentd_paths:=$PATH} - -command="%%PREFIX%%/sbin/${name}" -required_files="${zabbix_agentd_config}" - -start_cmd=zabbix_agentd_cmd -start_precmd=zabbix_agentd_precmd -status_precmd=zabbix_agentd_precmd -stop_precmd=zabbix_agentd_precmd - -zabbix_agentd_precmd() -{ - if get_pidfile_from_conf PidFile ${zabbix_agentd_config}; then - pidfile="$_pidfile_from_conf" - else - pidfile=${zabbix_agentd_pidfile} - local rundir=${zabbix_agentd_pidfile%/*} - if [ ! -d $rundir ] ; then - install -d -m 0755 -o zabbix -g zabbix $rundir - fi - fi - - # This shouldn't be necessary with pidfile, but empirically it was the - # only way to reap the parent PID instead of all PIDs from - # check_process, which may leak SysV IPC objects and prevent restart - # and/or race condition on restart. - rc_pid=$(check_pidfile ${pidfile} ${command}) -} - -zabbix_agentd_cmd() -{ - PATH=$zabbix_agentd_paths $command -c $zabbix_agentd_config -} - -run_rc_command "$1" diff --git a/net-mgmt/zabbix44-server/files/zabbix_java.in b/net-mgmt/zabbix44-server/files/zabbix_java.in deleted file mode 100644 index ef0f1318c76c..000000000000 --- a/net-mgmt/zabbix44-server/files/zabbix_java.in +++ /dev/null @@ -1,47 +0,0 @@ -#!/bin/sh - -# PROVIDE: zabbix_java -# REQUIRE: NETWORKING SERVERS -# BEFORE: DAEMON -# KEYWORD: shutdown -# -# Options to configure zabbix_java via /etc/rc.conf: -# -# zabbix_java_enable (bool): -# Enable service on boot. -# Default: NO -# - -. /etc/rc.subr - -name="zabbix_java" -rcvar=zabbix_java_enable - -load_rc_config $name - -: ${zabbix_java_enable:=NO} - -start_cmd="/usr/bin/su -m zabbix -c %%PREFIX%%/sbin/zabbix_java/startup.sh" -stop_cmd="/usr/bin/su -m zabbix -c %%PREFIX%%/sbin/zabbix_java/shutdown.sh" -status_cmd="zabbix_java_status" - -extra_commands="status" - -zabbix_java_status() { - if get_pidfile_from_conf PID_FILE %%PREFIX%%/sbin/zabbix_java/settings.sh; then - PID_FILE="$_pidfile_from_conf" - fi - - if [ -n "$PID_FILE" -a -f "$PID_FILE" ]; then - PID=`cat "$PID_FILE"` - if ps -p "$PID" > /dev/null 2>&1; then - echo "${name} is running as pid ${PID}" - else - echo "${name} is not running" - fi - else - echo "${name} is not running" - fi -} - -run_rc_command "$1" diff --git a/net-mgmt/zabbix44-server/files/zabbix_proxy.in b/net-mgmt/zabbix44-server/files/zabbix_proxy.in deleted file mode 100644 index 213c989966f8..000000000000 --- a/net-mgmt/zabbix44-server/files/zabbix_proxy.in +++ /dev/null @@ -1,65 +0,0 @@ -#!/bin/sh - -# PROVIDE: zabbix_proxy -# REQUIRE: DAEMON -%%PGSQL%%# REQUIRE: postgresql -%%MYSQL%%# REQUIRE: mysql -# KEYWORD: shutdown -# -# Add the following lines to /etc/rc.conf.local or /etc/rc.conf to -# enable zabbix_proxy: -# -# zabbix_proxy_enable (bool): Set to NO by default. Set it to YES to -# enable zabbix_proxy. -# zabbix_proxy_config (string): Set to the standard config file path by -# default. -# zabbix_proxy_pidfile (string): Location of the zabbix_proxy pid file -# Default is /var/run/zabbix/zabbix_proxy.pid -# zabbix_proxy_paths (string): Set to standard path by default. Set a search -# if you have custom userparams that need binaries elsewhere. -# - -. /etc/rc.subr - -name="zabbix_proxy" -rcvar=zabbix_proxy_enable - -load_rc_config $name - -: ${zabbix_proxy_enable:=NO} -: ${zabbix_proxy_config:=%%ETCDIR%%/${name}.conf} -: ${zabbix_proxy_pidfile:=/var/run/zabbix/zabbix_proxy.pid} - -command="%%PREFIX%%/sbin/${name}" -required_files="${zabbix_proxy_config}" - -start_cmd=zabbix_proxy_cmd -start_precmd=zabbix_proxy_precmd -status_precmd=zabbix_proxy_precmd -stop_precmd=zabbix_proxy_precmd - -zabbix_proxy_precmd() -{ - if get_pidfile_from_conf PidFile ${zabbix_proxy_config}; then - pidfile="$_pidfile_from_conf" - else - pidfile=${zabbix_proxy_pidfile} - local rundir=${zabbix_proxy_pidfile%/*} - if [ ! -d $rundir ] ; then - install -d -m 0755 -o zabbix -g zabbix $rundir - fi - fi - - # This shouldn't be necessary with pidfile, but empirically it was the - # only way to reap the parent PID instead of all PIDs from - # check_process, which may leak SysV IPC objects and prevent restart - # and/or race condition on restart. - rc_pid=$(check_pidfile ${pidfile} ${command}) -} - -zabbix_proxy_cmd() -{ - PATH=$zabbix_proxy_paths $command -c $zabbix_proxy_config -} - -run_rc_command "$1" diff --git a/net-mgmt/zabbix44-server/files/zabbix_server.in b/net-mgmt/zabbix44-server/files/zabbix_server.in deleted file mode 100644 index 4ccf2b80aa85..000000000000 --- a/net-mgmt/zabbix44-server/files/zabbix_server.in +++ /dev/null @@ -1,66 +0,0 @@ -#!/bin/sh - -# PROVIDE: zabbix_server -# REQUIRE: DAEMON -%%PGSQL%%# REQUIRE: postgresql -%%MYSQL%%# REQUIRE: mysql -# KEYWORD: shutdown -# -# Add the following lines to /etc/rc.conf.local or /etc/rc.conf to -# enable zabbix_server: -# -# zabbix_server_enable (bool): Set to NO by default. Set it to YES to -# enable zabbix_server. -# zabbix_server_config (string): Set to the standard config file path by -# default. -# zabbix_server_pidfile (string): Location of the zabbix_server pid file -# Default is /var/run/zabbix/zabbix_server.pid -# zabbix_server_paths (string): Set to standard path by default. Set a search -# if you have custom userparams that need binaries elsewhere. -# - -. /etc/rc.subr - -name="zabbix_server" -rcvar=zabbix_server_enable - -load_rc_config $name - -: ${zabbix_server_enable:=NO} -: ${zabbix_server_config:=%%ETCDIR%%/${name}.conf} -: ${zabbix_server_pidfile:=/var/run/zabbix/zabbix_server.pid} -: ${zabbix_server_paths:=$PATH} - -command="%%PREFIX%%/sbin/${name}" -required_files="${zabbix_server_config}" - -start_cmd=zabbix_server_cmd -start_precmd=zabbix_server_precmd -status_precmd=zabbix_server_precmd -stop_precmd=zabbix_server_precmd - -zabbix_server_precmd() -{ - if get_pidfile_from_conf PidFile ${zabbix_server_config}; then - pidfile="$_pidfile_from_conf" - else - pidfile=${zabbix_server_pidfile} - local rundir=${zabbix_server_pidfile%/*} - if [ ! -d $rundir ] ; then - install -d -m 0755 -o zabbix -g zabbix $rundir - fi - fi - - # This shouldn't be necessary with pidfile, but empirically it was the - # only way to reap the parent PID instead of all PIDs from - # check_process, which may leak SysV IPC objects and prevent restart - # and/or race condition on restart. - rc_pid=$(check_pidfile ${pidfile} ${command}) -} - -zabbix_server_cmd() -{ - PATH=$zabbix_server_paths $command -c $zabbix_server_config -} - -run_rc_command "$1" diff --git a/net-mgmt/zabbix44-server/pkg-descr b/net-mgmt/zabbix44-server/pkg-descr deleted file mode 100644 index 28b4da564fbf..000000000000 --- a/net-mgmt/zabbix44-server/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Zabbix is an enterprise-class open source distributed monitoring solution. - -Zabbix is software that monitors numerous parameters of a network and the -health and integrity of servers. Zabbix uses a flexible notification -mechanism that allows users to configure e-mail based alerts for virtually -any event. This allows a fast reaction to server problems. Zabbix offers -excellent reporting and data visualisation features based on the stored -data. This makes Zabbix ideal for capacity planning. - -WWW: https://www.zabbix.com/ diff --git a/net-mgmt/zabbix44-server/pkg-plist b/net-mgmt/zabbix44-server/pkg-plist deleted file mode 100644 index 3beb0e982576..000000000000 --- a/net-mgmt/zabbix44-server/pkg-plist +++ /dev/null @@ -1,24 +0,0 @@ -%%DATADIR%%/%%ZABBIX_BUILD%%/database/ibm_db2/data.sql -%%DATADIR%%/%%ZABBIX_BUILD%%/database/ibm_db2/images.sql -%%DATADIR%%/%%ZABBIX_BUILD%%/database/ibm_db2/schema.sql -%%DATADIR%%/%%ZABBIX_BUILD%%/database/mysql/data.sql -%%DATADIR%%/%%ZABBIX_BUILD%%/database/mysql/images.sql -%%DATADIR%%/%%ZABBIX_BUILD%%/database/mysql/schema.sql -%%DATADIR%%/%%ZABBIX_BUILD%%/database/oracle/data.sql -%%DATADIR%%/%%ZABBIX_BUILD%%/database/oracle/images.sql -%%DATADIR%%/%%ZABBIX_BUILD%%/database/oracle/schema.sql -%%DATADIR%%/%%ZABBIX_BUILD%%/database/postgresql/data.sql -%%DATADIR%%/%%ZABBIX_BUILD%%/database/postgresql/images.sql -%%DATADIR%%/%%ZABBIX_BUILD%%/database/postgresql/schema.sql -%%DATADIR%%/%%ZABBIX_BUILD%%/database/postgresql/timescaledb.sql -%%DATADIR%%/%%ZABBIX_BUILD%%/database/sqlite3/data.sql -%%DATADIR%%/%%ZABBIX_BUILD%%/database/sqlite3/images.sql -%%DATADIR%%/%%ZABBIX_BUILD%%/database/sqlite3/schema.sql -%%ETCDIR%%/zabbix_%%ZABBIX_BUILD%%.conf.sample -%%PROXY%%@dir %%ETCDIR%%/zabbix_proxy.conf.d -%%SERVER%%@dir %%ETCDIR%%/zabbix_server.conf.d -%%SERVER%%@dir %%ETCDIR%%/zabbix/alertscripts -man/man8/zabbix_%%ZABBIX_BUILD%%.8.gz -sbin/zabbix_%%ZABBIX_BUILD%% -@dir %%ETCDIR%%/zabbix/externalscripts -@dir lib/modules diff --git a/net-mgmt/zabbix44-server/pkg-plist.agent b/net-mgmt/zabbix44-server/pkg-plist.agent deleted file mode 100644 index ca02f1d8b4eb..000000000000 --- a/net-mgmt/zabbix44-server/pkg-plist.agent +++ /dev/null @@ -1,9 +0,0 @@ -%%ETCDIR%%/zabbix_agentd.conf.sample -bin/zabbix_get -bin/zabbix_sender -man/man1/zabbix_get.1.gz -man/man1/zabbix_sender.1.gz -man/man8/zabbix_%%ZABBIX_BUILD%%d.8.gz -sbin/zabbix_agentd -@dir %%ETCDIR%%/zabbix_agentd.conf.d -@dir lib/modules diff --git a/net-mgmt/zabbix44-server/pkg-plist.frontend b/net-mgmt/zabbix44-server/pkg-plist.frontend deleted file mode 100644 index 9210162459a9..000000000000 --- a/net-mgmt/zabbix44-server/pkg-plist.frontend +++ /dev/null @@ -1,1015 +0,0 @@ -%%WWWDIR%%/actionconf.php -%%WWWDIR%%/adm.gui.php -%%WWWDIR%%/adm.housekeeper.php -%%WWWDIR%%/adm.iconmapping.php -%%WWWDIR%%/adm.images.php -%%WWWDIR%%/adm.macros.php -%%WWWDIR%%/adm.other.php -%%WWWDIR%%/adm.regexps.php -%%WWWDIR%%/adm.triggerdisplayoptions.php -%%WWWDIR%%/adm.triggerseverities.php -%%WWWDIR%%/adm.valuemapping.php -%%WWWDIR%%/adm.workingtime.php -%%WWWDIR%%/api_jsonrpc.php -%%WWWDIR%%/app/.htaccess -%%WWWDIR%%/app/controllers/CControllerAcknowledgeCreate.php -%%WWWDIR%%/app/controllers/CControllerAcknowledgeEdit.php -%%WWWDIR%%/app/controllers/CControllerAuthenticationEdit.php -%%WWWDIR%%/app/controllers/CControllerAuthenticationUpdate.php -%%WWWDIR%%/app/controllers/CControllerAutoregEdit.php -%%WWWDIR%%/app/controllers/CControllerAutoregUpdate.php -%%WWWDIR%%/app/controllers/CControllerDashboardAbstract.php -%%WWWDIR%%/app/controllers/CControllerDashboardDelete.php -%%WWWDIR%%/app/controllers/CControllerDashboardList.php -%%WWWDIR%%/app/controllers/CControllerDashboardPropertiesCheck.php -%%WWWDIR%%/app/controllers/CControllerDashboardPropertiesEdit.php -%%WWWDIR%%/app/controllers/CControllerDashboardShareEdit.php -%%WWWDIR%%/app/controllers/CControllerDashboardShareUpdate.php -%%WWWDIR%%/app/controllers/CControllerDashboardUpdate.php -%%WWWDIR%%/app/controllers/CControllerDashboardView.php -%%WWWDIR%%/app/controllers/CControllerDashboardWidgetCheck.php -%%WWWDIR%%/app/controllers/CControllerDashboardWidgetConfigure.php -%%WWWDIR%%/app/controllers/CControllerDashboardWidgetEdit.php -%%WWWDIR%%/app/controllers/CControllerDashboardWidgetRfRate.php -%%WWWDIR%%/app/controllers/CControllerDiscoveryView.php -%%WWWDIR%%/app/controllers/CControllerExportXml.php -%%WWWDIR%%/app/controllers/CControllerFavouriteCreate.php -%%WWWDIR%%/app/controllers/CControllerFavouriteDelete.php -%%WWWDIR%%/app/controllers/CControllerHostMacrosList.php -%%WWWDIR%%/app/controllers/CControllerMapView.php -%%WWWDIR%%/app/controllers/CControllerMediatypeCreate.php -%%WWWDIR%%/app/controllers/CControllerMediatypeDelete.php -%%WWWDIR%%/app/controllers/CControllerMediatypeDisable.php -%%WWWDIR%%/app/controllers/CControllerMediatypeEdit.php -%%WWWDIR%%/app/controllers/CControllerMediatypeEnable.php -%%WWWDIR%%/app/controllers/CControllerMediatypeList.php -%%WWWDIR%%/app/controllers/CControllerMediatypeUpdate.php -%%WWWDIR%%/app/controllers/CControllerMenuPopup.php -%%WWWDIR%%/app/controllers/CControllerNotificationsGet.php -%%WWWDIR%%/app/controllers/CControllerNotificationsMute.php -%%WWWDIR%%/app/controllers/CControllerNotificationsRead.php -%%WWWDIR%%/app/controllers/CControllerPopupGeneric.php -%%WWWDIR%%/app/controllers/CControllerPopupHttpStep.php -%%WWWDIR%%/app/controllers/CControllerPopupMedia.php -%%WWWDIR%%/app/controllers/CControllerPopupMediatypeTestEdit.php -%%WWWDIR%%/app/controllers/CControllerPopupMediatypeTestSend.php -%%WWWDIR%%/app/controllers/CControllerPopupPreprocTest.php -%%WWWDIR%%/app/controllers/CControllerPopupPreprocTestEdit.php -%%WWWDIR%%/app/controllers/CControllerPopupPreprocTestSend.php -%%WWWDIR%%/app/controllers/CControllerPopupScriptExec.php -%%WWWDIR%%/app/controllers/CControllerPopupServices.php -%%WWWDIR%%/app/controllers/CControllerPopupTestTriggerExpr.php -%%WWWDIR%%/app/controllers/CControllerPopupTriggerExpr.php -%%WWWDIR%%/app/controllers/CControllerPopupTriggerWizard.php -%%WWWDIR%%/app/controllers/CControllerProblemView.php -%%WWWDIR%%/app/controllers/CControllerProfileUpdate.php -%%WWWDIR%%/app/controllers/CControllerProxyCreate.php -%%WWWDIR%%/app/controllers/CControllerProxyDelete.php -%%WWWDIR%%/app/controllers/CControllerProxyEdit.php -%%WWWDIR%%/app/controllers/CControllerProxyHostDisable.php -%%WWWDIR%%/app/controllers/CControllerProxyHostEnable.php -%%WWWDIR%%/app/controllers/CControllerProxyList.php -%%WWWDIR%%/app/controllers/CControllerProxyUpdate.php -%%WWWDIR%%/app/controllers/CControllerReportServices.php -%%WWWDIR%%/app/controllers/CControllerReportStatus.php -%%WWWDIR%%/app/controllers/CControllerScriptCreate.php -%%WWWDIR%%/app/controllers/CControllerScriptDelete.php -%%WWWDIR%%/app/controllers/CControllerScriptEdit.php -%%WWWDIR%%/app/controllers/CControllerScriptList.php -%%WWWDIR%%/app/controllers/CControllerScriptUpdate.php -%%WWWDIR%%/app/controllers/CControllerSearch.php -%%WWWDIR%%/app/controllers/CControllerSystemWarning.php -%%WWWDIR%%/app/controllers/CControllerTimeSelectorUpdate.php -%%WWWDIR%%/app/controllers/CControllerUserCreate.php -%%WWWDIR%%/app/controllers/CControllerUserDelete.php -%%WWWDIR%%/app/controllers/CControllerUserEdit.php -%%WWWDIR%%/app/controllers/CControllerUserEditGeneral.php -%%WWWDIR%%/app/controllers/CControllerUserList.php -%%WWWDIR%%/app/controllers/CControllerUserProfileEdit.php -%%WWWDIR%%/app/controllers/CControllerUserProfileUpdate.php -%%WWWDIR%%/app/controllers/CControllerUserUnblock.php -%%WWWDIR%%/app/controllers/CControllerUserUpdate.php -%%WWWDIR%%/app/controllers/CControllerUserUpdateGeneral.php -%%WWWDIR%%/app/controllers/CControllerWebView.php -%%WWWDIR%%/app/controllers/CControllerWidget.php -%%WWWDIR%%/app/controllers/CControllerWidgetActionLogView.php -%%WWWDIR%%/app/controllers/CControllerWidgetClockView.php -%%WWWDIR%%/app/controllers/CControllerWidgetDataOverView.php -%%WWWDIR%%/app/controllers/CControllerWidgetDiscoveryView.php -%%WWWDIR%%/app/controllers/CControllerWidgetFavGraphsView.php -%%WWWDIR%%/app/controllers/CControllerWidgetFavMapsView.php -%%WWWDIR%%/app/controllers/CControllerWidgetFavScreensView.php -%%WWWDIR%%/app/controllers/CControllerWidgetGraphView.php -%%WWWDIR%%/app/controllers/CControllerWidgetHostAvailView.php -%%WWWDIR%%/app/controllers/CControllerWidgetIterator.php -%%WWWDIR%%/app/controllers/CControllerWidgetIteratorGraphPrototypeView.php -%%WWWDIR%%/app/controllers/CControllerWidgetMapView.php -%%WWWDIR%%/app/controllers/CControllerWidgetNavTreeItemEdit.php -%%WWWDIR%%/app/controllers/CControllerWidgetNavTreeItemUpdate.php -%%WWWDIR%%/app/controllers/CControllerWidgetNavTreeView.php -%%WWWDIR%%/app/controllers/CControllerWidgetPlainTextView.php -%%WWWDIR%%/app/controllers/CControllerWidgetProblemHostsView.php -%%WWWDIR%%/app/controllers/CControllerWidgetProblemsBySvView.php -%%WWWDIR%%/app/controllers/CControllerWidgetProblemsView.php -%%WWWDIR%%/app/controllers/CControllerWidgetSvgGraphView.php -%%WWWDIR%%/app/controllers/CControllerWidgetSystemInfoView.php -%%WWWDIR%%/app/controllers/CControllerWidgetTrigOverView.php -%%WWWDIR%%/app/controllers/CControllerWidgetUrlView.php -%%WWWDIR%%/app/controllers/CControllerWidgetWebView.php -%%WWWDIR%%/app/views/administration.authentication.edit.js.php -%%WWWDIR%%/app/views/administration.authentication.edit.php -%%WWWDIR%%/app/views/administration.autoreg.edit.js.php -%%WWWDIR%%/app/views/administration.autoreg.edit.php -%%WWWDIR%%/app/views/administration.mediatype.edit.js.php -%%WWWDIR%%/app/views/administration.mediatype.edit.php -%%WWWDIR%%/app/views/administration.mediatype.list.php -%%WWWDIR%%/app/views/administration.proxy.edit.js.php -%%WWWDIR%%/app/views/administration.proxy.edit.php -%%WWWDIR%%/app/views/administration.proxy.list.php -%%WWWDIR%%/app/views/administration.script.edit.js.php -%%WWWDIR%%/app/views/administration.script.edit.php -%%WWWDIR%%/app/views/administration.script.list.php -%%WWWDIR%%/app/views/administration.user.edit.common.js.php -%%WWWDIR%%/app/views/administration.user.edit.js.php -%%WWWDIR%%/app/views/administration.user.edit.php -%%WWWDIR%%/app/views/administration.user.list.php -%%WWWDIR%%/app/views/administration.userprofile.edit.js.php -%%WWWDIR%%/app/views/dashboard.properties.edit.php -%%WWWDIR%%/app/views/dashboard.sharing.edit.php -%%WWWDIR%%/app/views/hostmacros.list.html.php -%%WWWDIR%%/app/views/hostmacros.list.php -%%WWWDIR%%/app/views/layout.csv.php -%%WWWDIR%%/app/views/layout.htmlpage.footer.php -%%WWWDIR%%/app/views/layout.htmlpage.header.php -%%WWWDIR%%/app/views/layout.htmlpage.menu.php -%%WWWDIR%%/app/views/layout.htmlpage.php -%%WWWDIR%%/app/views/layout.javascript.php -%%WWWDIR%%/app/views/layout.json.php -%%WWWDIR%%/app/views/layout.warning.php -%%WWWDIR%%/app/views/layout.widget.php -%%WWWDIR%%/app/views/layout.xml.php -%%WWWDIR%%/app/views/monitoring.acknowledge.edit.js.php -%%WWWDIR%%/app/views/monitoring.acknowledge.edit.php -%%WWWDIR%%/app/views/monitoring.dashboard.breadcrumbs.php -%%WWWDIR%%/app/views/monitoring.dashboard.list.php -%%WWWDIR%%/app/views/monitoring.dashboard.view.js.php -%%WWWDIR%%/app/views/monitoring.dashboard.view.php -%%WWWDIR%%/app/views/monitoring.dashboard.widget.edit.php -%%WWWDIR%%/app/views/monitoring.discovery.view.php -%%WWWDIR%%/app/views/monitoring.map.view.php -%%WWWDIR%%/app/views/monitoring.problem.view.js.php -%%WWWDIR%%/app/views/monitoring.problem.view.php -%%WWWDIR%%/app/views/monitoring.web.view.php -%%WWWDIR%%/app/views/monitoring.widget.actionlog.view.php -%%WWWDIR%%/app/views/monitoring.widget.clock.view.php -%%WWWDIR%%/app/views/monitoring.widget.dataover.view.php -%%WWWDIR%%/app/views/monitoring.widget.discovery.view.php -%%WWWDIR%%/app/views/monitoring.widget.favgraphs.view.php -%%WWWDIR%%/app/views/monitoring.widget.favmaps.view.php -%%WWWDIR%%/app/views/monitoring.widget.favscreens.view.php -%%WWWDIR%%/app/views/monitoring.widget.graph.view.php -%%WWWDIR%%/app/views/monitoring.widget.hostavail.view.php -%%WWWDIR%%/app/views/monitoring.widget.map.view.php -%%WWWDIR%%/app/views/monitoring.widget.navtree.view.php -%%WWWDIR%%/app/views/monitoring.widget.plaintext.view.php -%%WWWDIR%%/app/views/monitoring.widget.problemhosts.view.php -%%WWWDIR%%/app/views/monitoring.widget.problems.view.php -%%WWWDIR%%/app/views/monitoring.widget.problemsbysv.view.php -%%WWWDIR%%/app/views/monitoring.widget.svggraph.view.php -%%WWWDIR%%/app/views/monitoring.widget.systeminfo.view.php -%%WWWDIR%%/app/views/monitoring.widget.trigover.view.php -%%WWWDIR%%/app/views/monitoring.widget.url.view.php -%%WWWDIR%%/app/views/monitoring.widget.web.view.php -%%WWWDIR%%/app/views/popup.generic.php -%%WWWDIR%%/app/views/popup.httpstep.php -%%WWWDIR%%/app/views/popup.media.js.php -%%WWWDIR%%/app/views/popup.media.php -%%WWWDIR%%/app/views/popup.mediatypetest.edit.js.php -%%WWWDIR%%/app/views/popup.mediatypetest.edit.php -%%WWWDIR%%/app/views/popup.preproctestedit.view.js.php -%%WWWDIR%%/app/views/popup.preproctestedit.view.php -%%WWWDIR%%/app/views/popup.scriptexec.php -%%WWWDIR%%/app/views/popup.services.php -%%WWWDIR%%/app/views/popup.testtriggerexpr.php -%%WWWDIR%%/app/views/popup.triggerexpr.php -%%WWWDIR%%/app/views/popup.triggerwizard.js.php -%%WWWDIR%%/app/views/popup.triggerwizard.php -%%WWWDIR%%/app/views/report.services.php -%%WWWDIR%%/app/views/report.status.php -%%WWWDIR%%/app/views/search.php -%%WWWDIR%%/app/views/system.warning.php -%%WWWDIR%%/applications.php -%%WWWDIR%%/assets/fonts/DejaVuSans.ttf -%%WWWDIR%%/assets/img/apple-touch-icon-120x120-precomposed.png -%%WWWDIR%%/assets/img/apple-touch-icon-152x152-precomposed.png -%%WWWDIR%%/assets/img/apple-touch-icon-180x180-precomposed.png -%%WWWDIR%%/assets/img/apple-touch-icon-76x76-precomposed.png -%%WWWDIR%%/assets/img/browser-sprite.png -%%WWWDIR%%/assets/img/icon-sprite.svg -%%WWWDIR%%/assets/img/ms-tile-144x144.png -%%WWWDIR%%/assets/img/touch-icon-192x192.png -%%WWWDIR%%/assets/styles/blue-theme.css -%%WWWDIR%%/assets/styles/dark-theme.css -%%WWWDIR%%/assets/styles/hc-dark.css -%%WWWDIR%%/assets/styles/hc-light.css -%%WWWDIR%%/audio/alarm_average.mp3 -%%WWWDIR%%/audio/alarm_disaster.mp3 -%%WWWDIR%%/audio/alarm_high.mp3 -%%WWWDIR%%/audio/alarm_information.mp3 -%%WWWDIR%%/audio/alarm_ok.mp3 -%%WWWDIR%%/audio/alarm_warning.mp3 -%%WWWDIR%%/audio/no_sound.mp3 -%%WWWDIR%%/auditacts.php -%%WWWDIR%%/auditlogs.php -%%WWWDIR%%/browserwarning.php -%%WWWDIR%%/chart.php -%%WWWDIR%%/chart2.php -%%WWWDIR%%/chart3.php -%%WWWDIR%%/chart4.php -%%WWWDIR%%/chart5.php -%%WWWDIR%%/chart6.php -%%WWWDIR%%/chart7.php -%%WWWDIR%%/charts.php -%%WWWDIR%%/conf.import.php -%%WWWDIR%%/conf/.htaccess -%%WWWDIR%%/conf/maintenance.inc.php -%%WWWDIR%%/conf/zabbix.conf.php.example -%%WWWDIR%%/correlation.php -%%WWWDIR%%/disc_prototypes.php -%%WWWDIR%%/discoveryconf.php -%%WWWDIR%%/favicon.ico -%%WWWDIR%%/graphs.php -%%WWWDIR%%/history.php -%%WWWDIR%%/host_discovery.php -%%WWWDIR%%/host_prototypes.php -%%WWWDIR%%/host_screen.php -%%WWWDIR%%/hostgroups.php -%%WWWDIR%%/hostinventories.php -%%WWWDIR%%/hostinventoriesoverview.php -%%WWWDIR%%/hosts.php -%%WWWDIR%%/httpconf.php -%%WWWDIR%%/httpdetails.php -%%WWWDIR%%/image.php -%%WWWDIR%%/imgstore.php -%%WWWDIR%%/include/.htaccess -%%WWWDIR%%/include/actions.inc.php -%%WWWDIR%%/include/audit.inc.php -%%WWWDIR%%/include/blocks.inc.php -%%WWWDIR%%/include/classes/api/API.php -%%WWWDIR%%/include/classes/api/APIException.php -%%WWWDIR%%/include/classes/api/CApiClientResponse.php -%%WWWDIR%%/include/classes/api/CApiService.php -%%WWWDIR%%/include/classes/api/CApiServiceFactory.php -%%WWWDIR%%/include/classes/api/CAudit.php -%%WWWDIR%%/include/classes/api/clients/CApiClient.php -%%WWWDIR%%/include/classes/api/clients/CLocalApiClient.php -%%WWWDIR%%/include/classes/api/CRelationMap.php -%%WWWDIR%%/include/classes/api/helpers/CApiTagHelper.php -%%WWWDIR%%/include/classes/api/managers/CApplicationManager.php -%%WWWDIR%%/include/classes/api/managers/CGraphManager.php -%%WWWDIR%%/include/classes/api/managers/CGraphPrototypeManager.php -%%WWWDIR%%/include/classes/api/managers/CHistoryManager.php -%%WWWDIR%%/include/classes/api/managers/CHttpTestManager.php -%%WWWDIR%%/include/classes/api/managers/CItemManager.php -%%WWWDIR%%/include/classes/api/managers/CItemPrototypeManager.php -%%WWWDIR%%/include/classes/api/managers/CTriggerManager.php -%%WWWDIR%%/include/classes/api/managers/CTriggerPrototypeManager.php -%%WWWDIR%%/include/classes/api/services/CAction.php -%%WWWDIR%%/include/classes/api/services/CAlert.php -%%WWWDIR%%/include/classes/api/services/CAPIInfo.php -%%WWWDIR%%/include/classes/api/services/CApplication.php -%%WWWDIR%%/include/classes/api/services/CAutoregistration.php -%%WWWDIR%%/include/classes/api/services/CConfiguration.php -%%WWWDIR%%/include/classes/api/services/CCorrelation.php -%%WWWDIR%%/include/classes/api/services/CDashboard.php -%%WWWDIR%%/include/classes/api/services/CDCheck.php -%%WWWDIR%%/include/classes/api/services/CDHost.php -%%WWWDIR%%/include/classes/api/services/CDiscoveryRule.php -%%WWWDIR%%/include/classes/api/services/CDRule.php -%%WWWDIR%%/include/classes/api/services/CDService.php -%%WWWDIR%%/include/classes/api/services/CEvent.php -%%WWWDIR%%/include/classes/api/services/CGraph.php -%%WWWDIR%%/include/classes/api/services/CGraphGeneral.php -%%WWWDIR%%/include/classes/api/services/CGraphItem.php -%%WWWDIR%%/include/classes/api/services/CGraphPrototype.php -%%WWWDIR%%/include/classes/api/services/CHistory.php -%%WWWDIR%%/include/classes/api/services/CHost.php -%%WWWDIR%%/include/classes/api/services/CHostBase.php -%%WWWDIR%%/include/classes/api/services/CHostGeneral.php -%%WWWDIR%%/include/classes/api/services/CHostGroup.php -%%WWWDIR%%/include/classes/api/services/CHostInterface.php -%%WWWDIR%%/include/classes/api/services/CHostPrototype.php -%%WWWDIR%%/include/classes/api/services/CHttpTest.php -%%WWWDIR%%/include/classes/api/services/CIconMap.php -%%WWWDIR%%/include/classes/api/services/CImage.php -%%WWWDIR%%/include/classes/api/services/CItem.php -%%WWWDIR%%/include/classes/api/services/CItemGeneral.php -%%WWWDIR%%/include/classes/api/services/CItemPrototype.php -%%WWWDIR%%/include/classes/api/services/CMaintenance.php -%%WWWDIR%%/include/classes/api/services/CMap.php -%%WWWDIR%%/include/classes/api/services/CMapElement.php -%%WWWDIR%%/include/classes/api/services/CMediatype.php -%%WWWDIR%%/include/classes/api/services/CProblem.php -%%WWWDIR%%/include/classes/api/services/CProxy.php -%%WWWDIR%%/include/classes/api/services/CScreen.php -%%WWWDIR%%/include/classes/api/services/CScreenItem.php -%%WWWDIR%%/include/classes/api/services/CScript.php -%%WWWDIR%%/include/classes/api/services/CService.php -%%WWWDIR%%/include/classes/api/services/CTask.php -%%WWWDIR%%/include/classes/api/services/CTemplate.php -%%WWWDIR%%/include/classes/api/services/CTemplateScreen.php -%%WWWDIR%%/include/classes/api/services/CTemplateScreenItem.php -%%WWWDIR%%/include/classes/api/services/CTrend.php -%%WWWDIR%%/include/classes/api/services/CTrigger.php -%%WWWDIR%%/include/classes/api/services/CTriggerGeneral.php -%%WWWDIR%%/include/classes/api/services/CTriggerPrototype.php -%%WWWDIR%%/include/classes/api/services/CUser.php -%%WWWDIR%%/include/classes/api/services/CUserGroup.php -%%WWWDIR%%/include/classes/api/services/CUserMacro.php -%%WWWDIR%%/include/classes/api/services/CValueMap.php -%%WWWDIR%%/include/classes/api/wrappers/CApiWrapper.php -%%WWWDIR%%/include/classes/api/wrappers/CFrontendApiWrapper.php -%%WWWDIR%%/include/classes/core/CAjaxResponse.php -%%WWWDIR%%/include/classes/core/CAutoloader.php -%%WWWDIR%%/include/classes/core/CConfigFile.php -%%WWWDIR%%/include/classes/core/CHttpRequest.php -%%WWWDIR%%/include/classes/core/CJsonRpc.php -%%WWWDIR%%/include/classes/core/ConfigFileException.php -%%WWWDIR%%/include/classes/core/CRegistryFactory.php -%%WWWDIR%%/include/classes/core/CSession.php -%%WWWDIR%%/include/classes/core/Manager.php -%%WWWDIR%%/include/classes/core/Z.php -%%WWWDIR%%/include/classes/core/ZBase.php -%%WWWDIR%%/include/classes/db/DB.php -%%WWWDIR%%/include/classes/db/Db2DbBackend.php -%%WWWDIR%%/include/classes/db/DbBackend.php -%%WWWDIR%%/include/classes/db/DBException.php -%%WWWDIR%%/include/classes/db/MysqlDbBackend.php -%%WWWDIR%%/include/classes/db/OracleDbBackend.php -%%WWWDIR%%/include/classes/db/PostgresqlDbBackend.php -%%WWWDIR%%/include/classes/debug/CProfiler.php -%%WWWDIR%%/include/classes/export/CConfigurationExport.php -%%WWWDIR%%/include/classes/export/CConfigurationExportBuilder.php -%%WWWDIR%%/include/classes/export/CConfigurationExportException.php -%%WWWDIR%%/include/classes/export/writers/CExportWriter.php -%%WWWDIR%%/include/classes/export/writers/CExportWriterFactory.php -%%WWWDIR%%/include/classes/export/writers/CJsonExportWriter.php -%%WWWDIR%%/include/classes/export/writers/CXmlExportWriter.php -%%WWWDIR%%/include/classes/graph/CSvgGraph.php -%%WWWDIR%%/include/classes/graphdraw/CGraphDraw.php -%%WWWDIR%%/include/classes/graphdraw/CLineGraphDraw.php -%%WWWDIR%%/include/classes/graphdraw/CPieGraphDraw.php -%%WWWDIR%%/include/classes/helpers/CArrayHelper.php -%%WWWDIR%%/include/classes/helpers/CBrandHelper.php -%%WWWDIR%%/include/classes/helpers/CConditionHelper.php -%%WWWDIR%%/include/classes/helpers/CElasticsearchHelper.php -%%WWWDIR%%/include/classes/helpers/CHtml.php -%%WWWDIR%%/include/classes/helpers/CJs.php -%%WWWDIR%%/include/classes/helpers/CMapHelper.php -%%WWWDIR%%/include/classes/helpers/CMenuPopupHelper.php -%%WWWDIR%%/include/classes/helpers/CSvgGraphHelper.php -%%WWWDIR%%/include/classes/helpers/CUploadFile.php -%%WWWDIR%%/include/classes/helpers/CViewHelper.php -%%WWWDIR%%/include/classes/html/CActionButtonList.php -%%WWWDIR%%/include/classes/html/CArea.php -%%WWWDIR%%/include/classes/html/CAreaMap.php -%%WWWDIR%%/include/classes/html/CButton.php -%%WWWDIR%%/include/classes/html/CButtonCancel.php -%%WWWDIR%%/include/classes/html/CButtonDelete.php -%%WWWDIR%%/include/classes/html/CButtonQMessage.php -%%WWWDIR%%/include/classes/html/CCheckBox.php -%%WWWDIR%%/include/classes/html/CCheckBoxList.php -%%WWWDIR%%/include/classes/html/CClock.php -%%WWWDIR%%/include/classes/html/CCol.php -%%WWWDIR%%/include/classes/html/CColHeader.php -%%WWWDIR%%/include/classes/html/CCollapsibleUiWidget.php -%%WWWDIR%%/include/classes/html/CColor.php -%%WWWDIR%%/include/classes/html/CComboBox.php -%%WWWDIR%%/include/classes/html/CComboItem.php -%%WWWDIR%%/include/classes/html/CDashboardWidgetMap.php -%%WWWDIR%%/include/classes/html/CDateSelector.php -%%WWWDIR%%/include/classes/html/CDiv.php -%%WWWDIR%%/include/classes/html/CFile.php -%%WWWDIR%%/include/classes/html/CFilter.php -%%WWWDIR%%/include/classes/html/CForm.php -%%WWWDIR%%/include/classes/html/CFormList.php -%%WWWDIR%%/include/classes/html/CHorList.php -%%WWWDIR%%/include/classes/html/CIFrame.php -%%WWWDIR%%/include/classes/html/CImageTextTable.php -%%WWWDIR%%/include/classes/html/CImg.php -%%WWWDIR%%/include/classes/html/CInput.php -%%WWWDIR%%/include/classes/html/CJsScript.php -%%WWWDIR%%/include/classes/html/CLabel.php -%%WWWDIR%%/include/classes/html/CLink.php -%%WWWDIR%%/include/classes/html/CLinkAction.php -%%WWWDIR%%/include/classes/html/CList.php -%%WWWDIR%%/include/classes/html/CListBox.php -%%WWWDIR%%/include/classes/html/CListItem.php -%%WWWDIR%%/include/classes/html/CMultilineInput.php -%%WWWDIR%%/include/classes/html/CMultiSelect.php -%%WWWDIR%%/include/classes/html/CNavigationTree.php -%%WWWDIR%%/include/classes/html/CNumericBox.php -%%WWWDIR%%/include/classes/html/CObject.php -%%WWWDIR%%/include/classes/html/CParam.php -%%WWWDIR%%/include/classes/html/CPassBox.php -%%WWWDIR%%/include/classes/html/CPatternSelect.php -%%WWWDIR%%/include/classes/html/CPre.php -%%WWWDIR%%/include/classes/html/CRadioButtonList.php -%%WWWDIR%%/include/classes/html/CRangeControl.php -%%WWWDIR%%/include/classes/html/CRedirectButton.php -%%WWWDIR%%/include/classes/html/CRow.php -%%WWWDIR%%/include/classes/html/CRowHeader.php -%%WWWDIR%%/include/classes/html/CSeverity.php -%%WWWDIR%%/include/classes/html/CSimpleButton.php -%%WWWDIR%%/include/classes/html/CSpan.php -%%WWWDIR%%/include/classes/html/CSubmit.php -%%WWWDIR%%/include/classes/html/CSubmitButton.php -%%WWWDIR%%/include/classes/html/CSup.php -%%WWWDIR%%/include/classes/html/CTable.php -%%WWWDIR%%/include/classes/html/CTableInfo.php -%%WWWDIR%%/include/classes/html/CTabView.php -%%WWWDIR%%/include/classes/html/CTag.php -%%WWWDIR%%/include/classes/html/CTextArea.php -%%WWWDIR%%/include/classes/html/CTextAreaFlexible.php -%%WWWDIR%%/include/classes/html/CTextBox.php -%%WWWDIR%%/include/classes/html/CTriggersInfo.php -%%WWWDIR%%/include/classes/html/CUiWidget.php -%%WWWDIR%%/include/classes/html/CVar.php -%%WWWDIR%%/include/classes/html/CVisibilityBox.php -%%WWWDIR%%/include/classes/html/CWarning.php -%%WWWDIR%%/include/classes/html/interfaces/CButtonInterface.php -%%WWWDIR%%/include/classes/html/pageheader/CPageHeader.php -%%WWWDIR%%/include/classes/html/svg/CSvg.php -%%WWWDIR%%/include/classes/html/svg/CSvgCircle.php -%%WWWDIR%%/include/classes/html/svg/CSvgGraphAnnotation.php -%%WWWDIR%%/include/classes/html/svg/CSvgGraphArea.php -%%WWWDIR%%/include/classes/html/svg/CSvgGraphAxis.php -%%WWWDIR%%/include/classes/html/svg/CSvgGraphBar.php -%%WWWDIR%%/include/classes/html/svg/CSvgGraphGrid.php -%%WWWDIR%%/include/classes/html/svg/CSvgGraphLegend.php -%%WWWDIR%%/include/classes/html/svg/CSvgGraphLine.php -%%WWWDIR%%/include/classes/html/svg/CSvgGraphLineGroup.php -%%WWWDIR%%/include/classes/html/svg/CSvgGraphPoints.php -%%WWWDIR%%/include/classes/html/svg/CSvgGroup.php -%%WWWDIR%%/include/classes/html/svg/CSvgLine.php -%%WWWDIR%%/include/classes/html/svg/CSvgPath.php -%%WWWDIR%%/include/classes/html/svg/CSvgPolygon.php -%%WWWDIR%%/include/classes/html/svg/CSvgRect.php -%%WWWDIR%%/include/classes/html/svg/CSvgTag.php -%%WWWDIR%%/include/classes/html/svg/CSvgText.php -%%WWWDIR%%/include/classes/html/widget/CWidget.php -%%WWWDIR%%/include/classes/import/CConfigurationImport.php -%%WWWDIR%%/include/classes/import/CImportDataAdapter.php -%%WWWDIR%%/include/classes/import/CImportedObjectContainer.php -%%WWWDIR%%/include/classes/import/CImportReferencer.php -%%WWWDIR%%/include/classes/import/converters/C10ImportConverter.php -%%WWWDIR%%/include/classes/import/converters/C10ItemKeyConverter.php -%%WWWDIR%%/include/classes/import/converters/C10TriggerConverter.php -%%WWWDIR%%/include/classes/import/converters/C20ImportConverter.php -%%WWWDIR%%/include/classes/import/converters/C20ItemKeyConverter.php -%%WWWDIR%%/include/classes/import/converters/C20TriggerConverter.php -%%WWWDIR%%/include/classes/import/converters/C30ImportConverter.php -%%WWWDIR%%/include/classes/import/converters/C32ImportConverter.php -%%WWWDIR%%/include/classes/import/converters/C34ImportConverter.php -%%WWWDIR%%/include/classes/import/converters/C40ImportConverter.php -%%WWWDIR%%/include/classes/import/converters/C42ImportConverter.php -%%WWWDIR%%/include/classes/import/converters/CArrayKeysImportConverter.php -%%WWWDIR%%/include/classes/import/converters/CConstantImportConverter.php -%%WWWDIR%%/include/classes/import/converters/CConverter.php -%%WWWDIR%%/include/classes/import/converters/CDefaultImportConverter.php -%%WWWDIR%%/include/classes/import/converters/CImportConverterFactory.php -%%WWWDIR%%/include/classes/import/converters/CTransformImportConverter.php -%%WWWDIR%%/include/classes/import/importers/CAbstractScreenImporter.php -%%WWWDIR%%/include/classes/import/importers/CHostImporter.php -%%WWWDIR%%/include/classes/import/importers/CImporter.php -%%WWWDIR%%/include/classes/import/importers/CMapImporter.php -%%WWWDIR%%/include/classes/import/importers/CScreenImporter.php -%%WWWDIR%%/include/classes/import/importers/CTemplateImporter.php -%%WWWDIR%%/include/classes/import/importers/CTemplateScreenImporter.php -%%WWWDIR%%/include/classes/import/readers/CImportReader.php -%%WWWDIR%%/include/classes/import/readers/CImportReaderFactory.php -%%WWWDIR%%/include/classes/import/readers/CJsonImportReader.php -%%WWWDIR%%/include/classes/import/readers/CXmlImportReader.php -%%WWWDIR%%/include/classes/import/validators/C10XmlValidator.php -%%WWWDIR%%/include/classes/import/validators/C20XmlValidator.php -%%WWWDIR%%/include/classes/import/validators/C30XmlValidator.php -%%WWWDIR%%/include/classes/import/validators/C32XmlValidator.php -%%WWWDIR%%/include/classes/import/validators/C34XmlValidator.php -%%WWWDIR%%/include/classes/import/validators/C40XmlValidator.php -%%WWWDIR%%/include/classes/import/validators/C42XmlValidator.php -%%WWWDIR%%/include/classes/import/validators/C44XmlValidator.php -%%WWWDIR%%/include/classes/import/validators/CImportValidatorFactory.php -%%WWWDIR%%/include/classes/import/validators/CXmlValidator.php -%%WWWDIR%%/include/classes/import/validators/CXmlValidatorGeneral.php -%%WWWDIR%%/include/classes/items/CHelpItems.php -%%WWWDIR%%/include/classes/json/CJson.php -%%WWWDIR%%/include/classes/ldap/CLdap.php -%%WWWDIR%%/include/classes/macros/CMacrosResolver.php -%%WWWDIR%%/include/classes/macros/CMacrosResolverGeneral.php -%%WWWDIR%%/include/classes/macros/CMacrosResolverHelper.php -%%WWWDIR%%/include/classes/mvc/CController.php -%%WWWDIR%%/include/classes/mvc/CControllerResponse.php -%%WWWDIR%%/include/classes/mvc/CControllerResponseData.php -%%WWWDIR%%/include/classes/mvc/CControllerResponseFatal.php -%%WWWDIR%%/include/classes/mvc/CControllerResponseRedirect.php -%%WWWDIR%%/include/classes/mvc/CRouter.php -%%WWWDIR%%/include/classes/mvc/CView.php -%%WWWDIR%%/include/classes/pagefilter/CPageFilter.php -%%WWWDIR%%/include/classes/parsers/CAbsoluteTimeParser.php -%%WWWDIR%%/include/classes/parsers/CADNameAttributeParser.php -%%WWWDIR%%/include/classes/parsers/CConditionFormula.php -%%WWWDIR%%/include/classes/parsers/CDnsParser.php -%%WWWDIR%%/include/classes/parsers/CFlexibleIntervalParser.php -%%WWWDIR%%/include/classes/parsers/CFunctionIdParser.php -%%WWWDIR%%/include/classes/parsers/CFunctionMacroParser.php -%%WWWDIR%%/include/classes/parsers/CFunctionParser.php -%%WWWDIR%%/include/classes/parsers/CHostGroupNameParser.php -%%WWWDIR%%/include/classes/parsers/CHostNameParser.php -%%WWWDIR%%/include/classes/parsers/CIPParser.php -%%WWWDIR%%/include/classes/parsers/CIPRangeParser.php -%%WWWDIR%%/include/classes/parsers/CIPv4Parser.php -%%WWWDIR%%/include/classes/parsers/CIPv6Parser.php -%%WWWDIR%%/include/classes/parsers/CItemKey.php -%%WWWDIR%%/include/classes/parsers/CLLDMacroFunctionParser.php -%%WWWDIR%%/include/classes/parsers/CLLDMacroParser.php -%%WWWDIR%%/include/classes/parsers/CMacroFunctionParser.php -%%WWWDIR%%/include/classes/parsers/CMacroParser.php -%%WWWDIR%%/include/classes/parsers/CParser.php -%%WWWDIR%%/include/classes/parsers/CPrometheusOutputParser.php -%%WWWDIR%%/include/classes/parsers/CPrometheusPatternParser.php -%%WWWDIR%%/include/classes/parsers/CRangeParser.php -%%WWWDIR%%/include/classes/parsers/CRangesParser.php -%%WWWDIR%%/include/classes/parsers/CRangeTimeParser.php -%%WWWDIR%%/include/classes/parsers/CReferenceParser.php -%%WWWDIR%%/include/classes/parsers/CRelativeTimeParser.php -%%WWWDIR%%/include/classes/parsers/CReplacementParser.php -%%WWWDIR%%/include/classes/parsers/CSchedulingIntervalParser.php -%%WWWDIR%%/include/classes/parsers/CSetParser.php -%%WWWDIR%%/include/classes/parsers/CSimpleIntervalParser.php -%%WWWDIR%%/include/classes/parsers/CTimePeriodParser.php -%%WWWDIR%%/include/classes/parsers/CTimePeriodsParser.php -%%WWWDIR%%/include/classes/parsers/CTriggerExpression.php -%%WWWDIR%%/include/classes/parsers/CUpdateIntervalParser.php -%%WWWDIR%%/include/classes/parsers/CUserMacroParser.php -%%WWWDIR%%/include/classes/parsers/CValidationRule.php -%%WWWDIR%%/include/classes/parsers/results/CParserResult.php -%%WWWDIR%%/include/classes/parsers/results/CTriggerExprParserResult.php -%%WWWDIR%%/include/classes/regexp/CGlobalRegexp.php -%%WWWDIR%%/include/classes/routing/CUrl.php -%%WWWDIR%%/include/classes/routing/CUrlFactory.php -%%WWWDIR%%/include/classes/screens/CScreenActions.php -%%WWWDIR%%/include/classes/screens/CScreenBase.php -%%WWWDIR%%/include/classes/screens/CScreenBuilder.php -%%WWWDIR%%/include/classes/screens/CScreenChart.php -%%WWWDIR%%/include/classes/screens/CScreenClock.php -%%WWWDIR%%/include/classes/screens/CScreenDataOverview.php -%%WWWDIR%%/include/classes/screens/CScreenDiscovery.php -%%WWWDIR%%/include/classes/screens/CScreenEvents.php -%%WWWDIR%%/include/classes/screens/CScreenGraph.php -%%WWWDIR%%/include/classes/screens/CScreenHistory.php -%%WWWDIR%%/include/classes/screens/CScreenHostgroupTriggers.php -%%WWWDIR%%/include/classes/screens/CScreenHostsInfo.php -%%WWWDIR%%/include/classes/screens/CScreenHostTriggers.php -%%WWWDIR%%/include/classes/screens/CScreenHttpTest.php -%%WWWDIR%%/include/classes/screens/CScreenHttpTestDetails.php -%%WWWDIR%%/include/classes/screens/CScreenLldGraph.php -%%WWWDIR%%/include/classes/screens/CScreenLldGraphBase.php -%%WWWDIR%%/include/classes/screens/CScreenLldSimpleGraph.php -%%WWWDIR%%/include/classes/screens/CScreenMap.php -%%WWWDIR%%/include/classes/screens/CScreenPlainText.php -%%WWWDIR%%/include/classes/screens/CScreenProblem.php -%%WWWDIR%%/include/classes/screens/CScreenServerInfo.php -%%WWWDIR%%/include/classes/screens/CScreenSimpleGraph.php -%%WWWDIR%%/include/classes/screens/CScreenSystemStatus.php -%%WWWDIR%%/include/classes/screens/CScreenTriggersInfo.php -%%WWWDIR%%/include/classes/screens/CScreenTriggersOverview.php -%%WWWDIR%%/include/classes/screens/CScreenUrl.php -%%WWWDIR%%/include/classes/server/CZabbixServer.php -%%WWWDIR%%/include/classes/services/CServicesSlaCalculator.php -%%WWWDIR%%/include/classes/setup/CFrontendSetup.php -%%WWWDIR%%/include/classes/setup/CSetupWizard.php -%%WWWDIR%%/include/classes/tree/CServiceTree.php -%%WWWDIR%%/include/classes/tree/CTree.php -%%WWWDIR%%/include/classes/triggers/CTextTriggerConstructor.php -%%WWWDIR%%/include/classes/user/CFavorite.php -%%WWWDIR%%/include/classes/user/CProfile.php -%%WWWDIR%%/include/classes/user/CWebUser.php -%%WWWDIR%%/include/classes/validators/CActionCondValidator.php -%%WWWDIR%%/include/classes/validators/CApiInputValidator.php -%%WWWDIR%%/include/classes/validators/CCollectionValidator.php -%%WWWDIR%%/include/classes/validators/CColorValidator.php -%%WWWDIR%%/include/classes/validators/CDecimalStringValidator.php -%%WWWDIR%%/include/classes/validators/CDecimalValidator.php -%%WWWDIR%%/include/classes/validators/CEmailValidator.php -%%WWWDIR%%/include/classes/validators/CFunctionValidator.php -%%WWWDIR%%/include/classes/validators/CHtmlUrlValidator.php -%%WWWDIR%%/include/classes/validators/CIdValidator.php -%%WWWDIR%%/include/classes/validators/CLdapAuthValidator.php -%%WWWDIR%%/include/classes/validators/CLimitedSetValidator.php -%%WWWDIR%%/include/classes/validators/CNewValidator.php -%%WWWDIR%%/include/classes/validators/CPartialValidatorInterface.php -%%WWWDIR%%/include/classes/validators/CRegexValidator.php -%%WWWDIR%%/include/classes/validators/CStringValidator.php -%%WWWDIR%%/include/classes/validators/CValidator.php -%%WWWDIR%%/include/classes/validators/event/CEventSourceObjectValidator.php -%%WWWDIR%%/include/classes/validators/host/CHostNormalValidator.php -%%WWWDIR%%/include/classes/validators/object/CConditionValidator.php -%%WWWDIR%%/include/classes/validators/object/CUpdateDiscoveredValidator.php -%%WWWDIR%%/include/classes/validators/schema/CSchemaValidator.php -%%WWWDIR%%/include/classes/widgets/CWidgetConfig.php -%%WWWDIR%%/include/classes/widgets/CWidgetHelper.php -%%WWWDIR%%/include/classes/widgets/fields/CWidgetField.php -%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldApplication.php -%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldCheckBox.php -%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldCheckBoxList.php -%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldComboBox.php -%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldDatePicker.php -%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldGraphDataSet.php -%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldGraphOverride.php -%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldHidden.php -%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldHostPatternSelect.php -%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldIntegerBox.php -%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldMs.php -%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldMsGraph.php -%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldMsGraphPrototype.php -%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldMsGroup.php -%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldMsHost.php -%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldMsItem.php -%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldMsItemPrototype.php -%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldNumericBox.php -%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldRadioButtonList.php -%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldRangeControl.php -%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldReference.php -%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldSelectResource.php -%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldSeverities.php -%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldTags.php -%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldTextBox.php -%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldUrl.php -%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldWidgetListComboBox.php -%%WWWDIR%%/include/classes/widgets/forms/CWidgetForm.php -%%WWWDIR%%/include/classes/widgets/forms/CWidgetFormActionLog.php -%%WWWDIR%%/include/classes/widgets/forms/CWidgetFormClock.php -%%WWWDIR%%/include/classes/widgets/forms/CWidgetFormDataOver.php -%%WWWDIR%%/include/classes/widgets/forms/CWidgetFormGraph.php -%%WWWDIR%%/include/classes/widgets/forms/CWidgetFormGraphPrototype.php -%%WWWDIR%%/include/classes/widgets/forms/CWidgetFormHostAvail.php -%%WWWDIR%%/include/classes/widgets/forms/CWidgetFormMap.php -%%WWWDIR%%/include/classes/widgets/forms/CWidgetFormNavTree.php -%%WWWDIR%%/include/classes/widgets/forms/CWidgetFormPlainText.php -%%WWWDIR%%/include/classes/widgets/forms/CWidgetFormProblemHosts.php -%%WWWDIR%%/include/classes/widgets/forms/CWidgetFormProblems.php -%%WWWDIR%%/include/classes/widgets/forms/CWidgetFormProblemsBySv.php -%%WWWDIR%%/include/classes/widgets/forms/CWidgetFormSvgGraph.php -%%WWWDIR%%/include/classes/widgets/forms/CWidgetFormTrigOver.php -%%WWWDIR%%/include/classes/widgets/forms/CWidgetFormUrl.php -%%WWWDIR%%/include/classes/widgets/forms/CWidgetFormWeb.php -%%WWWDIR%%/include/classes/widgets/views/widget.actionlog.form.view.php -%%WWWDIR%%/include/classes/widgets/views/widget.clock.form.view.php -%%WWWDIR%%/include/classes/widgets/views/widget.dataover.form.view.php -%%WWWDIR%%/include/classes/widgets/views/widget.discovery.form.view.php -%%WWWDIR%%/include/classes/widgets/views/widget.favgraphs.form.view.php -%%WWWDIR%%/include/classes/widgets/views/widget.favmaps.form.view.php -%%WWWDIR%%/include/classes/widgets/views/widget.favscreens.form.view.php -%%WWWDIR%%/include/classes/widgets/views/widget.graph.form.view.php -%%WWWDIR%%/include/classes/widgets/views/widget.graphprototype.form.view.php -%%WWWDIR%%/include/classes/widgets/views/widget.hostavail.form.view.php -%%WWWDIR%%/include/classes/widgets/views/widget.map.form.view.php -%%WWWDIR%%/include/classes/widgets/views/widget.navtree.form.view.php -%%WWWDIR%%/include/classes/widgets/views/widget.plaintext.form.view.php -%%WWWDIR%%/include/classes/widgets/views/widget.problemhosts.form.view.php -%%WWWDIR%%/include/classes/widgets/views/widget.problems.form.view.php -%%WWWDIR%%/include/classes/widgets/views/widget.problemsbysv.form.view.php -%%WWWDIR%%/include/classes/widgets/views/widget.svggraph.form.view.php -%%WWWDIR%%/include/classes/widgets/views/widget.systeminfo.form.view.php -%%WWWDIR%%/include/classes/widgets/views/widget.trigover.form.view.php -%%WWWDIR%%/include/classes/widgets/views/widget.url.form.view.php -%%WWWDIR%%/include/classes/widgets/views/widget.web.form.view.php -%%WWWDIR%%/include/classes/xml/CXmlConstantName.php -%%WWWDIR%%/include/classes/xml/CXmlConstantValue.php -%%WWWDIR%%/include/config.inc.php -%%WWWDIR%%/include/correlation.inc.php -%%WWWDIR%%/include/db.inc.php -%%WWWDIR%%/include/debug.inc.php -%%WWWDIR%%/include/defines.inc.php -%%WWWDIR%%/include/discovery.inc.php -%%WWWDIR%%/include/draw.inc.php -%%WWWDIR%%/include/events.inc.php -%%WWWDIR%%/include/forms.inc.php -%%WWWDIR%%/include/func.inc.php -%%WWWDIR%%/include/gettextwrapper.inc.php -%%WWWDIR%%/include/graphs.inc.php -%%WWWDIR%%/include/hostgroups.inc.php -%%WWWDIR%%/include/hosts.inc.php -%%WWWDIR%%/include/html.inc.php -%%WWWDIR%%/include/httptest.inc.php -%%WWWDIR%%/include/ident.inc.php -%%WWWDIR%%/include/images.inc.php -%%WWWDIR%%/include/items.inc.php -%%WWWDIR%%/include/js.inc.php -%%WWWDIR%%/include/locales.inc.php -%%WWWDIR%%/include/maintenances.inc.php -%%WWWDIR%%/include/maps.inc.php -%%WWWDIR%%/include/media.inc.php -%%WWWDIR%%/include/menu.inc.php -%%WWWDIR%%/include/page_footer.php -%%WWWDIR%%/include/page_header.php -%%WWWDIR%%/include/perm.inc.php -%%WWWDIR%%/include/profiles.inc.php -%%WWWDIR%%/include/regexp.inc.php -%%WWWDIR%%/include/schema.inc.php -%%WWWDIR%%/include/screens.inc.php -%%WWWDIR%%/include/services.inc.php -%%WWWDIR%%/include/sounds.inc.php -%%WWWDIR%%/include/translateDefines.inc.php -%%WWWDIR%%/include/triggers.inc.php -%%WWWDIR%%/include/users.inc.php -%%WWWDIR%%/include/validate.inc.php -%%WWWDIR%%/include/valuemap.inc.php -%%WWWDIR%%/include/views/administration.auditacts.list.php -%%WWWDIR%%/include/views/administration.auditlogs.list.php -%%WWWDIR%%/include/views/administration.general.gui.edit.php -%%WWWDIR%%/include/views/administration.general.housekeeper.edit.php -%%WWWDIR%%/include/views/administration.general.iconmap.edit.php -%%WWWDIR%%/include/views/administration.general.iconmap.list.php -%%WWWDIR%%/include/views/administration.general.image.edit.php -%%WWWDIR%%/include/views/administration.general.image.list.php -%%WWWDIR%%/include/views/administration.general.macros.edit.php -%%WWWDIR%%/include/views/administration.general.other.edit.php -%%WWWDIR%%/include/views/administration.general.regularexpressions.edit.php -%%WWWDIR%%/include/views/administration.general.regularexpressions.list.php -%%WWWDIR%%/include/views/administration.general.trigger.options.edit.php -%%WWWDIR%%/include/views/administration.general.trigseverity.edit.php -%%WWWDIR%%/include/views/administration.general.valuemapping.edit.php -%%WWWDIR%%/include/views/administration.general.valuemapping.list.php -%%WWWDIR%%/include/views/administration.general.workingtime.edit.php -%%WWWDIR%%/include/views/administration.usergroups.edit.php -%%WWWDIR%%/include/views/administration.usergroups.list.php -%%WWWDIR%%/include/views/common.filter.trigger.php -%%WWWDIR%%/include/views/conf.import.php -%%WWWDIR%%/include/views/configuration.action.edit.php -%%WWWDIR%%/include/views/configuration.action.list.php -%%WWWDIR%%/include/views/configuration.application.edit.php -%%WWWDIR%%/include/views/configuration.application.list.php -%%WWWDIR%%/include/views/configuration.copy.elements.php -%%WWWDIR%%/include/views/configuration.correlation.edit.php -%%WWWDIR%%/include/views/configuration.correlation.list.php -%%WWWDIR%%/include/views/configuration.discovery.edit.php -%%WWWDIR%%/include/views/configuration.discovery.list.php -%%WWWDIR%%/include/views/configuration.graph.edit.php -%%WWWDIR%%/include/views/configuration.graph.list.php -%%WWWDIR%%/include/views/configuration.host.discovery.edit.php -%%WWWDIR%%/include/views/configuration.host.discovery.list.php -%%WWWDIR%%/include/views/configuration.host.edit.php -%%WWWDIR%%/include/views/configuration.host.list.php -%%WWWDIR%%/include/views/configuration.host.massupdate.php -%%WWWDIR%%/include/views/configuration.host.prototype.edit.php -%%WWWDIR%%/include/views/configuration.host.prototype.list.php -%%WWWDIR%%/include/views/configuration.hostgroups.edit.php -%%WWWDIR%%/include/views/configuration.hostgroups.list.php -%%WWWDIR%%/include/views/configuration.httpconf.edit.php -%%WWWDIR%%/include/views/configuration.httpconf.list.php -%%WWWDIR%%/include/views/configuration.item.edit.php -%%WWWDIR%%/include/views/configuration.item.list.php -%%WWWDIR%%/include/views/configuration.item.massupdate.php -%%WWWDIR%%/include/views/configuration.item.prototype.edit.php -%%WWWDIR%%/include/views/configuration.item.prototype.list.php -%%WWWDIR%%/include/views/configuration.item.prototype.massupdate.php -%%WWWDIR%%/include/views/configuration.maintenance.edit.php -%%WWWDIR%%/include/views/configuration.maintenance.list.php -%%WWWDIR%%/include/views/configuration.services.edit.php -%%WWWDIR%%/include/views/configuration.services.list.php -%%WWWDIR%%/include/views/configuration.services.parent.list.php -%%WWWDIR%%/include/views/configuration.tags.tab.php -%%WWWDIR%%/include/views/configuration.template.edit.php -%%WWWDIR%%/include/views/configuration.template.list.php -%%WWWDIR%%/include/views/configuration.template.massupdate.php -%%WWWDIR%%/include/views/configuration.trigger.prototype.edit.php -%%WWWDIR%%/include/views/configuration.trigger.prototype.list.php -%%WWWDIR%%/include/views/configuration.trigger.prototype.massupdate.php -%%WWWDIR%%/include/views/configuration.triggers.edit.php -%%WWWDIR%%/include/views/configuration.triggers.list.php -%%WWWDIR%%/include/views/configuration.triggers.massupdate.php -%%WWWDIR%%/include/views/general.browserwarning.php -%%WWWDIR%%/include/views/general.login.php -%%WWWDIR%%/include/views/general.warning.php -%%WWWDIR%%/include/views/inventory.host.list.php -%%WWWDIR%%/include/views/inventory.host.view.php -%%WWWDIR%%/include/views/js/adm.regexprs.edit.js.php -%%WWWDIR%%/include/views/js/administration.general.gui.php -%%WWWDIR%%/include/views/js/administration.general.housekeeper.edit.js.php -%%WWWDIR%%/include/views/js/administration.general.iconmap.js.php -%%WWWDIR%%/include/views/js/administration.general.macros.edit.js.php -%%WWWDIR%%/include/views/js/administration.general.trigger.options.js.php -%%WWWDIR%%/include/views/js/administration.general.trigseverity.js.php -%%WWWDIR%%/include/views/js/administration.general.valuemapping.edit.js.php -%%WWWDIR%%/include/views/js/common.filter.trigger.js.php -%%WWWDIR%%/include/views/js/common.init.js.php -%%WWWDIR%%/include/views/js/common.item.edit.js.php -%%WWWDIR%%/include/views/js/common.template.edit.js.php -%%WWWDIR%%/include/views/js/conf.import.js.php -%%WWWDIR%%/include/views/js/configuration.action.edit.js.php -%%WWWDIR%%/include/views/js/configuration.copy.elements.js.php -%%WWWDIR%%/include/views/js/configuration.correlation.edit.js.php -%%WWWDIR%%/include/views/js/configuration.discovery.edit.js.php -%%WWWDIR%%/include/views/js/configuration.graph.edit.js.php -%%WWWDIR%%/include/views/js/configuration.host.discovery.edit.js.php -%%WWWDIR%%/include/views/js/configuration.host.edit.js.php -%%WWWDIR%%/include/views/js/configuration.host.list.js.php -%%WWWDIR%%/include/views/js/configuration.host.massupdate.js.php -%%WWWDIR%%/include/views/js/configuration.host.prototype.edit.js.php -%%WWWDIR%%/include/views/js/configuration.httpconf.edit.js.php -%%WWWDIR%%/include/views/js/configuration.item.edit.js.php -%%WWWDIR%%/include/views/js/configuration.item.list.js.php -%%WWWDIR%%/include/views/js/configuration.item.massupdate.js.php -%%WWWDIR%%/include/views/js/configuration.item.prototype.edit.js.php -%%WWWDIR%%/include/views/js/configuration.maintenance.edit.js.php -%%WWWDIR%%/include/views/js/configuration.services.edit.js.php -%%WWWDIR%%/include/views/js/configuration.tags.tab.js.php -%%WWWDIR%%/include/views/js/configuration.template.list.js.php -%%WWWDIR%%/include/views/js/configuration.template.massupdate.js.php -%%WWWDIR%%/include/views/js/configuration.trigger.massupdate.js.php -%%WWWDIR%%/include/views/js/configuration.triggers.edit.js.php -%%WWWDIR%%/include/views/js/configuration.triggers.list.js.php -%%WWWDIR%%/include/views/js/editabletable.js.php -%%WWWDIR%%/include/views/js/item.preprocessing.js.php -%%WWWDIR%%/include/views/js/monitoring.latest.js.php -%%WWWDIR%%/include/views/js/monitoring.screen.edit.js.php -%%WWWDIR%%/include/views/js/monitoring.slideconf.edit.js.php -%%WWWDIR%%/include/views/js/monitoring.slides.js.php -%%WWWDIR%%/include/views/js/monitoring.sysmap.edit.js.php -%%WWWDIR%%/include/views/js/monitoring.sysmaps.js.php -%%WWWDIR%%/include/views/monitoring.charts.php -%%WWWDIR%%/include/views/monitoring.history.php -%%WWWDIR%%/include/views/monitoring.hostscreen.php -%%WWWDIR%%/include/views/monitoring.overview.items.php -%%WWWDIR%%/include/views/monitoring.overview.triggers.php -%%WWWDIR%%/include/views/monitoring.screen.constructor.edit.php -%%WWWDIR%%/include/views/monitoring.screen.constructor.list.php -%%WWWDIR%%/include/views/monitoring.screen.edit.php -%%WWWDIR%%/include/views/monitoring.screen.list.php -%%WWWDIR%%/include/views/monitoring.screen.php -%%WWWDIR%%/include/views/monitoring.slideconf.edit.php -%%WWWDIR%%/include/views/monitoring.slideconf.list.php -%%WWWDIR%%/include/views/monitoring.slides.php -%%WWWDIR%%/include/views/monitoring.sysmap.constructor.php -%%WWWDIR%%/include/views/monitoring.sysmap.edit.php -%%WWWDIR%%/include/views/monitoring.sysmap.list.php -%%WWWDIR%%/include/views/reports.toptriggers.php -%%WWWDIR%%/index_http.php -%%WWWDIR%%/index.php -%%WWWDIR%%/items.php -%%WWWDIR%%/js/browsers.js -%%WWWDIR%%/js/chkbxrange.js -%%WWWDIR%%/js/class.bbcode.js -%%WWWDIR%%/js/class.browsertab.js -%%WWWDIR%%/js/class.calendar.js -%%WWWDIR%%/js/class.cclock.js -%%WWWDIR%%/js/class.cdate.js -%%WWWDIR%%/js/class.cdebug.js -%%WWWDIR%%/js/class.cmap.js -%%WWWDIR%%/js/class.cnavtree.js -%%WWWDIR%%/js/class.cookie.js -%%WWWDIR%%/js/class.coverride.js -%%WWWDIR%%/js/class.crangecontrol.js -%%WWWDIR%%/js/class.cscreen.js -%%WWWDIR%%/js/class.csuggest.js -%%WWWDIR%%/js/class.csvggraph.js -%%WWWDIR%%/js/class.ctree.js -%%WWWDIR%%/js/class.curl.js -%%WWWDIR%%/js/class.cverticalaccordion.js -%%WWWDIR%%/js/class.cviewswitcher.js -%%WWWDIR%%/js/class.localstorage.js -%%WWWDIR%%/js/class.mapwidget.js -%%WWWDIR%%/js/class.notification.collection.js -%%WWWDIR%%/js/class.notification.js -%%WWWDIR%%/js/class.notifications.audio.js -%%WWWDIR%%/js/class.notifications.js -%%WWWDIR%%/js/class.overlaycollection.js -%%WWWDIR%%/js/class.pmaster.js -%%WWWDIR%%/js/class.promise.js -%%WWWDIR%%/js/class.rpc.js -%%WWWDIR%%/js/colorpicker.js -%%WWWDIR%%/js/common.js -%%WWWDIR%%/js/csvggraphwidget.js -%%WWWDIR%%/js/dashboard.grid.js -%%WWWDIR%%/js/flickerfreescreen.js -%%WWWDIR%%/js/functions.js -%%WWWDIR%%/js/gtlc.js -%%WWWDIR%%/js/init.js -%%WWWDIR%%/js/layout.mode.js -%%WWWDIR%%/js/main.js -%%WWWDIR%%/js/menupopup.js -%%WWWDIR%%/js/multilineinput.js -%%WWWDIR%%/js/multiselect.js -%%WWWDIR%%/js/pages/items.js -%%WWWDIR%%/js/servercheck.js -%%WWWDIR%%/js/textareaflexible.js -%%WWWDIR%%/js/vector/class.svg.canvas.js -%%WWWDIR%%/js/vector/class.svg.map.js -%%WWWDIR%%/js/vendors/jquery-ui.js -%%WWWDIR%%/js/vendors/jquery.js -%%WWWDIR%%/js/vendors/prototype.js -%%WWWDIR%%/jsLoader.php -%%WWWDIR%%/jsrpc.php -%%WWWDIR%%/latest.php -%%WWWDIR%%/local/.htaccess -%%WWWDIR%%/local/README -%%WWWDIR%%/locale/add_new_language.sh -%%WWWDIR%%/locale/bg/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/bg/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/ca/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/ca/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/cs/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/cs/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/de/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/de/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/el/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/el/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/en_US/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/en_US/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/es/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/es/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/fa/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/fa/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/fi/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/fi/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/fr/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/fr/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/he/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/he/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/hu/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/hu/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/id/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/id/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/it/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/it/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/ja/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/ja/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/ka/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/ka/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/ko/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/ko/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/lt/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/lt/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/lv/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/lv/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/make_mo.sh -%%WWWDIR%%/locale/nb/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/nb/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/nl/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/nl/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/pl/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/pl/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/pt_BR/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/pt_BR/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/pt_PT/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/pt_PT/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/README -%%WWWDIR%%/locale/ro/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/ro/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/ru/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/ru/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/sk/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/sk/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/sv/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/sv/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/tr/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/tr/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/uk/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/uk/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/update_po.sh -%%WWWDIR%%/locale/vi/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/vi/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/zh_CN/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/zh_CN/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/zh_TW/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/zh_TW/LC_MESSAGES/frontend.po -%%WWWDIR%%/maintenance.php -%%WWWDIR%%/map.import.php -%%WWWDIR%%/map.php -%%WWWDIR%%/overview.php -%%WWWDIR%%/queue.php -%%WWWDIR%%/report2.php -%%WWWDIR%%/report4.php -%%WWWDIR%%/robots.txt -%%WWWDIR%%/screen.import.php -%%WWWDIR%%/screenconf.php -%%WWWDIR%%/screenedit.php -%%WWWDIR%%/screens.php -%%WWWDIR%%/services.php -%%WWWDIR%%/setup.php -%%WWWDIR%%/slideconf.php -%%WWWDIR%%/slides.php -%%WWWDIR%%/srv_status.php -%%WWWDIR%%/sysmap.php -%%WWWDIR%%/sysmaps.php -%%WWWDIR%%/templates.php -%%WWWDIR%%/toptriggers.php -%%WWWDIR%%/tr_events.php -%%WWWDIR%%/trigger_prototypes.php -%%WWWDIR%%/triggers.php -%%WWWDIR%%/usergrps.php -%%WWWDIR%%/zabbix.php -@dir %%WWWDIR%%/local/app/controllers -@dir %%WWWDIR%%/local/app/views -@dir %%WWWDIR%%/local/conf diff --git a/net-mgmt/zabbix44-server/pkg-plist.java b/net-mgmt/zabbix44-server/pkg-plist.java deleted file mode 100644 index 4b0bd8f968de..000000000000 --- a/net-mgmt/zabbix44-server/pkg-plist.java +++ /dev/null @@ -1,11 +0,0 @@ -sbin/zabbix_java/shutdown.sh -sbin/zabbix_java/lib/logback-console.xml -sbin/zabbix_java/lib/logback-core-0.9.27.jar -sbin/zabbix_java/lib/logback-classic-0.9.27.jar -sbin/zabbix_java/lib/logback.xml -sbin/zabbix_java/lib/slf4j-api-1.6.1.jar -sbin/zabbix_java/lib/android-json-4.3_r3.1.jar -@sample sbin/zabbix_java/settings.sh.sample -sbin/zabbix_java/startup.sh -sbin/zabbix_java/bin/zabbix-java-gateway-%%PORTVERSION%%.jar -@dir(zabbix,zabbix,755) /var/run/zabbix diff --git a/print/Makefile b/print/Makefile index ad9b4a891926..2a2d2dd0e920 100644 --- a/print/Makefile +++ b/print/Makefile @@ -90,7 +90,6 @@ SUBDIR += html2ps SUBDIR += hyperlatex SUBDIR += indexinfo - SUBDIR += jabref SUBDIR += kde_poster SUBDIR += latex-beamer SUBDIR += latex-biber diff --git a/print/jabref/Makefile b/print/jabref/Makefile deleted file mode 100644 index 147ba778d8f4..000000000000 --- a/print/jabref/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# Created by: Fernan Aguero <fernan@iib.unsam.edu.ar> -# $FreeBSD$ - -PORTNAME= jabref -PORTVERSION= 4.3.1 -PORTEPOCH= 1 -CATEGORIES= print education java editors -MASTER_SITES= https://builds.jabref.org/ \ - https://github.com/JabRef/jabref/releases/download/v${PORTVERSION}/ -DISTNAME= JabRef-${PORTVERSION} -EXTRACT_SUFX= .jar -EXTRACT_ONLY= # - -MAINTAINER= mandree@FreeBSD.org -COMMENT= BibTeX native bibliographic reference manager - -LICENSE= GPLv2 GPLv3 -LICENSE_COMB= dual - -DEPRECATED= depends on expiring java/openjfx8-devel -EXPIRATION_DATE= 2020-11-30 - -PORTSCOUT= limit:.*[0-9]$$ - -USE_JAVA= yes -JAVA_VERSION= 1.8 -NO_BUILD= yes -NO_ARCH= yes - -RUN_DEPENDS= openjfx8-devel>0:java/openjfx8-devel - -DATADIR= ${JAVASHAREDIR}/${PORTNAME} -icon= ${DATADIR}/${PORTNAME}-icon48x48.png - -SUB_FILES= ${PORTNAME}.sh ${PORTNAME}.desktop -SUB_LIST= JARNAME=${PORTNAME}.jar - -USES= desktop-file-utils - -do-install: - ${MKDIR} ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${DISTDIR}/${DISTFILES} ${STAGEDIR}${DATADIR}/${PORTNAME}.jar - ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME} - ${INSTALL_DATA} ${FILESDIR}/JabRef-icon-48.png ${STAGEDIR}${icon} - ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR} - -.include <bsd.port.mk> diff --git a/print/jabref/distinfo b/print/jabref/distinfo deleted file mode 100644 index a11838acae7f..000000000000 --- a/print/jabref/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1530747753 -SHA256 (JabRef-4.3.1.jar) = 5b52ee079c430a59d99006a644bba3d191c21d1ec9e6bae5c87493ad74ccc395 -SIZE (JabRef-4.3.1.jar) = 56868438 diff --git a/print/jabref/files/JabRef-icon-48.png b/print/jabref/files/JabRef-icon-48.png Binary files differdeleted file mode 100644 index ed424d7d25c0..000000000000 --- a/print/jabref/files/JabRef-icon-48.png +++ /dev/null diff --git a/print/jabref/files/jabref.desktop.in b/print/jabref/files/jabref.desktop.in deleted file mode 100644 index 366349a8d0ed..000000000000 --- a/print/jabref/files/jabref.desktop.in +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Type=Application -Version=1.0 -Name=JabRef -GenericName=Bibliographic Reference Manager -Comment=Open Source Bibliography Reference Manager for BibTeX databases -Icon=%%DATADIR%%/jabref-icon48x48.png -Exec=%%PREFIX%%/bin/jabref %f -MimeType=text/x-bibtex; -Categories=Education;Science; -StartupNotify=false diff --git a/print/jabref/files/jabref.sh.in b/print/jabref/files/jabref.sh.in deleted file mode 100644 index 36ba1108ccd4..000000000000 --- a/print/jabref/files/jabref.sh.in +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -JAVA_VERSION="%%JAVA_VERSION%%" exec "%%LOCALBASE%%/bin/java" -jar "%%DATADIR%%/%%JARNAME%%" "$@" diff --git a/print/jabref/pkg-descr b/print/jabref/pkg-descr deleted file mode 100644 index bb380a13f631..000000000000 --- a/print/jabref/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -JabRef is an open source bibliography reference manager. The native file -format used by JabRef is BibTeX, the standard LaTeX bibliography format. -As such it can also be considered a BibTeX editor. - -JabRef runs on the Java VM (version 1.4.2 or greater). - -Some of its features: - - o Search and fetch references from Medline/PubMed and CiteSeer - o Search, classify and sort entries in your BibTeX files - o import and export of references in various formats - o launch external viewers and insert citations into LyX and Kile - o automatically generate BibTeX keys - o customize (add your own) BibTeX fields - -WWW: http://www.jabref.org/ diff --git a/print/jabref/pkg-plist b/print/jabref/pkg-plist deleted file mode 100644 index 29da4357b357..000000000000 --- a/print/jabref/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/jabref -%%DATADIR%%/jabref.jar -%%DATADIR%%/jabref-icon48x48.png -share/applications/jabref.desktop diff --git a/science/Makefile b/science/Makefile index bb523fc74d36..306e13361248 100644 --- a/science/Makefile +++ b/science/Makefile @@ -59,7 +59,6 @@ SUBDIR += cp2k-data SUBDIR += crf++ SUBDIR += dalton - SUBDIR += datawarrior SUBDIR += dcl SUBDIR += devisor SUBDIR += dftbplus diff --git a/science/datawarrior/Makefile b/science/datawarrior/Makefile deleted file mode 100644 index 1fafdbf4a84b..000000000000 --- a/science/datawarrior/Makefile +++ /dev/null @@ -1,54 +0,0 @@ -# $FreeBSD$ - -PORTNAME= datawarrior -DISTVERSION= 5.0.0 -CATEGORIES= science java -MASTER_SITES= https://www.dropbox.com/s/n3sjyh2ets71wo9/${DISTNAME}${EXTRACT_SUFX}?dl=1&dummy=/ -DISTNAME= datawarrior${DISTVERSION:S/.//g}Source - -MAINTAINER= yuri@FreeBSD.org -COMMENT= Chemistry-aware multi-purpose data visualization and analysis program - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-08-26 - -LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/gpl.txt - -DEPRECATED= depends on expiring java/openjfx8-devel -EXPIRATION_DATE= 2020-11-30 - -BUILD_DEPENDS= openjfx8-devel>0:java/openjfx8-devel -RUN_DEPENDS= openjfx8-devel>0:java/openjfx8-devel - -USE_JAVA= yes -USE_LOCALE= en_US.UTF-8 -NO_ARCH= yes - -WRKSRC= ${WRKDIR}/publicSource - -do-build: - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./buildDataWarrior - -do-install: - cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} - @${FIND} ${STAGEDIR}${DATADIR} -name "*.java" -delete - @cd ${STAGEDIR}${DATADIR} && ${RM} gpl.txt buildDataWarrior - @(echo "#!/bin/sh"; \ - echo ""; \ - echo "cd ${DATADIR} && sh runDataWarrior"; \ - ) > ${STAGEDIR}${PREFIX}/bin/${PORTNAME} - @${CHMOD} +x ${STAGEDIR}${PREFIX}/bin/${PORTNAME} - # delete empty directories hierarchically - @cd ${STAGEDIR}${DATADIR} && \ - while [ $$(${FIND} . -type d -empty | wc -l) != 0 ] ; do \ - ${FIND} . -type d -empty -delete; \ - done - -post-install: # autoplist: a lot of files in DATADIR - @cd ${STAGEDIR}${PREFIX} && \ - ${FIND} ${DATADIR:S/^${PREFIX}\///} -type f >> ${TMPPLIST} - @${ECHO} "bin/${PORTNAME}" >> ${TMPPLIST} - -.include <bsd.port.mk> diff --git a/science/datawarrior/distinfo b/science/datawarrior/distinfo deleted file mode 100644 index 188a64ac5b5a..000000000000 --- a/science/datawarrior/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1548484750 -SHA256 (datawarrior500Source.tar.gz) = eed79e80a36e90aebeb8e90aaa193f1e7213ed5d10175e27952e072e842a114d -SIZE (datawarrior500Source.tar.gz) = 22392950 diff --git a/science/datawarrior/pkg-descr b/science/datawarrior/pkg-descr deleted file mode 100644 index 49f259f8149b..000000000000 --- a/science/datawarrior/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -DataWarrior is an interactive, chemistry-aware multi-purpose data visualization -and analysis program. It works on any kind of tabular data assuming rows to -contain objects or cases and columns to contain associated properties and -values. DataWarrior provides interactive views to visualize data, to discover -correlations and to extract hidden knowledge from large data sets. Data filters -allow focusing on specific data subsets in a dynamic way. Chemical intelligence -is woven into the program to work with chemical structures as easily as with -numerical values. Data can be filtered on structural motives, views are -chemistry aware, molecule properties can be predicted from chemical structures, -and specialized cheminformatics methods explore the relationship between -chemical structure and measured properties. DataWarrior supports multiple files -types and allows merging data from files with data from the clipboard or from -databases. - -WWW: http://www.openmolecules.org/ |