summaryrefslogtreecommitdiff
path: root/net-mgmt/docsis
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/docsis')
-rw-r--r--net-mgmt/docsis/Makefile32
-rw-r--r--net-mgmt/docsis/distinfo1
-rw-r--r--net-mgmt/docsis/files/patch-Makefile24
-rw-r--r--net-mgmt/docsis/files/patch-docsis_decode.c11
-rw-r--r--net-mgmt/docsis/files/patch-docsis_main.c18
-rw-r--r--net-mgmt/docsis/files/patch-docsis_snmp.c13
-rw-r--r--net-mgmt/docsis/files/patch-docsis_yy.y13
-rw-r--r--net-mgmt/docsis/files/patch-ethermac.h13
-rw-r--r--net-mgmt/docsis/pkg-descr6
-rw-r--r--net-mgmt/docsis/pkg-plist22
10 files changed, 0 insertions, 153 deletions
diff --git a/net-mgmt/docsis/Makefile b/net-mgmt/docsis/Makefile
deleted file mode 100644
index 7d67dbde3828..000000000000
--- a/net-mgmt/docsis/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: docsis
-# Date created: Jul 5, 2002
-# Whom: James Flemer <jflemer@acm.jhu.edu>
-#
-# $FreeBSD$
-#
-
-PORTNAME= docsis
-PORTVERSION= 0.8.2
-PORTREVISION= 1
-CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTNAME= ${PORTNAME}-${PORTVERSION}-RELEASE
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= jflemer@alum.rpi.edu
-COMMENT= DOCSIS(tm) binary configuration file encoder/decoder
-
-LIB_DEPENDS= netsnmp:${PORTSDIR}/net/net-snmp
-
-USE_OPENSSL= yes
-USE_BISON= yes
-
-ALL_TARGET= docsis
-
-do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/docsis ${PREFIX}/bin
- @${MKDIR} ${EXAMPLESDIR}
- @${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}
-
-.include <bsd.port.mk>
diff --git a/net-mgmt/docsis/distinfo b/net-mgmt/docsis/distinfo
deleted file mode 100644
index 1361ad6dc2ef..000000000000
--- a/net-mgmt/docsis/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (docsis-0.8.2-RELEASE.tgz) = 595fbed678834bc9f60bc6d5bbe847d8
diff --git a/net-mgmt/docsis/files/patch-Makefile b/net-mgmt/docsis/files/patch-Makefile
deleted file mode 100644
index 986b74873507..000000000000
--- a/net-mgmt/docsis/files/patch-Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-
-$FreeBSD$
-
---- Makefile.orig Tue Feb 11 15:36:39 2003
-+++ Makefile Thu Feb 27 19:16:03 2003
-@@ -1,6 +1,6 @@
- # Makefile for "docsis" program.
- #
--CC = gcc
-+#CC = gcc
- DEFS = -DYY_NO_UNPUT -DDEBUG
- #
- # We assume net-snmp is installed in /opt/net-snmp. If not, replace with
-@@ -8,8 +8,8 @@
- # -lnetsnmp is NET-SNMP
- # -lcrypto is OpenSSL.
- #
--CFLAGS = -g -Wall -I/opt/net-snmp/include
--LIBS = -L/opt/net-snmp/lib -lnetsnmp -lcrypto -lnsl -lfl -lm
-+CFLAGS += -I${PREFIX}/include -I${OPENSSLINC}
-+LIBS = -L${PREFIX}/lib -L${OPENSSLLIB} -lnetsnmp -lcrypto -lfl -lm
-
- # If you installed NET-SNMP in /usr/local, uncomment the following two lines:
- # CFLAGS = -g -Wall -I/usr/local/include
diff --git a/net-mgmt/docsis/files/patch-docsis_decode.c b/net-mgmt/docsis/files/patch-docsis_decode.c
deleted file mode 100644
index ea2184c0fa84..000000000000
--- a/net-mgmt/docsis/files/patch-docsis_decode.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- docsis_decode.c.orig Fri Jul 5 14:54:11 2002
-+++ docsis_decode.c Fri Jul 5 14:55:31 2002
-@@ -47,7 +47,7 @@
- memset( &helper, 0,sizeof(unsigned int));
- memcpy( &helper, tlvbuf+2, sizeof(unsigned int));
-
-- printf ( "%s %u;\n", sym->sym_ident, ntohl(helper));
-+ printf ( "%s %u;\n", sym->sym_ident, (unsigned int)ntohl(helper));
- }
-
- void decode_ushort (unsigned char *tlvbuf, symbol_type *sym)
diff --git a/net-mgmt/docsis/files/patch-docsis_main.c b/net-mgmt/docsis/files/patch-docsis_main.c
deleted file mode 100644
index 85ff4b3f217a..000000000000
--- a/net-mgmt/docsis/files/patch-docsis_main.c
+++ /dev/null
@@ -1,18 +0,0 @@
-
-$FreeBSD$
-
---- docsis_main.c.orig Thu Feb 13 17:21:40 2003
-+++ docsis_main.c Sat Apr 5 10:18:46 2003
-@@ -180,10 +180,10 @@
- if (! netsnmp_ds_get_boolean (NETSNMP_DS_LIBRARY_ID, NETSNMP_DS_LIB_PRINT_UCD_STYLE_OID)) {
- netsnmp_ds_toggle_boolean(NETSNMP_DS_LIBRARY_ID, NETSNMP_DS_LIB_PRINT_UCD_STYLE_OID);
- } */
--
-+/*
- if (! netsnmp_ds_get_boolean (NETSNMP_DS_LIBRARY_ID, NETSNMP_DS_LIB_DONT_PRINT_UNITS)) {
- netsnmp_ds_toggle_boolean(NETSNMP_DS_LIBRARY_ID, NETSNMP_DS_LIB_DONT_PRINT_UNITS);
-- }
-+ } */
-
- netsnmp_ds_set_int(NETSNMP_DS_LIBRARY_ID, NETSNMP_DS_LIB_OID_OUTPUT_FORMAT,
- NETSNMP_OID_OUTPUT_SUFFIX);
diff --git a/net-mgmt/docsis/files/patch-docsis_snmp.c b/net-mgmt/docsis/files/patch-docsis_snmp.c
deleted file mode 100644
index bbf8b1e8877b..000000000000
--- a/net-mgmt/docsis/files/patch-docsis_snmp.c
+++ /dev/null
@@ -1,13 +0,0 @@
-
-$FreeBSD$
-
---- docsis_snmp.c.orig Tue Feb 11 16:36:30 2003
-+++ docsis_snmp.c Thu Feb 27 19:17:23 2003
-@@ -206,6 +206,7 @@
- static char outbuf[1024];
- char *cp;
-
-+ badtype = 0;
- memset (outbuf, 0, 1024);
-
- vp = (struct variable_list *) malloc (sizeof (struct variable_list));
diff --git a/net-mgmt/docsis/files/patch-docsis_yy.y b/net-mgmt/docsis/files/patch-docsis_yy.y
deleted file mode 100644
index b3e1614f0025..000000000000
--- a/net-mgmt/docsis/files/patch-docsis_yy.y
+++ /dev/null
@@ -1,13 +0,0 @@
-
-$FreeBSD$
-
---- docsis_yy.y.orig Sun Feb 9 15:35:00 2003
-+++ docsis_yy.y Thu Feb 27 19:14:53 2003
-@@ -50,7 +50,6 @@
- %token <strval> T_ETHERMASK
- %token <strval> T_LABEL_OID
- %token <strval> T_IP
--%token <strval> T_MAC
- %token <strval> T_MAIN
- %token <strval> T_STRING
- %token <strval> T_HEX_STRING
diff --git a/net-mgmt/docsis/files/patch-ethermac.h b/net-mgmt/docsis/files/patch-ethermac.h
deleted file mode 100644
index 2219065fbf36..000000000000
--- a/net-mgmt/docsis/files/patch-ethermac.h
+++ /dev/null
@@ -1,13 +0,0 @@
-
-$FreeBSD$
-
---- ethermac.h.orig Wed Feb 13 14:09:52 2002
-+++ ethermac.h Thu Feb 27 19:14:53 2003
-@@ -22,6 +22,7 @@
-
- #include <stdio.h>
- #include <string.h>
-+#include <stdlib.h>
-
- int ether_aton ( const char *macstr, unsigned char *outbuf ) ;
- char * ether_ntoa ( const unsigned char *mac);
diff --git a/net-mgmt/docsis/pkg-descr b/net-mgmt/docsis/pkg-descr
deleted file mode 100644
index 3493a2c9a21d..000000000000
--- a/net-mgmt/docsis/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Docsis is a small program that can be used to generate binary
-configuration files for DOCSIS-compliant cable modems. DOCSIS stands
-for Data over Cable Service Interface Specification and is a standard
-developed by Cablelabs.
-
-WWW: http://docsis.sourceforge.net/
diff --git a/net-mgmt/docsis/pkg-plist b/net-mgmt/docsis/pkg-plist
deleted file mode 100644
index 7f8b2607a04a..000000000000
--- a/net-mgmt/docsis/pkg-plist
+++ /dev/null
@@ -1,22 +0,0 @@
-bin/docsis
-share/examples/docsis/docsis1.0_2class_non-rfc2669.cfg
-share/examples/docsis/docsis1.0_2class_rfc2669.cfg
-share/examples/docsis/docsis1.0_basic.cfg
-share/examples/docsis/docsis1.0_basic_bpi.cfg
-share/examples/docsis/docsis1.0_basic_upgrade.cfg
-share/examples/docsis/docsis1.0_example.cfg
-share/examples/docsis/docsis1.0_filters2_oidnum.cfg
-share/examples/docsis/docsis1.0_filters2_oidtext.cfg
-share/examples/docsis/docsis1.0_filters_NmAccess.cfg
-share/examples/docsis/docsis1.0_filters_oidnum.cfg
-share/examples/docsis/docsis1.0_filters_oidtext.cfg
-share/examples/docsis/docsis1.1_classifiers.cfg
-share/examples/docsis/docsis1.1_classifiers2.cfg
-share/examples/docsis/docsis1.1_simple.cfg
-share/examples/docsis/docsis1.1_stress_test.cfg
-share/examples/docsis/docsis20.cfg
-share/examples/docsis/docsis20_no_snmp.cfg
-share/examples/docsis/keyfile
-share/examples/docsis/packetcable_mta.cfg
-share/examples/docsis/testkey.key
-@dirrm share/examples/docsis