Commit graph

3624 commits

Author SHA1 Message Date
Baptiste Daroussin
d2e6dd0b1a Remove twitux: does not work with actual twitter
Approved by:	maintainer (oz@cyprio.net)
2021-02-06 19:50:30 +00:00
Sunpoet Po-Chuan Hsieh
d3932e0e48 Fix grpc issue in gitlab-ce
- While I'm here, use = instead of ?= because gitlab-ce does not have slave port
- Bump PORTREVISION for dependency change

gitlab-ce has some runtime issue with grpc versions, especially upb stuff.
Move all gitlab-ce dependencies to specific grpc/rubygem-grpc versions in order
to keep gitlab-ce port more robust.

The changes are as follows:
- Add devel/grpc134 (copied from devel/grpc)
- Add net/rubygem-grpc130 (copied from net/rubygem-grpc)
- Move gitlab-ce and its dependencies to grpc134 and rubygem-grpc130

Differential Revision:	https://reviews.freebsd.org/D28491
Submitted by:	sunpoet (myself)
Approved by:	mfechner
Tested by:	mfechner
2021-02-06 01:22:51 +00:00
Baptiste Daroussin
f667e41092 Remove expired gstreamer 0.x
gstreamer 1.x has been introduced long ago and gstreamer 0.x was kept
to let time for applications to catchup on gstreamer 1.x
2021-02-04 06:04:50 +00:00
Don Lewis
82b7b94bef Resurrect net/py-pynmsg and upgrade to version 0.5.0, which is compatible
with python 3.

Pet portlint.

MFH:		2021Q1
Sponsored by:	Farsight Security, Inc.
2021-01-31 18:32:43 +00:00
Vanilla I. Shu
b4fe893899 Add keycloak 12.0.2, identity and access management solution.
PR:		252831
Submitted by:	freebsd@rheinwolf.de
2021-01-21 02:21:33 +00:00
Bernhard Froehlich
01d2d76d57 net/chrony-lite: Slimmed down chrony without NTS support
chrony is a pair of programs which are used to maintain the accuracy of the
system clock on a computer; the two programs are called chronyd and chronyc.

chronyd is a daemon which runs in background on the system.  It obtains
measurements via the network of the system clock's offset relative to time
servers on other systems and adjusts the system time accordingly.  For
isolated systems, the user can periodically enter the correct time by hand
(using chronyc).  In either case, chronyd determines the rate at which the
computer gains or loses time, and compensates for this.  chronyd implements
the NTP protocol and can act as either a client or a server.

chronyc provides a user interface to chronyd for monitoring its performance
and configuring various settings.  It can do so while running on the same
computer as the chronyd instance it is controlling or a different computer.

WWW: http://chrony.tuxfamily.org/

PR:		252584
Submitted by:	myself
2021-01-19 20:33:26 +00:00
Rene Ladan
c53f5f37f6 Remove now unused PY_IPADDRESS and PY_TYPING and their ports. 2021-01-12 20:14:45 +00:00
Sunpoet Po-Chuan Hsieh
dc351e2b93 Add rubygem-activestorage61 6.1.0 (copied from rubygem-activestorage60) 2021-01-10 08:50:46 +00:00
Dave Cottlehuber
756eca1d3a net/seaweedfs: new port - distributed object store
SeaweedFS is a distributed object store and file system to store and
serve billions of files fast! Its object store has O(1) disk seek,
and transparent cloud integration. The Filer supports cross-cluster
active-active replication, POSIX, S3 API, encryption, Erasure Coding for
warm storage, FUSE mount, Hadoop, and WebDAV.

WWW: https://github.com/chrislusf/seaweedfs/wiki

Sponsored by:	SkunkWerks, GmbH
Differential Revision:	 https://reviews.freebsd.org/D27391
2021-01-06 11:10:57 +00:00
Sunpoet Po-Chuan Hsieh
33b11d9df9 Add rubygem-open-uri 0.1.0
OpenURI is an easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP.

