diff options
author | rh <rh@pkgsrc.org> | 1999-12-02 08:34:33 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-12-02 08:34:33 +0000 |
commit | a1d73d17e4e010756f7cdb5d3aee11d536259e97 (patch) | |
tree | afc169b7ed952d983e1da7d9013d8f278012651f /www | |
parent | 7db010a69b7d260d83f050488c7e850b2e771709 (diff) | |
download | pkgsrc-a1d73d17e4e010756f7cdb5d3aee11d536259e97.tar.gz |
Import of p5-URI-1.04, a perl5 class to represent Uniform Resource
Identifiers (URIs, RFC 2396).
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-URI/Makefile | 20 | ||||
-rw-r--r-- | www/p5-URI/files/md5 | 3 | ||||
-rw-r--r-- | www/p5-URI/pkg/COMMENT | 1 | ||||
-rw-r--r-- | www/p5-URI/pkg/DESCR | 23 | ||||
-rw-r--r-- | www/p5-URI/pkg/PLIST | 45 |
5 files changed, 92 insertions, 0 deletions
diff --git a/www/p5-URI/Makefile b/www/p5-URI/Makefile new file mode 100644 index 00000000000..77edd58344c --- /dev/null +++ b/www/p5-URI/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/12/02 08:34:33 rh Exp $ +# + +PKGNAME= p5-URI-1.04 +DISTNAME!= echo ${PKGNAME} | sed -e 's/^p5-//' +CATEGORIES= www net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=URI/} + +MAINTAINER= packages@netbsd.org + +BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/MIME/Base64.pm:../../converters/p5-MIME-Base64 + +CONFLICTS+= p5-libwww-5.36 # URI used to be part of that package + +USE_PERL5= YES + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-URI/files/md5 b/www/p5-URI/files/md5 new file mode 100644 index 00000000000..68221ecb4ce --- /dev/null +++ b/www/p5-URI/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/12/02 08:34:33 rh Exp $ + +MD5 (URI-1.04.tar.gz) = e830d0b7ece66c2fd537cccf048ec0c2 diff --git a/www/p5-URI/pkg/COMMENT b/www/p5-URI/pkg/COMMENT new file mode 100644 index 00000000000..87609a45c43 --- /dev/null +++ b/www/p5-URI/pkg/COMMENT @@ -0,0 +1 @@ +Perl5 class to represent Uniform Resource Identifier (URI, RFC 2396). diff --git a/www/p5-URI/pkg/DESCR b/www/p5-URI/pkg/DESCR new file mode 100644 index 00000000000..0620230a2b9 --- /dev/null +++ b/www/p5-URI/pkg/DESCR @@ -0,0 +1,23 @@ + 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. + + Questions about how to use this library should be directed to the +comp.lang.perl.modules USENET Newsgroup. Bug reports and suggestions +for improvements can be sent to the <libwww-perl@ics.uci.edu> mailing +list. + + Copyright 1998-1999 Gisle Aas. + Copyright 1998 Graham Barr. + + This library is free software; you can redistribute it and/or +modify it under the same terms as Perl itself. diff --git a/www/p5-URI/pkg/PLIST b/www/p5-URI/pkg/PLIST new file mode 100644 index 00000000000..f40c67c1662 --- /dev/null +++ b/www/p5-URI/pkg/PLIST @@ -0,0 +1,45 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/12/02 08:34:34 rh Exp $ +lib/perl5/site_perl/URI/_server.pm +lib/perl5/site_perl/URI/WithBase.pm +lib/perl5/site_perl/URI/_login.pm +lib/perl5/site_perl/URI/data.pm +lib/perl5/site_perl/URI/_generic.pm +lib/perl5/site_perl/URI/news.pm +lib/perl5/site_perl/URI/file.pm +lib/perl5/site_perl/URI/file/Mac.pm +lib/perl5/site_perl/URI/file/Win32.pm +lib/perl5/site_perl/URI/file/OS2.pm +lib/perl5/site_perl/URI/file/FAT.pm +lib/perl5/site_perl/URI/file/Base.pm +lib/perl5/site_perl/URI/file/Unix.pm +lib/perl5/site_perl/URI/nntp.pm +lib/perl5/site_perl/URI/http.pm +lib/perl5/site_perl/URI/ldap.pm +lib/perl5/site_perl/URI/gopher.pm +lib/perl5/site_perl/URI/mailto.pm +lib/perl5/site_perl/URI/_foreign.pm +lib/perl5/site_perl/URI/ftp.pm +lib/perl5/site_perl/URI/rlogin.pm +lib/perl5/site_perl/URI/telnet.pm +lib/perl5/site_perl/URI/pop.pm +lib/perl5/site_perl/URI/snews.pm +lib/perl5/site_perl/URI/Heuristic.pm +lib/perl5/site_perl/URI/Escape.pm +lib/perl5/site_perl/URI/_segment.pm +lib/perl5/site_perl/URI/URL.pm +lib/perl5/site_perl/URI/https.pm +lib/perl5/site_perl/URI/_userpass.pm +lib/perl5/site_perl/URI/_query.pm +lib/perl5/site_perl/URI.pm +lib/perl5/man/man3/URI::WithBase.3 +lib/perl5/man/man3/URI::data.3 +lib/perl5/man/man3/URI::file.3 +lib/perl5/man/man3/URI::Heuristic.3 +lib/perl5/man/man3/URI::ldap.3 +lib/perl5/man/man3/URI::Escape.3 +lib/perl5/man/man3/URI.3 +lib/perl5/man/man3/URI::URL.3 +lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/URI/.packlist +@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/URI +@dirrm lib/perl5/site_perl/URI/file +@dirrm lib/perl5/site_perl/URI |