| 1 |
# Copyright 2007 Free Software Foundation |
|---|
| 2 |
|
|---|
| 3 |
# pkg_chk -a -k -C gnuradio-pkg_chk.conf |
|---|
| 4 |
# pkg_chk -a -k -C gnuradio-pkg_chk.conf -D doc |
|---|
| 5 |
|
|---|
| 6 |
# This is a control file for pkg_chk, an automatic package manager for |
|---|
| 7 |
# pkgsrc. After installing pkgsrc, install pkgtools/pkg_chk, use the |
|---|
| 8 |
# commented-out first line above. The second addtionally includes |
|---|
| 9 |
# packages needed for documentation. Note that gnuradio is in pkgsrc; |
|---|
| 10 |
# this file is useful for those who want dependencies from pkgsrc but |
|---|
| 11 |
# want to build GNU Radio itself from svn. This file should perhaps |
|---|
| 12 |
# grow conventions for building minimal vs. expanded dependencies. |
|---|
| 13 |
|
|---|
| 14 |
# See http://www.netbsd.org/Documentation/software/packages.html for |
|---|
| 15 |
# more information about pkgsrc. |
|---|
| 16 |
|
|---|
| 17 |
# To build against pkgsrc, run configure as |
|---|
| 18 |
# LDFLAGS="-L/usr/pkg/lib -R/usr/pkg/lib" CPPFLAGS="-I/usr/pkg/include" ./configure |
|---|
| 19 |
|
|---|
| 20 |
# This file may be incorrect; please feel free to correct or mail |
|---|
| 21 |
# comments to gdt@ir.bbn.com or discuss-gnuradio@gnu.org. |
|---|
| 22 |
|
|---|
| 23 |
## Core |
|---|
| 24 |
|
|---|
| 25 |
devel/autoconf |
|---|
| 26 |
devel/automake |
|---|
| 27 |
# gmake isn't actually required, but it's helpful to have to separate |
|---|
| 28 |
# real build failures from unportable makefiles. |
|---|
| 29 |
devel/libtool-base |
|---|
| 30 |
devel/gmake |
|---|
| 31 |
|
|---|
| 32 |
devel/pkg-config |
|---|
| 33 |
|
|---|
| 34 |
math/fftwf |
|---|
| 35 |
|
|---|
| 36 |
# python is forced by py-Numeric. pkgsrc now (200701) defaults to 2.4, |
|---|
| 37 |
# which is fine. We don't include python explicitly since we'd have to |
|---|
| 38 |
# specify a version. |
|---|
| 39 |
math/py-Numeric |
|---|
| 40 |
# numarray is not documented to be needed, but the pkgsrc packages depend on it. |
|---|
| 41 |
# Include it until this confusion is resolved. |
|---|
| 42 |
math/py-numarray |
|---|
| 43 |
|
|---|
| 44 |
# Smart pointers. |
|---|
| 45 |
devel/boost-headers |
|---|
| 46 |
# Apparently all of boost is not needed. |
|---|
| 47 |
#meta-pkgs/boost |
|---|
| 48 |
|
|---|
| 49 |
devel/cppunit |
|---|
| 50 |
|
|---|
| 51 |
devel/swig |
|---|
| 52 |
|
|---|
| 53 |
## audio |
|---|
| 54 |
audio/jack |
|---|
| 55 |
audio/portaudio-devel |
|---|
| 56 |
devel/SDL |
|---|
| 57 |
|
|---|
| 58 |
## documentation |
|---|
| 59 |
|
|---|
| 60 |
devel/doxygen doc |
|---|
| 61 |
textproc/xmlto doc |
|---|
| 62 |
|
|---|
| 63 |
## USRP |
|---|
| 64 |
|
|---|
| 65 |
devel/sdcc |
|---|
| 66 |
devel/libusb |
|---|
| 67 |
|
|---|
| 68 |
## GUI |
|---|
| 69 |
|
|---|
| 70 |
x11/py-wxWidgets |
|---|
| 71 |
|
|---|
| 72 |
## gr-radio-astronomy |
|---|
| 73 |
|
|---|
| 74 |
math/py-ephem |
|---|