aboutsummaryrefslogtreecommitdiff
path: root/archivers/linux-f10-upx/distinfo.i386
Commit message (Collapse)AuthorAgeFilesLines
* - kick MD5Martin Wilke2011-07-021-2/+0
| | | | Notes: svn path=/head/; revision=276852
* Here are new Linux Fedora 10 infrastructure ports.Boris Samorodov2009-06-011-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | Those ports are intended to be used with 8-CURRENT at least with SVN r192206. If you want to switch to linux-f10 ports, please define at /etc/make.conf: OVERRIDE_LINUX_BASE_PORT=f10 OVERRIDE_LINUX_NONBASE_PORTS=f10 An upgrading procedure is shown at /usr/ports/UPDATING, entries 20090401 and 20070327. For the first time all tested linux ports work as expected(!): . acroread8; . google-earth; . skype; . seamonkey. Many thanks for kernel folks who really did the main work (and I wrote only some lines of ports). There is a good chance that those ports may become a default for 8.0-RELEASE. Please, test and report back to emulation@ ML. Notes: svn path=/head/; revision=234983
* Here are new Linux Fedora 8 infrastructure ports.Boris Samorodov2009-04-011-6/+6
| | | | | | | | | | | | | | | | | | The recommended version of FreeBSD to use them is 8-CURRENT. FreeBSD-7.x is not fully compatible with compat.linux.osrelease 2.6.16. Some syscalls cannot be MFCed due to native FreeBSD ABI breakage. Usage (and package building): 1. define compat.linux.osrelease=2.6.16; 2. add following variables to /etc/make.conf: . OVERRIDE_LINUX_BASE_PORT=f8; . OVERRIDE_LINUX_NONBASE_PORTS=f8. Approved by: bsam (me) ;-) Notes: svn path=/head/; revision=231438
* UPX is a free, portable, extendable, high-performance executableBoris Samorodov2007-06-041-0/+6
packer for several different executable formats. It achieves an excellent compression ratio and offers very fast decompression. Your executables suffer no memory overhead or other drawbacks because of in-place decompression. UPX is copyrighted software distributed under the terms of the GNU General Public License, with special exceptions granting the free usage for commercial programs as stated in the UPX License Agreement. WWW: http://upx.sourceforge.net/ Notes: svn path=/head/; revision=192689