Date: Sun, 2 Jan 2000 23:02:43 +0100 (CET) From: Gerhard Gonter <gonter@whisky.wu-wien.ac.at> To: FreeBSD-gnats-submit@freebsd.org Cc: gonter@wu-wien.ac.at Subject: ports/15851: new port: deskutils/p5-hp200lx-db Message-ID: <200001022202.XAA25237@whisky.wu-wien.ac.at>
next in thread | raw e-mail | index | archive | help
>Number: 15851 >Category: ports >Synopsis: new port: deskutils/p5-hp200lx-db >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: Sun Jan 2 14:10:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Gerhard Gonter >Release: FreeBSD 3.4-STABLE i386 >Organization: Gerhard Gonter >Environment: >Description: Please consider the addition of this Perl 5 module to the deskutils section of the ports collection. >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-hp200lx-db # p5-hp200lx-db/Makefile # p5-hp200lx-db/pkg # p5-hp200lx-db/pkg/COMMENT # p5-hp200lx-db/pkg/PLIST # p5-hp200lx-db/pkg/DESCR # p5-hp200lx-db/files # p5-hp200lx-db/files/md5 # p5-hp200lx-db/README.html # echo c - p5-hp200lx-db mkdir -p p5-hp200lx-db > /dev/null 2>&1 echo x - p5-hp200lx-db/Makefile sed 's/^X//' >p5-hp200lx-db/Makefile << 'END-of-p5-hp200lx-db/Makefile' X# New ports collection makefile for: p5-hp200lx-db X# Version required: 0.07 X# Date created: January 2nd 2000 X# Whom: James FitzGibbon <jfitz@FreeBSD.org> X# X# $FreeBSD$ X# X XDISTNAME= hp200lx-db-0.07 XPKGNAME= p5-hp200lx-db-0.07 XCATEGORIES= deskutils perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= HP200LX X XMAINTAINER= g.gonter@ieee.org X XUSE_PERL5= YES X X# MAN3= HP200LX::DB.3 XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} X Xdo-configure: X @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL X X.include <bsd.port.mk> END-of-p5-hp200lx-db/Makefile echo c - p5-hp200lx-db/pkg mkdir -p p5-hp200lx-db/pkg > /dev/null 2>&1 echo x - p5-hp200lx-db/pkg/COMMENT sed 's/^X//' >p5-hp200lx-db/pkg/COMMENT << 'END-of-p5-hp200lx-db/pkg/COMMENT' XPerl5 module to handle HP 200LX palmtop computer database END-of-p5-hp200lx-db/pkg/COMMENT echo x - p5-hp200lx-db/pkg/PLIST sed 's/^X//' >p5-hp200lx-db/pkg/PLIST << 'END-of-p5-hp200lx-db/pkg/PLIST' Xlib/perl5/site_perl/%%PERL_VER%%/HP200LX/DB.pm Xlib/perl5/site_perl/%%PERL_VER%%/HP200LX/DB/adb.pm Xlib/perl5/site_perl/%%PERL_VER%%/HP200LX/DB/recurrence.pm Xlib/perl5/site_perl/%%PERL_VER%%/HP200LX/DB/tools.pm Xlib/perl5/site_perl/%%PERL_VER%%/HP200LX/DB/vpt.pm Xlib/perl5/site_perl/%%PERL_VER%%/HP200LX/DBgui.pm Xlib/perl5/site_perl/%%PERL_VER%%/HP200LX/DBgui/card.pm Xlib/perl5/site_perl/%%PERL_VER%%/HP200LX/DBgui/list.pm Xlib/perl5/site_perl/%%PERL_VER%%/HP200LX/DBgui/vpt.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HP200LX/DB/.packlist X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HP200LX/DB X@dirrm lib/perl5/site_perl/%%PERL_VER%%/HP200LX/DB X@dirrm lib/perl5/site_perl/%%PERL_VER%%/HP200LX/DBgui END-of-p5-hp200lx-db/pkg/PLIST echo x - p5-hp200lx-db/pkg/DESCR sed 's/^X//' >p5-hp200lx-db/pkg/DESCR << 'END-of-p5-hp200lx-db/pkg/DESCR' XPurpose: X X DB.pm implements the perl package HP200LX::DB which is intended X to provide a perl 5 interface for files in the generic database X format of the HP 200LX palmtop computer. The perl modules are X XUSAGE X X use HP200LX::DB; X Xinterface functions X $db= HP200LX::DB::openDB ($fnm) read database and return an DB object X $db= HP200LX::DB::new ($fnm) create database and return an DB object X $db->saveDB ($fnm) save DB object as a (new) file X Xarray tie implementation to access database data records X tie (@dbd, HP200LX::DB, $db); access database data in array form X TIEARRAY stub to get an tie for the database X FETCH retrieve a record X STORE store a record X $db->get_last_index () return highest index X END-of-p5-hp200lx-db/pkg/DESCR echo c - p5-hp200lx-db/files mkdir -p p5-hp200lx-db/files > /dev/null 2>&1 echo x - p5-hp200lx-db/files/md5 sed 's/^X//' >p5-hp200lx-db/files/md5 << 'END-of-p5-hp200lx-db/files/md5' XMD5 (hp200lx-db-0.07.tar.gz) = db03e4b26ffe9e86892c46c868c9c31f END-of-p5-hp200lx-db/files/md5 echo x - p5-hp200lx-db/README.html sed 's/^X//' >p5-hp200lx-db/README.html << 'END-of-p5-hp200lx-db/README.html' X<html> X<title> The FreeBSD Ports Collection (deskutils/p5-hp200lx-db)</title> X<head><h1> The FreeBSD Ports Collection ("deskutils/p5-hp200lx-db")</h1> </head> <hr> X<body> X X<p>You are now in the directory for the port "deskutils/p5-hp200lx-db" (package name "p5-hp200lx-db-0.07"). X X<p>This is the one-line description for this port: X X<p><hr><p> XPerl5 module to handle HP 200LX palmtop computer database X<p><hr> X X<p>Please read the file "<a href="pkg/DESCR">pkg/DESCR</a>" for a Xlonger description. X X<p>Go to the <a href="../../README.html">top of the ports tree</a> for Xa summary on how to use the ports collection. X X<p> X X<p> X X X<p><hr><p> X<a href="../README.html"> Go up one level</a> X| X<a href="../../README.html"> Go to top of ports tree</a> X</body> X</html> END-of-p5-hp200lx-db/README.html exit >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?200001022202.XAA25237>