WWW: https://github.com/ruby/open-uri
2021-01-03 20:02:56 +00:00
Sunpoet Po-Chuan Hsieh
b86306e56b Add rubygem-nkf 0.1.0
NKF is a Ruby Extension version of nkf (Network Kanji Filter). It converts the
first argument and returns converted result. Conversion details are specified by
flags as the first argument.

WWW: https://github.com/ruby/nkf
2021-01-03 20:02:51 +00:00
Sunpoet Po-Chuan Hsieh
e4a883ea05 Add rubygem-net-protocol 0.1.0
Net::Protocol provides the abstruct interface for net-* client.

WWW: https://github.com/ruby/net-protocol
2021-01-03 20:02:46 +00:00
Antoine Brodin
26b4c8f71f Revert r559792 to unbreak INDEX and bulk -a
It seems a lot of reverse dependencies were missed

With hat:	portmgr
2021-01-01 10:11:34 +00:00
Rene Ladan
e095f78463 Remove most expired ports that depend on Python 2.7:
Exceptions are:
- mail/mailman, our listservers still use it
- www/chromium, solely because of popular demand,
  upstream is (slowly) working on porting it to Python 3
- ports that have actual patches for Python 3 against
  them (Cinnamon and a few unrelated other ports)
- llvm70 and qt5-webengine because they seem to have a lot
  of dependencies which need further analysis
- sysutils/uefi-edk2-bhyve because bhyve seems to use them
- python2 and python27 themselves

I'm sure there will be complaints, but the nice thing about
a version control system is that we can revert and adjust things.

