Date: Wed, 03 Jul 2013 08:29:31 +0200 From: Alex Samorukov <samm@os2.kiev.ua> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/180225: [NEW PORT] archivers/qpress: Portable file archiver using QuickLZ Message-ID: <E1UuGZH-00021N-Oq@os2.ru> Resent-Message-ID: <201307030730.r637U0vj068280@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <bsd.port.mk> 6e710d8d7390357842487cc6d3d8e963 exit --- qpress-1.1.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1UuGZH-00021N-Oq>