FreshPorts -- The Place For Ports notbug Sun, 12 Feb 2012 5:16 AM GMT
Port details
zziplib 0.13.60 devel on this many watch lists=70 search for ports that depend on this port
A library to provide transparent read access to zipped files

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 search for ports maintained by this maintainer
Port Added: 04 Jan 2001 08:14:38
License: not specified in port
The zzip library provides read access to zipped file in a zip-archive.
It is based solely on free algorithms provided by zlib and can
transparently access files being either real files or zipped files
with the same file path argument.

WWW: http://zziplib.sourceforge.net/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: archivers/zip, lang/python27, devel/libtool, devel/pkg-config
Required To Run: devel/pkg-config
There are no ports dependent upon this port

To install the port: cd /usr/ports/devel/zziplib/ && make install clean
To add the package: pkg_add -r zziplib


Configuration Options
     No options to configure

Master Sites:
http://heanet.dl.sourceforge.net/project/zziplib/zziplib13/0.13.60/
http://sunet.dl.sourceforge.net/project/zziplib/zziplib13/0.13.60/
http://iweb.dl.sourceforge.net/project/zziplib/zziplib13/0.13.60/
http://switch.dl.sourceforge.net/project/zziplib/zziplib13/0.13.60/
http://surfnet.dl.sourceforge.net/project/zziplib/zziplib13/0.13.60/
http://kent.dl.sourceforge.net/project/zziplib/zziplib13/0.13.60/
http://freefr.dl.sourceforge.net/project/zziplib/zziplib13/0.13.60/
http://voxel.dl.sourceforge.net/project/zziplib/zziplib13/0.13.60/
http://jaist.dl.sourceforge.net/project/zziplib/zziplib13/0.13.60/
http://osdn.dl.sourceforge.net/project/zziplib/zziplib13/0.13.60/
http://nchc.dl.sourceforge.net/project/zziplib/zziplib13/0.13.60/
http://ncu.dl.sourceforge.net/project/zziplib/zziplib13/0.13.60/
http://transact.dl.sourceforge.net/project/zziplib/zziplib13/0.13.60/
http://softlayer.dl.sourceforge.net/project/zziplib/zziplib13/0.13.60/
http://internode.dl.sourceforge.net/project/zziplib/zziplib13/0.13.60/
http://ufpr.dl.sourceforge.net/project/zziplib/zziplib13/0.13.60/
http://waix.dl.sourceforge.net/project/zziplib/zziplib13/0.13.60/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 39

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
04 Dec 2011 10:03:50
Original commit files touched by this commit  0.13.60
miwi search for other commits by this committer
- Unbreak on clang

PR:             162919
Submitted by:   Jan Beich <jbeich@tormail.net>
Feature safe:   yes
22 Oct 2011 23:50:23
Original commit files touched by this commit  0.13.60
eadler search for other commits by this committer
- remove maintainer tags from pkg-descr

Approved by:    portmgr
Approved by:    bapt (mentor)
11 Apr 2011 20:12:13
Original commit files touched by this commit  0.13.60
pav search for other commits by this committer
- Mark BROKEN on amd64/7

Reported by:    pointyhat
23 Mar 2011 19:42:00
Original commit files touched by this commit  0.13.60
dhn search for other commits by this committer
- Update to 0.13.60

