aboutsummaryrefslogtreecommitdiff
path: root/net/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* net/opal: Remove expired portMuhammad Moinur Rahman2023-06-301-1/+0
| | | | | | 2023-06-30 net/opal: Very outdated, current version in tree was released back in 2013 and upstream is still active Approved by: portmgr (blanket)
* net/intel-iavf-kmod: add port for Intel's iavf driver for VF on 40G and 100GPiotr Kubaj2023-06-151-0/+1
|
* net/intel-irdma-kmod: add port for irdma driverPiotr Kubaj2023-06-131-0/+1
|
* net/intel-ice-kmod: add a port for Intel 100G driverPiotr Kubaj2023-06-121-0/+1
|
* net/intel-ixv-kmod: add port for Intel 10G VF driverPiotr Kubaj2023-06-121-0/+1
|
* */*php83*: SunriseMuhammad Moinur Rahman2023-06-101-0/+3
| | | | | | | | | | | Please DO NOT use this version in production, it is an early test version. For upgrade notes please visit: https://github.com/php/php-src/blob/php-8.3.0alpha1/UPGRADING Changelog: https://github.com/php/php-src/blob/php-8.3.0alpha1/NEWS Sponsored by: Bounce Experts
* net/py-bonsai: Module for handling LDAP operations in PythonGoran Mekić2023-06-081-0/+1
| | | | | | | | | | This module uses libldap2 on Unix platforms and WinLDAP on Microsoft Windows. LDAP entries are mapped to a special Python case-insensitive dictionary, tracking the changes of the dictionary to modify the entry on the server easily. WWW: https://github.com/noirello/bonsai PR: 271696
* net/Makefile: add net/intel-igb-kmodPiotr Kubaj2023-06-061-0/+1
|
* net/rubygem-u2f0: Remove obsoleted portPo-Chuan Hsieh2023-06-051-1/+0
| | | | Use net/rubygem-u2f instead.
* net/dico: Update to 2.11/Rename portFreeBSD2023-06-031-1/+1
| | | | | | | | | | | | | | | | | | - Rename the port to match upstream naming Change the name from net/gnu-dico to net/dico, prefix gnu- was added to distinguish this port from the port french/dico no longer needed since the port french/dico was removed from ports few years ago - Switch to DISTVERSION - Strip binaries - Add missing dependencies ChangeLog: https://git.savannah.gnu.org/cgit/dico.git/tree/NEWS PR: 268796 The prefix gnu was added to distinguish this port from the port french/dico This is no longer needed since the port french/dico was removed from ports few years ago
* net/haproxy18: Remove expired portRene Ladan2023-06-031-1/+0
| | | | 2023-06-02 net/haproxy18: Upstream EOL reached on 2022-12-31
* net/haproxy17: Remove expired portRene Ladan2023-06-031-1/+0
| | | | 2023-06-02 net/haproxy17: Upstream EOL reached on 2021-03-31
* net/sniffnet: add port: Comfortably monitor your Internet trafficHiroki Tagato2023-05-311-0/+1
| | | | | | | | | | Sniffnet is a network monitoring tool to help you easily keep track of your Internet traffic. Whether you want to gather statistics, or you need to inspect more in depth what's going on in your network, this app will get you covered. WWW: https://www.sniffnet.net/
* net/rubygem-ipaddr122: Remove obsoleted portPo-Chuan Hsieh2023-05-271-1/+0
| | | | Use net/rubygem-ipaddr instead.
* net/rubygem-grpc142: Remove obsoleted portPo-Chuan Hsieh2023-05-271-1/+0
| | | | Use net/rubygem-grpc instead.
* net/rubygem-train-rest: Add rubygem-train-rest 0.5.0Po-Chuan Hsieh2023-05-271-0/+1
| | | | Train transport provides a transport to communicate easily with RESTful APIs.
* net/rubygem-proxifier2: Add rubygem-proxifier2 1.1.0Po-Chuan Hsieh2023-05-271-0/+1
| | | | | | | | | | | | | This gem was created for 2 purposes. First is to enable ruby programmers to use HTTP or SOCKS proxies interchangeably when using TCPSockets. Either manually with Proxifier::Proxy#open or by require "proxifier/env". The second purpose is to use ruby code that doesn't use proxies for users that have to use proxies. The pruby and pirb executables are simple wrappers for their respective ruby executables that support proxies from environment variables.
* net/rubygem-octokit5: Add rubygem-octokit5 5.6.1 (copied from rubygem-octokit)Po-Chuan Hsieh2023-05-271-0/+1
| | | | - Add PORTSCOUT
* net/py-trio-websocket: Add py-trio-websocket 0.10.2Po-Chuan Hsieh2023-05-271-0/+1
| | | | | | | | | Trio WebSocket implements both server and client aspects of the the WebSocket protocol, striving for safety, correctness, and ergonomics. It is based on the wsproto project, which is a Sans-IO state machine that implements the majority of the WebSocket protocol, including framing, codecs, and events. This library handles I/O using the Trio framework. This library passes the Autobahn Test Suite.
* net/speedtest-go: Add new portDries Michiels2023-05-261-0/+1
| | | | CLI and Go API to test internet speed using speedtest.net
* net/gost: Add new portJuraj Lutter2023-05-241-0/+1
| | | | | | gost is a simple security tunnel written in Golang. https://v2.gost.run/en/
* www/gitlab-ce: added new ports required for gitlab-ce 16.0.0Matthias Fechner2023-05-181-0/+1
|
* net/rubygem-octokit4: make version 4.25.1 availableMatthias Fechner2023-05-161-0/+1
|
* net/wifi-firmware-*: use metaport for "base" and switch to Makefile.incBjoern A. Zeeb2023-05-121-1/+1
| | | | | | | | | | | | | | | | | | | Rename the wifi-firmware-base to wifi-firmware-kmod (similar to gpu-firmware-mod). The former was never build so technically it is no move. Make the new subdir a metaport including all wireless firmware. Move the old Makefile to Makefile.inc and adjust the child ports accordingly. This solves two problems: (1) the base port is now buildable and (2) there is a single port to depend on to add all the needed firmware files to, e.g., put on a release media. Suggested by: amdmi3 PR: 270742 Reviewed by: ehaupt, jrm Approved by: ehaupt, jrm Differential Revision: https://reviews.freebsd.org/D40014
* net/py-speedometer: New port: Chart network TX/RX and file download rates on ↵Jesús Daniel Colmenares Oviedo2023-04-301-0/+1
| | | | | | | | | | | | the console Speedometer is a minimalistic python script that provides a TUI interface to measure and display the speed of data across a network connection or data being stored in a file. WWW: https://excess.org/speedometer/ PR: 270045
* net/trippy: Add new portEmanuel Haupt2023-04-251-0/+1
| | | | | | | Trippy combines the functionality of traceroute and ping and is designed to assist with the diagnosis of network issues. Reference: https://github.com/fujiapple852/trippy/issues/214
* net/wifi-firmware-*: connect to buildBjoern A. Zeeb2023-04-221-0/+6
| | | | | | | | | Add a missing pkg-decr [1] for wifi-firmware-base and connect all wifi-firmware-* to the build. Reported by: dvl [1] Discussed on: ports-committers (rene) PR: 270742
* net/gupnp-igd12: Add gupnp-igd12 1.2.0 (copied from gupnp-igd)Po-Chuan Hsieh2023-04-181-0/+1
| | | | - Add PORTSCOUT
* net/tightvnc: restore from atticDirk Meyer2023-04-161-0/+1
|
* www/gitlab-ce: added newly required ports for version 15.10Matthias Fechner2023-04-121-0/+1
|
* net/rubygem-net-ldap017: Add rubygem-net-ldap017 0.17.1 (copied from ↵Po-Chuan Hsieh2023-04-091-0/+1
| | | | | | rubygem-net-ldap) - Add PORTSCOUT
* net/downzemall: new port had been added (+)Alexey Dokuchaev2023-04-061-0/+1
| | | | | | | | DownZemAll! is a multi-platform mass download manager. It helps one to select, organize, prioritize, and run many downloads in parallel. Disable translations for now because required `tools' Qt 6 component pulls LLVM 15 which is too high price to pay to get `LinguistTools'.
* net/rubygem-packetgen: Add rubygem-packetgen 3.2.2Po-Chuan Hsieh2023-04-051-0/+1
| | | | PacketGen provides simple ways to generate, send and capture network packets.
* net/rubygem-interfacez: Add rubygem-interfacez 1.0.4Po-Chuan Hsieh2023-04-051-0/+1
| | | | Interfacez provides simplified network interfaces API.
* net/rubygem-omniauth_openid_connect: update to 0.6.0Matthias Fechner2023-04-031-1/+0
| | | | | Remove net/rubygem-gitlab-omniauth-openid-connect as required changes are now included upstream in omniauth_openid_connect 0.6.0.
* net/tightvnc: Remove expired port:Muhammad Moinur Rahman2023-03-301-1/+0
| | | | 2023-03-31 net/tightvnc: Last release in 2009, newer version 2.x is available for Windows only.
* net/minisapserver: Remove expired port:Muhammad Moinur Rahman2023-03-301-1/+0
| | | | 2023-03-31 net/minisapserver: Obsolete utility, functionality is now included in multimedia/vlc
* net/rustdesk-server: Add new portGuido Falsi2023-03-301-0/+1
| | | | | | | | | | | | RustDesk-server is a self hosted server for the RustDesk remote desktop software. WWW: https://rustdesk.com/server/ Patches obtained from/discussed in: https://github.com/rustdesk/rustdesk-server/pull/232 https://github.com/rustdesk/rustdesk-server/issues/209
* net/rubygem-google-cloud-resource_manager: Add ↵Po-Chuan Hsieh2023-03-211-0/+1
| | | | | | | | | | rubygem-google-cloud-resource_manager 0.37.0 Google Cloud Resource Manager enables you to programmatically manage container resources such as Organizations and Projects, that allow you to group and hierarchically organize other Cloud Platform resources. This hierarchical organization lets you easily manage common aspects of your resources such as access control and configuration settings.
* net/py-uri-template: Add py-uri-template 1.2.0Po-Chuan Hsieh2023-03-211-0/+1
| | | | | uri_template implements URI Template expansion in strict adherence to RFC 6570, but adds a few extensions.
* net/opentracker: Remove expired port:Muhammad Moinur Rahman2023-03-211-1/+0
| | | | 2023-03-21 net/opentracker: Broken since 2021
* net/rsocket-cpp: Remove expired port:Muhammad Moinur Rahman2023-03-211-1/+0
| | | | 2023-03-21 net/rsocket-cpp: Broken since 2021
* net/nfs-ganesha-kmod: Remove expired port:Muhammad Moinur Rahman2023-03-191-1/+0
| | | | 2023-03-20 net/nfs-ganesha-kmod: Broken since 2020
* net/aws-ec2-imdsv2-get: Add new portColin Percival2023-03-111-0/+1
| | | | | | | | Tool for reading data from the EC2 Instance Metadata Service (IMDS), supporting both the original (v1) protocol and the newer (v2) protocol. Authored by Jarrett Tierney. Sponsored by: https://www.patreon.com/cperciva
* net/libndp: + Neighbor discovery protocol library.Gleb Popov2023-03-061-0/+1
| | | | Sponsored by: Serenity Cybersecurity, LLC
* net/Makefile: Remove tshark, tshark-lite, and wireshark-liteJoe Marcus Clarke2023-03-031-3/+0
| | | | The tshark port is now the nox11 flavor of net/wireshark.
* net/xapsd: New port: Apple push notifications daemon for dovecotHenry2023-02-271-0/+1
| | | | | | | | | | | | | | | Apple push notification daemon for dovecot. Together with dovecot-xaps-plugin, this will enable push email for iOS devices that talk to your dovecot IMAP server. WWW: https://github.com/freswa/dovecot-xaps-daemon Submitter becomes maintainer. Is already maintainer of other ports. PR: 269748 Approved by: flo (mentor) Differential Revision: https://reviews.freebsd.org/D38779
* net/qrcp: add port: Transfer files over wifi by scanning a QR codeHiroki Tagato2023-02-241-0/+1
| | | | | | | | | | | | | Transfer files over Wi-Fi from your computer to a mobile device by scanning a QR code without leaving the terminal. qrcp binds a web server to the address of your Wi-Fi network interface on a random port and creates a handler for it. The default handler serves the content and exits the program when the transfer is complete. When used to receive files, qrcp serves an upload page and handles the transfer. WWW: https://claudiodangelis.com/qrcp
* net/alligator: new port - a mobile feed reederTobias C. Berner2023-02-181-0/+1
| | | | WWW: https://apps.kde.org/alligator/
* net/haproxy23: remove obsoleted version.Dmitry Sivachenko2023-02-141-1/+0
|