diff --git a/books/wndw/Makefile b/books/wndw/Makefile new file mode 100644 index 00000000000..5e651cd3668 --- /dev/null +++ b/books/wndw/Makefile @@ -0,0 +1,53 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2008/06/26 08:49:37 sthen Exp $ + +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 + +MAINTAINER = Stuart Henderson + +# 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 diff --git a/books/wndw/distinfo b/books/wndw/distinfo new file mode 100644 index 00000000000..768675bab28 --- /dev/null +++ b/books/wndw/distinfo @@ -0,0 +1,20 @@ +MD5 (wndw-ar-ebook.pdf) = k0aowBWF/eu5MISJ1bFHJw== +MD5 (wndw-fr-ebook.pdf) = TpVhMSB8OBN5If7YO1yFjg== +MD5 (wndw2-ebook.pdf) = cD+6ImDdVrthLf/058azZw== +MD5 (wndw2-es-ebook.pdf) = Mb5g0eJBEWh97c0AAzueXA== +RMD160 (wndw-ar-ebook.pdf) = brjYXuV4wQn3caiY2bsfL3qXUWw= +RMD160 (wndw-fr-ebook.pdf) = 4KbxB4qYjev1dLtfQBrQ9LgObT8= +RMD160 (wndw2-ebook.pdf) = 5QX94FGqsHG5C2dyBO1KVcohnHo= +RMD160 (wndw2-es-ebook.pdf) = pdIvdDy/Ou7EI5lZrYiVb0GA2HQ= +SHA1 (wndw-ar-ebook.pdf) = eqiZ2bJb1VPcXnyBSU3pcXc0fdw= +SHA1 (wndw-fr-ebook.pdf) = tiAYEZQPIWwAXe+fiIvm+fEJCYA= +SHA1 (wndw2-ebook.pdf) = O5Xmpbzsu5ff0SF+F179hRoV18Y= +SHA1 (wndw2-es-ebook.pdf) = iL8cEbjw5ZpAxYpqOx/lD4uA99s= +SHA256 (wndw-ar-ebook.pdf) = TLr4abUFKAnfCkfvwdJxiqpnudxWSjs+5LUn1oTnfEE= +SHA256 (wndw-fr-ebook.pdf) = aaZFZbA8dR9U4d7FzQcnW6Mr086bKsQTW274o1HOWco= +SHA256 (wndw2-ebook.pdf) = t9o4jXt0XSZ1I7ix4UQ4HHZ+hWHnYQLwYrX9Xt/c1gE= +SHA256 (wndw2-es-ebook.pdf) = JooG2nqSgAmtTbpnLw1LiPSFpYSIr0gGHHcsJQWR68M= +SIZE (wndw-ar-ebook.pdf) = 3865027 +SIZE (wndw-fr-ebook.pdf) = 2303921 +SIZE (wndw2-ebook.pdf) = 5370559 +SIZE (wndw2-es-ebook.pdf) = 4371323 diff --git a/books/wndw/pkg/DESCR-ar b/books/wndw/pkg/DESCR-ar new file mode 100644 index 00000000000..685cc965e10 --- /dev/null +++ b/books/wndw/pkg/DESCR-ar @@ -0,0 +1,3 @@ +Wireless Networking in the Developing World is a free book about +designing, implementing, and maintaining low-cost wireless networks. +Arabic Edition. diff --git a/books/wndw/pkg/DESCR-es b/books/wndw/pkg/DESCR-es new file mode 100644 index 00000000000..45e61dc6090 --- /dev/null +++ b/books/wndw/pkg/DESCR-es @@ -0,0 +1,7 @@ +Wireless Networking in the Developing World is a free book about +designing, implementing, and maintaining low-cost wireless networks. +Spanish Edition. + +Redes Inalámbricas en lo Países en Desarrollo - Una guía práctica +para planificar y construir infraestructuras de telecomunicaciones +de bajo costo. diff --git a/books/wndw/pkg/DESCR-fr b/books/wndw/pkg/DESCR-fr new file mode 100644 index 00000000000..fa7c7db0332 --- /dev/null +++ b/books/wndw/pkg/DESCR-fr @@ -0,0 +1,7 @@ +Wireless Networking in the Developing World is a free book about +designing, implementing, and maintaining low-cost wireless networks. +French Edition. + +Réseaux sans fil dans les pays en développement - Un guide pratique +pour la planification et la construction d'infrastructures de +télécommunication à bas prix. diff --git a/books/wndw/pkg/DESCR-main b/books/wndw/pkg/DESCR-main new file mode 100644 index 00000000000..1c258fb4d6d --- /dev/null +++ b/books/wndw/pkg/DESCR-main @@ -0,0 +1,16 @@ +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 diff --git a/books/wndw/pkg/PLIST-ar b/books/wndw/pkg/PLIST-ar new file mode 100644 index 00000000000..392d8705d7f --- /dev/null +++ b/books/wndw/pkg/PLIST-ar @@ -0,0 +1,3 @@ +@comment $OpenBSD: PLIST-ar,v 1.1.1.1 2008/06/26 08:49:37 sthen Exp $ +share/doc/wndw/ +share/doc/wndw/wndw-ar-ebook.pdf diff --git a/books/wndw/pkg/PLIST-es b/books/wndw/pkg/PLIST-es new file mode 100644 index 00000000000..d083caf8a0e --- /dev/null +++ b/books/wndw/pkg/PLIST-es @@ -0,0 +1,3 @@ +@comment $OpenBSD: PLIST-es,v 1.1.1.1 2008/06/26 08:49:37 sthen Exp $ +share/doc/wndw/ +share/doc/wndw/wndw2-es-ebook.pdf diff --git a/books/wndw/pkg/PLIST-fr b/books/wndw/pkg/PLIST-fr new file mode 100644 index 00000000000..e5cca411be8 --- /dev/null +++ b/books/wndw/pkg/PLIST-fr @@ -0,0 +1,3 @@ +@comment $OpenBSD: PLIST-fr,v 1.1.1.1 2008/06/26 08:49:37 sthen Exp $ +share/doc/wndw/ +share/doc/wndw/wndw-fr-ebook.pdf diff --git a/books/wndw/pkg/PLIST-main b/books/wndw/pkg/PLIST-main new file mode 100644 index 00000000000..4a4a65252db --- /dev/null +++ b/books/wndw/pkg/PLIST-main @@ -0,0 +1,3 @@ +@comment $OpenBSD: PLIST-main,v 1.1.1.1 2008/06/26 08:49:37 sthen Exp $ +share/doc/wndw/ +share/doc/wndw/wndw2-ebook.pdf