Port details |
- wizard Classes for writing MS-style 'wizards'
- 1.4 devel
=0 1.4Version of this port present on the latest quarterly branch.
- DEPRECATED: "master site disappeared, author stopped work 2002"
This port expired on: 2005-08-31
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2002-01-11 04:00:35
- Last Update: 2005-10-18 20:12:26
- SVN Revision: UNKNOWN
- Also Listed In: python
- License: not specified in port
- Description:
- The wizard module makes it easy to write typical desktop GUI-style
"wizards," where a user is guided through a series of forms and enters
configuration data. By design, the wizard module tries to shield the
developer from all aspects of GUI development. This extends to keeping
the Tkinter names out of the global namespace.
A wizard encapsulates a set of interactions with a user. It contains one
or more sheets. A sheet can either have text for the user to read, or it
can have one or more data entry fields. These fields can be text entry,
file or directory selection, check-boxes or multiple-choice lists. When
the user indicates that they are finished, the wizard returns a dictionary
containing the data the user entered. Entries can also be validated by
calling out to application-specific code. Validation can be done when the
user tries to move to the next sheet, or at the end after all the data has
been entered. The wizard module includes several validators.
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: wizard
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- python : lang/python
- Runtime dependencies:
-
- _tkinter.so : x11-toolkits/py-tkinter
- python : lang/python
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 10
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4 18 Oct 2005 20:12:26 |
vs |
Nuke two more expired ports |
1.4 30 Jul 2005 01:49:34 |
kris |
Issue a one-month stay of execution for these ports so I can send out
an email announcing their demise and give users the chance to submit fixes. |
1.4 31 May 2005 13:16:44 |
lawrance |
Mark these ports DEPRECATED due to being unmaintained and one or more
of stale, obsolete, unused, irrelevant and unloved.
60 days grace in which I will gladly accept fix requests.
PR: ports/79666
Submitted by: me |
1.4 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
1.4 31 Oct 2003 21:49:24 |
linimon |
Per distfile survey, remove mastersite that disappeared in May 2002. |
1.4 20 Feb 2003 17:07:10 |
knu |
De-pkg-comment. |
1.4 23 Aug 2002 11:30:23 |
perky |
Add missing .pyo files to each pkg-plist |
1.4 29 Apr 2002 14:01:09 |
ijliao |
use USE_PYDISTUTILS |
1.4 29 Mar 2002 13:37:51 |
pat |
Add working site to MASTER_SITES
PR: 36478
Submitted by: Tilman Linneweh <tilman@arved.de> |
11 Jan 2002 07:00:35 |
ijliao |
add wizard 1.4 Classes for writing MS-style 'wizards' |
Number of commits found: 10
|