aboutsummaryrefslogtreecommitdiff
path: root/archivers/p7zip/files
Commit message (Collapse)AuthorAgeFilesLines
* - hw.ncpu seems to be an int, certainly not a size_t...Juergen Lock2007-09-041-0/+10
| | | | | | | | | | (This should fix issues on 64 bit big-endian archs, i.e. sparc64.) - bump PORTREVISION Noticed by: naddy Notes: svn path=/head/; revision=198761
* - Update to 4.44Andrew Pantyukhin2007-01-261-74/+0
| | | | | | | Approved by: nox (maintainer, implicit) Notes: svn path=/head/; revision=183368
* - Update to 4.43Andrew Pantyukhin2006-09-241-10/+0
| | | | | | | Approved by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer) Notes: svn path=/head/; revision=173686
* Forget to add p7zip file.Marcus Alves Grando2005-10-231-0/+74
| | | | | | | Notified by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer) Notes: svn path=/head/; revision=146162
* update to 4.13.FUJISHIMA Satsuki2004-12-281-0/+9
| | | | | | | | | | | | | | | | | | | | o Ressurect pkg-plist to support to make modules optional. 25 lines out of 31 are wrapped with %%MODULES%% which can be controlled by WITHOUT_MODULES knob. The modules support more codecs and formats than stand-alone binary. o Install 7za to libexec and wrap it with script to support sfx creation. 7za and .sfx should be placed in the same directory as 7z and modules do. o Wrapper script executes corresponding binary (7z or 7za.) In WITHOUT_MODULES case, it can be called by 7z or 7za but always executes 7za. This is compatible action for previous port. o Turn BROKEN to IGNORE. There is no hope to compile this software in RELENG_4. And correct quotation for this change. Approved by: maintainer Notes: svn path=/head/; revision=125306
* update to 4.12.FUJISHIMA Satsuki2004-11-262-4/+10
| | | | | | | | | | | | | | | | | o install only monolithic binary 7za. o create a compatibility symlink 7z -> 7za not to violate POLA. o respect NOPORTDOCS. o retire ONLY_FOR_ARCHS. This version runs on sparc64. o tested on i386, amd64, ia64, alpha and sparc64. Changelogs: 4.10 -> 4.12 http://sourceforge.net/project/shownotes.php?release_id=283730 0.91 -> 4.10 http://sourceforge.net/project/shownotes.php?release_id=277286 Reviewed by: maintainer Notes: svn path=/head/; revision=122470
* o update to 0.91.FUJISHIMA Satsuki2004-10-284-69/+0
| | | | | | | | | | | o respect CFLAGS. o passing PTHREAD_* bits via makefile.machine. With this four patches no longer required. Approved by: maintainer Notes: svn path=/head/; revision=120371
* file archiver with highest compression ratioSergey Matveychuk2004-08-115-0/+73
PR: ports/69248 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> Notes: svn path=/head/; revision=115949