Date: Fri, 23 Apr 2010 15:03:13 +0000 (UTC) From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang Makefile ports/lang/php52 Makefile Makefile.ext distinfo pkg-descr pkg-message.mod pkg-plist ports/lang/php52/files patch-TSRM_threads.m4 patch-Zend::zend.h patch-Zend_zend_list.c patch-Zend_zend_list.h patch-acinclude.m4 ... Message-ID: <201004231503.o3NF3DRZ020174@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dinoex 2010-04-23 15:03:13 UTC FreeBSD ports repository Modified files: lang Makefile Added files: lang/php52 Makefile Makefile.ext distinfo pkg-descr pkg-message.mod pkg-plist lang/php52/files patch-TSRM_threads.m4 patch-Zend::zend.h patch-Zend_zend_list.c patch-Zend_zend_list.h patch-acinclude.m4 patch-configure.in patch-ext_standard_array.c patch-ext_standard_basic_functions.c patch-ext_standard_image.c patch-ext_standard_php_dns.h patch-main::php_config.h.in patch-php.ini-dist patch-php.ini-recommended patch-sapi_cgi_Makefile.frag patch-sapi_cgi_config9.m4 patch-scripts::phpize.in Log: PHP, which stands for "PHP: Hypertext Preprocessor" is a widely-used Open Source general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. Its syntax draws upon C, Java, and Perl, and is easy to learn. The main goal of the language is to allow web developers to write dynamically generated webpages quickly, but you can do much more with PHP. WWW: http://www.php.net/ PR: 145772 Submitted by: Alex Keda Revision Changes Path 1.679 +1 -0 ports/lang/Makefile 1.1 +178 -0 ports/lang/php52/Makefile (new) 1.1 +618 -0 ports/lang/php52/Makefile.ext (new) 1.1 +9 -0 ports/lang/php52/distinfo (new) 1.1 +11 -0 ports/lang/php52/files/patch-TSRM_threads.m4 (new) 1.1 +11 -0 ports/lang/php52/files/patch-Zend::zend.h (new) 1.1 +38 -0 ports/lang/php52/files/patch-Zend_zend_list.c (new) 1.1 +24 -0 ports/lang/php52/files/patch-Zend_zend_list.h (new) 1.1 +53 -0 ports/lang/php52/files/patch-acinclude.m4 (new) 1.1 +55 -0 ports/lang/php52/files/patch-configure.in (new) 1.1 +33 -0 ports/lang/php52/files/patch-ext_standard_array.c (new) 1.1 +28 -0 ports/lang/php52/files/patch-ext_standard_basic_functions.c (new) 1.1 +50 -0 ports/lang/php52/files/patch-ext_standard_image.c (new) 1.1 +13 -0 ports/lang/php52/files/patch-ext_standard_php_dns.h (new) 1.1 +12 -0 ports/lang/php52/files/patch-main::php_config.h.in (new) 1.1 +18 -0 ports/lang/php52/files/patch-php.ini-dist (new) 1.1 +18 -0 ports/lang/php52/files/patch-php.ini-recommended (new) 1.1 +9 -0 ports/lang/php52/files/patch-sapi_cgi_Makefile.frag (new) 1.1 +55 -0 ports/lang/php52/files/patch-sapi_cgi_config9.m4 (new) 1.1 +13 -0 ports/lang/php52/files/patch-scripts::phpize.in (new) 1.1 +8 -0 ports/lang/php52/pkg-descr (new) 1.1 +10 -0 ports/lang/php52/pkg-message.mod (new) 1.1 +208 -0 ports/lang/php52/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004231503.o3NF3DRZ020174>