[Pkg-php-commits] r1327 - in pear: . php-html-quickform php-html-quickform/trunk php-html-quickform/trunk/debian

Elizabeth Krumbach lyz-guest at alioth.debian.org
Mon Dec 28 21:04:25 UTC 2009


tags 442361 pending
thanks

Author: lyz-guest
Date: 2009-12-28 21:04:17 +0000 (Mon, 28 Dec 2009)
New Revision: 1327

Added:
   pear/php-html-quickform/
   pear/php-html-quickform/branches/
   pear/php-html-quickform/tags/
   pear/php-html-quickform/trunk/
   pear/php-html-quickform/trunk/debian/
   pear/php-html-quickform/trunk/debian/changelog
   pear/php-html-quickform/trunk/debian/compat
   pear/php-html-quickform/trunk/debian/control
   pear/php-html-quickform/trunk/debian/copyright
   pear/php-html-quickform/trunk/debian/rules
   pear/php-html-quickform/trunk/debian/watch
Log:
Initial commit of php-html-quickform package.



Added: pear/php-html-quickform/trunk/debian/changelog
===================================================================
--- pear/php-html-quickform/trunk/debian/changelog	                        (rev 0)
+++ pear/php-html-quickform/trunk/debian/changelog	2009-12-28 21:04:17 UTC (rev 1327)
@@ -0,0 +1,33 @@
+php-html-quickform (3.2.11-0+nmu1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Closes: #442361
+
+ -- Elizabeth Krumbach <lyz at princessleia.com>  Mon, 28 Dec 2009 16:01:43 -0500
+
+php-html-quickform (3.2.11-0+nmu1) unstable; urgency=low
+
+  * NMU new upstream release
+
+ -- StephanieLayton <stephanielayton at mac.com>  Tue, 14 Apr 2009 13:54:03 -0400
+
+php-html-quickform (3.2.9-1+nmu1) unstable; urgency=low
+
+  * NMU package update for compliance with Debian standards policy 3.8.0
+  * changed debian/control Homepage field as a regular field.
+
+ -- Stephanie Layton <stephanielayton at mac.com>  Tue, 14 Apr 2009 07:46:16 -0400
+
+php-html-quickform (3.2.9-1) unstable; urgency=low
+
+  * New upstream release.
+  * Switched to CDBS.
+
+ -- Yann Rouillard <yann at pleiades.fr.eu.org>  Wed, 11 Jul 2007 23:01:30 +0200
+
+php-html-quickform (3.2.7-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Thierry Delprat <thierry.delprat at jouy.inra.fr>  Thu, 26 Apr 2007 15:15:24 +0000
+

Added: pear/php-html-quickform/trunk/debian/compat
===================================================================
--- pear/php-html-quickform/trunk/debian/compat	                        (rev 0)
+++ pear/php-html-quickform/trunk/debian/compat	2009-12-28 21:04:17 UTC (rev 1327)
@@ -0,0 +1 @@
+5

Added: pear/php-html-quickform/trunk/debian/control
===================================================================
--- pear/php-html-quickform/trunk/debian/control	                        (rev 0)
+++ pear/php-html-quickform/trunk/debian/control	2009-12-28 21:04:17 UTC (rev 1327)
@@ -0,0 +1,30 @@
+Source: php-html-quickform
+Section: web
+Priority: optional
+Maintainer: Yann Rouillard <yann at pleiades.fr.eu.org>
+Build-Depends: debhelper (>= 5), dh-make-php (>= 0.1.1), cdbs
+Standards-Version: 3.8.0
+Homepage: http://pear.php.net/package/HTML_QuickForm
+
+Package: php-html-quickform
+Architecture: all
+Depends: php-pear, php-html-common (>= 1.2.1)
+Description: The PEAR package provides methods for handling HTML forms
+ The HTML_QuickForm package provides methods to dynamically create, validate
+ and render HTML forms.
+ .
+ Features:
+  * More than 20 ready-to-use form elements.
+  * XHTML compliant generated code.
+  * Numerous mixable and extendable validation rules.
+  * Automatic server-side validation and filtering.
+  * On request javascript code generation for client-side validation.
+  * File uploads support.
+  * Total customization of form rendering.
+  * Support for external template engines (ITX, Sigma, Flexy, Smarty).
+  * Pluggable elements, rules and renderers extensions.
+ .
+ Development of HTML_QuickForm version 3 is frozen. 
+ HTML_QuickForm2 should be used instead.
+ .
+

Added: pear/php-html-quickform/trunk/debian/copyright
===================================================================
--- pear/php-html-quickform/trunk/debian/copyright	                        (rev 0)
+++ pear/php-html-quickform/trunk/debian/copyright	2009-12-28 21:04:17 UTC (rev 1327)
@@ -0,0 +1,79 @@
+This package was debianized by Yann Rouillard <yann at pleiades.fr.eu.org> using dh-make-pear
+on Wed, 13 Jun 2007 02:23:28 +0200.
+
+It was downloaded from http://pear.php.net/package/HTML_QuickForm
+
+Upstream Authors: Bertrand Mansion <bmansion at mamasam.com>;Adam Daniel <adaniel1 at eesus.jnj.com>;Alexey Borzov <borz_off at cs.msu.su>;Jason Rust <jason at rustyparts.com>;Thomas Schulz <ths at 4bconsult.de>;Ron McClain <ron at humaniq.com>
+
+Copyright (c): 2001-2007 The PHP Group
+
+-------------------------------------------------------------------- 
+                  The PHP License, version 3.0
+Copyright (c) 1999 - 2006 The PHP Group. All rights reserved.
+-------------------------------------------------------------------- 
+
+Redistribution and use in source and binary forms, with or without
+modification, is permitted provided that the following conditions
+are met:
+
+  1. Redistributions of source code must retain the above copyright
+     notice, this list of conditions and the following disclaimer.
+ 
+  2. Redistributions in binary form must reproduce the above copyright
+     notice, this list of conditions and the following disclaimer in
+     the documentation and/or other materials provided with the
+     distribution.
+ 
+  3. The name "PHP" must not be used to endorse or promote products
+     derived from this software without prior written permission. For
+     written permission, please contact group at php.net.
+  
+  4. Products derived from this software may not be called "PHP", nor
+     may "PHP" appear in their name, without prior written permission
+     from group at php.net.  You may indicate that your software works in
+     conjunction with PHP by saying "Foo for PHP" instead of calling
+     it "PHP Foo" or "phpfoo"
+ 
+  5. The PHP Group may publish revised and/or new versions of the
+     license from time to time. Each version will be given a
+     distinguishing version number.
+     Once covered code has been published under a particular version
+     of the license, you may always continue to use it under the terms
+     of that version. You may also choose to use such covered code
+     under the terms of any subsequent version of the license
+     published by the PHP Group. No one other than the PHP Group has
+     the right to modify the terms applicable to covered code created
+     under this License.
+
+  6. Redistributions of any form whatsoever must retain the following
+     acknowledgment:
+     "This product includes PHP, freely available from
+     <http://www.php.net/>".
+
+THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND 
+ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A 
+PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE PHP
+DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, 
+INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
+OF THE POSSIBILITY OF SUCH DAMAGE.
+
+-------------------------------------------------------------------- 
+
+This software consists of voluntary contributions made by many
+individuals on behalf of the PHP Group.
+
+The PHP Group can be contacted via Email at group at php.net.
+
+For more information on the PHP Group and the PHP project, 
+please see <http://www.php.net>.
+
+This product includes the Zend Engine, freely available at
+<http://www.zend.com>.
+
+

Added: pear/php-html-quickform/trunk/debian/rules
===================================================================
--- pear/php-html-quickform/trunk/debian/rules	                        (rev 0)
+++ pear/php-html-quickform/trunk/debian/rules	2009-12-28 21:04:17 UTC (rev 1327)
@@ -0,0 +1,14 @@
+#!/usr/bin/make -f
+# template debian/rules provided by dh-make-php.
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/pear.mk
+
+# pear.mk PEAR_PKG/PEAR_PKG_VERSION are not properly set
+PEAR_PKG := HTML_QuickForm
+PEAR_PKG_VERSION := 3.2.11
+
+install/php-html-quickform:: 
+	# Removing unwanted directories and file
+	rm -rf $(DEB_DESTDIR)/tmp
+	


Property changes on: pear/php-html-quickform/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: pear/php-html-quickform/trunk/debian/watch
===================================================================
--- pear/php-html-quickform/trunk/debian/watch	                        (rev 0)
+++ pear/php-html-quickform/trunk/debian/watch	2009-12-28 21:04:17 UTC (rev 1327)
@@ -0,0 +1,2 @@
+version=3
+http://pear.php.net/package/HTML_QuickForm/download /get/HTML_QuickForm-([\d.]+)\.tgz debian uupdate




More information about the Pkg-php-commits mailing list