mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 12:26:27 -04:00
add p5-DBIx-Password 1.8
Allows you to create a global password file for DB passwords PR: 36066 Submitted by: Autrijus Tang <autrijus@egb.elixus.org>
This commit is contained in:
parent
a11dcc5cc3
commit
ae0f269fa0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60207
6 changed files with 44 additions and 0 deletions
|
@ -78,6 +78,7 @@
|
|||
SUBDIR += p5-DBIWrapper
|
||||
SUBDIR += p5-DBIx-AnyDBD
|
||||
SUBDIR += p5-DBIx-DataSource
|
||||
SUBDIR += p5-DBIx-Password
|
||||
SUBDIR += p5-DBIx-Recordset
|
||||
SUBDIR += p5-DBIx-SearchBuilder
|
||||
SUBDIR += p5-DBIx-XHTML_Table
|
||||
|
|
24
databases/p5-DBIx-Password/Makefile
Normal file
24
databases/p5-DBIx-Password/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# New ports collection makefile for: p5-DBIx-Password
|
||||
# Date created: March 17th 2002
|
||||
# Whom: Autrijus Tang <autrijus@autrijus.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= DBIx-Password
|
||||
PORTVERSION= 1.8
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= DBIx
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= autrijus@autrijus.org
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= DBIx::Password.3
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
1
databases/p5-DBIx-Password/distinfo
Normal file
1
databases/p5-DBIx-Password/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (DBIx-Password-1.8.tar.gz) = 5320613ea0dc98da52877d660c37aea0
|
1
databases/p5-DBIx-Password/pkg-comment
Normal file
1
databases/p5-DBIx-Password/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Allows you to create a global password file for DB passwords
|
15
databases/p5-DBIx-Password/pkg-descr
Normal file
15
databases/p5-DBIx-Password/pkg-descr
Normal file
|
@ -0,0 +1,15 @@
|
|||
This module lets you stack handlers so that the next one will handle
|
||||
or "filter" the output of previous one.
|
||||
|
||||
From README:
|
||||
|
||||
Don't you hate keeping track of database passwords and such
|
||||
throughout your scripts? How about the problem of changing those
|
||||
passwords on a mass scale? This module is one possible solution.
|
||||
When you go to build this module it will ask you to create
|
||||
virtual users. For each user you need to specify the database
|
||||
module to use, the database connect string, the username and the
|
||||
password. You will be prompted to give a name to this virtual
|
||||
user. You can add as many as you like.
|
||||
|
||||
-- Autrijus Tang <autrijus@autrijus.org>
|
2
databases/p5-DBIx-Password/pkg-plist
Normal file
2
databases/p5-DBIx-Password/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
lib/perl5/site_perl/%%PERL_VER%%/DBIx/Password.pm
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/DBIx 2>/dev/null || true
|
Loading…
Add table
Reference in a new issue