From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 3 07:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7A1B7A07 for ; Wed, 3 Jul 2013 07:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 58D881198 for ; Wed, 3 Jul 2013 07:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r637U0O1068281 for ; Wed, 3 Jul 2013 07:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r637U0vj068280; Wed, 3 Jul 2013 07:30:00 GMT (envelope-from gnats) Resent-Date: Wed, 3 Jul 2013 07:30:00 GMT Resent-Message-Id: <201307030730.r637U0vj068280@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alex Samorukov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 640E5A00 for ; Wed, 3 Jul 2013 07:29:25 +0000 (UTC) (envelope-from root@os2.ru) Received: from s1.sdv.com.ua (s1.sdv.com.ua [IPv6:2a01:d0:81f8::2]) by mx1.freebsd.org (Postfix) with ESMTP id 24C4D1193 for ; Wed, 3 Jul 2013 07:29:25 +0000 (UTC) Received: from [2001:470:6f:26:e2cb:4eff:fe95:23c4] (helo=os2.ru) by s1.sdv.com.ua with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1UuHVB-000I1p-Hj for FreeBSD-gnats-submit@freebsd.org; Wed, 03 Jul 2013 10:29:24 +0300 Received: from root by os2.ru with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1UuGZH-00021N-Oq for FreeBSD-gnats-submit@freebsd.org; Wed, 03 Jul 2013 08:29:31 +0200 Message-Id: Date: Wed, 03 Jul 2013 08:29:31 +0200 From: Alex Samorukov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/180225: [NEW PORT] archivers/qpress: Portable file archiver using QuickLZ X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Jul 2013 07:30:00 -0000 >Number: 180225 >Category: ports >Synopsis: [NEW PORT] archivers/qpress: Portable file archiver using QuickLZ >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jul 03 07:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Alex Samorukov >Release: FreeBSD 9.1-PRERELEASE amd64 >Organization: NetArt Group >Environment: System: FreeBSD bsd.home 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #11 r244411: Wed Dec 19 01:24:50 CET >Description: qpress is a portable file archiver using QuickLZ and designed to utilize fast storage systems to their max. It's often faster than file copy because the destination is smaller than the source. WWW: http://www.quicklz.com/ Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- qpress-1.1.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # qpress # qpress/pkg-descr # qpress/distinfo # qpress/Makefile # echo c - qpress mkdir -p qpress > /dev/null 2>&1 echo x - qpress/pkg-descr sed 's/^X//' >qpress/pkg-descr << 'f729cf72ce898b86d7a0ca74f4ce389e' Xqpress is a portable file archiver using QuickLZ and designed to utilize fast Xstorage systems to their max. It's often faster than file copy because the Xdestination is smaller than the source. X XWWW: http://www.quicklz.com/ f729cf72ce898b86d7a0ca74f4ce389e echo x - qpress/distinfo sed 's/^X//' >qpress/distinfo << '9c11f61ee433400023f8bd72be26900b' XSHA256 (qpress-11-source.zip) = 4bb66b1383bbc4c5490eec6088d37109e11205fb9f94ccd04cb84ec069829633 XSIZE (qpress-11-source.zip) = 26998 9c11f61ee433400023f8bd72be26900b echo x - qpress/Makefile sed 's/^X//' >qpress/Makefile << '6e710d8d7390357842487cc6d3d8e963' X# New ports collection makefile for: qpress X# Date created: 3 July 2013 X# Whom: X# X# $FreeBSD$ X# X XPORTNAME= qpress XPORTVERSION= 1.1 XCATEGORIES?= archivers XMASTER_SITES= http://www.quicklz.com/ XDISTNAME= qpress-11-source X XMAINTAINER= samm@os2.kiev.ua XCOMMENT= Portable file archiver using QuickLZ X XLICENSE= GPLv2 X XEXTRACT_AFTER_ARGS= -d ${WRKSRC} XUSE_ZIP= yes X XPLIST_FILES= bin/qpress X Xdo-build: X ${RUN} cd ${WRKSRC} && \ X ${CXX} ${CXXFLAGS} -o qpress qpress.cpp aio.cpp quicklz.c utilities.cpp -lpthread X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/qpress ${DESTDIR}${PREFIX}/bin X X.include 6e710d8d7390357842487cc6d3d8e963 exit --- qpress-1.1.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: