diff options
102 files changed, 14 insertions, 3083 deletions
@@ -11644,3 +11644,17 @@ devel/rubygem-grape0|devel/rubygem-grape|2019-02-28|Has expired: Use devel/rubyg www/rubygem-jwt1|www/rubygem-jwt|2019-02-28|Has expired: Use www/rubygem-jwt instead www/rubygem-rack-cors0|www/rubygem-rack-cors|2019-02-28|Has expired: Use www/rubygem-rack-cors instead databases/py-sqlparse01|databases/py-sqlparse020|2019-02-28|Removed: Use databases/py-sqlparse020, if you need sqlparse for py-twext +devel/uboot-mkimage|sysutils/u-boot-tools|2019-03-03|Has expired: Use sysutils/u-boot-tools +graphics/clutter-gtk|graphics/clutter-gtk3|2019-03-03|Has expired: 0.10.x is unmaintained upstream and unused in the ports tree +databases/puppetdb4|databases/puppetdb5|2019-03-03|Has expired: Puppet 4 has reached EOL +sysutils/puppet4|sysutils/puppet5|2019-03-03|Has expired: Puppet 4 has reached EOL +sysutils/puppetserver|sysutils/puppetserver5|2019-03-03|Has expired: Puppet 4 has reached EOL +www/qupzilla-qt5|www/falkon|2019-03-03|Has expired: Project continues as www/falkon +databases/puppetdb-terminus4|databases/puppetdb-terminus5|2019-03-03|Has expired: Puppet 4 has reached EOL +sysutils/bacula-client|sysutils/bacula9-client|2019-03-03|Has expired: Unsupported. Please migrate to bacula9-server +net-mgmt/nagios-check_bacula|net-mgmt/nagios-check_bacula9|2019-03-03|Has expired: Unsupported. Please migrate to bacula9-server +security/kc|security/kc24|2019-03-03|Has expired: Versions 2.4.x use incompatible database format +sysutils/bacula-server|sysutils/bacula9-server|2019-03-03|Has expired: Unsupported. Please migrate to bacula9-server +sysutils/bacula-docs|sysutils/bacula9-docs|2019-03-03|Has expired: Unsupported. Please migrate to bacula9-docs +sysutils/bacula-client-static|sysutils/bacula9-client-static|2019-03-03|Has expired: Unsupported. Please migrate to bacula9-server +sysutils/bacula-bat|sysutils/bacula9-bat|2019-03-03|Has expired: Unsupported. Please migrate to bacula9-server diff --git a/databases/Makefile b/databases/Makefile index 04d324c2160e..8925c82517d6 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -743,10 +743,8 @@ SUBDIR += proftpd-mod_sql_tds SUBDIR += pspg SUBDIR += puppetdb-cli - SUBDIR += puppetdb-terminus4 SUBDIR += puppetdb-terminus5 SUBDIR += puppetdb-terminus6 - SUBDIR += puppetdb4 SUBDIR += puppetdb5 SUBDIR += puppetdb6 SUBDIR += pure-sql3 diff --git a/databases/puppetdb-terminus4/Makefile b/databases/puppetdb-terminus4/Makefile deleted file mode 100644 index e021b577b6ab..000000000000 --- a/databases/puppetdb-terminus4/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# $FreeBSD$ - -PORTNAME= puppetdb-terminus -PORTVERSION= 4.4.0 -CATEGORIES= databases ruby -MASTER_SITES= http://downloads.puppetlabs.com/puppetdb/ -PKGNAMESUFFIX= 4 -DISTNAME= puppetdb-${PORTVERSION} - -MAINTAINER= puppet@FreeBSD.org -COMMENT= PuppetDB storeconfigs backend terminus module - -LICENSE= APACHE20 - -DEPRECATED= Puppet 4 has reached EOL -EXPIRATION_DATE=2019-02-28 - -BUILD_DEPENDS= puppet4>=0:sysutils/puppet4 - -CONFLICTS_INSTALL= puppetdb-terminus5-* puppetdb-terminus6-* -USE_RUBY= yes -NO_BUILD= yes -USES= gmake - -post-patch: - @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|" ${WRKSRC}/Makefile - -do-install: - @cd ${WRKSRC} && ${SETENV} DESTDIR=${STAGEDIR} ${GMAKE} install-puppetdb-termini - -.include <bsd.port.mk> diff --git a/databases/puppetdb-terminus4/distinfo b/databases/puppetdb-terminus4/distinfo deleted file mode 100644 index 89f4f45d0263..000000000000 --- a/databases/puppetdb-terminus4/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1493775596 -SHA256 (puppetdb-4.4.0.tar.gz) = b9e656846981397a3eed64dff44a7171e6a01b7e8c76c877bd93267d96f50414 -SIZE (puppetdb-4.4.0.tar.gz) = 23629723 diff --git a/databases/puppetdb-terminus4/files/patch-Makefile b/databases/puppetdb-terminus4/files/patch-Makefile deleted file mode 100644 index 0c5fef997202..000000000000 --- a/databases/puppetdb-terminus4/files/patch-Makefile +++ /dev/null @@ -1,62 +0,0 @@ ---- Makefile.orig 2016-03-17 04:17:10 UTC -+++ Makefile -@@ -1,7 +1,7 @@ - prefix = /usr/local - datadir = $(prefix)/share - confdir = /etc --rubylibdir = $(shell ruby -rrbconfig -e "puts RbConfig::CONFIG['sitelibdir']") -+rubylibdir = $(shell %%PREFIX%%/bin/ruby -rrbconfig -e "puts RbConfig::CONFIG['sitelibdir']") - rundir = /var/run - bindir = /usr/bin - -@@ -33,22 +33,34 @@ install-puppetdb: - - - install-puppetdb-termini: -- install -Dm 0644 puppet/indirector/node/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/node/puppetdb.rb" -- install -Dm 0644 puppet/indirector/facts/puppetdb_apply.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/facts/puppetdb_apply.rb" -- install -Dm 0644 puppet/indirector/facts/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/facts/puppetdb.rb" -- install -Dm 0644 puppet/indirector/catalog/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/catalog/puppetdb.rb" -- install -Dm 0644 puppet/indirector/resource/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/resource/puppetdb.rb" -- install -Dm 0644 puppet/util/puppetdb/command.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/command.rb" -- install -Dm 0644 puppet/util/puppetdb/command_names.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/command_names.rb" -- install -Dm 0644 puppet/util/puppetdb/config.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/config.rb" -- install -Dm 0644 puppet/util/puppetdb/http.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/http.rb" -- install -Dm 0644 puppet/util/puppetdb/char_encoding.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/char_encoding.rb" -- install -Dm 0644 puppet/util/puppetdb/atom.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/atom.rb" -- install -Dm 0644 puppet/util/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb.rb" -- install -Dm 0644 puppet/reports/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/reports/puppetdb.rb" -- install -Dm 0644 puppet/face/node/deactivate.rb "$(DESTDIR)$(rubylibdir)/puppet/face/node/deactivate.rb" -- install -Dm 0644 puppet/face/node/status.rb "$(DESTDIR)$(rubylibdir)/puppet/face/node/status.rb" -- install -Dm 0644 puppet/functions/puppetdb_query.rb "$(DESTDIR)$(rubylibdir)/puppet/functions/puppetdb_query.rb" -+ install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet" -+ install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/indirector" -+ install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/indirector/node" -+ install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/indirector/facts" -+ install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/indirector/catalog" -+ install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/indirector/resource" -+ install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/util" -+ install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb" -+ install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/face" -+ install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/face/node" -+ install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/reports" -+ install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/functions" -+ install -m 0644 puppet/indirector/node/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/node/puppetdb.rb" -+ install -m 0644 puppet/indirector/facts/puppetdb_apply.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/facts/puppetdb_apply.rb" -+ install -m 0644 puppet/indirector/facts/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/facts/puppetdb.rb" -+ install -m 0644 puppet/indirector/catalog/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/catalog/puppetdb.rb" -+ install -m 0644 puppet/indirector/resource/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/resource/puppetdb.rb" -+ install -m 0644 puppet/util/puppetdb/command.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/command.rb" -+ install -m 0644 puppet/util/puppetdb/command_names.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/command_names.rb" -+ install -m 0644 puppet/util/puppetdb/config.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/config.rb" -+ install -m 0644 puppet/util/puppetdb/http.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/http.rb" -+ install -m 0644 puppet/util/puppetdb/char_encoding.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/char_encoding.rb" -+ install -m 0644 puppet/util/puppetdb/atom.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/atom.rb" -+ install -m 0644 puppet/util/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb.rb" -+ install -m 0644 puppet/reports/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/reports/puppetdb.rb" -+ install -m 0644 puppet/face/node/deactivate.rb "$(DESTDIR)$(rubylibdir)/puppet/face/node/deactivate.rb" -+ install -m 0644 puppet/face/node/status.rb "$(DESTDIR)$(rubylibdir)/puppet/face/node/status.rb" -+ install -m 0644 puppet/functions/puppetdb_query.rb "$(DESTDIR)$(rubylibdir)/puppet/functions/puppetdb_query.rb" - - install-rpm-sysv-init: install-rpm-preinst - install -d -m 0755 "$(DESTDIR)$(initdir)" diff --git a/databases/puppetdb-terminus4/pkg-descr b/databases/puppetdb-terminus4/pkg-descr deleted file mode 100644 index 82720763fd9c..000000000000 --- a/databases/puppetdb-terminus4/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -The PuppetDB storeconfigs backend terminus module. - -WWW: https://docs.puppetlabs.com/puppetdb/latest/ diff --git a/databases/puppetdb-terminus4/pkg-plist b/databases/puppetdb-terminus4/pkg-plist deleted file mode 100644 index a12b86eb6a1a..000000000000 --- a/databases/puppetdb-terminus4/pkg-plist +++ /dev/null @@ -1,17 +0,0 @@ -%%RUBY_SITELIBDIR%%/puppet/face/node/deactivate.rb -%%RUBY_SITELIBDIR%%/puppet/face/node/status.rb -%%RUBY_SITELIBDIR%%/puppet/functions/puppetdb_query.rb -%%RUBY_SITELIBDIR%%/puppet/indirector/catalog/puppetdb.rb -%%RUBY_SITELIBDIR%%/puppet/indirector/facts/puppetdb.rb -%%RUBY_SITELIBDIR%%/puppet/indirector/facts/puppetdb_apply.rb -%%RUBY_SITELIBDIR%%/puppet/indirector/node/puppetdb.rb -%%RUBY_SITELIBDIR%%/puppet/indirector/resource/puppetdb.rb -%%RUBY_SITELIBDIR%%/puppet/reports/puppetdb.rb -%%RUBY_SITELIBDIR%%/puppet/util/puppetdb.rb -%%RUBY_SITELIBDIR%%/puppet/util/puppetdb/atom.rb -%%RUBY_SITELIBDIR%%/puppet/util/puppetdb/char_encoding.rb -%%RUBY_SITELIBDIR%%/puppet/util/puppetdb/command.rb -%%RUBY_SITELIBDIR%%/puppet/util/puppetdb/command_names.rb -%%RUBY_SITELIBDIR%%/puppet/util/puppetdb/config.rb -%%RUBY_SITELIBDIR%%/puppet/util/puppetdb/http.rb - diff --git a/databases/puppetdb4/Makefile b/databases/puppetdb4/Makefile deleted file mode 100644 index d1bd32d0f7d1..000000000000 --- a/databases/puppetdb4/Makefile +++ /dev/null @@ -1,56 +0,0 @@ -# $FreeBSD$ - -PORTNAME= puppetdb -PORTVERSION= 4.4.0 -CATEGORIES= databases java -MASTER_SITES= http://downloads.puppetlabs.com/puppetdb/ -PKGNAMESUFFIX= 4 - -MAINTAINER= puppet@FreeBSD.org -COMMENT= PuppetDB storeconfigs backend - -LICENSE= APACHE20 - -DEPRECATED= Puppet 4 has reached EOL -EXPIRATION_DATE=2019-02-28 - -RUN_DEPENDS= bash:shells/bash \ - puppet:sysutils/puppet4 - -USE_RC_SUBR= puppetdb - -CONFLICTS_INSTALL= puppetdb5-* puppetdb6-* -USES= shebangfix -SHEBANG_FILES= ext/bin/puppetdb \ - ext/cli/anonymize \ - ext/cli/config-migration \ - ext/cli/export \ - ext/cli/foreground \ - ext/cli/import \ - ext/cli/ssl-setup \ - ext/cli/start \ - ext/cli/stop \ - ext/cli/reload \ - ext/ezbake-functions.sh -USE_JAVA= yes -NO_ARCH= yes -NO_BUILD= yes -JAVA_VERSION= 1.7+ - -USERS= puppetdb -GROUPS= puppetdb - -SUB_LIST= JAVA_HOME=${JAVA_HOME} -SUB_FILES= pkg-message - -post-patch: -.for file in Makefile ext/bin/puppetdb ext/cli/ssl-setup \ - ext/config/conf.d/jetty.ini ext/config/conf.d/config.ini - @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|" ${WRKSRC}/${file} -.endfor - @${REINPLACE_CMD} -e "s|%%DATADIR%%|${DATADIR}|" ${WRKSRC}/ext/bin/puppetdb - -do-install: - @cd ${WRKSRC} && ${SETENV} DESTDIR=${STAGEDIR} make install-puppetdb - -.include <bsd.port.mk> diff --git a/databases/puppetdb4/distinfo b/databases/puppetdb4/distinfo deleted file mode 100644 index 9ca90579fbea..000000000000 --- a/databases/puppetdb4/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1493780923 -SHA256 (puppetdb-4.4.0.tar.gz) = b9e656846981397a3eed64dff44a7171e6a01b7e8c76c877bd93267d96f50414 -SIZE (puppetdb-4.4.0.tar.gz) = 23629723 diff --git a/databases/puppetdb4/files/patch-Makefile b/databases/puppetdb4/files/patch-Makefile deleted file mode 100644 index b83f2778c7eb..000000000000 --- a/databases/puppetdb4/files/patch-Makefile +++ /dev/null @@ -1,37 +0,0 @@ ---- Makefile.orig 2016-03-17 04:17:10 UTC -+++ Makefile -@@ -1,23 +1,23 @@ --prefix = /usr/local -+prefix = %%PREFIX%% - datadir = $(prefix)/share --confdir = /etc -+confdir = %%PREFIX%%/etc - rubylibdir = $(shell ruby -rrbconfig -e "puts RbConfig::CONFIG['sitelibdir']") - rundir = /var/run --bindir = /usr/bin -+bindir = %%PREFIX%%/bin - - install-puppetdb: - install -d -m 0755 "$(DESTDIR)$(datadir)/puppetdb" - install -m 0644 puppetdb.jar "$(DESTDIR)$(datadir)/puppetdb" - install -m 0774 ext/ezbake-functions.sh "$(DESTDIR)$(datadir)/puppetdb" - install -m 0644 ext/ezbake.manifest "$(DESTDIR)$(datadir)/puppetdb" -- install -d -m 0755 "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d" -- install -m 0644 ext/config/logback.xml "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/logback.xml" -- install -m 0644 ext/config/bootstrap.cfg "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/bootstrap.cfg" -- install -m 0644 ext/config/conf.d/jetty.ini "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/jetty.ini" -- install -m 0644 ext/config/conf.d/repl.ini "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/repl.ini" -- install -m 0644 ext/config/conf.d/database.ini "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/database.ini" -- install -m 0644 ext/config/conf.d/config.ini "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/config.ini" -- install -m 0644 ext/config/request-logging.xml "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/request-logging.xml" -+ install -d -m 0755 "$(DESTDIR)$(confdir)/puppetdb/conf.d" -+ install -m 0644 ext/config/logback.xml "$(DESTDIR)$(confdir)/puppetdb/logback.xml.sample" -+ install -m 0644 ext/config/bootstrap.cfg "$(DESTDIR)$(confdir)/puppetdb/bootstrap.cfg.sample" -+ install -m 0644 ext/config/conf.d/jetty.ini "$(DESTDIR)$(confdir)/puppetdb/conf.d/jetty.ini.sample" -+ install -m 0644 ext/config/conf.d/repl.ini "$(DESTDIR)$(confdir)/puppetdb/conf.d/repl.ini.sample" -+ install -m 0644 ext/config/conf.d/database.ini "$(DESTDIR)$(confdir)/puppetdb/conf.d/database.ini.sample" -+ install -m 0644 ext/config/conf.d/config.ini "$(DESTDIR)$(confdir)/puppetdb/conf.d/config.ini.sample" -+ install -m 0644 ext/config/request-logging.xml "$(DESTDIR)$(confdir)/puppetdb/request-logging.xml.sample" - install -d -m 0755 "$(DESTDIR)$(datadir)/puppetdb/cli" - install -d -m 0755 "$(DESTDIR)$(datadir)/puppetdb/cli/apps" - install -d -m 0755 "$(DESTDIR)$(bindir)" diff --git a/databases/puppetdb4/files/patch-ext_bin_puppetdb b/databases/puppetdb4/files/patch-ext_bin_puppetdb deleted file mode 100644 index 0a139b110d2e..000000000000 --- a/databases/puppetdb4/files/patch-ext_bin_puppetdb +++ /dev/null @@ -1,15 +0,0 @@ ---- ext/bin/puppetdb.orig 2016-03-17 04:17:10 UTC -+++ ext/bin/puppetdb -@@ -5,6 +5,12 @@ if [ -r "/etc/default/puppetdb" ] ; then - . /etc/default/puppetdb - elif [ -r "/etc/sysconfig/puppetdb" ] ; then - . /etc/sysconfig/puppetdb -+elif [ `uname` == "FreeBSD" ] ; then -+ CONFIG="%%PREFIX%%/etc/puppetdb/conf.d" -+ INSTALL_DIR="%%DATADIR%%" -+ JAVA_BIN="%%PREFIX%%/bin/java" -+ JAVA_ARGS="-Xmx192m" -+ USER="puppet" - elif [ `uname` == "OpenBSD" ] ; then - JAVA_BIN=$(javaPathHelper -c puppetdb) - JAVA_ARGS="-Xmx192m" diff --git a/databases/puppetdb4/files/patch-ext_cli_ssl-setup b/databases/puppetdb4/files/patch-ext_cli_ssl-setup deleted file mode 100644 index ab86d849142d..000000000000 --- a/databases/puppetdb4/files/patch-ext_cli_ssl-setup +++ /dev/null @@ -1,11 +0,0 @@ ---- ext/cli/ssl-setup.orig 2016-03-17 04:17:10 UTC -+++ ext/cli/ssl-setup -@@ -230,7 +230,7 @@ else - user=puppetdb - group=puppetdb - -- puppetdb_confdir="/etc/puppetlabs/puppetdb" -+ puppetdb_confdir="%%PREFIX%%/etc/puppetdb" - fi - - set -e diff --git a/databases/puppetdb4/files/patch-ext_config_conf.d_config.ini b/databases/puppetdb4/files/patch-ext_config_conf.d_config.ini deleted file mode 100644 index 390068840508..000000000000 --- a/databases/puppetdb4/files/patch-ext_config_conf.d_config.ini +++ /dev/null @@ -1,15 +0,0 @@ ---- ext/config/conf.d/config.ini.orig 2016-03-17 04:17:06 UTC -+++ ext/config/conf.d/config.ini -@@ -3,10 +3,10 @@ - - [global] - # Store mq/db data in a custom directory --vardir = /opt/puppetlabs/server/data/puppetdb -+vardir = /var/db/puppetdb - - # Use an external logback config file --logging-config = /etc/puppetlabs/puppetdb/logback.xml -+logging-config = %%PREFIX%%/etc/puppetdb/logback.xml - - [command-processing] - # How many command-processing threads to use, defaults to (CPUs / 2) diff --git a/databases/puppetdb4/files/patch-ext_config_conf.d_jetty.ini b/databases/puppetdb4/files/patch-ext_config_conf.d_jetty.ini deleted file mode 100644 index 42d5665a0f64..000000000000 --- a/databases/puppetdb4/files/patch-ext_config_conf.d_jetty.ini +++ /dev/null @@ -1,8 +0,0 @@ ---- ext/config/conf.d/jetty.ini.orig 2016-03-17 04:17:06 UTC -+++ ext/config/conf.d/jetty.ini -@@ -30,4 +30,4 @@ port = 8080 - - # Access logging configuration path. To turn off access logging - # comment out the line with `access-log-config=...` --access-log-config = /etc/puppetlabs/puppetdb/request-logging.xml -+access-log-config = %%PREFIX%%/etc/puppetdb/request-logging.xml diff --git a/databases/puppetdb4/files/patch-ext_config_logback.xml b/databases/puppetdb4/files/patch-ext_config_logback.xml deleted file mode 100644 index 08cb543440aa..000000000000 --- a/databases/puppetdb4/files/patch-ext_config_logback.xml +++ /dev/null @@ -1,29 +0,0 @@ ---- ext/config/logback.xml.orig 2017-04-24 12:27:57.366296793 -0700 -+++ ext/config/logback.xml 2017-04-24 12:28:48.723259627 -0700 -@@ -6,10 +6,10 @@ - </appender> - - <appender name="F1" class="ch.qos.logback.core.rolling.RollingFileAppender"> -- <file>/var/log/puppetlabs/puppetdb/puppetdb.log</file> -+ <file>/var/log/puppetdb/puppetdb.log</file> - <append>true</append> - <rollingPolicy class="ch.qos.logback.core.rolling.SizeAndTimeBasedRollingPolicy"> -- <fileNamePattern>/var/log/puppetlabs/puppetdb/puppetdb-%d{yyyy-MM-dd}.%i.log.gz</fileNamePattern> -+ <fileNamePattern>/var/log/puppetdb/puppetdb-%d{yyyy-MM-dd}.%i.log.gz</fileNamePattern> - <!-- each file should be at most 200MB, keep 90 days worth of history, but at most 1GB total--> - <maxFileSize>200MB</maxFileSize> - <maxHistory>90</maxHistory> -@@ -31,11 +31,11 @@ - level="info"/> - - <appender name="STATUS" class="ch.qos.logback.core.rolling.RollingFileAppender"> -- <file>/var/log/puppetlabs/puppetdb/puppetdb-status.log</file> -+ <file>/var/log/puppetdb/puppetdb-status.log</file> - <append>true</append> - <rollingPolicy class="ch.qos.logback.core.rolling.SizeAndTimeBasedRollingPolicy"> - <!-- rollover daily --> -- <fileNamePattern>/var/log/puppetlabs/puppetdb/puppetdb-status-%d{yyyy-MM-dd}.%i.log.gz</fileNamePattern> -+ <fileNamePattern>/var/log/puppetdb/puppetdb-status-%d{yyyy-MM-dd}.%i.log.gz</fileNamePattern> - <!-- each file should be at most 200MB, keep 90 days worth of history, but at most 1GB total--> - <maxFileSize>200MB</maxFileSize> - <maxHistory>90</maxHistory> diff --git a/databases/puppetdb4/files/patch-ext_config_request-logging.xml b/databases/puppetdb4/files/patch-ext_config_request-logging.xml deleted file mode 100644 index 51b90d0e844e..000000000000 --- a/databases/puppetdb4/files/patch-ext_config_request-logging.xml +++ /dev/null @@ -1,14 +0,0 @@ ---- ext/config/request-logging.xml.orig 2017-04-24 12:32:16.604464262 -0700 -+++ ext/config/request-logging.xml 2017-04-24 12:32:46.404637027 -0700 -@@ -1,9 +1,9 @@ - <configuration debug="false"> - <appender name="FILE" class="ch.qos.logback.core.rolling.RollingFileAppender"> -- <file>/var/log/puppetlabs/puppetdb/puppetdb-access.log</file> -+ <file>/var/log/puppetdb/puppetdb-access.log</file> - <append>true</append> - <rollingPolicy class="ch.qos.logback.core.rolling.SizeAndTimeBasedRollingPolicy"> -- <fileNamePattern>/var/log/puppetlabs/puppetdb/puppetdb-access-%d{yyyy-MM-dd}.%i.log.gz</fileNamePattern> -+ <fileNamePattern>/var/log/puppetdb/puppetdb-access-%d{yyyy-MM-dd}.%i.log.gz</fileNamePattern> - <!-- each file should be at most 200MB, keep 90 days worth of history, but at most 1GB total--> - <maxFileSize>200MB</maxFileSize> - <maxHistory>90</maxHistory> diff --git a/databases/puppetdb4/files/pkg-message.in b/databases/puppetdb4/files/pkg-message.in deleted file mode 100644 index 4e13534c21f6..000000000000 --- a/databases/puppetdb4/files/pkg-message.in +++ /dev/null @@ -1,6 +0,0 @@ -If this is a new installation, please run the follow to setup your SSL/puppetdb -server: - -%%PREFIX%%/bin/puppetdb ssl-setup - -Please also remember to add puppetdb_enable="YES" into your rc.conf. diff --git a/databases/puppetdb4/files/puppetdb.in b/databases/puppetdb4/files/puppetdb.in deleted file mode 100644 index 66bcf18618e8..000000000000 --- a/databases/puppetdb4/files/puppetdb.in +++ /dev/null @@ -1,91 +0,0 @@ -#!/bin/sh - -# $FreeBSD$ -# -# PROVIDE: puppetdb -# REQUIRE: LOGIN -# KEYWORD: shutdown - -# -# Configuration settings for puppetdb in /etc/rc.conf: -# -# puppetdb_enable (bool): -# Set to "NO" by default. -# Set it to "YES" to enable puppetdb -# -# puppetdb_args (str): -# Extra arguments passed to start command -# -# puppetdb_java_home (str): -# Set to "%%JAVA_HOME%%" by default. -# Set the Java virtual machine to run puppetdb -# -# puppetdb_java_opts (str): -# Set to "" by default. -# Java VM args to use. -# -# puppetdb_user (str): -# Set to "puppetdb" by default. -# User to run puppetdb as. -# -# puppetdb_group (str): -# Set to "puppetdb" by default. -# Group for data file ownership. -# -# puppetdb_log_file (str): -# Set to "/var/log/puppetdb/puppetdb.log" by default. -# Log file location. -# - -. /etc/rc.subr - -name="puppetdb" -rcvar=puppetdb_enable - -load_rc_config "${name}" - -: ${puppetdb_enable="NO"} -: ${puppetdb_args="services -c %%PREFIX%%/etc/puppetdb/conf.d"} -: ${puppetdb_java_home="%%JAVA_HOME%%"} -: ${puppetdb_user="puppetdb"} -: ${puppetdb_group="puppetdb"} -: ${puppetdb_log_file="/var/log/puppetdb/puppetdb.log"} - -pidfile="/var/run/puppetdb/puppetdb.pid" -command="/usr/sbin/daemon" -java_cmd="${puppetdb_java_home}/bin/java" -procname="${java_cmd}" -command_args="-p ${pidfile} ${java_cmd} -Djava.security.egd=/dev/urandom -cp %%DATADIR%%/puppetdb.jar clojure.main -m puppetlabs.puppetdb.main ${puppetdb_args} > ${puppetdb_log_file} 2>&1" - - -required_files="${java_cmd}" - -start_precmd="puppetdb_prestart" - -puppetdb_prestart() { - if [ ! -d "/var/log/puppetdb" ]; then - install -d -o "${puppetdb_user}" -g "${puppetdb_group}" -m 750 "/var/log/puppetdb" - fi - if [ ! -f "${puppetdb_log_file}" ]; then - touch "${puppetdb_log_file}" - chown "${puppetdb_user}:${puppetdb_group}" "${puppetdb_log_file}" - chmod 640 "${puppetdb_log_file}" - fi - if [ ! -d "/var/run/puppetdb" ]; then - install -d -o "${puppetdb_user}" -g "${puppetdb_group}" -m 750 "/var/run/puppetdb" - fi - - chown -R "root:${puppetdb_group}" "%%PREFIX%%/etc/puppetdb/conf.d" - chmod 0750 "%%PREFIX%%/etc/puppetdb/conf.d" - - chown "root:${puppetdb_group}" "%%PREFIX%%/etc/puppetdb/logback.xml" - chmod 0640 "%%PREFIX%%/etc/puppetdb/logback.xml" - - if [ ! -d "/var/db/puppetdb" ]; then - install -d -o "${puppetdb_user}" -g "${puppetdb_group}" -m 750 "/var/db/puppetdb" - fi - chown -R "${puppetdb_user}:${puppetdb_group}" "/var/db/puppetdb" - chmod 0750 "/var/db/puppetdb" -} - -run_rc_command "$1" diff --git a/databases/puppetdb4/pkg-descr b/databases/puppetdb4/pkg-descr deleted file mode 100644 index 47fcde3773c6..000000000000 --- a/databases/puppetdb4/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -The PuppetDB storeconfigs backend - -WWW: https://docs.puppetlabs.com/puppetdb/latest/ diff --git a/databases/puppetdb4/pkg-plist b/databases/puppetdb4/pkg-plist deleted file mode 100644 index 2255982185c5..000000000000 --- a/databases/puppetdb4/pkg-plist +++ /dev/null @@ -1,22 +0,0 @@ -bin/puppetdb -%%DATADIR%%/cli/apps/anonymize -%%DATADIR%%/cli/apps/config-migration -%%DATADIR%%/cli/apps/export -%%DATADIR%%/cli/apps/foreground -%%DATADIR%%/cli/apps/import -%%DATADIR%%/cli/apps/ssl-setup -%%DATADIR%%/cli/apps/start -%%DATADIR%%/cli/apps/stop -%%DATADIR%%/cli/apps/reload -%%DATADIR%%/ezbake-functions.sh -%%DATADIR%%/ezbake.manifest -%%DATADIR%%/puppetdb.jar -@group puppetdb -@sample etc/puppetdb/bootstrap.cfg.sample -@sample etc/puppetdb/conf.d/config.ini.sample -@sample etc/puppetdb/conf.d/database.ini.sample -@sample etc/puppetdb/conf.d/jetty.ini.sample -@sample etc/puppetdb/conf.d/repl.ini.sample -@sample etc/puppetdb/logback.xml.sample -@sample etc/puppetdb/request-logging.xml.sample -@group diff --git a/devel/Makefile b/devel/Makefile index 84ae51b473d6..48808457d65b 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -6392,7 +6392,6 @@ SUBDIR += truc SUBDIR += ua_parser-core SUBDIR += uatraits - SUBDIR += uboot-mkimage SUBDIR += uclcmd SUBDIR += ucommon SUBDIR += ucpp diff --git a/devel/uboot-mkimage/Makefile b/devel/uboot-mkimage/Makefile deleted file mode 100644 index cec67ad31cc9..000000000000 --- a/devel/uboot-mkimage/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# Created by: Marius Nuennerich <mn@bsdgroup.de> -# $FreeBSD$ - -PORTNAME= uboot -DISTVERSION= 2010.12 -CATEGORIES= devel -MASTER_SITES= ftp://ftp.denx.de/pub/u-boot/ \ - http://people.bsdgroup.de/~as/freebsd/distfiles/ -PKGNAMESUFFIX= -mkimage -DISTNAME= u-boot-${PORTVERSION} - -MAINTAINER= ray@FreeBSD.org -COMMENT= The mkimage utility of the u-boot bootloader - -DEPRECATED= Use sysutils/u-boot-tools -EXPIRATION_DATE=2019-02-28 - -USES= tar:bzip2 -BUILD_WRKSRC= ${WRKSRC}/tools -MAKEFILE= BSDmakefile - -PLIST_FILES= bin/mkimage - -post-extract: - ${CP} ${PATCHDIR}/BSDmakefile ${WRKSRC}/tools - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/tools/mkimage ${STAGEDIR}${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/devel/uboot-mkimage/distinfo b/devel/uboot-mkimage/distinfo deleted file mode 100644 index c15a974417ea..000000000000 --- a/devel/uboot-mkimage/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (u-boot-2010.12.tar.bz2) = 1705772db7a18635693676abb8818542167cb131921c456a1edd0ed47e6b77fe -SIZE (u-boot-2010.12.tar.bz2) = 8238700 diff --git a/devel/uboot-mkimage/files/BSDmakefile b/devel/uboot-mkimage/files/BSDmakefile deleted file mode 100644 index 67b59fba18f4..000000000000 --- a/devel/uboot-mkimage/files/BSDmakefile +++ /dev/null @@ -1,28 +0,0 @@ -CFLAGS+= -I. -I../include -DUSE_HOSTCC - -all: mkimage - -mkimage: mkimage.o crc32.o default_image.o fit_image.o image.o imximage.o \ - kwbimage.o md5.o os_support.o sha1.o fdt.o fdt_ro.o fdt_rw.o \ - fdt_strerror.o fdt_wip.o - $(CC) $(CFLAGS) -o $(.TARGET) $(.ALLSRC) - -crc32.o: ../lib/crc32.c ../include/u-boot/zlib.h -default_image.o: default_image.c -fit_image.o: fit_image.c -image.o: ../common/image.c -imximage.o: imximage.c -kwbimage.o: kwbimage.c -md5.o: ../lib/md5.c -os_support.o: os_support.c -sha1.o: ../lib/sha1.c - -fdt.o: ../lib/libfdt/fdt.c -fdt_ro.o: ../lib/libfdt/fdt_ro.c -fdt_rw.o: ../lib/libfdt/fdt_rw.c -fdt_strerror.o: ../lib/libfdt/fdt_strerror.c -fdt_wip.o: ../lib/libfdt/fdt_wip.c - - -clean: - rm -f mkimage mkimage.o crc32.o diff --git a/devel/uboot-mkimage/files/patch-include__compiler.h b/devel/uboot-mkimage/files/patch-include__compiler.h deleted file mode 100644 index 641a05f8786f..000000000000 --- a/devel/uboot-mkimage/files/patch-include__compiler.h +++ /dev/null @@ -1,11 +0,0 @@ ---- ./include/compiler.h.orig 2010-12-22 21:22:14.000000000 +0200 -+++ ./include/compiler.h 2011-01-13 13:50:35.000000000 +0200 -@@ -44,7 +44,7 @@ - #ifdef __linux__ - # include <endian.h> - # include <byteswap.h> --#elif defined(__MACH__) -+#elif defined(__MACH__) || defined(__FreeBSD__) - # include <machine/endian.h> - typedef unsigned long ulong; - #endif diff --git a/devel/uboot-mkimage/pkg-descr b/devel/uboot-mkimage/pkg-descr deleted file mode 100644 index 7751c04e8278..000000000000 --- a/devel/uboot-mkimage/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -mkimage adds a header to a kernel image with information and checksums for -the u-boot bootloader used in embedded systems. - -WWW: http://www.denx.de/wiki/U-Boot/WebHome diff --git a/graphics/Makefile b/graphics/Makefile index 63845c0da10d..4458781afbe6 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -97,7 +97,6 @@ SUBDIR += cinepaint SUBDIR += cloudcompare SUBDIR += clutter - SUBDIR += clutter-gtk SUBDIR += clutter-gtk3 SUBDIR += cluttermm SUBDIR += cogl diff --git a/graphics/clutter-gtk/Makefile b/graphics/clutter-gtk/Makefile deleted file mode 100644 index 47b87ff6c19f..000000000000 --- a/graphics/clutter-gtk/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# Created by: Martin Wilke <miwi@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= clutter-gtk -PORTVERSION= 0.10.8 -PORTREVISION= 8 -CATEGORIES= graphics -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GTK+ Integration library for Clutter - -DEPRECATED= 0.10.x is unmaintained upstream and unused in the ports tree -EXPIRATION_DATE= 2019-02-28 - -LIB_DEPENDS= libclutter-glx-1.0.so:graphics/clutter - -PORTSCOUT= ignore:1 - -USE_GL= gl -USES= gettext gmake libtool:keepla pathfix pkgconfig tar:bzip2 -GNU_CONFIGURE= yes -USE_GNOME= gtk20 gnomeprefix -USE_XORG= xp x11 -USE_LDCONFIG= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -lpthread -L${LOCALBASE}/lib -INSTALL_TARGET= install-strip - -post-patch: - @${REINPLACE_CMD} '/SUBDIRS =/s/examples//' ${WRKSRC}/Makefile.in - -.include <bsd.port.mk> diff --git a/graphics/clutter-gtk/distinfo b/graphics/clutter-gtk/distinfo deleted file mode 100644 index 3a2c3f301a5d..000000000000 --- a/graphics/clutter-gtk/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (clutter-gtk-0.10.8.tar.bz2) = 7867f951568871d9f68cbe8a3644fd53d2138f725b7ba61ffc0053eb64e80814 -SIZE (clutter-gtk-0.10.8.tar.bz2) = 321316 diff --git a/graphics/clutter-gtk/files/patch-clutter-gtk_Makefile.in b/graphics/clutter-gtk/files/patch-clutter-gtk_Makefile.in deleted file mode 100644 index 80c495f4867f..000000000000 --- a/graphics/clutter-gtk/files/patch-clutter-gtk_Makefile.in +++ /dev/null @@ -1,28 +0,0 @@ ---- clutter-gtk/Makefile.in.orig 2010-10-07 22:59:05.000000000 +0200 -+++ clutter-gtk/Makefile.in 2010-10-07 23:01:50.000000000 +0200 -@@ -289,6 +289,7 @@ - -DCLUTTER_DISABLE_DEPRECATED \ - $(CLUTTER_GTK_DEBUG_CFLAGS) - -+common_cflags = $(CLUTTER_CFLAGS) $(GTK_CFLAGS) - - # please, keep these lists sorted alphabetically - sources_c = \ -@@ -311,7 +312,7 @@ - libclutter_gtk_@CLUTTER_GTK_API_VERSION@_la_SOURCES = $(sources_c) - libclutter_gtk_@CLUTTER_GTK_API_VERSION@_la_LIBADD = $(CLUTTER_LIBS) $(GTK_LIBS) - libclutter_gtk_@CLUTTER_GTK_API_VERSION@_la_LDFLAGS = $(CLUTTER_LT_LDFLAGS) --libclutter_gtk_@CLUTTER_GTK_API_VERSION@_la_CFLAGS = $(MAINTAINER_CFLAGS) $(GTK_CFLAGS) $(CLUTTER_CFLAGS) -+libclutter_gtk_@CLUTTER_GTK_API_VERSION@_la_CFLAGS = $(common_cflags) $(MAINTAINER_CFLAGS) - cluttergtkheadersdir = $(includedir)/clutter-1.0/clutter-gtk - cluttergtkheaders_HEADERS = $(sources_h) $(srcdir)/clutter-gtk.h - @HAVE_INTROSPECTION_TRUE@BUILT_GIRSOURCES = GtkClutter-@CLUTTER_GTK_API_VERSION@.gir -@@ -744,7 +745,7 @@ - @HAVE_INTROSPECTION_TRUE@ $(AM_V_GEN)$(INTROSPECTION_SCANNER) -v \ - @HAVE_INTROSPECTION_TRUE@ --namespace GtkClutter --nsversion=@CLUTTER_GTK_API_VERSION@ \ - @HAVE_INTROSPECTION_TRUE@ --strip-prefix=GtkClutter \ --@HAVE_INTROSPECTION_TRUE@ $(INCLUDES) $(AM_CPPFLAGS) \ -+@HAVE_INTROSPECTION_TRUE@ $(INCLUDES) $(AM_CPPFLAGS) $(common_cflags) \ - @HAVE_INTROSPECTION_TRUE@ --add-include-path=$(srcdir) --add-include=path=. \ - @HAVE_INTROSPECTION_TRUE@ --include=Clutter-1.0 \ - @HAVE_INTROSPECTION_TRUE@ --include=GdkPixbuf-2.0 \ diff --git a/graphics/clutter-gtk/pkg-descr b/graphics/clutter-gtk/pkg-descr deleted file mode 100644 index cad99ac42a1e..000000000000 --- a/graphics/clutter-gtk/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Clutter-GTK is a library providing facilities to integrate Clutter into GTK+ -applications. It provides a GTK+ widget, GtkClutterEmbed, for embedding the -default ClutterStage into any GtkContainer. - -WWW: http://clutter-project.org/ diff --git a/graphics/clutter-gtk/pkg-plist b/graphics/clutter-gtk/pkg-plist deleted file mode 100644 index b00915d2c564..000000000000 --- a/graphics/clutter-gtk/pkg-plist +++ /dev/null @@ -1,38 +0,0 @@ -include/clutter-1.0/clutter-gtk/clutter-gtk.h -include/clutter-1.0/clutter-gtk/gtk-clutter-embed.h -include/clutter-1.0/clutter-gtk/gtk-clutter-scrollable.h -include/clutter-1.0/clutter-gtk/gtk-clutter-util.h -include/clutter-1.0/clutter-gtk/gtk-clutter-viewport.h -include/clutter-1.0/clutter-gtk/gtk-clutter-zoomable.h -lib/girepository-1.0/GtkClutter-0.10.typelib -lib/libclutter-gtk-0.10.la -lib/libclutter-gtk-0.10.so -lib/libclutter-gtk-0.10.so.0 -lib/libclutter-gtk-0.10.so.0.0.0 -libdata/pkgconfig/clutter-gtk-0.10.pc -%%DOCSDIR%%/GtkClutterEmbed.html -%%DOCSDIR%%/GtkClutterScrollable.html -%%DOCSDIR%%/GtkClutterViewport.html -%%DOCSDIR%%/GtkClutterZoomable.html -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/ch02.html -%%DOCSDIR%%/ch03.html -%%DOCSDIR%%/ch04.html -%%DOCSDIR%%/clutter-gtk-Utility-Functions.html -%%DOCSDIR%%/clutter-gtk.devhelp -%%DOCSDIR%%/clutter-gtk.devhelp2 -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/ix01.html -%%DOCSDIR%%/ix02.html -%%DOCSDIR%%/ix03.html -%%DOCSDIR%%/ix04.html -%%DOCSDIR%%/ix05.html -%%DOCSDIR%%/ix06.html -%%DOCSDIR%%/left.png -%%DOCSDIR%%/license.html -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -share/gir-1.0/GtkClutter-0.10.gir diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index ff53918a83d3..540baf140498 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -133,7 +133,6 @@ SUBDIR += nagcon SUBDIR += nagios SUBDIR += nagios-certexp-plugin - SUBDIR += nagios-check_bacula SUBDIR += nagios-check_bacula9 SUBDIR += nagios-check_clamav SUBDIR += nagios-check_cpu_usage diff --git a/net-mgmt/nagios-check_bacula/Makefile b/net-mgmt/nagios-check_bacula/Makefile deleted file mode 100644 index 74a313bf0ad5..000000000000 --- a/net-mgmt/nagios-check_bacula/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# Created by: Anders Troback -# $FreeBSD$ - -PORTNAME= bacula -PORTREVISION= 4 -CATEGORIES= net-mgmt -PKGNAMEPREFIX= nagios-check_ -PKGNAMESUFFIX= # - -MAINTAINER= freebsd@troback.com -COMMENT= Nagios plugin for Bacula - -DEPRECATED= Unsupported. Please migrate to nagios-check_bacula9 -EXPIRATION_DATE= 2019-03-01 - -LIB_DEPENDS+= libbac.so:sysutils/bacula-client - -PLIST= ${.CURDIR}/pkg-plist -PLIST_FILES= libexec/nagios/check_bacula -WITH_NAGIOS_CHECK_ONLY= yes -MASTERDIR= ${.CURDIR}/../../sysutils/bacula-server - -CONFIGURE_ARGS= --enable-client-only \ - --disable-build-dird \ - --disable-build-stored \ - --disable-nls \ - --disable-xatt - -OPTIONS_DEFINE= # -OPTIONS_DEFAULT=# - -NO_CCACHE= yes - -.include "${MASTERDIR}/Makefile" diff --git a/net-mgmt/nagios-check_bacula/distinfo b/net-mgmt/nagios-check_bacula/distinfo deleted file mode 100644 index 39c7ff7a7e8f..000000000000 --- a/net-mgmt/nagios-check_bacula/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (bacula-5.0.0.tar.gz) = 4c6344807769d1b6b61f9cbddc0a5dc1160c3eb51744b23c790fcb57947ac294 -SIZE (bacula-5.0.0.tar.gz) = 4075825 diff --git a/net-mgmt/nagios-check_bacula/pkg-descr b/net-mgmt/nagios-check_bacula/pkg-descr deleted file mode 100644 index 4b25ba83385c..000000000000 --- a/net-mgmt/nagios-check_bacula/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -check_bacula is a plugin intended for use with the -Nagios network monitoring system to monitor Bacula. diff --git a/security/Makefile b/security/Makefile index 959e1b2a446c..3eee7e850403 100644 --- a/security/Makefile +++ b/security/Makefile @@ -291,7 +291,6 @@ SUBDIR += john SUBDIR += kbfs SUBDIR += kbfsd - SUBDIR += kc SUBDIR += kc24 SUBDIR += kdbx-viewer SUBDIR += kedpm diff --git a/security/kc/Makefile b/security/kc/Makefile deleted file mode 100644 index da1284834742..000000000000 --- a/security/kc/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# Created by: LEVAI Daniel <leva@ecentrum.hu> -# $FreeBSD$ - -PORTNAME= kc -PORTVERSION= 2.3.2 -PORTREVISION= 3 -CATEGORIES= security - -MAINTAINER= leva@ecentrum.hu -COMMENT= Console based password storing application - -LICENSE= BSD2CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Versions 2.4.x use incompatible database format -EXPIRATION_DATE= 2019-03-01 - -LIB_DEPENDS= libxml2.so:textproc/libxml2 \ - libpcre.so:devel/pcre - -CONFLICTS= kc24 - -USES= libedit pkgconfig ssl uidfix -USE_GITHUB= yes -GH_ACCOUNT= levaidaniel - -PLIST_FILES= bin/kc man/man1/kc.1.gz - -MAKE_ENV+= HAVE_PCRE=yes - -post-patch: - @${REINPLACE_CMD} -e 's|pkg-config|${LOCALBASE}/bin/pkgconf|' ${WRKSRC}/Makefile - -.include <bsd.port.mk> diff --git a/security/kc/distinfo b/security/kc/distinfo deleted file mode 100644 index 5c9c5c16d154..000000000000 --- a/security/kc/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (levaidaniel-kc-2.3.2_GH0.tar.gz) = d40a7be30079e4cfc423e1aa2b5dbb0e6f0b3489f1d0e090cd66728bc328fcd8 -SIZE (levaidaniel-kc-2.3.2_GH0.tar.gz) = 44779 diff --git a/security/kc/pkg-descr b/security/kc/pkg-descr deleted file mode 100644 index 81f687026cd0..000000000000 --- a/security/kc/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Console based password storing application using an encrypted XML -document as its database. - -WWW: https://github.com/levaidaniel/kc diff --git a/sysutils/Makefile b/sysutils/Makefile index 5a52d805df53..383f3236cd7b 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -75,11 +75,6 @@ SUBDIR += backuppc-devel SUBDIR += backuppc4 SUBDIR += backupuser - SUBDIR += bacula-bat - SUBDIR += bacula-client - SUBDIR += bacula-client-static - SUBDIR += bacula-docs - SUBDIR += bacula-server SUBDIR += bacula9-bat SUBDIR += bacula9-client SUBDIR += bacula9-client-static @@ -944,10 +939,8 @@ SUBDIR += ptools SUBDIR += puppet-lint SUBDIR += puppet-mode.el - SUBDIR += puppet4 SUBDIR += puppet5 SUBDIR += puppet6 - SUBDIR += puppetserver SUBDIR += puppetserver5 SUBDIR += puppetserver6 SUBDIR += pv diff --git a/sysutils/bacula-bat/Makefile b/sysutils/bacula-bat/Makefile deleted file mode 100644 index f96a8ab20d67..000000000000 --- a/sysutils/bacula-bat/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# Created by: Dan Langille <dan@langille.org> -# $FreeBSD$ - -PORTNAME= bacula -PKGNAMESUFFIX= -bat - -COMMENT= Network backup solution (GUI) - -DEPRECATED= Unsupported. Please migrate to bacula9-bat -EXPIRATION_DATE= 2019-03-01 - -LIB_DEPENDS+= libqwt.so:x11-toolkits/qwt5 \ - libbac.so:sysutils/bacula-client - -USES= pkgconfig qt:4 -USE_QT= qmake_build uic_build moc_build rcc_build -WITH_BAT= yes - -PLIST= ${.CURDIR}/pkg-plist -MAKE_ENV+= MAKEOBJDIRPREFIX=/ - -MASTERDIR= ${.CURDIR}/../../sysutils/bacula-server - -CONFIGURE_ARGS+= --enable-bat \ - --with-qwt=${LOCALBASE}/lib \ - --disable-build-dird \ - --disable-build-stored \ - --enable-client-only - -OPTIONS_DEFINE= # -OPTIONS_DEFAULT=# - -.include "${MASTERDIR}/Makefile" diff --git a/sysutils/bacula-bat/pkg-descr b/sysutils/bacula-bat/pkg-descr deleted file mode 100644 index 91e157ffc8b8..000000000000 --- a/sysutils/bacula-bat/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -bat is the GUI inteface for Bacula. - -Bacula is a set of computer programs that permit you (or the system -administrator) to manage backup, recovery, and verification of -computer data across a network of computers of different kinds. -In technical terms, it is a network Client/Server based backup program. -Bacula is relatively easy to use and efficient, while offering many -advanced storage management features that make it easy to find and -recover lost or damaged files. Due to its modular design, Bacula is -scalable from small single computer systems to systems consisting of -hundreds of computers located over a large network. - -WWW: http://www.bacula.org/ diff --git a/sysutils/bacula-bat/pkg-plist b/sysutils/bacula-bat/pkg-plist deleted file mode 100644 index 9cd89bca56cc..000000000000 --- a/sysutils/bacula-bat/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -@sample %%ETCDIR%%/bat.conf.sample -man/man1/bat.1.gz -sbin/bat - diff --git a/sysutils/bacula-client-static/Makefile b/sysutils/bacula-client-static/Makefile deleted file mode 100644 index 5f4f069225df..000000000000 --- a/sysutils/bacula-client-static/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# $FreeBSD$ - -PORTNAME= bacula -PKGNAMESUFFIX= -client-static - -COMMENT= Network backup solution (static client) - -DEPRECATED= Unsupported. Please migrate to bacula9-client-static -EXPIRATION_DATE= 2019-03-01 - -PLIST= ${.CURDIR}/pkg-plist -MASTERDIR= ${.CURDIR}/../../sysutils/bacula-server - -PLIST_FILES= sbin/bacula-fd-static \ - sbin/bconsole-static - -OPTIONS_DEFINE= NLS -OPTIONS_DEFAULT=# - -CONFIGURE_ARGS+= --enable-client-only \ - --enable-static-fd \ - --enable-static-cons \ - --disable-libtool \ - --disable-build-dird \ - --disable-build-stored - -BROKEN_aarch64= Fails to link: missing sbrk - -.include "${MASTERDIR}/Makefile" diff --git a/sysutils/bacula-client/Makefile b/sysutils/bacula-client/Makefile deleted file mode 100644 index fc2f8b475d59..000000000000 --- a/sysutils/bacula-client/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $FreeBSD$ - -PORTNAME= bacula -PKGNAMESUFFIX= -client - -COMMENT= Network backup solution (client) - -DEPRECATED= Unsupported. Please migrate to bacula9-client -EXPIRATION_DATE= 2019-03-01 - -WITH_CLIENT_ONLY=yes -USE_RC_SUBR= bacula-fd - -PLIST= ${PKGDIR}/pkg-plist.client -MASTERDIR= ${.CURDIR}/../../sysutils/bacula-server - -OPTIONS_DEFINE= NLS PYTHON IPV6 - -BROKEN_aarch64= Fails to link: missing sbrk - -.include "${MASTERDIR}/Makefile" diff --git a/sysutils/bacula-docs/Makefile b/sysutils/bacula-docs/Makefile deleted file mode 100644 index baf5bbe06568..000000000000 --- a/sysutils/bacula-docs/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# Created by: Dan Langille <dan@langille.org> -# $FreeBSD$ - -PORTNAME= bacula-docs -PORTVERSION= 7.4.4 -PORTREVISION= 1 -CATEGORIES= sysutils -MASTER_SITES= SF - -MAINTAINER= dvl@FreeBSD.org -COMMENT= Bacula document set - -DEPRECATED= Unsupported. Please migrate to bacula9-docs -EXPIRATION_DATE= 2019-03-01 - -USES= tar:bz2 -NO_BUILD= yes - -PORTDOCS= *.pdf - -OPTIONS_DEFINE= DOCS - -do-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${FIND} ${WRKSRC}/manuals/en \ - -name "*.pdf" -exec ${INSTALL_DATA} {} ${STAGEDIR}${DOCSDIR}/ \; - -.include <bsd.port.mk> diff --git a/sysutils/bacula-docs/distinfo b/sysutils/bacula-docs/distinfo deleted file mode 100644 index bce0290bf396..000000000000 --- a/sysutils/bacula-docs/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1474884209 -SHA256 (bacula-docs-7.4.4.tar.bz2) = d932af80be91b42014c0405242ce20c8db29361d752646ddae30052c9cc50751 -SIZE (bacula-docs-7.4.4.tar.bz2) = 44510911 diff --git a/sysutils/bacula-docs/pkg-descr b/sysutils/bacula-docs/pkg-descr deleted file mode 100644 index 2beb63b5605d..000000000000 --- a/sysutils/bacula-docs/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Bacula is a set of computer programs that permit you (or the system -administrator) to manage backup, recovery, and verification of -computer data across a network of computers of different kinds. -In technical terms, it is a network Client/Server based backup program. -Bacula is relatively easy to use and efficient, while offering many -advanced storage management features that make it easy to find and -recover lost or damaged files. Due to its modular design, Bacula is -scalable from small single computer systems to systems consisting of -hundreds of computers located over a large network. - -This port installs the latest documentation for Bacula. - -WWW: http://www.bacula.org/ diff --git a/sysutils/bacula-server/Makefile b/sysutils/bacula-server/Makefile deleted file mode 100644 index 4b47a16313bb..000000000000 --- a/sysutils/bacula-server/Makefile +++ /dev/null @@ -1,220 +0,0 @@ -# Created by: Dmitry Sivachenko <demon@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= bacula -PORTVERSION= 7.4.7 -PORTREVISION= 4 -CATEGORIES?= sysutils -MASTER_SITES= SF/bacula/bacula/${PORTVERSION} -PKGNAMEPREFIX?= # -PKGNAMESUFFIX?= -server - -MAINTAINER= dvl@FreeBSD.org -COMMENT?= Network backup solution (server) - -DEPRECATED= Unsupported. Please migrate to bacula9-server -EXPIRATION_DATE= 2019-03-01 - -USES+= libtool readline shebangfix ssl -SHEBANG_FILES= scripts/dvd-handler.in src/cats/make_catalog_backup.pl.in -python_OLD_CMD= @PYTHON@ - -CONFLICTS?= bacula5-server-* - -LIB_DEPENDS+= liblzo2.so:archivers/lzo2 - -USERS= bacula -GROUPS= ${USERS} - -PLIST_SUB+= LIB_VERSION=${PORTVERSION} - -GNU_CONFIGURE= yes -USE_LDCONFIG= yes - -CPPFLAGS+= -I/usr/include/readline -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -OPTIONS_DEFINE?= MTX PYTHON NLS IPV6 -MTX_DESC= Install mtx for control of autochanger devices - -.if ${PKGNAMESUFFIX} == "-server" -OPTIONS_MULTI= BACKEND -OPTIONS_MULTI_BACKEND= SQLITE3 MYSQL PGSQL -OPTIONS_DEFAULT+= PGSQL -.endif - -OPTIONS_SUB= yes - -.if ${PKGNAMESUFFIX} == "-client" || ${PKGNAMESUFFIX} == "-server" #Till end of the file - -PYTHON_USES= python -PYTHON_CONFIGURE_ON= --with-python=yes - -.if !defined(WITH_CLIENT_ONLY) -LIB_DEPENDS+= libbac-${PORTVERSION}.so:sysutils/bacula-client -USE_RC_SUBR?= bacula-dir bacula-sd -.endif - -.if defined(WITH_CLIENT_ONLY) -SUB_FILES+= pkg-install.client pkg-deinstall.client pkg-message.client -.else -SUB_FILES+= pkg-message.server -.endif - -CONFIGURE_ARGS+=--with-tcp-wrappers=/usr/lib \ - --enable-smartalloc \ - --sysconfdir=${ETCDIR} \ - --with-working-dir=${BACULA_DIR} \ - --with-scriptdir=${PREFIX}/share/${PORTNAME} \ - --disable-conio \ - --enable-batch-insert \ - --with-plugindir=${PREFIX}/lib \ - --with-dump-email=root@localhost \ - --with-job-email=root@localhost \ - --with-db-name=bacula \ - --with-sbin-perm=755 \ - --with-db-user=bacula \ - --with-logdir=/var/log \ - --with-baseport=9101 - -.if defined(WITH_CLIENT_ONLY) -CONFIGURE_ARGS+=--with-fd-user=root \ - --with-fd-group=wheel -.else -CONFIGURE_ARGS+=--with-dir-user=${BACULA_USER} \ - --with-dir-group=${BACULA_GROUP} \ - --with-sd-user=${BACULA_USER} \ - --with-sd-group=operator -.endif - -# The user/group IDs below are registered, see -# http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/book.html#users-and-groups -# -BACULA_USER?= bacula -BACULA_GROUP?= ${BACULA_USER} -BACULA_UID?= bacula -BACULA_GID?= ${BACULA_UID} -BACULA_DIR?= /var/db/bacula - -PLIST_SUB+= BACULA_DIR=${BACULA_DIR} - -SUB_LIST= BACULA_USER=${BACULA_USER} \ - BACULA_GROUP=${BACULA_GROUP} \ - BACULA_UID=${BACULA_UID} \ - BACULA_GID=${BACULA_GID} \ - BACULA_DIR=${BACULA_DIR} - -NLS_USES= gettext -NLS_CONFIGURE_ENABLE= nls - -# Client only or full server version -.if defined(WITH_CLIENT_ONLY) -CONFFILES= fd -CONFIGURE_ARGS+= --enable-client-only - -PKGDEINSTALL= ${FILESDIR}/pkg-deinstall.client -PKGINSTALL= ${FILESDIR}/pkg-install.client -.else -# Server only Options -CONFFILES= sd dir -# Server default database - -MYSQL_CONFIGURE_ON= --with-mysql=yes -MYSQL_USES= mysql -SQLITE3_CONFIGURE_ON= --with-sqlite3=yes -SQLITE3_USES= sqlite:3 -PGSQL_CONFIGURE_ON= --with-postgresql=yes -PGSQL_USES= pgsql - -MTX_RUN_DEPENDS= ${LOCALBASE}/sbin/mtx:misc/mtx - -.endif - -.include <bsd.port.pre.mk> - -.if ${SSL_DEFAULT:Mopenssl111} -BROKEN= Does not build with openssl111 -.endif - -.if ${readline_ARGS} == "port" -readline_CONFIGURE= ${LOCALBASE} -.else -readline_CONFIGURE= yes -.endif - -# if IPv6 is not in the kernel, it generates many errors -.if ! ${PORT_OPTIONS:MIPV6} -CONFIGURE_ARGS+= --disable-ipv6 -.endif - -CONFIGURE_ARGS+= --with-readline=${readline_CONFIGURE} - -.if defined(WITH_CLIENT_ONLY) -MP8+= bacula.8 bacula-fd.8 bconsole.8 -.else -MP8+= bacula-dir.8 bacula-sd.8 bcopy.8 bextract.8 bls.8 bscan.8 \ - btape.8 btraceback.8 dbcheck.8 bwild.8 bregex.8 -MP1+= bsmtp.1 bacula-tray-monitor.1 -.endif - -MAKE_ENV+= MAN8="${MP8}" MAN1="${MP1}" - -post-patch: - # This port does not install docs. See bacula-docs for that - @${REINPLACE_CMD} -e '/docdir/d' ${WRKSRC}/Makefile.in - # Change $(ECHO) to echo in some Makefile.in files - @${REINPLACE_CMD} -e 's|$$(ECHO)|echo|g' \ - ${WRKSRC}/src/filed/Makefile.in \ - ${WRKSRC}/src/console/Makefile.in \ - ${WRKSRC}/src/cats/Makefile.in \ - ${WRKSRC}/src/dird/Makefile.in \ - ${WRKSRC}/src/stored/Makefile.in \ - ${WRKSRC}/src/tools/Makefile.in - - # Default bconsole.conf is in ${ETCDIR} - @${REINPLACE_CMD} -e 's|./bconsole.conf|${ETCDIR}/bconsole.conf|g' ${WRKSRC}/src/console/console.c - @${REINPLACE_CMD} -e 's|^MAN8 =|MAN8 ?=|g' -e 's|^MAN1 =|MAN1 ?=|g' ${WRKSRC}/manpages/Makefile.in -.if defined(WITH_CLIENT_ONLY) - # In client port only install startup script out of script dir (see below post-install) - # Dont mkdir ${PREFIX}/share/bacula cause it's empty - @${REINPLACE_CMD} -e 's|^\(fd_subdirs = .*\)scripts\(.*\)|\1\2|g' ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e 's|\(.*$${MKDIR} $${DESTDIR}$${scriptdir}\)|#\1|g' ${WRKSRC}/Makefile.in -.else - # In server port don't install filed - @${REINPLACE_CMD} -e '/^fd_subdirs = /s|src/filed||' -e 's|src/console||' \ - ${WRKSRC}/Makefile.in -.endif - -.if !target(post-install) -post-install: -.if ! ${PORT_OPTIONS:MPYTHON} - ${RM} ${STAGEDIR}${DATADIR}/dvd-handler -.endif -.if defined(WITH_CLIENT_ONLY) - ${MV} ${STAGEDIR}${ETCDIR}/bconsole.conf ${STAGEDIR}${ETCDIR}/bconsole.conf.sample - ${INSTALL_DATA} ${WRKSRC}/examples/sample-query.sql ${STAGEDIR}${LOCALBASE}/share/bacula/query.sql.sample -.else - ${INSTALL_SCRIPT} ${FILESDIR}/chio-bacula ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_DATA} ${FILESDIR}/bacula-barcodes ${STAGEDIR}${ETCDIR}/bacula-barcodes.sample - # bacula-dir attempts to install query.sql as bpart of bacula-server, but that should only installed by bacula-client. - ${RM} ${STAGEDIR}${LOCALBASE}/share/bacula/query.sql - - #the following are installed by the -CLIENT port, and I (ler@lerctr.org) - #don't know how to remove them from being built for the -SERVER port. - ${RM} ${STAGEDIR}${LOCALBASE}/lib/bpipe-fd.so - ${RM} ${STAGEDIR}${LOCALBASE}/lib/libbac-${PORTVERSION}.so - ${RM} ${STAGEDIR}${LOCALBASE}/lib/libbac.so - ${RM} ${STAGEDIR}${LOCALBASE}/lib/libbaccfg-${PORTVERSION}.so - ${RM} ${STAGEDIR}${LOCALBASE}/lib/libbaccfg.so - ${RM} ${STAGEDIR}${LOCALBASE}/lib/libbacfind-${PORTVERSION}.so - ${RM} ${STAGEDIR}${LOCALBASE}/lib/libbacfind.so -.endif - for na in ${CONFFILES}; do \ - ${MV} ${STAGEDIR}${ETCDIR}/bacula-$$na.conf ${STAGEDIR}${ETCDIR}/bacula-$$na.conf.sample; \ - done -.endif -.else -.include "${MASTERDIR}/Makefile.common" -.endif # -client and -server are defined - -.include <bsd.port.post.mk> diff --git a/sysutils/bacula-server/Makefile.common b/sysutils/bacula-server/Makefile.common deleted file mode 100644 index 503791fbb09e..000000000000 --- a/sysutils/bacula-server/Makefile.common +++ /dev/null @@ -1,24 +0,0 @@ -.include <bsd.port.pre.mk> - -post-build: -.if ${PKGNAMEPREFIX} == "nagios-check_" - ${MAKE_CMD} -C ${WRKSRC}/examples/nagios/check_bacula -.endif - -do-install: -.if ${PKGNAMESUFFIX} == "-bat" -# Install config files and preserve existing ones - ${MKDIR} ${STAGEDIR}${ETCDIR} - ${INSTALL_SCRIPT} ${WRKSRC}/src/qt-console/bat.conf ${STAGEDIR}${PREFIX}/etc/bacula/bat.conf.sample - ${INSTALL_MAN} ${WRKSRC}/manpages/bat.1 ${STAGEDIR}${PREFIX}/man/man1/ - ${INSTALL_PROGRAM} ${WRKSRC}/src/qt-console/bat ${STAGEDIR}${PREFIX}/sbin -.endif -.if ${PKGNAMEPREFIX} == "nagios-check_" - @${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nagios - ${INSTALL_PROGRAM} ${WRKSRC}/examples/nagios/check_bacula/check_bacula \ - ${STAGEDIR}${PREFIX}/libexec/nagios -.endif -.if ${PKGNAMESUFFIX} == "-client-static" - ${INSTALL_PROGRAM} ${WRKSRC}/src/filed/static-bacula-fd ${STAGEDIR}${PREFIX}/sbin/bacula-fd-static - ${INSTALL_PROGRAM} ${WRKSRC}/src/console/static-bconsole ${STAGEDIR}${PREFIX}/sbin/bconsole-static -.endif diff --git a/sysutils/bacula-server/distinfo b/sysutils/bacula-server/distinfo deleted file mode 100644 index 01bff3ca2246..000000000000 --- a/sysutils/bacula-server/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1490014191 -SHA256 (bacula-7.4.7.tar.gz) = 6f6075c2ca90a63cdeeca39b0b82a3ea07ce9999dedc68951d88bed7fbc0be40 -SIZE (bacula-7.4.7.tar.gz) = 3312991 diff --git a/sysutils/bacula-server/files/bacula-barcodes b/sysutils/bacula-server/files/bacula-barcodes deleted file mode 100644 index 0a0b2dc28f24..000000000000 --- a/sysutils/bacula-server/files/bacula-barcodes +++ /dev/null @@ -1,51 +0,0 @@ -# -# Bacula barcode simulation file -# used by ${PREFIX}/sbin/chio-bacula (FreeBSD) -# -# The volumenames are returned by the "changer list" command -# labeling in the console is done by "label barcodes" -# (then all volumes belog to the default pool). -# All Lines with an "#" at the bedinning are ignored -# -# !!!! If you export an tape and reinsert another one, -# !!!! don't forget to change the volume name in this file! -# -1:Volume1-100 -2:Volume1-101 -3:Volume1-102 -4:Volume1-103 -5:Volume1-104 -6:Volume1-105 -7:Volume1-106 -8:Volume1-107 -9:Volume1-108 -10:Volume1-109 -11:Volume1-110 -12:Volume1-111 -# -# Further volumes exported from the changer -# -# 36GB AIT2 tapes -#Volume1-100 -#Volume1-101 -#Volume1-102 -#Volume1-103 -#Volume1-104 -#Volume1-105 -#Volume1-106 -#Volume1-107 -#Volume1-108 -#Volume1-109 -#Volume1-110 -#Volume1-111 -#Volume1-112 -#Volume1-113 -#Volume1-114 -#Volume1-115 -# -# 50GB AIT2 tapes -#Volume2-200 -#Volume2-201 -#Volume2-202 -#Volume2-203 -#Volume2-204 diff --git a/sysutils/bacula-server/files/bacula-dir.in b/sysutils/bacula-server/files/bacula-dir.in deleted file mode 100644 index 49086897bd68..000000000000 --- a/sysutils/bacula-server/files/bacula-dir.in +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# PROVIDE: bacula_dir -# REQUIRE: DAEMON %%REQ_MYSQL%% %%REQ_PGSQL%% -# KEYWORD: shutdown -# -# Add the following lines to /etc/rc.conf.local or /etc/rc.conf -# to enable this service: -# -# bacula_dir_enable (bool): Set to NO by default. -# Set it to YES to enable bacula_dir. -# bacula_dir_flags (params): Set params used to start bacula_dir. -# - -. /etc/rc.subr - -name="bacula_dir" -rcvar=${name}_enable -command=%%PREFIX%%/sbin/bacula-dir - -load_rc_config $name - -: ${bacula_dir_enable="NO"} -: ${bacula_dir_flags=" -u bacula -g bacula -v -c %%PREFIX%%/etc/bacula/bacula-dir.conf"} -: ${bacula_dir_pidfile="/var/run/bacula-dir.9101.pid"} - -pidfile="${bacula_dir_pidfile}" - -run_rc_command "$1" diff --git a/sysutils/bacula-server/files/bacula-fd.in b/sysutils/bacula-server/files/bacula-fd.in deleted file mode 100644 index 70add50a1915..000000000000 --- a/sysutils/bacula-server/files/bacula-fd.in +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# PROVIDE: bacula_fd -# REQUIRE: DAEMON -# KEYWORD: shutdown -# -# Add the following lines to /etc/rc.conf.local or /etc/rc.conf -# to enable this service: -# -# bacula_fd_enable (bool): Set to NO by default. -# Set it to YES to enable bacula_fd. -# bacula_fd_flags (params): Set params used to start bacula_fd. -# - -. /etc/rc.subr - -name="bacula_fd" -rcvar=${name}_enable -command=%%PREFIX%%/sbin/bacula-fd - -load_rc_config $name - -: ${bacula_fd_enable="NO"} -: ${bacula_fd_flags=" -u root -g wheel -v -c %%PREFIX%%/etc/bacula/bacula-fd.conf"} -: ${bacula_fd_pidfile="/var/run/bacula-fd.9102.pid"} - -pidfile="${bacula_fd_pidfile}" - -run_rc_command "$1" diff --git a/sysutils/bacula-server/files/bacula-sd.in b/sysutils/bacula-server/files/bacula-sd.in deleted file mode 100644 index 1c37c68fd6d5..000000000000 --- a/sysutils/bacula-server/files/bacula-sd.in +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# PROVIDE: bacula_sd -# REQUIRE: DAEMON -# KEYWORD: shutdown -# -# Add the following lines to /etc/rc.conf.local or /etc/rc.conf -# to enable this service: -# -# bacula_sd_enable (bool): Set to NO by default. -# Set it to YES to enable bacula_sd. -# bacula_sd_flags (params): Set params used to start bacula_sd. -# - -. /etc/rc.subr - -name="bacula_sd" -rcvar=${name}_enable -command=%%PREFIX%%/sbin/bacula-sd - -load_rc_config $name - -: ${bacula_sd_enable="NO"} -: ${bacula_sd_flags=" -u bacula -g bacula -v -c %%PREFIX%%/etc/bacula/bacula-sd.conf"} -: ${bacula_sd_pidfile="/var/run/bacula-sd.9103.pid"} - -pidfile="${bacula_sd_pidfile}" - -run_rc_command "$1" diff --git a/sysutils/bacula-server/files/chio-bacula b/sysutils/bacula-server/files/chio-bacula deleted file mode 100644 index 6650426857dc..000000000000 --- a/sysutils/bacula-server/files/chio-bacula +++ /dev/null @@ -1,200 +0,0 @@ -#!/bin/sh -# -# Bacula interface to FreeBSD chio autoloader command with -# multiple drive support -# (By Lars Köller, lars+bacula@koellers.net, 2004) -# -# If you set in your Device resource -# -# Changer Command = "path-to-this-script/chio-bacula" %c %o %S %a -# you will have the following input to this script: -# -# chio-bacula "changer-device" "command" "slot" "archive-device" "drive-index" -# $1 $2 $3 $4 $5 -# for example: -# -# chio-bacula /dev/sg0 load 1 /dev/nst0 0 (on a FreeBSD system) -# -# If you need to to an offline, refer to the drive as $4 -# e.g. mt -f $f offline -# -# Many changers need an offline after the unload. Also many -# changers need a sleep 60 after the mtx load. -# -# N.B. If you change the script, take care to return either -# the mtx exit code or a 0. If the script exits with a non-zero -# exit code, Bacula will assume the request failed. -# -me=$(basename $0) - -# Debug output, take care this file is writeable for user bacula! -#LOG=/var/db/bacula/chio-bacula.log -#exec 2>>$LOG -#echo "------------------------- $(date) Start $(basename $0) -------------------------" >> $LOG -#set -x - -# Debug -logger -p user.err "$me $@" - -# This simulates a barcode reader in the changer. -# The labes of the virtual barcode reader are located in the BARCODE_FILE -SIMULATE_BARCODE=true -BARCODE_FILE=/usr/local/etc/bacula/bacula-barcodes -MTX=/bin/chio -# Set default values (see case statement below for -# free mapping of drive index and tape device -# We have a double drive Qualstar where drive 1 is the default bacula drive -#TAPE=/dev/bacula-tape -TAPE=/dev/nrsa0 -DRIVE=0 -# Time to wait for (un)loading -SLEEP=20 - -usage() -{ - echo "" - echo "The $me script for bacula" - echo "--------------------------------------" - echo "" - echo "usage: $me <changer-device> <command> [slot] [devicename of tapedrive] [drive index]" - echo "" - echo "Valid commands:" - echo "" - echo "unload Unloads a tape into the slot" - echo " from where it was loaded." - echo "load <slot> Loads a tape from the slot <slot>" - echo " (slot-base is calculated to 1 as first slot)" - echo "list Lists full storage slots" - echo "loaded Gives slot from where the tape was loaded." - echo " 0 means the tape drive is empty." - echo "slots Gives Number of aviable slots." - echo "" - echo "Example:" - echo " $me /dev/changer load 1 loads a tape from slot 1" - echo "" - exit 2 -} - -# The changer device -if [ -z "$1" ] ; then - usage; -else - CHANGER=$1 -fi -# The command -if [ -z "$2" ] ; then - usage; -else - COMMAND=$2 -fi -# The slot number -if [ ! -z "$3" ]; then - SLOT=$3 - # btape fill says "... slot 1 drive 0" :-( - if [ "$SLOT" = "slot" ]; then - shift - SLOT=$3 - fi -fi -# Set tape device -if [ ! -z "$4" ]; then - TAPE=$4 -fi - -# Here you can map bacula drive number to any tape device -# DRIVE is the chio drive number used below by chio! -case $5 in - 0) - # First Drive in Changer is Bacula drive - DRIVE=0 - #TAPE=/dev/bacula-tape - TAPE=/dev/nrsa0 - ;; - 1) - DRIVE=1 - #TAPE=/dev/bacula-tape2 - TAPE=/dev/nrsa1 - ;; -esac - -# -# Main -# -case ${COMMAND} in - unload) - # enable the following line if you need to eject the cartridge - mt -f ${TAPE} off - sleep 2 - # if we have a slot, try it - if [ ! -z "$SLOT" ]; then - ${MTX} -f ${CHANGER} move drive ${DRIVE} slot $((${SLOT}-1)) - exit $? - fi - # Try other way (works if source element information is valid for drive) - ${MTX} -f ${CHANGER} return drive ${DRIVE} - # If the changer is power cycled with a tape loaded in a drive - # we can compute the slot in case of a complete filled magazine, with - # one slot free. - if [ "$?" != "0" ]; then - free_slot=`${MTX} -f ${CHANGER} stat | grep "^slot " | grep -v "FULL" | awk '{print $2}'` - free_slot=${free_slot%:} - ${MTX} -f ${CHANGER} move drive ${DRIVE} slot $free_slot - fi - ;; - - load) - ${MTX} -f ${CHANGER} move slot $((${SLOT}-1)) drive ${DRIVE} - rtn=$? - # Increase the sleep time if you have a slow device - sleep $SLEEP - exit $rtn - ;; - - list) - if [ "${SIMULATE_BARCODE}" = "true" ]; then - if [ -f "$BARCODE_FILE" ]; then - cat $BARCODE_FILE | grep -v -e "^#" -e "^$" - exit 0 - else - echo "Barcode file $BARCODE_FILE missing ... exiting!" - exit 1 - fi - else - ${MTX} -f ${CHANGER} status | grep "^slot .*: .*FULL>" | awk '{print $2}' | awk -F: '{print $1+1" "}' | tr -d "[\r\n]" - fi - ;; - - loaded) - # echo "Request loaded" - ${MTX} -f ${CHANGER} status -S > /tmp/mtx.$$ - rtn=$? - # Try to get chio slot source from drive entry - SLOT=$(cat /tmp/mtx.$$ | grep "^drive ${DRIVE}: <FULL> .*slot" | awk '{print $6+1}' | tr -d ">") - if [ -z "$SLOT" ]; then - # This handles the case a source slot is not available (power on - # of the changer with a drive loaded) and all other slots are - # occupied with a tape! - SLOT=$(cat /tmp/mtx.$$ | grep "^slot .*: <ACCESS>" | awk '{print $2+1}') - if [ -z "$SLOT" ]; then - echo 0 - else - echo $SLOT - fi - else - echo $SLOT - fi - # All tapes are in the slots - #cat /tmp/mtx.$$ | grep "^drive ${DRIVE}: .* source: <>" | awk "{print 0}" - rm -f /tmp/mtx.$$ - exit $rtn - ;; - - slots) - # echo "Request slots" - ${MTX} -f ${CHANGER} status | grep "^slot " | tail -1 | awk '{print $2+1}' | tr -d ":" - ;; - - *) - usage - ;; -esac diff --git a/sysutils/bacula-server/files/patch-src_console_Makefile.in b/sysutils/bacula-server/files/patch-src_console_Makefile.in deleted file mode 100644 index d41747a16d07..000000000000 --- a/sysutils/bacula-server/files/patch-src_console_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- src/console/Makefile.in.orig 2015-08-13 13:52:24 UTC -+++ src/console/Makefile.in -@@ -121,7 +121,7 @@ uninstall: - depend: - @$(MV) Makefile Makefile.bak - @$(SED) "/^# DO NOT DELETE:/,$$ d" Makefile.bak > Makefile -- @$(ECHO) "# DO NOT DELETE: nice dependency list follows" >> Makefile -+ @echo "# DO NOT DELETE: nice dependency list follows" >> Makefile - @$(CXX) -S -M $(CPPFLAGS) $(CONS_INC) -I$(srcdir) -I$(basedir) *.c >> Makefile - @if test -f Makefile ; then \ - $(RMF) Makefile.bak; \ diff --git a/sysutils/bacula-server/files/patch-src_dird_Makefile.in b/sysutils/bacula-server/files/patch-src_dird_Makefile.in deleted file mode 100644 index 132291431a90..000000000000 --- a/sysutils/bacula-server/files/patch-src_dird_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- src/dird/Makefile.in.orig 2015-08-13 13:52:24 UTC -+++ src/dird/Makefile.in -@@ -140,7 +140,7 @@ uninstall: - depend: - @$(MV) Makefile Makefile.bak - @$(SED) "/^# DO NOT DELETE:/,$$ d" Makefile.bak > Makefile -- @$(ECHO) "# DO NOT DELETE: nice dependency list follows" >> Makefile -+ @echo "# DO NOT DELETE: nice dependency list follows" >> Makefile - @$(CXX) -S -M $(CPPFLAGS) $(XINC) -I$(srcdir) -I$(basedir) *.c >> Makefile - @if test -f Makefile ; then \ - $(RMF) Makefile.bak; \ diff --git a/sysutils/bacula-server/files/patch-src_filed_Makefile.in b/sysutils/bacula-server/files/patch-src_filed_Makefile.in deleted file mode 100644 index 797cf5030028..000000000000 --- a/sysutils/bacula-server/files/patch-src_filed_Makefile.in +++ /dev/null @@ -1,26 +0,0 @@ ---- src/filed/Makefile.in.orig 2015-08-13 13:52:24 UTC -+++ src/filed/Makefile.in -@@ -65,12 +65,12 @@ acl.o: acl.c - - bacula-fd: Makefile $(SVROBJS) ../findlib/libbacfind$(DEFAULT_ARCHIVE_TYPE) ../lib/libbaccfg$(DEFAULT_ARCHIVE_TYPE) ../lib/libbac$(DEFAULT_ARCHIVE_TYPE) - @echo "Linking $@ ..." -- $(LIBTOOL_LINK) $(CXX) $(WLDFLAGS) $(LDFLAGS) -L../lib -L../findlib -o $@ $(SVROBJS) \ -+ $(LIBTOOL_LINK) $(CXX) $(WLDFLAGS) -L../lib -L../findlib $(LDFLAGS) -o $@ $(SVROBJS) \ - $(FDLIBS) $(ZLIBS) -lbacfind -lbaccfg -lbac -lm $(LIBS) \ - $(DLIB) $(WRAPLIBS) $(GETTEXT_LIBS) $(OPENSSL_LIBS) $(CAP_LIBS) $(AFS_LIBS) $(LZO_LIBS) - - static-bacula-fd: Makefile $(SVROBJS) ../findlib/libbacfind.a ../lib/libbaccfg$(DEFAULT_ARCHIVE_TYPE) ../lib/libbac$(DEFAULT_ARCHIVE_TYPE) -- $(LIBTOOL_LINK) $(CXX) $(WLDFLAGS) $(LDFLAGS) -static -L../lib -L../findlib -o $@ $(SVROBJS) \ -+ $(LIBTOOL_LINK) $(CXX) $(WLDFLAGS) -static -L../lib -L../findlib $(LDFLAGS) -o $@ $(SVROBJS) \ - $(FDLIBS) $(ZLIBS) -lbacfind -lbaccfg -lbac -lm $(LIBS) \ - $(DLIB) $(WRAPLIBS) $(GETTEXT_LIBS) $(OPENSSL_LIBS) $(CAP_LIBS) $(AFS_LIBS) $(LZO_LIBS) - strip $@ -@@ -127,7 +127,7 @@ uninstall: - depend: - @$(MV) Makefile Makefile.bak - @$(SED) "/^# DO NOT DELETE:/,$$ d" Makefile.bak > Makefile -- @$(ECHO) "# DO NOT DELETE: nice dependency list follows" >> Makefile -+ @echo "# DO NOT DELETE: nice dependency list follows" >> Makefile - @$(CXX) -S -M $(CPPFLAGS) $(XINC) $(LZO_INC) -I$(srcdir) -I$(basedir) *.c >> Makefile - @if test -f Makefile ; then \ - $(RMF) Makefile.bak; \ diff --git a/sysutils/bacula-server/files/patch-src_qt-console_bat.pro.in b/sysutils/bacula-server/files/patch-src_qt-console_bat.pro.in deleted file mode 100644 index 1bca6f6d819b..000000000000 --- a/sysutils/bacula-server/files/patch-src_qt-console_bat.pro.in +++ /dev/null @@ -1,11 +0,0 @@ ---- src/qt-console/bat.pro.in.orig 2015-08-13 13:52:24 UTC -+++ src/qt-console/bat.pro.in -@@ -19,7 +19,7 @@ TEMPLATE = app - TARGET = bat - DEPENDPATH += . - INCLUDEPATH += .. . ./console ./restore ./select --LIBS += -L../lib -lbaccfg -lbac -L../findlib -lbacfind @OPENSSL_LIBS@ -+LIBS += -L../lib -lbaccfg -lbac -L../findlib -lbacfind @OPENSSL_LIBS@ -lintl - LIBTOOL_LINK = @QMAKE_LIBTOOL@ --silent --tag=CXX --mode=link - LIBTOOL_INSTALL = @QMAKE_LIBTOOL@ --silent --mode=install - QMAKE_LINK = $${LIBTOOL_LINK} $(CXX) diff --git a/sysutils/bacula-server/files/patch-src_stored_Makefile.in b/sysutils/bacula-server/files/patch-src_stored_Makefile.in deleted file mode 100644 index d2afbd28ecd0..000000000000 --- a/sysutils/bacula-server/files/patch-src_stored_Makefile.in +++ /dev/null @@ -1,71 +0,0 @@ ---- src/stored/Makefile.in.orig 2015-08-13 13:52:24 UTC -+++ src/stored/Makefile.in -@@ -115,12 +115,12 @@ all: Makefile bacula-sd @STATIC_SD@ bls - - bacula-sd: Makefile $(SDOBJS) ../lib/libbaccfg$(DEFAULT_ARCHIVE_TYPE) ../lib/libbac$(DEFAULT_ARCHIVE_TYPE) - @echo "Linking $@ ..." -- $(LIBTOOL_LINK) $(CXX) $(WLDFLAGS) $(LDFLAGS) -L../lib -o $@ $(SDOBJS) $(ZLIBS) \ -+ $(LIBTOOL_LINK) $(CXX) $(WLDFLAGS) -L../lib $(LDFLAGS) -o $@ $(SDOBJS) $(ZLIBS) \ - -lbaccfg -lbac -lm $(DLIB) $(LIBS) $(WRAPLIBS) \ - $(GETTEXT_LIBS) $(OPENSSL_LIBS) $(CAP_LIBS) - - static-bacula-sd: Makefile $(SDOBJS) ../lib/libbaccfg$(DEFAULT_ARCHIVE_TYPE) ../lib/libbac$(DEFAULT_ARCHIVE_TYPE) -- $(LIBTOOL_LINK) $(CXX) $(WLDFLAGS) $(LDFLAGS) -static -L../lib -o $@ $(SDOBJS) $(ZLIBS) \ -+ $(LIBTOOL_LINK) $(CXX) $(WLDFLAGS) -static -L../lib $(LDFLAGS) -o $@ $(SDOBJS) $(ZLIBS) \ - -lbaccfg -lbac -lm $(DLIB) $(LIBS) $(WRAPLIBS) \ - $(GETTEXT_LIBS) $(OPENSSL_LIBS) $(CAP_LIBS) - strip $@ -@@ -131,7 +131,7 @@ btape.o: btape.c - -I$(basedir) $(DINCLUDE) $(CFLAGS) $< - - btape: Makefile $(TAPEOBJS) ../lib/libbac$(DEFAULT_ARCHIVE_TYPE) ../lib/libbaccfg$(DEFAULT_ARCHIVE_TYPE) -- $(LIBTOOL_LINK) $(CXX) $(TTOOL_LDFLAGS) $(LDFLAGS) -L../lib -o $@ $(TAPEOBJS) \ -+ $(LIBTOOL_LINK) $(CXX) $(TTOOL_LDFLAGS) -L../lib $(LDFLAGS) -o $@ $(TAPEOBJS) \ - -lbaccfg -lbac $(DLIB) -lm $(LIBS) $(GETTEXT_LIBS) $(OPENSSL_LIBS) - - bls.o: bls.c -@@ -141,7 +141,7 @@ bls.o: bls.c - - bls: Makefile $(BLSOBJS) ../findlib/libbacfind$(DEFAULT_ARCHIVE_TYPE) ../lib/libbaccfg$(DEFAULT_ARCHIVE_TYPE) ../lib/libbac$(DEFAULT_ARCHIVE_TYPE) - @echo "Compiling $<" -- $(LIBTOOL_LINK) $(CXX) $(TTOOL_LDFLAGS) $(LDFLAGS) -L../lib -L../findlib -o $@ $(BLSOBJS) $(DLIB) \ -+ $(LIBTOOL_LINK) $(CXX) $(TTOOL_LDFLAGS) -L../lib -L../findlib $(LDFLAGS) -o $@ $(BLSOBJS) $(DLIB) \ - -lbacfind -lbaccfg -lbac -lm $(LIBS) $(GETTEXT_LIBS) $(OPENSSL_LIBS) - - bextract.o: bextract.c -@@ -151,7 +151,7 @@ bextract.o: bextract.c - - bextract: Makefile $(BEXTOBJS) ../findlib/libbacfind$(DEFAULT_ARCHIVE_TYPE) ../lib/libbaccfg$(DEFAULT_ARCHIVE_TYPE) ../lib/libbac$(DEFAULT_ARCHIVE_TYPE) - @echo "Compiling $<" -- $(LIBTOOL_LINK) $(CXX) $(TTOOL_LDFLAGS) $(LDFLAGS) -L../lib -L../findlib -o $@ $(BEXTOBJS) $(DLIB) $(ZLIBS) $(LZO_LIBS) \ -+ $(LIBTOOL_LINK) $(CXX) $(TTOOL_LDFLAGS) -L../lib -L../findlib $(LDFLAGS) -o $@ $(BEXTOBJS) $(DLIB) $(ZLIBS) $(LZO_LIBS) \ - -lbacfind -lbaccfg -lbac -lm $(LIBS) $(GETTEXT_LIBS) $(OPENSSL_LIBS) - - bscan.o: bscan.c -@@ -161,7 +161,7 @@ bscan.o: bscan.c - - bscan: Makefile $(SCNOBJS) ../findlib/libbacfind$(DEFAULT_ARCHIVE_TYPE) ../lib/libbaccfg$(DEFAULT_ARCHIVE_TYPE) \ - ../cats/libbacsql$(DEFAULT_ARCHIVE_TYPE) ../cats/libbaccats$(DEFAULT_ARCHIVE_TYPE) -- $(LIBTOOL_LINK) $(CXX) $(TTOOL_LDFLAGS) $(LDFLAGS) -L../lib -L../cats -L../findlib -o $@ $(SCNOBJS) \ -+ $(LIBTOOL_LINK) $(CXX) $(TTOOL_LDFLAGS) -L../lib -L../cats -L../findlib $(LDFLAGS) -o $@ $(SCNOBJS) \ - -lbacsql -lbaccats $(DB_LIBS) $(ZLIBS) -lbacfind -lbaccfg -lbac -lm $(LIBS) $(GETTEXT_LIBS) $(OPENSSL_LIBS) - - bcopy.o: bcopy.c -@@ -170,7 +170,7 @@ bcopy.o: bcopy.c - -I$(basedir) $(DINCLUDE) $(CFLAGS) $< - - bcopy: Makefile $(COPYOBJS) ../findlib/libbacfind$(DEFAULT_ARCHIVE_TYPE) ../lib/libbaccfg$(DEFAULT_ARCHIVE_TYPE) ../lib/libbac$(DEFAULT_ARCHIVE_TYPE) -- $(LIBTOOL_LINK) $(CXX) $(TTOOL_LDFLAGS) $(LDFLAGS) -L../lib -o $@ $(COPYOBJS) \ -+ $(LIBTOOL_LINK) $(CXX) $(TTOOL_LDFLAGS) -L../lib $(LDFLAGS) -o $@ $(COPYOBJS) \ - -lbaccfg -lbac -lm $(LIBS) $(GETTEXT_LIBS) $(OPENSSL_LIBS) - - Makefile: $(srcdir)/Makefile.in $(topdir)/config.status -@@ -235,7 +235,7 @@ devclean: realclean - depend: - @$(MV) Makefile Makefile.bak - @$(SED) "/^# DO NOT DELETE:/,$$ d" Makefile.bak > Makefile -- @$(ECHO) "# DO NOT DELETE: nice dependency list follows" >> Makefile -+ @echo "# DO NOT DELETE: nice dependency list follows" >> Makefile - @$(CXX) -S -M $(CPPFLAGS) $(XINC) -I$(srcdir) -I$(basedir) *.c >> Makefile - @if test -f Makefile ; then \ - $(RMF) Makefile.bak; \ diff --git a/sysutils/bacula-server/files/patch-src_tools_Makefile.in b/sysutils/bacula-server/files/patch-src_tools_Makefile.in deleted file mode 100644 index ba2f1c1ff041..000000000000 --- a/sysutils/bacula-server/files/patch-src_tools_Makefile.in +++ /dev/null @@ -1,105 +0,0 @@ ---- src/tools/Makefile.in.orig 2016-07-06 19:03:41.000000000 +0000 -+++ src/tools/Makefile.in 2016-07-21 14:48:28.406720193 +0000 -@@ -58,26 +58,26 @@ - @echo " " - - bsmtp: Makefile bsmtp.o ../lib/libbac$(DEFAULT_ARCHIVE_TYPE) -- $(LIBTOOL_LINK) $(CXX) $(LDFLAGS) -L../lib -o $@ bsmtp.o -lbac -lm $(DLIB) $(LIBS) $(GETTEXT_LIBS) $(OPENSSL_LIBS) -+ $(LIBTOOL_LINK) $(CXX) -L../lib $(LDFLAGS) -o $@ bsmtp.o -lbac -lm $(DLIB) $(LIBS) $(GETTEXT_LIBS) $(OPENSSL_LIBS) - - bsnapshot: Makefile bsnapshot.o ../lib/libbac$(DEFAULT_ARCHIVE_TYPE) -- $(LIBTOOL_LINK) $(CXX) $(LDFLAGS) -L../lib -o $@ bsnapshot.o ../lib/ini$(DEFAULT_OBJECT_TYPE) -lbac -lm $(DLIB) $(LIBS) $(GETTEXT_LIBS) -+ $(LIBTOOL_LINK) $(CXX) -L../lib $(LDFLAGS) -o $@ bsnapshot.o ../lib/ini$(DEFAULT_OBJECT_TYPE) -lbac -lm $(DLIB) $(LIBS) $(GETTEXT_LIBS) - - - bregtest: Makefile bregtest.o ../lib/libbac$(DEFAULT_ARCHIVE_TYPE) -- $(LIBTOOL_LINK) $(CXX) $(LDFLAGS) -L../lib -o $@ bregtest.o -lbac -lm $(DLIB) $(LIBS) $(GETTEXT_LIBS) $(OPENSSL_LIBS) -+ $(LIBTOOL_LINK) $(CXX) -L../lib $(LDFLAGS) -o $@ bregtest.o -lbac -lm $(DLIB) $(LIBS) $(GETTEXT_LIBS) $(OPENSSL_LIBS) - - dbcheck: Makefile dbcheck.o ../lib/libbac$(DEFAULT_ARCHIVE_TYPE) ../lib/libbaccfg$(DEFAULT_ARCHIVE_TYPE) \ - ../cats/libbacsql$(DEFAULT_ARCHIVE_TYPE) ../cats/libbaccats$(DEFAULT_ARCHIVE_TYPE) $(DIRCONFOBJS) -- $(LIBTOOL_LINK) $(CXX) $(LDFLAGS) -L../lib -L../cats -o $@ dbcheck.o $(DIRCONFOBJS) \ -+ $(LIBTOOL_LINK) $(CXX) -L../lib -L../cats $(LDFLAGS) -o $@ dbcheck.o $(DIRCONFOBJS) \ - -lbaccats -lbacsql -lbaccfg -lbac -lm $(ZLIBS) $(DB_LIBS) $(LIBS) $(GETTEXT_LIBS) $(OPENSSL_LIBS) - - fstype: Makefile fstype.o ../lib/libbac$(DEFAULT_ARCHIVE_TYPE) ../findlib/libbacfind$(DEFAULT_ARCHIVE_TYPE) -- $(LIBTOOL_LINK) $(CXX) $(LDFLAGS) -L../lib -L../findlib -o $@ fstype.o -lbacfind -lbac -lm \ -+ $(LIBTOOL_LINK) $(CXX) -L../lib -L../findlib $(LDFLAGS) -o $@ fstype.o -lbacfind -lbac -lm \ - $(DLIB) $(LIBS) $(GETTEXT_LIBS) $(OPENSSL_LIBS) - - drivetype: Makefile drivetype.o ../lib/libbac$(DEFAULT_ARCHIVE_TYPE) ../findlib/libbacfind$(DEFAULT_ARCHIVE_TYPE) -- $(LIBTOOL_LINK) $(CXX) $(LDFLAGS) -L../lib -L../findlib -o $@ drivetype.o -lbacfind -lbac -lm \ -+ $(LIBTOOL_LINK) $(CXX) -L../lib -L../findlib $(LDFLAGS) -o $@ drivetype.o -lbacfind -lbac -lm \ - $(DLIB) $(LIBS) $(GETTEXT_LIBS) $(OPENSSL_LIBS) - - dird_conf.o: ../dird/dird_conf.c -@@ -95,29 +95,29 @@ - - testfind: Makefile ../lib/libbac$(DEFAULT_ARCHIVE_TYPE) ../lib/libbaccfg$(DEFAULT_ARCHIVE_TYPE) \ - ../findlib/libbacfind$(DEFAULT_ARCHIVE_TYPE) $(FINDOBJS) -- $(LIBTOOL_LINK) $(CXX) -g $(LDFLAGS) -o $@ $(FINDOBJS) -L. -L../lib -L../findlib \ -+ $(LIBTOOL_LINK) $(CXX) -g -o $@ $(FINDOBJS) -L. -L../lib -L../findlib $(LDFLAGS) \ - $(DLIB) -lbacfind -lbaccfg -lbac -lm $(LIBS) $(GETTEXT_LIBS) $(OPENSSL_LIBS) - - testls: Makefile ../findlib/libbacfind$(DEFAULT_ARCHIVE_TYPE) ../lib/libbac$(DEFAULT_ARCHIVE_TYPE) testls.o -- $(LIBTOOL_LINK) $(CXX) -g $(LDFLAGS) -L. -L../lib -L../findlib -o $@ testls.o \ -+ $(LIBTOOL_LINK) $(CXX) -g -L. -L../lib -L../findlib $(LDFLAGS) -o $@ testls.o \ - $(DLIB) -lbacfind -lbac -lm $(LIBS) $(GETTEXT_LIBS) $(OPENSSL_LIBS) - - bregex: Makefile ../findlib/libbacfind$(DEFAULT_ARCHIVE_TYPE) ../lib/libbac$(DEFAULT_ARCHIVE_TYPE) bregex.o -- $(LIBTOOL_LINK) $(CXX) -g $(LDFLAGS) -L. -L../lib -o $@ bregex.o \ -+ $(LIBTOOL_LINK) $(CXX) -g -L. -L../lib $(LDFLAGS) -o $@ bregex.o \ - $(DLIB) -lbac -lm $(LIBS) $(GETTEXT_LIBS) $(OPENSSL_LIBS) - - bwild: Makefile ../lib/libbac$(DEFAULT_ARCHIVE_TYPE) bwild.o -- $(LIBTOOL_LINK) $(CXX) -g $(LDFLAGS) -L. -L../lib -o $@ bwild.o \ -+ $(LIBTOOL_LINK) $(CXX) -g -L. -L../lib $(LDFLAGS) -o $@ bwild.o \ - $(DLIB) -lbac -lm $(LIBS) $(GETTEXT_LIBS) $(OPENSSL_LIBS) - - bbatch: Makefile ../lib/libbac$(DEFAULT_ARCHIVE_TYPE) ../cats/libbacsql$(DEFAULT_ARCHIVE_TYPE) \ - ../cats/libbaccats$(DEFAULT_ARCHIVE_TYPE) bbatch.o -- $(LIBTOOL_LINK) $(CXX) -g $(LDFLAGS) -L../cats -L. -L../lib -o $@ bbatch.o \ -+ $(LIBTOOL_LINK) $(CXX) -g -L../cats -L. -L../lib $(LDFLAGS) -o $@ bbatch.o \ - -lbaccats -lbacsql -lbac -lm $(ZLIBS) $(DB_LIBS) $(LIBS) $(GETTEXT_LIBS) $(OPENSSL_LIBS) - - bvfs_test: Makefile ../findlib/libbacfind$(DEFAULT_ARCHIVE_TYPE) ../lib/libbac$(DEFAULT_ARCHIVE_TYPE) \ - ../cats/libbacsql$(DEFAULT_ARCHIVE_TYPE) ../cats/libbaccats$(DEFAULT_ARCHIVE_TYPE) bvfs_test.o -- $(LIBTOOL_LINK) $(CXX) -g $(LDFLAGS) -L../cats -L. -L../lib -L../findlib -o $@ bvfs_test.o \ -+ $(LIBTOOL_LINK) $(CXX) -g -L../cats -L. -L../lib -L../findlib $(LDFLAGS) -o $@ bvfs_test.o \ - -lbaccats -lbacsql -lbacfind -lbac -lm $(ZLIBS) $(DB_LIBS) $(LIBS) $(GETTEXT_LIBS) $(OPENSSL_LIBS) - - cats_test.o: cats_test.c -@@ -125,7 +125,7 @@ - $(NO_ECHO)$(CXX) $(DEFS) $(DEBUG) -c $(CPPFLAGS) -I$(srcdir) -I$(basedir) $(DINCLUDE) $(CFLAGS) $< - - cats_test: Makefile ../findlib/libbacfind$(DEFAULT_ARCHIVE_TYPE) ../lib/libbac$(DEFAULT_ARCHIVE_TYPE) ../cats/libbacsql$(DEFAULT_ARCHIVE_TYPE) cats_test.o -- $(LIBTOOL_LINK) $(CXX) -g $(LDFLAGS) -L../cats -L. -L../lib -L../findlib -o $@ cats_test.o \ -+ $(LIBTOOL_LINK) $(CXX) -g -L../cats -L. -L../lib -L../findlib $(LDFLAGS) -o $@ cats_test.o \ - -lbaccats -lbacsql -lbacfind -lbac -lm $(DB_LIBS) $(LIBS) $(GETTEXT_LIBS) $(OPENSSL_LIBS) - - gigaslam.o: gigaslam.c -@@ -135,13 +135,13 @@ - $(LIBTOOL_LINK) $(CXX) $(LDFLAGS) -o $@ gigaslam.o - - grow: Makefile grow.o ../lib/libbac$(DEFAULT_ARCHIVE_TYPE) -- $(LIBTOOL_LINK) $(CXX) $(LDFLAGS) -L../lib -o $@ grow.o -lbac -lm $(DLIB) $(LIBS) $(GETTEXT_LIBS) $(OPENSSL_LIBS) -+ $(LIBTOOL_LINK) $(CXX) -L../lib $(LDFLAGS) -o $@ grow.o -lbac -lm $(DLIB) $(LIBS) $(GETTEXT_LIBS) $(OPENSSL_LIBS) - - bpluginfo.o: bpluginfo.c - $(CXX) $(DEFS) $(DEBUG) -c $(CPPFLAGS) -I$(srcdir) -I$(basedir) -I../filed -I../dird -I../stored $(DINCLUDE) $(CFLAGS) $< - - bpluginfo: Makefile bpluginfo.o -- $(LIBTOOL_LINK) $(CXX) $(LDFLAGS) -L../lib -o $@ bpluginfo.o -lbac $(DLIB) $(LIBS) $(GETTEXT_LIBS) $(OPENSSL_LIBS) -+ $(LIBTOOL_LINK) $(CXX) -L../lib $(LDFLAGS) -o $@ bpluginfo.o -lbac $(DLIB) $(LIBS) $(GETTEXT_LIBS) $(OPENSSL_LIBS) - - Makefile: $(srcdir)/Makefile.in $(topdir)/config.status - cd $(topdir) \ -@@ -198,7 +198,7 @@ - depend: - @$(MV) Makefile Makefile.bak - @$(SED) "/^# DO NOT DELETE:/,$$ d" Makefile.bak > Makefile -- @$(ECHO) "# DO NOT DELETE: nice dependency list follows" >> Makefile -+ @echo "# DO NOT DELETE: nice dependency list follows" >> Makefile - @$(CXX) -S -M $(CPPFLAGS) -I$(srcdir) -I$(basedir) *.c >> Makefile - @if test -f Makefile ; then \ - $(RMF) Makefile.bak; \ diff --git a/sysutils/bacula-server/files/pkg-deinstall.client.in b/sysutils/bacula-server/files/pkg-deinstall.client.in deleted file mode 100644 index 27590d301e06..000000000000 --- a/sysutils/bacula-server/files/pkg-deinstall.client.in +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/sh - -PATH=/bin:/usr/bin:/usr/sbin - -# Note how to delete UID/GID -USER=%%BACULA_USER%% -GROUP=%%BACULA_GROUP%% -UID=%%BACULA_UID%% -GID=%%BACULA_UID%% -BACULA_DIR=%%BACULA_DIR%% - -TMPFILE=/tmp/services-$RANDOM-$$ - -case "$2" in -"DEINSTALL") - # Delete entries in /etc/services - sed -e '/# Bacula port start/,/# Bacula port end/{' \ - -e 'd' \ - -e '}' /etc/services > $TMPFILE - mv -f $TMPFILE /etc/services - - if [ -d ${BACULA_DIR} ]; then - echo "Check if ${BACULA_DIR} is empty and delete it to permanently remove the bacula port." - fi - - if pw groupshow "${USER}" 2>/dev/null 1>&2; then - echo "To delete Bacula group permanently, use 'pw groupdel ${GROUP}'" - fi - ;; -esac diff --git a/sysutils/bacula-server/files/pkg-deinstall.server.in b/sysutils/bacula-server/files/pkg-deinstall.server.in deleted file mode 100644 index 05da0eb6a7f6..000000000000 --- a/sysutils/bacula-server/files/pkg-deinstall.server.in +++ /dev/null @@ -1,34 +0,0 @@ -#!/bin/sh - -PATH=/bin:/usr/bin:/usr/sbin - -# Note how to delete UID/GID -USER=%%BACULA_USER%% -GROUP=%%BACULA_GROUP%% -UID=%%BACULA_UID%% -GID=%%BACULA_UID%% -BACULA_DIR=%%BACULA_DIR%% - -TMPFILE=/tmp/services-$RANDOM-$$ - -case "$2" in -"DEINSTALL") - # Delete entries in /etc/services - sed -e '/# Bacula port start/,/# Bacula port end/{' \ - -e 'd' \ - -e '}' /etc/services > $TMPFILE - mv -f $TMPFILE /etc/services - - if [ -d ${BACULA_DIR} ]; then - rmdir ${BACULA_DIR}; - fi - if [ -d ${BACULA_DIR} ]; then - echo "Check if ${BACULA_DIR} is empty and delete it to permanently remove the bacula port." - fi - - if pw usershow "${USER}" 2>/dev/null 1>&2; then - echo "To delete Bacula user permanently, use 'pw userdel ${USER}'" - echo "To delete Bacula group permanently, use 'pw groupdel ${GROUP}'" - fi - ;; -esac diff --git a/sysutils/bacula-server/files/pkg-install.client.in b/sysutils/bacula-server/files/pkg-install.client.in deleted file mode 100644 index 12e044538074..000000000000 --- a/sysutils/bacula-server/files/pkg-install.client.in +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -PATH=/bin:/usr/bin:/usr/sbin - -# Always add lines in /etc/services -grep -q "bacula-dir" /etc/services -if [ "$?" != "0" ]; then - echo "# Bacula port start -bacula-dir 9101/tcp #Bacula director daemon -bacula-fd 9102/tcp #Bacula file daemon -bacula-sd 9103/tcp #Bacula storage daemon -# Bacula port end" >> /etc/services -fi diff --git a/sysutils/bacula-server/files/pkg-install.server.in b/sysutils/bacula-server/files/pkg-install.server.in deleted file mode 100644 index 12e044538074..000000000000 --- a/sysutils/bacula-server/files/pkg-install.server.in +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -PATH=/bin:/usr/bin:/usr/sbin - -# Always add lines in /etc/services -grep -q "bacula-dir" /etc/services -if [ "$?" != "0" ]; then - echo "# Bacula port start -bacula-dir 9101/tcp #Bacula director daemon -bacula-fd 9102/tcp #Bacula file daemon -bacula-sd 9103/tcp #Bacula storage daemon -# Bacula port end" >> /etc/services -fi diff --git a/sysutils/bacula-server/files/pkg-message.client.in b/sysutils/bacula-server/files/pkg-message.client.in deleted file mode 100644 index c4041a26df11..000000000000 --- a/sysutils/bacula-server/files/pkg-message.client.in +++ /dev/null @@ -1,8 +0,0 @@ -################################################################################ - -NOTE: -Sample files are installed in %%PREFIX%%/etc/bacula: - - bconsole.conf.sample, bacula-fd.conf.sample - -################################################################################ diff --git a/sysutils/bacula-server/files/pkg-message.server.in b/sysutils/bacula-server/files/pkg-message.server.in deleted file mode 100644 index e777a8c694d3..000000000000 --- a/sysutils/bacula-server/files/pkg-message.server.in +++ /dev/null @@ -1,54 +0,0 @@ -############################################################################### - -bacula server was installed - -An auto-changer manipulation script based on FreeBSDs -chio command is included and installed at - - %%PREFIX%%/sbin/chio-bacula - -Please have a look at it if you want to use an -autochanger. You have to configure the usage in - - %%PREFIX%%/etc/bacula/bacula-dir.conf - -Take care of correct permissions for changer and -tape device (e.g. /dev/ch0 and /dev/n[r]sa0) i.e. -they must be accessible by user bacula. - -Due to lack of some features in the FreeBSD tape driver -implementation you MUST add some OS dependent options to -the bacula-sd.conf file: - - Hardware End of Medium = no; - Backward Space Record = no; - Backward Space File = no; - -With 2 filemarks at EOT (see man mt): - Fast Forward Space File = no; - BSF at EOM = yes; - TWO EOF = yes; - -With 1 filemarks at EOT (see man mt): - Fast Forward Space File = yes; - BSF at EOM = no; - TWO EOF = no; - -NOTE: YOU CAN SWITCH EOT model ONLY when starting - from scratch with EMPTY tapes. - -It is also important that all the scripts accessed -by RunBeforeJob and RunAfterJob will be executed by -the user bacula. Check your permissions. - -For USB support read the bacula manual. It could be necessary -to configure/compile a new kernel. - -Look at %%PREFIX%%/share/bacula/update_bacula_tables for -database update procedure. Details can be found in the -ReleaseNotes - -If you are using sqlite you need to run the make_sqlite_tables script as -the bacula user. Do this using 'sudo su -m bacula'. - -################################################################################ diff --git a/sysutils/bacula-server/pkg-descr b/sysutils/bacula-server/pkg-descr deleted file mode 100644 index 4167c26533dc..000000000000 --- a/sysutils/bacula-server/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Bacula is a set of computer programs that permit you (or the system -administrator) to manage backup, recovery, and verification of -computer data across a network of computers of different kinds. -In technical terms, it is a network Client/Server based backup program. -Bacula is relatively easy to use and efficient, while offering many -advanced storage management features that make it easy to find and -recover lost or damaged files. Due to its modular design, Bacula is -scalable from small single computer systems to systems consisting of -hundreds of computers located over a large network. - -WWW: http://www.bacula.org/ diff --git a/sysutils/bacula-server/pkg-plist b/sysutils/bacula-server/pkg-plist deleted file mode 100644 index 9ebab0fecdc2..000000000000 --- a/sysutils/bacula-server/pkg-plist +++ /dev/null @@ -1,85 +0,0 @@ -@sample(,bacula,640) %%ETCDIR%%/bacula-barcodes.sample -@sample(,bacula,) %%ETCDIR%%/bacula-dir.conf.sample -@sample(,bacula,) %%ETCDIR%%/bacula-sd.conf.sample -lib/libbaccats-%%LIB_VERSION%%.so -lib/libbaccats.so -%%MYSQL%%lib/libbaccats-mysql-%%LIB_VERSION%%.so -%%PGSQL%%lib/libbaccats-postgresql-%%LIB_VERSION%%.so -%%SQLITE3%%lib/libbaccats-sqlite3-%%LIB_VERSION%%.so -%%MYSQL%%lib/libbaccats-mysql.so -%%PGSQL%%lib/libbaccats-postgresql.so -%%SQLITE3%%lib/libbaccats-sqlite3.so -lib/libbacsql-%%LIB_VERSION%%.so -lib/libbacsql.so -sbin/bacula -sbin/bacula-dir -sbin/bacula-sd -sbin/bcopy -sbin/bextract -sbin/bls -sbin/bregex -sbin/bscan -sbin/bsmtp -sbin/btape -sbin/btraceback -sbin/bwild -sbin/chio-bacula -sbin/dbcheck -@owner bacula -@group bacula -%%DATADIR%%/bacula -%%DATADIR%%/bacula-ctl-dir -%%DATADIR%%/bacula-ctl-fd -%%DATADIR%%/bacula-ctl-sd -%%DATADIR%%/bacula_config -%%DATADIR%%/bconsole -%%DATADIR%%/btraceback.dbx -%%DATADIR%%/btraceback.gdb -%%DATADIR%%/btraceback.mdb -%%DATADIR%%/create_bacula_database -%%MYSQL%%%%DATADIR%%/create_mysql_database -%%PGSQL%%%%DATADIR%%/create_postgresql_database -%%SQLITE3%%%%DATADIR%%/create_sqlite3_database -%%DATADIR%%/delete_catalog_backup -%%DATADIR%%/disk-changer -%%DATADIR%%/drop_bacula_database -%%DATADIR%%/drop_bacula_tables -%%MYSQL%%%%DATADIR%%/drop_mysql_database -%%PGSQL%%%%DATADIR%%/drop_postgresql_database -%%SQLITE3%%%%DATADIR%%/drop_sqlite3_database -%%MYSQL%%%%DATADIR%%/drop_mysql_tables -%%PGSQL%%%%DATADIR%%/drop_postgresql_tables -%%SQLITE3%%%%DATADIR%%/drop_sqlite3_tables -%%PYTHON%%%%DATADIR%%/dvd-handler -%%DATADIR%%/grant_bacula_privileges -%%MYSQL%%%%DATADIR%%/grant_mysql_privileges -%%PGSQL%%%%DATADIR%%/grant_postgresql_privileges -%%SQLITE3%%%%DATADIR%%/grant_sqlite3_privileges -%%DATADIR%%/make_bacula_tables -%%DATADIR%%/make_catalog_backup -%%DATADIR%%/make_catalog_backup.pl -%%MYSQL%%%%DATADIR%%/make_mysql_tables -%%PGSQL%%%%DATADIR%%/make_postgresql_tables -%%SQLITE3%%%%DATADIR%%/make_sqlite3_tables -%%DATADIR%%/mtx-changer -%%DATADIR%%/mtx-changer.conf -%%DATADIR%%/update_bacula_tables -%%MYSQL%%%%DATADIR%%/update_mysql_tables -%%PGSQL%%%%DATADIR%%/update_postgresql_tables -%%SQLITE3%%%%DATADIR%%/update_sqlite3_tables -@owner -@group -man/man1/bsmtp.1.gz -man/man1/bacula-tray-monitor.1.gz -man/man8/bacula-dir.8.gz -man/man8/bacula-sd.8.gz -man/man8/bcopy.8.gz -man/man8/bextract.8.gz -man/man8/bls.8.gz -man/man8/bregex.8.gz -man/man8/bscan.8.gz -man/man8/btape.8.gz -man/man8/btraceback.8.gz -man/man8/bwild.8.gz -man/man8/dbcheck.8.gz -@dir(bacula,bacula,) %%BACULA_DIR%% diff --git a/sysutils/bacula-server/pkg-plist.client b/sysutils/bacula-server/pkg-plist.client deleted file mode 100644 index 58839819e591..000000000000 --- a/sysutils/bacula-server/pkg-plist.client +++ /dev/null @@ -1,18 +0,0 @@ -@sample(,bacula,640) %%ETCDIR%%/bacula-fd.conf.sample -@sample(,bacula,640) %%ETCDIR%%/bconsole.conf.sample -lib/libbac-%%LIB_VERSION%%.so -lib/libbac.so -lib/libbaccfg-%%LIB_VERSION%%.so -lib/libbaccfg.so -lib/libbacfind-%%LIB_VERSION%%.so -lib/libbacfind.so -lib/bpipe-fd.so -man/man8/bacula.8.gz -man/man8/bacula-fd.8.gz -man/man8/bconsole.8.gz -sbin/bacula-fd -@(,bacula,750) sbin/bconsole -@dir(bacula,bacula,) %%BACULA_DIR%% -@dir share/bacula -@dir(,bacula,) %%ETCDIR%% -@sample(,bacula,644) share/bacula/query.sql.sample diff --git a/sysutils/puppet4/Makefile b/sysutils/puppet4/Makefile deleted file mode 100644 index d6d7a81da1f3..000000000000 --- a/sysutils/puppet4/Makefile +++ /dev/null @@ -1,115 +0,0 @@ -# $FreeBSD$ - -PORTNAME= puppet -PORTVERSION= 4.10.12 -PORTREVISION= 1 -CATEGORIES= sysutils -MASTER_SITES= https://downloads.puppetlabs.com/puppet/ -PKGNAMESUFFIX= 4 - -MAINTAINER= puppet@FreeBSD.org -COMMENT= Configuration management framework written in Ruby - -LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Puppet 4 has reached EOL -EXPIRATION_DATE=2019-02-28 - -BUILD_DEPENDS= rubygem-hiera>=2.0:sysutils/rubygem-hiera \ - rubygem-json_pure>=0:devel/rubygem-json_pure -RUN_DEPENDS= rubygem-hiera>=2.0:sysutils/rubygem-hiera \ - rubygem-json_pure>=0:devel/rubygem-json_pure \ - rubygem-ruby-augeas>=0:textproc/rubygem-ruby-augeas - -USES= cpe -CPE_VENDOR= puppetlabs -CONFLICTS_INSTALL= puppet5-* puppet6-* -NO_ARCH= yes -NO_BUILD= yes -USE_RUBY= yes -USE_RC_SUBR= puppet puppetmaster -PORTDOCS= LICENSE README.md -PORTEXAMPLES= * -USERS= puppet -GROUPS= puppet -SUB_FILES+= pkg-message -SUB_LIST= RUBY=${RUBY} - -OPTIONS_DEFINE= DOCS EXAMPLES -OPTIONS_DEFAULT= RFACTER -OPTIONS_RADIO= FACTER -OPTIONS_RADIO_FACTER= CFACTER RFACTER - -RFACTER_DESC= Use facter 2.x (written in Ruby) -CFACTER_DESC= Use facter 3.x (experimental rewrite in C++) - -RFACTER_BUILD_DEPENDS= rubygem-facter>=2.0:sysutils/rubygem-facter -RFACTER_RUN_DEPENDS= rubygem-facter>=2.0:sysutils/rubygem-facter - -CFACTER_BUILD_DEPENDS= facter>=3.0:sysutils/facter -CFACTER_RUN_DEPENDS= facter>=3.0:sysutils/facter - -post-patch: - @${REINPLACE_CMD} -e "s|/etc/puppetlabs/puppet|${ETCDIR}|" \ - ${WRKSRC}/install.rb \ - ${WRKSRC}/lib/puppet/reference/configuration.rb \ - ${WRKSRC}/lib/puppet/util/run_mode.rb - @${REINPLACE_CMD} -e "s|/etc/puppetlabs/code|${ETCDIR}|" \ - ${WRKSRC}/install.rb \ - ${WRKSRC}/lib/puppet/reference/configuration.rb \ - ${WRKSRC}/lib/puppet/util/run_mode.rb - @${REINPLACE_CMD} -e "s|/opt/puppetlabs/puppet/cache|/var/puppet|" \ - ${WRKSRC}/install.rb \ - ${WRKSRC}/lib/puppet/reference/configuration.rb \ - ${WRKSRC}/lib/puppet/util/run_mode.rb - @${REINPLACE_CMD} -e "s|/var/run/puppetlabs|/var/run/puppet|" \ - ${WRKSRC}/install.rb \ - ${WRKSRC}/lib/puppet/util/run_mode.rb - @${REINPLACE_CMD} -e "s|/var/log/puppetlabs/puppet|/var/log/puppet|" \ - ${WRKSRC}/install.rb \ - ${WRKSRC}/lib/puppet/util/run_mode.rb - @${REINPLACE_CMD} -e "s|/opt/puppetlabs/puppet/modules|${ETCDIR}/modules|" \ - ${WRKSRC}/lib/puppet/defaults.rb - @${REINPLACE_CMD} -e "s|/opt/puppetlabs/puppet/bin/gem|${LOCALBASE}/bin/gem|" \ - ${WRKSRC}/lib/puppet/provider/package/puppet_gem.rb - @${REINPLACE_CMD} -e "s|\$$confdir/ssl|/var/puppet/ssl|" \ - ${WRKSRC}/lib/puppet/defaults.rb - @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|" \ - ${WRKSRC}/ext/rack/config.ru - -do-install: - @cd ${WRKSRC} && ${SETENV} PREFIX=${PREFIX} LC_ALL=C.UTF-8 ${RUBY} ${WRKSRC}/install.rb --no-configs --destdir=${STAGEDIR} \ - --localedir=/var/puppet/share/locales - -post-install: - ${MKDIR} ${STAGEDIR}${ETCDIR}/manifests - ${MKDIR} ${STAGEDIR}${ETCDIR}/modules - ${MKDIR} ${STAGEDIR}/var/puppet - ${INSTALL_DATA} ${WRKSRC}/conf/auth.conf ${STAGEDIR}${ETCDIR}/auth.conf-dist - ${SETENV} LC_ALL=C.UTF-8 ${RUBY} -I ${STAGEDIR}/${RUBY_SITELIBDIR} ${STAGEDIR}${PREFIX}/bin/puppet agent --genconfig \ - --confdir=${ETCDIR} \ - --rundir=/var/run/puppet \ - --vardir=/var/puppet \ - --logdir=/var/log/puppet \ - --codedir=${ETCDIR} \ - > ${STAGEDIR}${ETCDIR}/puppet.conf-dist - @${ECHO} ${STAGEDIR}${RUBY_SITELIBDIR}/puppet.rb | \ - ${SED} 's,^${STAGEDIR}${PREFIX}/,,' >> ${TMPPLIST} - @${ECHO} ${STAGEDIR}${RUBY_SITELIBDIR}/semver.rb | \ - ${SED} 's,^${STAGEDIR}${PREFIX}/,,' >> ${TMPPLIST} - @${FIND} ${STAGEDIR}${RUBY_SITELIBDIR}/${PORTNAME} -type f | \ - ${SED} 's,^${STAGEDIR}${PREFIX}/,,' >> ${TMPPLIST} - @${MKDIR} ${STAGEDIR}${WWWDIR} - ${INSTALL_DATA} ${WRKSRC}/ext/rack/config.ru ${STAGEDIR}${WWWDIR} - -post-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} - -post-install-EXAMPLES-on: - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/ext/rack/example-passenger-vhost.conf ${STAGEDIR}${EXAMPLESDIR} - -.include <bsd.port.mk> diff --git a/sysutils/puppet4/distinfo b/sysutils/puppet4/distinfo deleted file mode 100644 index b937310dd252..000000000000 --- a/sysutils/puppet4/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1531855216 -SHA256 (puppet-4.10.12.tar.gz) = 29ffef5c6c0ea26cc2c38263d7f5b7a69e1ebbc405471e3cf2ddc1a8ab4fe3b3 -SIZE (puppet-4.10.12.tar.gz) = 3022218 diff --git a/sysutils/puppet4/files/patch-ext__rack__config.ru b/sysutils/puppet4/files/patch-ext__rack__config.ru deleted file mode 100644 index 51facb111557..000000000000 --- a/sysutils/puppet4/files/patch-ext__rack__config.ru +++ /dev/null @@ -1,19 +0,0 @@ ---- ext/rack/config.ru.orig 2015-08-09 23:14:59 UTC -+++ ext/rack/config.ru -@@ -14,11 +14,11 @@ ARGV << "--rack" - # Rack applications typically don't start as root. Set --confdir, --vardir, - # --logdir, --rundir to prevent reading configuration from - # ~/ based pathing. --ARGV << "--confdir" << "/etc/puppetlabs/puppet" --ARGV << "--vardir" << "/opt/puppetlabs/server/data/puppetmaster" --ARGV << "--logdir" << "/var/log/puppetlabs/puppetmaster" --ARGV << "--rundir" << "/var/run/puppetlabs/puppetmaster" --ARGV << "--codedir" << "/etc/puppetlabs/code" -+ARGV << "--confdir" << "%%PREFIX%%/etc/puppet" -+ARGV << "--vardir" << "/var/puppet" -+ARGV << "--logdir" << "/var/log/puppet" -+ARGV << "--rundir" << "/var/run/puppet" -+ARGV << "--codedir" << "%%PREFIX%%/etc/puppet" - - # always_cache_features is a performance improvement and safe for a master to - # apply. This is intended to allow agents to recognize new features that may be diff --git a/sysutils/puppet4/files/patch-lib_puppet.rb b/sysutils/puppet4/files/patch-lib_puppet.rb deleted file mode 100644 index 384f590866a2..000000000000 --- a/sysutils/puppet4/files/patch-lib_puppet.rb +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/puppet.rb.orig 2017-10-04 19:54:04.901540166 -0700 -+++ lib/puppet.rb 2017-10-04 19:54:43.391840139 -0700 -@@ -29,7 +29,7 @@ - require 'locale' - - # e.g. ~/code/puppet/locales. Also when running as a gem. -- local_locale_path = File.absolute_path('../locales', File.dirname(__FILE__)) -+ local_locale_path = File.absolute_path('/var/puppet/share/locales', File.dirname(__FILE__)) - # e.g. /opt/puppetlabs/puppet/share/locale - posix_system_locale_path = File.absolute_path('../../../share/locale', File.dirname(__FILE__)) - # e.g. C:\Program Files\Puppet Labs\Puppet\puppet\share\locale diff --git a/sysutils/puppet4/files/patch-lib_puppet_provider_service_daemontools.rb b/sysutils/puppet4/files/patch-lib_puppet_provider_service_daemontools.rb deleted file mode 100644 index 3857c824a1ba..000000000000 --- a/sysutils/puppet4/files/patch-lib_puppet_provider_service_daemontools.rb +++ /dev/null @@ -1,20 +0,0 @@ ---- lib/puppet/provider/service/daemontools.rb.orig 2016-04-25 18:52:09 UTC -+++ lib/puppet/provider/service/daemontools.rb -@@ -39,7 +39,7 @@ Puppet::Type.type(:service).provide :dae - - EOT - -- commands :svc => "/usr/bin/svc", :svstat => "/usr/bin/svstat" -+ commands :svc => "%%PREFIX%%/bin/svc", :svstat => "%%PREFIX%%/bin/svstat" - - class << self - attr_writer :defpath -@@ -88,7 +88,7 @@ Puppet::Type.type(:service).provide :dae - # find the service dir on this node - def servicedir - unless @servicedir -- ["/service", "/etc/service","/var/lib/svscan"].each do |path| -+ ["/var/service", "/etc/service","/var/lib/svscan"].each do |path| - if Puppet::FileSystem.exist?(path) - @servicedir = path - break diff --git a/sysutils/puppet4/files/pkg-message.in b/sysutils/puppet4/files/pkg-message.in deleted file mode 100644 index d036be0a93e0..000000000000 --- a/sysutils/puppet4/files/pkg-message.in +++ /dev/null @@ -1,14 +0,0 @@ - -To enable the puppet agent, add the following to /etc/rc.conf: - - puppet_enable="YES" - -To enable the puppetmaster, add the following to /etc/rc.conf: - - puppetmaster_enable="YES" - -Individual config files such as %%PREFIX%%/etc/puppetmasterd.conf are -deprecated. Use a single file, %%ETCDIR%%/puppet.conf. - -The default PID directory is /var/run/puppet - diff --git a/sysutils/puppet4/files/puppet.in b/sysutils/puppet4/files/puppet.in deleted file mode 100644 index 3f1010a59254..000000000000 --- a/sysutils/puppet4/files/puppet.in +++ /dev/null @@ -1,49 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -# PROVIDE: puppet -# REQUIRE: LOGIN -# KEYWORD: shutdown - -# -# Add the following lines to /etc/rc.conf to enable the puppet agent: -# -# puppet_enable="YES" - -. /etc/rc.subr - -name="puppet" -rcvar=puppet_enable - -load_rc_config "$name" - -: ${puppet_enable="NO"} -: ${puppet_rundir="/var/run/puppet"} - -command="%%PREFIX%%/bin/puppet" -command_args="agent ${puppet_flags} --rundir=${puppet_rundir}" -command_interpreter=%%RUBY%% -unset puppet_flags - -pidfile="${puppet_rundir}/agent.pid" -start_precmd="install -d -o puppet -g puppet ${pidfile%/*}" - -PATH="${PATH}:%%PREFIX%%/bin:%%PREFIX%%/sbin" - -# An UTF-8 locale is required -: LC_ALL=${LC_ALL:=C.UTF-8} -case $LC_ALL in - *.UTF-8) - ;; - *.*) - LC_ALL="${LC_ALL%.*}.UTF-8" - ;; - *) - LC_ALL=C.UTF-8 - ;; -esac -export LC_ALL - -run_rc_command "$1" diff --git a/sysutils/puppet4/files/puppetmaster.in b/sysutils/puppet4/files/puppetmaster.in deleted file mode 100644 index 951b844dd202..000000000000 --- a/sysutils/puppet4/files/puppetmaster.in +++ /dev/null @@ -1,64 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -# PROVIDE: puppetmaster -# REQUIRE: LOGIN - -# Add the following lines to /etc/rc.conf to enable the puppetmaster: -# -# puppetmaster_enable="YES" -# - -. /etc/rc.subr - -name="puppetmaster" -rcvar=puppetmaster_enable - -load_rc_config "${name}" - -: ${puppetmaster_enable="NO"} -: ${puppetmaster_rundir="/var/run/puppet"} -: ${puppetmaster_flags="--rundir=${puppetmaster_rundir}"} - -command_interpreter=%%RUBY%% -command="%%PREFIX%%/bin/puppet" -command_args="master ${puppetmaster_flags}" -unset puppetmaster_flags - -pidfile="${puppetmaster_rundir}/master.pid" - -start_precmd="puppetmaster_checkconfig" -restart_precmd="puppetmaster_checkconfig" -puppetmaster_checkconfig() { - puppet_manifest="$($command config print manifest)" - cat << EOT -================================================================================ -The Rack and WEBrick Puppet master servers are deprecated and will be removed -in a future release. Please use Puppet Server instead (sysutils/puppetserver). - -See http://links.puppet.com/deprecate-rack-webrick-servers for more information. -================================================================================ -EOT - echo -n "Performing sanity check of ${name} configuration: " - if ! ${command} parser validate "${puppet_manifest}" - then - echo "FAILED" - return 1 - else - echo "OK" - return 0 - fi -} - -if [ -z "${puppetmaster_mongrel_ports}" ]; then - run_rc_command "$1" -else - for port in ${puppetmaster_mongrel_ports}; do - pidfile="${puppetmaster_rundir}/mongrel.${port}.pid" - command_args="master --pidfile=${pidfile} --servertype=mongrel --masterport=${port}" - run_rc_command "$1" - _rc_restart_done="false" - done -fi diff --git a/sysutils/puppet4/pkg-descr b/sysutils/puppet4/pkg-descr deleted file mode 100644 index 89a2fce63e8d..000000000000 --- a/sysutils/puppet4/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Puppet lets you centrally manage every important aspect of your system using -a cross-platform specification language that manages all the separate -elements normally aggregated in different files, like users, cron jobs, and -hosts, along with obviously discrete elements like packages, services, and -files. - -WWW: https://puppetlabs.com/puppet/puppet-open-source diff --git a/sysutils/puppet4/pkg-plist b/sysutils/puppet4/pkg-plist deleted file mode 100644 index 1ae9db9f87ff..000000000000 --- a/sysutils/puppet4/pkg-plist +++ /dev/null @@ -1,52 +0,0 @@ -bin/extlookup2hiera -bin/puppet -%%ETCDIR%%/auth.conf-dist -%%ETCDIR%%/puppet.conf-dist -%%RUBY_SITELIBDIR%%/hiera/puppet_function.rb -%%RUBY_SITELIBDIR%%/hiera/scope.rb -%%RUBY_SITELIBDIR%%/hiera_puppet.rb -%%RUBY_SITELIBDIR%%/puppet_x.rb -man/man5/puppet.conf.5.gz -man/man8/extlookup2hiera.8.gz -man/man8/puppet-agent.8.gz -man/man8/puppet-apply.8.gz -man/man8/puppet-ca.8.gz -man/man8/puppet-catalog.8.gz -man/man8/puppet-cert.8.gz -man/man8/puppet-certificate.8.gz -man/man8/puppet-certificate_request.8.gz -man/man8/puppet-certificate_revocation_list.8.gz -man/man8/puppet-config.8.gz -man/man8/puppet-describe.8.gz -man/man8/puppet-device.8.gz -man/man8/puppet-doc.8.gz -man/man8/puppet-epp.8.gz -man/man8/puppet-facts.8.gz -man/man8/puppet-file.8.gz -man/man8/puppet-filebucket.8.gz -man/man8/puppet-generate.8.gz -man/man8/puppet-help.8.gz -man/man8/puppet-inspect.8.gz -man/man8/puppet-key.8.gz -man/man8/puppet-lookup.8.gz -man/man8/puppet-man.8.gz -man/man8/puppet-master.8.gz -man/man8/puppet-module.8.gz -man/man8/puppet-node.8.gz -man/man8/puppet-parser.8.gz -man/man8/puppet-plugin.8.gz -man/man8/puppet-report.8.gz -man/man8/puppet-resource.8.gz -man/man8/puppet-resource_type.8.gz -man/man8/puppet-status.8.gz -man/man8/puppet.8.gz -/var/puppet/share/locales/config.yaml -/var/puppet/share/locales/puppet.pot -@(puppet,puppet,) %%WWWDIR%%/config.ru -@dir(puppet,puppet,) %%ETCDIR%%/manifests -@dir(puppet,puppet,) %%ETCDIR%%/modules -@dir(puppet,puppet,) /var/puppet -@dir(puppet,puppet,) /var/puppet/share -@dir(puppet,puppet,) /var/puppet/share/locales -@dir(puppet,puppet,) /var/log/puppet -@dir /var/run/puppet diff --git a/sysutils/puppetserver/Makefile b/sysutils/puppetserver/Makefile deleted file mode 100644 index cff31c867a0b..000000000000 --- a/sysutils/puppetserver/Makefile +++ /dev/null @@ -1,88 +0,0 @@ -# $FreeBSD$ - -PORTNAME= puppetserver -PORTVERSION= 2.8.0 -PORTREVISION= 1 -CATEGORIES= sysutils java -MASTER_SITES= https://downloads.puppetlabs.com/puppet/ - -MAINTAINER= freebsd@zleslie.info -COMMENT= Puppet Server running in the JVM - -LICENSE= APACHE20 - -DEPRECATED= Puppet 4 has reached EOL -EXPIRATION_DATE=2019-02-28 - -RUN_DEPENDS= bash>=0:shells/bash \ - puppet4>=0:sysutils/puppet4 -BUILD_DEPENDS= rubygem-rake>=0:devel/rubygem-rake - -USE_RC_SUBR= puppetserver - -USE_JAVA= yes -USE_RUBY= yes -NO_ARCH= yes -NO_BUILD= yes -JAVA_VERSION= 1.7+ - -CONFLICTS_INSTALL= puppetserver5-* puppetserver6-* - -USERS= puppet -GROUPS= puppet - -SUB_LIST= JAVA_HOME=${JAVA_HOME} -SUB_FILES= pkg-message - -OPTIONS_DEFAULT= RFACTER -OPTIONS_RADIO= FACTER -OPTIONS_RADIO_FACTER= CFACTER RFACTER - -RFACTER_DESC= Use facter 2.x (written in Ruby) -CFACTER_DESC= Use facter 3.x (experimental rewrite in C++) - -RFACTER_BUILD_DEPENDS= rubygem-facter>=2.0:sysutils/rubygem-facter -RFACTER_RUN_DEPENDS= rubygem-facter>=2.0:sysutils/rubygem-facter - -CFACTER_BUILD_DEPENDS= facter>=3.0:sysutils/facter -CFACTER_RUN_DEPENDS= facter>=3.0:sysutils/facter - -post-patch: -.for file in ext/config/logback.xml ext/config/request-logging.xml \ - ext/config/conf.d/global.conf ext/config/conf.d/puppetserver.conf \ - ext/config/conf.d/web-routes.conf ext/config/conf.d/webserver.conf \ - ext/config/conf.d/auth.conf ext/config/services.d/ca.cfg \ - ext/system-config/services.d/bootstrap.cfg ext/bin/puppetserver - @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|" ${WRKSRC}/${file} - @${REINPLACE_CMD} -e "s|%%RUBY_SITELIBDIR%%|${RUBY_SITELIBDIR}|" ${WRKSRC}/${file} - @${REINPLACE_CMD} -e "s|%%RUBY_VER%%|${RUBY_VER}|" ${WRKSRC}/${file} - @${REINPLACE_CMD} -e "s|%%JAVA%%|${JAVA}|" ${WRKSRC}/${file} - @${REINPLACE_CMD} -e "s|%%ETCDIR%%|${ETCDIR}|" ${WRKSRC}/${file} - @${REINPLACE_CMD} -e "s|%%DATADIR%%|${DATADIR}|" ${WRKSRC}/${file} -.endfor - -do-install: - @${MKDIR} ${STAGEDIR}${DATADIR}/cli/apps - @${MKDIR} ${STAGEDIR}${ETCDIR} - @${MKDIR} ${STAGEDIR}${ETCDIR}/conf.d - @${MKDIR} ${STAGEDIR}${ETCDIR}/services.d - @${MKDIR} ${STAGEDIR}${PREFIX}/etc/puppet/code - @${MKDIR} ${STAGEDIR}/var/log/puppetserver - @${MKDIR} ${STAGEDIR}/var/puppet/server - ${INSTALL_DATA} ${WRKSRC}/puppet-server-release.jar ${STAGEDIR}${DATADIR}/puppet-server-release.jar - ${INSTALL_DATA} ${WRKSRC}/ext/config/conf.d/global.conf ${STAGEDIR}${ETCDIR}/conf.d/global.conf.sample - ${INSTALL_DATA} ${WRKSRC}/ext/config/logback.xml ${STAGEDIR}${ETCDIR}/logback.xml.sample - ${INSTALL_DATA} ${WRKSRC}/ext/config/request-logging.xml ${STAGEDIR}${ETCDIR}/request-logging.xml.sample - ${INSTALL_DATA} ${WRKSRC}/ext/config/conf.d/puppetserver.conf ${STAGEDIR}${ETCDIR}/conf.d/puppetserver.conf.sample - ${INSTALL_DATA} ${WRKSRC}/ext/config/conf.d/web-routes.conf ${STAGEDIR}${ETCDIR}/conf.d/web-routes.conf.sample - ${INSTALL_DATA} ${WRKSRC}/ext/config/conf.d/webserver.conf ${STAGEDIR}${ETCDIR}/conf.d/webserver.conf.sample - ${INSTALL_DATA} ${WRKSRC}/ext/config/conf.d/auth.conf ${STAGEDIR}${ETCDIR}/conf.d/auth.conf.sample - ${INSTALL_DATA} ${WRKSRC}/ext/config/services.d/ca.cfg ${STAGEDIR}${ETCDIR}/services.d/ca.cfg.sample - ${INSTALL_DATA} ${WRKSRC}/ext/system-config/services.d/bootstrap.cfg ${STAGEDIR}${ETCDIR}/services.d/bootstrap.cfg.sample - ${INSTALL_DATA} ${WRKSRC}/ext/bin/puppetserver ${STAGEDIR}${PREFIX}/bin/puppetserver - ${INSTALL_DATA} ${WRKSRC}/ext/cli/foreground ${STAGEDIR}${DATADIR}/cli/apps/foreground - ${INSTALL_DATA} ${WRKSRC}/ext/cli/gem ${STAGEDIR}${DATADIR}/cli/apps/gem - ${INSTALL_DATA} ${WRKSRC}/ext/cli/irb ${STAGEDIR}${DATADIR}/cli/apps/irb - ${INSTALL_DATA} ${WRKSRC}/ext/cli/ruby ${STAGEDIR}${DATADIR}/cli/apps/ruby - -.include <bsd.port.mk> diff --git a/sysutils/puppetserver/distinfo b/sysutils/puppetserver/distinfo deleted file mode 100644 index e98dc7121a29..000000000000 --- a/sysutils/puppetserver/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1504668940 -SHA256 (puppetserver-2.8.0.tar.gz) = 0f6f49b149639b80c3caecaeced44c7c0cb98728da7ce12f6725b061f3152812 -SIZE (puppetserver-2.8.0.tar.gz) = 34015599 diff --git a/sysutils/puppetserver/files/patch-ext__bin__puppetserver b/sysutils/puppetserver/files/patch-ext__bin__puppetserver deleted file mode 100644 index 9c9f183c9d69..000000000000 --- a/sysutils/puppetserver/files/patch-ext__bin__puppetserver +++ /dev/null @@ -1,21 +0,0 @@ ---- ext/bin/puppetserver.orig 2017-04-21 14:33:47.561092351 -0700 -+++ ext/bin/puppetserver 2017-04-21 14:36:27.512159166 -0700 -@@ -1,4 +1,4 @@ --#!/bin/bash -+#!/usr/local/bin/bash - - #set default privileges to -rw-r----- - umask 027 -@@ -14,6 +14,12 @@ - USER="_puppet" - INSTALL_DIR="/opt/puppetlabs/server/apps/puppetserver" - CONFIG="/etc/puppetlabs/puppetserver/conf.d" -+elif [ `uname` == "FreeBSD" ] ; then -+ JAVA_BIN="%%JAVA%%" -+ JAVA_ARGS="-Xms2g -Xmx2g -XX:MaxPermSize=256m" -+ USER="puppet" -+ INSTALL_DIR="%%DATADIR%%" -+ CONFIG="%%ETCDIR%%/conf.d" - else - echo "You seem to be missing some important configuration files; could not find /etc/default/puppetserver or /etc/sysconfig/puppetserver" >&2 - exit 1 diff --git a/sysutils/puppetserver/files/patch-ext__config__conf.d__global.conf b/sysutils/puppetserver/files/patch-ext__config__conf.d__global.conf deleted file mode 100644 index d5bed9fc64e7..000000000000 --- a/sysutils/puppetserver/files/patch-ext__config__conf.d__global.conf +++ /dev/null @@ -1,9 +0,0 @@ ---- ext/config/conf.d/global.conf.orig 2015-10-27 16:22:06 UTC -+++ ext/config/conf.d/global.conf -@@ -1,5 +1,5 @@ - global: { - # Path to logback logging configuration file; for more - # info, see http://logback.qos.ch/manual/configuration.html -- logging-config: /etc/puppetlabs/puppetserver/logback.xml -+ logging-config: %%PREFIX%%/etc/puppetserver/logback.xml - } diff --git a/sysutils/puppetserver/files/patch-ext__config__conf.d__puppetserver.conf b/sysutils/puppetserver/files/patch-ext__config__conf.d__puppetserver.conf deleted file mode 100644 index 358f6d87154b..000000000000 --- a/sysutils/puppetserver/files/patch-ext__config__conf.d__puppetserver.conf +++ /dev/null @@ -1,53 +0,0 @@ ---- ext/config/conf.d/puppetserver.conf.orig 2016-12-03 22:18:13.317251433 -0800 -+++ ext/config/conf.d/puppetserver.conf 2016-12-03 22:28:31.518802507 -0800 -@@ -3,15 +3,19 @@ - # Where the puppet-agent dependency places puppet, facter, etc... - # Puppet server expects to load Puppet from this location - ruby-load-path: [/opt/puppetlabs/puppet/lib/ruby/vendor_ruby] -+ ruby-load-path: [ -+ %%RUBY_SITELIBDIR%%, -+ %%PREFIX%%/lib/ruby/gems/%%RUBY_VER%%/gems/facter/lib, -+ ] - - # This setting determines where JRuby will install gems. It is used for loading gems, - # and also by the `puppetserver gem` command line tool. -- gem-home: /opt/puppetlabs/server/data/puppetserver/jruby-gems -+ gem-home: /var/puppet/server/data/puppetserver/jruby-gems - - # This setting defines the complete "GEM_PATH" for jruby. If set, it should include - # the gem-home directory as well as any other directories that gems can be loaded - # from (including the vendored gems directory for gems that ship with puppetserver) -- gem-path: [${jruby-puppet.gem-home}, "/opt/puppetlabs/server/data/puppetserver/vendored-jruby-gems"] -+ gem-path: [${jruby-puppet.gem-home}, "/var/puppet/server/data/puppetserver/vendored-jruby-gems"] - - # PLEASE NOTE: Use caution when modifying the below settings. Modifying - # these settings will change the value of the corresponding Puppet settings -@@ -26,23 +30,23 @@ - - # (optional) path to puppet conf dir; if not specified, will use - # /etc/puppetlabs/puppet -- master-conf-dir: /etc/puppetlabs/puppet -+ master-conf-dir: %%PREFIX%%/etc/puppet - - # (optional) path to puppet code dir; if not specified, will use - # /etc/puppetlabs/code -- master-code-dir: /etc/puppetlabs/code -+ master-code-dir: %%PREFIX%%/etc/puppet/code - - # (optional) path to puppet var dir; if not specified, will use - # /opt/puppetlabs/server/data/puppetserver -- master-var-dir: /opt/puppetlabs/server/data/puppetserver -+ master-var-dir: /var/puppet/server/data/puppetserver - - # (optional) path to puppet run dir; if not specified, will use - # /var/run/puppetlabs/puppetserver -- master-run-dir: /var/run/puppetlabs/puppetserver -+ master-run-dir: /var/run/puppetserver - - # (optional) path to puppet log dir; if not specified, will use - # /var/log/puppetlabs/puppetserver -- master-log-dir: /var/log/puppetlabs/puppetserver -+ master-log-dir: /var/log/puppetserver - - # (optional) maximum number of JRuby instances to allow - #max-active-instances: 1 diff --git a/sysutils/puppetserver/files/patch-ext__config__conf.d__webserver.conf b/sysutils/puppetserver/files/patch-ext__config__conf.d__webserver.conf deleted file mode 100644 index 573e0a605a01..000000000000 --- a/sysutils/puppetserver/files/patch-ext__config__conf.d__webserver.conf +++ /dev/null @@ -1,9 +0,0 @@ ---- ext/config/conf.d/webserver.conf.orig 2016-03-28 10:32:26.000000000 -0700 -+++ ext/config/conf.d/webserver.conf -@@ -1,5 +1,5 @@ - webserver: { -- access-log-config: /etc/puppetlabs/puppetserver/request-logging.xml -+ access-log-config: %%PREFIX%%/etc/puppetserver/request-logging.xml - client-auth: want - ssl-host: 0.0.0.0 - ssl-port: 8140 diff --git a/sysutils/puppetserver/files/patch-ext__config__logback.xml b/sysutils/puppetserver/files/patch-ext__config__logback.xml deleted file mode 100644 index 07aa5d1fed0d..000000000000 --- a/sysutils/puppetserver/files/patch-ext__config__logback.xml +++ /dev/null @@ -1,11 +0,0 @@ ---- ext/config/logback.xml.orig 2015-10-27 16:40:33 UTC -+++ ext/config/logback.xml -@@ -7,7 +7,7 @@ - - <appender name="F1" class="ch.qos.logback.core.FileAppender"> - <!-- TODO: this path should not be hard-coded --> -- <file>/var/log/puppetlabs/puppetserver/puppetserver.log</file> -+ <file>/var/log/puppetserver/puppetserver.log</file> - <append>true</append> - <encoder> - <pattern>%d %-5p [%c{2}] %m%n</pattern> diff --git a/sysutils/puppetserver/files/patch-ext__config__request-logging.xml b/sysutils/puppetserver/files/patch-ext__config__request-logging.xml deleted file mode 100644 index 587e091a7d69..000000000000 --- a/sysutils/puppetserver/files/patch-ext__config__request-logging.xml +++ /dev/null @@ -1,15 +0,0 @@ ---- ext/config/request-logging.xml.orig 2016-12-03 22:32:37.248735656 -0800 -+++ ext/config/request-logging.xml 2016-12-03 22:37:39.489420010 -0800 -@@ -1,10 +1,10 @@ - <configuration debug="false" scan="true"> - <appender name="FILE" class="ch.qos.logback.core.rolling.RollingFileAppender"> -- <file>/var/log/puppetlabs/puppetserver/puppetserver-access.log</file> -+ <file>/var/log/puppetserver/puppetserver-access.log</file> - <append>true</append> - <rollingPolicy class="ch.qos.logback.core.rolling.SizeAndTimeBasedRollingPolicy"> - <!-- rollover daily --> -- <fileNamePattern>/var/log/puppetlabs/puppetserver/puppetserver-access-%d{yyyy-MM-dd}.%i.log.gz</fileNamePattern> -+ <fileNamePattern>/var/log/puppetserver/puppetserver-access-%d{yyyy-MM-dd}.%i.log.zip</fileNamePattern> - <!-- each file should be at most 200MB, keep 90 days worth of history, but at most 1GB total--> - <maxFileSize>200MB</maxFileSize> - <maxHistory>90</maxHistory> diff --git a/sysutils/puppetserver/files/pkg-message.in b/sysutils/puppetserver/files/pkg-message.in deleted file mode 100644 index 0048be85bb84..000000000000 --- a/sysutils/puppetserver/files/pkg-message.in +++ /dev/null @@ -1,10 +0,0 @@ -Remember to add puppetserver_enable="YES" to rc.conf. - -A note to users upgrading to 2.6 who have also modified bootstrap.cfg, please -see the release notes for breaking changes in 2.5. - -https://docs.puppet.com/puppetserver/latest/release_notes.html#puppet-server-25 - -The file bootstrap.cfg has been removed and ca configuration has been moved out -to its own file in ca.cfg. - diff --git a/sysutils/puppetserver/files/puppetserver.in b/sysutils/puppetserver/files/puppetserver.in deleted file mode 100644 index d4c856421820..000000000000 --- a/sysutils/puppetserver/files/puppetserver.in +++ /dev/null @@ -1,82 +0,0 @@ -#!/bin/sh - -# $FreeBSD$ -# -# PROVIDE: puppetserver -# REQUIRE: LOGIN -# KEYWORD: shutdown - -# -# Configuration settings for puppetserver in /etc/rc.conf: -# -# puppetserver_enable (bool): -# Set to "NO" by default. -# Set it to "YES" to enable puppetserver -# -# puppetserver_args (str): -# Extra arguments passed to start command -# -# puppetserver_java_home (str): -# Set to "%%JAVA_HOME%%" by default. -# Set the Java virtual machine to run puppetserver -# -# puppetserver_java_opts (str): -# Set to "" by default. -# Java VM args to use. -# -# puppetserver_user (str): -# Set to "puppet" by default. -# User to run puppetserver as. -# -# puppetserver_group (str): -# Set to "puppet" by default. -# Group for data file ownership. -# -# puppetserver_log_file (str): -# Set to "/var/log/puppetserver/puppetserver.log" by default. -# Log file location. -# - -. /etc/rc.subr - -name="puppetserver" -rcvar=puppetserver_enable - -load_rc_config "${name}" - -: ${puppetserver_enable="NO"} -: ${puppetserver_args="--config %%PREFIX%%/etc/puppetserver/conf.d -b %%PREFIX%%/etc/puppetserver/services.d"} -: ${puppetserver_java_home="%%JAVA_HOME%%"} -: ${puppetserver_user="puppet"} -: ${puppetserver_group="puppet"} -: ${puppetserver_log_file="/var/log/puppetserver/puppetserver.log"} - -pidfile="/var/run/puppetserver/puppetserver.pid" -command="/usr/sbin/daemon" -java_cmd="${puppetserver_java_home}/bin/java" -procname="${java_cmd}" -command_args="-p ${pidfile} ${java_cmd} -cp %%DATADIR%%/puppet-server-release.jar clojure.main -m puppetlabs.trapperkeeper.main ${puppetserver_args}" - - -required_files="${java_cmd}" - -start_precmd="puppetserver_prestart" - -puppetserver_prestart() { - if [ ! -f "${puppetserver_log_file}" ]; then - touch "${puppetserver_log_file}" - chown "${puppetserver_user}:${puppetserver_group}" "${puppetserver_log_file}" - chmod 640 "${puppetserver_log_file}" - fi - if [ ! -d "/var/run/puppetserver" ]; then - install -d -o "${puppetserver_user}" -g "${puppetserver_group}" -m 750 "/var/run/puppetserver" - fi - - chown -R "root:${puppetserver_group}" "%%PREFIX%%/etc/puppetserver/conf.d" - chmod 0750 "%%PREFIX%%/etc/puppetserver/conf.d" - - chown "root:${puppetserver_group}" "%%PREFIX%%/etc/puppetserver/logback.xml" - chmod 0640 "%%PREFIX%%/etc/puppetserver/logback.xml" -} - -run_rc_command "$1" diff --git a/sysutils/puppetserver/pkg-descr b/sysutils/puppetserver/pkg-descr deleted file mode 100644 index 99ba4db5203a..000000000000 --- a/sysutils/puppetserver/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Puppet master is a Ruby application that compiles configurations -for any number of Puppet agent nodes, using Puppet code and various -other data sources. (For more info, see Overview of Puppet's -Architecture.) - -Puppet Server is an application that runs on the Java Virtual Machine -(JVM) and provides the same services as the classic Puppet master -application. It mostly does this by running the existing Puppet -master code in several JRuby interpreters, but it replaces some -parts of the classic application with new services written in -Clojure. - -WWW: https://docs.puppetlabs.com/puppetserver/latest/services_master_puppetserver.html diff --git a/sysutils/puppetserver/pkg-plist b/sysutils/puppetserver/pkg-plist deleted file mode 100644 index 3e6308c9f832..000000000000 --- a/sysutils/puppetserver/pkg-plist +++ /dev/null @@ -1,19 +0,0 @@ -@(,,750) bin/puppetserver -@sample %%ETCDIR%%/logback.xml.sample -@sample %%ETCDIR%%/request-logging.xml.sample -@sample %%ETCDIR%%/conf.d/auth.conf.sample -@sample %%ETCDIR%%/conf.d/global.conf.sample -@sample %%ETCDIR%%/conf.d/puppetserver.conf.sample -@sample %%ETCDIR%%/conf.d/web-routes.conf.sample -@sample %%ETCDIR%%/conf.d/webserver.conf.sample -@sample %%ETCDIR%%/services.d/bootstrap.cfg.sample -@sample %%ETCDIR%%/services.d/ca.cfg.sample -@dir(,puppet,750) etc/puppet/code -%%DATADIR%%/puppet-server-release.jar -@(,,755) %%DATADIR%%/cli/apps/foreground -@(,,755) %%DATADIR%%/cli/apps/gem -@(,,755) %%DATADIR%%/cli/apps/irb -@(,,755) %%DATADIR%%/cli/apps/ruby -@dir(puppet,puppet,750) /var/log/puppetserver -@dir(puppet,puppet,755) /var/puppet -@dir(puppet,puppet,750) /var/puppet/server diff --git a/www/Makefile b/www/Makefile index ad1f4c5c1309..62cd94d3d924 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1918,7 +1918,6 @@ SUBDIR += qt5-webview SUBDIR += quark SUBDIR += qupzilla-qt4 - SUBDIR += qupzilla-qt5 SUBDIR += qutebrowser SUBDIR += radicale SUBDIR += radicale2 diff --git a/www/qupzilla-qt5/Makefile b/www/qupzilla-qt5/Makefile deleted file mode 100644 index 4a306837dce3..000000000000 --- a/www/qupzilla-qt5/Makefile +++ /dev/null @@ -1,65 +0,0 @@ -# $FreeBSD$ - -PORTNAME= qupzilla -PORTVERSION= 1.8.9 -PORTREVISION= 6 -CATEGORIES= www -MASTER_SITES= https://github.com/QupZilla/${PORTNAME}/releases/download/v${PORTVERSION}/ -PKGNAMESUFFIX= -qt5 -DISTNAME= QupZilla-${PORTVERSION} - -MAINTAINER= kde@FreeBSD.org -COMMENT= Web browser based on WebKit engine and Qt Framework - -LICENSE= GPLv3 - -DEPRECATED= Project continues as www/falkon -EXPIRATION_DATE= 2019-02-28 - -LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell - -CONFLICTS_INSTALL= ${PORTNAME}-qt4* - -USES= compiler:c++11-lang desktop-file-utils pkgconfig qmake qt:5 ssl tar:xz -USE_QT= core concurrent gui network printsupport script sql webkit \ - widgets x11extras xml imageformats_run sql-sqlite3_run \ - buildtools_build linguisttools_build -USE_XORG= x11 -USE_GL= gl -CONFIGURE_ENV= QUPZILLA_PREFIX=${PREFIX}/ -USE_LDCONFIG= yes -INSTALLS_ICONS= yes -PLIST_SUB= VERSION=${PORTVERSION} - -OPTIONS_DEFINE= DBUS DEBUG GNOMEKEYRING KWALLET -OPTIONS_DEFAULT=DBUS -OPTIONS_SUB= yes - -DBUS_USES= qt:5 -DBUS_USE= QT=dbus -DBUS_CONFIGURE_ENV_OFF= DISABLE_DBUS="true" - -GNOMEKEYRING_LIB_DEPENDS= libgnome-keyring.so:security/libgnome-keyring -GNOMEKEYRING_CONFIGURE_ENV= GNOME_INTEGRATION="true" - -KWALLET_USES= kde:5 -KWALLET_USE= KDE=wallet -KWALLET_CONFIGURE_ENV= KDE_INTEGRATION="true" - -.include <bsd.port.options.mk> - -# work around for build failure in test plugin (single source file target) -.if ${PORT_OPTIONS:MDEBUG} -MAKE_JOBS_UNSAFE= yes -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|/usr|${LOCALBASE}|g' \ - ${WRKSRC}/tests/autotests/qztoolstest.cpp \ - ${WRKSRC}/src/lib/plugins/qtwebkit/spellcheck/speller.cpp - @${REINPLACE_CMD} -e 's|/usr|${PREFIX}|g' \ - ${WRKSRC}/src/install.pri \ - ${WRKSRC}/src/defines.pri \ - ${WRKSRC}/src/lib/plugins/plugins.cpp - -.include <bsd.port.mk> diff --git a/www/qupzilla-qt5/distinfo b/www/qupzilla-qt5/distinfo deleted file mode 100644 index 7bbe137323a2..000000000000 --- a/www/qupzilla-qt5/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (QupZilla-1.8.9.tar.xz) = 620ffb10a3f6b3f596c2c38a84d9c320cb66dd2d5e6701e8e31945e26308fcac -SIZE (QupZilla-1.8.9.tar.xz) = 3004644 diff --git a/www/qupzilla-qt5/files/patch-git_96aa63e b/www/qupzilla-qt5/files/patch-git_96aa63e deleted file mode 100644 index ade27fddaa66..000000000000 --- a/www/qupzilla-qt5/files/patch-git_96aa63e +++ /dev/null @@ -1,26 +0,0 @@ -From 96aa63edb069fdad879104469d534a7a6a7d704c Mon Sep 17 00:00:00 2001 -From: Jimi Huotari <chiitoo@gentoo.org> -Date: Fri, 26 Jan 2018 13:12:25 +0100 -Subject: [PATCH] Fix build against Qt 5.11 - ---- src/lib/adblock/adblockmanager.cpp.orig 2015-11-11 15:13:24 UTC -+++ src/lib/adblock/adblockmanager.cpp -@@ -28,6 +28,7 @@ - #include "browserwindow.h" - #include "settings.h" - -+#include <QAction> - #include <QDateTime> - #include <QTextStream> - #include <QDir> ---- src/plugins/AutoScroll/autoscrollsettings.cpp.orig 2015-11-11 15:13:24 UTC -+++ src/plugins/AutoScroll/autoscrollsettings.cpp -@@ -19,6 +19,8 @@ - #include "ui_autoscrollsettings.h" - #include "autoscroller.h" - -+#include <QIcon> -+ - AutoScrollSettings::AutoScrollSettings(AutoScroller* scroller, QWidget* parent) - : QDialog(parent) - , ui(new Ui::AutoScrollSettings) diff --git a/www/qupzilla-qt5/files/patch-git_ca2b5f22b b/www/qupzilla-qt5/files/patch-git_ca2b5f22b deleted file mode 100644 index ff0c0bc0f6c5..000000000000 --- a/www/qupzilla-qt5/files/patch-git_ca2b5f22b +++ /dev/null @@ -1,44 +0,0 @@ -commit ca2b5f22bedec6dbfa85863e8611ac6c40f1174c -Author: David Rosca <nowrep@gmail.com> -Date: Sun Dec 3 10:13:10 2017 +0100 - - SearchToolbar: Don't set shortcuts from UI file - - Fixes build with Qt 5.10 - - Closes #2515 - ---- src/lib/webtab/searchtoolbar.cpp.orig 2015-11-11 15:13:24 UTC -+++ src/lib/webtab/searchtoolbar.cpp -@@ -35,7 +35,9 @@ SearchToolBar::SearchToolBar(WebView* view, QWidget* p - - ui->closeButton->setIcon(IconProvider::standardIcon(QStyle::SP_DialogCloseButton)); - ui->next->setIcon(IconProvider::standardIcon(QStyle::SP_ArrowDown)); -+ ui->next->setShortcut(QKeySequence("Ctrl+G")); - ui->previous->setIcon(IconProvider::standardIcon(QStyle::SP_ArrowUp)); -+ ui->previous->setShortcut(QKeySequence("Ctrl+Shift+G")); - - connect(ui->closeButton, SIGNAL(clicked()), this, SLOT(hide())); - connect(ui->lineEdit, SIGNAL(textChanged(QString)), this, SLOT(findNext())); ---- src/lib/webtab/searchtoolbar.ui.orig 2015-11-11 15:13:24 UTC -+++ src/lib/webtab/searchtoolbar.ui -@@ -64,9 +64,6 @@ - <verstretch>0</verstretch> - </sizepolicy> - </property> -- <property name="shortcut"> -- <string notr="true">Ctrl+Shift+G</string> -- </property> - <property name="autoRaise"> - <bool>true</bool> - </property> -@@ -79,9 +76,6 @@ - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> -- </property> -- <property name="shortcut"> -- <string notr="true">Ctrl+G</string> - </property> - <property name="autoRaise"> - <bool>true</bool> diff --git a/www/qupzilla-qt5/files/patch-src__lib__3rdparty__processinfo.h b/www/qupzilla-qt5/files/patch-src__lib__3rdparty__processinfo.h deleted file mode 100644 index 1eb22081140d..000000000000 --- a/www/qupzilla-qt5/files/patch-src__lib__3rdparty__processinfo.h +++ /dev/null @@ -1,20 +0,0 @@ ---- src/lib/3rdparty/processinfo.h.orig 2015-01-26 14:26:15 UTC -+++ src/lib/3rdparty/processinfo.h -@@ -18,16 +18,12 @@ - #ifndef PROCESSINFO_H - #define PROCESSINFO_H - --#include <QtGlobal> -+#include "qzcommon.h" - - #if defined(Q_OS_UNIX) && !defined(Q_OS_MAC) - #include <sys/types.h> - #endif - --#include <QString> -- --#include "qzcommon.h" -- - /* - * Code used from http://ubuntuforums.org/showpost.php?p=6593782&postcount=5 - * written by user WitchCraft diff --git a/www/qupzilla-qt5/pkg-descr b/www/qupzilla-qt5/pkg-descr deleted file mode 100644 index 56fee3c375b1..000000000000 --- a/www/qupzilla-qt5/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -QupZilla is a new and very fast QtWebKit browser. It aims to be a lightweight -web browser available through all major platforms. This project has been -originally started only for educational purposes. But from its start, QupZilla -has grown into a feature-rich browser. - -QupZilla has all standard functions you expect from a web browser. It includes -bookmarks, history (both also in sidebar) and tabs. Above that, you can manage -RSS feeds with an included RSS reader, block ads with a builtin AdBlock plugin, -block Flash content with Click2Flash and edit the local CA Certificates -database with an SSL Manager. - -QupZilla's main aim is to be a very fast and very stable QtWebKit browser -available to everyone. There are already a lot of QtWebKit browsers available, -but they are either bound to the KDE environment (rekonq), are not actively -developed or very unstable and miss important features. But there is missing a -multiplatform, modern and actively developed browser. QupZilla is trying to -fill this gap by providing a very stable browsing experience. - -WWW: http://www.qupzilla.com/ diff --git a/www/qupzilla-qt5/pkg-plist b/www/qupzilla-qt5/pkg-plist deleted file mode 100644 index 1d4008a1682b..000000000000 --- a/www/qupzilla-qt5/pkg-plist +++ /dev/null @@ -1,285 +0,0 @@ -bin/qupzilla -lib/libQupZilla.so -lib/libQupZilla.so.1 -lib/libQupZilla.so.1.8 -lib/libQupZilla.so.%%VERSION%% -lib/qupzilla/libAccessKeysNavigation.so -lib/qupzilla/libAutoScroll.so -lib/qupzilla/libFlashCookieManager.so -%%GNOMEKEYRING%%lib/qupzilla/libGnomeKeyringPasswords.so -lib/qupzilla/libGreaseMonkey.so -%%KWALLET%%lib/qupzilla/libKWalletPasswords.so -lib/qupzilla/libMouseGestures.so -lib/qupzilla/libPIM.so -lib/qupzilla/libStatusBarIcons.so -lib/qupzilla/libTabManager.so -%%DEBUG%%lib/qupzilla/libTestPlugin.so -share/appdata/qupzilla.appdata.xml -share/applications/qupzilla.desktop -share/bash-completion/completions/qupzilla -share/icons/hicolor/128x128/apps/qupzilla.png -share/icons/hicolor/16x16/apps/qupzilla.png -share/icons/hicolor/256x256/apps/qupzilla.png -share/icons/hicolor/32x32/apps/qupzilla.png -share/icons/hicolor/48x48/apps/qupzilla.png -share/icons/hicolor/64x64/apps/qupzilla.png -share/pixmaps/qupzilla.png -%%DATADIR%%/locale/ar_SA.qm -%%DATADIR%%/locale/bg_BG.qm -%%DATADIR%%/locale/ca_ES.qm -%%DATADIR%%/locale/cs_CZ.qm -%%DATADIR%%/locale/da_DK.qm -%%DATADIR%%/locale/de_DE.qm -%%DATADIR%%/locale/el_GR.qm -%%DATADIR%%/locale/es_ES.qm -%%DATADIR%%/locale/es_MX.qm -%%DATADIR%%/locale/es_VE.qm -%%DATADIR%%/locale/eu_ES.qm -%%DATADIR%%/locale/fa_IR.qm -%%DATADIR%%/locale/fi_FI.qm -%%DATADIR%%/locale/fr_FR.qm -%%DATADIR%%/locale/gl_ES.qm -%%DATADIR%%/locale/he_IL.qm -%%DATADIR%%/locale/hr_HR.qm -%%DATADIR%%/locale/hu_HU.qm -%%DATADIR%%/locale/id_ID.qm -%%DATADIR%%/locale/it_IT.qm -%%DATADIR%%/locale/ja_JP.qm -%%DATADIR%%/locale/ka_GE.qm -%%DATADIR%%/locale/lg.qm -%%DATADIR%%/locale/lt.qm -%%DATADIR%%/locale/lv_LV.qm -%%DATADIR%%/locale/nl_NL.qm -%%DATADIR%%/locale/nqo.qm -%%DATADIR%%/locale/pl_PL.qm -%%DATADIR%%/locale/pt_BR.qm -%%DATADIR%%/locale/pt_PT.qm -%%DATADIR%%/locale/qt_ca.qm -%%DATADIR%%/locale/qt_el.qm -%%DATADIR%%/locale/qt_nl.qm -%%DATADIR%%/locale/qt_sr.qm -%%DATADIR%%/locale/qt_sr@ijekavian.qm -%%DATADIR%%/locale/qt_sr@ijekavianlatin.qm -%%DATADIR%%/locale/qt_sr@latin.qm -%%DATADIR%%/locale/ro_RO.qm -%%DATADIR%%/locale/ru_RU.qm -%%DATADIR%%/locale/sk_SK.qm -%%DATADIR%%/locale/sr.qm -%%DATADIR%%/locale/sr@ijekavian.qm -%%DATADIR%%/locale/sr@ijekavianlatin.qm -%%DATADIR%%/locale/sr@latin.qm -%%DATADIR%%/locale/sv_SE.qm -%%DATADIR%%/locale/tr_TR.qm -%%DATADIR%%/locale/uk_UA.qm -%%DATADIR%%/locale/uz@Latn.qm -%%DATADIR%%/locale/zh_CN.qm -%%DATADIR%%/locale/zh_TW.qm -%%DATADIR%%/themes/breathe/images/add.png -%%DATADIR%%/themes/breathe/images/find.png -%%DATADIR%%/themes/breathe/images/flash.png -%%DATADIR%%/themes/breathe/images/flashstart.png -%%DATADIR%%/themes/breathe/images/goto.png -%%DATADIR%%/themes/breathe/images/home.png -%%DATADIR%%/themes/breathe/images/library-bg.png -%%DATADIR%%/themes/breathe/images/lineedit-bg.png -%%DATADIR%%/themes/breathe/images/login.png -%%DATADIR%%/themes/breathe/images/menu.png -%%DATADIR%%/themes/breathe/images/navigation-dropdown.png -%%DATADIR%%/themes/breathe/images/next.png -%%DATADIR%%/themes/breathe/images/previous.png -%%DATADIR%%/themes/breathe/images/reload.png -%%DATADIR%%/themes/breathe/images/restore.png -%%DATADIR%%/themes/breathe/images/rss.png -%%DATADIR%%/themes/breathe/images/semi-transp.png -%%DATADIR%%/themes/breathe/images/siteicon-bg-a.png -%%DATADIR%%/themes/breathe/images/siteicon-bg-h.png -%%DATADIR%%/themes/breathe/images/siteicon-bg.png -%%DATADIR%%/themes/breathe/images/siteicon-secure-bg-a.png -%%DATADIR%%/themes/breathe/images/siteicon-secure-bg-h.png -%%DATADIR%%/themes/breathe/images/siteicon-secure-bg.png -%%DATADIR%%/themes/breathe/images/star-a.png -%%DATADIR%%/themes/breathe/images/star.png -%%DATADIR%%/themes/breathe/images/stop.png -%%DATADIR%%/themes/breathe/images/tab-left.png -%%DATADIR%%/themes/breathe/images/tab-right.png -%%DATADIR%%/themes/breathe/images/tabs-list.png -%%DATADIR%%/themes/breathe/images/transp.png -%%DATADIR%%/themes/breathe/images/trash.png -%%DATADIR%%/themes/breathe/images/websearch-bg-a.png -%%DATADIR%%/themes/breathe/images/websearch-bg-h.png -%%DATADIR%%/themes/breathe/images/websearch-bg.png -%%DATADIR%%/themes/breathe/main.css -%%DATADIR%%/themes/breathe/rtl.css -%%DATADIR%%/themes/breathe/theme.info -%%DATADIR%%/themes/breathe/theme.png -%%DATADIR%%/themes/chrome/images/flash.png -%%DATADIR%%/themes/chrome/images/flashstart.png -%%DATADIR%%/themes/chrome/images/gotoaddress.png -%%DATADIR%%/themes/chrome/images/key.png -%%DATADIR%%/themes/chrome/images/library-bg.png -%%DATADIR%%/themes/chrome/images/lineedit-bg.png -%%DATADIR%%/themes/chrome/images/navigation-addtab.png -%%DATADIR%%/themes/chrome/images/navigation-back.png -%%DATADIR%%/themes/chrome/images/navigation-dropdown.png -%%DATADIR%%/themes/chrome/images/navigation-forward.png -%%DATADIR%%/themes/chrome/images/navigation-home.png -%%DATADIR%%/themes/chrome/images/navigation-reload.png -%%DATADIR%%/themes/chrome/images/navigation-stop.png -%%DATADIR%%/themes/chrome/images/navigation-supermenu.png -%%DATADIR%%/themes/chrome/images/rss.png -%%DATADIR%%/themes/chrome/images/search-icon.png -%%DATADIR%%/themes/chrome/images/searchbar-provider-bg.png -%%DATADIR%%/themes/chrome/images/semi-transp.png -%%DATADIR%%/themes/chrome/images/siteicon-bg.png -%%DATADIR%%/themes/chrome/images/siteicon-secure-bg.png -%%DATADIR%%/themes/chrome/images/star-a.png -%%DATADIR%%/themes/chrome/images/star.png -%%DATADIR%%/themes/chrome/images/tab-left-arrow.png -%%DATADIR%%/themes/chrome/images/tab-right-arrow.png -%%DATADIR%%/themes/chrome/images/tabbar-addtab.png -%%DATADIR%%/themes/chrome/images/tabs-bg.png -%%DATADIR%%/themes/chrome/images/tabs-list-button.png -%%DATADIR%%/themes/chrome/images/toolbar-bg.png -%%DATADIR%%/themes/chrome/images/toolbutton-a.png -%%DATADIR%%/themes/chrome/images/toolbutton-h.png -%%DATADIR%%/themes/chrome/images/toolbutton.png -%%DATADIR%%/themes/chrome/linux.css -%%DATADIR%%/themes/chrome/main.css -%%DATADIR%%/themes/chrome/rtl.css -%%DATADIR%%/themes/chrome/theme.info -%%DATADIR%%/themes/chrome/theme.license -%%DATADIR%%/themes/chrome/theme.png -%%DATADIR%%/themes/chrome/windows.css -%%DATADIR%%/themes/default/images/arrow-down.gif -%%DATADIR%%/themes/default/images/background.png -%%DATADIR%%/themes/default/images/flash.png -%%DATADIR%%/themes/default/images/flashstart.png -%%DATADIR%%/themes/default/images/gotoaddress.png -%%DATADIR%%/themes/default/images/key.png -%%DATADIR%%/themes/default/images/library-bg.png -%%DATADIR%%/themes/default/images/lineedit-bg.png -%%DATADIR%%/themes/default/images/navigation-addtab.png -%%DATADIR%%/themes/default/images/navigation-back.png -%%DATADIR%%/themes/default/images/navigation-forward.png -%%DATADIR%%/themes/default/images/navigation-home.png -%%DATADIR%%/themes/default/images/navigation-reload.png -%%DATADIR%%/themes/default/images/navigation-stop.png -%%DATADIR%%/themes/default/images/navigation-supmenu.png -%%DATADIR%%/themes/default/images/rss.png -%%DATADIR%%/themes/default/images/search.png -%%DATADIR%%/themes/default/images/semi-transp.png -%%DATADIR%%/themes/default/images/siteicon-bg-secure.png -%%DATADIR%%/themes/default/images/siteicon-bg.png -%%DATADIR%%/themes/default/images/star.png -%%DATADIR%%/themes/default/images/starg.png -%%DATADIR%%/themes/default/images/tab-left-arrow.png -%%DATADIR%%/themes/default/images/tab-right-arrow.png -%%DATADIR%%/themes/default/images/tabs-list-button.png -%%DATADIR%%/themes/default/images/transp.png -%%DATADIR%%/themes/default/images/websearchbar-bg.png -%%DATADIR%%/themes/default/main.css -%%DATADIR%%/themes/default/rtl.css -%%DATADIR%%/themes/default/theme.info -%%DATADIR%%/themes/default/theme.png -%%DATADIR%%/themes/default/windows.css -%%DATADIR%%/themes/linux/images/flash.png -%%DATADIR%%/themes/linux/images/flashstart.png -%%DATADIR%%/themes/linux/images/goto.png -%%DATADIR%%/themes/linux/images/key.png -%%DATADIR%%/themes/linux/images/library-bg.png -%%DATADIR%%/themes/linux/images/menu.png -%%DATADIR%%/themes/linux/images/navigation-dropdown.png -%%DATADIR%%/themes/linux/images/rss.png -%%DATADIR%%/themes/linux/images/semi-transp.png -%%DATADIR%%/themes/linux/images/star-a.png -%%DATADIR%%/themes/linux/images/star.png -%%DATADIR%%/themes/linux/images/tab-left-arrow.png -%%DATADIR%%/themes/linux/images/tab-right-arrow.png -%%DATADIR%%/themes/linux/images/tabs-list-button.png -%%DATADIR%%/themes/linux/images/transp.png -%%DATADIR%%/themes/linux/images/websearch-bg.png -%%DATADIR%%/themes/linux/main.css -%%DATADIR%%/themes/linux/rtl.css -%%DATADIR%%/themes/linux/theme.info -%%DATADIR%%/themes/linux/theme.png -%%DATADIR%%/themes/mac/images/feed-icon.png -%%DATADIR%%/themes/mac/images/flash.png -%%DATADIR%%/themes/mac/images/flashstart.png -%%DATADIR%%/themes/mac/images/gotoaddress.png -%%DATADIR%%/themes/mac/images/key.png -%%DATADIR%%/themes/mac/images/library-bg.png -%%DATADIR%%/themes/mac/images/lineedit-bg.png -%%DATADIR%%/themes/mac/images/navigation-addtab.png -%%DATADIR%%/themes/mac/images/navigation-back.png -%%DATADIR%%/themes/mac/images/navigation-dropdown.png -%%DATADIR%%/themes/mac/images/navigation-forward.png -%%DATADIR%%/themes/mac/images/navigation-home.png -%%DATADIR%%/themes/mac/images/navigation-reload.png -%%DATADIR%%/themes/mac/images/navigation-stop.png -%%DATADIR%%/themes/mac/images/navigation-supermenu.png -%%DATADIR%%/themes/mac/images/search-icon.png -%%DATADIR%%/themes/mac/images/searchbar-provider-bg.png -%%DATADIR%%/themes/mac/images/semi-transp.png -%%DATADIR%%/themes/mac/images/siteicon-bg.png -%%DATADIR%%/themes/mac/images/siteicon-secure-bg.png -%%DATADIR%%/themes/mac/images/splitter.png -%%DATADIR%%/themes/mac/images/star-a.png -%%DATADIR%%/themes/mac/images/star.png -%%DATADIR%%/themes/mac/images/tab-left-arrow.png -%%DATADIR%%/themes/mac/images/tab-right-arrow.png -%%DATADIR%%/themes/mac/images/tabbar-addtab.png -%%DATADIR%%/themes/mac/images/tabs-bg.png -%%DATADIR%%/themes/mac/images/tabs-list-button.png -%%DATADIR%%/themes/mac/images/tabs-list-button_rtl.png -%%DATADIR%%/themes/mac/images/toolbar-bg.png -%%DATADIR%%/themes/mac/images/transp.png -%%DATADIR%%/themes/mac/images/user-trash-full.png -%%DATADIR%%/themes/mac/linux.css -%%DATADIR%%/themes/mac/main.css -%%DATADIR%%/themes/mac/rtl.css -%%DATADIR%%/themes/mac/theme.info -%%DATADIR%%/themes/mac/theme.license -%%DATADIR%%/themes/mac/theme.png -%%DATADIR%%/themes/mac/windows.css -%%DATADIR%%/themes/windows/images/flash.png -%%DATADIR%%/themes/windows/images/flashstart.png -%%DATADIR%%/themes/windows/images/gotoaddress.png -%%DATADIR%%/themes/windows/images/key.png -%%DATADIR%%/themes/windows/images/library-bg-left.png -%%DATADIR%%/themes/windows/images/lineedit-bg.png -%%DATADIR%%/themes/windows/images/navigation-addtab.png -%%DATADIR%%/themes/windows/images/navigation-back.png -%%DATADIR%%/themes/windows/images/navigation-dropdown.png -%%DATADIR%%/themes/windows/images/navigation-forward.png -%%DATADIR%%/themes/windows/images/navigation-home.png -%%DATADIR%%/themes/windows/images/navigation-reload.png -%%DATADIR%%/themes/windows/images/navigation-stop.png -%%DATADIR%%/themes/windows/images/navigation-supermenu.png -%%DATADIR%%/themes/windows/images/rss.png -%%DATADIR%%/themes/windows/images/search-icon.png -%%DATADIR%%/themes/windows/images/searchbar-provider-bg.png -%%DATADIR%%/themes/windows/images/semi-transp.png -%%DATADIR%%/themes/windows/images/siteicon-bg.png -%%DATADIR%%/themes/windows/images/siteicon-secure-bg.png -%%DATADIR%%/themes/windows/images/star-a.png -%%DATADIR%%/themes/windows/images/star.png -%%DATADIR%%/themes/windows/images/tab-active-bg.png -%%DATADIR%%/themes/windows/images/tab-deactive-bg.png -%%DATADIR%%/themes/windows/images/tab-deactive-hover-bg.png -%%DATADIR%%/themes/windows/images/tab-left-arrow.png -%%DATADIR%%/themes/windows/images/tab-right-arrow.png -%%DATADIR%%/themes/windows/images/tabbar-addtab-outside.png -%%DATADIR%%/themes/windows/images/tabbar-addtab.png -%%DATADIR%%/themes/windows/images/tabbar-addtab_rtl.png -%%DATADIR%%/themes/windows/images/tabs-bg.png -%%DATADIR%%/themes/windows/images/tabs-list-button.png -%%DATADIR%%/themes/windows/images/toolbar-bg.png -%%DATADIR%%/themes/windows/images/transp.png -%%DATADIR%%/themes/windows/images/user-trash-full.png -%%DATADIR%%/themes/windows/linux.css -%%DATADIR%%/themes/windows/main.css -%%DATADIR%%/themes/windows/rtl.css -%%DATADIR%%/themes/windows/theme.info -%%DATADIR%%/themes/windows/theme.license -%%DATADIR%%/themes/windows/theme.png -%%DATADIR%%/themes/windows/windows.css |