Changeset 493

Show
Ignore:
Timestamp:
10/02/2008 11:40:57 (6 months ago)
Author:
nextime
Message:

drop php4 support

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • packages/main/php-bcompiler/tags/venus/debian/changelog

    r489 r493  
     1php-bcompiler (0.8.venus-2) stable; urgency=low 
     2 
     3  * drop php4 support  
     4 
     5 -- Unixmedia S.r.l. (Medianix Devel) <devel@unixmedia.it>  Sun, 10 Feb 2008 11:40:29 +0100 
     6 
    17php-bcompiler (0.8.venus-1) stable; urgency=low 
    28 
  • packages/main/php-bcompiler/tags/venus/debian/control

    r239 r493  
    33Priority: optional 
    44Maintainer: Unixmedia S.r.l. (Medianix Devel) <devel@unixmedia.it> 
    5 Build-Depends: debhelper (>= 5), po-debconf, xsltproc , php4-dev , php5-dev   
     5Build-Depends: debhelper (>= 5), po-debconf, xsltproc , php5-dev   
    66Standards-Version: 3.7.2 
    7  
    8 Package: php4-bcompiler 
    9 Architecture: any 
    10 Depends: ${shlibs:Depends}, ${php:Depends}, ${misc:Depends} 
    11 Description: bcompiler module for PHP 4 
    12  A bytecode compiler 
    13  . 
    14  bcompiler enables you to encode your scripts in phpbytecode, enabling  
    15  you to protect the source code.  
    16  bcompiler could be used in the following situations 
    17  . 
    18  - to create a exe file of a PHP-GTK application (in conjunction with  
    19  other software) 
    20  - to create closed source libraries 
    21  - to provide clients with time expired software (prior to payment) 
    22  - to deliver close source applications 
    23  - for use on embedded systems, where disk space is a priority. 
    24  . 
    25  For install instructions see the manual at pear.php.net 
    267 
    278Package: php5-bcompiler 
  • packages/main/php-bcompiler/tags/venus/debian/rules

    r239 r493  
    2828EXT_DIR=$(shell $(PHPCONFIG)$* --extension-dir) 
    2929SOURCE_DIR=$(shell ls -d $(PECL_PKG_REALNAME)-*) 
    30 BINARYTARGETS=binary-arch-v4 binary-arch-v5  
    31 BUILDTARGETS=build-v4 build-v5  
    32 CLEANTARGETS=clean-v4 clean-v5  
     30BINARYTARGETS=binary-arch-v5  
     31BUILDTARGETS=build-v5  
     32CLEANTARGETS=clean-v5  
    3333 
    3434# Sarge doesn't support --phpapi option (Bug #365667) 
    35 phpapiver4=$(shell /usr/bin/php-config4 --phpapi) 
    3635#phpapiver4=$(/usr/bin/php-config4 --extension-dir | xargs basename) 
    3736phpapiver5=$(shell /usr/bin/php-config5 --phpapi) 
    3837 
    39 configure-v4 configure-v5: configure-v%: configure-stamp-v% 
    40 configure-stamp-v4 configure-stamp-v5: configure-stamp-v%: 
     38configure-v5: configure-v%: configure-stamp-v% 
     39configure-stamp-v5: configure-stamp-v%: 
    4140        dh_testdir 
    4241        # Add here commands to configure the package. 
     
    4948build: $(BUILDTARGETS) 
    5049 
    51 build-v4 build-v5: build-v%: build-stamp-v% 
     50build-v5: build-v%: build-stamp-v% 
    5251 
    5352build-stamp: 
     
    5554        touch build-stamp 
    5655 
    57 build-stamp-v4 build-stamp-v5: build-stamp-v%: build-stamp configure-stamp-v% 
     56build-stamp-v5: build-stamp-v%: build-stamp configure-stamp-v% 
    5857        dh_testdir 
    5958 
     
    6665        dh_clean 
    6766 
    68 clean-v4 clean-v5: clean-v%: 
     67clean-v5: clean-v%: 
    6968        dh_testdir 
    7069        dh_testroot 
     
    7776        rm -rf tmp/modules$* 
    7877 
    79 install-v4 install-v5: install-v%: build-v% 
     78install-v5: install-v%: build-v% 
    8079        dh_testdir 
    8180        dh_testroot 
     
    105104# Build architecture-dependent files here. 
    106105 
    107 binary-arch-v4 binary-arch-v5: binary-arch-v%: install-v% 
     106binary-arch-v5: binary-arch-v%: install-v% 
    108107        echo "php:Depends=phpapi-$(phpapiver$*)" >> debian/$(BIN_PACKAGE_NAME).substvars 
    109108 
     
    141140 
    142141binary: binary-indep binary-arch 
    143 .PHONY: build build-v4 build-v5 clean clean-v4 clean-v5 binary-indep binary-arch binary-arch-v4 binary-arch-v5 binary install-v4 install-v5 configure-v4 configure-v5 
     142.PHONY: build build-v5 clean clean-v5 binary-indep binary-arch binary-arch-v5 binary install-v5 configure-v5 
  • packages/main/php-bcompiler/trunk/debian/changelog

    r239 r493  
     1php-bcompiler (0.8-2) unstable; urgency=low 
     2 
     3  * drop php4 support  
     4 
     5 -- Unixmedia S.r.l. (Medianix Devel) <devel@unixmedia.it>  Sun, 10 Feb 2008 11:40:40 +0100 
     6 
    17php-bcompiler (0.8-1) unstable; urgency=low 
    28 
  • packages/main/php-bcompiler/trunk/debian/control

    r239 r493  
    33Priority: optional 
    44Maintainer: Unixmedia S.r.l. (Medianix Devel) <devel@unixmedia.it> 
    5 Build-Depends: debhelper (>= 5), po-debconf, xsltproc , php4-dev , php5-dev   
     5Build-Depends: debhelper (>= 5), po-debconf, xsltproc , php5-dev   
    66Standards-Version: 3.7.2 
    7  
    8 Package: php4-bcompiler 
    9 Architecture: any 
    10 Depends: ${shlibs:Depends}, ${php:Depends}, ${misc:Depends} 
    11 Description: bcompiler module for PHP 4 
    12  A bytecode compiler 
    13  . 
    14  bcompiler enables you to encode your scripts in phpbytecode, enabling  
    15  you to protect the source code.  
    16  bcompiler could be used in the following situations 
    17  . 
    18  - to create a exe file of a PHP-GTK application (in conjunction with  
    19  other software) 
    20  - to create closed source libraries 
    21  - to provide clients with time expired software (prior to payment) 
    22  - to deliver close source applications 
    23  - for use on embedded systems, where disk space is a priority. 
    24  . 
    25  For install instructions see the manual at pear.php.net 
    267 
    278Package: php5-bcompiler 
  • packages/main/php-bcompiler/trunk/debian/rules

    r239 r493  
    2828EXT_DIR=$(shell $(PHPCONFIG)$* --extension-dir) 
    2929SOURCE_DIR=$(shell ls -d $(PECL_PKG_REALNAME)-*) 
    30 BINARYTARGETS=binary-arch-v4 binary-arch-v5  
    31 BUILDTARGETS=build-v4 build-v5  
    32 CLEANTARGETS=clean-v4 clean-v5  
     30BINARYTARGETS=binary-arch-v5  
     31BUILDTARGETS=build-v5  
     32CLEANTARGETS=clean-v5  
    3333 
    3434# Sarge doesn't support --phpapi option (Bug #365667) 
    35 phpapiver4=$(shell /usr/bin/php-config4 --phpapi) 
    3635#phpapiver4=$(/usr/bin/php-config4 --extension-dir | xargs basename) 
    3736phpapiver5=$(shell /usr/bin/php-config5 --phpapi) 
    3837 
    39 configure-v4 configure-v5: configure-v%: configure-stamp-v% 
    40 configure-stamp-v4 configure-stamp-v5: configure-stamp-v%: 
     38configure-v5: configure-v%: configure-stamp-v% 
     39configure-stamp-v5: configure-stamp-v%: 
    4140        dh_testdir 
    4241        # Add here commands to configure the package. 
     
    4948build: $(BUILDTARGETS) 
    5049 
    51 build-v4 build-v5: build-v%: build-stamp-v% 
     50build-v5: build-v%: build-stamp-v% 
    5251 
    5352build-stamp: 
     
    5554        touch build-stamp 
    5655 
    57 build-stamp-v4 build-stamp-v5: build-stamp-v%: build-stamp configure-stamp-v% 
     56build-stamp-v5: build-stamp-v%: build-stamp configure-stamp-v% 
    5857        dh_testdir 
    5958 
     
    6665        dh_clean 
    6766 
    68 clean-v4 clean-v5: clean-v%: 
     67clean-v5: clean-v%: 
    6968        dh_testdir 
    7069        dh_testroot 
     
    7776        rm -rf tmp/modules$* 
    7877 
    79 install-v4 install-v5: install-v%: build-v% 
     78install-v5: install-v%: build-v% 
    8079        dh_testdir 
    8180        dh_testroot 
     
    105104# Build architecture-dependent files here. 
    106105 
    107 binary-arch-v4 binary-arch-v5: binary-arch-v%: install-v% 
     106binary-arch-v5: binary-arch-v%: install-v% 
    108107        echo "php:Depends=phpapi-$(phpapiver$*)" >> debian/$(BIN_PACKAGE_NAME).substvars 
    109108 
     
    141140 
    142141binary: binary-indep binary-arch 
    143 .PHONY: build build-v4 build-v5 clean clean-v4 clean-v5 binary-indep binary-arch binary-arch-v4 binary-arch-v5 binary install-v4 install-v5 configure-v4 configure-v5 
     142.PHONY: build build-v5 clean clean-v5 binary-indep binary-arch binary-arch-v5 binary install-v5 configure-v5