Bug 94710 - [New Port] archivers/libzip C library for reading, creating, and modifying zip archives
Summary: [New Port] archivers/libzip C library for reading, creating, and modifying zi...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jean-Yves Lefort
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-20 00:10 UTC by Alexander Zhuravlev
Modified: 2006-03-21 16:30 UTC (History)
0 users

See Also:


Attachments
libzip.diff (3.16 KB, patch)
2006-03-20 00:10 UTC, Alexander Zhuravlev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Zhuravlev 2006-03-20 00:10:16 UTC

How-To-Repeat: 
	libzip is a C library for reading, creating, and modifying zip archives. Files
	can be added from data buffers, files, or compressed data copied directly from
	other zip archives. Changes made without closing the archive can be reverted.
	The API is documented by man pages.
Comment 1 Jean-Yves Lefort freebsd_committer freebsd_triage 2006-03-20 17:44:03 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jylefort

Take.
Comment 2 Jean-Yves Lefort freebsd_committer freebsd_triage 2006-03-21 16:30:02 UTC
State Changed
From-To: open->closed

Committed with modifications, thanks!