Port details |
- libzt Collection of utility code for C application/server development
- 1.0.2 devel
=0 1.0.2Version of this port present on the latest quarterly branch. DEPRECATED: mastersite disappeared, no longer maintained by author
This port expired on: 2005-12-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: 2003-06-10 09:28:09
- Last Update: 2006-01-14 21:15:52
- SVN Revision: UNKNOWN
- License: not specified in port
- WWW:
- http://www.zerotao.org/downloads/libzt/
- Description:
- LibZT is a collection of utility code for C application/server
development. It contains a ubiquitous logging subsystem,
configuration file parser, commandline option parser, and
numerous handy tools that need to be written for just about any
project (wrappers to malloc, etc).
WWW: http://www.zerotao.org/downloads/libzt/
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: libzt
- 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:
-
- libtool15 : devel/libtool15
- Library dependencies:
-
- gnugetopt.1 : devel/libgnugetopt
- 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.2 14 Jan 2006 21:15:52
 |
pav  |
- Remove expired ports |
1.0.2 24 Nov 2005 15:40:04
 |
pav  |
- Add some SHA256 checksums |
1.0.2 15 Nov 2005 06:52:12
 |
ade  |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
1.0.2 08 Nov 2005 14:29:40
 |
vs  |
Mark as DEPRECATED, mastersite disappeared since 2004.
PR: ports/88500
Submitted by: Jean Milanez Melo |
1.0.2 31 May 2005 19:00:51
 |
oliver  |
change the libtool version to use from 1.3 to 1.5 |
1.0.2 12 Apr 2005 03:26:57
 |
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
1.0.2 11 Apr 2005 08:04:41
 |
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
1.0.2 14 Mar 2004 06:17:56
 |
ade  |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
1.0.2 29 Jan 2004 07:24:56
 |
trevor  |
SIZEify. |
1.0.2 07 Jan 2004 20:25:50
 |
krion  |
- Drop maintainership to ports@ |
1.0.2 22 Nov 2003 11:44:38
 |
krion  |
- Fix WWW: line according to Fenner's survey |
1.0.2 22 Jul 2003 10:34:12
 |
krion  |
Change my mail to @FreeBSD.org
Approved by: fjoe (mentor) |
1.0.2 10 Jun 2003 09:27:41
 |
fjoe  |
New port: devel/libzt
Collection of utility code for C application/server
development.
PR: 53124
Submitted by: Kirill Ponomarew |