UPX is a free, portable, extendable, high-performance executable

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/
This commit is contained in:
Boris Samorodov 2007-06-04 08:48:38 +00:00
parent 6e36be2092
commit bf753055cb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192689
10 changed files with 133 additions and 0 deletions

View File

@ -51,6 +51,7 @@
SUBDIR += libunrar
SUBDIR += libzip
SUBDIR += linux-ucl
SUBDIR += linux-upx
SUBDIR += lzma
SUBDIR += lzo
SUBDIR += lzo2

View File

@ -0,0 +1,26 @@
# New ports collection makefile for: archivers/linux-upx
# Date created: 03 Jun 2007
# Whom: Boris Samorodov <bsam@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= upx
PORTVERSION= 1.25
CATEGORIES= archivers linux
MASTER_SITE_SUBDIR= ../extras/${LINUX_DIST_VER}/${LINUX_RPM_ARCH}
DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
MAINTAINER= emulation@FreeBSD.org
COMMENT= RPM of UPX, a high-performance executable packer
RUN_DEPENDS= ${LINUXBASE}/usr/lib/libucl.so.1:${PORTSDIR}/archivers/linux-ucl
USE_LINUX_RPM= yes
RPMVERSION= 4
LINUX_DIST_VER= 4
BRANDELF_FILES= usr/bin/upx
MASTER_SITE_SRC_SUBDIR= ../extras/${LINUX_DIST_VER}/SRPMS
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
.include <bsd.port.mk>

View File

@ -0,0 +1,6 @@
MD5 (rpm/i386/fedora/4/upx-1.25-4.i386.rpm) = 2d2755c25f8e283f87ca7d1eb75ec9bf
SHA256 (rpm/i386/fedora/4/upx-1.25-4.i386.rpm) = 5423141f4b88034a462f0c1c8d2510a049a6a7c6820eb2691b06afc9aa2fcfaa
SIZE (rpm/i386/fedora/4/upx-1.25-4.i386.rpm) = 134516
MD5 (rpm/i386/fedora/4/upx-1.25-4.src.rpm) = 5061118dfaeeb1686cd93d2b97d78ce5
SHA256 (rpm/i386/fedora/4/upx-1.25-4.src.rpm) = 75e9b75455794745e641400f5bf80895e52c5be01d181684d77b61df279f39b4
SIZE (rpm/i386/fedora/4/upx-1.25-4.src.rpm) = 255425

View File

@ -0,0 +1,12 @@
usr/bin/upx
usr/share/doc/upx-1.25/BUGS
usr/share/doc/upx-1.25/COPYING
usr/share/doc/upx-1.25/LICENSE
usr/share/doc/upx-1.25/NEWS
usr/share/doc/upx-1.25/PROJECTS
usr/share/doc/upx-1.25/README
usr/share/doc/upx-1.25/THANKS
usr/share/doc/upx-1.25/loader.txt
usr/share/doc/upx-1.25/upx.html
usr/share/man/man1/upx.1.gz
@dirrm usr/share/doc/upx-1.25

View File

@ -0,0 +1,26 @@
# New ports collection makefile for: archivers/linux-upx
# Date created: 03 Jun 2007
# Whom: Boris Samorodov <bsam@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= upx
PORTVERSION= 1.25
CATEGORIES= archivers linux
MASTER_SITE_SUBDIR= ../extras/${LINUX_DIST_VER}/${LINUX_RPM_ARCH}
DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
MAINTAINER= emulation@FreeBSD.org
COMMENT= RPM of UPX, a high-performance executable packer
RUN_DEPENDS= ${LINUXBASE}/usr/lib/libucl.so.1:${PORTSDIR}/archivers/linux-ucl
USE_LINUX_RPM= yes
RPMVERSION= 4
LINUX_DIST_VER= 4
BRANDELF_FILES= usr/bin/upx
MASTER_SITE_SRC_SUBDIR= ../extras/${LINUX_DIST_VER}/SRPMS
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
.include <bsd.port.mk>

View File

