1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
Mirror of the FreeBSD ports git repo https://git.FreeBSD.org/ports.git .
Go to file
Dmitry Marakasov 8c2aba0cfd - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-06-11 20:39:56 +00:00
accessibility
arabic
archivers Reset the 99 ports still listed under sylvio@ 2014-06-11 18:55:29 +00:00
astro Support LIBS like LDFLAGS. 2014-06-11 14:49:59 +00:00
audio Reset the 99 ports still listed under sylvio@ 2014-06-11 18:55:29 +00:00
benchmarks Reset the 99 ports still listed under sylvio@ 2014-06-11 18:55:29 +00:00
biology Reset the 99 ports still listed under sylvio@ 2014-06-11 18:55:29 +00:00
cad
chinese Support LIBS like LDFLAGS. 2014-06-11 14:49:59 +00:00
comms Reset the 99 ports still listed under sylvio@ 2014-06-11 18:55:29 +00:00
converters Support LIBS like LDFLAGS. 2014-06-11 14:49:59 +00:00
databases Reset the 99 ports still listed under sylvio@ 2014-06-11 18:55:29 +00:00
deskutils Reset the 99 ports still listed under sylvio@ 2014-06-11 18:55:29 +00:00
devel Update liblangtag to 0.5.4 forgotten with the libreoffice update 2014-06-11 20:11:14 +00:00
dns - Update to 0.19 2014-06-11 15:12:49 +00:00
editors explicitly disable doxygen 2014-06-11 18:47:43 +00:00
emulators emulators/dynagen: Add stage support 2014-06-11 16:38:50 +00:00
finance
french
ftp Reset the 99 ports still listed under sylvio@ 2014-06-11 18:55:29 +00:00
games STAGEify 2014-06-11 20:07:20 +00:00
german
graphics Reset the 99 ports still listed under sylvio@ 2014-06-11 18:55:29 +00:00
hebrew
hungarian
irc Reset the 99 ports still listed under sylvio@ 2014-06-11 18:55:29 +00:00
japanese Support LIBS like LDFLAGS. 2014-06-11 14:49:59 +00:00
java Remove redundant uses of NO_CDROM with RESTRICTED. 2014-06-11 18:16:42 +00:00
Keywords Add an @shell keyword to handle adding and remove a shell path in /etc/shell 2014-06-11 17:42:36 +00:00
korean Support LIBS like LDFLAGS. 2014-06-11 14:49:59 +00:00
lang Reset the 99 ports still listed under sylvio@ 2014-06-11 18:55:29 +00:00
mail Reset the 99 ports still listed under sylvio@ 2014-06-11 18:55:29 +00:00
math Reset the 99 ports still listed under sylvio@ 2014-06-11 18:55:29 +00:00
misc - Switch to USES=libtool, drop .la files 2014-06-11 20:39:56 +00:00
Mk Add an @shell keyword to handle adding and remove a shell path in /etc/shell 2014-06-11 17:42:36 +00:00
multimedia Reset the 99 ports still listed under sylvio@ 2014-06-11 18:55:29 +00:00
net Reset the 99 ports still listed under sylvio@ 2014-06-11 18:55:29 +00:00
net-im Support LIBS like LDFLAGS. 2014-06-11 14:49:59 +00:00
net-mgmt Unbreak 2014-06-11 19:13:54 +00:00
net-p2p - Stagify. 2014-06-11 15:02:36 +00:00
news Support LIBS like LDFLAGS. 2014-06-11 14:49:59 +00:00
palm
polish
ports-mgmt Fix loading of reverse dependencies 2014-06-11 19:41:23 +00:00
portuguese
print Reset the 99 ports still listed under sylvio@ 2014-06-11 18:55:29 +00:00
russian
science Reset the 99 ports still listed under sylvio@ 2014-06-11 18:55:29 +00:00
security Reset the 99 ports still listed under sylvio@ 2014-06-11 18:55:29 +00:00
shells Reset the 99 ports still listed under sylvio@ 2014-06-11 18:55:29 +00:00
sysutils Reset the 99 ports still listed under sylvio@ 2014-06-11 18:55:29 +00:00
Templates
textproc Reset the 99 ports still listed under sylvio@ 2014-06-11 18:55:29 +00:00
Tools
ukrainian
vietnamese
www Reset the 99 ports still listed under sylvio@ 2014-06-11 18:55:29 +00:00
x11 Reset the 99 ports still listed under sylvio@ 2014-06-11 18:55:29 +00:00
x11-clocks
x11-drivers
x11-fm Reset the 99 ports still listed under sylvio@ 2014-06-11 18:55:29 +00:00
x11-fonts Update to 4.39 2014-06-11 20:16:35 +00:00
x11-servers
x11-themes
x11-toolkits Reset the 99 ports still listed under sylvio@ 2014-06-11 18:55:29 +00:00
x11-wm Update to 2.5.1 2014-06-11 17:43:22 +00:00
.arcconfig
.gitignore
CHANGES
CONTRIBUTING.md
COPYRIGHT
GIDs
LEGAL Use the wordings of RESTRICTED. 2014-06-11 18:21:16 +00:00
Makefile
MOVED Remove old entry about wacom 2014-06-11 18:37:28 +00:00
README
UIDs
UPDATING

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.