Initial import of etherape 0.9.0
EtherApe is a graphical network monitor for Unix modeled after etherman. Featuring link layer, ip and TCP modes, it displays network activity graphically. Hosts and links change in size with traffic. Color coded protocols display. It supports Ethernet, FDDI, Token Ring, ISDN, PPP and SLIP devices. It can filter traffic to be shown, and can read traffic from a file as well as live from the network. WWW: http://etherape.sourceforge.net/ from Craig Barraclough <craigba@creative.com.au>
This commit is contained in:
parent
c10e91f921
commit
bccfad740a
36
net/etherape/Makefile
Normal file
36
net/etherape/Makefile
Normal file
@ -0,0 +1,36 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2003/06/30 17:18:37 sturm Exp $
|
||||
|
||||
COMMENT= "graphical network monitor"
|
||||
|
||||
DISTNAME= etherape-0.9.0
|
||||
CATEGORIES= net
|
||||
|
||||
HOMEPAGE= http://etherape.sourceforge.net/
|
||||
|
||||
MAINTAINER= Craig Barraclough <craigba@creative.com.au>
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
.if ${MACHINE_ARCH} == "sparc64"
|
||||
PATCH_LIST= patch-* gcc-*
|
||||
.endif
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=etherape/}
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
MAKE_ENV+= LIBTOOL="${LOCALBASE}/bin/libtool"
|
||||
|
||||
LIB_DEPENDS= gtk-x11-2.0.0.11::x11/gtk+2 \
|
||||
glade-2.0.0.1::devel/libglade2 \
|
||||
gnomeui-2::x11/gnome/libgnomeui
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/etherape/distinfo
Normal file
3
net/etherape/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (etherape-0.9.0.tar.gz) = a712f4cb04897d1a02ce988cffbf254c
|
||||
RMD160 (etherape-0.9.0.tar.gz) = ea62cd81bd4465a8631e9dcf6d33ff0beb0dec12
|
||||
SHA1 (etherape-0.9.0.tar.gz) = f47a9289464b3bca15d8ea09e20fb5f632da416d
|
21
net/etherape/patches/gcc-configure
Normal file
21
net/etherape/patches/gcc-configure
Normal file
@ -0,0 +1,21 @@
|
||||
$OpenBSD: gcc-configure,v 1.1.1.1 2003/06/30 17:18:37 sturm Exp $
|
||||
--- configure.orig Thu Jun 26 22:06:25 2003
|
||||
+++ configure Thu Jun 26 22:07:30 2003
|
||||
@@ -5819,6 +5819,8 @@ fi
|
||||
|
||||
done
|
||||
|
||||
+_SAVE_CFLAGS=$CFLAGS
|
||||
+CFLAGS=-O0
|
||||
echo "$as_me:$LINENO: checking for GNU libc compatible malloc" >&5
|
||||
echo $ECHO_N "checking for GNU libc compatible malloc... $ECHO_C" >&6
|
||||
if test "${ac_cv_func_malloc_0_nonnull+set}" = set; then
|
||||
@@ -5891,7 +5893,7 @@ cat >>confdefs.h <<\_ACEOF
|
||||
_ACEOF
|
||||
|
||||
fi
|
||||
-
|
||||
+CFLAGS=$_SAVE_CFLAGS
|
||||
|
||||
|
||||
echo "$as_me:$LINENO: checking for working memcmp" >&5
|
8
net/etherape/pkg/DESCR
Normal file
8
net/etherape/pkg/DESCR
Normal file
@ -0,0 +1,8 @@
|
||||
EtherApe is a graphical network monitor for Unix modeled after
|
||||
etherman. Featuring link layer, ip and TCP modes, it displays network
|
||||
activity graphically. Hosts and links change in size with traffic.
|
||||
Color coded protocols display. It supports Ethernet, FDDI, Token
|
||||
Ring, ISDN, PPP and SLIP devices. It can filter traffic to be shown,
|
||||
and can read traffic from a file as well as live from the network.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
29
net/etherape/pkg/PLIST
Normal file
29
net/etherape/pkg/PLIST
Normal file
@ -0,0 +1,29 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/06/30 17:18:37 sturm Exp $
|
||||
bin/etherape
|
||||
lib/locale/es/LC_MESSAGES/etherape.mo
|
||||
lib/locale/fr/LC_MESSAGES/etherape.mo
|
||||
lib/locale/nl/LC_MESSAGES/etherape.mo
|
||||
lib/locale/tr/LC_MESSAGES/etherape.mo
|
||||
man/man1/etherape.1
|
||||
share/etherape/glade/etherape.glade2
|
||||
share/etherape/glade/etherape.png
|
||||
share/etherape/glade/pause.xpm
|
||||
share/etherape/glade/play.xpm
|
||||
share/etherape/glade/stop.xpm
|
||||
share/gnome/apps/Applications/etherape.desktop
|
||||
share/pixmaps/etherape.png
|
||||
@comment @dirrm share/pixmaps
|
||||
@comment @dirrm share/gnome/apps/Applications
|
||||
@comment @dirrm share/gnome/apps
|
||||
@comment @dirrm share/gnome
|
||||
@dirrm share/etherape/glade
|
||||
@dirrm share/etherape
|
||||
@comment @dirrm lib/locale/tr/LC_MESSAGES
|
||||
@comment @dirrm lib/locale/tr
|
||||
@comment @dirrm lib/locale/nl/LC_MESSAGES
|
||||
@comment @dirrm lib/locale/nl
|
||||
@comment @dirrm lib/locale/fr/LC_MESSAGES
|
||||
@comment @dirrm lib/locale/fr
|
||||
@comment @dirrm lib/locale/es/LC_MESSAGES
|
||||
@comment @dirrm lib/locale/es
|
||||
@comment @dirrm lib/locale
|
Loading…
Reference in New Issue
Block a user