root / gnuradio-pkg_chk.conf @ 0d2db7f6
History | View | Annotate | Download (2 kB)
| 1 | df497936 | gdt | # Copyright 2007, 2008 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 | df497936 | gdt | # This file is intended to be useful even to those not using pkgsrc by |
| 21 | df497936 | gdt | # crisply listing the dependencies required for GNU Radio. |
| 22 | df497936 | gdt | |
| 23 | 461866f9 | gdt | # This file may be incorrect; please feel free to correct or mail |
| 24 | 461866f9 | gdt | # comments to [email protected] or [email protected] |
| 25 | 461866f9 | gdt | |
| 26 | 461866f9 | gdt | ## Core |
| 27 | 461866f9 | gdt | |
| 28 | 461866f9 | gdt | devel/autoconf |
| 29 | 461866f9 | gdt | devel/automake |
| 30 | df497936 | gdt | devel/libtool-base |
| 31 | 461866f9 | gdt | # gmake isn't actually required, but it's helpful to have to separate |
| 32 | 461866f9 | gdt | # real build failures from unportable makefiles. |
| 33 | 461866f9 | gdt | devel/gmake |
| 34 | 461866f9 | gdt | |
| 35 | 461866f9 | gdt | devel/pkg-config |
| 36 | 461866f9 | gdt | |
| 37 | 461866f9 | gdt | math/fftwf |
| 38 | 461866f9 | gdt | |
| 39 | 461866f9 | gdt | # python is forced by py-Numeric. pkgsrc now (200701) defaults to 2.4, |
| 40 | 7bf578af | gdt | # which is fine. We don't include python explicitly since we'd have to |
| 41 | 7bf578af | gdt | # specify a version. |
| 42 | 461866f9 | gdt | math/py-Numeric |
| 43 | 7bf578af | gdt | # numarray is not documented to be needed, but the pkgsrc packages depend on it. |
| 44 | 7bf578af | gdt | # Include it until this confusion is resolved. |
| 45 | 461866f9 | gdt | math/py-numarray |
| 46 | 461866f9 | gdt | |
| 47 | 7bf578af | gdt | # Smart pointers. |
| 48 | 7bf578af | gdt | devel/boost-headers |
| 49 | 7bf578af | gdt | # Apparently all of boost is not needed. |
| 50 | 7bf578af | gdt | #meta-pkgs/boost |
| 51 | 461866f9 | gdt | |
| 52 | 461866f9 | gdt | devel/cppunit |
| 53 | 461866f9 | gdt | |
| 54 | 461866f9 | gdt | devel/swig |
| 55 | 461866f9 | gdt | |
| 56 | df497936 | gdt | lang/guile |
| 57 | df497936 | gdt | |
| 58 | 7bf578af | gdt | ## audio |
| 59 | 7bf578af | gdt | audio/jack |
| 60 | 7bf578af | gdt | audio/portaudio-devel |
| 61 | 7bf578af | gdt | devel/SDL |
| 62 | 7bf578af | gdt | |
| 63 | 461866f9 | gdt | ## documentation |
| 64 | 461866f9 | gdt | |
| 65 | 461866f9 | gdt | devel/doxygen doc |
| 66 | 461866f9 | gdt | textproc/xmlto doc |
| 67 | 461866f9 | gdt | |
| 68 | 461866f9 | gdt | ## USRP |
| 69 | 461866f9 | gdt | |
| 70 | 461866f9 | gdt | devel/sdcc |
| 71 | 461866f9 | gdt | devel/libusb |
| 72 | 461866f9 | gdt | |
| 73 | 461866f9 | gdt | ## GUI |
| 74 | 461866f9 | gdt | |
| 75 | 461866f9 | gdt | x11/py-wxWidgets |
| 76 | 461866f9 | gdt | |
| 77 | 461866f9 | gdt | ## gr-radio-astronomy |
| 78 | 461866f9 | gdt | |
| 79 | 461866f9 | gdt | math/py-ephem |