Date: Tue, 14 Mar 2000 18:41:20 -0800 (PST) From: Frank Mayhar <frank@exit.com> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/17381: New port. Message-ID: <200003150241.SAA83166@realtime.exit.com>
next in thread | raw e-mail | index | archive | help
>Number: 17381 >Category: ports >Synopsis: New port, www/p5-Apache-Session. >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: Tue Mar 14 18:50:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: Frank Mayhar >Release: FreeBSD 3.4-STABLE i386 >Organization: Exit Consulting >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: # # p5-Apache-Session # p5-Apache-Session/files # p5-Apache-Session/files/md5 # p5-Apache-Session/pkg # p5-Apache-Session/pkg/COMMENT # p5-Apache-Session/pkg/DESCR # p5-Apache-Session/pkg/PLIST # p5-Apache-Session/Makefile # echo c - p5-Apache-Session mkdir -p p5-Apache-Session > /dev/null 2>&1 echo c - p5-Apache-Session/files mkdir -p p5-Apache-Session/files > /dev/null 2>&1 echo x - p5-Apache-Session/files/md5 sed 's/^X//' >p5-Apache-Session/files/md5 << 'END-of-p5-Apache-Session/files/md5' XMD5 (Apache-Session-1.03.tar.gz) = 8dff1b2ccd00c62ef3326a380f242f34 END-of-p5-Apache-Session/files/md5 echo c - p5-Apache-Session/pkg mkdir -p p5-Apache-Session/pkg > /dev/null 2>&1 echo x - p5-Apache-Session/pkg/COMMENT sed 's/^X//' >p5-Apache-Session/pkg/COMMENT << 'END-of-p5-Apache-Session/pkg/COMMENT' XA persistence framework for session data END-of-p5-Apache-Session/pkg/COMMENT echo x - p5-Apache-Session/pkg/DESCR sed 's/^X//' >p5-Apache-Session/pkg/DESCR << 'END-of-p5-Apache-Session/pkg/DESCR' XFrom the README file: X XThese modules are used to keep persistent user data across http requests. XApache::Session was designed for use with Apache and mod_perl, but works Xjust as well under CGI and any other web server. X XApache::Session is Copyright(c) 1998, 1999 Jeffrey William Baker X<jeffrey@kathyandjeffrey.net>. Distribute under the same terms as XPerl itself. END-of-p5-Apache-Session/pkg/DESCR echo x - p5-Apache-Session/pkg/PLIST sed 's/^X//' >p5-Apache-Session/pkg/PLIST << 'END-of-p5-Apache-Session/pkg/PLIST' Xlib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Counted.pm Xlib/perl5/site_perl/%%PERL_VER%%/Apache/Session/PosixFileLocker.pm Xlib/perl5/site_perl/%%PERL_VER%%/Apache/Session/DaemonLocker.pm Xlib/perl5/site_perl/%%PERL_VER%%/Apache/Session/MemoryStore.pm Xlib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Embperl.pm Xlib/perl5/site_perl/%%PERL_VER%%/Apache/Session/SysVSemaphoreLocker.pm Xlib/perl5/site_perl/%%PERL_VER%%/Apache/Session/SingleThread.pm Xlib/perl5/site_perl/%%PERL_VER%%/Apache/Session/NullLocker.pm Xlib/perl5/site_perl/%%PERL_VER%%/Apache/Session/DBIStore.pm Xlib/perl5/site_perl/%%PERL_VER%%/Apache/Session/FileStore.pm Xlib/perl5/site_perl/%%PERL_VER%%/Apache/Session/TreeStore.pm Xlib/perl5/site_perl/%%PERL_VER%%/Apache/Session/DBI.pm Xlib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Tree.pm Xlib/perl5/site_perl/%%PERL_VER%%/Apache/Session/File.pm Xlib/perl5/site_perl/%%PERL_VER%%/Apache/Session.pm Xlib/perl5/%%PERL_VER%%03/man/man3/Apache::Session::Counted.3 Xlib/perl5/%%PERL_VER%%03/man/man3/Apache::Session::DBIStore.3 Xlib/perl5/%%PERL_VER%%03/man/man3/Apache::Session::Embperl.3 Xlib/perl5/%%PERL_VER%%03/man/man3/Apache::Session::DBI.3 Xlib/perl5/%%PERL_VER%%03/man/man3/Apache::Session.3 Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/Session/.packlist X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/Session X@dirrm lib/perl5/site_perl/%%PERL_VER%%/Apache/Session X@dirrm lib/perl5/site_perl/%%PERL_VER%%/Apache END-of-p5-Apache-Session/pkg/PLIST echo x - p5-Apache-Session/Makefile sed 's/^X//' >p5-Apache-Session/Makefile << 'END-of-p5-Apache-Session/Makefile' X# New ports collection makefile for: p5-Apache-Session X# Version required: 1.03 X# Date created: March 13, 2000 X# Whom: Frank Mayhar <frank@exit.com> X# X# $FreeBSD: ports/www/p5-Apache-ASP/Makefile,v 1.1 2000/01/29 05:48:16 steve Exp $ X# X XDISTNAME= Apache-Session-1.03 XPKGNAME= p5-Apache-Session-1.03 XCATEGORIES= www perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Apache X XMAINTAINER= frank@exit.com X XBUILD_DEPENDS= X XUSE_PERL5= YES X XMAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= Apache::Session::Counted.3 Apache::Session::DBIStore.3 \ X Apache::Session::Embperl.3 Apache::Session::DBI.3 \ X Apache::Session.3 X X Xdo-configure: X @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL X X.include <bsd.port.mk> END-of-p5-Apache-Session/Makefile exit >How-To-Repeat: >Fix: >Release-Note: >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?200003150241.SAA83166>