2020-12-31 audio/ardour: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
2020-12-31 audio/mixxx21: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
2020-12-31 audio/xmms2: Uses Python 2.7 which is EOLed upstream
2020-12-31 chinese/sunpinyin: Uses Python 2.7 which is EOLed upstream
2020-12-31 databases/arangodb32: Uses Python 2.7 which is EOLed upstream
2020-12-31 databases/arangodb33: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/bzr: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/chromium-gn: Uses deprecated version of python, use devel/gn instead
2020-12-31 devel/electron4: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/electron5: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/electron6: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/electron7: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/gnatpython: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/godot2: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
2020-12-31 devel/godot2-tools: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
2020-12-31 devel/libhid: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/libosmocore: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/llvm60: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/mongo-cxx-driver: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
2020-06-30 devel/p5-Log-Any-Adapter-Callback: Use devel/p5-Log-Any (Log::Any::Adapter::Capture) instead
2020-12-31 devel/py-backports.functools_lru_cache: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/py-backports.os: Python 2 is EOL upstream
2020-12-31 devel/py-backports.shutil_get_terminal_size: Python 2 is EOL upstream
2020-12-31 devel/py-backports_abc: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/py-cheetah: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/py-dis3: Python 2 only, backport of Python 3
2020-12-31 devel/py-enum34: Will be removed along with python27
2020-12-31 devel/py-functools32: Python 2 only, backport of Python 3
2020-12-31 devel/py-futures: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/py-more-itertools5: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/py-pathlib: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/py-selectors2: Python 2 is EOL upstream
2020-12-31 devel/py-should_dsl: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/py-singledispatch: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/py-subprocess32: Python 2 only, following EOL of lang/python27
2020-12-31 devel/py-total-ordering: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/py-typing: Python 2 only, backport of Python 3
2020-12-31 devel/py-weakrefmethod: Python 2 only, backport of Python 3
2020-12-31 devel/rbtools: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/subversion-lts: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/viewvc: Uses Python 2.7 which is EOLed upstream
2020-12-31 dns/py-dns: Uses Python 2.7 which is EOLed upstream
2020-12-31 editors/atom: Uses Python 2.7 which is EOLed upstream
2020-12-31 emulators/fceux: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
2020-12-31 emulators/gem5: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
2020-12-31 emulators/nonpareil: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
2020-12-31 games/0ad: Uses deprecated version of python
2020-12-31 games/dangerdeep: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
2020-12-31 games/freera: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
2020-12-31 games/glob2: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
2020-12-31 games/marsnomercy: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
2020-12-31 games/netpanzer: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
2020-12-31 games/pingus: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
2020-12-31 games/renpy: Uses deprecated version of python
2020-12-31 graphics/goxel: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
2020-12-31 graphics/py-pillow6: Uses Python 2.7 which is EOLed upstream
2020-12-31 graphics/sk1libs: Uses Python 2.7 which is EOLed upstream
2020-12-31 graphics/uniconvertor: Uses deprecated version of python
2020-12-31 lang/julia10: Uses Python 2.7 which is EOLed upstream
2020-12-31 lang/pypy: Uses Python 2.7 which is EOLed upstream
2020-12-31 lang/pypy3: Uses Python 2.7 which is EOLed upstream
2020-12-31 lang/spidermonkey185: Uses Python 2.7 which is EOLed upstream
2020-12-31 lang/spidermonkey24: Uses Python 2.7 which is EOLed upstream
2020-12-31 lang/spidermonkey52: Uses Python 2.7 which is EOLed upstream
2020-12-31 lang/spidermonkey60: Requires python2 to build
2020-12-31 lang/tolua++: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
2020-12-31 mail/getmail: Uses deprecated version of python
2020-12-31 math/gringo: Uses Python 2.7 which is EOLed upstream
2020-12-31 multimedia/ffmpeg2theora: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
2020-12-31 multimedia/mimms: Uses Python 2.7 which is EOLed upstream
2020-12-31 net/py-ipaddress: Uses Python 2.7 which is EOLed upstream
2020-12-31 net-p2p/linuxdcpp: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
2020-12-31 security/broccoli: Depends lang/python27 which is EOLed upstream
2020-12-31 security/orthrus: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
2020-12-31 security/py-backports.ssl_match_hostname: Uses Python 2.7 which is EOLed upstream
2020-12-31 security/sandsifter: Uses deprecated version of python, see https://github.com/rigred/sandsifter/issues/10
2020-12-31 sysutils/cinnamon-control-center: Uses Python 2.7 which is EOLed upstream
2020-12-31 sysutils/ori: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
2020-12-31 sysutils/osquery: Uses Python 2.7 which is EOLed upstream
2020-12-31 sysutils/py-shutilwhich: Python 2 only, backport of Python 3
2020-12-31 sysutils/uefi-edk2-bhyve-csm: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/cliqz: Uses deprecated version of python
2020-12-31 www/iridium: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/moinmoin: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/node10: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/node12: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-OhlohWidgetsMacro: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-TracGoogleAnalytics: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-accountmanager: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-advancedticketworkflow: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-autocomplete: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-ccselector: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-customfieldadmin: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-datefield: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-defaultcc: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-devel: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-discussion: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-downloads: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-email2trac: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-email2trac-postfix: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-estimator: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-fivestarvote: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-fullblog: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-fullblognotification: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-graphviz: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-iniadmin: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-keywords: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-keywordsecretticket: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-ldap: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-ldapauthstore: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-math: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-mercurial: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-navadd: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-permredirect: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-privatetickets: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-pydotorgtheme: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-scrumburndown: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-spam-filter: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-subtickets: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-tags: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-themeengine: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-ticketimport: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-tickettemplate: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-timingandestimation: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-tocmacro: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-tweakui: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-vote: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-wikigoodies: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-wikinotification: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-wikitemplates: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-wikitopdf: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-wysiwyg: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-xmlrpc: Uses Python 2.7 which is EOLed upstream
2021-01-01 00:57:23 +00:00
Kurt Jaeger
8b252f858c New port: net/cloudquery: Transform cloud infrastructure into queryable SQL tables
cloudquery transforms your cloud infrastructure into queryable SQL tables for
easy monitoring, governance and security.

