pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/R-mime Initial import of mime v0.1.2 as mail/R-mime.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4d7df09e326f
branches:  trunk
changeset: 639621:4d7df09e326f
user:      brook <brook%pkgsrc.org@localhost>
date:      Fri Sep 19 20:44:28 2014 +0000

description:
Initial import of mime v0.1.2 as mail/R-mime.

This package guesses the MIME type from a filename extension using the
data derived from /etc/mime.types in UNIX-type systems.

Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@.  See the thread starting with:

  http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html

diffstat:

 mail/R-mime/DESCR    |   2 ++
 mail/R-mime/Makefile |  15 +++++++++++++++
 mail/R-mime/distinfo |   5 +++++
 3 files changed, 22 insertions(+), 0 deletions(-)

diffs (34 lines):

diff -r 964a7cc4e30d -r 4d7df09e326f mail/R-mime/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/R-mime/DESCR Fri Sep 19 20:44:28 2014 +0000
@@ -0,0 +1,2 @@
+This package guesses the MIME type from a filename extension using the
+data derived from /etc/mime.types in UNIX-type systems.
diff -r 964a7cc4e30d -r 4d7df09e326f mail/R-mime/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/R-mime/Makefile      Fri Sep 19 20:44:28 2014 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2014/09/19 20:44:28 brook Exp $
+
+CATEGORIES=    mail
+MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      ${R_HOMEPAGE_BASE}/mime/
+COMMENT=       Map filenames to MIME types
+# TODO: LICENSE=       GPL
+
+R_PKGNAME=     mime
+R_PKGVER=      0.1.2
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 964a7cc4e30d -r 4d7df09e326f mail/R-mime/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/R-mime/distinfo      Fri Sep 19 20:44:28 2014 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/09/19 20:44:28 brook Exp $
+
+SHA1 (R/mime_0.1.2.tar.gz) = 517299eee60cb197e86c748a994a9b876892b74b
+RMD160 (R/mime_0.1.2.tar.gz) = 4dc1f945cbfe87038c5a0394746bd111478072e8
+Size (R/mime_0.1.2.tar.gz) = 7939 bytes



Home | Main Index | Thread Index | Old Index