mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
35 lines
1.4 KiB
Tcl
35 lines
1.4 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup github 1.0
|
|
|
|
github.setup rlaager docsis 0.9.8 upstream/
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
revision 5
|
|
categories net
|
|
maintainers {ryandesign @ryandesign} openmaintainer
|
|
license GPL-2+
|
|
|
|
description generates binary configuration files for DOCSIS-compliant cable modems
|
|
|
|
long_description This program encodes text configuration files which contain Configuration \
|
|
File Settings into binary configuration files, as specified by the DOCSIS \
|
|
Radio Frequency Interface Specification, Appendix C. \
|
|
It supports most DOCSIS 2.0 Configuration Settings.
|
|
|
|
checksums rmd160 81746f85e29b128aea7446f0d87596fe78a09e46 \
|
|
sha256 514dfa6b713ae75416ec38de0ec0732b7f296c5b19aff58b875fcbcd9893da14
|
|
|
|
depends_build port:autoconf \
|
|
port:automake \
|
|
port:bison \
|
|
port:flex \
|
|
path:lib/pkgconfig/glib-2.0.pc:glib2 \
|
|
port:libtool
|
|
|
|
depends_lib path:lib/libssl.dylib:openssl \
|
|
port:net-snmp
|
|
|
|
configure.cmd ./autogen.sh
|