diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-01 23:06:03 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-01 23:06:03 +0000 |
commit | dd3060cd59be44abe38a9979073053aa50ecf14d (patch) | |
tree | 8b520ebd3a0cd5929ce8e23d55d97d3201e3c6cd /x11-toolkits/php-gtk2/pkg-message | |
parent | Simplify the shell code used by the pre-patch target. (diff) |
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.
Notes
Notes:
svn path=/head/; revision=77929
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 000000000000..a8c729ad6cb0 --- /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. |