WWW: https://cloudquery.io/

PR:		252224
Submitted by:	Neel Chauhan <neel@neelc.org>
2020-12-31 20:06:30 +00:00
Rene Ladan
c924599008 Remove net/mediatomb, there have been no new releases for over 10 years.
Use net/gerbera as an alternative.

PR:		248476
Submitted by:	Daniel Engberg
Approved by:	maintainer timeout (leo@mediatomb.cc, 4 months)
2020-12-31 15:40:49 +00:00
Rene Ladan
ff360ff948 Remove expired ports not depending on Python 2.7:
2020-12-31 devel/arm-none-eabi-gdb: This is an old, obsolete version of gdb
2020-12-31 devel/pecl-weakref2: PHP 7.2 extension
2020-12-31 graphics/py-imageio24: Use graphics/py-imageio instead
2020-12-31 mail/bogofilter-tc: TokyoCabinet is being phased out in favor of KyotoCabinet.
2020-12-31 net/pecl-yaz: PHP 7.2 extension
2020-12-31 print/cloudprint: Google Cloud Print is being shut down by Google by end of 2020
2020-12-31 science/py-eccodes-python: Use science/py-eccodes instead
2020-12-31 sysutils/cfengine-masterfiles312: EOL
2020-12-31 sysutils/cfengine-masterfiles313: EOL
2020-12-31 sysutils/cfengine312: EOL
2020-12-31 sysutils/cfengine313: EOL
2020-12-31 sysutils/rubygem-chef-zero5: Please use sysutils/rubygem-chef-zero instead
2020-12-31 sysutils/syslog-ng325: Reduction of syslog-ng ports to one
2020-12-31 sysutils/syslog-ng326: Reduction of syslog-ng ports to one
2020-12-31 sysutils/syslog-ng328: Reduction of syslog-ng ports to one
2020-12-31 sysutils/syslog-ng329: Reduction of syslog-ng ports to one
2020-12-31 www/flashplayer: Depends on a deprecated port
2020-12-31 www/linux-flashplayer: Deprecated by upstream
2020-12-31 www/mediawiki133: Upstream end of life
2020-12-31 www/mediawiki134: Upstream end of life
2020-12-31 www/py-aiohttp2: Use www/py-aiohttp instead

