diff options
author | rene <rene@FreeBSD.org> | 2017-04-11 01:11:46 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2017-04-11 01:11:46 +0800 |
commit | f7c873a4fde313d4777a52e3d4c6afe107fc81b9 (patch) | |
tree | f4ecc75655ff9e57958f13098f941bed314069f3 /databases | |
parent | a4b76b86f4e1433d071949c1c85659d2f6de8853 (diff) | |
download | freebsd-ports-gnome-f7c873a4fde313d4777a52e3d4c6afe107fc81b9.tar.gz freebsd-ports-gnome-f7c873a4fde313d4777a52e3d4c6afe107fc81b9.tar.zst freebsd-ports-gnome-f7c873a4fde313d4777a52e3d4c6afe107fc81b9.zip |
Remove expired ports:
2017-02-05 sysutils/puppet38: Upstream support ended, see http://tinyurl.com/puppet3eol
2017-03-31 editors/libreoffice4: Deprecated by upstream
2017-03-31 databases/rubygem-redis-actionpack4: Use databases/rubygem-redis-actionpack instead
2017-03-31 devel/rubygem-nio4r1: Use devel/rubygem-nio4r instead
2017-03-31 devel/liborcus07: Deprecated by upstream, use devel/liborcus
2017-03-31 devel/mdds0: Deprecated by upstream, use devel/mdds
2017-03-31 security/openvpn23-polarssl: Replaced by new upstream relesae 2.4.x
2017-03-31 security/openvpn23: Replaced by new upstream relesae 2.4.x
2017-03-31 textproc/p5-XML-XSH: Deprecated by upstream
2017-03-31 www/rubygem-jquery-atwho-rails-rails4: Use www/rubygem-jquery-atwho-rails instead
2017-03-31 www/p5-Catalyst-Plugin-Singleton: Deprecated by upstream
2017-04-01 x11/lumina-i18n: Obsolete, i18n files included in x11/lumina
2017-04-01 sysutils/jail2: Starting with 10.0 functionality has been merged into base.
2017-04-01 sysutils/iocage-devel: Outdated version. Please use sysutils/py-iocage instead
2017-04-01 sysutils/iocage: Outdated version. Please use sysutils/py-iocage instead
2017-04-05 databases/puppetdb: Depends on expired sysutils/puppet38, use puppetdb[34] instead
2017-04-05 databases/puppetdb-terminus: Depends on expired sysutils/puppet38, use puppetdb-terminus[34]
2017-04-08 databases/pglesslog: Does not build with recent PostgreSQL versions
2017-04-08 textproc/go-text: Go libraries should not be packaged
2017-04-08 devel/go-pretty: Go libraries should not be packaged
2017-04-08 databases/godis: Go libraries should not be packaged
2017-04-10 www/moodle29: Upstream support EoL, please migrate to moodle32
Diffstat (limited to 'databases')
35 files changed, 0 insertions, 601 deletions
diff --git a/databases/Makefile b/databases/Makefile index eecae21f32ee..90aca35b76c9 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -95,7 +95,6 @@ SUBDIR += glom SUBDIR += gnats4 SUBDIR += gnatsweb4 - SUBDIR += godis SUBDIR += gomdb SUBDIR += gosqlite3 SUBDIR += gqlplus @@ -572,7 +571,6 @@ SUBDIR += pgdbf SUBDIR += pgespresso SUBDIR += pgfouine - SUBDIR += pglesslog SUBDIR += pgloader SUBDIR += pglogical SUBDIR += pgmodeler @@ -708,8 +706,6 @@ SUBDIR += proftpd-mod_sql_postgres SUBDIR += proftpd-mod_sql_sqlite SUBDIR += proftpd-mod_sql_tds - SUBDIR += puppetdb - SUBDIR += puppetdb-terminus SUBDIR += puppetdb-terminus3 SUBDIR += puppetdb-terminus4 SUBDIR += puppetdb3 @@ -925,7 +921,6 @@ SUBDIR += rubygem-rbase SUBDIR += rubygem-redis SUBDIR += rubygem-redis-actionpack - SUBDIR += rubygem-redis-actionpack4 SUBDIR += rubygem-redis-namespace SUBDIR += rubygem-seed-fu SUBDIR += rubygem-sqlite3 diff --git a/databases/godis/Makefile b/databases/godis/Makefile deleted file mode 100644 index fcb8161ec381..000000000000 --- a/databases/godis/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# Created by: Grzegorz Blach <gblach@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= godis -PORTVERSION= 20120405 -PORTREVISION= 1 -CATEGORIES= databases -MASTER_SITES= LOCAL/jlaffaye - -MAINTAINER= ports@FreeBSD.org -COMMENT= Redis client library written in Go - -USES= go -GO_PKGNAME= github.com/simonz05/${PORTNAME} - -DEPRECATED= Go libraries should not be packaged -EXPIRATION_DATE= 2017-04-08 - -pre-install: - @${RM} ${WRKSRC}/fmt.sh - -.include <bsd.port.mk> diff --git a/databases/godis/distinfo b/databases/godis/distinfo deleted file mode 100644 index 3a16816c0db6..000000000000 --- a/databases/godis/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (godis-20120405.tar.gz) = 5be02502b07386085ac4ba6d92b749a7829fd694ad8bfee0d15b0960074b44b2 -SIZE (godis-20120405.tar.gz) = 17712 diff --git a/databases/godis/pkg-descr b/databases/godis/pkg-descr deleted file mode 100644 index b5396f24c623..000000000000 --- a/databases/godis/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Redis client for Go. It supports all Redis commands and common features such -as pipelines and pubsub. - -WWW: https://github.com/simonz05/godis diff --git a/databases/godis/pkg-plist b/databases/godis/pkg-plist deleted file mode 100644 index b24bde9c5087..000000000000 --- a/databases/godis/pkg-plist +++ /dev/null @@ -1,14 +0,0 @@ -%%GO_LIBDIR%%/%%GO_PKGNAME%%.a -%%GO_SRCDIR%%/%%GO_PKGNAME%%/LICENSE -%%GO_SRCDIR%%/%%GO_PKGNAME%%/commands.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/commands_test.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/conn.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/example/.gitignore -%%GO_SRCDIR%%/%%GO_PKGNAME%%/example/Makefile -%%GO_SRCDIR%%/%%GO_PKGNAME%%/example/list.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/example/string.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/example/transaction.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/godis.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/godis_test.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/pool_test.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/readme.md diff --git a/databases/pglesslog/Makefile b/databases/pglesslog/Makefile deleted file mode 100644 index 0d67fd208c1a..000000000000 --- a/databases/pglesslog/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# $FreeBSD$ - -PORTNAME= pglesslog -PORTVERSION= 1.4.2 -CATEGORIES= databases -MASTER_SITES= http://pgfoundry.org/frs/download.php/2718/ -DISTNAME= pg_lesslog_${PORTVERSION}_pg90_beta - -MAINTAINER= kuriyama@FreeBSD.org -COMMENT= Reduce size of PostgreSQL archive log files by replacing backup blocks - -USES= gmake pgsql:9.0 -WANT_PGSQL= server:build -WRKSRC= ${WRKDIR}/pg_lesslog_${PORTVERSION}_pg90 - -DEPRECATED= Does not build with recent PostgreSQL versions -EXPIRATION_DATE= 2017-04-08 - -PGSQL_PORT= databases/postgresql${PGSQL_VER:S,.,,} -PGSQL_SRCDIR= `cd ${PORTSDIR}/${PGSQL_PORT}-server; ${MAKE} -VWRKSRC` - -pre-build: - ${REINPLACE_CMD} "s|top_builddir = ../..|top_builddir = ${PGSQL_SRCDIR}|" ${WRKSRC}/Makefile.* - -post-build: - ${STRIP_CMD} ${WRKSRC}/pg_compresslog ${WRKSRC}/pg_decompresslog - -.include <bsd.port.mk> diff --git a/databases/pglesslog/distinfo b/databases/pglesslog/distinfo deleted file mode 100644 index 654e0bfd0457..000000000000 --- a/databases/pglesslog/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (pg_lesslog_1.4.2_pg90_beta.tar.gz) = 6fa01dc73ad887964ccf1369713e0e300d3077f1a7273ee1d52e4c2351a184da -SIZE (pg_lesslog_1.4.2_pg90_beta.tar.gz) = 44509 diff --git a/databases/pglesslog/pkg-descr b/databases/pglesslog/pkg-descr deleted file mode 100644 index 839c093c69a1..000000000000 --- a/databases/pglesslog/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This project aims to reduce the size of archive log files by replacing -backup blocks (full page writes) marked as "removable" (introduced in -8.3) with corresponding incremental logs. - -WWW: http://pglesslog.projects.postgresql.org/ diff --git a/databases/pglesslog/pkg-plist b/databases/pglesslog/pkg-plist deleted file mode 100644 index 43b8a0007bd5..000000000000 --- a/databases/pglesslog/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/pg_compresslog -bin/pg_decompresslog -share/doc/postgresql/contrib/README.lesslog diff --git a/databases/puppetdb-terminus/Makefile b/databases/puppetdb-terminus/Makefile deleted file mode 100644 index 6bcab4f1cde0..000000000000 --- a/databases/puppetdb-terminus/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# $FreeBSD$ - -PORTNAME= puppetdb-terminus -PORTVERSION= 2.3.4 -PORTREVISION= 1 -CATEGORIES= databases ruby -MASTER_SITES= http://downloads.puppetlabs.com/puppetdb/ -DISTNAME= puppetdb-${PORTVERSION} - -MAINTAINER= freebsd@geoffgarside.co.uk -COMMENT= PuppetDB storeconfigs backend terminus module - -DEPRECATED= Depends on expired sysutils/puppet38, use puppetdb-terminus[34] -EXPIRATION_DATE=2017-04-05 - -LICENSE= APACHE20 - -BUILD_DEPENDS= puppet38>=0:sysutils/puppet38 - -CONFLICTS_INSTALL= puppetdb-terminus3-* puppetdb-terminus4-* -USE_RUBY= yes -NO_BUILD= yes - -do-install: - ${MKDIR} ${STAGEDIR}${RUBY_SITELIBDIR}/puppet - (cd ${WRKSRC}/ext/master/lib/puppet && ${COPYTREE_SHARE} . \ - ${STAGEDIR}${RUBY_SITELIBDIR}/puppet) - -.include <bsd.port.mk> diff --git a/databases/puppetdb-terminus/distinfo b/databases/puppetdb-terminus/distinfo deleted file mode 100644 index 87821da7338c..000000000000 --- a/databases/puppetdb-terminus/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (puppetdb-2.3.4.tar.gz) = bb48d7b8b26a54f814a8d35019392fc1414375080592884af1734ad72a594630 -SIZE (puppetdb-2.3.4.tar.gz) = 23814293 diff --git a/databases/puppetdb-terminus/pkg-descr b/databases/puppetdb-terminus/pkg-descr deleted file mode 100644 index 82720763fd9c..000000000000 --- a/databases/puppetdb-terminus/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-terminus/pkg-plist b/databases/puppetdb-terminus/pkg-plist deleted file mode 100644 index c27b6faa0821..000000000000 --- a/databases/puppetdb-terminus/pkg-plist +++ /dev/null @@ -1,16 +0,0 @@ -%%RUBY_SITELIBDIR%%/puppet/application/storeconfigs.rb -%%RUBY_SITELIBDIR%%/puppet/face/node/deactivate.rb -%%RUBY_SITELIBDIR%%/puppet/face/node/status.rb -%%RUBY_SITELIBDIR%%/puppet/face/storeconfigs.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/blacklist.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 diff --git a/databases/puppetdb/Makefile b/databases/puppetdb/Makefile deleted file mode 100644 index 765f5f360ca2..000000000000 --- a/databases/puppetdb/Makefile +++ /dev/null @@ -1,57 +0,0 @@ -# $FreeBSD$ - -PORTNAME= puppetdb -PORTVERSION= 2.3.8 -PORTREVISION= 2 -CATEGORIES= databases java -MASTER_SITES= http://downloads.puppetlabs.com/puppetdb/ - -MAINTAINER= freebsd@zleslie.info -COMMENT= PuppetDB storeconfigs backend - -DEPRECATED= Depends on expired sysutils/puppet38, use puppetdb[34] instead -EXPIRATION_DATE=2017-04-05 - -LICENSE= APACHE20 - -RUN_DEPENDS= bash:shells/bash \ - puppet:sysutils/puppet38 -BUILD_DEPENDS= rubygem-facter>=0:sysutils/rubygem-facter \ - rubygem-rake>=0:devel/rubygem-rake - -USE_RC_SUBR= puppetdb - -CONFLICTS_INSTALL= puppetdb3-* puppetdb4-* -USES= shebangfix -SHEBANG_FILES= ext/files/puppetdb \ - ext/files/puppetdb-anonymize \ - ext/files/puppetdb-export \ - ext/files/puppetdb-foreground \ - ext/files/puppetdb-import \ - ext/files/puppetdb-legacy \ - ext/files/puppetdb-ssl-setup -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 - -PKGMESSAGE= ${WRKDIR}/pkg-message - -post-patch: -.for file in tasks/install.rake ext/files/config.ini ext/files/puppetdb \ - ext/files/puppetdb-import ext/files/puppetdb-anonymize \ - ext/files/database.ini ext/files/puppetdb-ssl-setup \ - ext/files/puppetdb-export ext/files/puppetdb-foreground Rakefile - @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|" ${WRKSRC}/${file} -.endfor - -do-install: - @cd ${WRKSRC} && ${SETENV} DESTDIR=${STAGEDIR} rake install - -.include <bsd.port.mk> diff --git a/databases/puppetdb/distinfo b/databases/puppetdb/distinfo deleted file mode 100644 index e3a9bc549074..000000000000 --- a/databases/puppetdb/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (puppetdb-2.3.8.tar.gz) = d17c942a9bf6ffca65d8afa253741df98cc7d11195819daa980743543a69263d -SIZE (puppetdb-2.3.8.tar.gz) = 23815881 diff --git a/databases/puppetdb/files/patch-Rakefile b/databases/puppetdb/files/patch-Rakefile deleted file mode 100644 index cd259b4c24ba..000000000000 --- a/databases/puppetdb/files/patch-Rakefile +++ /dev/null @@ -1,49 +0,0 @@ ---- ./Rakefile.orig 2014-07-07 17:37:05.000000000 +0000 -+++ ./Rakefile 2014-09-01 19:12:56.379106833 +0000 -@@ -80,29 +80,29 @@ - @java_bin = "/opt/puppet/bin/java" - else - @install_dir = case @osfamily -- when /openbsd/ -- "/usr/local/share/puppetdb" -+ when /openbsd/, /freebsd/ -+ "%%PREFIX%%/share/puppetdb" - else - "/usr/share/puppetdb" - end -- @etc_dir = "/etc/puppetdb" -- @config_dir = "/etc/puppetdb/conf.d" -- @lib_dir = "/var/lib/puppetdb" -+ @etc_dir = "%%PREFIX%%/etc/puppetdb" -+ @config_dir = "%%PREFIX%%/etc/puppetdb/conf.d" -+ @lib_dir = "/var/db/puppetdb" - @libexec_dir = case @osfamily -- when /openbsd/ -+ when /openbsd/, /freebsd/ - "/usr/local/libexec/puppetdb" - when /redhat/, /suse/, /darwin/, /bsd/ - "/usr/libexec/puppetdb" - else - "/usr/lib/puppetdb" - end -- @link = "/usr/share/puppetdb" -+ @link = "%%PREFIX%%/share/puppetdb" - @name = "puppetdb" - @sbin_dir = case @osfamily - when /archlinux/ - "/usr/bin" - else -- "/usr/sbin" -+ "%%PREFIX%%/sbin" - end - end - -@@ -129,6 +129,8 @@ - @plibdir = @pe ? PE_SITELIBDIR : (%x(ruby -rrbconfig -e "puts RbConfig::CONFIG['sitelibdir']").chomp) - when /openbsd/ - @plibdir = @pe ? PE_SITELIBDIR : '/usr/local/lib/ruby/site_ruby/1.9.1' -+ when /freebsd/ -+ @plibdir = @pe ? PE_SITELIBDIR : Facter.value(:rubysitedir).chomp - when /archlinux/ - @plibdir = @pe ? PE_SITELIBDIR : (%x(ruby -rrbconfig -e 'puts RbConfig::CONFIG["vendorlibdir"]').chomp) - end diff --git a/databases/puppetdb/files/patch-ext__files__config.ini b/databases/puppetdb/files/patch-ext__files__config.ini deleted file mode 100644 index be98199b4818..000000000000 --- a/databases/puppetdb/files/patch-ext__files__config.ini +++ /dev/null @@ -1,14 +0,0 @@ ---- ./ext/files/config.ini.orig 2014-09-01 19:00:53.886157411 +0000 -+++ ./ext/files/config.ini 2014-09-01 19:06:59.957163437 +0000 -@@ -3,9 +3,9 @@ - - [global] - # Store mq/db data in a custom directory --vardir = /var/lib/puppetdb -+vardir = /var/db/puppetdb - # Use an external logback config file --logging-config = /etc/puppetdb/logback.xml -+logging-config = %%PREFIX%%/etc/puppetdb/logback.xml - - - [command-processing] diff --git a/databases/puppetdb/files/patch-ext__files__database.ini b/databases/puppetdb/files/patch-ext__files__database.ini deleted file mode 100644 index f6a7e1b36f74..000000000000 --- a/databases/puppetdb/files/patch-ext__files__database.ini +++ /dev/null @@ -1,11 +0,0 @@ ---- ./ext/files/database.ini.orig 2014-07-07 17:37:41.000000000 +0000 -+++ ./ext/files/database.ini 2014-09-01 19:00:53.907156973 +0000 -@@ -12,7 +12,7 @@ - # For the embedded DB: file:/path/to/database;hsqldb.tx=mvcc;sql.syntax_pgs=true - # For PostgreSQL: //host:port/databaseName - # Defaults to embedded DB located in <vardir>/db --subname = file:/var/lib/puppetdb/db/db;hsqldb.tx=mvcc;sql.syntax_pgs=true -+subname = file:/var/db/puppetdb/db/db;hsqldb.tx=mvcc;sql.syntax_pgs=true - - # Connect as a specific user - # username = foobar diff --git a/databases/puppetdb/files/patch-ext__files__puppetdb b/databases/puppetdb/files/patch-ext__files__puppetdb deleted file mode 100644 index 76f891510301..000000000000 --- a/databases/puppetdb/files/patch-ext__files__puppetdb +++ /dev/null @@ -1,20 +0,0 @@ ---- ./ext/files/puppetdb.orig 2014-09-01 19:00:53.880156353 +0000 -+++ ./ext/files/puppetdb 2014-09-01 19:03:36.589145104 +0000 -@@ -6,7 +6,7 @@ - - # Display usage then exit - function usage { -- local libexecdir=/usr/libexec/puppetdb -+ local libexecdir=%%PREFIX%%/libexec/puppetdb - local files="${libexecdir}/puppetdb-*" - - # Seems trying to match an asterisk is hard in bash -@@ -48,7 +48,7 @@ - function execsubcommand { - sub=$1 - shift -- cmd="/usr/libexec/puppetdb/puppetdb-${sub}" -+ cmd="%%PREFIX%%/libexec/puppetdb/puppetdb-${sub}" - - if [ -e ${cmd} ]; then - exec "${cmd}" "$@" diff --git a/databases/puppetdb/files/patch-ext__files__puppetdb-anonymize b/databases/puppetdb/files/patch-ext__files__puppetdb-anonymize deleted file mode 100644 index 2c0101183c0a..000000000000 --- a/databases/puppetdb/files/patch-ext__files__puppetdb-anonymize +++ /dev/null @@ -1,9 +0,0 @@ ---- ./ext/files/puppetdb-anonymize.orig 2014-09-01 19:00:53.880156353 +0000 -+++ ./ext/files/puppetdb-anonymize 2014-09-01 19:08:46.772124148 +0000 -@@ -1,5 +1,5 @@ - #!/bin/bash - --. /usr/libexec/puppetdb/puppetdb.env -+. %%PREFIX%%/libexec/puppetdb/puppetdb.env - - ${JAVA_BIN} -Xmx192m -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/var/log/puppetdb/puppetdb-oom.hprof -Djava.security.egd=file:/dev/urandom -cp ${INSTALL_DIR}/puppetdb.jar clojure.main -m com.puppetlabs.puppetdb.core anonymize "$@" diff --git a/databases/puppetdb/files/patch-ext__files__puppetdb-export b/databases/puppetdb/files/patch-ext__files__puppetdb-export deleted file mode 100644 index ccc1e42773d3..000000000000 --- a/databases/puppetdb/files/patch-ext__files__puppetdb-export +++ /dev/null @@ -1,9 +0,0 @@ ---- ./ext/files/puppetdb-export.orig 2014-09-01 19:00:53.880156353 +0000 -+++ ./ext/files/puppetdb-export 2014-09-01 19:05:29.845137420 +0000 -@@ -1,5 +1,5 @@ - #!/bin/bash - --. /usr/libexec/puppetdb/puppetdb.env -+. %%PREFIX%%/libexec/puppetdb/puppetdb.env - - ${JAVA_BIN} -Xmx192m -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/var/log/puppetdb/puppetdb-oom.hprof -Djava.security.egd=file:/dev/urandom -cp ${INSTALL_DIR}/puppetdb.jar clojure.main -m com.puppetlabs.puppetdb.core export "$@" diff --git a/databases/puppetdb/files/patch-ext__files__puppetdb-foreground b/databases/puppetdb/files/patch-ext__files__puppetdb-foreground deleted file mode 100644 index 50acb56d9a4d..000000000000 --- a/databases/puppetdb/files/patch-ext__files__puppetdb-foreground +++ /dev/null @@ -1,12 +0,0 @@ ---- ./ext/files/puppetdb-foreground.orig 2014-09-01 19:00:53.881157604 +0000 -+++ ./ext/files/puppetdb-foreground 2014-09-01 19:09:39.676120322 +0000 -@@ -1,7 +1,7 @@ - #!/bin/bash - --. /usr/libexec/puppetdb/puppetdb.env -+. %%PREFIX%%/libexec/puppetdb/puppetdb.env - - ARGS="$@" - --su ${USER} -s /bin/bash -c "${JAVA_BIN} ${JAVA_ARGS} -cp ${INSTALL_DIR}/puppetdb.jar clojure.main -m com.puppetlabs.puppetdb.core services -c ${CONFIG} ${@}" -+su ${USER} -s %%PREFIX%%/bin/bash -c "${JAVA_BIN} ${JAVA_ARGS} -cp ${INSTALL_DIR}/puppetdb.jar clojure.main -m com.puppetlabs.puppetdb.core services -c ${CONFIG} ${@}" diff --git a/databases/puppetdb/files/patch-ext__files__puppetdb-import b/databases/puppetdb/files/patch-ext__files__puppetdb-import deleted file mode 100644 index 6571ef118766..000000000000 --- a/databases/puppetdb/files/patch-ext__files__puppetdb-import +++ /dev/null @@ -1,9 +0,0 @@ ---- ./ext/files/puppetdb-import.orig 2014-09-01 19:00:53.881157604 +0000 -+++ ./ext/files/puppetdb-import 2014-09-01 19:08:07.084126366 +0000 -@@ -1,5 +1,5 @@ - #!/bin/bash - --. /usr/libexec/puppetdb/puppetdb.env -+. %%PREFIX%%/libexec/puppetdb/puppetdb.env - - ${JAVA_BIN} -Xmx192m -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/var/log/puppetdb/puppetdb-oom.hprof -Djava.security.egd=file:/dev/urandom -cp ${INSTALL_DIR}/puppetdb.jar clojure.main -m com.puppetlabs.puppetdb.core import "$@" diff --git a/databases/puppetdb/files/patch-ext__files__puppetdb-ssl-setup b/databases/puppetdb/files/patch-ext__files__puppetdb-ssl-setup deleted file mode 100644 index 074f930759c5..000000000000 --- a/databases/puppetdb/files/patch-ext__files__puppetdb-ssl-setup +++ /dev/null @@ -1,15 +0,0 @@ ---- ext/files/puppetdb-ssl-setup.orig 2015-10-28 11:03:42 UTC -+++ ext/files/puppetdb-ssl-setup -@@ -227,10 +227,10 @@ else - agent_vardir=`puppet agent --configprint vardir` - - if id -u pe-puppetdb > /dev/null 2>&1; then -- puppetdb_confdir="/etc/puppetlabs/puppetdb" -+ puppetdb_confdir="%%PREFIX%%/etc/puppetlabs/puppetdb" - user=pe-puppetdb - else -- puppetdb_confdir="/etc/puppetdb" -+ puppetdb_confdir="%%PREFIX%%/etc/puppetdb" - user=puppetdb - fi - fi diff --git a/databases/puppetdb/files/patch-ext__files__puppetdb.newsyslog b/databases/puppetdb/files/patch-ext__files__puppetdb.newsyslog deleted file mode 100644 index 643fc12e4e4c..000000000000 --- a/databases/puppetdb/files/patch-ext__files__puppetdb.newsyslog +++ /dev/null @@ -1,6 +0,0 @@ ---- ./ext/files/puppetdb.newsyslog.orig 2014-09-01 19:00:53.887156756 +0000 -+++ ./ext/files/puppetdb.newsyslog 2014-09-01 19:00:53.887156756 +0000 -@@ -0,0 +1,3 @@ -+# See man 5 newsyslog.conf or man.freebsd.org/newsyslog.conf(5) -+# logfilename [owner:group] mode count size when flags [/pid_file] [sig_num] -+/var/log/puppetdb/puppetdb.log puppetdb:puppetdb 640 12 * $W6D0 J /var/run/puppetdb/puppetdb.pid diff --git a/databases/puppetdb/files/patch-ext_master_lib_puppet_util_puppetdb_char__encoding.rb b/databases/puppetdb/files/patch-ext_master_lib_puppet_util_puppetdb_char__encoding.rb deleted file mode 100644 index dc279d8aeb92..000000000000 --- a/databases/puppetdb/files/patch-ext_master_lib_puppet_util_puppetdb_char__encoding.rb +++ /dev/null @@ -1,11 +0,0 @@ ---- ext/master/lib/puppet/util/puppetdb/char_encoding.rb.orig 2015-10-13 22:23:24 UTC -+++ ext/master/lib/puppet/util/puppetdb/char_encoding.rb -@@ -33,7 +33,7 @@ module CharEncoding - - - def self.utf8_string(str) -- if RUBY_VERSION =~ /1.8/ -+ if RUBY_VERSION =~ /^1\.8/ - # Ruby 1.8 doesn't have String#encode and related methods, and there - # appears to be a bug in iconv that will interpret some byte sequences - # as 6-byte characters. Thus, we are forced to resort to some unfortunate diff --git a/databases/puppetdb/files/patch-tasks__install.rake b/databases/puppetdb/files/patch-tasks__install.rake deleted file mode 100644 index 2ce0d47428f5..000000000000 --- a/databases/puppetdb/files/patch-tasks__install.rake +++ /dev/null @@ -1,76 +0,0 @@ ---- tasks/install.rake.orig 2014-07-07 17:37:05.000000000 +0000 -+++ tasks/install.rake 2014-09-01 19:42:02.500986018 +0000 -@@ -14,24 +14,21 @@ - @osfamily = Facter.value(:osfamily).downcase - mkdir_p "#{DESTDIR}/#{@install_dir}" - mkdir_p "#{DESTDIR}/#{@config_dir}" -- mkdir_p "#{DESTDIR}/#{@config_dir}/.." - mkdir_p "#{DESTDIR}/#{@log_dir}" -- mkdir_p "#{DESTDIR}/etc/init.d/" -+ unless @osfamily =~ /freebsd/ -+ mkdir_p "#{DESTDIR}/etc/init.d/" -+ end - mkdir_p "#{DESTDIR}/#{@lib_dir}" - mkdir_p "#{DESTDIR}/#{@libexec_dir}" - mkdir_p "#{DESTDIR}/#{@sbin_dir}" -- mkdir_p "#{DESTDIR}/etc/logrotate.d/" -- ln_sf @config_dir, "#{DESTDIR}/#{@lib_dir}/config" -- ln_sf @log_dir, "#{DESTDIR}/#{@install_dir}/log" -+# ln_sf @config_dir, "#{DESTDIR}/#{@lib_dir}/config" -+# ln_sf @log_dir, "#{DESTDIR}/#{@install_dir}/log" - - unless @pe -- mkdir_p "#{DESTDIR}/var/lib/puppetdb/state" -- mkdir_p "#{DESTDIR}/var/lib/puppetdb/db" -- mkdir_p "#{DESTDIR}/var/lib/puppetdb/mq" -- ln_sf "#{@lib_dir}/state", "#{DESTDIR}#{@link}/state" -- ln_sf "#{@lib_dir}/db", "#{DESTDIR}#{@link}/db" -- ln_sf "#{@lib_dir}/mq", "#{DESTDIR}#{@link}/mq" -- mkdir_p "#{DESTDIR}/etc/puppetdb" -+ mkdir_p "#{DESTDIR}#{@lib_dir}/state" -+ mkdir_p "#{DESTDIR}#{@lib_dir}/db" -+ mkdir_p "#{DESTDIR}#{@lib_dir}/mq" -+ mkdir_p "#{DESTDIR}#{@etc_dir}" - else - mkdir_p "#{DESTDIR}#{@lib_dir}/state" - mkdir_p "#{DESTDIR}#{@lib_dir}/db" -@@ -40,11 +37,11 @@ - end - - cp_p JAR_FILE, "#{DESTDIR}/#{@install_dir}" -- cp_pr "ext/files/config.ini", "#{DESTDIR}/#{@config_dir}" -- cp_pr "ext/files/database.ini", "#{DESTDIR}/#{@config_dir}" -- cp_pr "ext/files/jetty.ini", "#{DESTDIR}/#{@config_dir}" -- cp_pr "ext/files/repl.ini", "#{DESTDIR}/#{@config_dir}" -- cp_pr "ext/files/puppetdb.logrotate", "#{DESTDIR}/etc/logrotate.d/#{@name}" -+ cp_pr "ext/files/config.ini", "#{DESTDIR}/#{@config_dir}/config.ini.sample" -+ cp_pr "ext/files/database.ini", "#{DESTDIR}/#{@config_dir}/database.ini.sample" -+ cp_pr "ext/files/jetty.ini", "#{DESTDIR}/#{@config_dir}/jetty.ini.sample" -+ cp_pr "ext/files/repl.ini", "#{DESTDIR}/#{@config_dir}/repl.ini.sample" -+ cp_pr "ext/files/puppetdb.newsyslog", "#{DESTDIR}%%PREFIX%%/etc/newsyslog.conf.d/#{@name}" - cp_pr "ext/files/logback.xml", "#{DESTDIR}/#{@config_dir}/.." - cp_pr "ext/files/puppetdb", "#{DESTDIR}/#{@sbin_dir}" - -@@ -100,6 +97,11 @@ - cp_p "ext/files/puppetdb.openbsd.init", "#{DESTDIR}/etc/rc.d/#{@name}.rc" - cp_p "ext/files/puppetdb.env", "#{DESTDIR}/#{@libexec_dir}/#{@name}.env" - chmod 0755, "#{DESTDIR}/etc/rc.d/#{@name}.rc" -+ elsif @osfamily == "freebsd" -+ #mkdir_p "#{DESTDIR}/etc/rc.d/" -+ #cp_p "ext/files/puppetdb.openbsd.init", "#{DESTDIR}/etc/rc.d/#{@name}.rc" -+ #cp_p "ext/files/puppetdb.env", "#{DESTDIR}/#{@libexec_dir}/#{@name}.env" -+ #chmod 0755, "#{DESTDIR}/etc/rc.d/#{@name}.rc" - elsif @osfamily == "archlinux" - #systemd! - mkdir_p "#{DESTDIR}/etc/sysconfig" -@@ -113,10 +115,5 @@ - end - chmod 0750, "#{DESTDIR}/#{@config_dir}" - chmod 0640, "#{DESTDIR}/#{@config_dir}/../logback.xml" -- chmod 0700, "#{DESTDIR}/#{@sbin_dir}/puppetdb-ssl-setup" -- chmod 0700, "#{DESTDIR}/#{@sbin_dir}/puppetdb-foreground" -- chmod 0700, "#{DESTDIR}/#{@sbin_dir}/puppetdb-import" -- chmod 0700, "#{DESTDIR}/#{@sbin_dir}/puppetdb-export" -- chmod 0700, "#{DESTDIR}/#{@sbin_dir}/puppetdb-anonymize" - chmod 0700, "#{DESTDIR}/#{@sbin_dir}/puppetdb" - end diff --git a/databases/puppetdb/files/pkg-message.in b/databases/puppetdb/files/pkg-message.in deleted file mode 100644 index 0517edf086e1..000000000000 --- a/databases/puppetdb/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%%/sbin/puppetdb ssl-setup - -Please also remember to add puppetdb_enable="YES" into your rc.conf. diff --git a/databases/puppetdb/files/puppetdb.in b/databases/puppetdb/files/puppetdb.in deleted file mode 100644 index a28754be9417..000000000000 --- a/databases/puppetdb/files/puppetdb.in +++ /dev/null @@ -1,85 +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} -cp %%DATADIR%%/puppetdb.jar clojure.main -m com.puppetlabs.puppetdb.core ${puppetdb_args} > ${puppetdb_log_file} 2>&1" - - -required_files="${java_cmd}" - -start_precmd="puppetdb_prestart" - -puppetdb_prestart() { - 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" - - chown -R "${puppetdb_user}:${puppetdb_group}" "/var/db/puppetdb" - chmod 0750 "/var/db/puppetdb" -} - -run_rc_command "$1" diff --git a/databases/puppetdb/pkg-descr b/databases/puppetdb/pkg-descr deleted file mode 100644 index 47fcde3773c6..000000000000 --- a/databases/puppetdb/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -The PuppetDB storeconfigs backend - -WWW: https://docs.puppetlabs.com/puppetdb/latest/ diff --git a/databases/puppetdb/pkg-plist b/databases/puppetdb/pkg-plist deleted file mode 100644 index e7eb5c9c0b4c..000000000000 --- a/databases/puppetdb/pkg-plist +++ /dev/null @@ -1,27 +0,0 @@ -%%ETCDIR%%/logback.xml -etc/newsyslog.conf.d/puppetdb -libexec/puppetdb/puppetdb-anonymize -libexec/puppetdb/puppetdb-export -libexec/puppetdb/puppetdb-foreground -libexec/puppetdb/puppetdb-import -libexec/puppetdb/puppetdb-ssl-setup -sbin/puppetdb-anonymize -sbin/puppetdb-export -sbin/puppetdb-foreground -sbin/puppetdb-import -sbin/puppetdb-ssl-setup -sbin/puppetdb -%%DATADIR%%/puppetdb.jar -@group puppetdb -@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 -@group -@mode 0750 -@dir /var/db/puppetdb/state -@dir /var/db/puppetdb/db -@dir /var/db/puppetdb/mq -@dir /var/db/puppetdb -@mode -@dir(puppetdb,puppetdb,) /var/log/puppetdb diff --git a/databases/rubygem-redis-actionpack4/Makefile b/databases/rubygem-redis-actionpack4/Makefile deleted file mode 100644 index c60276a75960..000000000000 --- a/databases/rubygem-redis-actionpack4/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# $FreeBSD$ - -PORTNAME= redis-actionpack -PORTVERSION= 4.0.1 -PORTREVISION= 1 -CATEGORIES= databases rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 4 - -MAINTAINER= ruby@FreeBSD.org -COMMENT= Redis session store for ActionPack - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/MIT-LICENSE - -RUN_DEPENDS= rubygem-actionpack4>=4:www/rubygem-actionpack4 \ - rubygem-redis-rack>=1.5.0:www/rubygem-redis-rack \ - rubygem-redis-store>=1.1.0:devel/rubygem-redis-store - -DEPRECATED= Use databases/rubygem-redis-actionpack instead -EXPIRATION_DATE=2017-03-31 - -NO_ARCH= yes -USE_RUBY= yes -USES= gem - -PORTSCOUT= limit:^4\. - -.include <bsd.port.mk> diff --git a/databases/rubygem-redis-actionpack4/distinfo b/databases/rubygem-redis-actionpack4/distinfo deleted file mode 100644 index ab7926c5a45d..000000000000 --- a/databases/rubygem-redis-actionpack4/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (rubygem/redis-actionpack-4.0.1.gem) = fcf9186b3f7b315e18e360546019e08b5733fef93816ccbd6a57b50b613354ca -SIZE (rubygem/redis-actionpack-4.0.1.gem) = 9728 diff --git a/databases/rubygem-redis-actionpack4/files/patch-gemspec b/databases/rubygem-redis-actionpack4/files/patch-gemspec deleted file mode 100644 index 9e08063f9a32..000000000000 --- a/databases/rubygem-redis-actionpack4/files/patch-gemspec +++ /dev/null @@ -1,11 +0,0 @@ ---- redis-actionpack.gemspec.orig 2017-03-15 08:52:49 UTC -+++ redis-actionpack.gemspec -@@ -23,7 +23,7 @@ Gem::Specification.new do |s| - s.specification_version = 4 - - if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then -- s.add_runtime_dependency(%q<redis-store>.freeze, ["~> 1.1.0"]) -+ s.add_runtime_dependency(%q<redis-store>.freeze, [">= 1.1.0"]) - s.add_runtime_dependency(%q<redis-rack>.freeze, ["~> 1.5.0"]) - s.add_runtime_dependency(%q<actionpack>.freeze, ["~> 4"]) - s.add_development_dependency(%q<rake>.freeze, ["~> 10"]) diff --git a/databases/rubygem-redis-actionpack4/pkg-descr b/databases/rubygem-redis-actionpack4/pkg-descr deleted file mode 100644 index efb2d0816242..000000000000 --- a/databases/rubygem-redis-actionpack4/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Redis session store for ActionPack - -WWW: http://redis-store.org/redis-actionpack |