From owner-cvs-all@FreeBSD.ORG Tue Aug 19 00:37:56 2008 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 3583C106566B; Tue, 19 Aug 2008 00:37:56 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 175288FC12; Tue, 19 Aug 2008 00:37:56 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m7J0bsXU069082; Tue, 19 Aug 2008 00:37:54 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m7J0bsHc069081; Tue, 19 Aug 2008 00:37:54 GMT (envelope-from edwin) Message-Id: <200808190037.m7J0bsHc069081@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 19 Aug 2008 00:37:54 +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/misc Makefile ports/misc/wanpipe Makefile distinfo pkg-descr pkg-message pkg-plist ports/misc/wanpipe/files patch-configure_port.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Aug 2008 00:37:56 -0000 edwin 2008-08-19 00:37:54 UTC FreeBSD ports repository Modified files: misc Makefile Added files: misc/wanpipe Makefile distinfo pkg-descr pkg-message pkg-plist misc/wanpipe/files patch-configure_port.sh Log: New Port: misc/wanpipe drivers for various sangoma cards This package contains the latest Sangoma drivers that supports following Sangoma cards under FreeBSD OS: o AFT Series PCI/PCI Express cards o S51x PCI cards: The current version wanpipe-3.3.1 supports following protocols: o Asterisk/Zaptel interface o Cisco HDLC, Frame Relay and Point-to-Point o PPPoE and PPPoA (for S518 ADSL card) Release date: Tue Jul 15 14:27:03 UTC 2008 I have added a patch to configure_port.sh to accept a new parameter: the WRKSRC and to not enable TDM_VOICE and WANPIPE by default. Remove the pkg-deinstall script, that was just naughty. Added "kldxref" to the pkg-plist (just in case). Please note that: - The Makefile contains KMODDIR, but it is not used in the pkg-plist and in the softwares Makefiles. - Please add kldxref to the post-install target. PR: ports/125939 Submitted by: Josh Paetzel Revision Changes Path 1.886 +1 -0 ports/misc/Makefile 1.1 +67 -0 ports/misc/wanpipe/Makefile (new) 1.1 +3 -0 ports/misc/wanpipe/distinfo (new) 1.1 +53 -0 ports/misc/wanpipe/files/patch-configure_port.sh (new) 1.1 +10 -0 ports/misc/wanpipe/pkg-descr (new) 1.1 +4 -0 ports/misc/wanpipe/pkg-message (new) 1.1 +24 -0 ports/misc/wanpipe/pkg-plist (new)