From owner-cvs-all@FreeBSD.ORG Sun Nov 28 19:33:58 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 38D521065672; Sun, 28 Nov 2010 19:33:58 +0000 (UTC) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 247B88FC17; Sun, 28 Nov 2010 19:33:58 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id oASJXw9a084668; Sun, 28 Nov 2010 19:33:58 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oASJXwRW084667; Sun, 28 Nov 2010 19:33:58 GMT (envelope-from fjoe) Message-Id: <201011281933.oASJXwRW084667@repoman.freebsd.org> From: Max Khon Date: Sun, 28 Nov 2010 19:33:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net Makefile ports/net/asterisk Makefile distinfo pkg-descr pkg-plist ports/net/asterisk/files asterisk.sh.in codecnego-patch-Makefile dtmf_debug.diff ilbc_enable.diff nocodecnego-patch-Makefile patch-Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2010 19:33:58 -0000 fjoe 2010-11-28 19:33:58 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/asterisk Makefile distinfo pkg-descr pkg-plist net/asterisk/files asterisk.sh.in codecnego-patch-Makefile dtmf_debug.diff ilbc_enable.diff nocodecnego-patch-Makefile patch-Makefile patch-Makefile.rules patch-agi::Makefile patch-channels-chan_dahdi.c patch-channels::Makefile patch-channels::chan_sip.c patch-channels__sip__include__sip.h patch-channels_h323_Makefile.in patch-configure patch-include::asterisk::utils.h patch-main::Makefile patch-main::db.c patch-main::frame.c patch-main::utils.c patch-main__lock.c patch-rtp_timeout patch-suppress_log_dups.diff rtp_force_dtmf-codecnego.diff rtp_force_dtmf-nocodecnego.diff sip_force_callid.diff sip_set_auth.diff Log: Add asterisk 1.8 port. Submitted by: Florian Smeets Revision Changes Path 1.2291 +1 -0 ports/net/Makefile 1.131 +244 -0 ports/net/asterisk/Makefile (new) 1.50 +2 -0 ports/net/asterisk/distinfo (new) 1.10 +34 -0 ports/net/asterisk/files/asterisk.sh.in (new) 1.13 +219 -0 ports/net/asterisk/files/codecnego-patch-Makefile (new) 1.6 +226 -0 ports/net/asterisk/files/dtmf_debug.diff (new) 1.5 +7599 -0 ports/net/asterisk/files/ilbc_enable.diff (new) 1.12 +228 -0 ports/net/asterisk/files/nocodecnego-patch-Makefile (new) 1.22 +112 -0 ports/net/asterisk/files/patch-Makefile (new) 1.5 +16 -0 ports/net/asterisk/files/patch-Makefile.rules (new) 1.10 +13 -0 ports/net/asterisk/files/patch-agi::Makefile (new) 1.1 +33 -0 ports/net/asterisk/files/patch-channels-chan_dahdi.c (new) 1.19 +29 -0 ports/net/asterisk/files/patch-channels::Makefile (new) 1.13 +11 -0 ports/net/asterisk/files/patch-channels::chan_sip.c (new) 1.1 +11 -0 ports/net/asterisk/files/patch-channels__sip__include__sip.h (new) 1.4 +11 -0 ports/net/asterisk/files/patch-channels_h323_Makefile.in (new) 1.9 +33 -0 ports/net/asterisk/files/patch-configure (new) 1.4 +13 -0 ports/net/asterisk/files/patch-include::asterisk::utils.h (new) 1.8 +30 -0 ports/net/asterisk/files/patch-main::Makefile (new) 1.4 +18 -0 ports/net/asterisk/files/patch-main::db.c (new) 1.4 +14 -0 ports/net/asterisk/files/patch-main::frame.c (new) 1.9 +13 -0 ports/net/asterisk/files/patch-main::utils.c (new) 1.1 +13 -0 ports/net/asterisk/files/patch-main__lock.c (new) 1.3 +25 -0 ports/net/asterisk/files/patch-rtp_timeout (new) 1.3 +270 -0 ports/net/asterisk/files/patch-suppress_log_dups.diff (new) 1.5 +86 -0 ports/net/asterisk/files/rtp_force_dtmf-codecnego.diff (new) 1.5 +69 -0 ports/net/asterisk/files/rtp_force_dtmf-nocodecnego.diff (new) 1.4 +11 -0 ports/net/asterisk/files/sip_force_callid.diff (new) 1.3 +45 -0 ports/net/asterisk/files/sip_set_auth.diff (new) 1.3 +5 -0 ports/net/asterisk/pkg-descr (new) 1.43 +1616 -0 ports/net/asterisk/pkg-plist (new)