aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/yabm
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/yabm')
-rw-r--r--net-mgmt/yabm/Makefile29
-rw-r--r--net-mgmt/yabm/distinfo2
-rw-r--r--net-mgmt/yabm/files/patch-Makefile49
-rw-r--r--net-mgmt/yabm/files/patch-mylibpng.c10
-rw-r--r--net-mgmt/yabm/files/pkg-message.in11
-rw-r--r--net-mgmt/yabm/pkg-descr9
-rw-r--r--net-mgmt/yabm/pkg-plist2
7 files changed, 0 insertions, 112 deletions
diff --git a/net-mgmt/yabm/Makefile b/net-mgmt/yabm/Makefile
deleted file mode 100644
index 7571213e2b83..000000000000
--- a/net-mgmt/yabm/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# Created by: Fredrik Lindberg <fli@shapeshifter.se>
-# $FreeBSD$
-
-PORTNAME= yabm
-PORTVERSION= 0.2.1
-PORTREVISION= 2
-CATEGORIES= net-mgmt
-MASTER_SITES= http://www.shapeshifter.se/code/yabm/release/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Yet Another Bandwidth Meter, somewhat resembles the Linux bwbar
-
-LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png
-
-USE_RC_SUBR= yes
-RC_SCRIPTS_SUB= PREFIX=${PREFIX} RC_SUBR=/etc/rc.subr
-
-SUB_FILES= pkg-message
-
-NO_STAGE= yes
-post-extract:
- @${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \
- ${WRKSRC}/scripts/yabm.sh.sample > ${WRKSRC}/scripts/yabm.sh
-
-post-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/scripts/yabm.sh ${PREFIX}/etc/rc.d/yabm.sh
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>
diff --git a/net-mgmt/yabm/distinfo b/net-mgmt/yabm/distinfo
deleted file mode 100644
index a614ef99701b..000000000000
--- a/net-mgmt/yabm/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (yabm-0.2.1.tar.gz) = 0c42e254108b56030b5bd309102c114e6c791bc60a7c33480b590b016f825a48
-SIZE (yabm-0.2.1.tar.gz) = 13796
diff --git a/net-mgmt/yabm/files/patch-Makefile b/net-mgmt/yabm/files/patch-Makefile
deleted file mode 100644
index 680280badd03..000000000000
--- a/net-mgmt/yabm/files/patch-Makefile
+++ /dev/null
@@ -1,49 +0,0 @@
---- src/mylibpng/Makefile.orig 2005-04-21 18:44:48.000000000 +0200
-+++ src/mylibpng/Makefile 2012-05-06 18:42:26.000000000 +0200
-@@ -1,9 +1,10 @@
- include ../../Makefile.inc
-
--CFLAGS += -I${PREFIX}/include
-+CFLAGS += -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15
- OBJS = mylibpng.o font.o
-
- all:: ${OBJS}
-+ @touch done
-
- clean::
- @-rm ${OBJS}
---- src/Makefile.orig 2005-04-21 18:44:48.000000000 +0200
-+++ src/Makefile 2012-05-06 18:44:54.000000000 +0200
-@@ -3,9 +3,10 @@
- DIRS = mylibpng
- OBJS = yabm.o bw.o
-
--all:: ${DIRS} ${OBJS}
-+all:: ${DIRS}/done ${OBJS}
-+ @touch done
-
--mylibpng: force_look
-+mylibpng/done:
- @cd mylibpng; ${MAKE}
-
- force_look:
---- Makefile.orig 2005-04-21 18:44:48.000000000 +0200
-+++ Makefile 2012-05-06 18:44:32.000000000 +0200
-@@ -8,7 +8,7 @@
-
- LINK = -lkvm -L${PREFIX}/lib -lpng
-
--all:: ${DIRS} yabm
-+all:: ${DIRS}/done yabm
-
- install::
- ${INSTALL} -o root -m 0755 ${BIN} ${PREFIX}/bin/${BIN}
-@@ -18,7 +18,7 @@
- ${MYLIBPNG_OBJS} \
- ${OBJS} ${LINK}
-
--src: force_look
-+src/done: force_look
- @cd src; ${MAKE}
-
- force_look:
diff --git a/net-mgmt/yabm/files/patch-mylibpng.c b/net-mgmt/yabm/files/patch-mylibpng.c
deleted file mode 100644
index aff8beab5321..000000000000
--- a/net-mgmt/yabm/files/patch-mylibpng.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/mylibpng/mylibpng.c.orig 2005-04-21 18:44:48.000000000 +0200
-+++ src/mylibpng/mylibpng.c 2012-05-06 06:45:47.000000000 +0200
-@@ -35,6 +35,7 @@
- #include <errno.h>
-
- #include <png.h>
-+#include <pngpriv.h>
-
- #include "mylibpng.h"
-
diff --git a/net-mgmt/yabm/files/pkg-message.in b/net-mgmt/yabm/files/pkg-message.in
deleted file mode 100644
index 6f44b8b32458..000000000000
--- a/net-mgmt/yabm/files/pkg-message.in
+++ /dev/null
@@ -1,11 +0,0 @@
-
-**********************************************************
-
- A startup script has been copied to
- %%PREFIX%%/etc/rc.d/yabm.sh, please add yabm_enable="YES"
- in your /etc/rc.conf to run yabm at startup.
- For further script configuration notes, please see the
- online documentation or comments in yabm.sh.
-
-**********************************************************
-
diff --git a/net-mgmt/yabm/pkg-descr b/net-mgmt/yabm/pkg-descr
deleted file mode 100644
index 38a1fd6bc60b..000000000000
--- a/net-mgmt/yabm/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-Yet Another Bandwidth Meter displays current bandwidth utilization using the
-PNG image format. It somewhat resembles the Linux bwbar (although there is no
-connection to it).
-
-Features include measurement both on interface and assigned IP-address basis,
-possible to run non-root and non-setuid, quite customizable (colours, geometry,
-device max speed, etc). It also includes text output to the image.
-
-WWW: http://shapeshifter.se/code/yabm/
diff --git a/net-mgmt/yabm/pkg-plist b/net-mgmt/yabm/pkg-plist
deleted file mode 100644
index 462ac9df4d45..000000000000
--- a/net-mgmt/yabm/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/yabm
-etc/rc.d/yabm.sh