From owner-cvs-all@FreeBSD.ORG Tue Apr 1 15:06:04 2003 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 2640937B401; Tue, 1 Apr 2003 15:06:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B76A43F75; Tue, 1 Apr 2003 15:06:03 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h31N630U085624; Tue, 1 Apr 2003 15:06:03 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h31N63dU085623; Tue, 1 Apr 2003 15:06:03 -0800 (PST) Message-Id: <200304012306.h31N63dU085623@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 1 Apr 2003 15:06:03 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits Makefile ports/x11-toolkits/php-gtk Makefile distinfo pkg-descr pkg-message pkg-plist patch-ext_combobutton_combobutton.defs patch-ext_gtkhtml_config.m4 php.ini-dist 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: Tue, 01 Apr 2003 23:06:04 -0000 edwin 2003/04/01 15:06:03 PST FreeBSD ports repository Modified files: x11-toolkits Makefile Added files: x11-toolkits/php-gtk Makefile distinfo pkg-descr pkg-message pkg-plist x11-toolkits/php-gtk/files patch-ext_combobutton_combobutton.defs patch-ext_gtkhtml_config.m4 patch-ext_gtkhtml_gtkhtml.defs patch-ext_gtkhtml_gtkhtml.overrides php.ini-dist Log: New port: php-gtk Great! I had planned to port this application. Here are some patches to the original submitted PR. They upgrade to v. 0.5.2, force the build of self contained extensions, install examples (all tested and working), fix some typos in the code, USE_GNOMENG, and add a BUILD_DEP towards phpize. I have also added knobs to build gdkpixbuf and gtkhtml extensions (not scintilla). They build OK, but I have been unable to test them => they are not installed. PR: ports/46201 Submitted by: Th. Thomas. Revision Changes Path 1.227 +1 -0 ports/x11-toolkits/Makefile 1.1 +106 -0 ports/x11-toolkits/php-gtk/Makefile (new) 1.1 +1 -0 ports/x11-toolkits/php-gtk/distinfo (new) 1.1 +10 -0 ports/x11-toolkits/php-gtk/files/patch-ext_combobutton_combobutton.defs (new) 1.1 +11 -0 ports/x11-toolkits/php-gtk/files/patch-ext_gtkhtml_config.m4 (new) 1.1 +19 -0 ports/x11-toolkits/php-gtk/files/patch-ext_gtkhtml_gtkhtml.defs (new) 1.1 +12 -0 ports/x11-toolkits/php-gtk/files/patch-ext_gtkhtml_gtkhtml.overrides (new) 1.1 +789 -0 ports/x11-toolkits/php-gtk/files/php.ini-dist (new) 1.1 +10 -0 ports/x11-toolkits/php-gtk/pkg-descr (new) 1.1 +8 -0 ports/x11-toolkits/php-gtk/pkg-message (new) 1.1 +17 -0 ports/x11-toolkits/php-gtk/pkg-plist (new)