New port: reads the FreeBSD installed packaged DB.
PR: ports/125197 Submitted by: "Zane C.B." <vvelox@vvelox.net>
This commit is contained in:
parent
ba198ec929
commit
bd10f5f41a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=216841
@ -12,6 +12,7 @@
|
||||
SUBDIR += kports
|
||||
SUBDIR += lsknobs
|
||||
SUBDIR += managepkg
|
||||
SUBDIR += p5-FreeBSD-Pkgs
|
||||
SUBDIR += p5-FreeBSD-Portindex
|
||||
SUBDIR += p5-FreeBSD-Ports
|
||||
SUBDIR += p5-FreeBSD-Ports-INDEXhash
|
||||
|
22
ports-mgmt/p5-FreeBSD-Pkgs/Makefile
Normal file
22
ports-mgmt/p5-FreeBSD-Pkgs/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: p5-FreeBSD-Pkgs
|
||||
# Date created: 2008-07-02
|
||||
# Whom: Zane C, Bowers <vvelox@vvelox.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= FreeBSD-Pkgs
|
||||
PORTVERSION= 0.0.0
|
||||
CATEGORIES= ports-mgmt sysutils perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= vvelox@vvelox.net
|
||||
COMMENT= Parses the contents of FreeBSD package DB under /var/db/pkg
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= FreeBSD::Pkgs.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
ports-mgmt/p5-FreeBSD-Pkgs/distinfo
Normal file
3
ports-mgmt/p5-FreeBSD-Pkgs/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (FreeBSD-Pkgs-0.0.0.tar.gz) = 5fcdc61f533a6082d0bcfe9d9950433e
|
||||
SHA256 (FreeBSD-Pkgs-0.0.0.tar.gz) = a4793e30c15a7e44bd2c37d37e1cc4769fddb131eb4d3886c68a9a007052fada
|
||||
SIZE (FreeBSD-Pkgs-0.0.0.tar.gz) = 7124
|
3
ports-mgmt/p5-FreeBSD-Pkgs/pkg-descr
Normal file
3
ports-mgmt/p5-FreeBSD-Pkgs/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Reads the FreeBSD installed packaged DB.
|
||||
|
||||
WWW: http://search.cpan.org/~vvelox/FreeBSD-Pkgs/
|
5
ports-mgmt/p5-FreeBSD-Pkgs/pkg-plist
Normal file
5
ports-mgmt/p5-FreeBSD-Pkgs/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/FreeBSD/Pkgs.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/FreeBSD/Pkgs/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/FreeBSD/Pkgs
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/FreeBSD
|
||||
@dirrmtry %%SITE_PERL%%/FreeBSD
|
Loading…
Reference in New Issue
Block a user