notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: sysutils/Makefile

Number of commits found: 2783 (showing only 100 on this page)

[First Page]  «  1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11  »  [Last Page]

Sunday, 9 Aug 2020
09:35 jbeich search for other commits by this committer
sysutils/seatd: add new port

seatd is a seat management deamon, that does everything it needs to
do. Nothing more, nothing less. Depends only on libc.

libseat is a seat management library allowing applications to use
whatever seat management is available.

Supports:
- seatd
- (e)logind
- embedded seatd for standalone operation

Each backend can be compile-time included and is runtime auto-detected
or manually selected with the `LIBSEAT_BACKEND` environment variable.

Which backend is in use is transparent to the application, providing a
simple common interface.

WWW: https://git.sr.ht/~kennylevinsen/seatd
Original commitRevision:544555 
Saturday, 8 Aug 2020
14:35 lwhsu search for other commits by this committer
Add sysutils/bpytop, Linux/OSX/FreeBSD resource monitor
Original commitRevision:544496 
Friday, 7 Aug 2020
09:33 lwhsu search for other commits by this committer
Add sysutils/bashtop, Linux/OSX/FreeBSD resource monitor
Original commitRevision:544317 
Monday, 3 Aug 2020
15:10 olivier search for other commits by this committer
New sub-port: mstflint-lite including only some essential tools
from mstflint (mstflint, mstconfig, mstfwmanager and mstlink).

PR:		242038
Approved by:	hselasky (maintainer timeout)
Sponsored by:	Netflix
Original commitRevision:544072 
Friday, 31 Jul 2020
17:06 mhorne search for other commits by this committer
New port: sysutils/u-boot-qemu-riscv64

Add a u-boot port for QEMU's 64-bit RISC-V config. A simple u-boot
payload is provided that can be specified on the command line. It runs
in supervisor mode, and should be paired with OpenSBI.

Reviewed by:	manu
Approved by:	u-boot (manu)
Differential Revision:	https://reviews.freebsd.org/D25737
Original commitRevision:543872 
Thursday, 30 Jul 2020
09:48 sunpoet search for other commits by this committer
Add rubygem-chef-vault 4.0.1

Gem that allows you to encrypt a Chef Data Bag Item using the public keys of a
list of chef nodes. This allows only those chef nodes to decrypt the encrypted
values.

WWW: https://github.com/chef/chef-vault
Original commitRevision:543737 
09:48 sunpoet search for other commits by this committer
Add rubygem-chef-utils 16.2.73

Chef Utils gem contains common code and mixins for the core Chef Infra Ruby
gems. This is intended to be a "core" or "foundations" library for the chef
ecosystem (and external related gems) which allows the use of core code and
utility functions of the chef gem without requiring all the heaviness of the
chef gem.

WWW: https://github.com/chef/chef/tree/master/chef-utils
Original commitRevision:543736 
Wednesday, 29 Jul 2020
05:17 kevans search for other commits by this committer
[NEW] sysutils/quickjail: Utility to create transient single-command jails

Quickjail is a utility to create transient single-command jails.

This utility operates much like jail(8) -c, but the jails it creates are not
persistent, unlike with jail(8).  This makes quickjail more convenient for
cases where the command may need termination, which may prevent jail(8) from
cleaning up the jail.

WWW: https://git.kevans.dev/kevans/quickjail

Reviewed by:	koobs (earlier version)
Differential Revision:	https://reviews.freebsd.org/D24792
Original commitRevision:543644 
Saturday, 25 Jul 2020
12:06 antoine search for other commits by this committer
Fix PKGNAME collision
Original commitRevision:543413 
01:09 jhixson search for other commits by this committer
sysutils/Makefile: update to include openshift-install ports
Original commitRevision:543398 
Friday, 17 Jul 2020
12:59 tobik search for other commits by this committer
Add missing tmate-ssh-server

Reported by:	portscan
Original commitRevision:542429 
Thursday, 16 Jul 2020
17:34 danfe search for other commits by this committer
Add two Perl modules, p5-File-BackupCopy and p5-File-Cmp which is
a TEST_DEPENDS for the former.
Original commitRevision:542374 
Tuesday, 14 Jul 2020
02:32 koobs search for other commits by this committer
[NEW] sysutils/py-focker: FreeBSD image orchestration tool in the vein of Docker

Focker is a FreeBSD image orchestration tool in the vein of Docker.

It provides powerful containerization primitives (images, volumes and
containers) first introduced by the Docker platform without taking up
the significantly more challenging task of achieving Docker
compatibility.

Supports:

 * Image creation
 * Jail creation
 * Storage volumes
 * Container composition

WWW: https://github.com/sadaszewski/focker
Original commitRevision:542189 
02:26 koobs search for other commits by this committer
sysutils/py-jailconf: Parse and edit your FreeBSD jail.conf file

Parse and edit your FreeBSD jail.conf file with Python.