sysutils/drm-legacy-kmod is left in for now.
2020-12-31 15:07:01 +00:00
Rene Ladan
7a1e6c657f Remove PHP 7.2 which expired today, use PHP 7.4 instead.
2020-12-31 ./net/php72-soap: Security Support ends on 30 Nov 2020
2020-12-31 ./net/php72-sockets: Security Support ends on 30 Nov 2020
2020-12-31 ./net/php72-xmlrpc: Security Support ends on 30 Nov 2020
2020-12-31 ./net/php72-ldap: Security Support ends on 30 Nov 2020
2020-12-31 ./textproc/php72-xmlwriter: Security Support ends on 30 Nov 2020
2020-12-31 ./textproc/php72-pspell: Security Support ends on 30 Nov 2020
2020-12-31 ./textproc/php72-enchant: Security Support ends on 30 Nov 2020
2020-12-31 ./textproc/php72-wddx: Security Support ends on 30 Nov 2020
2020-12-31 ./textproc/php72-xsl: Security Support ends on 30 Nov 2020
2020-12-31 ./textproc/php72-dom: Security Support ends on 30 Nov 2020
2020-12-31 ./textproc/php72-ctype: Security Support ends on 30 Nov 2020
2020-12-31 ./textproc/php72-xml: Security Support ends on 30 Nov 2020
2020-12-31 ./textproc/php72-simplexml: Security Support ends on 30 Nov 2020
2020-12-31 ./textproc/php72-xmlreader: Security Support ends on 30 Nov 2020
2020-12-31 ./graphics/php72-gd: Security Support ends on 30 Nov 2020
2020-12-31 ./graphics/php72-exif: Security Support ends on 30 Nov 2020
2020-12-31 ./mail/php72-imap: Security Support ends on 30 Nov 2020
2020-12-31 ./www/php72-opcache: Security Support ends on 30 Nov 2020
2020-12-31 ./www/mod_php72: Security Support ends on 30 Nov 2020
2020-12-31 ./www/php72-session: Security Support ends on 30 Nov 2020
2020-12-31 ./www/php72-tidy: Security Support ends on 30 Nov 2020
2020-12-31 ./security/php72-filter: Security Support ends on 30 Nov 2020
2020-12-31 ./security/php72-sodium: Security Support ends on 30 Nov 2020
2020-12-31 ./security/php72-hash: Security Support ends on 30 Nov 2020
2020-12-31 ./security/php72-openssl: Security Support ends on 30 Nov 2020
2020-12-31 ./devel/php72-shmop: Security Support ends on 30 Nov 2020
2020-12-31 ./devel/php72-tokenizer: Security Support ends on 30 Nov 2020
2020-12-31 ./devel/php72-sysvshm: Security Support ends on 30 Nov 2020
2020-12-31 ./devel/php72-gettext: Security Support ends on 30 Nov 2020
2020-12-31 ./devel/php72-readline: Security Support ends on 30 Nov 2020
2020-12-31 ./devel/php72-pcntl: Security Support ends on 30 Nov 2020
2020-12-31 ./devel/php72-json: Security Support ends on 30 Nov 2020
2020-12-31 ./devel/php72-sysvmsg: Security Support ends on 30 Nov 2020
2020-12-31 ./devel/php72-sysvsem: Security Support ends on 30 Nov 2020
2020-12-31 ./devel/php72-intl: Security Support ends on 30 Nov 2020
2020-12-31 ./databases/php72-pdo_sqlite: Security Support ends on 30 Nov 2020
2020-12-31 ./databases/php72-pdo_mysql: Security Support ends on 30 Nov 2020
2020-12-31 ./databases/php72-pgsql: Security Support ends on 30 Nov 2020
2020-12-31 ./databases/php72-pdo_pgsql: Security Support ends on 30 Nov 2020
2020-12-31 ./databases/php72-odbc: Security Support ends on 30 Nov 2020
2020-12-31 ./databases/php72-pdo_odbc: Security Support ends on 30 Nov 2020
2020-12-31 ./databases/php72-mysqli: Security Support ends on 30 Nov 2020
2020-12-31 ./databases/php72-interbase: Security Support ends on 30 Nov 2020
2020-12-31 ./databases/php72-pdo_firebird: Security Support ends on 30 Nov 2020
2020-12-31 ./databases/php72-pdo: Security Support ends on 30 Nov 2020
2020-12-31 ./databases/php72-dba: Security Support ends on 30 Nov 2020
2020-12-31 ./databases/php72-pdo_dblib: Security Support ends on 30 Nov 2020
2020-12-31 ./databases/php72-sqlite3: Security Support ends on 30 Nov 2020
2020-12-31 ./ftp/php72-curl: Security Support ends on 30 Nov 2020
2020-12-31 ./ftp/php72-ftp: Security Support ends on 30 Nov 2020
2020-12-31 ./misc/php72-calendar: Security Support ends on 30 Nov 2020
2020-12-31 ./math/php72-bcmath: Security Support ends on 30 Nov 2020
2020-12-31 ./math/php72-gmp: Security Support ends on 30 Nov 2020
2020-12-31 ./archivers/php72-zip: Security Support ends on 30 Nov 2020
2020-12-31 ./archivers/php72-phar: Security Support ends on 30 Nov 2020
2020-12-31 ./archivers/php72-zlib: Security Support ends on 30 Nov 2020
2020-12-31 ./archivers/php72-bz2: Security Support ends on 30 Nov 2020
2020-12-31 ./net-mgmt/php72-snmp: Security Support ends on 30 Nov 2020
./lang/php72-extensions
2020-12-31 ./lang/php72: Security Support ends on 30 Nov 2020
2020-12-31 ./converters/php72-mbstring: Security Support ends on 30 Nov 2020
2020-12-31 ./converters/php72-recode: Security Support ends on 30 Nov 2020
2020-12-31 ./converters/php72-iconv: Security Support ends on 30 Nov 2020
2020-12-31 ./sysutils/php72-posix: Security Support ends on 30 Nov 2020
2020-12-31 ./sysutils/php72-fileinfo: Security Support ends on 30 Nov 2020
2020-12-31 12:44:39 +00:00
Antoine Brodin
e046b12215 Expire net/ceph12
PR:		249742
2020-12-30 20:19:34 +00:00
Rene Ladan
fd02149aa5 This is the commit message, please edit it.
2020-12-12 net/py-libfte: Uses deprecated version of python
2020-12-29 12:56:24 +00:00
Renato Botelho
c1e26e39b0 Add gitup 0.87, minimalist, dependency-free program to clone/pull git
repositories.