@ -0,0 +1,6 @@
MD5 (rpm/i386/fedora/4/upx-1.25-4.i386.rpm) = 2d2755c25f8e283f87ca7d1eb75ec9bf
SHA256 (rpm/i386/fedora/4/upx-1.25-4.i386.rpm) = 5423141f4b88034a462f0c1c8d2510a049a6a7c6820eb2691b06afc9aa2fcfaa
SIZE (rpm/i386/fedora/4/upx-1.25-4.i386.rpm) = 134516
MD5 (rpm/i386/fedora/4/upx-1.25-4.src.rpm) = 5061118dfaeeb1686cd93d2b97d78ce5
SHA256 (rpm/i386/fedora/4/upx-1.25-4.src.rpm) = 75e9b75455794745e641400f5bf80895e52c5be01d181684d77b61df279f39b4
SIZE (rpm/i386/fedora/4/upx-1.25-4.src.rpm) = 255425

View File

@ -0,0 +1,12 @@
usr/bin/upx
usr/share/doc/upx-1.25/BUGS
usr/share/doc/upx-1.25/COPYING
usr/share/doc/upx-1.25/LICENSE
usr/share/doc/upx-1.25/NEWS
usr/share/doc/upx-1.25/PROJECTS
usr/share/doc/upx-1.25/README
usr/share/doc/upx-1.25/THANKS
usr/share/doc/upx-1.25/loader.txt
usr/share/doc/upx-1.25/upx.html
usr/share/man/man1/upx.1.gz
@dirrm usr/share/doc/upx-1.25

View File

@ -0,0 +1,26 @@
# New ports collection makefile for: archivers/linux-upx
# Date created: 03 Jun 2007
# Whom: Boris Samorodov <bsam@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= upx
PORTVERSION= 1.25
CATEGORIES= archivers linux
MASTER_SITE_SUBDIR= ../extras/${LINUX_DIST_VER}/${LINUX_RPM_ARCH}
DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
MAINTAINER= emulation@FreeBSD.org
COMMENT= RPM of UPX, a high-performance executable packer
RUN_DEPENDS= ${LINUXBASE}/usr/lib/libucl.so.1:${PORTSDIR}/archivers/linux-ucl
USE_LINUX_RPM= yes
RPMVERSION= 4
LINUX_DIST_VER= 4
BRANDELF_FILES= usr/bin/upx
MASTER_SITE_SRC_SUBDIR= ../extras/${LINUX_DIST_VER}/SRPMS
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
.include <bsd.port.mk>

View File

@ -0,0 +1,6 @@
MD5 (rpm/i386/fedora/4/upx-1.25-4.i386.rpm) = 2d2755c25f8e283f87ca7d1eb75ec9bf
SHA256 (rpm/i386/fedora/4/upx-1.25-4.i386.rpm) = 5423141f4b88034a462f0c1c8d2510a049a6a7c6820eb2691b06afc9aa2fcfaa
SIZE (rpm/i386/fedora/4/upx-1.25-4.i386.rpm) = 134516
MD5 (rpm/i386/fedora/4/upx-1.25-4.src.rpm) = 5061118dfaeeb1686cd93d2b97d78ce5
SHA256 (rpm/i386/fedora/4/upx-1.25-4.src.rpm) = 75e9b75455794745e641400f5bf80895e52c5be01d181684d77b61df279f39b4
SIZE (rpm/i386/fedora/4/upx-1.25-4.src.rpm) = 255425

View File

@ -0,0 +1,12 @@
usr/bin/upx
usr/share/doc/upx-1.25/BUGS
usr/share/doc/upx-1.25/COPYING
usr/share/doc/upx-1.25/LICENSE
usr/share/doc/upx-1.25/NEWS
usr/share/doc/upx-1.25/PROJECTS
usr/share/doc/upx-1.25/README
usr/share/doc/upx-1.25/THANKS
usr/share/doc/upx-1.25/loader.txt
usr/share/doc/upx-1.25/upx.html
usr/share/man/man1/upx.1.gz
@dirrm usr/share/doc/upx-1.25