PR:             ports/155807
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
14 Sep 2010 13:43:48
Original commit files touched by this commit  0.13.59
ale search for other commits by this committer
Don't rebuild manpages, if xmlto is installed.
Drop maintainership.
20 May 2010 15:11:05
Original commit files touched by this commit  0.13.59
ale search for other commits by this committer
Update to 0.13.59 release.
29 Aug 2009 05:58:23
Original commit files touched by this commit  0.13.58_1
ale search for other commits by this committer
Fix plist and bump PORTREVISION.
27 Aug 2009 14:46:47
Original commit files touched by this commit  0.13.58
ale search for other commits by this committer
Update to 0.13.58 release.
22 Aug 2009 00:18:43
Original commit files touched by this commit  0.13.50
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with D
29 Dec 2008 09:35:21
Original commit files touched by this commit  0.13.50
ale search for other commits by this committer
Update to 0.13.50 release.
21 Aug 2008 06:18:49
Original commit files touched by this commit  0.13.49
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
01 Jun 2008 09:42:37
Original commit files touched by this commit  0.13.49
olgeni search for other commits by this committer
Large round of typo fixes in ports/devel (pkg-descr).
30 Oct 2007 06:49:54
Original commit files touched by this commit  0.13.49
ale search for other commits by this committer
Help portscout.
23 Jul 2007 09:36:52
Original commit files touched by this commit  0.13.49
rafan search for other commits by this committer
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
22 Apr 2007 07:29:42
Original commit files touched by this commit  0.13.49
ale search for other commits by this committer
Add python build dependency.
20 Apr 2007 06:10:04
Original commit files touched by this commit  0.13.49
ale search for other commits by this committer
Update to 0.13.49 release and install man pages.
07 Sep 2006 06:24:37
Original commit files touched by this commit  0.13.47
ale search for other commits by this committer
Update to 0.13.47 release.
02 May 2006 17:01:37
Original commit files touched by this commit  0.13.45
ale search for other commits by this committer
Fix build for systems with missing hostname.
26 Apr 2006 07:57:46
Original commit files touched by this commit  0.13.45
ale search for other commits by this committer
Update to 0.13.45 release.
23 Feb 2006 10:40:45
Original commit files touched by this commit  0.10.82_1
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
22 Jan 2006 08:30:12
Original commit files touched by this commit  0.10.82
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
15 Nov 2005 06:52:12
Original commit files touched by this commit  0.10.82
ade search for other commits by this committer
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.
12 Apr 2005 03:26:57
Original commit files touched by this commit  0.10.82
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
11 Apr 2005 08:04:41
Original commit files touched by this commit  0.10.82
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
09 Jul 2004 17:43:11
Original commit files touched by this commit  0.10.82
marcus search for other commits by this committer
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:             63944
Based on work by:eik and marcus
Approved by:    ade (autotools maintainer)
Tested by:      kris on pointyhat
Bound to be hidden problems:    You bet
18 Mar 2004 18:01:13
Original commit files touched by this commit  0.10.82
trevor search for other commits by this committer
Add size data, approved by maintainers.
14 Mar 2004 06:17:56
Original commit files touched by this commit  0.10.82
ade search for other commits by this committer
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.
18 Jan 2004 10:50:16
Original commit files touched by this commit  0.10.82
ale search for other commits by this committer
Switch to my @FreeBSD.org email address.

Approved by:    nork (mentor)
01 Aug 2003 05:29:27
Original commit files touched by this commit  0.10.82
krion search for other commits by this committer
Fix build on -current

Approved by:    fjoe (mentor) (implicit)
30 Jul 2003 08:17:35
Original commit files touched by this commit  0.10.82
krion search for other commits by this committer
Update to to 0.10.82

PR:             55038
Submitted by:   maintainer
Approved by:    fjoe (mentor) (implicit)
05 Apr 2003 05:18:23
Original commit files touched by this commit  0.10.76
kris search for other commits by this committer
Correct typo in @unexec
21 Feb 2003 11:23:04
Original commit files touched by this commit  0.10.76
knu search for other commits by this committer
De-pkg-comment.
20 Feb 2003 01:53:54
Original commit files touched by this commit  0.10.76
leeym search for other commits by this committer
Update to zziplib-0.10.76

PR:             48396
Submitted by:   Alex Dupre <sysadmin@alexdupre.com>
22 Dec 2002 15:02:51
Original commit files touched by this commit  0.10.54
naddy search for other commits by this committer
Make this build on -STABLE *and* -CURRENT.
28 Sep 2002 23:23:38
Original commit files touched by this commit  0.10.54
kris search for other commits by this committer
Fix build on -stable

Submitted by:   Adam Weinberger <adam@vectors.cx>
PR:             ports/41092
22 Jun 2002 15:57:04
Original commit files touched by this commit  0.10.54
pat search for other commits by this committer
Update to 0.10.54

PR:             39657
Submitted by:   maintainer
20 May 2002 08:27:05
Original commit files touched by this commit  0.10.53
sada search for other commits by this committer
- Upgrade to version 0.10.53 .
- Change maintainer to PR originator.
No response about related PR 37431 from maintainer.
PR:     ports/37525
Submitted by:   Alex Dupre <sysadmin@alexdupre.com>
16 Jan 2001 17:33:20
files touched by this commit
sobomax search for other commits by this committer
Massive style enforcement - use ^I instead of spaces for variables identation.  
 
04 Jan 2001 11:14:38
files touched by this commit
nbm search for other commits by this committer
Add zziplib 0.10.11, a library to provide transparent read access to   zipped
files.    

Number of commits found: 39

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
webcalendarFeb 12
webcalendar-develFeb 12
bipFeb 11
firefoxFeb 11
linux-firefoxFeb 11
linux-seamonkeyFeb 11
linux-thunderbirdFeb 11
seamonkeyFeb 11
surfFeb 11
thunderbirdFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06

15 vulnerabilities affecting 34 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds

Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23150
Broken 192
Deprecated 96
Ignore 728
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 1
new 48 hours6
new 7 days43
new fortnight70
new month141

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.29 seconds.