mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
net-mgmt/mac-telnet: New port
Console tools for connecting to, and serving, devices using MikroTik RouterOS MAC-Telnet protocol.
This commit is contained in:
parent
b23ea4e2d2
commit
74f44eaa46
@ -122,6 +122,7 @@
|
||||
SUBDIR += librenms
|
||||
SUBDIR += libsmi
|
||||
SUBDIR += lldpd
|
||||
SUBDIR += mac-telnet
|
||||
SUBDIR += mbrowse
|
||||
SUBDIR += mdata-client
|
||||
SUBDIR += metronome
|
||||
|
21
net-mgmt/mac-telnet/Makefile
Normal file
21
net-mgmt/mac-telnet/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
PORTNAME= mac-telnet
|
||||
PORTVERSION= 0.4.5.a1
|
||||
CATEGORIES= net-mgmt net
|
||||
|
||||
MAINTAINER= marcus@FreeBSD.org
|
||||
COMMENT= MAC telnet client for connecting to MikroTik RouterOS devices
|
||||
WWW= https://github.com/haakonnessjoen/MAC-Telnet
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USES= autoreconf libtool pkgconfig gettext
|
||||
USE_GITHUB= yes
|
||||
|
||||
GH_ACCOUNT= haakonnessjoen
|
||||
GH_PROJECT= MAC-Telnet
|
||||
GH_TAGNAME= 42d6271
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
.include <bsd.port.mk>
|
3
net-mgmt/mac-telnet/distinfo
Normal file
3
net-mgmt/mac-telnet/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1662668203
|
||||
SHA256 (haakonnessjoen-MAC-Telnet-0.4.5.a1-42d6271_GH0.tar.gz) = 815e5bc9db630b5733ac93263f2a740f33486c6be2dd8887eba7ff33a6e84a41
|
||||
SIZE (haakonnessjoen-MAC-Telnet-0.4.5.a1-42d6271_GH0.tar.gz) = 66424
|
4
net-mgmt/mac-telnet/pkg-descr
Normal file
4
net-mgmt/mac-telnet/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Open source MAC Telnet client and server for connecting to MikroTik RouterOS
|
||||
devices and Posix machines via MAC address.
|
||||
|
||||
Binaries are provided for both mac-telnet client and server.
|
11
net-mgmt/mac-telnet/pkg-plist
Normal file
11
net-mgmt/mac-telnet/pkg-plist
Normal file
@ -0,0 +1,11 @@
|
||||
bin/macping
|
||||
bin/mactelnet
|
||||
bin/mndp
|
||||
etc/mactelnetd.users
|
||||
man/man1/macping.1.gz
|
||||
man/man1/mactelnet.1.gz
|
||||
man/man1/mactelnetd.1.gz
|
||||
man/man1/mndp.1.gz
|
||||
sbin/mactelnetd
|
||||
share/locale/bg/LC_MESSAGES/mactelnet.mo
|
||||
share/locale/nb/LC_MESSAGES/mactelnet.mo
|
Loading…
Reference in New Issue
Block a user