1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
Mirror of the FreeBSD ports git repo https://git.FreeBSD.org/ports.git .
Go to file
William Grzybowski 2fc30ab028 Mk/bsd.python.mk: fix setup call for python 3.x
Reported by:	antoine
2013-12-16 22:01:40 +00:00
accessibility
arabic
archivers
astro - Remove DOCS, NLS and EXAMPLES from OPTIONS_DEFAULT in my ports, as suggested by Porter's Handbook 2013-12-16 17:40:13 +00:00
audio - Remove DOCS, NLS and EXAMPLES from OPTIONS_DEFAULT in my ports, as suggested by Porter's Handbook 2013-12-16 17:40:13 +00:00
benchmarks Drop maintainership 2013-12-16 17:26:49 +00:00
biology
cad Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0] 2013-12-16 11:11:09 +00:00
chinese Finish stage support 2013-12-14 21:12:23 +00:00
comms - Fix build on 10 2013-12-16 03:23:23 +00:00
converters
databases Fix/reword BerkeleyDB based UPGRADING, and change DEPRECATION text a bit 2013-12-16 20:46:12 +00:00
deskutils - Remove DOCS, NLS and EXAMPLES from OPTIONS_DEFAULT in my ports, as suggested by Porter's Handbook 2013-12-16 17:40:13 +00:00
devel devel/py-cffi: switch from easy_install to install 2013-12-16 21:39:52 +00:00
dns Use setuptools for all Python ports. 2013-12-15 16:22:17 +00:00
editors Use setuptools for all Python ports. 2013-12-15 16:22:17 +00:00
emulators Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0] 2013-12-16 11:11:09 +00:00
finance
french - Fix the usage of 'python' to get rid of the implicit lang/python 2013-12-14 19:40:52 +00:00
ftp Update to 5.3.28 2013-12-14 23:30:36 +00:00
games - Use '.' instead of '*' in COPYTREE_* all over my ports 2013-12-16 18:18:07 +00:00
german
graphics [Errno 11] Resource Temporarily Unavailable 2013-12-16 18:24:49 +00:00
hebrew
hungarian
irc
japanese - Back out my change, since wg@ already fixed the port 2013-12-15 21:56:48 +00:00
java
Keywords
korean
lang [Errno 11] Resource Temporarily Unavailable 2013-12-16 18:24:49 +00:00
mail [Errno 11] Resource Temporarily Unavailable 2013-12-16 18:24:49 +00:00
math [Errno 11] Resource Temporarily Unavailable 2013-12-16 18:24:49 +00:00
misc - Remove DOCS, NLS and EXAMPLES from OPTIONS_DEFAULT in my ports, as suggested by Porter's Handbook 2013-12-16 17:40:13 +00:00
Mk Mk/bsd.python.mk: fix setup call for python 3.x 2013-12-16 22:01:40 +00:00
multimedia Fix a problem with the control applet and playbar. 2013-12-16 20:45:37 +00:00
net [Errno 11] Resource Temporarily Unavailable 2013-12-16 18:24:49 +00:00
net-im Update to 2.3.1 2013-12-15 22:14:40 +00:00
net-mgmt More compact way to handle options. 2013-12-16 20:17:52 +00:00
net-p2p Drop maintainership 2013-12-16 17:26:49 +00:00
news
palm
polish
ports-mgmt Pass maintainership to bdrewery 2013-12-16 17:27:55 +00:00
portuguese
print Take those. 2013-12-16 18:57:31 +00:00
russian
science Use setuptools for all Python ports. 2013-12-15 16:22:17 +00:00
security [Errno 11] Resource Temporarily Unavailable 2013-12-16 18:24:49 +00:00
shells shells/jailkit: fix python usage 2013-12-15 12:19:33 +00:00
sysutils Author should come out. 2013-12-16 21:45:50 +00:00
Templates
textproc Take maintainership 2013-12-16 20:29:02 +00:00
Tools
ukrainian
vietnamese
www [Errno 11] Resource Temporarily Unavailable 2013-12-16 18:24:49 +00:00
x11 readd libXp as dependency. This got lost in the update. 2013-12-16 14:17:10 +00:00
x11-clocks Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0] 2013-12-16 11:11:09 +00:00
x11-drivers Fix includes so that portrevision gets set properly. 2013-12-16 19:10:23 +00:00
x11-fm x11-fm/twander: fix usage of python 2013-12-14 19:19:06 +00:00
x11-fonts Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0] 2013-12-16 11:11:09 +00:00
x11-servers Fix whitespace, no functional changes. 2013-12-16 13:52:48 +00:00
x11-themes Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0] 2013-12-16 11:11:09 +00:00
x11-toolkits Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0] 2013-12-16 11:11:09 +00:00
x11-wm Drop maintainership 2013-12-16 17:26:49 +00:00
CHANGES
COPYRIGHT
GIDs
KNOBS
LEGAL
Makefile
MOVED Remove expired port: 2013-12-16 11:25:09 +00:00
README
UIDs
UPDATING Correct some instructions after recent gecko changes. 2013-12-16 20:59:14 +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.