WWW: https://github.com/leforestier/jailconf
Original commitRevision:542188 
Saturday, 11 Jul 2020
13:09 danfe search for other commits by this committer
Resurrect `sysutils/scanmem' and update to version 0.17.
Original commitRevision:541970 
Tuesday, 7 Jul 2020
19:11 danfe search for other commits by this committer
This is a simple utility to manage Lenovo ThinkPad fans on FreeBSD.
It automatically regulates the fan speed by the sensor temperature
and user configuration.

Suggested by:	debdrup
Original commitRevision:541448 
Monday, 29 Jun 2020
22:06 skozlov search for other commits by this committer
New port: sysutils/fusefs-securefs

securefs is a filesystem in userspace (FUSE) with transparent encryption
(when writing) and decryption (when reading).

securefs mounts a regular directory onto a mount point. The mount point appears
as a regular filesystem, where one can read/write/create files, directories and
symbolic links. The underlying directory will be automatically updated to
contain the encrypted and authenticated contents.

WWW: https://github.com/netheril96/securefs
Original commitRevision:540836 
Thursday, 25 Jun 2020
19:49 cy search for other commits by this committer
Welcome the new syslog-ng328.

It will not be the default syslog-ng until our upstream has received
some feeback.

Submitted by:	Peter Czanik (CzP) <peter.czanik@oneidentity.com>
		Balabit (a OneIdentity company) / syslog-ng upstream
Original commitRevision:540405 
Tuesday, 23 Jun 2020
03:28 jhixson search for other commits by this committer
sysutils/oc: add new port

Create applications and manage OpenShift resources
Original commitRevision:539957 
Monday, 22 Jun 2020
21:42 jhixson search for other commits by this committer
sysutils/openshift-install: add new port

openshift-install installs RedHat OpenShift 4.x clusters
Original commitRevision:539946 
Sunday, 21 Jun 2020
09:40 rene search for other commits by this committer
Remove expired ports:

2020-06-20 net-mgmt/zabbix42-java: End of Life
2020-06-20 net-mgmt/zabbix42-server: End of Life
2020-06-20 sysutils/duplicity07: Uses deprecated version of Python
2020-06-20 net-mgmt/zabbix42-proxy: End of Life
2020-06-20 net-mgmt/zabbix42-agent: End of Life
2020-06-20 net-mgmt/zabbix42-frontend: End of Life
Original commitRevision:539758 
Tuesday, 16 Jun 2020
11:12 lwhsu search for other commits by this committer
Add sysutils/fusefs-bindfs, FUSE implementation of bindfs

PR:		247233
Submitted by:	Leon Dietrich <doralitze@chaotikum.org>
Original commitRevision:539339 
Monday, 15 Jun 2020
17:54 zeising search for other commits by this committer
sysutils/pwol: Add new ports

Add sysutils/pwol, a small tool that can be used to send WoL packages to
wake up hosts or groups of hosts.  It can also act as a WoL gateway when you
need to forward such packages but don't have a router that supports it.

PR:		247251
Submitted by:	Peter Eriksson
Original commitRevision:538926 
Sunday, 14 Jun 2020
15:34 zeising search for other commits by this committer
add new port: sysutils/pnscan

Add a new port, sysutils/pnscan
pnscan is a simple paralell scanner to scan for open TCP ports on an IPv4
network.

PR:		247250
Submitted by:	Peter Eriksson
Original commitRevision:538815 
Saturday, 13 Jun 2020
20:34 pi search for other commits by this committer
New port: sysutils/nss_ndb BerkeleyDB-based nsswitch backend for passwd & groups

This project consists of a NSS module (nss_ndb.so.1) and a CLI
utility (makendb) that enables big passwd & group files to be
handled efficiently via BTree BerkeleyDB databases.

To activate and use this you must (after installation):

1. Manually add a symbolic link:

   /usr/lib/nss_ndb.so.1 -> /path/to/lib/nss_ndb.so.1.<version>

2. Populate the databases in /var/db/nss_ndb via "makendb" (or some
   other tool).

3. Activate it in /etc/nsswitch.conf:

   passwd: files ndb
   group:  files ndb

WWW: https://github.com/ptrrkssn/nss_ndb

PR:		247211
Submitted by:	Peter Eriksson <pen@lysator.liu.se>
Original commitRevision:538698 
Friday, 12 Jun 2020
20:11 pi search for other commits by this committer
New port: sysutils/acltool: cli tool to display & updating filesystem ACLs

This is a port of acltool, an ACL manipulation CLI tool.

This is a tool to manage NFSv4/ZFS/SMB (also known as Extended on MacOS)
style ACLs of filesystems. That is listing, creating, editing, searching,
stripping, sorting, removing redundant entries and more.

WWW: https://github.com/ptrrkssn/acltool

PR:		246876
Submitted by:	Peter Eriksson <pen@lysator.liu.se>
Original commitRevision:538631 
Thursday, 11 Jun 2020
22:14 yuri search for other commits by this committer
New port: sysutils/conan: C/C++ package manager
Original commitRevision:538552 
16:02 arrowd search for other commits by this committer
sysutils/rtsx-kmod: Add a port for a development version of the Realtek card
readers driver.

PR:		204521
Original commitRevision:538502 
Tuesday, 9 Jun 2020
11:04 danfe search for other commits by this committer
Clone of the David Carpenter's "Everything" search engine, which locates
files and folders by their name instantly, for Unix-like systems.

WWW: https://github.com/DoTheEvo/ANGRYsearch
Original commitRevision:538302 
Sunday, 7 Jun 2020
21:21 glewis search for other commits by this committer
Add a port for version 7.x of the ELK beats platform

PR:		244849
Submitted by:	Miroslav Lachman <000.fbsd@quip.cz>
		Ryan Lawrence <bug@ryan-l.com>
		Regis A. Despres <regis.despres@gmail.com>
		Ari Maniatis <ari@ish.com.au>
Original commitRevision:538190 
17:45 glewis search for other commits by this committer
Move beats to beats6

This aligns it with the other ELK ports and makes room for beats7
Original commitRevision:538179 
Saturday, 6 Jun 2020
16:23 ehaupt search for other commits by this committer
Add py-liquidctl 1.3.3, cross-platform tool and drivers for liquid
coolers and other devices.
Original commitRevision:538104 
Thursday, 4 Jun 2020
18:56 egypcio search for other commits by this committer
[NEW] sysutils/terraform-provider-gridscale: Terraform provider for gridscale

  Community developed provider to support gridscale's cloud with Terraform.

  Terraform is used to create, manage, and update infrastructure resources
  such as physical machines, VMs, network switches, containers, and more.

  A provider is responsible for understanding API interactions and exposing
  resources. Providers generally are an IaaS, PaaS, or SaaS services.

  WWW: https://github.com/terraform-providers/terraform-provider-gridscale
Original commitRevision:537929 
Tuesday, 2 Jun 2020
12:06 olgeni search for other commits by this committer
sysutils/Makefile: whitespace fix after r537537.
Original commitRevision:537540 
11:23 krion search for other commits by this committer
Update py-salt to version 3000 and repo copy py-salt to py-salt-2019.
We decided to run both versions for a while until 2019 is EOL and give people
the possibility to run newest 3000 version.

Approved by:	maintainer
Original commitRevision:537537 
Sunday, 31 May 2020
10:14 rene search for other commits by this committer
Remove expired ports:

2020-05-31 sysutils/ansible24: Upstream support ended. Consider upgrading to
sysutils/ansible
2020-05-31 sysutils/ansible26: Upstream support ended. Consider upgrading to
sysutils/ansible
2020-05-31 sysutils/ansible25: Upstream support ended. Consider upgrading to
sysutils/ansible
2020-05-31 www/py-requests-futures097: Use www/py-requests-futures instead
2020-05-31 sysutils/ansible23: Upstream support ended. Consider upgrading to
sysutils/ansible
2020-05-31 devel/graphql.el: No longer required by anything
Original commitRevision:537145 
Friday, 29 May 2020
01:27 brd search for other commits by this committer
Add sysutils/u-boot-rpi3-32 to build a 32-bit version of u-boot

This is useful for using the camera hardware, as
misc/raspberrypi-userland does not support aarch64.

Approved by:	imp, manu
Differential Revision:	https://reviews.freebsd.org/D21603
Original commitRevision:536829 
Tuesday, 26 May 2020
09:00 danfe search for other commits by this committer
Add a tool to probe for hardware, check operability, and find drivers.

WWW: https://bsd-hardware.info/
Original commitRevision:536595 
Monday, 25 May 2020
04:17 yuri search for other commits by this committer
New port: sysutils/ipget: Retrieve files over IPFS and save them locally
Original commitRevision:536435 
Thursday, 21 May 2020
05:40 tagattie search for other commits by this committer
CLI tool to manage your hosts file with ease. You can have multiple
profiles, enable/disable exactly what you need each time with a simple
interface.

WWW: https://guumaster.github.io/hostctl/

PR:		245552
Submitted by:	Lewis Cook <vulcan@wired.sh>
Approved by:	ehaupt (mentor)
Original commitRevision:536072 
Wednesday, 20 May 2020
09:21 tagattie search for other commits by this committer
The xpipe command reads input from stdin and splits it by the given number of
bytes, lines, or if matching the given pattern. It then invokes the given
utility repeatedly, feeding it the generated data chunks as input. You can
think of it as a Unix love-child of the split(1), tee(1), and xargs(1)
commands.

WWW: https://github.com/jschauma/xpipe

PR:		246195
Submitted by:	jjuanino@gmail.com
Approved by:	ehaupt (mentor)
Original commitRevision:535986 
Monday, 18 May 2020
18:57 yuri search for other commits by this committer
Move sysutils/py-cpuinfo -> sysutils/py-py-cpuinfo to match the PyPI name

PR:		246549
Reported by:	sunpoet
Original commitRevision:535774 
Sunday, 17 May 2020
08:35 tagattie search for other commits by this committer
- Update to 2.0.0 and undeprecate
- Rename portname to py-rdiff-backup following Python Ports Policy[1]
- Flavorize
- Remove PORTEPOCH due to package name change
- Use CHEESESHOP as MASTER_SITES instead of USE_GITHUB as per [1]
- Update COMMENT to match the description at PyPi as per [1]
- Update LICENSE and LICENSE_FILE based on the info at PyPi
- Add autoplist and concurrent to USE_PYTHON as per [1]
- Delete MAN1S and DOCS to let autoplist handle these files
- Delete pkg-plist in favor of autoplist
- Add TEST_DEPENDS and do-test target

[1] https://wiki.freebsd.org/Python/PortsPolicy

PR:		246250
Submitted by:	Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer)
Reviewed by:	koobs, bapt
Approved by:	ehaupt (mentor)
Changelog:	https://github.com/rdiff-backup/rdiff-backup/blob/v2.0.0/CHANGELOG
Differential Revision:	https://reviews.freebsd.org/D24816
Original commitRevision:535526 
Wednesday, 13 May 2020
14:45 cy search for other commits by this committer
Welcome the new syslog-ng 3.27.1.

With this syslog-ng325 will expire one year from now.

Our syslog-ng upstream, Peter Czanik, recommends that syslog-ng327 become
the syslog-ng meta primary: "... sysutils/syslog-ng can be safely pointed
to 3.27 once available."

Submitted by:	Peter Czanik (CzP) <peter.czanik@oneidentity.com>
		Balabit (a OneIdentity company) / syslog-ng upstream
Original commitRevision:535111 
Tuesday, 12 May 2020
08:26 tagattie search for other commits by this committer
LSD (LSDelux) is an alternative to ls that supports icons. This project is
heavily inspired by the super colorls project but with some little differences.
For example it is written in rust and not in ruby which makes it much faster.

WWW: https://github.com/Peltoche/lsd

PR:		246137
Submitted by:	Andrey Cherkashin <andoriyu@gmail.com>
Approved by:	ehaupt (mentor)
Original commitRevision:534977 
Friday, 8 May 2020
16:49 trasz search for other commits by this committer
Add sysutils/u-boot-qemu-arm64: U-Boot build for QEMU aarch64

Reviewed by:	manu
Sponsored by:	DARPA
Differential Revision:	https://reviews.freebsd.org/D24726
Original commitRevision:534413 
12:13 mikael search for other commits by this committer
sysutils/go-btfs: add new port

BitTorrent File System (BTFS) is a protocol forked from IPFS that utilizes
the TRON network and the BitTorrent Ecosystem for integration with DApps and
smart contracts.

WWW: https://www.bittorrent.com/btfs/

Reviewed by:	dmgk
Differential Revision:	https://reviews.freebsd.org/D24670
Original commitRevision:534392 
Thursday, 7 May 2020
11:10 tagattie search for other commits by this committer
There is rundeck version 3 available and version 2 is still supported.
So it is good to have both versions in the ports. This commit is to:
- Add rundeck ver. 3 as rundeck3
- Preserve rundeck ver. 2 as rundeck2 for users who want to stay in version 2
- Pass maintainership to submitter

PR:		246022 246023
Submitted by:	Daniel Tihanyi <daniel.tihanyi@tetragir.com>
Approved by:	arcade@b1t.name (maintainer), pizzamig (mentor)
Original commitRevision:534258 
Tuesday, 5 May 2020
19:37 rene search for other commits by this committer
Remove expired port:

2020-05-05 sysutils/livecd: Broken for more than 6 months
Original commitRevision:534103 
15:38 rene search for other commits by this committer
Remove expired ports:

Adjusted for ports rescued since r534032

2020-05-05 audio/festvox-czech: Broken for more than 6 months
2020-05-05 audio/gkrellmvolume2: Broken for more than 6 months
2020-05-05 audio/mixmos: Broken for more than 6 months
2020-05-05 audio/mma: Broken for more than 6 months
2020-05-05 audio/pd-cyclone: Broken for more than 6 months
2020-05-05 audio/shorten: Broken for more than 6 months
2020-05-05 audio/taglib-sharp: Broken for more than 6 months
2020-05-05 audio/xhippo: Broken for more than 6 months
2020-05-05 biology/consed: Broken for more than 6 months
2020-05-05 biology/plinkseq: Broken for more than 6 months
2020-05-05 biology/seqtools: Broken for more than 6 months
2020-05-05 biology/t_coffee: Broken for more than 6 months
2020-05-05 biology/ugene: Broken for more than 6 months
2020-05-05 comms/ath3k-firmware: Broken for more than 6 months
2020-05-05 comms/geoid: Broken for more than 6 months
2020-05-05 comms/jerm: Broken for more than 6 months
2020-05-05 comms/yaac: Broken for more than 6 months
2020-05-05 converters/dumpasn1: Broken for more than 6 months
2020-05-05 databases/elixir-exredis: Broken for more than 6 months
2020-05-05 databases/hamsterdb: Broken for more than 6 months
2020-05-05 databases/memcacheq: Broken for more than 6 months
2020-05-05 databases/mysql++1: Broken for more than 6 months
2020-05-05 databases/mysql++3: Broken for more than 6 months
2020-05-05 databases/mysql2odbc: Broken for more than 6 months
2020-05-05 databases/mysqlidxchk: Broken for more than 6 months
2020-05-05 databases/p5-DBIx-Ease: Broken for more than 6 months
2020-05-05 databases/p5-DMOZ-ParseRDF: Broken for more than 6 months
2020-05-05 databases/pear-DoctrineORM: Broken for more than 6 months
2020-05-05 databases/pear-MDB2_Driver_mysql: Broken for more than 6 months
2020-05-05 databases/pear-Structures_DataGrid_DataSource_DBQuery: Broken for
more than 6 months
2020-05-05 databases/pear-Structures_DataGrid_DataSource_DBTable: Broken for
more than 6 months
2020-05-05 databases/pear-Structures_DataGrid_DataSource_DataObject: Broken for
more than 6 months
2020-05-05 databases/pear-Structures_DataGrid_DataSource_MDB2: Broken for more
than 6 months
2020-05-05 databases/pgagent: Broken for more than 6 months
2020-05-05 databases/useracc: Broken for more than 6 months
2020-05-05 deskutils/devd-notifier: Broken for more than 6 months
2020-05-05 deskutils/sugarcrm: Broken for more than 6 months
2020-05-05 deskutils/tine20: Broken for more than 6 months
2020-05-05 deskutils/tomboy-plugin-latex: Broken for more than 6 months
2020-05-05 deskutils/tomboy-plugin-todo: Broken for more than 6 months
2020-05-05 deskutils/wyrd: Broken for more than 6 months
2020-05-05 deskutils/xrolo: 64-bit unsupported
2020-05-05 devel/autodist: Broken for more than 6 months
2020-05-05 devel/bouml-doc: Broken for more than 6 months
2020-05-05 devel/cobf: Broken for more than 6 months
2020-05-05 devel/djgpp-crx: Broken for more than 6 months
2020-05-05 devel/elfrc: Broken for more than 6 months
2020-05-05 devel/frink: Broken for more than 6 months
2020-05-05 devel/gogland-eap: Broken for more than 6 months
2020-05-05 devel/hive: Broken for more than 6 months
2020-04-01 devel/hs-bytestring-nums: No releases since 2012
2020-05-05 devel/iz: Broken for more than 6 months
2020-05-05 devel/jfrog-cli: Broken for more than 6 months
2020-05-05 devel/libcfg: Broken for more than 6 months
2020-05-05 devel/libdispatch: Broken for more than 6 months
2020-05-05 devel/libjson++: Broken for more than 6 months
2020-05-05 devel/libmonetra: Broken for more than 6 months
2020-05-05 devel/libol: Broken for more than 6 months
2020-05-05 devel/libserver: Broken for more than 6 months
2020-05-05 devel/lua-MessagePack: Broken for more than 6 months
2020-05-05 devel/mercurialeclipse: Broken for more than 6 months
2020-05-05 devel/mime: Broken for more than 6 months
2020-05-05 devel/motor: Broken for more than 6 months
2020-05-05 devel/mq4cpp: Broken for more than 6 months
2020-05-05 devel/myrepos: Broken for more than 6 months
2020-05-05 devel/notify-sharp: Broken for more than 6 months
2020-05-05 devel/oozie: Broken for more than 6 months
2020-05-05 devel/p5-Cdk: Broken for more than 6 months
2020-05-05 devel/p5-Data-Average: Broken for more than 6 months
2020-05-05 devel/p5-Range-String: Broken for more than 6 months
2020-05-05 devel/p5-Shape: Broken for more than 6 months
2020-05-05 devel/pear-PHP_CodeBrowser: Broken for more than 6 months
2020-05-05 devel/pear-PHP_Depend: Broken for more than 6 months
2020-05-05 devel/pear-PHP_PMD: Broken for more than 6 months
2020-05-05 devel/pear-TheSeer_phpDox: Broken for more than 6 months
2020-05-05 devel/picp: Broken for more than 6 months
2020-05-05 devel/pig: Broken for more than 6 months
2020-05-05 devel/pty: Broken for more than 6 months
2020-05-05 devel/py-libiocage: Broken for more than 6 months
2020-05-05 devel/py-lock_file: Broken for more than 6 months
2020-05-05 devel/py-pyev: Broken for more than 6 months
2020-05-05 devel/rpm-spec-mode.el: Broken for more than 6 months
2020-05-05 devel/simple_components: Broken for more than 6 months
2020-05-05 devel/tcloo: Tcl/Tk 8.5 is nearing EOL, please consider porting to
Tcl/Tk 8.6
2020-05-05 devel/tkmerge: Broken for more than 6 months
2020-05-05 devel/toh: Broken for more than 6 months
2020-05-05 devel/visualparadigm: Broken for more than 6 months
2020-05-05 dns/autotrust: Broken for more than 6 months
2020-05-05 dns/gdnsd: Broken for more than 6 months
2020-05-05 dns/p5-Stanford-DNSserver: Broken for more than 6 months
2020-05-05 dns/zonecheck: Broken for more than 6 months
2020-05-05 editors/omegaT: Broken for more than 6 months
2020-05-05 finance/cbb: Broken for more than 6 months
2020-05-05 ftp/llnlxdir: Broken for more than 6 months
2020-05-05 ftp/llnlxftp: Broken for more than 6 months
2020-05-05 games/adom: Broken for more than 6 months
2020-05-05 games/bsdrain: Broken for more than 6 months
2020-05-05 games/bunnysay: Broken for more than 6 months
2020-05-05 games/castlevox: Broken for more than 6 months
2020-05-05 games/gnarr: Broken for more than 6 months
2020-05-05 games/hohlin: Broken for more than 6 months
2020-05-05 games/hoichess: Broken for more than 6 months
2020-05-05 games/kajaani-kombat: Broken for more than 6 months
2020-05-05 games/linux-enemyterritory-jaymod-21: Broken for more than 6 months
2020-05-05 games/linux-enemyterritory-omni-bot: Broken for more than 6 months
2020-05-05 games/linux-enemyterritory-omni-bot-0660: Broken for more than 6
months
2020-05-05 games/nadar: Broken for more than 6 months
2020-05-05 games/nxengine: Broken for more than 6 months
2020-05-05 games/oneko: Broken for more than 6 months
2020-05-05 games/seahaven: Broken for more than 6 months
2020-05-05 games/sudoku_solver: Broken for more than 6 months
2020-05-05 games/tetrons: Broken for more than 6 months
2020-05-05 games/xpenguins: Broken for more than 6 months
2020-05-05 games/xvmahjongg: 64-bit unsupported
2020-05-05 games/xvmines: 64-bit unsupported
2020-05-05 graphics/EZWGL: Broken for more than 6 months
2020-05-05 graphics/kix-kmod: Broken for more than 6 months
2020-05-05 graphics/mhgui: Broken for more than 6 months
2020-05-05 graphics/mmrecover: Broken for more than 6 months
2020-05-05 hungarian/hu-phone: Broken for more than 6 months
2020-05-05 hungarian/hu-zipcodes: Broken for more than 6 months
2020-05-05 irc/charybdis: Broken for more than 6 months
2020-05-05 irc/fisg: Broken for more than 6 months
2020-05-05 irc/ircd-ru: Broken for more than 6 months
2020-05-05 irc/ircservices: Broken for more than 6 months
2020-05-05 irc/nethirc: Broken for more than 6 months
2020-05-05 irc/ratbox-services: Broken for more than 6 months
2020-05-05 irc/roxirc: Broken for more than 6 months
2020-05-05 japanese/jstrings: Broken for more than 6 months
2020-05-05 japanese/mg: Broken for more than 6 months
2020-05-05 japanese/ming: Broken for more than 6 months
2020-05-05 japanese/t2ps: Broken for more than 6 months
2020-05-05 java/castor: Broken for more than 6 months
2020-05-05 java/eclipse-windowbuilder: Broken for more than 6 months
2020-05-05 java/jdbcpool: Broken for more than 6 months
2020-05-05 java/jomp: Broken for more than 6 months
2020-05-05 java/langspec: Broken for more than 6 months
2020-05-05 java/xdoclet: Broken for more than 6 months
2020-05-05 korean/xpdf: Broken for more than 6 months
2020-05-05 lang/afnix: Broken for more than 6 months
2020-05-05 lang/elan: Broken for more than 6 months
2020-05-05 lang/gnatcross-aarch64: Broken for more than 6 months
2020-05-05 lang/hope: Broken for more than 6 months
2020-05-05 lang/hugs: Broken for more than 6 months
2020-05-05 lang/ici: Broken for more than 6 months
2020-05-05 lang/icon: Broken for more than 6 months
2020-05-05 lang/newlisp-devel: Broken for more than 6 months
2020-05-05 lang/ohugs: Broken for more than 6 months
2020-05-05 lang/opendylan: Broken for more than 6 months
2020-05-05 lang/phc: Broken for more than 6 months
2020-05-05 lang/starlogo: Broken for more than 6 months
2020-05-05 lang/yap: Broken for more than 6 months
2020-05-05 lang/yap-devel: Broken for more than 6 months
2020-05-05 mail/chk4mail: Broken for more than 6 months
2020-05-05 mail/librfc822: Broken for more than 6 months
2020-05-05 mail/mailmgr: Broken for more than 6 months
2020-05-05 mail/mreport: Broken for more than 6 months
2020-05-05 mail/msgconvert: Broken for more than 6 months
2020-05-05 mail/nullpop: Broken for more than 6 months
2020-05-05 mail/p5-Mail-MailStats: Broken for more than 6 months
2020-05-05 mail/poppassd: Broken for more than 6 months
2020-05-05 mail/prayer: Broken for more than 6 months
2020-05-05 mail/py-cyruslib: Broken for more than 6 months
2020-05-05 mail/qmail-auditor: Broken for more than 6 months
2020-05-05 mail/qmailmrtg7: Broken for more than 6 months
2020-05-05 mail/qmqtool: Broken for more than 6 months
2020-05-05 mail/relaydb: Broken for more than 6 months
2020-05-05 mail/rftp: Broken for more than 6 months
2020-05-05 mail/smtp-gated: Broken for more than 6 months
2020-05-05 mail/spamoracle: Broken for more than 6 months
2020-05-05 math/calctool: 64-bit unsupported
2020-05-05 math/diehard: Broken for more than 6 months
2020-05-05 math/e: Broken for more than 6 months
2020-05-05 math/entropy: Broken for more than 6 months
2020-05-05 math/liblbfgs: Broken for more than 6 months
2020-05-05 math/libtsnnls: Broken for more than 6 months
2020-05-05 math/ltl: Broken for more than 6 months
2020-05-05 math/naturalmath: Broken for more than 6 months
2020-05-05 math/proofgeneral: Broken for more than 6 months
2020-05-05 math/py-basemap-data: Broken for more than 6 months
2020-05-05 math/py-igakit: Broken for more than 6 months
2020-05-05 math/py-rapi: Broken for more than 6 months
2020-05-05 math/sfst: Broken for more than 6 months
2020-05-05 math/truthtable: Broken for more than 6 months
2020-05-05 math/wingz3: Broken for more than 6 months
2020-05-05 math/x12arima: Broken for more than 6 months
2020-05-05 math/xppaut: Broken for more than 6 months
2020-05-05 misc/achievo: Broken for more than 6 months
2020-05-05 misc/auto-multiple-choice: Broken for more than 6 months
2020-05-05 misc/display: Broken for more than 6 months
2020-05-05 misc/esniper: Broken for more than 6 months
2020-05-05 misc/free42-skins: Broken for more than 6 months
2020-05-05 misc/libisocodes: Broken for more than 6 months
2020-05-05 misc/loop: Broken for more than 6 months
2020-05-05 misc/p5-Norge: Broken for more than 6 months
2020-05-05 misc/pantry: Broken for more than 6 months
2020-05-05 misc/phraze: Broken for more than 6 months
2020-05-05 misc/podsleuth: Broken for more than 6 months
2020-05-05 misc/py-osd: Broken for more than 6 months
2020-05-05 misc/rfc: Broken for more than 6 months
2020-05-05 misc/spamcalc: Broken for more than 6 months
2020-05-05 misc/us-zipcodes: Broken for more than 6 months
2020-05-05 misc/xtypo: Broken for more than 6 months
2020-05-05 misc/yaunc: Broken for more than 6 months
2020-05-05 multimedia/clipgrab: Broken for more than 6 months
2020-05-05 multimedia/libsmacker: Broken for more than 6 months
2020-05-05 multimedia/lxdvdrip: Broken for more than 6 months
2020-05-05 multimedia/mjpg-streamer: Broken for more than 6 months
2020-05-05 multimedia/vcdpad: Broken for more than 6 months
2020-05-05 net/erlang-xmlrpc: Broken for more than 6 months
2020-05-05 net/etrace: Broken for more than 6 months
2020-05-05 net/fonulator: Broken for more than 6 months
2020-05-05 net/gkrellmwireless2: Broken for more than 6 months
2020-05-05 net/howl: Broken for more than 6 months
2020-05-05 net/libp0f: Broken for more than 6 months
2020-05-05 net/libsocket++: Broken for more than 6 months
2020-05-05 net/ltm: Broken for more than 6 months
2020-05-05 net/lvwimax: Broken for more than 6 months
2020-05-05 net/mono-zeroconf: Broken for more than 6 months
2020-05-05 net/nph: Broken for more than 6 months
2020-05-05 net/p5-Net-RawSock: Broken for more than 6 months
2020-05-05 net/passlogd: Broken for more than 6 months
2020-05-05 net/phamm: Broken for more than 6 months
2020-05-05 net/pim6-tools: Broken for more than 6 months
2020-05-05 net/pim6dd: Broken for more than 6 months
2020-05-05 net/pim6sd: Broken for more than 6 months
2020-05-05 net/proxy-connect: Broken for more than 6 months
2020-05-05 net/rtpbreak: Broken for more than 6 months
2020-05-05 net/s3ql: Broken for more than 6 months
2020-05-05 net/scnc: Broken for more than 6 months
2020-05-05 net/sip_scenario: Broken for more than 6 months
2020-05-05 net/slurm: Broken for more than 6 months
2020-05-05 net/ssmping: Broken for more than 6 months
2020-05-05 net/tcpdstat: Broken for more than 6 months
2020-05-05 net/uplog: Broken for more than 6 months
2020-05-05 net/vblade: Broken for more than 6 months
2020-05-05 net/wizd: Broken for more than 6 months
2020-05-05 net/wmnetload: Broken for more than 6 months
2020-05-05 net/wmnetmon: Broken for more than 6 months
2020-05-05 net/wmpiki: Broken for more than 6 months
2020-05-05 net/xipmsg: Broken for more than 6 months
2020-05-05 net-im/chattahoochie: Broken for more than 6 months
2020-05-05 net-im/jitsi: Broken for more than 6 months
2020-05-05 net-im/mu-conference: Broken for more than 6 months
2020-05-05 net-im/p5-Jabber-Connection: Broken for more than 6 months
2020-05-05 net-im/p5-Net-ICQ2000: Broken for more than 6 months
2020-05-05 net-im/pidgin-guifications: Broken for more than 6 months
2020-05-05 net-im/pidgin-osd: Broken for more than 6 months
2020-05-05 net-im/yoono: Broken for more than 6 months
2020-05-05 net-mgmt/arpalert: Broken for more than 6 months
2020-05-05 net-mgmt/nagios-check_memcached_paranoid: Broken for more than 6
months
2020-05-05 net-mgmt/netwox: Broken for more than 6 months
2020-05-05 net-mgmt/nstreams: Broken for more than 6 months
2020-05-05 net-mgmt/p5-GRNOC-Config: Broken for more than 6 months
2020-05-05 net-mgmt/p5-GRNOC-TL1: Broken for more than 6 months
2020-05-05 net-mgmt/scli: Broken for more than 6 months
2020-05-05 net-mgmt/snmp++: Broken for more than 6 months
2020-05-05 net-mgmt/victorops-nagios: Broken for more than 6 months
2020-05-05 net-p2p/libpdtp: Broken for more than 6 months
2020-05-05 net-p2p/squall: Broken for more than 6 months
2020-05-05 news/crashmail: Broken for more than 6 months
2020-05-05 news/sn: Broken for more than 6 months
2020-05-05 news/xrn: Broken for more than 6 months
2020-05-05 ports-mgmt/managepkg: Broken for more than 6 months
2020-05-05 portuguese/irpf-pt_BR: Broken for more than 6 months
2020-05-05 print/foxitreader: Broken for more than 6 months
2020-05-05 print/pdfcube: Broken for more than 6 months
2020-05-05 print/pmw: Broken for more than 6 months
2020-05-05 print/rprint: Broken for more than 6 months
2020-05-05 russian/p5-cyrillic: Broken for more than 6 months
2020-05-05 russian/tidyup-mail: Broken for more than 6 months
2020-05-05 science/abinit: Broken for more than 6 months
2020-05-05 science/atom: Broken for more than 6 months
2020-05-05 science/cp2k: Broken for more than 6 months
2020-05-05 science/esys-particle: Broken for more than 6 months
2020-05-05 science/openmx: Broken for more than 6 months
2020-05-05 science/p5-Geo-ReadGRIB: Broken for more than 6 months
2020-05-05 science/py-tensorflow-estimator: Broken for more than 6 months
2020-05-05 security/firewalk: Broken for more than 6 months
2020-05-05 security/hmap: Broken for more than 6 months
2020-05-05 security/ipfcount: Broken for more than 6 months
2020-05-05 security/libbf: Broken for more than 6 months
2020-05-05 security/log2timeline: Broken for more than 6 months
2020-05-05 security/opencdk: Broken for more than 6 months
2020-05-05 security/pad: Broken for more than 6 months
2020-05-05 security/pam_fprint: Broken for more than 6 months
2020-05-05 security/pam_per_user: Broken for more than 6 months
2020-05-05 security/razorback-dispatcher: Broken for more than 6 months
2020-05-05 security/ruby-camellia: Broken for more than 6 months
2020-05-05 security/scanhill: Broken for more than 6 months
2020-05-05 security/sinfp: Broken for more than 6 months
2020-05-05 security/ssh_askpass_gtk2: Broken for more than 6 months
2020-05-05 security/subweb: Broken for more than 6 months
2020-05-05 security/unssh: Broken for more than 6 months
2020-05-05 security/xspy: Broken for more than 6 months
2020-05-05 shells/osh: Broken for more than 6 months
2020-05-05 shells/shell-include: Broken for more than 6 months
2020-05-05 sysutils/abgx360gui: Broken for more than 6 months
2020-05-05 sysutils/autojump: Broken for more than 6 months
2020-05-05 sysutils/backupchecker: Broken for more than 6 months
2020-05-05 sysutils/cdf: Broken for more than 6 months
2020-05-05 sysutils/cdls: Broken for more than 6 months
2020-05-05 sysutils/circonus-agent: Broken for more than 6 months
2020-05-05 sysutils/cloop-utils: Broken for more than 6 months
2020-05-05 sysutils/confman: Broken for more than 6 months
2020-05-05 sysutils/detach: Broken for more than 6 months
2020-05-05 sysutils/disktool: 64-bit unsupported
2020-05-05 sysutils/downtime: Broken for more than 6 months
2020-05-05 sysutils/fusefs-fusexmp_fh: Broken for more than 6 months
2020-05-05 sysutils/fusefs-gunzip: Broken for more than 6 months
2020-05-05 sysutils/goss: Broken for more than 6 months
2020-05-05 sysutils/gpte: Broken for more than 6 months
2020-05-05 sysutils/hidesvn: Broken for more than 6 months
2020-05-05 sysutils/hoz: Broken for more than 6 months
2020-05-05 sysutils/intel-qcu: Broken for more than 6 months
2020-05-05 sysutils/iogen: Broken for more than 6 months
2020-05-05 sysutils/jailctl: Broken for more than 6 months
2020-05-05 sysutils/jx: Broken for more than 6 months
2020-05-05 sysutils/linux-crashplan: Broken for more than 6 months
2020-05-05 sysutils/mkfile: Broken for more than 6 months
2020-05-05 sysutils/mpiexec: Broken for more than 6 months
2020-05-05 sysutils/nfsping: Broken for more than 6 months
2020-05-05 sysutils/phantom: Broken for more than 6 months
2020-05-05 sysutils/ptools: Broken for more than 6 months
2020-05-05 sysutils/realsync: Broken for more than 6 months
2020-05-05 sysutils/rmonitor: Broken for more than 6 months
2020-05-05 sysutils/roottail: Broken for more than 6 months
2020-05-05 sysutils/sb16config: Broken for more than 6 months
2020-05-05 sysutils/sbase: Broken for more than 6 months
2020-05-05 sysutils/setquota: Broken for more than 6 months
2020-05-05 sysutils/sortu: Broken for more than 6 months
2020-05-05 sysutils/stmpclean: Broken for more than 6 months
2020-05-05 sysutils/tmate-slave: Broken for more than 6 months
2020-05-05 sysutils/tss: Broken for more than 6 months
2020-05-05 sysutils/vstrip: Broken for more than 6 months
2020-05-05 sysutils/watchdog: Broken for more than 6 months
2020-05-05 sysutils/wmbsdbatt: Broken for more than 6 months
2020-05-05 sysutils/wmcpuload: Broken for more than 6 months
2020-05-05 sysutils/wmcube: Broken for more than 6 months
2020-05-05 sysutils/wtail: Broken for more than 6 months
2020-05-05 textproc/csv2latex: Broken for more than 6 months
2020-05-05 textproc/da-hyphen: Broken for more than 6 months
2020-05-05 textproc/glark: Broken for more than 6 months
2020-05-05 textproc/html2tex: Broken for more than 6 months
2020-05-05 textproc/htmlsection: Broken for more than 6 months
2020-05-05 textproc/kenlm: Broken for more than 6 months
2020-05-05 textproc/libguess: Broken for more than 6 months
2020-05-05 textproc/libxml++26-reference: Broken for more than 6 months
2020-05-05 textproc/no-hunspell: Broken for more than 6 months
2020-05-05 textproc/p5-MARC: Broken for more than 6 months
2020-05-05 textproc/p5-texcount: Broken for more than 6 months
2020-05-05 textproc/pcrs: Broken for more than 6 months
2020-05-05 textproc/pear-Structures_DataGrid_DataSource_RSS: Broken for more
than 6 months
2020-05-05 textproc/pear-Structures_DataGrid_DataSource_XML: Broken for more
than 6 months
2020-05-05 textproc/permute: Broken for more than 6 months
2020-05-05 textproc/pocketreader: Broken for more than 6 months
2020-05-05 textproc/py-sgrep: Broken for more than 6 months
2020-05-05 textproc/rss2html: Broken for more than 6 months
2020-05-05 textproc/ruby-xmlparser: Broken for more than 6 months
2020-05-05 textproc/sv-hyphen: Broken for more than 6 months
2020-05-05 textproc/tclExpat: Broken for more than 6 months
2020-05-05 textproc/tex2im: Broken for more than 6 months
2020-05-05 textproc/topic: Broken for more than 6 months
2020-05-05 textproc/uz-hunspell: Broken for more than 6 months
2020-05-05 textproc/xmlprpr: Broken for more than 6 months
2020-05-05 www/ach: Broken for more than 6 months
2020-05-05 www/apache-forrest: Broken for more than 6 months
2020-05-05 www/apercu: Broken for more than 6 months
2020-05-05 www/cblog: Broken for more than 6 months
2020-05-05 www/drood: Broken for more than 6 months
2020-05-05 www/drraw: Broken for more than 6 months
2020-05-05 www/flood: Broken for more than 6 months
2020-05-05 www/grafana2: Broken for more than 6 months
2020-05-05 www/imgsizer: Broken for more than 6 months
2020-05-05 www/jdresolve: Broken for more than 6 months
2020-05-05 www/linkcheck: Broken for more than 6 months
2020-05-05 www/madsonic-standalone: Broken for more than 6 months
2020-05-05 www/mod_auth_external2: Broken for more than 6 months
2020-05-05 www/mod_chroot: Broken for more than 6 months
2020-05-05 www/mod_cvs2: Broken for more than 6 months
2020-05-05 www/mod_domaintree: Broken for more than 6 months
2020-05-05 www/mod_encoding: Broken for more than 6 months
2020-05-05 www/mod_flickr: Broken for more than 6 months
2020-05-05 www/mod_gzip2: Broken for more than 6 months
2020-05-05 www/mod_layout22: Broken for more than 6 months
2020-05-05 www/mod_proctitle: Broken for more than 6 months
2020-05-05 www/mod_tsa: Broken for more than 6 months
2020-05-05 www/mod_vhs: Broken for more than 6 months
2020-05-05 www/p5-AnyEvent-Mojo: Broken for more than 6 months
2020-05-05 www/p5-Apache-Gallery: Broken for more than 6 months
2020-05-05 www/p5-WWW-Google-Video: Broken for more than 6 months
2020-05-05 www/p5-WWW-Shorten-KUSO: Broken for more than 6 months
2020-05-05 www/p5-WWW-Shorten-isgd: Broken for more than 6 months
2020-05-05 www/photo_gallery: Broken for more than 6 months
2020-05-05 www/pwebstats: Broken for more than 6 months
2020-05-05 www/py-django-profiles: Broken for more than 6 months
2020-05-05 www/red5: Broken for more than 6 months
2020-05-05 www/redmine-sidebar_hide: Broken for more than 6 months
2020-05-05 www/rssowl: Broken for more than 6 months
2020-05-05 www/skytemplate: Broken for more than 6 months
2020-05-05 www/surfraw: Broken for more than 6 months
2020-05-05 www/sws: Broken for more than 6 months
2020-05-05 www/tickr: Broken for more than 6 months
2020-05-05 www/tinytinyhttpd: Broken for more than 6 months
2020-05-05 www/udmsearch: Broken for more than 6 months
2020-05-05 www/vee: Broken for more than 6 months
2020-05-05 www/webreport: Broken for more than 6 months
2020-05-05 www/webstats: Broken for more than 6 months
2020-05-05 www/www6to4: Broken for more than 6 months
2020-05-05 x11/deskpaint: Broken for more than 6 months
2020-05-05 x11/dmenu2: Broken for more than 6 months
2020-05-05 x11/gcb: Broken for more than 6 months
2020-05-05 x11/gpctool: Broken for more than 6 months
2020-05-05 x11/ipager: Broken for more than 6 months
2020-05-05 x11/keylaunch: Broken for more than 6 months
2020-05-05 x11/props: 64-bit unsupported
2020-05-05 x11/roxbg: Broken for more than 6 months
2020-05-05 x11/sisctrl: Broken for more than 6 months
2020-05-05 x11/wdm: Broken for more than 6 months
2020-05-05 x11/xaniroc: Broken for more than 6 months
2020-05-05 x11/xmove: Broken for more than 6 months
2020-05-05 x11/xnodecor: Broken for more than 6 months
2020-05-05 x11/xvattr: Broken for more than 6 months
2020-05-05 x11-clocks/tktz: Broken for more than 6 months
2020-05-05 x11-clocks/xtimer: Broken for more than 6 months
2020-05-05 x11-themes/gnome-icons-dropline-neu: Broken for more than 6 months
2020-05-05 x11-themes/gnome-icons-dropline-nou: Broken for more than 6 months
2020-05-05 x11-themes/gnome-icons-gion: Broken for more than 6 months
2020-05-05 x11-themes/gnome-icons-jini: Broken for more than 6 months
2020-05-05 x11-themes/gtk-aurora-engine: Broken for more than 6 months
2020-05-05 x11-themes/gtk-blueprint-engine: Broken for more than 6 months
2020-05-05 x11-themes/gtk-murrina-fancy-clearlooks: Broken for more than 6
months
2020-05-05 x11-themes/gtk-murrina-lightblue: Broken for more than 6 months
2020-05-05 x11-themes/gtk-murrine-themes: Broken for more than 6 months
2020-05-05 x11-themes/murrine-configurator: Broken for more than 6 months
2020-05-05 x11-themes/nimbus: Broken for more than 6 months
2020-05-05 x11-themes/openbox-themes: Broken for more than 6 months
2020-05-05 x11-themes/rezlooks: Broken for more than 6 months
2020-05-05 x11-themes/ubuntulooks: Broken for more than 6 months
2020-05-05 x11-toolkits/slingshot: 64-bit unsupported
2020-05-05 x11-toolkits/xview-clients: 64-bit unsupported
2020-05-05 x11-wm/fluxconf: Broken for more than 6 months
2020-05-05 x11-wm/ion: Broken for more than 6 months
2020-05-05 x11-wm/matwm2: Broken for more than 6 months
2020-05-05 x11-wm/nickleby: Broken for more than 6 months
2020-05-05 x11-wm/olvwm: 64-bit unsupported
2020-05-05 x11-wm/ratmenu: Broken for more than 6 months
Original commitRevision:534093 
07:35 tagattie search for other commits by this committer
zoxide is a new cd alternative inspired by z and z.lua. It keeps track of the
directories you use most frequently, and uses a ranking algorithm to navigate
to the best match.

WWW: https://github.com/ajeetdsouza/zoxide

PR:		244986
Submitted by:	Andrey Cherkashin <andoriyu@gmail.com>
Approved by:	ehaupt (mentor)
Original commitRevision:534032 
03:20 cperciva search for other commits by this committer
Add ebsnvme-id 1.0.

This duplicates the functionality of the ebsnvme-id tool in Amazon Linux,
and also provides information about Instance Store disks and maintains
a tree /dev/aws/disk/ of useful symlinks.

Sponsored by:	https://www.patreon.com/cperciva
Original commitRevision:534017 
Sunday, 3 May 2020
21:18 antoine search for other commits by this committer
Revert r533815, duplicate port
Original commitRevision:533881 
20:46 sunpoet search for other commits by this committer
Add py-py-cpuinfo 5.0.0

Py-cpuinfo gets CPU info with pure Python. Py-cpuinfo should work without any
extra programs or libraries, beyond what your OS provides. It does not require
any compilation(C/C++, assembly, et cetera) to use.

WWW: https://github.com/workhorsy/py-cpuinfo
Original commitRevision:533815 
02:52 cy search for other commits by this committer
Welcome the new zetaback-devel, tracking omniti-labs/zetaback master.

What was submitted was actually a combination of what was committed to
sysutils/zetaback and what is committed here.

PR:		246132
Mostly by:	Armin Gruner <ag-freebsd@muc.de>
Original commitRevision:533737 
Wednesday, 29 Apr 2020
07:33 tagattie search for other commits by this committer
Command-line tool that displays information about your Git repository
directly on your terminal, supporting almost 50 different programming
languages.

WWW: https://github.com/o2sh/onefetch

PR:		244635
Submitted by:	Lewis Cook <vulcan@wired.sh>
Approved by:	ehaupt (mentor)
Original commitRevision:533326 
Tuesday, 28 Apr 2020
20:46 bofh search for other commits by this committer
sysutils/ansible: Update version 2.8.11=>2.9.7

- Create sysutils/ansible28 from sysutils/ansible
- Set EXPIRATION_DATE to 20200530 for ansible23 ansible24 ansible25 and
  ansible26 as they are no longer maintained by upstream
- Bump ansible23 ansible24 ansible25 ansible26 and ansible27 for CONFLICTS
  with ansible28

PR:             241734
Submitted by:   ncrogers@gmail.com
Approved by:    portmgr (maintainer-timeout)
Original commitRevision:533266 
03:35 romain search for other commits by this committer
New port: sysutils/rubygem-puppetfile-resolver

This library includes all of the code to parse a Puppetfile and then calculate
a dependency graph to try and resolve all of the module dependencies and
versions. The resolver can also restrict on Puppet version, for example, only
Modules which support Puppet 6.

WWW: http://rubygems.org/gems/puppetfile-resolver
Original commitRevision:533229 
Monday, 27 Apr 2020
20:13 pi search for other commits by this committer
Resurrect port: sysutils/mkdesktop

Easily set up a desktop under FreeBSD using ncurses.

WWW: https://github.com/bourne-again/mkdesktop

PR:		245855
Submitted by:	bourne.identity@hotmail.com
Original commitRevision:533165 
18:16 decke search for other commits by this committer
The Docker toolset to pack, ship, store, and deliver content.

WWW: https://github.com/docker/distribution/

PR:		245969
Submitted by:	Andrea Parrella <freebsd@yapsoft.it>
Original commitRevision:533160 
Sunday, 26 Apr 2020
13:59 danfe search for other commits by this committer
Rename the port to match the PORTNAME.  This helps to reduce human,
contributor, maintainer, committer error by removing the impedance
mismatch between the two names. (c) koobs@

Requested by:	debdrup
Original commitRevision:533064 
09:32 danfe search for other commits by this committer
Daemon to prevent hard disk head parking in rotational media.

WWW: http://parkverbot.sourceforge.net/
Original commitRevision:533001 
Saturday, 25 Apr 2020
16:39 manu search for other commits by this committer
sysutils/u-boot-pinebookpro: Add new port

This is a u-boot slave port for the Pine64 PineBookPro, an RK3399
ARM64 laptop.
The patches have been submitted upstream and will probably be part
of the next u-boot release, but add the port in the meantime in case
anyone wants to start testing/dev FreeBSD on this laptop.
It doesn't have video support for now so one want to use a serial
cable.
Original commitRevision:532960 
10:02 tcberner search for other commits by this committer
sysutils: fix Makefile after r532931

Reported by:	mikael
Original commitRevision:532933 
09:53 tcberner search for other commits by this committer
New port: sysutils/accounts-qml-module -- Expose the Online Accounts API to QML
applications

- this was a missing dependency for kio-gdrive

Reported by:	mikael
Original commitRevision:532931 
Monday, 20 Apr 2020
14:18 meta search for other commits by this committer
New port: sysutils/mackerel-agent

A Revolutionary Server Management and organizing cloud servers through roles
and connecting various development tools, Mackerel brings a new kind of
application performance management.

WWW: https://mackerel.io

Sponsored by:	HAW International
Original commitRevision:532209 
Sunday, 19 Apr 2020
20:08 antoine search for other commits by this committer
Unbreak bulk -a after r532113
Original commitRevision:532158 
19:43 dmgk search for other commits by this committer
New port: sysutils/3mux

Terminal multiplexer with out-of-the-box support for
search, mouse-controlled scrollback, and i3-like
keybindings.

WWW: https://github.com/aaronjanse/3mux

PR:		245675
Submitted by:	Lewis Cook <vulcan@wired.sh>
Original commitRevision:532152 
Friday, 10 Apr 2020
14:41 trasz search for other commits by this committer
Add sysutils/u-boot-qemu-arm: U-Boot build for QEMU

Reviewed by:	manu
Sponsored by:	DARPA
Differential Revision:	https://reviews.freebsd.org/D24365
Original commitRevision:531322 
Tuesday, 31 Mar 2020
13:51 sunpoet search for other commits by this committer
Sort SUBDIRs
Original commitRevision:529969 
11:26 rene search for other commits by this committer
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
Original commitRevision:529961 
01:41 loader search for other commits by this committer
sysutils/py-crontab: Rename to python-crontab, Update to 2.4.0

- Rename the port to match the canonical/registered (PyPI/CHEESESHOP) name
- Switch from CHEESESHOP to GitLab for complete tests data
- Update the project website URL in pkg-descr
- Add LICENSE_FILE
- Add sysutils/py-cron-descriptor to RUN_DEPENDS
- Add test target

Reviewed by:	koobs
Approved by:	koobs (ports, mentor), portmgr (maintainer timeout: > 2 weeks)
Differential Revision:	https://reviews.freebsd.org/D23968
Original commitRevision:529940 
Thursday, 26 Mar 2020
20:48 cy search for other commits by this committer
Introduce Network UPS Tools nut development port. This port tracks
the networkupstools/nut github repo.
Original commitRevision:529220 
Saturday, 21 Mar 2020
22:43 dbaio search for other commits by this committer
sysutils/duplicity: Update to 0.8.12

This updates sysutils/duplicity to the current stable release.
A new port sysutils/duplicity07 has been created to keep version 0.7.19 in
the tree, as it uses a deprecated version of Python, it will be removed soon.
It will be kept for a while just in case some incompatibilities still show up.

Changelog:	https://launchpad.net/duplicity/+milestone/0.8.12
		http://duplicity.nongnu.org/vers8/CHANGELOG

Port improvements obtained from sysutils/duplicity-devel.
Original commitRevision:528883 
Sunday, 15 Mar 2020
09:38 tcberner search for other commits by this committer
New port:  sysutils/rsfetch: Minimal fetch program written in Rust

Fast (<1ms execution time) system information
fetching program, written entirely in Rust. It
currently supports Linux and (Open|Net|Free)BSD.
All information fields are disabled by default,
and must be manually enabled via configuration
flags.

rsfetch has no configuration file, making it even
more fast. Users may instead create aliases in their
~/.${SHELL}rc. In addition, no automatic package
manager or ASCII logo mechanism is present, but must
instead be manually specified.

WWW: https://github.com/rsfetch/rsfetch

PR:		244811
Submitted by:	Lewis Cook <vulcan@wired.sh> (maintainer)
Original commitRevision:528481 
07:45 tcberner search for other commits by this committer
New port:  sysutils/packmule: Creates and packs custom FreeBSD installation
images

Packmule automates the process of loading custom software into a
FreeBSD installation image. The user creates a "packing" list
which is either installed alongside the base system, or added to
the live CD.

WWW: http://badland.io/packmule.md

PR:		234675
Submitted by:	Austin Shafer <ashafer@badland.io>
Original commitRevision:528474 
Sunday, 8 Mar 2020
20:51 cy search for other commits by this committer
Welcome the new syslog-ng326.

Peter Czanik recommends we do not update the metaport as there are more
changes than usual. He wants to allow the new port to incubate for a while.
Therefore expiry dates will also not change.

Submitted by:	Peter Czanik (CzP) <peter.czanik at oneidentity.com>
		Balabit (a OneIdentity company) / syslog-ng upstream
Original commitRevision:528075 
18:18 tcberner search for other commits by this committer
New port: sysutils/fselect: Find files with SQL-like queries

Command-line utility to find files with a
highly relaxed SQL-like syntax, whilst
supporting a number of different complex
queries.

WWW: https://github.com/jhspetersson/fselect

PR:		242639
Submitted by:	Lewis Cook <vulcan@wired.sh>
Original commitRevision:528063 
Sunday, 1 Mar 2020
13:43 dmgk search for other commits by this committer
New port: sysutils/dua-cli

Command-line tool for viewing the usage of disk
space in a given directory on the terminal, or
with an interactive mode for easy navigation.

It's parallel by default and will max out your
SSD, providing relevant information as fast as
possible.

WWW: https://github.com/Byron/dua-cli

PR:		244122
Submitted by:	Lewis Cook <vulcan@wired.sh>
Original commitRevision:527555 
Tuesday, 25 Feb 2020
12:47 0mp search for other commits by this committer
New port: sysutils/checkrestart

Find processes using stale binaries or shared libraries that may need
restarting after an upgrade.

WWW: http://github.com/Freaky/checkrestart

PR:		244295
Submitted by:	Thomas Hurst <tom@hur.st>
Original commitRevision:527078 
Sunday, 23 Feb 2020
00:54 yuri search for other commits by this committer
New mport: sysutils/triton: Dynamic Binary Analysis (DBA) framework
Original commitRevision:526866 
Saturday, 22 Feb 2020
19:08 rene search for other commits by this committer
Remove expired ports, all Python-2.7-only:

2020-02-17 audio/decibel-audio-player: Old, uses EOLed python27
2020-02-17 audio/soundconverter: Old, uses EOLed python27
2020-02-19 cad/linuxcnc-devel: Broken, uses EOLed python27
2020-02-19 databases/monetdb: Broken, uses EOLed python27
2020-02-19 databases/py-cql: Broken, uses EOLed python27
2020-02-18 databases/zodb3: Old, uses EOLed python27
2020-02-17 deskutils/gourmet: Old, uses EOLed python27
2020-02-18 devel/py-Products.PlacelessTranslationService: Old, uses EOLed
python27
2020-02-18 devel/py-Products.ZopeVersionControl: Old, uses EOLed python27
2020-02-18 devel/py-Products.statusmessages: Old, uses EOLed python27
2020-02-18 devel/py-collective.z3cform.datetimewidget: Old, uses EOLed python27
2020-02-20 devel/py-five.formlib: Old, uses EOLed python27
2020-02-18 devel/py-five.localsitemanager: Old, uses EOLed python27
2020-02-19 devel/py-notifier: Broken, uses EOLed python27
2020-02-18 devel/py-tempstorage: Old, uses EOLed python27
2020-02-19 devel/py-testgears: Broken, uses EOLed python27
2020-02-20 devel/py-z3c.caching: Old, uses EOLed python27
2020-02-18 devel/py-z3c.form: Old, uses EOLed python27
2020-02-18 devel/py-z3c.formwidget.query: Old, uses EOLed python27
2020-02-18 devel/py-zope.annotation: Old, uses EOLed python27
2020-02-18 devel/py-zope.app.applicationcontrol: Old, uses EOLed python27
2020-02-18 devel/py-zope.app.appsetup: Old, uses EOLed python27
2020-02-18 devel/py-zope.app.broken: Old, uses EOLed python27
2020-02-18 devel/py-zope.app.cache: Old, uses EOLed python27
2020-02-18 devel/py-zope.app.component: Old, uses EOLed python27
2020-02-18 devel/py-zope.app.container: Old, uses EOLed python27
2020-02-20 devel/py-zope.app.content: Old, uses EOLed python27
2020-02-18 devel/py-zope.app.debug: Old, uses EOLed python27
2020-02-18 devel/py-zope.app.dependable: Old, uses EOLed python27
2020-02-18 devel/py-zope.app.error: Old, uses EOLed python27
2020-02-20 devel/py-zope.app.exception: Old, uses EOLed python27
2020-02-18 devel/py-zope.app.file: Old, uses EOLed python27
2020-02-18 devel/py-zope.app.folder: Old, uses EOLed python27
2020-02-20 devel/py-zope.app.form: Old, uses EOLed python27
2020-02-18 devel/py-zope.app.generations: Old, uses EOLed python27
2020-02-18 devel/py-zope.app.http: Old, uses EOLed python27
2020-02-20 devel/py-zope.app.pagetemplate: Old, uses EOLed python27
2020-02-18 devel/py-zope.app.publication: Old, uses EOLed python27
2020-02-20 devel/py-zope.app.publisher: Old, uses EOLed python27
2020-02-18 devel/py-zope.app.rotterdam: Old, uses EOLed python27
2020-02-18 devel/py-zope.app.testing: Old, uses EOLed python27
2020-02-18 devel/py-zope.app.zcmlfiles: Old, uses EOLed python27
2020-02-18 devel/py-zope.app.zopeappgenerations: Old, uses EOLed python27
2020-02-20 devel/py-zope.applicationcontrol: Old, uses EOLed python27
2020-02-20 devel/py-zope.browsermenu: Old, uses EOLed python27
2020-02-20 devel/py-zope.browserpage: Old, uses EOLed python27
2020-02-20 devel/py-zope.componentvocabulary: Old, uses EOLed python27
2020-02-18 devel/py-zope.container: Old, uses EOLed python27
2020-02-18 devel/py-zope.copypastemove: Old, uses EOLed python27
2020-02-20 devel/py-zope.dublincore: Old, uses EOLed python27
2020-02-18 devel/py-zope.error: Old, uses EOLed python27
2020-02-20 devel/py-zope.formlib: Old, uses EOLed python27
2020-02-18 devel/py-zope.minmax: Old, uses EOLed python27
2020-02-20 devel/py-zope.pagetemplate: Old, uses EOLed python27
2020-02-20 devel/py-zope.ptresource: Old, uses EOLed python27
2020-02-18 devel/py-zope.ramcache: Old, uses EOLed python27
2020-02-18 devel/py-zope.site: Old, uses EOLed python27
2020-02-20 devel/py-zope.viewlet: Old, uses EOLed python27
2020-02-19 games/gcompris: Broken, uses EOLed python27
2020-02-19 graphics/commons-utilities: Broken, uses EOLed python27
2020-02-19 graphics/py-chart: Broken, uses EOLed python27
2020-02-19 japanese/tegaki-recognize: Broken, uses EOLed python27
2020-02-20 mail/py-zope.sendmail: Old, uses EOLed python27
2020-02-19 mail/pysieved: Broken, uses EOLed python27
2020-02-19 math/ogdf: Broken, uses EOLed python27
2020-02-19 math/py-viper: Broken, uses EOLed python27
2020-02-19 misc/fbless: Broken, uses EOLed python27
2020-02-19 misc/pylize: Broken, uses EOLed python27
2020-02-19 net/py-ldaptor: Broken, uses EOLed python27
2020-02-19 net/tucan: Broken, uses EOLed python27
2020-02-19 news/hellanzb: Broken, uses EOLed python27
2020-02-19 science/coot: Broken, uses EOLed python27
2020-02-19 science/py-ScientificPython: Broken, uses EOLed python27
2020-02-19 security/py-cryptlib_py: Broken, uses EOLed python27
2020-02-18 security/py-zope.app.authentication: Old, uses EOLed python27
2020-02-18 security/py-zope.app.localpermission: Old, uses EOLed python27
2020-02-18 security/py-zope.app.principalannotation: Old, uses EOLed python27
2020-02-18 security/py-zope.app.security: Old, uses EOLed python27
2020-02-18 security/py-zope.app.securitypolicy: Old, uses EOLed python27
2020-02-20 security/py-zope.authentication: Old, uses EOLed python27
2020-02-20 security/py-zope.login: Old, uses EOLed python27
2020-02-18 security/py-zope.pluggableauth: Old, uses EOLed python27
2020-02-18 security/py-zope.principalannotation: Old, uses EOLed python27
2020-02-20 security/py-zope.principalregistry: Old, uses EOLed python27
2020-02-20 security/py-zope.security: Old, uses EOLed python27
2020-02-18 security/py-zope.securitypolicy: Old, uses EOLed python27
2020-02-18 security/py-zope.session: Old, uses EOLed python27
2020-02-17 sysutils/gnome-schedule: Old, uses EOLed python27
2020-02-19 sysutils/py-XenAPI: Broken, uses EOLed python27
2020-02-19 sysutils/py-freenas.cli: Broken, uses EOLed python27
2020-02-19 textproc/ecromedos: Broken, uses EOLed python27
2020-02-18 textproc/py-wicked: Old, uses EOLed python27
2020-02-18 textproc/py-zope.app.i18n: Old, uses EOLed python27
2020-02-19 www/planet: Broken, uses EOLed python27
2020-02-18 www/py-zope.app.wsgi: Old, uses EOLed python27
2020-02-19 www/trac-attachmentpolicy: Broken, uses EOLed python27
2020-02-19 www/trac-bzr: Broken, uses EOLed python27
2020-02-19 www/trac-childtickets: Broken, uses EOLed python27
2020-02-19 www/trac-gantt: Broken, uses EOLed python27
2020-02-19 www/trac-tracdragdrop: Broken, uses EOLed python27
2020-02-19 www/trac-watchlist: Broken, uses EOLed python27
2020-02-19 www/twill: Broken, uses EOLed python27
2020-02-19 x11/wbarconf: Broken, uses EOLed python27
2020-02-19 x11-wm/simple-ccsm: Broken, uses EOLed python27
Original commitRevision:526852 
Monday, 17 Feb 2020
04:40 koobs search for other commits by this committer
[NEW] sysutils/iichid: Generic FreeBSD HID layer for I2C and USB devices

FreeBSD driver for I2C HID touchscreens (and may be other devices)

A complete discussion about how to use this tool can be found at:

 
https://larastechlab.blogspot.com/2020/01/i2c-touchpads-on-freebsd-130-current.html

Currently limited to FreeBSD 12.1+ and architectures supporting ACPI.

WWW: https://github.com/wulf7/iichid

Note: This is a recommit of ports r526092 replacing OSVER check with OSVERSION
      due to a bug in the freebsd-update make index setup/environment.

Submitted by:		cy
Differential Revision:	D23615
Original commitRevision:526340 
Friday, 14 Feb 2020
08:24 antoine search for other commits by this committer
Revert r526092 and unbreak INDEX
Original commitRevision:526094 
06:46 koobs search for other commits by this committer
[NEW] sysutils/iichid: Generic FreeBSD HID layer for I2C and USB devices

FreeBSD driver for I2C HID touchscreens (and may be other devices)

A complete discussion about how to use this tool can be found at:

https://larastechlab.blogspot.com/2020/01/i2c-touchpads-on-freebsd-130-current.html

Currently limited to FreeBSD 12.1+ and architectures supporting ACPI.

WWW: https://github.com/wulf7/iichid

Submitted by:	cy
Differential Revision:	D23615
Original commitRevision:526092 
Tuesday, 11 Feb 2020
14:40 rene search for other commits by this committer
Remove expired ports:

2020-02-08 devel/hachoir-core: Outdated, uses EOLed python27
2020-02-08 devel/hachoir-parser: Outdated, uses EOLed python27
2020-02-08 devel/hachoir-regex: Outdated, uses EOLed python27
2020-02-08 sysutils/hachoir-metadata: Outdated, uses EOLed python27
2020-02-08 sysutils/hachoir-subfile: Outdated, uses EOLed python27
2020-02-08 sysutils/hachoir-urwid: Outdated, uses EOLed python27
2020-02-08 sysutils/hachoir-wx: Outdated, uses EOLed python27
Original commitRevision:525826 
Saturday, 8 Feb 2020
14:55 bcran search for other commits by this committer
Revert "sysutils/uefi-edk2-bhyve: update to be same as uefi-edk2-bhyve-devel"

This reverts commit r525460.
Original commitRevision:525557 
Friday, 7 Feb 2020
04:44 bcran search for other commits by this committer
sysutils/uefi-edk2-bhyve: update to be same as uefi-edk2-bhyve-devel

Update sysutils/uefi-edk2-bhyve to be the same as the -devel port, and
delete the -devel port.

Also fix some issues in the Makefile.

Reviewed by:	mat, araujo
Approved by:	araujo
Differential Revision:	https://reviews.freebsd.org/D23476
Original commitRevision:525460 
Tuesday, 4 Feb 2020
21:39 acm search for other commits by this committer
- Copy bareos-* ports to bareos18-*. bareos-* will be update to 19.2.5
Original commitRevision:525235 
Thursday, 30 Jan 2020
14:45 swills search for other commits by this committer
sysutils/openseachest: create port

Cross platform utilities useful for performing various operations on SATA, SAS,
NVMe, and USB storage devices.

WWW: https://github.com/Seagate/openSeaChest
Original commitRevision:524644 
Tuesday, 28 Jan 2020
13:02 trasz search for other commits by this committer
Add sysutils/linux-c7-dosfstools.  Required for LTP.

Reviewed by:	tijl
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D23105
Original commitRevision:524476 
Monday, 27 Jan 2020
17:18 rene search for other commits by this committer
Remove expired ports (part 2):

2020-01-27 security/kedpm: Unmaintained, uses EOLed python27
2020-01-27 security/parano: Unmaintained, uses EOLed python27
2020-01-27 security/py-cryptkit: Unmaintained, uses EOLed python27
2020-01-27 security/py-fchksum: Unmaintained, uses EOLed python27
2020-01-27 security/py-mhash: Unmaintained, uses EOLed python27
2020-01-27 security/py-pow: Unmaintained, uses EOLed python27
2020-01-27 security/py-pycryptopp: Unmaintained, uses EOLed python27
2020-01-27 security/py-trustedpickle: Unmaintained, uses EOLed python27
2020-01-27 security/py-twofish: Unmaintained, uses EOLed python27
2020-01-27 security/revelation: Unmaintained, uses EOLed python27
2020-01-27 security/spike-proxy: Unmaintained, uses EOLed python27
2020-01-27 security/umit: Unmaintained, uses EOLed python27
2020-01-27 sysutils/feather: Unmaintained, uses EOLed python27
2020-01-27 sysutils/py-bcfg2: Unmaintained, uses EOLed python27
2020-01-27 sysutils/rdiff-backup-devel: Unmaintained, uses EOLed python27
2020-01-27 sysutils/tentakel: Unmaintained, uses EOLed python27
2020-01-27 textproc/archmage: Unmaintained, uses EOLed python27
2020-01-27 textproc/py-asv: Unmaintained, uses EOLed python27
2020-01-27 textproc/py-dsv: Unmaintained, uses EOLed python27
2020-01-27 textproc/py-excelerator: Unmaintained, uses EOLed python27
2020-01-27 textproc/py-jaxml: Unmaintained, uses EOLed python27
2020-01-27 textproc/py-libtre: Unmaintained, uses EOLed python27
2020-01-27 textproc/py-pyctpp2: Unmaintained, uses EOLed python27
2020-01-27 textproc/py-rstyoutube: Unmaintained, uses EOLed python27
2020-01-27 textproc/py-rxp: Unmaintained, uses EOLed python27
2020-01-27 textproc/py-syck: Unmaintained, uses EOLed python27
2020-01-27 textproc/py-tvgrab: Unmaintained, uses EOLed python27
2020-01-27 textproc/py-xlwriter: Unmaintained, uses EOLed python27
2020-01-27 textproc/py2html: Unmaintained, uses EOLed python27
2020-01-27 textproc/queequeg: Unmaintained, uses EOLed python27
2020-01-27 textproc/rubber: Unmaintained, uses EOLed python27
2020-01-27 textproc/silvercity: Unmaintained, uses EOLed python27
2020-01-27 textproc/xsv: Unmaintained, uses EOLed python27
2020-01-27 textproc/yould: Unmaintained, uses EOLed python27
2020-01-27 www/cherokee: Unmaintained, uses EOLed python27
2020-01-27 www/cppcms: Unmaintained, uses EOLed python27
2020-01-27 www/gaeutilities: Unmaintained, uses EOLed python27
2020-01-27 www/google-sitemapgen: Unmaintained, uses EOLed python27
2020-01-27 www/jtoolkit: Unmaintained, uses EOLed python27
2020-01-27 www/linkchecker: Unmaintained, uses EOLed python27
2020-01-27 www/ljdump: Unmaintained, uses EOLed python27
2020-01-27 www/monast: Unmaintained, uses EOLed python27
2020-01-27 www/py-django-paging: Unmaintained, uses EOLed python27
2020-01-27 www/py-fcgi: Unmaintained, uses EOLed python27
2020-01-27 www/py-http-parser: Unmaintained, uses EOLed python27
2020-01-27 www/py-meld: Unmaintained, uses EOLed python27
2020-01-27 www/py-mt: Unmaintained, uses EOLed python27
2020-01-27 www/py-rhodecode: Unmaintained, uses EOLed python27
2020-01-27 www/qooxdoo: Unmaintained, uses EOLed python27
2020-01-27 www/varnish-libvmod-maxminddb: Unmaintained, uses EOLed python27
2020-01-27 x11/metisse: Unmaintained, uses EOLed python27
2020-01-27 x11/ooxcb: Unmaintained, uses EOLed python27
2020-01-27 x11-toolkits/diorite: Unmaintained, uses EOLed python27
2020-01-27 x11-toolkits/nucleo: Unmaintained, only used by deprecated
x11/metisse
2020-01-27 x11-toolkits/py-gui: Unmaintained, uses EOLed python27
2020-01-27 x11-wm/ede: Unmaintained, uses EOLed python27
2020-01-27 x11-wm/obapps: Unmaintained, uses EOLed python27
2020-01-27 x11-wm/obkey: Unmaintained, uses EOLed python27
2020-01-27 x11-wm/obmenu: Unmaintained, uses EOLed python27
2020-01-27 x11-wm/plwm: Unmaintained, uses EOLed python27
Original commitRevision:524265 
Saturday, 25 Jan 2020
21:13 tcberner search for other commits by this committer
New port: ysutils/tealdeer: Fast tldr client written in Rust

Implementation of tldr in Rust: Simplified,
example based and community-driven man pages.

WWW: https://github.com/dbrgn/tealdeer

PR:		243592
Submitted by:	Lewis Cook <vulcan@wired.sh>
Original commitRevision:524134 
Thursday, 23 Jan 2020
04:21 sunpoet search for other commits by this committer
Add rubygem-license-acceptance 1.0.13

A Ruby library used for accepting the license

WWW: https://github.com/chef/license-acceptance
Original commitRevision:523872 
04:20 sunpoet search for other commits by this committer
Sort SUBDIRs
Original commitRevision:523865 
Friday, 17 Jan 2020
17:22 tcberner search for other commits by this committer
New port: sysutils/perp: Persistent process supervisor & service managment
framework

The perp package provides a set of daemons and utilities to reliably start,
monitor, log, and control a collection of persistent processes.

A "persistent process" is any program intended to be long-running, highly
available, and purpose critical. Also known and often described as a "service",
a persistent process normally provides some essential, on-demand system
service. Programs that serve email, domain name queries, and http requests are
all examples of services that are normally run as persistent processes.

These are the programs that you want to start at system boot, and to continue
running for as long as the system itself. These are the programs you need
running in uninterrupted service, day and night, forever and ever.

perp helps make sure that they do.

WWW: http://b0llix.net/perp/

PR:		243032
Submitted by:	Jan-Piet Mens <ports@jpmens.net>
Original commitRevision:523340 
Sunday, 12 Jan 2020
10:21 tcberner search for other commits by this committer
[New port] sysutils/kio-fuse: FUSE Interface for KIO

KioFuse allows you to mount remote directories into the root hierarchy of your
local file system, thereby exposing KDE's advanced access capabilities (SSH,
SAMBA/Windows, FTP, TAR/GZip/BZip2, WebDav, etc) to POSIX-compliant
applications such as Firefox, OpenOffice, GNOME apps, shell utilities and more.

KioFuse works by acting as a bridge between KDE's KIO filesystem design and
FUSE.

WWW: https://github.com/KDE/kio-fuse
Original commitRevision:522775 
Saturday, 11 Jan 2020
21:20 dvl search for other commits by this committer
Add the first SamDrucker client.

SamDrucker is a collection of small components which create a centralized list
of all packages on all hosts.

samdruckerclientshell is a small client shell, installed on a host, which
submits package information to the SamDrucker host you have already
configured.
Original commitRevision:522711 
11:29 rene search for other commits by this committer
Remove expired port:

2020-01-10 sysutils/docker-freebsd: Broken for more than 9 months
Original commitRevision:522677 
Friday, 10 Jan 2020
20:59 rene search for other commits by this committer
Remove expired ports:

2020-01-10 astro/viking: Depends on broken and expiring graphics/mapnik
2020-01-10 audio/slv2: Broken for more than 5 months
2020-01-10 audio/triceratops-lv2: Broken for more than 5 months
2020-01-10 cad/brickutils: Broken for more than 3 months, unmaintained
2020-01-10 deskutils/zanshin: Broken for more than 5 months
2020-01-10 devel/elixir-gen_state_machine: Broken for more than 6 months
2020-01-10 devel/elixir-swarm: Depends on broken and expiring
devel/elixir-gen_state_machine
2020-01-10 devel/erlang-clique: Depends on broken and expiring
devel/erlang-cuttlefish
2020-01-10 devel/erlang-gen_rpc: Broken for more than 6 months
2020-01-10 devel/erlang-msgpack: Broken for more than 6 months
2020-01-10 devel/ocaml-deriving-ocsigen: Broken for more than 6 months
2020-01-10 devel/p5-rpm-build-perl: Broken for more than 7 months
2020-01-10 devel/shedskin: Broken for more than 3 months, unmaintained
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Original commitRevision:522617 

Number of commits found: 2783 (showing only 100 on this page)

[First Page]  «  1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11  »  [Last Page]