Wireless Networking in the Developing World is a free book about designing, implementing, and maintaining low-cost wireless networks. English Edition. Chapters include:
* A Practical Introduction to Radio Physics
* Network Design
* Antennas & Transmission Lines
* Networking Hardware
* Security & Monitoring
* Solar Power
* Building an Outdoor Node
* Troubleshooting
* Economic Sustainability
* Case Studies
* Appendices
* Glossary
This port creates subpackages for various languages; second edition
of the original English text and Spanish translation, first edition of
the Arabic and French translations.
Tarball attached, the Makefile is also inline for ease of review.
Any comments/ok?
# $OpenBSD$
COMMENT-main = Wireless Networking in the Developing World, English edition
COMMENT-es = Wireless Networking in the Developing World, Spanish edition
COMMENT-fr = Wireless Networking in the Developing World, French edition
COMMENT-ar = Wireless Networking in the Developing World, Arabic edition
PKGNAME-main = wndw-2.0
PKGNAME-es = wndw-es-2.0
PKGNAME-fr = wndw-fr-1.0
PKGNAME-ar = wndw-ar-1.0
DISTNAME = wndw
CATEGORIES = books net
# Creative Commons Attribution-ShareAlike 3.0
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MULTI_PACKAGES =-main -es -fr -ar
# Higher-quality printable PDFs are also available at the homepage.
HOMEPAGE = http://wndw.net/
MASTER_SITES = ${HOMEPAGE}pdf/wndw2-en/
MASTER_SITES0 = ${HOMEPAGE}pdf/wndw2-es/
MASTER_SITES1 = ${HOMEPAGE}pdf/wndw-fr/
MASTER_SITES2 = ${HOMEPAGE}pdf/wndw-ar/
DISTFILES = wndw2-ebook.pdf \
wndw2-es-ebook.pdf:0 \
wndw-fr-ebook.pdf:1 \
wndw-ar-ebook.pdf:2
EXTRACT_ONLY =
PKG_ARCH = *
NO_BUILD = Yes
NO_REGRESS = Yes
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/wndw
.for i in ${DISTFILES:C/\:[0-9]//}
${INSTALL_DATA} ${FULLDISTDIR}/$i ${PREFIX}/share/doc/wndw
.endfor
.include <bsd.port.mk>
wndw.tgz
Description: application/tar-gz
