Changeset 493 for packages/main/php-bcompiler
- Timestamp:
- 10/02/2008 11:40:57 (1 year ago)
- Files:
-
- packages/main/php-bcompiler/tags/venus/debian/changelog (modified) (1 diff)
- packages/main/php-bcompiler/tags/venus/debian/control (modified) (1 diff)
- packages/main/php-bcompiler/tags/venus/debian/php4-bcompiler.dirs (deleted)
- packages/main/php-bcompiler/tags/venus/debian/rules (modified) (7 diffs)
- packages/main/php-bcompiler/trunk/debian/changelog (modified) (1 diff)
- packages/main/php-bcompiler/trunk/debian/control (modified) (1 diff)
- packages/main/php-bcompiler/trunk/debian/php4-bcompiler.dirs (deleted)
- packages/main/php-bcompiler/trunk/debian/rules (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
packages/main/php-bcompiler/tags/venus/debian/changelog
r489 r493 1 php-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 1 7 php-bcompiler (0.8.venus-1) stable; urgency=low 2 8 packages/main/php-bcompiler/tags/venus/debian/control
r239 r493 3 3 Priority: optional 4 4 Maintainer: Unixmedia S.r.l. (Medianix Devel) <devel@unixmedia.it> 5 Build-Depends: debhelper (>= 5), po-debconf, xsltproc , php 4-dev , php5-dev5 Build-Depends: debhelper (>= 5), po-debconf, xsltproc , php5-dev 6 6 Standards-Version: 3.7.2 7 8 Package: php4-bcompiler9 Architecture: any10 Depends: ${shlibs:Depends}, ${php:Depends}, ${misc:Depends}11 Description: bcompiler module for PHP 412 A bytecode compiler13 .14 bcompiler enables you to encode your scripts in phpbytecode, enabling15 you to protect the source code.16 bcompiler could be used in the following situations17 .18 - to create a exe file of a PHP-GTK application (in conjunction with19 other software)20 - to create closed source libraries21 - to provide clients with time expired software (prior to payment)22 - to deliver close source applications23 - for use on embedded systems, where disk space is a priority.24 .25 For install instructions see the manual at pear.php.net26 7 27 8 Package: php5-bcompiler packages/main/php-bcompiler/tags/venus/debian/rules
r239 r493 28 28 EXT_DIR=$(shell $(PHPCONFIG)$* --extension-dir) 29 29 SOURCE_DIR=$(shell ls -d $(PECL_PKG_REALNAME)-*) 30 BINARYTARGETS=binary-arch-v 4 binary-arch-v531 BUILDTARGETS=build-v 4 build-v532 CLEANTARGETS=clean-v 4 clean-v530 BINARYTARGETS=binary-arch-v5 31 BUILDTARGETS=build-v5 32 CLEANTARGETS=clean-v5 33 33 34 34 # Sarge doesn't support --phpapi option (Bug #365667) 35 phpapiver4=$(shell /usr/bin/php-config4 --phpapi)36 35 #phpapiver4=$(/usr/bin/php-config4 --extension-dir | xargs basename) 37 36 phpapiver5=$(shell /usr/bin/php-config5 --phpapi) 38 37 39 configure-v 4 configure-v5: configure-v%: configure-stamp-v%40 configure-stamp-v 4 configure-stamp-v5: configure-stamp-v%:38 configure-v5: configure-v%: configure-stamp-v% 39 configure-stamp-v5: configure-stamp-v%: 41 40 dh_testdir 42 41 # Add here commands to configure the package. … … 49 48 build: $(BUILDTARGETS) 50 49 51 build-v 4 build-v5: build-v%: build-stamp-v%50 build-v5: build-v%: build-stamp-v% 52 51 53 52 build-stamp: … … 55 54 touch build-stamp 56 55 57 build-stamp-v 4 build-stamp-v5: build-stamp-v%: build-stamp configure-stamp-v%56 build-stamp-v5: build-stamp-v%: build-stamp configure-stamp-v% 58 57 dh_testdir 59 58 … … 66 65 dh_clean 67 66 68 clean-v 4 clean-v5: clean-v%:67 clean-v5: clean-v%: 69 68 dh_testdir 70 69 dh_testroot … … 77 76 rm -rf tmp/modules$* 78 77 79 install-v 4 install-v5: install-v%: build-v%78 install-v5: install-v%: build-v% 80 79 dh_testdir 81 80 dh_testroot … … 105 104 # Build architecture-dependent files here. 106 105 107 binary-arch-v 4 binary-arch-v5: binary-arch-v%: install-v%106 binary-arch-v5: binary-arch-v%: install-v% 108 107 echo "php:Depends=phpapi-$(phpapiver$*)" >> debian/$(BIN_PACKAGE_NAME).substvars 109 108 … … 141 140 142 141 binary: binary-indep binary-arch 143 .PHONY: build build-v 4 build-v5 clean clean-v4 clean-v5 binary-indep binary-arch binary-arch-v4 binary-arch-v5 binary install-v4 install-v5 configure-v4configure-v5142 .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 1 php-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 1 7 php-bcompiler (0.8-1) unstable; urgency=low 2 8 packages/main/php-bcompiler/trunk/debian/control
r239 r493 3 3 Priority: optional 4 4 Maintainer: Unixmedia S.r.l. (Medianix Devel) <devel@unixmedia.it> 5 Build-Depends: debhelper (>= 5), po-debconf, xsltproc , php 4-dev , php5-dev5 Build-Depends: debhelper (>= 5), po-debconf, xsltproc , php5-dev 6 6 Standards-Version: 3.7.2 7 8 Package: php4-bcompiler9 Architecture: any10 Depends: ${shlibs:Depends}, ${php:Depends}, ${misc:Depends}11 Description: bcompiler module for PHP 412 A bytecode compiler13 .14 bcompiler enables you to encode your scripts in phpbytecode, enabling15 you to protect the source code.16 bcompiler could be used in the following situations17 .18 - to create a exe file of a PHP-GTK application (in conjunction with19 other software)20 - to create closed source libraries21 - to provide clients with time expired software (prior to payment)22 - to deliver close source applications23 - for use on embedded systems, where disk space is a priority.24 .25 For install instructions see the manual at pear.php.net26 7 27 8 Package: php5-bcompiler packages/main/php-bcompiler/trunk/debian/rules
r239 r493 28 28 EXT_DIR=$(shell $(PHPCONFIG)$* --extension-dir) 29 29 SOURCE_DIR=$(shell ls -d $(PECL_PKG_REALNAME)-*) 30 BINARYTARGETS=binary-arch-v 4 binary-arch-v531 BUILDTARGETS=build-v 4 build-v532 CLEANTARGETS=clean-v 4 clean-v530 BINARYTARGETS=binary-arch-v5 31 BUILDTARGETS=build-v5 32 CLEANTARGETS=clean-v5 33 33 34 34 # Sarge doesn't support --phpapi option (Bug #365667) 35 phpapiver4=$(shell /usr/bin/php-config4 --phpapi)36 35 #phpapiver4=$(/usr/bin/php-config4 --extension-dir | xargs basename) 37 36 phpapiver5=$(shell /usr/bin/php-config5 --phpapi) 38 37 39 configure-v 4 configure-v5: configure-v%: configure-stamp-v%40 configure-stamp-v 4 configure-stamp-v5: configure-stamp-v%:38 configure-v5: configure-v%: configure-stamp-v% 39 configure-stamp-v5: configure-stamp-v%: 41 40 dh_testdir 42 41 # Add here commands to configure the package. … … 49 48 build: $(BUILDTARGETS) 50 49 51 build-v 4 build-v5: build-v%: build-stamp-v%50 build-v5: build-v%: build-stamp-v% 52 51 53 52 build-stamp: … … 55 54 touch build-stamp 56 55 57 build-stamp-v 4 build-stamp-v5: build-stamp-v%: build-stamp configure-stamp-v%56 build-stamp-v5: build-stamp-v%: build-stamp configure-stamp-v% 58 57 dh_testdir 59 58 … … 66 65 dh_clean 67 66 68 clean-v 4 clean-v5: clean-v%:67 clean-v5: clean-v%: 69 68 dh_testdir 70 69 dh_testroot … … 77 76 rm -rf tmp/modules$* 78 77 79 install-v 4 install-v5: install-v%: build-v%78 install-v5: install-v%: build-v% 80 79 dh_testdir 81 80 dh_testroot … … 105 104 # Build architecture-dependent files here. 106 105 107 binary-arch-v 4 binary-arch-v5: binary-arch-v%: install-v%106 binary-arch-v5: binary-arch-v%: install-v% 108 107 echo "php:Depends=phpapi-$(phpapiver$*)" >> debian/$(BIN_PACKAGE_NAME).substvars 109 108 … … 141 140 142 141 binary: binary-indep binary-arch 143 .PHONY: build build-v 4 build-v5 clean clean-v4 clean-v5 binary-indep binary-arch binary-arch-v4 binary-arch-v5 binary install-v4 install-v5 configure-v4configure-v5142 .PHONY: build build-v5 clean clean-v5 binary-indep binary-arch binary-arch-v5 binary install-v5 configure-v5