PR:		252220
Submitted by:	ed.arrakis@gmail.com
Sponsored by:	Rubicon Communications, LLC (Netgate)
2020-12-29 12:53:20 +00:00
Matthias Fechner
4560ffb623 Add the gitlab-agent.
It will integrate gitlab with kubernetes.

Help was provided here:
https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent/-/issues/81

The port is not fully finished, startup script will be provided with a future version.
2020-12-21 23:37:09 +00:00
Rene Ladan
f9d1577ec6 Remove expired ports:
2020-12-15 games/gemrb: Uses deprecated version of python
2020-12-18 net/iplog: Unmaintained and dead upstream. Does not build with modern compilers.
2020-12-18 13:39:54 +00:00
Koichiro Iwao
9932c6b2bb net/xrdp-devel: resurrect and update to 0.9.14 2020-12-17 02:04:47 +00:00
Rene Ladan
e5aa301f0f 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
2020-12-12 13:10:02 +00:00
Romain Tartière
7425f7b06a Add net/rubygem-nats-pure
A thread safe Ruby client for the NATS messaging system written in pure Ruby.

WWW: http://rubygems.org/gems/nats-pure
2020-12-05 23:56:07 +00:00
Sunpoet Po-Chuan Hsieh
9c8299b688 Move net/py-ndg_httpsclient to net/py-ndg-httpsclient 2020-12-05 13:51:38 +00:00
Dmitry Sivachenko
db418edfc9 Add a port for haproxy version 2.3 2020-11-30 20:26:50 +00:00
Jose Alonso Cardenas Marquez
c49d8daed0 - Connect new fpc ports 2020-11-25 03:05:37 +00:00
Ben Woods
9c2567d7a7 net/remmina: Create default and lite flavors
net/remmina-plugin*: Remove individual plugin ports in favor of flavors
2020-11-24 02:07:39 +00:00
Mikael Urankar
c595a583e3 net/gerbera: New port, UPnP/DLNA media server
Gerbera is a DLNA compatible media server and a continuation of MediaTomb
It allows you to browse and playback your media via your network, supports
metadata extraction, media thumbnail support and generation, media transcoding
and offers a Web UI.

WWW: https://gerbera.io/

PR:		248475
Submitted by:	daniel.engberg.lists@pyret.net
Reviewed by:	meena
2020-11-16 16:53:37 +00:00
Vinícius Zavam
83e10ccbb5 [NEW] net/py-saltyrtc.server: SaltyRTC compliant signalling server
This is a SaltyRTC server implementation for Python 3.5+ using asyncio

  WWW: https://github.com/saltyrtc/saltyrtc-server-python
