aboutsummaryrefslogtreecommitdiff
path: root/russian/unzip/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Merge 4 unzip slave ports into archivers/unzip as non-default optionsJohn Marino2014-08-151-15/+0
| | | | | | | | | | | | | | | | | | | | | | | | | 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@) Notes: svn path=/head/; revision=364956
* Fix packaging after MASTER port was stagedAntoine Brodin2014-01-041-1/+0
| | | | Notes: svn path=/head/; revision=338633
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | russian) Notes: svn path=/head/; revision=327766
* - Reassign to the heap at the maintainer's requestThomas Abthorpe2012-09-251-6/+2
| | | | Notes: svn path=/head/; revision=304808
* - Set CONFLICTS with unzip-iconv upcoming as a new portTAKATSU Tomonari2011-05-041-1/+1
| | | | | | | | PR: ports/152006 Submitted by: KOMATSU Shinichiro <koma2_AT_lovepeers_DOT_org> Notes: svn path=/head/; revision=273641
* - UnbreakPav Lucistnik2009-12-081-2/+0
| | | | | | | | | PR: ports/140631 Submitted by: Denis Eremenko <moonshade@pnhz.kz> Approved by: maintainer timeout (den; 21 days) Notes: svn path=/head/; revision=245408
* - Mark BROKEN: does not patchPav Lucistnik2009-11-061-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=243905
* Fix CONFLICTS (again - don't blame me!):Sergey Skvortsov2005-05-131-1/+1
| | | | | | | "ch-" => "zh-" Notes: svn path=/head/; revision=135186
* Fix CONFLICTS:Sergey Skvortsov2005-05-131-1/+1
| | | | | | | [a-z][a-z]-unzip-[0-9]* is too broad regex - it's my fault :( Notes: svn path=/head/; revision=135185
* Add unzip , unzip with CP866 and KOI8-R support.Sergey Skvortsov2005-05-131-0/+19
PR: ports/80607 Submitted by: den Notes: svn path=/head/; revision=135183