diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2020-12-12 13:10:02 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2020-12-12 13:10:02 +0000 |
| commit | e5aa301f0f704efbe3e5b544af4f9c22f917d62d (patch) | |
| tree | 381f336556d12177c59307ab07522e769cc24a98 /databases/py-swift | |
| parent | net-p2p/qtum: Upgrade from 0.19.1 to 0.20.1 (diff) | |
Remove expired ports:
2020-12-12 comms/py-libconcord: Uses deprecated version of python
2020-12-12 databases/py-swift: Uses deprecated version of python
2020-12-12 devel/py-AddOns: Uses deprecated version of python
2020-12-12 devel/py-BytecodeAssembler: Uses deprecated version of python
2020-12-12 devel/py-repoze.who-testutil: Uses deprecated version of python
2020-12-12 devel/py-riak_pb: Uses deprecated version of python
2020-12-12 devel/pythk: Uses deprecated version of python
2020-12-12 mail/py-spambayes: Uses deprecated version of python
2020-12-12 math/py-numeric: Uses deprecated version of python
2020-12-12 math/py-scientific: Uses deprecated version of python
2020-12-12 net/py-suds: Uses deprecated version of python
2020-12-12 net/pynids: Uses deprecated version of python
2020-12-12 security/py-obfsproxy-tor: Uses deprecated version of python
2020-12-12 sysutils/syslog-ng324: Agreed upon upstream one year deprecation policy
2020-12-12 www/py-pylons: Uses deprecated version of python
2020-12-12 www/py-qpy: Uses deprecated version of python
Notes
Notes:
svn path=/head/; revision=557820
Diffstat (limited to 'databases/py-swift')
| -rw-r--r-- | databases/py-swift/Makefile | 120 | ||||
| -rw-r--r-- | databases/py-swift/distinfo | 2 | ||||
| -rw-r--r-- | databases/py-swift/files/patch-utils.py | 17 | ||||
| -rw-r--r-- | databases/py-swift/files/swift.in | 116 | ||||
| -rw-r--r-- | databases/py-swift/pkg-descr | 4 | ||||
| -rw-r--r-- | databases/py-swift/pkg-plist | 45 |
6 files changed, 0 insertions, 304 deletions
diff --git a/databases/py-swift/Makefile b/databases/py-swift/Makefile deleted file mode 100644 index ef76433de067..000000000000 --- a/databases/py-swift/Makefile +++ /dev/null @@ -1,120 +0,0 @@ -# Created by: Gea-Suan Lin <gslin@gslin.org> -# $FreeBSD$ - -PORTNAME= swift -PORTVERSION= 2.2.2 -PORTREVISION= 1 -CATEGORIES= databases python -MASTER_SITES= http://launchpadlibrarian.net/196367574/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= trociny@FreeBSD.org -COMMENT= Highly available, distributed, eventually consistent object/blob store - -LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Uses deprecated version of python -EXPIRATION_DATE= 2020-12-12 - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=0.5.21:devel/py-pbr@${PY_FLAVOR} - -RUN_DEPENDS:= ${BUILD_DEPENDS} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pastedeploy>0:www/py-pastedeploy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dnspython>=1.10.0:dns/py-dnspython@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}eventlet>=0.9.8:net/py-eventlet@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}netifaces>=0:net/py-netifaces@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}python-swiftclient>=0:databases/py-python-swiftclient@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}simplejson>=0:devel/py-simplejson@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}webob>=0.9.8:www/py-webob@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}xattr>=0:devel/py-xattr@${PY_FLAVOR} \ - memcached>=0:databases/memcached \ - rsync>=3.0:net/rsync - -USES= python:2.7 -USE_PYTHON= distutils autoplist -USE_RC_SUBR= swift -USERS= swift -GROUPS= swift - -post-extract: - @(cd ${WRKSRC}/etc; \ - for f in *-sample; do\ - ${MV} $${f} $${f%%-sample}.sample;\ - done) - -post-patch: - @${REINPLACE_CMD} -e "s|/etc/swift|${PREFIX}/etc/${PORTNAME}|" \ - -e "s|conf-sample|conf.sample|" \ - -e "s|types-sample|types.sample|" \ - ${WRKSRC}/bin/swift-account-audit \ - ${WRKSRC}/bin/swift-account-info \ - ${WRKSRC}/bin/swift-container-info \ - ${WRKSRC}/bin/swift-dispersion-populate \ - ${WRKSRC}/bin/swift-dispersion-report \ - ${WRKSRC}/bin/swift-get-nodes \ - ${WRKSRC}/bin/swift-object-info \ - ${WRKSRC}/bin/swift-recon \ - ${WRKSRC}/bin/swift-recon-cron \ - ${WRKSRC}/bin/swift-reconciler-enqueue \ - ${WRKSRC}/doc/manpages/account-server.conf.5 \ - ${WRKSRC}/doc/manpages/container-server.conf.5 \ - ${WRKSRC}/doc/manpages/dispersion.conf.5 \ - ${WRKSRC}/doc/manpages/object-expirer.conf.5 \ - ${WRKSRC}/doc/manpages/object-server.conf.5 \ - ${WRKSRC}/doc/manpages/proxy-server.conf.5 \ - ${WRKSRC}/doc/manpages/swift-dispersion-populate.1 \ - ${WRKSRC}/doc/manpages/swift-dispersion-report.1 \ - ${WRKSRC}/doc/manpages/swift-get-nodes.1 \ - ${WRKSRC}/doc/manpages/swift-recon.1 \ - ${WRKSRC}/etc/account-server.conf.sample \ - ${WRKSRC}/etc/container-reconciler.conf.sample \ - ${WRKSRC}/etc/container-server.conf.sample \ - ${WRKSRC}/etc/dispersion.conf.sample \ - ${WRKSRC}/etc/object-expirer.conf.sample \ - ${WRKSRC}/etc/object-server.conf.sample \ - ${WRKSRC}/etc/proxy-server.conf.sample \ - ${WRKSRC}/etc/swift.conf.sample \ - ${WRKSRC}/swift.egg-info/SOURCES.txt \ - ${WRKSRC}/swift/account/reaper.py \ - ${WRKSRC}/swift/cli/info.py \ - ${WRKSRC}/swift/cli/recon.py \ - ${WRKSRC}/swift/common/constraints.py \ - ${WRKSRC}/swift/common/db_replicator.py \ - ${WRKSRC}/swift/common/manager.py \ - ${WRKSRC}/swift/common/middleware/account_quotas.py \ - ${WRKSRC}/swift/common/middleware/container_quotas.py \ - ${WRKSRC}/swift/common/middleware/container_sync.py \ - ${WRKSRC}/swift/common/middleware/gatekeeper.py \ - ${WRKSRC}/swift/common/middleware/list_endpoints.py \ - ${WRKSRC}/swift/common/middleware/memcache.py \ - ${WRKSRC}/swift/common/middleware/recon.py \ - ${WRKSRC}/swift/common/middleware/staticweb.py \ - ${WRKSRC}/swift/common/middleware/tempauth.py \ - ${WRKSRC}/swift/common/utils.py \ - ${WRKSRC}/swift/container/reconciler.py \ - ${WRKSRC}/swift/container/server.py \ - ${WRKSRC}/swift/container/sync.py \ - ${WRKSRC}/swift/container/updater.py \ - ${WRKSRC}/swift/obj/expirer.py \ - ${WRKSRC}/swift/obj/replicator.py \ - ${WRKSRC}/swift/obj/server.py \ - ${WRKSRC}/swift/obj/updater.py \ - ${WRKSRC}/swift/proxy/server.py \ - ${WRKSRC}/test/__init__.py \ - ${WRKSRC}/test/functional/tests.py \ - ${WRKSRC}/test/probe/common.py \ - ${WRKSRC}/test/sample.conf \ - ${WRKSRC}/test/unit/common/middleware/test_memcache.py - @${FIND} ${WRKSRC} -type f -name "*.bak" -delete - -post-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/etc/${PORTNAME} - ${CP} -R ${WRKSRC}/etc/ ${STAGEDIR}${PREFIX}/etc/${PORTNAME} -.for n in 1 5 - ${INSTALL_MAN} ${WRKSRC}/doc/manpages/*.${n} \ - ${STAGEDIR}${MANPREFIX}/man/man${n} -.endfor - -.include <bsd.port.mk> diff --git a/databases/py-swift/distinfo b/databases/py-swift/distinfo deleted file mode 100644 index 9d90f8ef6b73..000000000000 --- a/databases/py-swift/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (swift-2.2.2.tar.gz) = d97ff8e3c1381611ca2f9cd3eb13000e3339166e06d67ec079ce9ec958d1a088 -SIZE (swift-2.2.2.tar.gz) = 1038850 diff --git a/databases/py-swift/files/patch-utils.py b/databases/py-swift/files/patch-utils.py deleted file mode 100644 index f63a7cc61e79..000000000000 --- a/databases/py-swift/files/patch-utils.py +++ /dev/null @@ -1,17 +0,0 @@ ---- swift/common/utils.py.orig 2014-07-07 19:08:31.000000000 +0300 -+++ swift/common/utils.py 2014-08-20 21:56:29.000000000 +0300 -@@ -552,12 +552,12 @@ - """ - global _posix_fadvise - if _posix_fadvise is None: -- _posix_fadvise = load_libc_function('posix_fadvise64') -+ _posix_fadvise = load_libc_function('posix_fadvise') - # 4 means "POSIX_FADV_DONTNEED" - ret = _posix_fadvise(fd, ctypes.c_uint64(offset), - ctypes.c_uint64(length), 4) - if ret != 0: -- logging.warn("posix_fadvise64(%(fd)s, %(offset)s, %(length)s, 4) " -+ logging.warn("posix_fadvise(%(fd)s, %(offset)s, %(length)s, 4) " - "-> %(ret)s", {'fd': fd, 'offset': offset, - 'length': length, 'ret': ret}) - diff --git a/databases/py-swift/files/swift.in b/databases/py-swift/files/swift.in deleted file mode 100644 index e663a45e3756..000000000000 --- a/databases/py-swift/files/swift.in +++ /dev/null @@ -1,116 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# PROVIDE: swift -# REQUIRE: LOGIN -# KEYWORD: shutdown -# -# Add the following lines to /etc/rc.conf to enable swift: -# -# swift_enable (bool): Set it to "YES" to enable swift. -# Default is "NO". -# swift_servers (list): Specify servers to run as a space separated -# list of possible values: -# account, account-reaper, account-replicator, -# container, container-auditor, container-replicator, -# container-sync, container-updater, -# object, object-auditor, object-expirer, -# object-replicator, object-updater, -# proxy. -# The following aliases may be used: -# "ACCOUNT" -- all account servers; -# "EXPIRER" -- object-expirer; -# "CONTAINER" -- all container server; -# "OBJECT" -- all object servers; -# "PROXY" -- all proxy servers; -# "STORAGE" -- all storage node servers -# (alias for "ACCOUNT CONTAINER OBJECT"); -# "ALL" -- all servers -# (alias for "ACCOUNT CONTAINER EXPIRER OBJECT PROXY"). -# Default is "ALL". - -. /etc/rc.subr - -name="swift" -rcvar=swift_enable - -extra_commands="reload shutdown status" -reload_cmd="swift_init reload" -shutdown_cmd="swift_init shutdown" -start_cmd="swift_init start" -status_cmd="swift_init status" -stop_cmd="swift_init stop" - -required_files=%%PREFIX%%/etc/swift/swift.conf - -PATH=%%PREFIX%%/bin:$PATH - -load_rc_config $name - -: ${swift_enable:="NO"} -: ${swift_servers:="ALL"} - -swift_expand_servers() -{ - local x - - for x; do - case "${x}" in - ALL) - swift_expand_servers PROXY - swift_expand_servers EXPIRER - ;& - STORAGE) - swift_expand_servers ACCOUNT - swift_expand_servers CONTAINER - swift_expand_servers OBJECT - ;; - ACCOUNT) - echo account - echo account-reaper - echo account-replicator - ;; - EXPIRER) - echo object-expirer - ;; - CONTAINER) - echo container - echo container-auditor - echo container-replicator - echo container-sync - echo container-updater - ;; - OBJECT) - echo object - echo object-auditor - echo object-replicator - echo object-updater - ;; - PROXY) - echo proxy - ;; - account|account-reaper|account-replicator|\ - container|container-auditor|container-replicator|\ - container-sync|container-updater|\ - object|object-auditor|object-expirer|object-replicator|\ - object-updater|\ - proxy) - echo "${x}" - ;; - *) - warn "unknown service: ${x}" - exit 1 - ;; - esac - done | sort -u -} - -swift_init() -{ - local cmd=$1 - - swift-init `swift_expand_servers ${swift_servers}` ${cmd} -} - -run_rc_command "$1" diff --git a/databases/py-swift/pkg-descr b/databases/py-swift/pkg-descr deleted file mode 100644 index 7dbcffc3eb6f..000000000000 --- a/databases/py-swift/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Swift is a highly available, distributed, eventually consistent -object/blob store. - -WWW: https://launchpad.net/swift diff --git a/databases/py-swift/pkg-plist b/databases/py-swift/pkg-plist deleted file mode 100644 index 24f066cc42f8..000000000000 --- a/databases/py-swift/pkg-plist +++ /dev/null @@ -1,45 +0,0 @@ -@sample %%ETCDIR%%/account-server.conf.sample -@sample %%ETCDIR%%/container-reconciler.conf.sample -@sample %%ETCDIR%%/container-server.conf.sample -@sample %%ETCDIR%%/container-sync-realms.conf.sample -@sample %%ETCDIR%%/dispersion.conf.sample -@sample %%ETCDIR%%/drive-audit.conf.sample -@sample %%ETCDIR%%/memcache.conf.sample -@sample %%ETCDIR%%/mime.types.sample -@sample %%ETCDIR%%/object-expirer.conf.sample -@sample %%ETCDIR%%/object-server.conf.sample -@sample %%ETCDIR%%/proxy-server.conf.sample -@sample %%ETCDIR%%/rsyncd.conf.sample -@sample %%ETCDIR%%/swift-rsyslog.conf.sample -@sample %%ETCDIR%%/swift.conf.sample -man/man1/swift-account-auditor.1.gz -man/man1/swift-account-info.1.gz -man/man1/swift-account-reaper.1.gz -man/man1/swift-account-replicator.1.gz -man/man1/swift-account-server.1.gz -man/man1/swift-container-auditor.1.gz -man/man1/swift-container-info.1.gz -man/man1/swift-container-replicator.1.gz -man/man1/swift-container-server.1.gz -man/man1/swift-container-sync.1.gz -man/man1/swift-container-updater.1.gz -man/man1/swift-dispersion-populate.1.gz -man/man1/swift-dispersion-report.1.gz -man/man1/swift-get-nodes.1.gz -man/man1/swift-init.1.gz -man/man1/swift-object-auditor.1.gz -man/man1/swift-object-expirer.1.gz -man/man1/swift-object-info.1.gz -man/man1/swift-object-replicator.1.gz -man/man1/swift-object-server.1.gz -man/man1/swift-object-updater.1.gz -man/man1/swift-orphans.1.gz -man/man1/swift-proxy-server.1.gz -man/man1/swift-recon.1.gz -man/man1/swift-ring-builder.1.gz -man/man5/account-server.conf.5.gz -man/man5/container-server.conf.5.gz -man/man5/dispersion.conf.5.gz -man/man5/object-expirer.conf.5.gz -man/man5/object-server.conf.5.gz -man/man5/proxy-server.conf.5.gz |
