0a65035a10
Changelog: 0.9.4 - fix parsing of square brackets in string OID labels - close the file descriptor in parse_config_file - re-work of decoding infrastructure for CableHome 0.9.3 - update CMTS MIC calculation per DOCSIS 2.0 (added SubMgmt settings to CMTS MIC calculation) - fix decoding of long Strings in SNMP Objects - add support for long Variable Bindings (>127) - add support for TLV64 encode/decode for long SNMP Objects. - add support for Downstream Channel List TLVs - add support for TftpModemAddress and TftpTimeout TLVs - make GenericTLVs easier to decode/encode when printable strings are used - fixed memory leaks (for the sake of it)
18 lines
454 B
Makefile
18 lines
454 B
Makefile
# $NetBSD: Makefile,v 1.14 2005/07/02 13:03:53 symka Exp $
|
|
#
|
|
|
|
DISTNAME= docsis-0.9.4
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=docsis/}
|
|
|
|
MAINTAINER= symka@NetBSD.org
|
|
HOMEPAGE= http://docsis.sourceforge.net/
|
|
COMMENT= Utility for manipulating DOCSIS-compliant cable modems
|
|
|
|
BUILD_DEPENDS+= bison>=1.25:../../devel/bison
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_TOOLS+= gm4
|
|
|
|
.include "../../net/net-snmp/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|