mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
o update to 0.09.
o add missing MAN3 and MANPREFIX. PR: 25692 Submitted by: maintainer
This commit is contained in:
parent
6f03c1e93a
commit
c3f5a6cdd4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39677
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= hp200lx-db
|
||||
PORTVERSION= 0.07
|
||||
PORTVERSION= 0.09
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= HP200LX
|
||||
@ -16,4 +16,7 @@ MAINTAINER= g.gonter@ieee.org
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= HP200LX::DB.3
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (hp200lx-db-0.07.tar.gz) = db03e4b26ffe9e86892c46c868c9c31f
|
||||
MD5 (hp200lx-db-0.09.tar.gz) = 3cfd28acea531dabf00f518d40500348
|
||||
|
@ -19,3 +19,5 @@ array tie implementation to access database data records
|
||||
FETCH retrieve a record
|
||||
STORE store a record
|
||||
$db->get_last_index () return highest index
|
||||
|
||||
WWW: http://hp200lx-db.sourceforge.net/
|
||||
|
@ -4,10 +4,13 @@ lib/perl5/site_perl/%%PERL_VER%%/HP200LX/DB/adb.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/HP200LX/DB/recurrence.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/HP200LX/DB/tools.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/HP200LX/DB/vpt.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/HP200LX/DB/diag.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/HP200LX/DBgui.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/HP200LX/DBgui/card.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/HP200LX/DBgui/list.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/HP200LX/DBgui/vpt.pm
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HP200LX/DB
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HP200LX
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/HP200LX/DB
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/HP200LX/DBgui
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/HP200LX
|
||||
|
Loading…
Reference in New Issue
Block a user