Commit graph

15 commits

Author SHA1 Message Date
Jimmy Olgeni
168f57451a Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.

CR:		D306
Approved by:	portmgr (bapt)
2014-07-07 15:31:01 +00:00
Alex Dupre
f5f92bc115 Stagify. 2014-05-12 15:57:51 +00:00
Olli Hauer
4fb1cfb1cd - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20

- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4

PR:		ports/184785
Submitted by:	ohauer
Reviewed by:	tabthorpe
Approved by:	portmgr (tabthorpe@)
2013-12-30 20:55:18 +00:00
Baptiste Daroussin
fd61959c15 Add NO_STAGE all over the place in preparation for the staging support (cat: mail) 2013-09-20 19:59:12 +00:00
Baptiste Daroussin
7c354b1913 Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION=	1.5+ (part2)
2012-12-10 13:18:28 +00:00
Alex Dupre
4c75d843eb Update to 0.7.2 release. 2012-01-13 11:23:08 +00:00
Thomas Abthorpe
e0ac1afbf4 - The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch

PR:		ports/163521
Submitted by:	Pedro Giffuni <pfg apache.org>
Hat:		portmgr
Exp run by:	pav
2012-01-09 15:41:08 +00:00
Alex Dupre
4647612df4 Update to 0.7.1 release.
Feature safe:	yes
2011-11-11 11:52:12 +00:00
Doug Barton
2b1dacc826 Remove more tags from pkg-descr files fo the form:
- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
2011-10-24 04:17:37 +00:00
Alex Dupre
ff8c8a83ff Update to 0.7 release. 2011-08-09 11:59:59 +00:00
Alex Dupre
171d1dea48 Oops. 2011-01-10 14:30:33 +00:00
Alex Dupre
b911b07f03 Update to 0.6.1 bugfix release.
Add LICENSE.
Unfortunately remove javadocs.
2011-01-10 14:28:55 +00:00
Alex Dupre
2a7a32e30d Update to 0.6 release. 2009-03-09 07:23:51 +00:00
Alex Dupre
7e3d15902f Update to 0.5 release. 2008-10-17 05:54:07 +00:00
Alex Dupre
1098ca0851 mime4j provides a parser, MimeStreamParser, for e-mail message streams
in plain rfc822 and MIME format. The parser uses a callback mechanism to
report parsing events such as the start of an entity header, the start
of a body, etc. If you are familiar with the SAX XML parser interface
you should have no problem getting started with mime4j.

The parser only deals with the structure of the message stream. It won't
do any decoding of base64 or quoted-printable encoded header fields and
bodies.

The parser has been designed to be extremely tolerant against messages
violating the standards.

mime4j can also be used to build a tree representation of an e-mail
message using the Message class. Using this facility mime4j
automatically handles the decoding of fields and bodies and uses
temporary files for large attachments.

WWW: http://james.apache.org/mime4j/
2008-09-03 08:04:41 +00:00