Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

7
ham/usrp-docs/DESCR Normal file
View File

@@ -0,0 +1,7 @@
GNU Radio is a collection of software that when combined with minimal hardware,
allows the construction of radios where the actual waveforms transmitted and
received are defined by software. What this means is that it turns the digital
modulation schemes used in today's high performance wireless devices into
software problems.
This package contains the documentation for the GNU Radio usrp module.

26
ham/usrp-docs/Makefile Normal file
View File

@@ -0,0 +1,26 @@
# $NetBSD: Makefile,v 1.20 2013/02/15 11:54:07 obache Exp $
PKGNAME= usrp-docs-${VERSION}
PKGREVISION= 8
COMMENT= Documentation for the usrp module
.include "../../meta-pkgs/gnuradio/Makefile.common"
USE_TOOLS+= make
CONFIGURE_ARGS+=--enable-doxygen
CONFIGURE_ARGS+=--docdir=${LOCALBASE}/share/doc/gnuradio/usrp
BUILD_DEPENDS+= doxygen>=1.8.2:../../devel/doxygen
BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
BUILD_DIRS= usrp/doc
DOCDIR= ${PREFIX}/share/doc/usrp-${PKGVERSION_NOREV}
INSTALLATION_DIRS= ${DOCDIR}
do-install:
cp -r ${WRKSRC}/usrp/doc/html ${DESTDIR}${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/usrp/doc/usrp_guide.html ${DESTDIR}${DOCDIR}/html
.include "../../ham/usrp/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

1440
ham/usrp-docs/PLIST Normal file

File diff suppressed because it is too large Load Diff