From owner-freebsd-ports Wed Apr 25 11:20:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A2FC537B423 for ; Wed, 25 Apr 2001 11:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3PIK1J22388; Wed, 25 Apr 2001 11:20:01 -0700 (PDT) (envelope-from gnats) Received: from heechee.tobez.org (254.adsl0.ryv.worldonline.dk [213.237.10.254]) by hub.freebsd.org (Postfix) with ESMTP id 6DC6737B423 for ; Wed, 25 Apr 2001 11:16:17 -0700 (PDT) (envelope-from tobez@tobez.org) Received: by heechee.tobez.org (Postfix, from userid 1001) id 82D54547A; Wed, 25 Apr 2001 20:16:13 +0200 (CEST) Message-Id: <20010425181613.82D54547A@heechee.tobez.org> Date: Wed, 25 Apr 2001 20:16:13 +0200 (CEST) From: tobez@tobez.org Reply-To: tobez@tobez.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/26844: New port: www/p5-URI-Sequin (Extract information from the URLs of Search-Engines) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26844 >Category: ports >Synopsis: New port: www/p5-URI-Sequin (Extract information from the URLs of Search-Engines) >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: Wed Apr 25 11:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Anton Berezin >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: >Description: SEQUIN is intended to extract the keywords used and the name of a search engine given the a line from a logfile that contains a referal URL from a Search Engine which GETs its data. Unlike traditional applications for doing this, it does not rely on a preset list of search engines and thus currently works with almost every search engine URL the author could get his hands on. >How-To-Repeat: >Fix: # 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: # # p5-URI-Sequin # p5-URI-Sequin/pkg-plist # p5-URI-Sequin/pkg-descr # p5-URI-Sequin/pkg-comment # p5-URI-Sequin/distinfo # p5-URI-Sequin/Makefile # echo c - p5-URI-Sequin mkdir -p p5-URI-Sequin > /dev/null 2>&1 echo x - p5-URI-Sequin/pkg-plist sed 's/^X//' >p5-URI-Sequin/pkg-plist << 'END-of-p5-URI-Sequin/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/URI/Sequin/.packlist Xlib/perl5/site_perl/%%PERL_VER%%/URI/Sequin.pm Xlib/perl5/site_perl/%%PERL_VER%%/URI/Sequin/examples/Example.pl Xlib/perl5/site_perl/%%PERL_VER%%/URI/Sequin/examples/referer_log1.txt Xlib/perl5/site_perl/%%PERL_VER%%/URI/Sequin/examples/referer_log2.txt X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/URI/Sequin X@dirrm lib/perl5/site_perl/%%PERL_VER%%/URI/Sequin/examples X@dirrm lib/perl5/site_perl/%%PERL_VER%%/URI/Sequin X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/URI 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/URI 2>/dev/null || true END-of-p5-URI-Sequin/pkg-plist echo x - p5-URI-Sequin/pkg-descr sed 's/^X//' >p5-URI-Sequin/pkg-descr << 'END-of-p5-URI-Sequin/pkg-descr' XSEQUIN is intended to extract the keywords used and the name of a search Xengine given the a line from a logfile that contains a referal URL from Xa Search Engine which GETs its data. X XUnlike traditional applications for doing this, it does not rely on a Xpreset list of search engines and thus currently works with almost every Xsearch engine URL the author could get his hands on. X X-Anton X END-of-p5-URI-Sequin/pkg-descr echo x - p5-URI-Sequin/pkg-comment sed 's/^X//' >p5-URI-Sequin/pkg-comment << 'END-of-p5-URI-Sequin/pkg-comment' XExtract information from the URLs of Search-Engines END-of-p5-URI-Sequin/pkg-comment echo x - p5-URI-Sequin/distinfo sed 's/^X//' >p5-URI-Sequin/distinfo << 'END-of-p5-URI-Sequin/distinfo' XMD5 (Sequin-1.0.tar.gz) = bebb10feefbf0b03c330d37478c84c21 END-of-p5-URI-Sequin/distinfo echo x - p5-URI-Sequin/Makefile sed 's/^X//' >p5-URI-Sequin/Makefile << 'END-of-p5-URI-Sequin/Makefile' X# New ports collection makefile for: www/p5-URI-Sequin X# Date created: 25 April 2001 X# Whom: Anton Berezin X# X# $FreeBSD$ X# X XPORTNAME= Sequin XPORTVERSION= 1.0 XCATEGORIES= www perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= URI XPKGNAMEPREFIX= p5-URI- X XMAINTAINER= tobez@tobez.org X XPERL_CONFIGURE= yes X XMAN3= URI::Sequin.3 XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} X Xpre-patch: X @${PERL} -pi -e \ X 's|\);$$|PM=>{q!Sequin.pm!=>q!\$$(INST_LIBDIR)/Sequin.pm!});|' \ X ${WRKSRC}/Makefile.PL X Xpost-install: X @${MKDIR} ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/URI/Sequin/examples X @${INSTALL_DATA} ${WRKSRC}/Example.pl ${WRKSRC}/referer_log?.txt \ X ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/URI/Sequin/examples X X.include END-of-p5-URI-Sequin/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message