Ticket #317 (closed task: fixed)
Opened 5 years ago
Last modified 5 years ago
[zziplib] add
| Reported by: | michaelvoliveira | Owned by: | michaelvoliveira |
|---|---|---|---|
| Priority: | normal | Milestone: | Unscheduled |
| Component: | dev-libs/zziplib | Version: | 1.0 |
| Severity: | normal | Keywords: | zlib zip zzip |
| Cc: |
Description
The zziplib library is intentionally lightweight, it offers the ability to easily extract data from files archived in a single zip file. Applications can bundle files into a single zip archive and access them. The implementation is based only on the (free) subset of compression with the zlib algorithm which is actually used by the zip/unzip tools.
Attachments
Change History
Changed 5 years ago by michaelvoliveira
- attachment zziplib-0.13.56.bep added
Changed 5 years ago by michaelvoliveira
- attachment zziplib.OptionalPackageDescription added
.opd file
comment:1 Changed 5 years ago by michaelvoliveira
- Component changed from default to dev-libs/zziplib
- Owner set to michaelvoliveira
comment:2 Changed 5 years ago by michaelvoliveira
Tested with GCC2 and GCC4
comment:3 Changed 5 years ago by augiedoggie
- Resolution set to fixed
- Status changed from new to closed
Added in r742
Note: Please try harder to track down copyright information. You need to include the full timespan and not just the current year.
Note: See
TracTickets for help on using
tickets.

Initial .bep file. It's not the latest version (0.13.59), but is the only one in tar.gz format taken from Debian