Menu

Commit [r871]  Maximize  Restore  History

zlib: add missing files which were skipped due to them being ignored.

XhmikosR 2013-05-17

changed /trunk/ext/zlib
added /trunk/ext/zlib/contrib/minizip/miniunzip.1
added /trunk/ext/zlib/contrib/minizip/minizip.1
added /trunk/ext/zlib/contrib/vstudio/vc11
added /trunk/ext/zlib/contrib/vstudio/vc11/miniunz.vcxproj
added /trunk/ext/zlib/contrib/vstudio/vc11/minizip.vcxproj
added /trunk/ext/zlib/contrib/vstudio/vc11/testzlib.vcxproj
added /trunk/ext/zlib/contrib/vstudio/vc11/testzlibdll.vcxproj
added /trunk/ext/zlib/contrib/vstudio/vc11/zlib.rc
added /trunk/ext/zlib/contrib/vstudio/vc11/zlibstat.vcxproj
added /trunk/ext/zlib/contrib/vstudio/vc11/zlibvc.def
added /trunk/ext/zlib/contrib/vstudio/vc11/zlibvc.sln
added /trunk/ext/zlib/contrib/vstudio/vc11/zlibvc.vcxproj
added /trunk/ext/zlib/gzclose.c
added /trunk/ext/zlib/gzlib.c
added /trunk/ext/zlib/gzread.c
added /trunk/ext/zlib/gzwrite.c
/trunk/ext/zlib
Directory.
/trunk/ext/zlib/contrib/minizip/miniunzip.1 Diff Switch to side-by-side view
--- a
+++ b/trunk/ext/zlib/contrib/minizip/miniunzip.1
@@ -0,0 +1,63 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.TH miniunzip 1 "Nov 7, 2001"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+miniunzip - uncompress and examine ZIP archives
+.SH SYNOPSIS
+.B miniunzip
+.RI [ -exvlo ]
+zipfile [ files_to_extract ] [-d tempdir]
+.SH DESCRIPTION
+.B minizip
+is a simple tool which allows the extraction of compressed file
+archives in the ZIP format used by the MS-DOS utility PKZIP.  It was
+written as a demonstration of the
+.IR zlib (3)
+library and therefore lack many of the features of the
+.IR unzip (1)
+program.
+.SH OPTIONS
+A number of options are supported.  With the exception of
+.BI \-d\  tempdir
+these must be supplied before any
+other arguments and are:
+.TP
+.BI \-l\ ,\ \-\-v
+List the files in the archive without extracting them.
+.TP
+.B \-o
+Overwrite files without prompting for confirmation.
+.TP
+.B \-x
+Extract files (default).
+.PP
+The
+.I zipfile
+argument is the name of the archive to process. The next argument can be used
+to specify a single file to extract from the archive.
+
+Lastly, the following option can be specified at the end of the command-line:
+.TP
+.BI \-d\  tempdir
+Extract the archive in the directory
+.I tempdir
+rather than the current directory.
+.SH SEE ALSO
+.BR minizip (1),
+.BR zlib (3),
+.BR unzip (1).
+.SH AUTHOR
+This program was written by Gilles Vollant.  This manual page was
+written by Mark Brown <broonie@sirena.org.uk>. The -d tempdir option
+was added by Dirk Eddelbuettel <edd@debian.org>.
/trunk/ext/zlib/contrib/minizip/minizip.1 Diff Switch to side-by-side view
--- a
+++ b/trunk/ext/zlib/contrib/minizip/minizip.1
@@ -0,0 +1,46 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.TH minizip 1 "May 2, 2001"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+minizip - create ZIP archives
+.SH SYNOPSIS
+.B minizip
+.RI [ -o ]
+zipfile [ " files" ... ]
+.SH DESCRIPTION
+.B minizip
+is a simple tool which allows the creation of compressed file archives
+in the ZIP format used by the MS-DOS utility PKZIP.  It was written as
+a demonstration of the
+.IR zlib (3)
+library and therefore lack many of the features of the
+.IR zip (1)
+program.
+.SH OPTIONS
+The first argument supplied is the name of the ZIP archive to create or
+.RI -o
+in which case it is ignored and the second argument treated as the
+name of the ZIP file.  If the ZIP file already exists it will be
+overwritten.
+.PP
+Subsequent arguments specify a list of files to place in the ZIP
+archive.  If none are specified then an empty archive will be created.
+.SH SEE ALSO
+.BR miniunzip (1),
+.BR zlib (3),
+.BR zip (1).
+.SH AUTHOR
+This program was written by Gilles Vollant.  This manual page was
+written by Mark Brown <broonie@sirena.org.uk>.
+
/trunk/ext/zlib/contrib/vstudio/vc11/miniunz.vcxproj Diff Switch to side-by-side view
Loading...
/trunk/ext/zlib/contrib/vstudio/vc11/minizip.vcxproj Diff Switch to side-by-side view
Loading...
/trunk/ext/zlib/contrib/vstudio/vc11/testzlib.vcxproj Diff Switch to side-by-side view
Loading...
/trunk/ext/zlib/contrib/vstudio/vc11/testzlibdll.vcxproj Diff Switch to side-by-side view
Loading...
/trunk/ext/zlib/contrib/vstudio/vc11/zlib.rc Diff Switch to side-by-side view
Loading...
/trunk/ext/zlib/contrib/vstudio/vc11/zlibstat.vcxproj Diff Switch to side-by-side view
Loading...
/trunk/ext/zlib/contrib/vstudio/vc11/zlibvc.def Diff Switch to side-by-side view
Loading...
/trunk/ext/zlib/contrib/vstudio/vc11/zlibvc.sln Diff Switch to side-by-side view
Loading...
/trunk/ext/zlib/contrib/vstudio/vc11/zlibvc.vcxproj Diff Switch to side-by-side view
Loading...
/trunk/ext/zlib/gzclose.c Diff Switch to side-by-side view
Loading...
/trunk/ext/zlib/gzlib.c Diff Switch to side-by-side view
Loading...
/trunk/ext/zlib/gzread.c Diff Switch to side-by-side view
Loading...
/trunk/ext/zlib/gzwrite.c Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.