2020-11-14 19:48:48 +00:00
Rene Ladan
79c7f5e70e Remove expired ports:
2020-08-15 databases/py-python-rrdtool: Uses deprecated version of python
2020-09-15 net/spideroak: Uses deprecated version of python
2020-09-15 emulators/playonbsd: Uses deprecated version of python
2020-09-15 net/xorp: Uses deprecated version of python
2020-11-10 20:04:49 +00:00
Sunpoet Po-Chuan Hsieh
3d2c1e8a60 Add py-smbprotocol 1.2.0
SMB is a network file sharing protocol and has numerous iterations over the
years. This library implements the SMBv2 and SMBv3 protocol based on the MS-SMB2
document.

Features:
- Negotiation of the SMB 2.0.2 protocol to SMB 3.1.1 (Windows 10/Server 2016)
- Authentication with both NTLM and Kerberos
- Message signing
- Message encryption (SMB 3.x.x+)
- Connect to a Tree/Share
- Opening of files, pipes and directories
- Set create contexts when opening files
- Read and writing of files and pipes
- Sending IOCTL commands
- Sending of multiple messages in one packet (compounding)
- Experimental support for both standalone and DFS server shares

WWW: https://github.com/jborean93/smbprotocol
2020-11-08 17:10:45 +00:00
Rene Ladan
0d4a1da7ba Remove expired port:
2020-11-08 net/samba410: yes
2020-11-08 10:44:12 +00:00
Li-Wen Hsu
7e34278716 Add net/gsocket
Allows two users behind NAT/Firewall to establish a TCP connection.

PR:		250917
Submitted by:	Andrew Reiter <arr@watson.org>
2020-11-07 08:06:18 +00:00
Sunpoet Po-Chuan Hsieh
bfd638fbb3 Add py-gdown 3.12.2
gdown downloads a large file from Google Drive. If you use curl/wget, it fails
with a large file because of the security warning from Google Drive.

WWW: https://github.com/wkentaro/gdown
2020-11-06 11:11:56 +00:00
Danilo G. Baio
06788e95f4 Add net/py-whois
Python package for retrieving WHOIS information of domains

Features
 - Python wrapper for Linux "whois" command
 - simple interface to access parsed WHOIS data for a given domain
 - able to extract data for all the popular TLDs (com, org, net, biz, info, pl,
   jp, uk, nz, ...)
 - query a WHOIS server directly instead of going through an intermediate web
   service like many others do
 - works with Python 2.4+ and Python 3.x
 - all dates as datetime objects
 - possibility to cache results

WWW: https://pypi.org/project/whois/

PR:		250810
Submitted by:	Gabriel Dutra <0xdutra@gmail.com>
2020-11-03 00:40:58 +00:00
Rene Ladan
bcff57de81 Remove expired ports:
2020-10-25 devel/py-repoze.what: does not build with python3
2020-09-15 net/reposado: Uses deprecated version of python
2020-12-31 devel/py-setuptools_darcs: Uses Python 2.7 which is EOLed upstream
2020-10-25 devel/py-darcsver: does not build with python3
2020-10-25 devel/py-gdata: Unmaintained upstream, superseded by www/py-google-api-python-client

See https://people.freebsd.org/~rene/stuff/old-ports.txt for the "unremovable" ports.
2020-10-27 22:44:00 +00:00
Guido Falsi
e0793a4c19 - Repocopy asterisk16 to asterisk18 and update to new version 18.0.0
- Add conflicts and flavors for version 18 to asterisk modules I maintain.
2020-10-23 08:13:57 +00:00
Sunpoet Po-Chuan Hsieh
180354c75f Add py-errbot 6.1.5
Errbot is a chatbot. It allows you to start scripts interactively from your
chatrooms for any reason: random humour, chatops, starting a build, monitoring
commits, triggering alerts...

WWW: https://github.com/errbotio/errbot
2020-10-22 17:54:32 +00:00
Torsten Zuehlsdorff
4ef2288f0d PHP 8.0: Connect all the ports added in r552906
Sponsored by:	PHP Update Service
2020-10-22 00:24:27 +00:00
Li-Wen Hsu
57519958a0 Add net/megacmd
Command Line Interactive and Scriptable Application to access MEGA

