FreshPorts -- The Place For Ports Tue, 9 Feb 2010 7:20 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
zziplib 0.13.58_1 devel on this many watch lists=74 search for ports that depend on this port
A library to provide transparent read access to zipped files
Maintained by: ale@FreeBSD.org search for ports maintained by this maintainer
Port Added: 04 Jan 2001 08:14:38


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/

- Alex Dupre
ale@FreeBSD.org
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: lang/python26, devel/pkg-config
Required To Run: devel/pkg-config

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://garr.dl.sourceforge.net/project/zziplib/zziplib13/0.13.58/
http://superb-east.dl.sourceforge.net/project/zziplib/zziplib13/0.13.58/
http://nchc.dl.sourceforge.net/project/zziplib/zziplib13/0.13.58/
http://kent.dl.sourceforge.net/project/zziplib/zziplib13/0.13.58/
http://easynews.dl.sourceforge.net/project/zziplib/zziplib13/0.13.58/
http://ufpr.dl.sourceforge.net/project/zziplib/zziplib13/0.13.58/
http://mesh.dl.sourceforge.net/project/zziplib/zziplib13/0.13.58/
http://heanet.dl.sourceforge.net/project/zziplib/zziplib13/0.13.58/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 33

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
29 Aug 2009 06: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 15: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 01: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 07: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 10: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 10: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 08: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 07: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 07: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 18: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 08: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 04: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 09: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 18: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 06: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 09: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 06: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.
29 Sep 2002 00: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 16: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 09: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: 33

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsFeb 08
otrsFeb 08
apache13*Feb 03
apache13*Feb 03
apache13+ipv6*Feb 03
apache13-modperl*Feb 03
apache13-modssl*Feb 03
apache13-modssl*Feb 03
apache13-modssl+ipv6*Feb 03
apache13-ssl*Feb 03
squid*Feb 02
squid30*Feb 02
squid31*Feb 02
bugzillaFeb 01
ircd-ratboxJan 28

5 vulnerabilities affecting 16 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 21261
Broken 171
Deprecated 36
Ignore 905
Forbidden 2
Restricted 386
No CDROM 142
Vulnerable 56
Expired 14
Set to expire 25
Interactive 79
new 24 hours 7
new 48 hours9
new 7 days29
new fortnight87
new month197

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

Add tab to Netscape 6

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