1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
Mirror of the FreeBSD ports git repo https://git.FreeBSD.org/ports.git .
Go to file
Kubilay Kocak 2f3e039947 [NEW] devel/py-iso8601: Simple module to parse ISO 8601 dates
This module parses the most common forms of ISO 8601 date strings
(e.g. 2007-01-14T20:34:22+00:00) into datetime objects.

You can parse full date + times, or just the date. In both cases a datetime
instance is returned but with missing times defaulting to 0, and missing
days / months defaulting to 1.

WWW: https://bitbucket.org/micktwomey/pyiso8601
2014-07-14 04:41:22 +00:00
accessibility
arabic
archivers
astro
audio - Update to 0.20.14 2014-07-14 03:56:14 +00:00
benchmarks
biology biology/platon: Unbreak by hosting known distfiles elsewhere 2014-07-13 11:27:44 +00:00
cad
chinese
comms Horde package update: 2014-07-13 07:45:24 +00:00
converters
databases Though I can not reproduce the error cited by the previous committer 2014-07-13 16:40:24 +00:00
deskutils
devel [NEW] devel/py-iso8601: Simple module to parse ISO 8601 dates 2014-07-14 04:41:22 +00:00
dns
editors Remove editors/nxml because it needs recently removed emacs 21 or 22 2014-07-13 14:53:17 +00:00
emulators Modernize LIB_DEPENDS 2014-07-13 23:23:25 +00:00
finance Modernize LIB_DEPENDS 2014-07-13 23:23:25 +00:00
french
ftp Modernize LIB_DEPENDS 2014-07-13 23:23:25 +00:00
games Modernize LIB_DEPENDS 2014-07-13 23:23:25 +00:00
german
graphics Modernize LIB_DEPENDS 2014-07-13 23:36:40 +00:00
hebrew
hungarian
irc Modernize LIB_DEPENDS 2014-07-13 23:36:40 +00:00
japanese Modernize LIB_DEPENDS 2014-07-13 23:36:40 +00:00
java Modernize LIB_DEPENDS 2014-07-13 23:36:40 +00:00
Keywords
korean
lang Modernize LIB_DEPENDS 2014-07-13 23:36:40 +00:00
mail Modernize LIB_DEPENDS 2014-07-13 23:36:40 +00:00
math Modernize LIB_DEPENDS 2014-07-13 23:36:40 +00:00
misc
Mk - reflect new preferred apache version 2014-07-13 15:58:45 +00:00
multimedia - Update to 0.01.46 2014-07-14 03:49:43 +00:00
net Fix build on recent head without shared readline 2014-07-13 22:24:18 +00:00
net-im
net-mgmt
net-p2p - Fix build when security/libressl is installed [1] 2014-07-13 10:17:45 +00:00
news
palm
polish
ports-mgmt
portuguese
print
russian
science
security - Update to 2.8 2014-07-14 02:46:37 +00:00
shells - Add LICENSE 2014-07-12 20:34:34 +00:00
sysutils Bump sysutils/backuppc to 3.3.0_1 2014-07-14 01:29:26 +00:00
Templates
textproc
Tools
ukrainian
vietnamese
www - Update to 0.3.54 2014-07-14 03:19:43 +00:00
x11 Convert to new LIB_DEPENDS 2014-07-13 16:59:42 +00:00
x11-clocks
x11-drivers
x11-fm Modernize LIB_DEPENDS 2014-07-13 22:50:51 +00:00
x11-fonts
x11-servers
x11-themes
x11-toolkits Modernize LIB_DEPENDS 2014-07-13 22:49:19 +00:00
x11-wm Convert to new LIB_DEPENDS 2014-07-13 17:04:27 +00:00
.arcconfig
.gitignore
CHANGES
CONTRIBUTING.md
COPYRIGHT
GIDs
LEGAL
Makefile
MOVED Remove expired port: 2014-07-13 22:03:16 +00:00
README
UIDs
UPDATING - Update to Postfix 2.12 snapshot 20140709 2014-07-13 16:24:44 +00:00

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

	http://www.FreeBSD.org/ports

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

	http://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:

	http://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.