diff options
author | adrianp <adrianp> | 2006-06-15 11:29:39 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2006-06-15 11:29:39 +0000 |
commit | 59348aa01abe539775696d9b20038e0d25d0c203 (patch) | |
tree | ef068aa4c898bc6c7be9844341ebbb0584e7b3e9 /www | |
parent | a064260f54ec0c6038e14a467b718e63f2c3de18 (diff) | |
download | pkgsrc-59348aa01abe539775696d9b20038e0d25d0c203.tar.gz |
Provides a set of useful, static functions related to the
Hyper-Text-Transfer-Protocol.
Diffstat (limited to 'www')
-rw-r--r-- | www/pear-HTTP/DESCR | 2 | ||||
-rw-r--r-- | www/pear-HTTP/Makefile | 11 | ||||
-rw-r--r-- | www/pear-HTTP/PLIST | 1 | ||||
-rw-r--r-- | www/pear-HTTP/distinfo | 5 |
4 files changed, 19 insertions, 0 deletions
diff --git a/www/pear-HTTP/DESCR b/www/pear-HTTP/DESCR new file mode 100644 index 00000000000..1490a090c13 --- /dev/null +++ b/www/pear-HTTP/DESCR @@ -0,0 +1,2 @@ +Provides a set of useful, static functions related to the +Hyper-Text-Transfer-Protocol. diff --git a/www/pear-HTTP/Makefile b/www/pear-HTTP/Makefile new file mode 100644 index 00000000000..b9d1f5372e8 --- /dev/null +++ b/www/pear-HTTP/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/06/15 11:29:39 adrianp Exp $ + +DISTNAME= HTTP-1.4.0 +CATEGORIES+= www + +MAINTAINER= brook@nmsu.edu adrianp@NetBSD.org +HOMEPAGE= http://pear.php.net/package/HTTP +COMMENT= PHP support for miscellaneous HTTP functions + +.include "../../lang/php/pear.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/pear-HTTP/PLIST b/www/pear-HTTP/PLIST new file mode 100644 index 00000000000..88db0bb789f --- /dev/null +++ b/www/pear-HTTP/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/06/15 11:29:39 adrianp Exp $ diff --git a/www/pear-HTTP/distinfo b/www/pear-HTTP/distinfo new file mode 100644 index 00000000000..5be6ac119ba --- /dev/null +++ b/www/pear-HTTP/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/06/15 11:29:39 adrianp Exp $ + +SHA1 (pear/HTTP-1.4.0.tgz) = 565f64827f0aa5311c9c63bf00936910d06bcbf4 +RMD160 (pear/HTTP-1.4.0.tgz) = 172b08b653d6a5e878c872fc74872daa335742b3 +Size (pear/HTTP-1.4.0.tgz) = 4593 bytes |