diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,18 @@ +name : perl-http-negotiate +version : 6.01 +release : 1 +source : + - https://cpan.metacpan.org/authors/id/G/GA/GAAS/HTTP-Negotiate-6.01.tar.gz : 1c729c1ea63100e878405cda7d66f9adfd3ed4f1d6cacaca0ee9152df728e016 +license : Artistic-1.0-Perl +component : programming.perl +summary : HTTP::Negotiate - choose a variant to serve +description: | + This module provides a complete implementation of the HTTP content negotiation algorithm specified in draft-ietf-http-v11-spec-00.ps chapter 12. Content negotiation allows for the selection of a preferred content representation based upon attributes of the negotiable variants and the value of the various Accept* header fields in the request. +rundeps : + - perl-http-message +setup : | + %perl_setup +build : | + %perl_build +install : | + %perl_install diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,36 @@ + + + perl-http-negotiate + + Joey Riches + josephriches@gmail.com + + Artistic-1.0-Perl + programming.perl + HTTP::Negotiate - choose a variant to serve + This module provides a complete implementation of the HTTP content negotiation algorithm specified in draft-ietf-http-v11-spec-00.ps chapter 12. Content negotiation allows for the selection of a preferred content representation based upon attributes of the negotiable variants and the value of the various Accept* header fields in the request. + + https://solus-project.com/sources/README.Solus + + + perl-http-negotiate + HTTP::Negotiate - choose a variant to serve + This module provides a complete implementation of the HTTP content negotiation algorithm specified in draft-ietf-http-v11-spec-00.ps chapter 12. Content negotiation allows for the selection of a preferred content representation based upon attributes of the negotiable variants and the value of the various Accept* header fields in the request. + + programming.perl + + /usr/lib/perl5/vendor_perl/5.24.1/HTTP/Negotiate.pm + /usr/lib/perl5/vendor_perl/5.24.1/x86_64-linux-thread-multi/auto/HTTP/Negotiate/.packlist + /usr/share/man + + + + + 2017-05-29 + 6.01 + Packaging update + Joey Riches + josephriches@gmail.com + + + \ No newline at end of file