summaryrefslogtreecommitdiff
path: root/sysutils/py-packet-python (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-04-07One more small cleanup, forgotten yesterday.Mathieu Arnold1-1/+0
Reported by: lwhsu
2021-04-06Remove # $FreeBSD$ from Makefiles.Mathieu Arnold1-1/+0
2020-12-28Drop python 2.7 support from a few portsAntoine Brodin1-1/+1
With hat: portmgr
2019-02-01Update WWWSunpoet Po-Chuan Hsieh1-2/+2
Approved by: portmgr (blanket)
2018-10-23new port: sysutils/py-packet-python: provides packet.net API wrapperDave Cottlehuber4-0/+57
packet.net is a "bare metal as a service" infrastructure provider, with a python-enabled API. This module plays nicely with ansible, see upstream module docs for that integration. Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D17517