head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.28 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.26 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.24 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.22 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.20 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.18 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.16 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.14 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.12 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.10 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.8 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.6 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.4 pkgsrc-2023Q1-base:1.1 pkgsrc-2022Q4:1.1.0.2 pkgsrc-2022Q4-base:1.1; locks; strict; comment @# @; 1.1 date 2022.12.11.14.12.29; author taca; state Exp; branches; next ; commitid 8c0Gsp538gjq995E; desc @@ 1.1 log @lang/php82: add package version 8.2.0 Add php82, PHP 8.2.0 package with current framework of lang/php. PHP is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. It is modular, and object-oriented. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The language is designed to allow web developers to write dynamically generated pages quickly. PHP 8.2 comes with numerous improvements and new features such as * Readonly classes * Disjunctive Normal Form (DNF) Types * New stand-alone types: null, false, and true * New "Random" extension * Constants in traits * Deprecate dynamic properties * And much much more... @ text @$NetBSD$ Install to CGI directory. --- sapi/cgi/Makefile.frag.orig 2015-06-23 17:33:33.000000000 +0000 +++ sapi/cgi/Makefile.frag @@@@ -4,9 +4,9 @@@@ $(SAPI_CGI_PATH): $(PHP_GLOBAL_OBJS) $(P $(BUILD_CGI) install-cgi: $(SAPI_CGI_PATH) - @@echo "Installing PHP CGI binary: $(INSTALL_ROOT)$(bindir)/" + @@echo "Installing PHP CGI binary: $(INSTALL_ROOT)@@CGIDIR@@/" @@$(mkinstalldirs) $(INSTALL_ROOT)$(bindir) - @@$(INSTALL) -m 0755 $(SAPI_CGI_PATH) $(INSTALL_ROOT)$(bindir)/$(program_prefix)php-cgi$(program_suffix)$(EXEEXT) + @@$(INSTALL) -m 0755 $(SAPI_CGI_PATH) $(INSTALL_ROOT)@@CGIDIR@@/$(program_prefix)php$(program_suffix)$(EXEEXT) @@echo "Installing PHP CGI man page: $(INSTALL_ROOT)$(mandir)/man1/" @@$(mkinstalldirs) $(INSTALL_ROOT)$(mandir)/man1 @@$(INSTALL_DATA) sapi/cgi/php-cgi.1 $(INSTALL_ROOT)$(mandir)/man1/$(program_prefix)php-cgi$(program_suffix).1 @