diff options
author | mef <mef@pkgsrc.org> | 2015-01-03 14:18:13 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-01-03 14:18:13 +0000 |
commit | c6478700055d9bfb005a2289c66cd72cb7f2fde5 (patch) | |
tree | 2addf8814cf88150ecd793df6deb164b5a3a631a /ham | |
parent | aea1800683f2774c1923d661bc848feaba8edfed (diff) | |
download | pkgsrc-c6478700055d9bfb005a2289c66cd72cb7f2fde5.tar.gz |
This version of gnuradio-trellis searches command xmlto and if found,
html/gr-trellis.html is installed in share/doc/gnuradio-${PKGVERSION}.
There doesn't seem the way to disable this behavior. So add always-
dependency to textproc/xmlto. Thanks gdt@ for the report.
PKGREVISION++ (binary is different).
Diffstat (limited to 'ham')
-rw-r--r-- | ham/gnuradio-trellis/Makefile | 5 | ||||
-rw-r--r-- | ham/gnuradio-trellis/PLIST | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/ham/gnuradio-trellis/Makefile b/ham/gnuradio-trellis/Makefile index b986b023ec9..8bdba937ff3 100644 --- a/ham/gnuradio-trellis/Makefile +++ b/ham/gnuradio-trellis/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2014/10/13 12:51:10 mef Exp $ +# $NetBSD: Makefile,v 1.19 2015/01/03 14:18:13 mef Exp $ PKGNAME= gnuradio-trellis-${VERSION} +PKGREVISION= 1 COMMENT= Trellis-based encoding and decoding algorithms for GNU Radio .include "../../ham/gnuradio-core/Makefile.common" @@ -11,6 +12,8 @@ CMAKE_ARGS+= -DENABLE_GR_TRELLIS=True CMAKE_ARGS+= -DENABLE_GR_DIGITAL=True DEPENDS+= gnuradio-digital-[0-9]*:../../ham/gnuradio-digital +DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto + PLIST_MINUS+= digital .include "../../mk/bsd.pkg.mk" diff --git a/ham/gnuradio-trellis/PLIST b/ham/gnuradio-trellis/PLIST index a90e1032d01..6dd1e1ca436 100644 --- a/ham/gnuradio-trellis/PLIST +++ b/ham/gnuradio-trellis/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2014/10/28 16:59:33 mef Exp $ +@comment $NetBSD: PLIST,v 1.7 2015/01/03 14:18:13 mef Exp $ include/gnuradio/swig/trellis_swig.i include/gnuradio/swig/trellis_swig_doc.i include/gnuradio/trellis/api.h @@ -80,6 +80,7 @@ ${PYSITELIB}/gnuradio/trellis/trellis_swig.pyc ${PYSITELIB}/gnuradio/trellis/trellis_swig.pyo share/doc/gnuradio-${PKGVERSION}/xml/test_tcm.py.xml share/doc/gnuradio-${PKGVERSION}/xml/test_viterbi_equalization1.py.xml +share/doc/gnuradio-${PKGVERSION}/html/gr-trellis.html share/gnuradio/examples/trellis/README share/gnuradio/examples/trellis/fsm_files/awgn1o2_128.fsm share/gnuradio/examples/trellis/fsm_files/awgn1o2_16.fsm |