notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-4suite A collection of Python tools for XML and RDF processing
1.0.b1_1 textproc Deleted on this many watch lists=5 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.0.b1_1Version of this port present on the latest quarterly branch.
Broken BROKEN: only builds with Python up to version 2.4
Deprecated DEPRECATED: only builds with Python up to version 2.4
Expired This port expired on: 2014-02-01
Ignore IGNORE: is marked as broken: only builds with Python up to version 2.4
Maintainer: mike@skew.org search for ports maintained by this maintainer
Port Added: 2001-03-22 21:54:36
Last Update: 2014-02-03 11:37:03
SVN Revision: 342429
People watching this port, also watch:: libiconv, gettext, python
Also Listed In: python
License: not specified in port
WWW:
http://4suite.org/
Description:
4Suite is a suite of Python modules for XML and RDF processing. Its major components include the following: * Ft.Xml.Domlette: A very fast, lightweight XPath-oriented DOM. * Ft.Xml.Sax: A very fast SAX 2 parser. * Ft.Xml.XPath: An XPath 1.0 implementation for Domlette documents. * Ft.Xml.Xslt: A robust XSLT 1.0 processor. * Ft.Xml.XUpdate: An XUpdate processor. * Ft.Rdf: RDF processing tools, including a query/inference language. * Ft.Server: An integrated document & RDF repository with web access. * Ft.Lib: Various support libraries that can be used independently. 4Suite also includes convenient command-line tools: * 4xml: XML document parsing and reserialization. * 4xpath: XPath expression evaluation. * 4xslt: XSLT processing. * 4xupdate: XUpdate processing. * 4rdf: RDF/XML parsing, persistence, querying and reserialization. * 4ss_manager: Document/RDF repository administration. * 4ss: Document/RDF repository user commands. 4Suite 1.0b1 is the last release of the monolithic 4Suite package; 4Suite XML, 4Suite RDF, and 4Suite Repository are replacing it. WWW: http://4suite.org/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

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:
  • py27-4suite>0:textproc/py-4suite
No installation instructions:
This port has been deleted.
PKGNAME: py27-4suite
Flavors: there is no flavor information for this port.
ONLY_FOR_ARCHS: i386
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.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py27-setuptools>0 : devel/py-setuptools
  2. python2.7 : lang/python27
  3. python2 : lang/python2
Runtime dependencies:
  1. python2.7 : lang/python27
  2. python2 : lang/python2
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:
Expand this list (3 items)
Collapse this list.
  1. ftp://ftp.4suite.org/pub/4Suite/
  2. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  3. http://downloads.sourceforge.net/project/foursuite/4Suite/1.0b1/
Collapse this list.

Number of commits found: 29

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.0.b1_1
03 Feb 2014 11:37:03
Revision:342429Original commit files touched by this commit
rene search for other commits by this committer
Remove expired ports:
2013-12-31 multimedia/xbmc-pvr: multimedia/xbmc and multimedia/xbmc-addon-pvr
are newer
2013-12-31 misc/libmcal: No more used and development discontinued
2014-02-01 textproc/py-4suite: only builds with Python up to version 2.4
2014-02-01 multimedia/xbmc-addon-xvdr: Depends on expired multimedia/xbmc-pvr
2014-02-01 deskutils/gmcal: Depends on expired misc/libmcal
2014-02-01 deskutils/mcal: Depends on expired misc/libmcal
2014-02-01 sysutils/relpath: unfetchable distfiles
2014-02-01 sysutils/decomment: unfetchable distfiles
2014-02-03 multimedia/openmovieeditor: segfaults, upstread development ceased
1.0.b1_1
15 Jan 2014 21:09:44
Revision:339822Original commit files touched by this commit
mva search for other commits by this committer
- Deprecate and set it to expire on 2014-02-01, since it depends on a python
  version that has been removed from the ports quite some time ago
1.0.b1_1
13 Jan 2014 21:00:04
Revision:339634Original commit files touched by this commit
rene search for other commits by this committer
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
1.0.b1_1
20 Sep 2013 23:17:32
Revision:327773Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc)
1.0.b1_1
24 Oct 2011 09:11:38
Original commit files touched by this commit
dougb search for other commits by this committer
The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
1.0.b1_1
03 Jul 2011 14:40:25
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
1.0.b1_1
22 Aug 2009 00:37:17
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with T,U,V
1.0.b1_1
30 Jul 2007 09:42:28
Original commit files touched by this commit
alexbl search for other commits by this committer
 - Make Python 2.5.1 the default Python version
 - Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:      pointyhat runs
Approved by:    pav (portmgr)
Most work by:   perky
Thanks to:      pav
1.0.b1_1
04 Jul 2006 08:30:03
Original commit files touched by this commit
pav search for other commits by this committer
- Limit this port to i386 where it is known to run properly

PR:             ports/94011
Submitted by:   Mike Brown <mike@skew.org> (maintainer)
1.0.b1_1
13 May 2006 04:24:52
Original commit files touched by this commit
edwin search for other commits by this committer
Remove USE_REINPLACE from categories starting with T
1.0.b1_1
08 Nov 2005 13:25:33
Original commit files touched by this commit
arved search for other commits by this committer
* USE_PYTHON corrected
* Add CONFLICTS
* Suppress redundant display of pkg-message
* Update pkg-descr
* Fix pkg-plist
* Bump PORTREVISION

PR:             88129
Submitted by:   Mike Brown <mike@skew.org>

