From owner-cvs-all@FreeBSD.ORG Sun Nov 28 22:40:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D033D16A4CF; Sun, 28 Nov 2004 22:40:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDFE743D46; Sun, 28 Nov 2004 22:40:21 +0000 (GMT) (envelope-from wes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASMeLeg043812; Sun, 28 Nov 2004 22:40:21 GMT (envelope-from wes@repoman.freebsd.org) Received: (from wes@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASMeLIR043810; Sun, 28 Nov 2004 22:40:21 GMT (envelope-from wes) Message-Id: <200411282240.iASMeLIR043810@repoman.freebsd.org> From: Wes Peters Date: Sun, 28 Nov 2004 22:40:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/phpbt Makefile distinfo pkg-descr pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 28 Nov 2004 22:40:22 -0000 wes 2004-11-28 22:40:21 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/phpbt Makefile distinfo pkg-descr pkg-message pkg-plist Log: Add phpBugTracker, a bug database designed to provide the features of Bugzilla with better performance and maintainability. phpBT is (obviously) developed in PHP and uses the PEAR database library for database independence; currently PostgreSQL and MySQL are supported. Revision Changes Path 1.1754 +1 -0 ports/devel/Makefile 1.1 +38 -0 ports/devel/phpbt/Makefile (new) 1.1 +2 -0 ports/devel/phpbt/distinfo (new) 1.1 +9 -0 ports/devel/phpbt/pkg-descr (new) 1.1 +22 -0 ports/devel/phpbt/pkg-message (new) 1.1 +239 -0 ports/devel/phpbt/pkg-plist (new)