Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Sep 2004 11:55:22 +0000 (UTC)
From:      Edwin Groothuis <edwin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefileports/devel/pear-HTML_QuickForm_Controller Makefile distinfo pkg-descr
Message-ID:  <200409021155.i82BtMeJ051359@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
edwin       2004-09-02 11:55:22 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/pear-HTML_QuickForm_Controller Makefile distinfo 
                                         pkg-descr 
  Log:
  New port: devel/pear-HTML_QuickForm_Controller
  
          The package is essentially an implementation of a PageController
          pattern.
  
          Architecture:
          * Controller class that examines HTTP requests and manages
            form values persistence across requests.
          * Page class (subclass of QuickForm) representing a single
            page of the form.
          * Business logic is contained in subclasses of Action class.
  
          Cool features:
          * Includes several default Actions that allow easy building
            of multipage forms.
          * Includes usage examples for common usage cases (single-page
            form, wizard tabbed form).
  
  PR:             ports/71281
  Submitted by:   Dmitry Karasik <dmitry@karasik.eu.org>
  
  Revision  Changes    Path
  1.1690    +1 -0      ports/devel/Makefile
  1.1       +26 -0     ports/devel/pear-HTML_QuickForm_Controller/Makefile (new)
  1.1       +2 -0      ports/devel/pear-HTML_QuickForm_Controller/distinfo (new)
  1.1       +12 -0     ports/devel/pear-HTML_QuickForm_Controller/pkg-descr (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409021155.i82BtMeJ051359>