Commit graph

11 commits

Author SHA1 Message Date
mef
96640beabb (mail/R-mime) Updated 0.11 to 0.12, NEWS.md unknown 2022-12-31 10:15:20 +00:00
nia
f413f7fded mail: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles were unfetchable (possibly fetched
conditionally?):

./mail/qmail/distinfo netqmail-1.05-TAI-leapsecs.patch
2021-10-26 10:53:53 +00:00
nia
be020196fe mail: Remove SHA1 hashes for distfiles 2021-10-07 14:25:11 +00:00
mef
dee48b62f0 (mail/R-mime) Updated 0.9 to 0.11, explicit NEWS.md not known 2021-08-30 01:09:40 +00:00
mef
582203d6be (mail/R-mime) Updated 0.7 to 0.9. make test runs fine
CHANGES IN mime VERSION 0.9

MINOR CHANGES

  o Added the MIME type for .jsonp files (thanks, @clabornd, #11).

                 CHANGES IN mime VERSION 0.8

MINOR CHANGES

  o Added the MIME type for .scss files (thanks, @cpsievert, #10).
2020-09-20 06:03:19 +00:00
brook
93e94bec97 Update all R packages to canonical form.
The canonical form [1] of an R package Makefile includes the
following:

- The first stanza includes R_PKGNAME, R_PKGVER, PKGREVISION (as
  needed), and CATEGORIES.

- HOMEPAGE is not present but defined in math/R/Makefile.extension to
  refer to the CRAN web page describing the package.  Other relevant
  web pages are often linked from there via the URL field.

This updates all current R packages to this form, which will make
regular updates _much_ easier, especially using pkgtools/R2pkg.

[1] http://mail-index.netbsd.org/tech-pkg/2019/08/02/msg021711.html
2019-08-08 19:53:36 +00:00
brook
edc2d0440a R-mime: update to version 0.7.
Update to the canonical form of an R package and fix the LICENSE
field.
2019-07-31 16:19:01 +00:00
brook
d1d2bdf864 Remove MASTER_SITES= from individual R package Makefiles.
Each R package should include ../../math/R/Makefile.extension, which also
defines MASTER_SITES.  Consequently, it is redundant for the individual
packages to do the same.  Package-specific definitions also prevent
redefining MASTER_SITES in a single common place.
2018-07-28 14:40:42 +00:00
wen
f1e46792cb Update to 0.4
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
2016-04-13 14:14:58 +00:00
agc
ddbf6ddecd Add SHA512 digests for distfiles for mail category
Problems found locating distfiles:
	Package mutt: missing distfile patch-1.5.24.rr.compressed.gz
	Package p5-Email-Valid: missing distfile Email-Valid-1.198.tar.gz
	Package pine: missing distfile fancy.patch.gz
	Package postgrey: missing distfile targrey-0.31-postgrey-1.34.patch
	Package qmail: missing distfile badrcptto.patch
	Package qmail: missing distfile outgoingip.patch
	Package qmail: missing distfile qmail-1.03-realrcptto-2006.12.10.patch
	Package qmail: missing distfile qmail-smtpd-viruscan-1.3.patch
	Package thunderbird24: missing distfile enigmail-1.7.2.tar.gz
	Package thunderbird31: missing distfile enigmail-1.7.2.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 23:27:00 +00:00
brook
17e7d9f354 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
2014-09-19 20:44:28 +00:00