Statistics
| Branch: | Tag: | Revision:

root / gnuradio-pkg_chk.conf @ a44b72ba

History | View | Annotate | Download (1.8 kB)

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