Date: Sat, 22 May 2010 22:35:01 GMT From: Oleg Ginzburg <oleg.ginzburg@nevosoft.ru> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/146849: new port: sysutils/retail Message-ID: <201005222235.o4MMZ1AP098012@www.freebsd.org> Resent-Message-ID: <201005222240.o4MMe2Hn070842@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 146849 >Category: ports >Synopsis: new port: sysutils/retail >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: Sat May 22 22:40:02 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Oleg Ginzburg >Release: 9.0-CURRENT >Organization: >Environment: >Description: port for http://xjack.org/retail utility >How-To-Repeat: >Fix: Patch attached with submission follows: # 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: # # retail # retail/Makefile # retail/distinfo # retail/pkg-descr # retail/files # retail/files/patch-Makefile.in # echo c - retail mkdir -p retail > /dev/null 2>&1 echo x - retail/Makefile sed 's/^X//' >retail/Makefile << '5dc4a15dbf86cbc88116218a91ce9930' X# New ports collection makefile for: retail X# Date created: 19 May 2010 X# Whom: Oleg Ginzburg X# X# $FreeBSD: $ X# X XPORTNAME= retail XPORTVERSION= 1.0.0 XCATEGORIES= sysutils XMASTER_SITES= http://xjack.org/retail/download/ \ X http://itdev.spb.ru/mirror/ X XMAINTAINER= oleg.ginzburg@nevosoft.ru XCOMMENT= A program for incremental logfile reader X XGNU_CONFIGURE= yes XMAN1= retail.1 XPLIST_FILES= bin/retail X Xpost-configure: X ${REINPLACE_CMD} -e 's/%.o: %.c \*.h ..\/config.h//g' ${WRKSRC}/src/Makefile X Xpost-install: X ${INSTALL_DATA} ${WRKSRC}/doc/retail.1 ${PREFIX}/man/man1/ X X.include <bsd.port.mk> 5dc4a15dbf86cbc88116218a91ce9930 echo x - retail/distinfo sed 's/^X//' >retail/distinfo << '2fb14bcb7b3bba94c79679f2b69d6983' XMD5 (retail-1.0.0.tar.gz) = 0ed31b68b8841ede620ed210c58fc81a XSHA256 (retail-1.0.0.tar.gz) = e79c8c6c572867aad07a8cae632cbd9ffa4202805e5bbaa6c2710a6cf00a35b7 XSIZE (retail-1.0.0.tar.gz) = 57979 2fb14bcb7b3bba94c79679f2b69d6983 echo x - retail/pkg-descr sed 's/^X//' >retail/pkg-descr << '5f5dd9d8ac6a37fb9be8581979425500' XRe-Tail is a command line program which is intended as an intelligent Xincremental logfile reader. It will read a file or group of files Xgiven on the command line, and output any changes since last time it Xread the file(s) in question. It will attempt to compensate if the Xfilesize changes unexpectedly, and will also attempt to compensate if Xthe file contents changes as well. It is not a very complex program. X XWWW: http://xjack.org/retail/ 5f5dd9d8ac6a37fb9be8581979425500 echo c - retail/files mkdir -p retail/files > /dev/null 2>&1 echo x - retail/files/patch-Makefile.in sed 's/^X//' >retail/files/patch-Makefile.in << 'c27a25e2320994e0d89adccf50c5009f' X--- Makefile.in-orig 2010-05-23 01:04:54.000000000 +0400 X+++ Makefile.in 2010-05-23 01:05:04.000000000 +0400 X@@ -1,6 +1,8 @@ X default: X cd src ; make X X+all: default X+ X clean: X cd src ; make clean X rm -f *~ X c27a25e2320994e0d89adccf50c5009f exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005222235.o4MMZ1AP098012>