-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Asterisk book from OReilly, tested Stuart Henderson, OK steven@ mbalmer@
- Loading branch information
Showing
4 changed files
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# $OpenBSD: Makefile,v 1.1.1.1 2007/01/19 13:10:32 ian Exp $ | ||
|
||
PKG_ARCH= * | ||
|
||
COMMENT= "Asterisk: The Future of Telephony" | ||
|
||
DISTNAME= AsteriskTFOT | ||
PKGNAME= AsteriskTFOT-1.0 | ||
EXTRACT_SUFX= .zip | ||
|
||
CATEGORIES= books telephony | ||
|
||
HOMEPAGE= http://www.oreilly.com/catalog/asterisk | ||
|
||
MAINTAINER= Ian Darwin <[email protected]> | ||
|
||
# Creative Commons Copyright | ||
PERMIT_PACKAGE_CDROM= Yes | ||
PERMIT_PACKAGE_FTP= Yes | ||
PERMIT_DISTFILES_CDROM= Yes | ||
PERMIT_DISTFILES_FTP= Yes | ||
|
||
MASTER_SITES= http://www.nufone.net/downloads/asteriskdocs/ \ | ||
http://asterisk.howtoz.net/ \ | ||
http://www.speakup.nl/en/opensource/asterisktfot/ | ||
|
||
NO_BUILD= Yes | ||
|
||
INSTALL_LOC= ${PREFIX}/share/doc/asterisk | ||
|
||
do-install: | ||
${INSTALL_DATA_DIR} ${INSTALL_LOC} | ||
${INSTALL_DATA} ${WRKDIR}/AsteriskTFOT.pdf ${INSTALL_LOC} | ||
|
||
NO_REGRESS= Yes | ||
|
||
.include <bsd.port.mk> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
MD5 (AsteriskTFOT.zip) = c045d2ee33ba91b54663750713e03401 | ||
RMD160 (AsteriskTFOT.zip) = ceaae53b04834ee48aeabc5f137ce910ce218783 | ||
SHA1 (AsteriskTFOT.zip) = 6a9f8064cb566e23805188cfeb8d626401dc8a32 | ||
SIZE (AsteriskTFOT.zip) = 4580151 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
This is the complete text of the O'Reilly book | ||
Asterisk: The Future Of Telephony. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/01/19 13:10:32 ian Exp $ | ||
share/doc/asterisk/ | ||
share/doc/asterisk/AsteriskTFOT.pdf |