Skip to content

Commit

Permalink
Update to 0.4
Browse files Browse the repository at this point in the history
Upstream changes:
CHANGES IN mime VERSION 0.4

NEW FEATURES

  o added a new content type: .geojson -> application/vnd.geo+json (thanks,
  @dmpe, #3)

BUG FIXES

  o guess_type() may fail on Windows when the file paths are too long (#2)

		 CHANGES IN mime VERSION 0.3

NEW FEATURES

  o added a few more content types

		 CHANGES IN mime VERSION 0.2

NEW FEATURES

  o added a function parse_multipart() to parse multipart form data submitted via
  HTTP POST
  • Loading branch information
wen committed Apr 13, 2016
1 parent f9c5306 commit d202478
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions mail/R-mime/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2014/09/19 20:44:28 brook Exp $
# $NetBSD: Makefile,v 1.2 2016/04/13 14:14:58 wen Exp $

CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
Expand All @@ -9,7 +9,7 @@ COMMENT= Map filenames to MIME types
# TODO: LICENSE= GPL

R_PKGNAME= mime
R_PKGVER= 0.1.2
R_PKGVER= 0.4

.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
10 changes: 5 additions & 5 deletions mail/R-mime/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.2 2015/11/03 23:27:00 agc Exp $
$NetBSD: distinfo,v 1.3 2016/04/13 14:14:58 wen Exp $

SHA1 (R/mime_0.1.2.tar.gz) = 517299eee60cb197e86c748a994a9b876892b74b
RMD160 (R/mime_0.1.2.tar.gz) = 4dc1f945cbfe87038c5a0394746bd111478072e8
SHA512 (R/mime_0.1.2.tar.gz) = 286c218558382114d1dfcac8eae3a5b132ada66433a37a7a211aa5fc74871962f6b6333b9de5ada2d35e3db3cc3ef78c7b33340411c54b6b221b2cb6783b82ab
Size (R/mime_0.1.2.tar.gz) = 7939 bytes
SHA1 (R/mime_0.4.tar.gz) = 1937ad906b574333545124d18aa95c2e703cb621
RMD160 (R/mime_0.4.tar.gz) = 31c641be9b26e39a34b413443251de6c15dc2c40
SHA512 (R/mime_0.4.tar.gz) = 838f9f9ce295e3a069b0a3d3ca189ebaa5e4419f25e0321d63fc4324fcd3a135e9e45ef15808c6a56b3fbe39518d5da116ebd0944ea51d4ced0d3140a91f268d
Size (R/mime_0.4.tar.gz) = 12545 bytes

0 comments on commit d202478

Please sign in to comment.