Port details |
- unzip-iconv Unzip with iconv patches
- 6.0_1 archivers
=0 6.0_1Version of this port present on the latest quarterly branch.
- Maintainer: koma2@lovepeers.org
- Port Added: 2011-05-04 23:43:08
- Last Update: 2014-08-15 10:11:10
- SVN Revision: 364956
- License: Info-ZIP
- WWW:
- http://www.info-zip.org/UnZip.html
- Description:
- Unzip will list, test, or extract files from a ZIP archive, commonly
found on MS-DOS systems. The default behavior (with no options) is to
extract into the current directory (and subdirectories below it) all
files from the specified ZIP archive. Unzip is compatible with
archives created by PKWARE's PKZIP, but in many cases the program
options or default behaviors differ.
Zipinfo lists technical information about files in a ZIP archive, most
commonly found on MS-DOS systems. Such information includes file access
permissions, encryption status, type of compression, version and operating
system or file system of compressing program, and the like.
Funzip acts as a filter; that is, it assumes that a ZIP archive is
being piped into standard input, and it extracts the first member from
the archive to stdout. If there is an argument, then the input comes
from the specified file instead of from stdin.
Unzipsfx may be used to create self-extracting ZIP archives from previously
created ZIP archives.
WWW: http://www.info-zip.org/UnZip.html
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- unzip-iconv>0:archivers/unzip-iconv
- No installation instructions:
- This port has been deleted.
- PKGNAME: unzip-iconv
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Master port: archivers/unzip
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Library dependencies:
-
- libiconv.so.3 : converters/libiconv
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for unzip-iconv-6.0_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: archivers/unzip |
Commit | Credits | Log message |
6.0_1 15 Aug 2014 10:11:10 |
marino |
Merge 4 unzip slave ports into archivers/unzip as non-default options
It is practically impossible to use any of the unzip slave ports. This
is because archivers/unzip is used by the ports infrastruction (via
USES=zip, USES=zip:infozip) and each slave port conflicts with it.
If you install the slave port first, then the port infrastructure can't
install archivers/unzip (although if attempted, the extracts dependency
might be satisfied by the slave port so it might actually work).
In any case, this change:
* Adds "iconv" support as an non-default option
* Add a localization group that can have zero or one selection
* That group contains Chinese, Korean, or Russian support
* WITH_UNZIP_UNREDUCE support was removed (I'm not sure it even worked)
* Makefile was simplified (several loops removed)
* Removes unzip-iconv, Chinese, Korean, Russian slave ports
PR: 190349
Reported by: Mikhail Rokhin
Unzip overhaul: marino
Approved by: maintainer (ehaupt@) |
6.0_1 26 Dec 2013 16:50:13 |
bapt |
Bring back masterdir
Reported by: matthew
Pointyhat to: bapt |
26 Dec 2013 16:44:46
|
bapt |
The master being stage safe, the slave is also stage safe |
20 Sep 2013 13:11:21
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
archivers) |
6.0 04 May 2011 23:42:37 |
tota |
- Add a new port: archivers/unzip-iconv as a slave port of unzip with
WITH_ICONV= yes
PR: ports/152006
Submitted by: KOMATSU Shinichiro <koma2_AT_lovepeers_DOT_org> |