Date: Sat, 26 Dec 1998 01:35:39 +0300 (MSK) From: dima@Chg.RU To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/9194: New port submission - Calamaris Message-ID: <199812252235.BAA06515@netserv1.chg.ru>
next in thread | raw e-mail | index | archive | help
>Number: 9194 >Category: ports >Synopsis: New port submission - Calamaris >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 25 14:40:00 PST 1998 >Last-Modified: >Originator: Dima Sivachenko >Organization: Landau Institute for Theoretical Physics >Release: FreeBSD 2.2.7-RELEASE i386 >Environment: >Description: # 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: # # . # ./Makefile # ./pkg # ./pkg/COMMENT # ./pkg/PLIST # ./pkg/DESCR # ./files # ./files/md5 # ./scripts # ./scripts/pre-configure # ./patches # ./patches/patch-aa # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: calamaris X# Version required: 2.16 X# Date created: 25 December 1998 X# Whom: Dima Sivachenko X# X# $Id$ X# X XDISTNAME= calamaris-2.16 XCATEGORIES= www XMASTER_SITES= http://Calamaris.Cord.de/ X XMAINTAINER= dima@Chg.RU X XNO_BUILD= yes X#USE_PERL5= yes XSCRIPTS_ENV+= PERL5=${PERL5} X XMAN1= calamaris.1 X Xdo-install: X @ ${INSTALL_SCRIPT} ${WRKSRC}/calamaris ${PREFIX}/bin/ X @ ${INSTALL_MAN} ${WRKSRC}/calamaris.1 ${MAN1PREFIX}/man/man1/ X X.include <bsd.port.mk> END-of-./Makefile echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' XCalamaris is a program to produce statistics out of Squid log files. END-of-./pkg/COMMENT echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/calamaris END-of-./pkg/PLIST echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XCalamaris is used to produce nice statistical output from Squid's log files. XThe resulting output can be in ASCII or HTML. It is possible to cache Xcalculated numbers in a file in order to use them in later statistics. X Xhttp://Calamaris.Cord.de/ X X- Dima Xdima@Chg.RU END-of-./pkg/DESCR echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (calamaris-2.16.tar.gz) = e667b530ac8547dc926e5372dfa93dfa END-of-./files/md5 echo c - ./scripts mkdir -p ./scripts > /dev/null 2>&1 echo x - ./scripts/pre-configure sed 's/^X//' >./scripts/pre-configure << 'END-of-./scripts/pre-configure' X#!/bin/sh X Xperl -pi -e "s=!!PERL5!!=$PERL5=" $WRKSRC/calamaris X Xexit 0 END-of-./scripts/pre-configure echo c - ./patches mkdir -p ./patches > /dev/null 2>&1 echo x - ./patches/patch-aa sed 's/^X//' >./patches/patch-aa << 'END-of-./patches/patch-aa' X--- calamaris.orig Fri Dec 25 15:15:12 1998 X+++ calamaris Fri Dec 25 15:15:27 1998 X@@ -1,4 +1,4 @@ X-#!/usr/bin/perl -w X+#!!!PERL5!! X # X # $Id: calamaris,v 2.16 1998/12/05 14:12:17 cord Exp $ X # END-of-./patches/patch-aa exit >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812252235.BAA06515>