summaryrefslogtreecommitdiff
path: root/sysutils/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cleanup: Remove expired ports:Rene Ladan2022-09-301-1/+0
| | | | | 2022-09-30 security/pwman3: Depends on expired security/py-pycrypto 2022-09-30 sysutils/py-ansible-base: Depends on expired security/py-pycrypto
* sysutils/bsdebfetch: + Simple system info tool in bashFilipe da Silva Santos2022-09-291-0/+1
| | | | | | | | | | | | | | Summary: BSDebfetch is a simple yet beautiful system information tool for FreeBSD based on Debfetch, written in GNU Bash. WWW: https://git.sr.ht/~shiorid/bsdebfetch Test Plan: Both ` poudriere testport` and `portlint -A` doesn't complain. Reviewed by: arrowd Differential Revision: https://reviews.freebsd.org/D34337
* sysutils/mprocs: New port: Run multiple commands in parallelJesús Daniel Colmenares Oviedo2022-09-231-0/+1
| | | | | | | | | | | - Submitter becomes maintainer mprocs runs multiple commands in parallel and shows output of each command separately. WWW: https://github.com/pvolok/mprocs PR: 266263
* sysutils/waynergy: new portBaptiste Daroussin2022-09-131-0/+1
| | | | | | | | An implementation of a synergy client for wayland compositors. Based on the upstream uSynergy library (heavily modified for more protocol support and a bit of paranoia). WWW: https://github.com/r-c-f/waynergy
* sysutils/logstash: New port: Server-side data ingestion and transformation ↵Jose Alonso Cardenas Marquez2022-09-101-0/+1
| | | | | | | | tool (8.x version) Logstash is an open source, server-side data processing pipeline that ingests data from a multitude of sources simultaneously, transforms it, and then sends it to your favorite "stash."
* */Makefile: Sort SUBDIRsPo-Chuan Hsieh2022-09-111-1/+1
|
* sysutils/bottom: Add portAdam Weinberger2022-09-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Bottom (btm) is a terminal process/system visualization and management tool. Features include: Graphical visualization widgets for: CPU usage over time, at an average and per-core level RAM and swap usage over time Network I/O usage over time with support for zooming in/out the current time interval displayed. Widgets for displaying info about: Disk capacity/usage Temperature sensors Battery usage A process widget for displaying, sorting, and searching info about processes, as well as support for: Kill signals Tree mode Custom and pre-built colour themes Changing the default behaviour of some widgets Changing the layout of widgets Filtering out entries in disk and temperature widgets An htop-inspired basic mode
* sysutils/py-keep: new portJesús Daniel Colmenares Oviedo2022-08-191-0/+1
| | | | | | | | | | | | | | | keep is a Meta CLI Toolkit that provides a personal shell command keeper with some useful features: * Save a new command with a brief description * Search the saved commands using powerful patterns * Save the commands as a secret GitHub gist * Use keep push and keep pull to sync the commands between GitHub gist and other computers. WWW: https://github.com/OrkoHunter/keep PR: 265933
* sysutils/py-howdoi: new portJesús Daniel Colmenares Oviedo2022-08-191-0/+1
| | | | | | | | | | | Howdoi is an open source command line tool that gives answers to your questions right on the command line. Howdoi can be used by anyone and everyone who finds themselves Googling for answers to their basic programming questions. WWW: https://github.com/gleitz/howdoi PR: 265935
* sysutils/py-elf_diff: Perform binary diff on ELF files.Kubilay Kocak2022-08-101-0/+1
|
* sysutils/fakertc: Add new portRonald Klop2022-08-081-0/+1
| | | | | | | | | fakertc is a simple rc.d script to keep the time of computers without an RTC across reboots. PR: 265556 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D36067
* sysutils/nerdctl: New port: Docker-compatible CLI for containerdBen Woods2022-08-021-0/+1
|
* sysutils/topgrade: New port: Tool for upgrade everythingC2022-07-281-0/+1
| | | | | | | | | | | | | | | | - submitter becomes maintainer Upgrade tool for OS and package repositories Keeping your system up to date usually involves invoking multiple package managers. This results in big, non-portable shell one-liners saved in your shell. To remedy this, topgrade detects which tools you use and runs the appropriate commands to update them WWW: https://github.com/r-darwish/topgrade PR: 265451
* cleanup: Remove expired ports:Rene Ladan2022-07-271-2/+0
| | | | | | x11-wm/lxmed: Removed, depends on expired sysutils/gksu 2022-07-24 sysutils/gksu: Abandonware, depending on gconf2 2022-07-24 sysutils/libgksu: Abandonware, depending on gconf2
* cleanup: Remove expired ports:Rene Ladan2022-07-271-1/+0
| | | | | | | 2022-07-22 math/intervaltree: Dependent ports now use GH_TUPLE 2022-07-24 security/gnomint: Abandonware, depending on gconf2 2022-07-24 japanese/im-ja: Abandonware, depending on gconf2 2022-07-25 sysutils/mgeupsd: Last release is 23 years old. It is not clear what devices are supported.
* sysutils/kopia: New port: Fast and secure open-source backup/restore toolNuno Teixeira2022-07-261-0/+1
| | | | | | | | | | | Kopia is a fast and secure open-source backup/restore tool that allows you to create encrypted snapshots of your data and save the snapshots to remote or cloud storage of your choice, to network-attached storage or server, or locally on your machine. Kopia does not 'image' your whole machine. Rather, Kopia allows you to backup/restore any and all files/directories that you deem are important or critical. WWW: https://kopia.io/
* sysutils/p5-RundeckAPI: New port: Easily queries Rundeck's REST APIXavier2022-07-231-0/+1
| | | | | | | | | | | - submitter becomes maintainer RundeckAPI simplifies authenticate, connect, queries to a Rundeck instance via REST API WWW: https://metacpan.org/dist/RundeckAPI PR: 261230
* sysutils/vm-bhyve-devel: add new portDries Michiels2022-07-111-0/+1
| | | | | | | | | | | | | Contrary to the sysutils/vm-bhyve port which tracks releases, this port will track the head of the main branch. The main reason is that upstream has become stale in creating releases. This way we atleast get some improvements that have not yet been included in a release. Last release dates from January 2020. Changes: https://github.com/churchers/vm-bhyve/compare/6385042...ec0e12e Reviewed by: 0mp philip Differential Revision: https://reviews.freebsd.org/D35760
* sysutils/bacula13-server: New ports for Bacula 13Dan Langille2022-07-101-0/+3
| | | | | | | | | | | | | NOTE: I am unsure of how stable this is. Please proceed with caution. Also coming in: * sysutils/bacula13-client * sysutils/bacula13-docs * net-mgmt/nagios-check_bacula13 Not present yet: sysutils/bacula13-client-static because of unknown build issues.
* cleanup: Remove expired ports:Rene Ladan2022-07-061-2/+0
| | | | | 2022-07-05 sysutils/cfengine316: Expire one year after cfengine 3.18.0 released 2022-07-05 sysutils/cfengine-masterfiles316: Expire one year after cfengine 3.18.0 released
* sysutils/gcp-ops-agent: [New port] Gather logs from GCE instancesJoseph Mingrone2022-07-041-0/+1
| | | | | | | | | | | | | | The Ops Agent is the primary agent for collecting telemetry from your Compute Engine instances. Combining logging and metrics into a single agent, the Ops Agent uses Fluent Bit for logs, which supports high-throughput logging, and the OpenTelemetry Collector for metrics. You can configure the Ops Agent to support parsing of log files from third-party applications. WWW: https://cloud.google.com/stackdriver/docs/solutions/agents/ops-agent Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D35107
* sysutils/cfengine*: Add cfengine320 and cfengine-masterfiles320Cy Schubert2022-07-031-0/+2
| | | | | cfengine 3.20 and cfengine-masterfiles 3.20 are the newest to be released by the cfengine folks.
* cleanup: Remove expired ports:Rene Ladan2022-07-011-1/+0
| | | | 2022-07-01 sysutils/pesign: Unmaintaned since 2016, very much out of date, does not build with GCC 11 (PR #263544)
* cleanup: Remove expired ports:Rene Ladan2022-07-011-1/+0
| | | | 2022-06-30 sysutils/go-btfs: Requires go 1.15
* cleanup: Remove expired ports:Rene Ladan2022-06-301-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2022-06-30 multimedia/mpeg2codec: Obsolete, please consider using multimedia/ffmpeg 2022-06-30 multimedia/livestreamer: Abandoned upstream, please consider using www/yt-dlp or multimedia/streamlink 2022-06-30 net/kissd: Obsolete, target hardware was released 19 years ago 2022-06-30 www/gecko-mediaplayer: Uses incompatible plugin interface NPAPI 2022-06-30 multimedia/snappy: Deprecated upstream, please consider multimedia/mpv or multimedia/vlc 2022-06-30 audio/exaile: Requires py-bsddb3 which requires upstream EOLd db5 2022-06-30 multimedia/gnome-twitch: Unmaintained, please consider using www/yt-dlp or multimedia/streamlink 2022-06-30 multimedia/clive: Last release in 2012, please consider using www/yt-dlp or multimedia/streamlink 2022-06-30 multimedia/imagination: Obsolete, majority of DVD players made in the last 15+ years have been able to do image slideshows 2022-06-30 multimedia/m2tstoavi: Marked obsolete by upstream in 2010, please consider using multimedia/ffmpeg or multimedia/handbrake 2022-06-30 multimedia/mps-youtube: Abandoned upstream 2022-06-30 multimedia/umph: Last release in 2012 and abandoned upstream, please consider using www/yt-dlp 2022-06-30 multimedia/quvi09: Deprecated upstream, please consider using www/yt-dlp or multimedia/streamlink 2022-06-30 multimedia/quvi: Deprecated upstream, please consider using www/yt-dlp or multimedia/streamlink 2022-06-30 multimedia/libquvi09: Deprecated upstream, please consider using www/yt-dlp or multimedia/streamlink 2022-06-30 multimedia/libquvi: Deprecated upstream, please consider using www/yt-dlp or multimedia/streamlink 2022-06-30 multimedia/libquvi-scripts09: Deprecated upstream, please consider using www/yt-dlp or multimedia/streamlink 2022-06-30 multimedia/libquvi-scripts: Deprecated upstream, please consider using www/yt-dlp or multimedia/streamlink 2022-06-30 multimedia/cclive: Last release in 2013, please consider using www/yt-dlp or multimedia/streamlink 2022-06-30 multimedia/p5-Umph-Prompt: Last release in 2011 and abandoned upstream 2022-06-30 sysutils/xvidcap: Abandoned upstream, depends on deprecated GTK2 and only supports legacy video codecs. Please consider using multimedia/obs-studio 2022-06-30 audio/gmpc-lastfm: Abandonware, last release in 2011 and upstream is dead 2022-06-30 audio/gmpc-magnatune: Abandonware, last release in 2011 and upstream is dead 2022-06-30 audio/gmpc-shout: Abandonware, last release in 2011 and upstream is dead 2022-06-30 audio/gmpc-alarm: Abandonware, last release in 2011 and upstream is dead 2022-06-30 audio/gmpc-lyricsplugin: Abandonware, last release in 2011 and upstream is dead 2022-06-30 audio/gmpc-mdcover: Abandonware, last release in 2011 and upstream is dead 2022-06-30 audio/gmpc-albumview: Abandonware, last release in 2011 and upstream is dead 2022-06-30 audio/gmpc-extraplaylist: Abandonware, last release in 2011 and upstream is dead 2022-06-30 audio/gmpc-libnotify: Abandonware, last release in 2011 and upstream is dead 2022-06-30 audio/gmpc: Abandonware, last release in 2011 and upstream is dead 2022-06-30 audio/gmpc-lyrics: Abandonware, last release in 2011 and upstream is dead 2022-06-30 audio/gmpc-discogs: Abandonware, last release in 2011 and upstream is dead 2022-06-30 audio/gmpc-mserver: Abandonware, last release in 2011 and upstream is dead 2022-06-30 multimedia/ffmpeg2theora: Legacy video format, superseded by AV1/H.264/H.265/VP8/VP9 2022-06-30 multimedia/grake: Dead upstream, please consider using www/yt-dlp or multimedia/streamlink 2022-06-30 multimedia/iriverter: Obsolete and unmaintained for 15+ years, please consider using multimedia/handbrake 2022-06-30 multimedia/libmpeg3: Deprecated upstream 2022-06-30 multimedia/mmsrip: Obsolete, Microsoft deprecated MMS in 2003 2022-06-30 multimedia/mpeg2play: Obsolete, please consider using multimedia/mpv or multimedia/vlc 2022-06-30 multimedia/mpeg_play: Obsolete, please consider using multimedia/mpv or multimedia/vlc 2022-06-30 multimedia/mpeg_stat: Obsolete, please consider using multimedia/mediainfo or multimedia/ffmpeg 2022-06-30 multimedia/qt-faststart: Obsolete, please consider using multimedia/Bento4, multimedia/gpac-mp4box or multimedia/ffmpeg 2022-06-30 multimedia/spigot: Deprecated hardware, released in the early 90s 2022-06-30 audio/forked-daapd: Deprecated upstream, project is now called OwnTone 2022-06-30 multimedia/tstools: Obsolete, please consider using multimedia/ffmpeg 2022-06-30 multimedia/sabbu: please consider using multimedia/aegisub 2022-06-30 multimedia/avinfo: Last release in 2008, please consider using multimedia/mediainfo or multimedia/ffmpeg instead 2022-06-30 audio/asterisk-espeak: Depends on deprecated audio/espeaak 2022-06-30 multimedia/mpgtx: Obsolete, please consider using multimedia/ffmpeg
* cleanup: Remove expired ports:Rene Ladan2022-06-271-1/+0
| | | | | | | | | | | 2022-06-25 lang/cmucl: Not supported upstream since 2017 and broken since FreeBSD 12.1 2022-06-25 devel/qbs: Abandoned and not working with modern clang 2022-06-25 lang/cmucl-extra: lang/cmucl is not supported upstream since 2017 and broken since FreeBSD 12.1 2022-06-25 security/protonvpn-cli: This version is deprecated and unsupported upstream. The port needs an update, which would require a fair amount of effort. Use OpenVPN or Wireguard with configuration files provided by ProtonVPN instead. 2022-06-27 sysutils/firstboot-growfs: A better version is available on all FreeBSD version 2022-06-27 security/modsecurity3-apache: The project was not developed further 2022-06-29 net-mgmt/zabbix54-frontend: Unsupported by upstream 2022-06-29 net-mgmt/zabbix54-server: Unsupported by upstream
* */Makefile: Sort SUBDIRsPo-Chuan Hsieh2022-06-161-1/+1
|
* sysutils/btop: Monitor of resourcesPiotr Kubaj2022-06-141-0/+1
|
* */*php82*: Welcome php 8.2.0 Alpha 1Muhammad Moinur Rahman2022-06-111-0/+2
| | | | | | | | | | | Please DO NOT use this version in production, it is an early test version. port-committers@ please DO NOT mark your ports IGNORE_WITH_PHP=82. A build is running to check all php ports with php82 and will be committed in batch tomorrow. Sponsored by: Bounce Experts
* sysutils/arc_summary: New portJoseph Mingrone2022-06-081-0/+1
| | | | | | | | | | | | | | arc_summary is included in the OpenZFS repository. It provides basic information on the ZFS ARC, its efficiency, the L2ARC (if present), the Data Management Unit (DMU), Virtual Devices (VDEVs), and tunables. See the in-source documentation and code at https://github.com/openzfs/zfs/blob/master/module/zfs/arc.c for details. The original introduction to arc_summary can be found at http://cuddletech.com/?p=454. Reviewed by: diizzy Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D35441
* sysutils/edk2: Add qemu_x64 and qemu_i386 as new FLAVORs of edk2Rebecca Cran2022-06-061-1/+0
| | | | | | | | Instead of having a separate sysutils/uefi-edk2-qemu port, add qemu_x64 and qemu_i386 as FLAVORs of sysutils/edk2 and delete sysutils/uefi-edk2-qemu. Differential Revision: https://reviews.freebsd.org/D35408 Approved by: manu
* sysutils/firstboot-cloudsetup: Add new portJørn Åne de Jong2022-05-271-0/+1
| | | | | | | | Configure network and user data from cloud configuration at first boot. The configuration is written before the netif service is started. Compatible with OpenNebula. PR: 264286
* sysutils/Makefile: finish uefi-edk2-bhyve removalAntoine Brodin2022-05-261-1/+0
|
* sysutils/b3sum: add new portMostly BSD2022-05-261-0/+1
| | | | | | | | Command line implementation of the BLAKE3 hash function WWW: https://github.com/blake3-team/blake3 PR: 263425
* */*: Hook up to the treeDmitri Goutnik2022-05-251-0/+1
| | | | | | | Hook devel/ruby-install and sysutils/yadf to the build. PR: 264168 PR: 263069
* cleanup: Remove expired ports:Rene Ladan2022-05-231-1/+0
| | | | 2022-05-23 sysutils/ansible2: Upstream support ceases
* sysutils/archey4: new portSofian Brabez2022-05-201-0/+1
| | | | | | Archey is a simple system information written in Python WWW: https://github.com/HorlogeSkynet/archey4
* sysutils/ntpstat: Add new portCy Schubert2022-05-201-0/+1
| | | | | ntpstat is a shell script which prints the ntpd or chronyd synchronisation status, using the ntpq or chronyc program.
* sysutils/loki: Add new portChristopher Beppler2022-05-171-0/+1
| | | | | | | | | | | Loki is a horizontally-scalable, highly-available, multi-tenant log aggregation system inspired by Prometheus. It is designed to be very cost effective and easy to operate. It does not index the contents of the logs, but rather a set of labels for each log stream. WWW: https://github.com/grafana/loki PR: 256030
* sysutils/equinix-metal-cli: NEW PORTDave Cottlehuber2022-05-171-0/+1
| | | | | | | A command-line interface to the Equinix Metal API Sponsored by: SkunkWerks, GmbH Sponsored by: Equinix Metal
* sysutils/filemon: Adds filemon(1), a trivial wrapper around filemon(4)Rodrigo Osorio2022-05-151-0/+1
| | | | | | | | Filemon is a simple application who log child process file access using filemon iocl. PR: 259099 Reported by: Daniel O'Connor <darius@dons.net.au>
* sysutils/p5-POSIX-Run-Capture: new port had been added (+)Alexey Dokuchaev2022-05-131-0/+1
| | | | | | | | This module runs external command and captures its output. Both standard error and output are captured. Upon exit, their contents can be accessed line by line or in one chunk. WWW: https://metacpan.org/dist/POSIX-Run-Capture
* sysutils/u-boot-sifive-fu740: add new portMitchell Horne2022-05-111-0/+1
| | | | | | | | | This adds a u-boot variant for the HiFive Unmatched board. Reviewed by: manu Approved by: manu (ports, uboot) Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D35171
* sysutils/fx: new port -- fx is a tool to interact with JSON files in your ↵Gabriel M. Dutra2022-04-241-0/+1
| | | | | | | | terminal WWW: https://github.com/antonmedv/fx PR: 263479
* sysutils/rubygem-redfish_client: add version 0.5.4 as new portJason Unovitch2022-04-191-0/+1
| | | | | | | Required for net/foreman-proxy updates to 2.3.x and later releases PR: 260022 Submitted by: Frank Wall <fw@moov.de>; junovitch (RUN_DEPENDS updates)
* sysutils/py-ansible-compat: New PortMatthew Seaman2022-04-181-0/+1
| | | | | | | A python package that contains functions that facilitate working with various versions of Ansible 2.9 and newer. PR: 263033
* sysutils/diskus: new portMostly BSD2022-04-151-0/+1
| | | | | | Changes: https://github.com/sharkdp/diskus/ PR: 262704
* sysutils/squashfs-tools-ng: new port had been added (+)Alexey Dokuchaev2022-04-011-0/+1
| | | | | | | | | | | | | | | This project originally started out as a fork of squashfs-tools 4.3, after encountering some short comings and realizing that there have been no updates on the SourceForge site or mailing list for a long time. Even before the first public release, the fork was replaced with a complete re-write after growing frustrated with the existing code base. The utilities provided by squashfs-tools-ng offer alternative tooling and are intentionally named differently, so both packages can be installed side by side. WWW: https://infraroot.at/projects/squashfs-tools-ng/
* cleanup: Remove expired ports:Rene Ladan2022-03-311-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2022-03-31 security/revealrk: Deprecate, marked BROKEN on 12+ in 2018 2022-03-31 devel/apache-commons-modeler: Abandoned upstream, last release in 2013 2022-03-31 security/afl: Abandoned upstream, no new release since 2017. Please consider using security/afl++ instead 2022-03-31 www/mod_line_edit: Abandoned upstream, last release in 2006, Apache includes mod_sed 2022-03-31 www/myfaces: Unsupported by upstream, released in 2005 2022-03-31 www/mod_backtrace: Abandoned upstream in 2012 (version 2.0) 2022-03-31 security/base: Broken with PHP 7+, forked here https://github.com/NathanGibbs3/BASE/ 2022-03-31 security/find-zlib: Deprecated, no longer relevant 2022-03-31 security/razorback-clamavNugget: Abandonware, last release in 2012 and listed as alpha quality by upstream 2022-03-31 security/shimmer: Abandonware, last release in 2008 2022-03-31 security/kripp: Abandonware, upstream returns 404 and last release was back in 2007 2022-03-31 security/ipfilter2dshield: Abandonware, no word of it on upstream web site 2022-03-31 security/sha: Obsolete, we have tools in base 2022-03-31 security/gputty: Unfetchable, dead upstream 2022-03-31 java/apache-commons-discovery: Abandoned upstream, last release in 2006 2022-03-31 www/geronimo: Port outdated, unsupported upstream and depends on deprecated software 2022-03-31 security/isakmpd: 15+ years old and broken on multiple versions 2022-03-31 security/razorback-swfScanner: Abandonware, last release in 2012 and listed as alpha quality by upstream 2022-03-31 devel/hadoop: Outdated, unsupported upstream 2022-03-31 java/apache-commons-primitives: Abandoned upstream, last release in 2003 2022-03-31 security/l5: Abandonware, broken on amd64 for 10+ years 2022-03-31 security/unicornscan: Very outdated and abandoned, current version in tree was released in 2004 and last release by upstream in Aug 2013. Please consider using security/nmap or security/rustscan 2022-03-31 security/gringotts: Abandonware, upstream dead and last release in 2009 2022-03-31 security/axTLS: Very outdated and abandoned, current version in tree was released in 2013 and last by upstream in 2019 2022-03-31 security/shttpscanner: Abandonware, last release in 2006 2022-03-31 security/sniff: Abandonware, last release around 2000 and dead upstream. Please consider using net/wireshark 2022-03-31 security/razorback-archiveInflate: Abandonware, last release in 2012 and listed as alpha quality by upstream 2022-03-31 security/scanssh: Abandonware, last release in 2005. Please consider using security/nmap or security/rustscan 2022-03-31 security/symbion-sslproxy: Abandonware, last release in 2009 and inactive upstream 2022-03-31 security/manipulate_data: Abandonware, unsupported upstream 2022-03-31 security/vinetto: Obsolete, targets deprecated Windows operating systems such as XP and 2003 Server 2022-03-31 security/pbnj: Abandonware, last release in 2006 and reported broken upstream in 2017 upstream 2022-03-31 databases/jasperreports: Unsupported by upstream, released in 2013 2022-03-31 security/retranslator: Deprecated upstream (EOL) 2022-03-31 security/cp2fwb: Abandonware, used with deprecated software Firewall Builder. 2022-03-31 security/webscarab: Deprecated by upstream in 2014 2022-03-31 security/pscan: Abandonware, last release in 2000 2022-03-31 security/vnccrack: Outdated and abandoned, last release in 2008. Upstream is at 2.1 while version in ports is 1.0.0 2022-03-31 security/doscan: Abandonware, last release in 2014. Please consider using security/masscan or sysutils/pnscan 2022-03-31 security/radamsa: Abandonware, last release in 2017 and marked as BROKEN in late 2020 2022-03-31 security/trinokiller: Abandonware, dead upstream 2022-03-31 security/spybye: Abandonware, last release in 2008 and no upstream development 2022-03-31 security/razorback-officeCat: Abandonware, last release in 2012 and listed as alpha quality by upstream 2022-03-31 textproc/crimson: Deprecated by upstream 2010-08-06 2022-03-31 security/tripwire-131: Deprecated, please consider using security/tripwire instead 2022-03-31 security/bruteforceblocker: Abandonware, please consider using security/sshguard 2022-03-31 security/razorback-fsMonitor: Abandonware, last release in 2012 and listed as alpha quality by upstream 2022-03-31 security/tlswrap: Abandonware, last release in 2007 and dead upstream 2022-03-31 security/sslsniffer: Abandonware, last release in 2001. Please consider using security/sslsplit or security/sslproxy 2022-03-31 security/strobe: Abandonware, last release around 2000 and dead upstream. Please consider using security/nmap or security/rustscan 2022-03-31 security/amap: Abandoned upstream, no new release for 10+ years. Please consider using security/nmap or security/rustscan 2022-03-31 security/ppars: Abandonware, no word of it on upstream web site 2022-03-31 security/zebedee: Abandonware, last release in 2005 and runtime issues reported upstream 2022-03-31 security/matrixssl: Abandonware, dead upstream 2022-03-31 security/razorback-virusTotal: Abandonware, last release in 2012 and listed as alpha quality by upstream 2022-03-31 security/stud: Abandonware, marked BROKEN on 12+ in 2019 2022-03-31 security/sslwrap: Abandonware, marked BROKEN on 12+ in 2019 2022-03-31 security/dcetest: Targets deprecated protocol by Microsoft in favour of .NET 2022-03-31 security/l0phtcrack: Obsolete, Microsoft LANMAN and NT password hashes are deprecated 2022-03-31 security/slurpie: Abandonware, last release around 2000 and dead upstream 2022-03-31 security/ike: Abandonware, last release in 2013 and IKEv1 is considered to be insecure 2022-03-31 security/mussh: Abandonware, last release in 2011 please consider using security/teleport 2022-03-31 security/razorback-fsWalk: Abandonware, last release in 2012 and listed as alpha quality by upstream 2022-03-31 security/hackbot: Abandonware, last release in 2003. Please consider using security/nmap or security/rustscan 2022-03-31 security/phpsecinfo: Abandonware, last release in 2006 2022-03-31 security/libpreludedb: Very outdated, current version in tree was released back in 2015 and upstream is still active 2022-03-31 security/ipfw2dshield: Abandonware, no word of it on upstream web site 2022-03-31 security/razorback-fileInject: Abandonware, last release in 2012 and listed as alpha quality by upstream 2022-03-31 security/gwee: Abandonware, last release 15+ years ago and dead upstream 2022-03-31 security/pktsuckers: Abandonware, last release from somewhere around 1999 2022-03-31 security/slush: Obsolete, listed as alpha quality, last release around 2000 and dead upstream 2022-03-31 security/integrit: Abandonware, last release in 2003 2022-03-31 security/razorback-pdfFox: Abandonware, last release in 2012 and listed as alpha quality by upstream 2022-03-31 security/razorback-yaraNugget: Abandonware, last release in 2012 and listed as alpha quality by upstream 2022-03-31 security/hlfl: Abandonware, last release in 2003 2022-03-31 security/jbrofuzz: Abandonware, no word of it on upstream web site and last release was 10 years ago 2022-03-31 security/libpwstor: Abandonware, last release in 2008 2022-03-31 security/smtpscan: Abandonware, last release in 2003 and dead upstream. Please consider using security/nmap 2022-03-31 security/cisco-torch: Abandonware, dead upstream 2022-03-31 security/amavis-stats: Abandoned, upstream is dead and last release was back in 2005 2022-03-31 textproc/lucene4: Unsupported by upstream, released in 2015 2022-03-31 java/apache-commons-discovery: Abandoned upstream, last release in 2006 2022-03-31 devel/liballium: Abandonware, last release in 2014 and upstream is dead 2022-03-31 www/sakai: Depends on expired www/tomcat7 2022-03-31 graphics/deegree-wpvs: Depends on expired www/tomcat7 2022-03-31 graphics/deegree-igeoportal: Depends on expired www/tomcat7 2022-03-31 www/jspwiki: Depends on expired www/tomcat7 2022-03-31 graphics/deegree-wcs: Depends on expired www/tomcat7 2022-03-31 graphics/deegree-csw: Depends on expired www/tomcat7 2022-03-31 graphics/deegree-wms: Depends on expired www/tomcat7 2021-12-31 www/tomcat7: Tomcat 7 is EOL on 2021-03-31. Please upgrade to a later version 2022-03-31 devel/gitblit: Depends on expired www/tomcat7 2022-03-31 graphics/barbecue: Depends on expired www/tomcat7 2022-03-31 graphics/deegree-wfs: Depends on expired www/tomcat7 2022-03-31 graphics/deegree-wps: Depends on expired www/tomcat7 2022-03-31 sysutils/rubygem-smart_proxy_chef: Depends on expired sysutils/rubygem-chef-api 2021-12-31 sysutils/rubygem-chef-api: The chef-api gem is no longer maintained. Please use the supported Chef::ServerAPI library from the Chef gem 2022-03-31 databases/redis5: EOLed upstream 2022-03-31 security/outguess: Abandonware, dead upstream and last release in 2001 2022-01-15 devel/maven3: Outdated, unsupported upstream 2022-01-15 devel/maven33: Outdated, unsupported upstream 2022-03-31 devel/monotone: Abandoned upstream, no release since 2014 2022-03-31 security/botan110: Deprecated upstream, users are recommended to migrate to 2.x 2022-03-31 net/hping: Deprecated upstream, please consider using net/hping3 instead 2022-03-31 sysutils/autopsy: Very outdated, current version in tree was released back in 2010 and upstream is still active 2022-03-31 java/cryptix-jce: Abandonware, last release in 2005 and listed as dead upstream 2022-03-31 net-mgmt/netustad: Abandonware, dead upstream, unfetchable and is marked BROKEN for 13+ 2022-03-31 www/paros: Abandonware, last release in 2006 and dead upstream 2022-03-31 net/queso: Abandonware and obsolete, last release back in 1998. Please consider using security/nmap instead 2022-03-31 mail/rlytest: Abandonware, last release in 2003 and dead upstream 2022-03-31 net/ssvnc: Abandonware, last release in 2011 and broken functionality reported upstream 2022-03-31 sysutils/webjob: Abandonware, last release in 2012 and broken on multiple architectures 2022-03-31 dns/bundy: Project is in hibernation and not recommended to use in production 2022-03-31 lang/ruby26: Use newer version of Ruby. Ruby 2.6 will reach its EoL on March 31, 2022 2022-03-31 textproc/kibana6: Uses expired www/node10 2021-04-30 www/node10: Node.js v10.x reaches end-of-life on 2021-04-30, see https://github.com/nodejs/Release 2022-03-31 comms/zssh: Abandonware, last release in 2003. Please consider using scp or net/croc instead 2022-03-31 devel/py-dataclasses: Included in Python 3.7 or later 2022-03-31 net-im/diligent: Abandoned upstream, users also confirms port to be non working 2022-03-31 www/typo3-9: Mainstream support ended 2021-09-30 2022-03-31 databases/adodb: Unsupported upstream, cannot be used with PHP 8.0+ 2022-03-31 audio/clementine-player: Last release in 2016, many issue reports upstream and little to no development for years. Please consider using audio/strawberry 2022-03-31 security/libprelude: Very outdated, current version in tree was released back in 2015 and upstream is still active 2022-03-31 www/crp: Abandonware, last release in 2003 and upstream refers to PHP 4.x and is dead 2022-03-31 devel/fb-adb: Last release in 2016 and deprecated by upstream, please consider using devel/android-tools-adb instead 2022-03-31 comms/o2sms: Abandonware, last release in 2010 and upstream is dead 2022-03-31 comms/p5-SMS-Send-TW-Qma: QMA service provider is no longer around 2022-03-31 comms/p5-SMS-Send-TW-ShareSMS: Service provider is no longer around 2022-03-31 comms/yaps: Service providers are no longer around and/or are no longer providing this service 2022-03-31 security/arirang: Abandoned upstream and last release was back in 2011 2022-03-31 security/openvpn-mbedtls: mbedTLS only has a minimum viable TLSv1.3 implementation, and OpenVPN-mbedtls does not work on FreeBSD 14-CURRENT 2022-03-31 www/mod_proxy_xml: Abandoned upstream, last release in 2004 2022-03-31 www/mod_xmlns: Abandoned upstream, last release in 2004 2022-03-31 www/mod_authnz_crowd: Abandoned upstream in 2014, doesn't work with Apache 2.4+ 2022-03-31 security/razorback-scriptNugget: Abandonware, last release in 2012 and listed as alpha quality by upstream 2022-03-31 dns/bind911: End of life, please migrate to a newer version of BIND9 2022-03-31 www/grafana6: EOLed upstream, unfixed vulnerabilities 2022-03-31 security/govpn: Deprecated upstream, reference: http://www.govpn.info/
* sysutils/handlr: New portCy Schubert2022-02-271-0/+1
| | | | | | | | | | handlr is an alternative to xdg-utils written in Rust. It provides several advantages over xdg-utils as listed out in its repo at https://github.com/chmln/handlr. PR: 262218 Submitted by: sec.research.2005@gmail.com Reported by: sec.research.2005@gmail.com