mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
DMOZ::ParseRDF is an object-oriented module for parsing DMOZ data into
manageable sub-sections. As of January 8th 2004 the DMOZ content file is around 1.3GB in size. The data is free to download and can be used in your custom database but please make sure you read the license agreement at http://dmoz.org/license.html first. WWW: http://search.cpan.org/dist/DMOZ-ParseRDF PR: ports/101343 Submitted by: Hans Fredrik Nordhaug <hans(at)nordhaug.priv.no>
This commit is contained in:
parent
b12b86d874
commit
c265661e6c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172926
5 changed files with 36 additions and 0 deletions
|
@ -250,6 +250,7 @@
|
|||
SUBDIR += p5-DBIx-XML_RDB
|
||||
SUBDIR += p5-DBM-Deep
|
||||
SUBDIR += p5-DBZ_File
|
||||
SUBDIR += p5-DMOZ-ParseRDF
|
||||
SUBDIR += p5-DWH_File
|
||||
SUBDIR += p5-Data-Page
|
||||
SUBDIR += p5-Data-Pageset
|
||||
|
|
20
databases/p5-DMOZ-ParseRDF/Makefile
Normal file
20
databases/p5-DMOZ-ParseRDF/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# New ports collection makefile for: databases/p5-DMOZ-ParseRDF
|
||||
# Date created: 04 August 2006
|
||||
# Whom: Hans Fredrik Nordhaug <hans@nordhaug.priv.no>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= DMOZ-ParseRDF
|
||||
PORTVERSION= 0.14
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= DMOZ
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= hans@nordhaug.priv.no
|
||||
COMMENT= Parse the gigantic dmoz.org content file into smaller parts
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
databases/p5-DMOZ-ParseRDF/distinfo
Normal file
3
databases/p5-DMOZ-ParseRDF/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (DMOZ-ParseRDF-0.14.tar.gz) = 46f6a39626e01a7514e50f26e5f09f17
|
||||
SHA256 (DMOZ-ParseRDF-0.14.tar.gz) = ba25829f8262fb1b406a3eaccc2ee6993b1d07e4b58c99c1aedace169fbc2397
|
||||
SIZE (DMOZ-ParseRDF-0.14.tar.gz) = 4715
|
7
databases/p5-DMOZ-ParseRDF/pkg-descr
Normal file
7
databases/p5-DMOZ-ParseRDF/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
DMOZ::ParseRDF is an object-oriented module for parsing DMOZ data into
|
||||
manageable sub-sections. As of January 8th 2004 the DMOZ content file is
|
||||
around 1.3GB in size. The data is free to download and can be used in your
|
||||
custom database but please make sure you read the license agreement at
|
||||
http://dmoz.org/license.html first.
|
||||
|
||||
WWW: http://search.cpan.org/dist/DMOZ-ParseRDF
|
5
databases/p5-DMOZ-ParseRDF/pkg-plist
Normal file
5
databases/p5-DMOZ-ParseRDF/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
%%SITE_PERL%%/DMOZ/ParseRDF.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DMOZ/ParseRDF/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DMOZ/ParseRDF
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DMOZ
|
||||
@dirrmtry %%SITE_PERL%%/DMOZ
|
Loading…
Add table
Reference in a new issue