| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
PR: 5290
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
|
| |
|
|
|
|
| |
Submitted by: hosokawa
|
|
|
|
| |
Pointed out by: Max
|
| |
|
| |
|
|
|
|
|
| |
Changes include rsyncd_trees lives in /var/db rather than /etc. Also rsyncd
is installed in PREFIX/libexec, not PREFIX/bin.
|
| |
|
|
|
|
|
| |
Change maintainer to me
initial openbsd support
|
| |
|
|
|
|
|
| |
it's no longer RESTRICTED. Also de-obfuscate the port a little by removing
the magic done by scripts/configure and moving it to the Makefile.
|
| |
|
| |
|
| |
|
|
|
|
| |
there is no patch. ;)
|
| |
|
| |
|
|
|
|
| |
CFLAGS += 's.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
PR: ports/4118
|
| |
|
|
|
|
| |
Reported by: fenner@parc.xerox.com, jhay@mikom.csir.co.za
|
| |
|
|
|
|
| |
Reviewed by: satoshi, kjc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
please add some sysctl -n kern.osreldate magic, Justin.
NFIGURE_ARGS= --with-defaults --with-sys-contact=nobody@no.where
.else
IS_INTERACTIVE= yes
.endif
MAN1= snmpget.1 snmpset.1 snmpwalk.1 snmpbulkwalk.1 \
snmpgetnext.1 snmptest.1 snmpnetstat.1 snmptranslate.1 \
snmptrap.1 snmpstatus.1
MAN3= snmp_api.3 mib_api.3
MAN5= variables.5 snmpd.conf.5
MAN8= snmptrapd.8 snmpd.8
BIN= snmpbulkwalk snmpget snmpgetnext snmpnetstat \
snmpset snmpstatus snmptest snmptranslate \
snmptrap snmptrapd snmpwalk
SBIN= snmpd
post-install:
( cd ${PREFIX}/bin; strip ${BIN} )
( cd ${PREFIX}/sbin; strip ${SBIN} )
@${MKDIR} ${PREFIX}/share/examples/ucd-snmp
@for F in ${WRKSRC}/etc/* ; do \
${INSTALL_DATA} $$F ${PREFIX}/share/examples/ucd-snmp ; done
@if [ ! -f ${PREFIX}/etc/rc.d/snmpd.sh ]; then \
echo "Creating ${PREFIX}/etc/rc.d/snmpd.sh startup file."; \
echo "#!/bin/sh" > ${PREFIX}/etc/rc.d/snmpd.sh; \
echo "[ -x /usr/local/sbin/snmpd ] && /usr/local/sbin/snmpd && echo -n ' snmpd'" >> ${PREFIX}/etc/rc.d/snmpd.sh; \
chmod 751 ${PREFIX}/etc/rc.d/snmpd.sh; \
fi
.include <bsd.port.mk>
|
|
|
|
| |
change "BROKEN".
|
| |
|
|
|
|
|
|
| |
Tele Traffic Tapper, a network traffic monitoring tool
Reviewed by: kjc@csl.sony.co.jp
|
|
|
|
|
|
| |
Tele Traffic Tapper, a network traffic monitoring tool
Reviewed by: kjc@csl.sony.co.jp
|
| |
|
| |
|
|
|
|
| |
Submitted by: Sheldon Hearn <axl@iafrica.com>
|
|
|
|
| |
Read config file from PREFIX/etc rather than /etc.
|
|
|
|
|
| |
PR: ports/5037
Submitted by: Sheldon Hearn <axl@iafrica.com>
|
| |
|
| |
|
|
|
|
|
| |
instead of PKGNAME. DISTNAME is mentioned to be a "mandatory"
variable in a few places.
|
| |
|
| |
|
|
|
|
|
|
| |
pcap(3) packet capture library to log any SYN packets to a logfile. The
output format is designed to be very easily parsed by various text
processing tools.
|
|
|
|
|
|
|
|
| |
decode of Ethernet, IP, ICMP, UDP and TCP headers. Boolean expressions
may also be specified for packet selection.
tcpshow's output is simular to Sun Solaris's snoop(1M) command for
network packet capture and inspection.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
kdegames -> games/
kdenetwork -> net/
kdesupport -> converters/
kdeutils -> misc/
(Repository copy already done, dependency path and category name fixups
is being done in this commit.)
(2) Add a virtual category "kde" and add all six (incl. x11/kde{base,lib})
ports.
(3) Make package names follow the convention.
(4) Change "BUILD_DEPENDS=${X11R6}/bin/moc:..." to "...=moc:...".
There is no need to specify the full pathname if the target is an
executable in the standard path. (Actually, as the same port is
specified in LIB_DEPENDS, I think we can completely do away with
this line but since Stefan added this explicitly, I assume there
is a reason for it and left it alone.)
Approved by: se (all but 4)
|
| |
|
| |
|
|
|
|
|
| |
fully functional, different from most of the other KDE stuff, but look
very promising, already.
|
| |
|