Personal patches
Go to file
Sunpoet Po-Chuan Hsieh 5982fac799 Add py-mail-parser 3.9.1
mail-parser is not only a wrapper for email Python Standard Library. It give you
an easy way to pass from raw mail to Python object that you can use in your
code. It's the key module of SpamScope.

mail-parser can parse Outlook email format (.msg) with msgconvert from
mail/p5-Email-Outlook-Message.

mail-parser takes as input a raw email and generates a parsed object. The
properties of this object are the same name of RFC headers: bcc, cc, date,
delivered_to, from_ (not from because is a keyword of Python), message_id,
received, reply_to, subject, to.

There are other properties to get: body, body html, body plain, headers,
attachments, sender IP address, to domains, timezone.

WWW: https://github.com/SpamScope/mail-parser
2019-02-04 00:01:11 +00:00
accessibility
arabic
archivers Move Objective-C ports to the v2 GNUstep ABI. 2019-02-03 15:37:58 +00:00
astro Update to 0.125 2019-02-02 21:55:52 +00:00
audio Move Objective-C ports to the v2 GNUstep ABI. 2019-02-03 15:37:58 +00:00
base
benchmarks
biology New port: biology/figtree: Graphical viewer of phylogenetic trees 2019-02-03 21:14:38 +00:00
cad Deprecate ports broken for more than 6 months 2019-02-03 20:46:35 +00:00
chinese
comms - Correct to actually turn off unused options 2019-02-03 19:50:52 +00:00
converters
databases Move Objective-C ports to the v2 GNUstep ABI. 2019-02-03 15:37:58 +00:00
deskutils Move Objective-C ports to the v2 GNUstep ABI. 2019-02-03 15:37:58 +00:00
devel Update to 0.80 2019-02-04 00:00:02 +00:00
dns Change the way *_DEPENDS are set 2019-02-03 23:59:16 +00:00
editors Mark devel_nox flavor BROKEN too 2019-02-03 20:34:54 +00:00
emulators
finance Move Objective-C ports to the v2 GNUstep ABI. 2019-02-03 15:37:58 +00:00
french
ftp Move Objective-C ports to the v2 GNUstep ABI. 2019-02-03 15:37:58 +00:00
games Deprecate ports broken for more than 6 months 2019-02-03 20:46:35 +00:00
german
graphics multimedia/mpv: expose Vulkan support after r469515 2019-02-03 19:04:22 +00:00
hebrew
hungarian
irc - Fix LICENSE 2019-02-03 09:30:38 +00:00
japanese Move Objective-C ports to the v2 GNUstep ABI. 2019-02-03 15:37:58 +00:00
java
Keywords
korean
lang Move Objective-C ports to the v2 GNUstep ABI. 2019-02-03 15:37:58 +00:00
mail Add py-mail-parser 3.9.1 2019-02-04 00:01:11 +00:00
math Deprecate ports broken for more than 6 months 2019-02-03 20:46:35 +00:00
misc Move Objective-C ports to the v2 GNUstep ABI. 2019-02-03 15:37:58 +00:00
Mk Move Objective-C ports to the v2 GNUstep ABI. 2019-02-03 15:37:58 +00:00
multimedia multimedia/mpv: enable VULKAN by default 2019-02-03 23:38:10 +00:00
net Deprecate ports broken for more than 6 months 2019-02-03 20:46:35 +00:00
net-im Deprecate ports broken for more than 6 months 2019-02-03 20:46:35 +00:00
net-mgmt
net-p2p
news Move Objective-C ports to the v2 GNUstep ABI. 2019-02-03 15:37:58 +00:00
palm
polish
ports-mgmt
portuguese
print Move Objective-C ports to the v2 GNUstep ABI. 2019-02-03 15:37:58 +00:00
russian
science Deprecate ports broken for more than 6 months 2019-02-03 20:46:35 +00:00
security Fix build on 12-stable when using OpenSSL from port. 2019-02-03 21:04:24 +00:00
shells
sysutils Deprecate ports broken for more than 6 months 2019-02-03 20:46:35 +00:00
Templates
textproc Deprecate ports broken for more than 6 months 2019-02-03 20:46:35 +00:00
Tools
ukrainian
vietnamese
www Add the license file. 2019-02-03 23:34:54 +00:00
x11 Deprecate ports broken for more than 6 months 2019-02-03 20:46:35 +00:00
x11-clocks Move Objective-C ports to the v2 GNUstep ABI. 2019-02-03 15:37:58 +00:00
x11-drivers
x11-fm
x11-fonts
x11-servers
x11-themes
x11-toolkits Deprecate ports broken for more than 6 months 2019-02-03 20:46:35 +00:00
x11-wm Deprecate ports broken for more than 6 months 2019-02-03 20:46:35 +00:00
.arcconfig
.gitattributes
.gitauthors
.gitignore
.gitmessage
CHANGES
CONTRIBUTING.md
COPYRIGHT
GIDs
LEGAL
Makefile
MOVED
README
UIDs
UPDATING archivers/urbackup-server: update 2.2.11 -> 2.3.7 2019-02-03 09:07:32 +00:00

This is the FreeBSD Ports Collection.  For an easy to use
WEB-based interface to it, please see:

	https://www.FreeBSD.org/ports

For general information on the Ports Collection, please see the
FreeBSD Handbook ports section which is available from:

	https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/ports.html
		for the latest official version
	or:
	The ports(7) manual page (man ports).

These will explain how to use ports and packages.

If you would like to search for a port, you can do so easily by
saying (in /usr/ports):


	make search name="<name>"
	or:
	make search key="<keyword>"

which will generate a list of all ports matching <name> or <keyword>.
make search also supports wildcards, such as:

	make search name="gtk*"

For information about contributing to FreeBSD ports, please see the Porter's
Handbook, available at:

	https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/porters-handbook/

NOTE:  This tree will GROW significantly in size during normal usage!
The distribution tar files can and do accumulate in /usr/ports/distfiles,
and the individual ports will also use up lots of space in their work
subdirectories unless you remember to "make clean" after you're done
building a given port.  /usr/ports/distfiles can also be periodically
cleaned without ill-effect.