From owner-cvs-all@FreeBSD.ORG Mon Jun 4 08:48:38 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C503E16A41F; Mon, 4 Jun 2007 08:48:38 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B7E7113C455; Mon, 4 Jun 2007 08:48:38 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l548mcV8044982; Mon, 4 Jun 2007 08:48:38 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l548mcWd044978; Mon, 4 Jun 2007 08:48:38 GMT (envelope-from bsam) Message-Id: <200706040848.l548mcWd044978@repoman.freebsd.org> From: Boris Samorodov Date: Mon, 4 Jun 2007 08:48:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers Makefile ports/archivers/linux-upx Makefile distinfo.i386 pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2007 08:48:38 -0000 bsam 2007-06-04 08:48:38 UTC FreeBSD ports repository Modified files: archivers Makefile Added files: archivers/linux-upx Makefile distinfo.i386 pkg-plist Log: 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/ Revision Changes Path 1.178 +1 -0 ports/archivers/Makefile 1.1 +26 -0 ports/archivers/linux-upx/Makefile (new) 1.1 +6 -0 ports/archivers/linux-upx/distinfo.i386 (new) 1.1 +12 -0 ports/archivers/linux-upx/pkg-plist (new)