PR:		231485
Submitted by:	kikadf <kikadf.01@gmail.com>
		Daniel Menelkir <menelkir@itroll.org>
2020-10-19 03:29:21 +00:00
Sunpoet Po-Chuan Hsieh
643b501d38 Add rubygem-google-cloud-spanner-v1 0.2.2
API Client library for the Cloud Spanner V1 API

Cloud Spanner is a managed, mission-critical, globally consistent and scalable
relational database service.

WWW: https://github.com/googleapis/google-cloud-ruby
WWW: https://github.com/googleapis/google-cloud-ruby/tree/master/google-cloud-spanner-v1
2020-10-09 14:19:52 +00:00
Sunpoet Po-Chuan Hsieh
f9f2dc82ba Add rubygem-google-cloud-spanner-admin-instance-v1 0.1.3
API Client library for the Cloud Spanner Instance Admin V1 API

Cloud Spanner is a managed, mission-critical, globally consistent and scalable
relational database service.

WWW: https://github.com/googleapis/google-cloud-ruby
WWW: https://github.com/googleapis/google-cloud-ruby/tree/master/google-cloud-spanner-admin-instance-v1
2020-10-09 14:19:46 +00:00
Sunpoet Po-Chuan Hsieh
e646a07d57 Add rubygem-google-cloud-spanner-admin-database-v1 0.1.3
API Client library for the Cloud Spanner Database Admin V1 API

Cloud Spanner is a managed, mission-critical, globally consistent and scalable
relational database service.

WWW: https://github.com/googleapis/google-cloud-ruby
WWW: https://github.com/googleapis/google-cloud-ruby/tree/master/google-cloud-spanner-admin-database-v1
2020-10-09 14:19:41 +00:00
Sunpoet Po-Chuan Hsieh
89d7f44d98 Add rubygem-google-cloud-pubsub-v1 0.1.2
API Client library for the Cloud Pub/Sub V1 API

Cloud Pub/Sub is a fully-managed real-time messaging service that allows you to
send and receive messages between independent applications.

WWW: https://github.com/googleapis/google-cloud-ruby
WWW: https://github.com/googleapis/google-cloud-ruby/tree/master/google-cloud-pubsub-v1
2020-10-09 14:19:35 +00:00
Sunpoet Po-Chuan Hsieh
e1d1263c90 Add rubygem-google-cloud-logging-v2 0.1.3
API Client library for the Cloud Logging V2 API

The Cloud Logging API lets you programmatically read and write log entries, set
up exclusions, create logs-based metrics, and manage export sinks.

WWW: https://github.com/googleapis/google-cloud-ruby
WWW: https://github.com/googleapis/google-cloud-ruby/tree/master/google-cloud-logging-v2
2020-10-09 14:19:30 +00:00
Sunpoet Po-Chuan Hsieh
d558c53a23 Add rubygem-google-cloud-bigtable-v2 0.1.2
API Client library for the Cloud Bigtable V2 API

Cloud Bigtable is a fully managed, scalable NoSQL database service for large
analytical and operational workloads.

WWW: https://github.com/googleapis/google-cloud-ruby
WWW: https://github.com/googleapis/google-cloud-ruby/tree/master/google-cloud-bigtable-v2
2020-10-09 14:19:25 +00:00
Sunpoet Po-Chuan Hsieh
65e78f58f1 Add rubygem-google-cloud-bigtable-admin-v2 0.1.2
API Client library for the Cloud Bigtable Admin V2 API

Cloud Bigtable is a fully managed, scalable NoSQL database service for large
analytical and operational workloads.

WWW: https://github.com/googleapis/google-cloud-ruby
WWW: https://github.com/googleapis/google-cloud-ruby/tree/master/google-cloud-bigtable-admin-v2
2020-10-09 14:19:19 +00:00