Skip to content

Commit

Permalink
Asterisk book from OReilly, tested Stuart Henderson, OK steven@ mbalmer@
Browse files Browse the repository at this point in the history
  • Loading branch information
IanDarwin committed Jan 19, 2007
1 parent 3233c04 commit db9267a
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 0 deletions.
37 changes: 37 additions & 0 deletions books/AsteriskTFOT/Makefile
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>
4 changes: 4 additions & 0 deletions books/AsteriskTFOT/distinfo
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
2 changes: 2 additions & 0 deletions books/AsteriskTFOT/pkg/DESCR
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.
3 changes: 3 additions & 0 deletions books/AsteriskTFOT/pkg/PLIST
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

0 comments on commit db9267a

Please sign in to comment.