diff options
-rw-r--r-- | net/altq/Makefile | 47 | ||||
-rw-r--r-- | net/altq/files/md5 | 3 | ||||
-rw-r--r-- | net/altq/patches/patch-aa | 10 | ||||
-rw-r--r-- | net/altq/pkg/COMMENT | 1 | ||||
-rw-r--r-- | net/altq/pkg/DESCR | 14 | ||||
-rw-r--r-- | net/altq/pkg/PLIST | 7 |
6 files changed, 0 insertions, 82 deletions
diff --git a/net/altq/Makefile b/net/altq/Makefile deleted file mode 100644 index a141028d144..00000000000 --- a/net/altq/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# New ports collection makefile for: altq userland -# Version required: 1.2 -# Date created: Wed Jul 1 12:50:42 JST 1998 -# Whom: itojun -# -# $Id: Makefile,v 1.1.1.1 1999/07/08 03:02:07 itojun Exp $ -# - -DISTNAME= altq-1.2 -CATEGORIES= net -MASTER_SITES= ftp://ftp.csl.sony.co.jp/pub/kjc/ - -MAINTAINER= itojun@kame.net - -MAKE_ENV+= SYS_DEFINES=-DINET6 SYS_LIBS="-L/usr/local/v6/lib -linet6" \ - SYS_INCLUDES="" SUBDIRS="atm-tools" - -MAN4= en.4 pvc.4 natm.4 -MAN8= pvcsif.8 pvctxctl.8 -#MAN8+= cbqd.8 fifoqd.8 redd.8 riod.8 wfqd.8 - -post-install: - # manpages - for i in en.4 natm.4 pvc.4; do\ - ${INSTALL_MAN} ${WRKSRC}/atm-tools/$$i ${PREFIX}/man/man4;\ - done - for i in pvcsif.8 pvctxctl.8; do\ - ${INSTALL_MAN} ${WRKSRC}/atm-tools/$$i ${PREFIX}/man/man8;\ - done -# for i in cbqd.8 fifoqd.8 redd.8 riod.8 wfqd.8; do\ -# ${INSTALL_MAN} ${WRKSRC}/docs/$$i ${PREFIX}/man/man8;\ -# done - # docs -# ${MKDIR} ${PREFIX}/share/doc/altq -# for i in PERF.txt TIPS.txt cbq-howto.txt how-to-modify-drivers.txt \ -# rsvp-and-cbq-by-sally.txt wfq.txt; do\ -# ${INSTALL_DATA} ${WRKSRC}/docs/$$i ${PREFIX}/share/doc/altq;\ -# done -# for i in CHANGES INSTALL MAKEDEV.altq README; do\ -# ${INSTALL_DATA} ${WRKSRC}/$$i ${PREFIX}/share/doc/altq;\ -# done -# @${CAT} ${PKGDIR}/MESSAGE - -#makedev: -# (cd ${WRKSRC}; sh MAKEDEV.altq all) - -.include "../../mk/bsd.pkg.mk" diff --git a/net/altq/files/md5 b/net/altq/files/md5 deleted file mode 100644 index 56ed37b8258..00000000000 --- a/net/altq/files/md5 +++ /dev/null @@ -1,3 +0,0 @@ -$NetBSD: md5,v 1.1.1.1 1999/07/08 03:02:07 itojun Exp $ - -MD5 (altq-1.2.tar.gz) = f67a22336c9025631b15df612eb802c4 diff --git a/net/altq/patches/patch-aa b/net/altq/patches/patch-aa deleted file mode 100644 index 63c2c44dadf..00000000000 --- a/net/altq/patches/patch-aa +++ /dev/null @@ -1,10 +0,0 @@ ---- Makefile.orig Wed Jan 13 09:47:07 1999 -+++ Makefile Wed Jan 13 09:47:14 1999 -@@ -14,6 +14,6 @@ - # for INRIA IPv6 - # make install SYS_DEFINES=-DINET6 - --SUBDIR= cbq-tools red-tools rio-tools wfq-tools fifoq-tools atm-tools -+SUBDIR= atm-tools - - .include <bsd.subdir.mk> diff --git a/net/altq/pkg/COMMENT b/net/altq/pkg/COMMENT deleted file mode 100644 index bae10cd0f0e..00000000000 --- a/net/altq/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -userland tools for alternate queueing framework. (ATM tools only) diff --git a/net/altq/pkg/DESCR b/net/altq/pkg/DESCR deleted file mode 100644 index 3bb4509c28d..00000000000 --- a/net/altq/pkg/DESCR +++ /dev/null @@ -1,14 +0,0 @@ -This is a release of Alternate Queueing for BSD Unix. -The release has become fairly stable but still it is a research prototype. -So use it at your own risk! -All interfaces are likely to change in the future release. - -The release includes: - alternate queueing support for FreeBSD-2.2.[1256]R kernel. - CBQ, WFQ, RED, and FIFOQ implementations - tools for CBQ - RSVP stubs for CBQ - ECN (for IPv4) support in RED and TCP - -but lacks some of necessary documentation and functions. Some -functions are implemented poorly. diff --git a/net/altq/pkg/PLIST b/net/altq/pkg/PLIST deleted file mode 100644 index 315d2fc6ff0..00000000000 --- a/net/altq/pkg/PLIST +++ /dev/null @@ -1,7 +0,0 @@ -man/man4/en.4.gz -man/man4/natm.4.gz -man/man4/pvc.4.gz -man/man8/pvcsif.8.gz -man/man8/pvctxctl.8.gz -sbin/pvcsif -sbin/pvctxctl |