pkgsrc/net/docsis/Makefile

21 lines
489 B
Makefile
Raw Normal View History

2008-06-12 04:14:13 +02:00
# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:39 joerg Exp $
#
DISTNAME= docsis-0.9.4
Updated docsis to 0.9.0. Changes since 0.7.5: 0.9.0 - fix range of MaxCPE (1-254) - add support for Win32 with Cygwin - fix ReAuthTimeout upper limit (30) - add script to generate HTML help from the symbol table - add NSIS packaging script for Win32 - added configure script, re-organized stuff - source code clean-up 0.8.8 02/07/03 - fix handling of label-hinted suffix to OIDs evvolve - check for string length overflow while parsing - added mibs to distribution - change SNMPv3* labels to SNMP* - add Docsis20Enable configuration setting - complete support for SnmpV3NotificationReceiver Many thanks to Rudy Zijlstra for pointing out a few bugs. 0.8.7 20/6/03 - fix bug with encoding HexStrings with trailing zeros Ronald Rosenfeld - fix double declaration of symbol T_MAC - add support for negative integers evvolve - change -lcrypto to -lcrypt to make default more "mainstream". - add support for ASN_GAUGE encodings - fix VendorSpecific decoding - print label as comment for enums Many thanks to Ronald Rosenfeld for sending in three patches. 0.8.6 31/05/03 - add support for SNMPv3Kickstart and evvolve partial support for SNMPv3 Notification Receiver - fix compilation warnings - add support for PHS Rule (untested) - cleanup indexes in docsis_symtable.h - add regression test script 0.8.4 10/05/03 - fixed SNMP handling ... hopefully for the last time :) evvolve - fixed Solaris support ctrl - added support for VendorSpecific TLVs 0.8.2 30/01/03 - Integrated fixes from Adrian Kwong and Cornel. evvolve - Updated OID format to accept "-" and "_" in labels ctrl - We can now encode decoded files directly ! akwong (thanks to help from Adrian Kwong) - MIB output format changed. - NET-SNMP 5.x support. - Dropped support for ucd-snmp. - Made SNMP decoding smarter - i.e. output OID suffix only; but switch to full-OID output if MIBs are not installed. - Hacked support for encoding MTA configuration files. - Added support for Vendor Specific info. - Worked around string formatting issues in NET-SNMP. - Added indent functionality. Update provided by Simas Mockevicius (the new maintainer) in private mail, with some changes by me.
2003-12-16 23:52:37 +01:00
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=docsis/}
MAINTAINER= symka@NetBSD.org
Updated docsis to 0.9.0. Changes since 0.7.5: 0.9.0 - fix range of MaxCPE (1-254) - add support for Win32 with Cygwin - fix ReAuthTimeout upper limit (30) - add script to generate HTML help from the symbol table - add NSIS packaging script for Win32 - added configure script, re-organized stuff - source code clean-up 0.8.8 02/07/03 - fix handling of label-hinted suffix to OIDs evvolve - check for string length overflow while parsing - added mibs to distribution - change SNMPv3* labels to SNMP* - add Docsis20Enable configuration setting - complete support for SnmpV3NotificationReceiver Many thanks to Rudy Zijlstra for pointing out a few bugs. 0.8.7 20/6/03 - fix bug with encoding HexStrings with trailing zeros Ronald Rosenfeld - fix double declaration of symbol T_MAC - add support for negative integers evvolve - change -lcrypto to -lcrypt to make default more "mainstream". - add support for ASN_GAUGE encodings - fix VendorSpecific decoding - print label as comment for enums Many thanks to Ronald Rosenfeld for sending in three patches. 0.8.6 31/05/03 - add support for SNMPv3Kickstart and evvolve partial support for SNMPv3 Notification Receiver - fix compilation warnings - add support for PHS Rule (untested) - cleanup indexes in docsis_symtable.h - add regression test script 0.8.4 10/05/03 - fixed SNMP handling ... hopefully for the last time :) evvolve - fixed Solaris support ctrl - added support for VendorSpecific TLVs 0.8.2 30/01/03 - Integrated fixes from Adrian Kwong and Cornel. evvolve - Updated OID format to accept "-" and "_" in labels ctrl - We can now encode decoded files directly ! akwong (thanks to help from Adrian Kwong) - MIB output format changed. - NET-SNMP 5.x support. - Dropped support for ucd-snmp. - Made SNMP decoding smarter - i.e. output OID suffix only; but switch to full-OID output if MIBs are not installed. - Hacked support for encoding MTA configuration files. - Added support for Vendor Specific info. - Worked around string formatting issues in NET-SNMP. - Added indent functionality. Update provided by Simas Mockevicius (the new maintainer) in private mail, with some changes by me.
2003-12-16 23:52:37 +01:00
HOMEPAGE= http://docsis.sourceforge.net/
COMMENT= Utility for manipulating DOCSIS-compliant cable modems
2008-06-12 04:14:13 +02:00
PKG_DESTDIR_SUPPORT= user-destdir
Updated docsis to 0.9.0. Changes since 0.7.5: 0.9.0 - fix range of MaxCPE (1-254) - add support for Win32 with Cygwin - fix ReAuthTimeout upper limit (30) - add script to generate HTML help from the symbol table - add NSIS packaging script for Win32 - added configure script, re-organized stuff - source code clean-up 0.8.8 02/07/03 - fix handling of label-hinted suffix to OIDs evvolve - check for string length overflow while parsing - added mibs to distribution - change SNMPv3* labels to SNMP* - add Docsis20Enable configuration setting - complete support for SnmpV3NotificationReceiver Many thanks to Rudy Zijlstra for pointing out a few bugs. 0.8.7 20/6/03 - fix bug with encoding HexStrings with trailing zeros Ronald Rosenfeld - fix double declaration of symbol T_MAC - add support for negative integers evvolve - change -lcrypto to -lcrypt to make default more "mainstream". - add support for ASN_GAUGE encodings - fix VendorSpecific decoding - print label as comment for enums Many thanks to Ronald Rosenfeld for sending in three patches. 0.8.6 31/05/03 - add support for SNMPv3Kickstart and evvolve partial support for SNMPv3 Notification Receiver - fix compilation warnings - add support for PHS Rule (untested) - cleanup indexes in docsis_symtable.h - add regression test script 0.8.4 10/05/03 - fixed SNMP handling ... hopefully for the last time :) evvolve - fixed Solaris support ctrl - added support for VendorSpecific TLVs 0.8.2 30/01/03 - Integrated fixes from Adrian Kwong and Cornel. evvolve - Updated OID format to accept "-" and "_" in labels ctrl - We can now encode decoded files directly ! akwong (thanks to help from Adrian Kwong) - MIB output format changed. - NET-SNMP 5.x support. - Dropped support for ucd-snmp. - Made SNMP decoding smarter - i.e. output OID suffix only; but switch to full-OID output if MIBs are not installed. - Hacked support for encoding MTA configuration files. - Added support for Vendor Specific info. - Worked around string formatting issues in NET-SNMP. - Added indent functionality. Update provided by Simas Mockevicius (the new maintainer) in private mail, with some changes by me.
2003-12-16 23:52:37 +01:00
BUILD_DEPENDS+= bison>=1.25:../../devel/bison
Updated docsis to 0.9.0. Changes since 0.7.5: 0.9.0 - fix range of MaxCPE (1-254) - add support for Win32 with Cygwin - fix ReAuthTimeout upper limit (30) - add script to generate HTML help from the symbol table - add NSIS packaging script for Win32 - added configure script, re-organized stuff - source code clean-up 0.8.8 02/07/03 - fix handling of label-hinted suffix to OIDs evvolve - check for string length overflow while parsing - added mibs to distribution - change SNMPv3* labels to SNMP* - add Docsis20Enable configuration setting - complete support for SnmpV3NotificationReceiver Many thanks to Rudy Zijlstra for pointing out a few bugs. 0.8.7 20/6/03 - fix bug with encoding HexStrings with trailing zeros Ronald Rosenfeld - fix double declaration of symbol T_MAC - add support for negative integers evvolve - change -lcrypto to -lcrypt to make default more "mainstream". - add support for ASN_GAUGE encodings - fix VendorSpecific decoding - print label as comment for enums Many thanks to Ronald Rosenfeld for sending in three patches. 0.8.6 31/05/03 - add support for SNMPv3Kickstart and evvolve partial support for SNMPv3 Notification Receiver - fix compilation warnings - add support for PHS Rule (untested) - cleanup indexes in docsis_symtable.h - add regression test script 0.8.4 10/05/03 - fixed SNMP handling ... hopefully for the last time :) evvolve - fixed Solaris support ctrl - added support for VendorSpecific TLVs 0.8.2 30/01/03 - Integrated fixes from Adrian Kwong and Cornel. evvolve - Updated OID format to accept "-" and "_" in labels ctrl - We can now encode decoded files directly ! akwong (thanks to help from Adrian Kwong) - MIB output format changed. - NET-SNMP 5.x support. - Dropped support for ucd-snmp. - Made SNMP decoding smarter - i.e. output OID suffix only; but switch to full-OID output if MIBs are not installed. - Hacked support for encoding MTA configuration files. - Added support for Vendor Specific info. - Worked around string formatting issues in NET-SNMP. - Added indent functionality. Update provided by Simas Mockevicius (the new maintainer) in private mail, with some changes by me.
2003-12-16 23:52:37 +01:00
GNU_CONFIGURE= YES
USE_TOOLS+= gm4
2004-04-25 10:21:05 +02:00
.include "../../net/net-snmp/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"