import p5-URI-1.09
ok by brad@ -- This package contains the URI.pm module with friends. The module implements the URI class. Objects of this class represent Uniform Resource Identifier (URI) references as specified in RFC 2396. URI objects can be used to access and manipulate the various components that make up these strings. There are also methods to combine URIs in various ways. The URI class replaces the URI::URL class that used to be distributed with libwww-perl. This package contains an emulation of the old URI::URL interface. The emulated URI::URL implements both the old and the new interface.
This commit is contained in:
parent
5c943aea03
commit
c1857f54df
22
www/p5-URI/Makefile
Normal file
22
www/p5-URI/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2000/09/29 10:44:08 avsm Exp $
|
||||
|
||||
DISTNAME= URI-1.09
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= www perl5
|
||||
NEED_VERSION= 1.336
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= URI
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/libdata/perl5/site_perl/${ARCH}-openbsd/MIME/Base64.pm::converters/p5-MIME-Base64
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/p5-URI/files/md5
Normal file
3
www/p5-URI/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (URI-1.09.tar.gz) = 55a3c61963666fdd157a4439bd79bb87
|
||||
RMD160 (URI-1.09.tar.gz) = b3cb07debd0f269466f0201aa967093d63680fd8
|
||||
SHA1 (URI-1.09.tar.gz) = eab0302f9b3fd70d1fe9b9e47059edde607ea54e
|
1
www/p5-URI/pkg/COMMENT
Normal file
1
www/p5-URI/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
library to parse Uniform Resource Identifiers
|
13
www/p5-URI/pkg/DESCR
Normal file
13
www/p5-URI/pkg/DESCR
Normal file
@ -0,0 +1,13 @@
|
||||
This package contains the URI.pm module with friends. The module
|
||||
implements the URI class. Objects of this class represent Uniform
|
||||
Resource Identifier (URI) references as specified in RFC 2396.
|
||||
|
||||
URI objects can be used to access and manipulate the various
|
||||
components that make up these strings. There are also methods to
|
||||
combine URIs in various ways.
|
||||
|
||||
The URI class replaces the URI::URL class that used to be distributed
|
||||
with libwww-perl. This package contains an emulation of the old
|
||||
URI::URL interface. The emulated URI::URL implements both the old
|
||||
and the new interface.
|
||||
|
46
www/p5-URI/pkg/PLIST
Normal file
46
www/p5-URI/pkg/PLIST
Normal file
@ -0,0 +1,46 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2000/09/29 10:44:09 avsm Exp $
|
||||
libdata/perl5/site_perl/URI.pm
|
||||
libdata/perl5/site_perl/URI/Escape.pm
|
||||
libdata/perl5/site_perl/URI/Heuristic.pm
|
||||
libdata/perl5/site_perl/URI/URL.pm
|
||||
libdata/perl5/site_perl/URI/WithBase.pm
|
||||
libdata/perl5/site_perl/URI/_foreign.pm
|
||||
libdata/perl5/site_perl/URI/_generic.pm
|
||||
libdata/perl5/site_perl/URI/_login.pm
|
||||
libdata/perl5/site_perl/URI/_query.pm
|
||||
libdata/perl5/site_perl/URI/_segment.pm
|
||||
libdata/perl5/site_perl/URI/_server.pm
|
||||
libdata/perl5/site_perl/URI/_userpass.pm
|
||||
libdata/perl5/site_perl/URI/data.pm
|
||||
libdata/perl5/site_perl/URI/file.pm
|
||||
libdata/perl5/site_perl/URI/file/Base.pm
|
||||
libdata/perl5/site_perl/URI/file/FAT.pm
|
||||
libdata/perl5/site_perl/URI/file/Mac.pm
|
||||
libdata/perl5/site_perl/URI/file/OS2.pm
|
||||
libdata/perl5/site_perl/URI/file/QNX.pm
|
||||
libdata/perl5/site_perl/URI/file/Unix.pm
|
||||
libdata/perl5/site_perl/URI/file/Win32.pm
|
||||
libdata/perl5/site_perl/URI/ftp.pm
|
||||
libdata/perl5/site_perl/URI/gopher.pm
|
||||
libdata/perl5/site_perl/URI/http.pm
|
||||
libdata/perl5/site_perl/URI/https.pm
|
||||
libdata/perl5/site_perl/URI/ldap.pm
|
||||
libdata/perl5/site_perl/URI/mailto.pm
|
||||
libdata/perl5/site_perl/URI/news.pm
|
||||
libdata/perl5/site_perl/URI/nntp.pm
|
||||
libdata/perl5/site_perl/URI/pop.pm
|
||||
libdata/perl5/site_perl/URI/rlogin.pm
|
||||
libdata/perl5/site_perl/URI/rsync.pm
|
||||
libdata/perl5/site_perl/URI/snews.pm
|
||||
libdata/perl5/site_perl/URI/telnet.pm
|
||||
libdata/perl5/site_perl/${ARCH}-openbsd/auto/URI/.packlist
|
||||
man/man3/URI.3p
|
||||
man/man3/URI::Escape.3p
|
||||
man/man3/URI::Heuristic.3p
|
||||
man/man3/URI::URL.3p
|
||||
man/man3/URI::WithBase.3p
|
||||
man/man3/URI::data.3p
|
||||
man/man3/URI::file.3p
|
||||
man/man3/URI::ldap.3p
|
||||
@dirrm libdata/perl5/site_perl/${ARCH}-openbsd/auto/URI
|
||||
@dirrm libdata/perl5/site_perl/URI/file
|
Loading…
Reference in New Issue
Block a user