[Pkg-php-commits] r1336 - in pear: . php-db-dataobject-formbuilder php-db-dataobject-formbuilder/trunk php-db-dataobject-formbuilder/trunk/debian
Elizabeth Krumbach
lyz-guest at alioth.debian.org
Wed Jan 20 14:57:59 UTC 2010
tags 442364 pending
thanks
Author: lyz-guest
Date: 2010-01-20 14:57:58 +0000 (Wed, 20 Jan 2010)
New Revision: 1336
Added:
pear/php-db-dataobject-formbuilder/
pear/php-db-dataobject-formbuilder/branches/
pear/php-db-dataobject-formbuilder/tags/
pear/php-db-dataobject-formbuilder/trunk/
pear/php-db-dataobject-formbuilder/trunk/debian/
pear/php-db-dataobject-formbuilder/trunk/debian/changelog
pear/php-db-dataobject-formbuilder/trunk/debian/compat
pear/php-db-dataobject-formbuilder/trunk/debian/control
pear/php-db-dataobject-formbuilder/trunk/debian/copyright
pear/php-db-dataobject-formbuilder/trunk/debian/rules
pear/php-db-dataobject-formbuilder/trunk/debian/watch
Log:
Initial commit of php-db-dataobject-formbuilder package.
Added: pear/php-db-dataobject-formbuilder/trunk/debian/changelog
===================================================================
--- pear/php-db-dataobject-formbuilder/trunk/debian/changelog (rev 0)
+++ pear/php-db-dataobject-formbuilder/trunk/debian/changelog 2010-01-20 14:57:58 UTC (rev 1336)
@@ -0,0 +1,17 @@
+php-db-dataobject-formbuilder (1.0.0~rc7-2) unstable; urgency=low
+
+ [ Yann Rouillard ]
+ * New upstream release
+ * Switched to CDBS.
+
+ [ Stephanie Layton ]
+ * Update for compliance with debian 3.8.0 standards policy
+
+ -- Stephanie Layton <stephanielayton at mac.com> Tue, 14 Apr 2009 07:46:16 -0400
+
+php-db-dataobject-formbuilder (1.0.0~rc7-1) unstable; urgency=low
+
+ * Initial Release (closes: #442364).
+
+ -- Thierry Delprat <thierry.delprat at jouy.inra.fr> Thu, 26 Apr 2007 15:15:24 +0000
+
Added: pear/php-db-dataobject-formbuilder/trunk/debian/compat
===================================================================
--- pear/php-db-dataobject-formbuilder/trunk/debian/compat (rev 0)
+++ pear/php-db-dataobject-formbuilder/trunk/debian/compat 2010-01-20 14:57:58 UTC (rev 1336)
@@ -0,0 +1 @@
+5
Added: pear/php-db-dataobject-formbuilder/trunk/debian/control
===================================================================
--- pear/php-db-dataobject-formbuilder/trunk/debian/control (rev 0)
+++ pear/php-db-dataobject-formbuilder/trunk/debian/control 2010-01-20 14:57:58 UTC (rev 1336)
@@ -0,0 +1,25 @@
+Source: php-db-dataobject-formbuilder
+Section: web
+Priority: optional
+Maintainer: Yann Rouillard <yann at pleiades.fr.eu.org>
+Uploaders: Stephanie Layton <stephanielayton at mac.com>,
+ Elizabeth Krumbach <lyz at princessleia.com>
+Build-Depends: debhelper (>= 5), dh-make-php (>= 0.1.1), cdbs
+Standards-Version: 3.8.0
+Homepage: http://pear.php.net/package/DB_DataObject_FormBuilder
+
+Package: php-db-dataobject-formbuilder
+Architecture: all
+Depends: php-db-dataobject (>= 1.8.5), php-html-quickform (>= 3.2.4)
+Recommends: php-date (>= 1.4.7), php-html-table (>= 1.7.5), php-html-quickform-elementgrid (>= 0.1.0), php5-cli | php4-cli (>= 4.3.0)
+Description: PHP PEAR Class to build HTML_QuickForm objects from a DB_DataObject class
+ DB_DataObject_FormBuilder will aid you in rapid application development
+ using the packages DB_DataObject and HTML_QuickForm.
+ .
+ For having a quick but working prototype of your application, simply model
+ the database, run php-db-data-object-create-tables script over it and write
+ a script that passes one of the resulting objects to the FormBuilder class.
+ The FormBuilder will automatically generate a simple but working HTML_QuickForm
+ object that you can use to test your application.
+ .
+
Added: pear/php-db-dataobject-formbuilder/trunk/debian/copyright
===================================================================
--- pear/php-db-dataobject-formbuilder/trunk/debian/copyright (rev 0)
+++ pear/php-db-dataobject-formbuilder/trunk/debian/copyright 2010-01-20 14:57:58 UTC (rev 1336)
@@ -0,0 +1,81 @@
+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/DB_DataObject_FormBuilder
+
+Upstream Authors: Norbert Mocsnik
+ Markus Wolff
+ Justin Patrin <papercrane at reversefold.com>
+
+Copyright:
+
+ License: PHP License
+
+--------------------------------------------------------------------
+ The PHP License, Version 3.0
+Copyright (c) 1999 - 2005 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-db-dataobject-formbuilder/trunk/debian/rules
===================================================================
--- pear/php-db-dataobject-formbuilder/trunk/debian/rules (rev 0)
+++ pear/php-db-dataobject-formbuilder/trunk/debian/rules 2010-01-20 14:57:58 UTC (rev 1336)
@@ -0,0 +1,22 @@
+#!/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 := DB_DataObject_FormBuilder
+PEAR_PKG_VERSION := 1.0.0RC7
+
+
+install/php-db-dataobject-formbuilder::
+
+ # Copying tools in /usr/share/php-db-dataobject-formbuilder
+ install -d $(DEB_DESTDIR)/usr/share/php-db-dataobject-formbuilder/
+ mv $(DEB_DESTDIR)/usr/share/php/data/DB_DataObject_FormBuilder/tools $(DEB_DESTDIR)/usr/share/php-db-dataobject-formbuilder/
+ chmod +x $(DEB_DESTDIR)/usr/share/php-db-dataobject-formbuilder/tools/*.php
+ rm -rf $(DEB_DESTDIR)/usr/share/php/data/
+
+ # Removing unwanted directories
+ rm -rf $(DEB_DESTDIR)/tmp
+
Property changes on: pear/php-db-dataobject-formbuilder/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: pear/php-db-dataobject-formbuilder/trunk/debian/watch
===================================================================
--- pear/php-db-dataobject-formbuilder/trunk/debian/watch (rev 0)
+++ pear/php-db-dataobject-formbuilder/trunk/debian/watch 2010-01-20 14:57:58 UTC (rev 1336)
@@ -0,0 +1,2 @@
+version=3
+http://pear.php.net/package/DB_DataObject_FormBuilder/download /get/DB_DataObject_FormBuilder-([\d.]+)\.tgz debian uupdate
More information about the Pkg-php-commits
mailing list