* Add SHA256
1.0.b1
17 Apr 2005 15:38:48
Original commit files touched by this commit
pav search for other commits by this committer
- Update to 1.0b1

PR:             ports/80018
Submitted by:   Mike Brown <mike@skew.org> (maintainer)
0.11.1_2
08 Feb 2005 12:52:36
Original commit files touched by this commit
kris search for other commits by this committer
Push back the expiration date to give Mike Brown <mike@skew.org> time
to submit a new version after the forthcoming new release of the
software.
0.11.1_2
20 Dec 2004 04:10:21
Original commit files touched by this commit
linimon search for other commits by this committer
Switch from IGNORE to BROKEN to add this onto the biweekly report of
ports marked BROKEN.
0.11.1_2
18 Dec 2004 23:02:35
Original commit files touched by this commit
kris search for other commits by this committer
This port is scheduled to be removed on 2005-02-18 if it is still
broken at that time, and a fix has not been submitted to GNATS.
0.11.1_2
14 Jun 2004 06:04:30
Original commit files touched by this commit
perky search for other commits by this committer
Mike Brown (a co-developer of 4Suite) takes over the maintainership
of py-xml and py-4suite. The original maintainer (wjv) have been
too busy to manage these ports for last half year.

Submitted by:   Mike Brown <mike@skew.org>
0.11.1_2
31 May 2004 07:48:05
Original commit files touched by this commit
kris search for other commits by this committer
IGNORE: This port has a badly broken pkg-plist that removes dozens of files
not installed by this port.
0.11.1_2
31 Mar 2004 03:12:58
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify (maintainer timeout)
0.11.1_2
29 Jul 2003 15:16:33
Original commit files touched by this commit
mi search for other commits by this committer
The port was broken by the automatic REINPLACE_CMD conversion, as it used
Perl's syntax for replacements. It was officially marked BROKEN by kris
this May. This commit fixes the replacements and removes three directories,
which are created by the py-xml port, from the pkg-plist.

The maintainer did not react to the breakage in a very long time, so I
take the liberty of fixing the port without waiting for too much longer.

Approved by:    maintainer timeout
0.11.1_1
06 May 2003 23:42:10
Original commit files touched by this commit
kris search for other commits by this committer
BROKEN: Broken pkg-plist
0.11.1_1
07 Mar 2003 06:11:57
Original commit files touched by this commit
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
0.11.1_1
04 Nov 2002 05:46:38
Original commit files touched by this commit
edwin search for other commits by this committer
PERL -> REINPLACE
And some ports have USE_PERL5=yes now.
0.11.1_1
29 Apr 2002 19:08:56
Original commit files touched by this commit
ijliao search for other commits by this committer
use USE_PYDISTUTILS
07 Jan 2002 13:02:01
commit hash: fp1.22989@dev.null.freshports.orgcommit hash: fp1.22989@dev.null.freshports.orgcommit hash: fp1.22989@dev.null.freshports.orgcommit hash: fp1.22989@dev.null.freshports.org files touched by this commit
wjv search for other commits by this committer
- Add a patch for a small typo(?) which results in half the bits of a    
generated UUID being trown away   - Bumped PORTREVISION    
17 Sep 2001 11:27:15
commit hash: fp1.18878@dev.null.freshports.orgcommit hash: fp1.18878@dev.null.freshports.orgcommit hash: fp1.18878@dev.null.freshports.orgcommit hash: fp1.18878@dev.null.freshports.org files touched by this commit
wjv search for other commits by this committer
- Update to version 0.11.1    
07 Aug 2001 12:52:41
commit hash: fp1.16931@dev.null.freshports.orgcommit hash: fp1.16931@dev.null.freshports.orgcommit hash: fp1.16931@dev.null.freshports.orgcommit hash: fp1.16931@dev.null.freshports.org files touched by this commit
wjv search for other commits by this committer
- Add run-time dependency on PyXML (textproc/py-xml) - oops!   - Update email
address in pkg-descr    
27 Jun 2001 11:15:02
commit hash: fp1.15557@dev.null.freshports.orgcommit hash: fp1.15557@dev.null.freshports.orgcommit hash: fp1.15557@dev.null.freshports.orgcommit hash: fp1.15557@dev.null.freshports.org files touched by this commit
wjv search for other commits by this committer
Updating my email address in my remaining ports.    
11 May 2001 13:24:21
commit hash: fp1.13654@dev.null.freshports.orgcommit hash: fp1.13654@dev.null.freshports.orgcommit hash: fp1.13654@dev.null.freshports.orgcommit hash: fp1.13654@dev.null.freshports.org files touched by this commit
jeh search for other commits by this committer
- Update 4Suite (textproc/py-4suite) to version 0.11   - This is a major rewrite
of 4Suite.  From a ports point of view, things are      simplified since the
interdependency between 4Suite and PyXML has been      somewhat simplified.   -
Tested with Python 2.1 on -CURRENT, and (more briefly) with Python 1.5.2 on    
-CURRENT.    
23 Mar 2001 00:54:36
commit hash: fp1.11448@dev.null.freshports.orgcommit hash: fp1.11448@dev.null.freshports.orgcommit hash: fp1.11448@dev.null.freshports.orgcommit hash: fp1.11448@dev.null.freshports.org files touched by this commit
jeh search for other commits by this committer
Add port: textproc/py-4suite    

Number of commits found: 29