summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-03-31 11:26:12 +0000
committerRene Ladan <rene@FreeBSD.org>2020-03-31 11:26:12 +0000
commitde7e9cd98e0cfbb19a562a544a22f3e542b88b1c (patch)
treebb3771e2e3b91962ed62d2b99c7481308a5108cd /sysutils
parentdatabases/py-Mango: use MongoDB 3.6 instead of EOL 3.4 (diff)
Remove expired ports:
2020-03-29 security/w3af: Uses deprecated version of Python 2020-03-30 sysutils/duplicity-devel: Obsolete now, use sysutils/duplicity instead 2020-03-31 net-mgmt/tornova: Use EOL'd Python 2.7 2020-03-31 audio/py-ogg: Unmaintained, uses EOLed python27 2020-03-31 net-mgmt/onionlauncher: Use EOL'd Python 2.7 2020-03-31 databases/mongodb34: EOL January 2020; See https://www.mongodb.com/support-policy 2020-03-31 graphics/sane-frontends: Unmaintained upstream, no consumers left 2020-03-31 lang/ruby24: Move to a new version (lang/ruby26 or above). Ruby 2.4 is in security maintenance phase and planned for EOL on March 31, 2020 2020-03-31 databases/pgpool: Reached EOL at 2019-10-31, please use pgpool-II-35 or higher 2020-03-31 net/pygopherd: Unmaintained, uses EOLed python27 databases/mongodb34-tools: Part of expired MongoDB 3.4
Notes
Notes: svn path=/head/; revision=529961
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/duplicity-devel/Makefile101
-rw-r--r--sysutils/duplicity-devel/distinfo3
-rw-r--r--sysutils/duplicity-devel/pkg-descr8
-rw-r--r--sysutils/duplicity-devel/pkg-message29
5 files changed, 0 insertions, 142 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index b420080bad20..00a466e77497 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -281,7 +281,6 @@
SUBDIR += dunst
SUBDIR += dupd
SUBDIR += duplicity
- SUBDIR += duplicity-devel
SUBDIR += duplicity07
SUBDIR += duply
SUBDIR += dupmerge
diff --git a/sysutils/duplicity-devel/Makefile b/sysutils/duplicity-devel/Makefile
deleted file mode 100644
index 2709b4f3f699..000000000000
--- a/sysutils/duplicity-devel/Makefile
+++ /dev/null
@@ -1,101 +0,0 @@
-# Created by: Gerhard Häring <gh@ghaering.de>
-# $FreeBSD$
-
-PORTNAME= duplicity
-PORTVERSION= 0.8.11
-DISTVERSIONSUFFIX= .1596
-CATEGORIES= sysutils
-MASTER_SITES= https://code.launchpad.net/duplicity/0.8-series/${PORTVERSION}/+download/
-PKGNAMESUFFIX= -devel
-
-MAINTAINER= dbaio@FreeBSD.org
-COMMENT= Backup tool that uses librsync and GnuPG
-
-LICENSE= GPLv2+
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-DEPRECATED= Obsolete now, use sysutils/duplicity instead
-EXPIRATION_DATE=2020-03-30
-
-LIB_DEPENDS= librsync.so:net/librsync2
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fasteners>=0:devel/py-fasteners@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}paramiko>=0:security/py-paramiko@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pexpect>0:misc/py-pexpect@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}urllib3>=0:net/py-urllib3@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR}
-
-USES= localbase python shebangfix
-USE_PYTHON= autoplist distutils noflavors
-USE_LDCONFIG= yes
-
-CONFLICTS_INSTALL= duplicity duplicity07
-
-SHEBANG_FILES= bin/duplicity bin/rdiffdir
-
-PORTDOCS= CHANGELOG COPYING README README-REPO README-LOG
-
-POST_PLIST= trim-duplicity-testing
-
-OPTIONS_DEFINE= B2 DOCS FTP FTPS GDOCS NLS S3
-OPTIONS_GROUP= GPG
-OPTIONS_SINGLE= GPG
-OPTIONS_SINGLE_GPG= GNUPG GNUPG2
-OPTIONS_DEFAULT= B2 FTP FTPS GNUPG2 S3
-
-B2_DESC= Backblaze B2 backend
-FTP_DESC= FTP backend
-FTPS_DESC= FTPS backend
-GDOCS_DESC= Google Docs backend
-GPG_DESC= GnuPG support
-GNUPG_DESC= Use GnuPG 1
-GNUPG2_DESC= Use GnuPG 2
-S3_DESC= Amazon S3 backend
-
-B2_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}b2sdk>=0.1.8:devel/py-b2sdk@${PY_FLAVOR}
-FTP_RUN_DEPENDS= ncftp>=3.2.2:ftp/ncftp3
-FTPS_RUN_DEPENDS= lftp>=3.7.15:ftp/lftp
-GDOCS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pydrive>0:devel/py-pydrive@${PY_FLAVOR}
-GNUPG_RUN_DEPENDS= gnupg1>=1.4.7:security/gnupg1
-GNUPG2_RUN_DEPENDS= gpg2:security/gnupg
-NLS_USES= gettext
-S3_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto>=1.6b:devel/py-boto@${PY_FLAVOR}
-
-post-patch:
-.for f in cfbackend _cf_cloudfiles _cf_pyrax giobackend
- @${RM} ${WRKSRC}/${PORTNAME}/backends/${f}.py
-.endfor
-
-post-patch-NLS-off:
- @${REINPLACE_CMD} -e '55,63d' \
- ${WRKSRC}/setup.py
-
-post-patch-FTP-off:
- @${RM} ${WRKSRC}/${PORTNAME}/backends/ftpbackend.py
-
-post-patch-FTPS-off:
- @${RM} ${WRKSRC}/${PORTNAME}/backends/ftpsbackend.py
-
-post-patch-S3-off:
-.for f in botobackend _boto_multi _boto_single
- @${RM} ${WRKSRC}/${PORTNAME}/backends/${f}.py
-.endfor
-
-post-patch-GDOCS-off:
- @${RM} ${WRKSRC}/${PORTNAME}/backends/gdocsbackend.py
-
-post-patch-B2-off:
- @${RM} ${WRKSRC}/${PORTNAME}/backends/b2backend.py
-
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/duplicity/_librsync.so
-
-post-install-DOCS-on:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|g} ${STAGEDIR}${DOCSDIR}
-
-trim-duplicity-testing:
- @${REINPLACE_CMD} '/\/testing\//d' ${TMPPLIST}
-
-.include <bsd.port.mk>
diff --git a/sysutils/duplicity-devel/distinfo b/sysutils/duplicity-devel/distinfo
deleted file mode 100644
index f85e8f2ca229..000000000000
--- a/sysutils/duplicity-devel/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1582992837
-SHA256 (duplicity-0.8.11.1596.tar.gz) = 09826a6e5706db1fc9a2c5624fc7f13c0ec1289111676eb9b323b0c69757aae1
-SIZE (duplicity-0.8.11.1596.tar.gz) = 1872223
diff --git a/sysutils/duplicity-devel/pkg-descr b/sysutils/duplicity-devel/pkg-descr
deleted file mode 100644
index 282f8bf6530f..000000000000
--- a/sysutils/duplicity-devel/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-Duplicity backs directories by producing encrypted tar-format volumes and
-uploading them to a remote or local file server. Because duplicity uses
-librsync, the incremental archives are space efficient and only record the
-parts of files that have changed since the last backup. Because duplicity
-uses GnuPG to encrypt and/or sign these archives, they will be safe from
-spying and/or modification by the server.
-
-WWW: http://duplicity.nongnu.org
diff --git a/sysutils/duplicity-devel/pkg-message b/sysutils/duplicity-devel/pkg-message
deleted file mode 100644
index 18762697c34c..000000000000
--- a/sysutils/duplicity-devel/pkg-message
+++ /dev/null
@@ -1,29 +0,0 @@
-[
-{ type: install
- message: <<EOM
- The following backends are supported by duplicity itself, but will
- require manual installation of their respective dependencies because
- they are not yet available in the ports tree:
-
- - The Dropbox backend
- - The HSI backend
- - The mega backend for mega.co.nz
- - The swift backend for OpenStack Object Storage
- - The tahoe backend for Tahoe-LAFS
-
- Please refer to upstream duplicity documentation for information on
- the use of these backends.
-
-
- For gnupg 2 insert "pinentry-mode loopback" into ~/.gnupg/gpg.conf
- and "allow-loopback-pinentry" into ~/.gnupg/gpg-agent.conf
-
-
-
- Some fixes related to gnupg handling were made in v0.7.12.
-
- Please visit the following URL for more information:
- http://duplicity.nongnu.org/CHANGELOG
-EOM
-}
-]