NOTICE: This package has been removed from pkgsrc

./textproc/php-dom, PHP5 extension for DOM support

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: pkgsrc-2017Q1, Version: 5.6.30, Package name: php56-dom-5.6.30, Maintainer: pkgsrc-users

PHP is a programming language designed to be embedded into web pages.
The extension allows you to operate on an XML document with the DOM
(Document Object Model) API.


Required to run:
[lang/php56]

Master sites: (Expand)

SHA1: 9ac486b7f86c01a297375cae5728b424ac5790ce
RMD160: 445f7a88b802f88484671e2981f44147b13794fc
Filesize: 14659.977 KB

Version history: (Expand)


CVS history: (Expand)


   2017-04-12 20:22:20 by Benny Siegert | Files touched by this commit (17)
Log message:
Pullup ticket #5243 - requested by sevan
lang/php56: build fix
lang/php70: build fix
lang/php71: build fix

Revisions pulled up:
- lang/php56/Makefile                                           1.13
- lang/php56/Makefile.php                                       1.2
- lang/php56/PLIST                                              1.3
- lang/php56/distinfo                                           1.41
- lang/php56/patches/patch-ext_xsl_php__xsl.h                   1.1
- lang/php70/Makefile                                           1.6
- lang/php70/Makefile.php                                       1.3
- lang/php70/PLIST                                              1.3
- lang/php70/distinfo                                           1.31
- lang/php70/patches/patch-ext_xsl_php__xsl.h                   1.1
- lang/php71/Makefile                                           1.9
- lang/php71/Makefile.php                                       1.2
- lang/php71/PLIST                                              1.3
- lang/php71/distinfo                                           1.17
- lang/php71/patches/patch-ext_xsl_php__xsl.h                   1.1
- textproc/Makefile                                             1.918
- textproc/php-dom/DESCR                                        deleted
- textproc/php-dom/Makefile                                     deleted

---
   Module Name:    pkgsrc
   Committed By:   fhajny
   Date:           Wed Apr  5 12:28:59 UTC 2017

   Modified Files:
           pkgsrc/lang/php56: Makefile Makefile.php PLIST distinfo
           pkgsrc/lang/php70: Makefile Makefile.php PLIST distinfo
           pkgsrc/lang/php71: Makefile Makefile.php PLIST distinfo
   Added Files:
           pkgsrc/lang/php56/patches: patch-ext_xsl_php__xsl.h
           pkgsrc/lang/php70/patches: patch-ext_xsl_php__xsl.h
           pkgsrc/lang/php71/patches: patch-ext_xsl_php__xsl.h

   Log message:
   Build the dom extension embedded. This enables full functionality in \ 
xmlreader and fixes joyent/pkgsrc/issues/477. Bump PKREVISION.

---
   Module Name:    pkgsrc
   Committed By:   fhajny
   Date:           Wed Apr  5 12:34:47 UTC 2017

   Modified Files:
           pkgsrc/textproc: Makefile
   Removed Files:
           pkgsrc/textproc/php-dom: DESCR Makefile

   Log message:
   Remove textproc/php-dom, the module is now built into the resp. PHP packages.