From c1857f54dfc23efa95b030b7a827bd7082477ff6 Mon Sep 17 00:00:00 2001 From: avsm Date: Fri, 29 Sep 2000 10:44:08 +0000 Subject: [PATCH] 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. --- www/p5-URI/Makefile | 22 ++++++++++++++++++++ www/p5-URI/files/md5 | 3 +++ www/p5-URI/pkg/COMMENT | 1 + www/p5-URI/pkg/DESCR | 13 ++++++++++++ www/p5-URI/pkg/PLIST | 46 ++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 85 insertions(+) create mode 100644 www/p5-URI/Makefile create mode 100644 www/p5-URI/files/md5 create mode 100644 www/p5-URI/pkg/COMMENT create mode 100644 www/p5-URI/pkg/DESCR create mode 100644 www/p5-URI/pkg/PLIST diff --git a/www/p5-URI/Makefile b/www/p5-URI/Makefile new file mode 100644 index 00000000000..686501e0bbc --- /dev/null +++ b/www/p5-URI/Makefile @@ -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 + +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +CONFIGURE_STYLE= perl + +.include diff --git a/www/p5-URI/files/md5 b/www/p5-URI/files/md5 new file mode 100644 index 00000000000..707016728b1 --- /dev/null +++ b/www/p5-URI/files/md5 @@ -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 diff --git a/www/p5-URI/pkg/COMMENT b/www/p5-URI/pkg/COMMENT new file mode 100644 index 00000000000..a58917d176a --- /dev/null +++ b/www/p5-URI/pkg/COMMENT @@ -0,0 +1 @@ +library to parse Uniform Resource Identifiers diff --git a/www/p5-URI/pkg/DESCR b/www/p5-URI/pkg/DESCR new file mode 100644 index 00000000000..8a7d46062e2 --- /dev/null +++ b/www/p5-URI/pkg/DESCR @@ -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. + diff --git a/www/p5-URI/pkg/PLIST b/www/p5-URI/pkg/PLIST new file mode 100644 index 00000000000..fa9e7a1f431 --- /dev/null +++ b/www/p5-URI/pkg/PLIST @@ -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