diff options
author | edwin <edwin@FreeBSD.org> | 2003-04-01 23:06:03 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-04-01 23:06:03 +0000 |
commit | b1c25bdce1802fc22b836b8366b00a98401f1e58 (patch) | |
tree | 3fc403675b4f593a18cc4d6f3aae8982f7b1ddfe /x11-toolkits/php-gtk2/pkg-message | |
parent | ec811e873572667403fbfd4af275c51f7dbe6689 (diff) | |
download | FreeBSD-ports-b1c25bdce1802fc22b836b8366b00a98401f1e58.zip FreeBSD-ports-b1c25bdce1802fc22b836b8366b00a98401f1e58.tar.gz |
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.
Diffstat (limited to 'x11-toolkits/php-gtk2/pkg-message')
-rw-r--r-- | x11-toolkits/php-gtk2/pkg-message | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/x11-toolkits/php-gtk2/pkg-message b/x11-toolkits/php-gtk2/pkg-message new file mode 100644 index 0000000..a8c729a --- /dev/null +++ b/x11-toolkits/php-gtk2/pkg-message @@ -0,0 +1,8 @@ +The port has now been installed. Be sure to adjust the config-file +in e.g. /usr/local/etc/php.gtk/php.ini. +I have created a sample configuration file named php.ini-dist which +should be a rough guide. + +For convenience put something like +"alias gtkphp='php -q -c /usr/local/etc/php.gtk/'" +in your .profile. |