pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/R-httpRequest Imported R-httpRequest from pkgsrc-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/39e1db61644b
branches:  trunk
changeset: 502362:39e1db61644b
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Nov 04 08:14:44 2005 +0000

description:
Imported R-httpRequest from pkgsrc-wip.

Implements the GET, POST and multipart POST request.

diffstat:

 math/R-httpRequest/DESCR    |   1 +
 math/R-httpRequest/Makefile |  15 +++++++++++++++
 math/R-httpRequest/PLIST    |   1 +
 math/R-httpRequest/distinfo |   5 +++++
 4 files changed, 22 insertions(+), 0 deletions(-)

diffs (38 lines):

diff -r 8020e422ea3f -r 39e1db61644b math/R-httpRequest/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-httpRequest/DESCR  Fri Nov 04 08:14:44 2005 +0000
@@ -0,0 +1,1 @@
+Implements the GET, POST and multipart POST request.
diff -r 8020e422ea3f -r 39e1db61644b math/R-httpRequest/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-httpRequest/Makefile       Fri Nov 04 08:14:44 2005 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/11/04 08:14:44 rillig Exp $
+#
+
+CATEGORIES=             math
+MASTER_SITES=           ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER=             mchittur%cs.nmsu.edu@localhost
+HOMEPAGE=               ${R_HOMEPAGE_BASE}/httpRequest.html
+COMMENT=               Implements the GET, POST and multipart POST request
+
+R_PKGNAME=             httpRequest
+R_PKGVER=               0.0.5
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 8020e422ea3f -r 39e1db61644b math/R-httpRequest/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-httpRequest/PLIST  Fri Nov 04 08:14:44 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/04 08:14:44 rillig Exp $
diff -r 8020e422ea3f -r 39e1db61644b math/R-httpRequest/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-httpRequest/distinfo       Fri Nov 04 08:14:44 2005 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/11/04 08:14:44 rillig Exp $
+
+SHA1 (R/httpRequest_0.0.5.tar.gz) = 7354bd02d03665543e2c424d9576d033595afc4d
+RMD160 (R/httpRequest_0.0.5.tar.gz) = 20a99dddfe85710576556003a9f31a0b9b1a8d72
+Size (R/httpRequest_0.0.5.tar.gz) = 3183 bytes



Home | Main Index | Thread Index | Old Index