1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
Mirror of the FreeBSD ports git repo https://git.FreeBSD.org/ports.git .
Go to file
2013-09-09 12:14:24 +00:00
accessibility Add an explicit dependency on pkgconf 2013-09-06 13:01:53 +00:00
arabic
archivers - convert to the new perl5 framework 2013-09-06 17:55:21 +00:00
astro - Install data files (airports, places, stations, zctas and zones) 2013-09-09 10:09:03 +00:00
audio - Fix make package 2013-09-09 10:09:00 +00:00
benchmarks
biology Add an explicit dependency on pkgconf 2013-09-08 08:29:00 +00:00
cad - Use single space after WWW: 2013-09-07 17:20:21 +00:00
chinese - Cosmetic change 2013-09-07 17:53:23 +00:00
comms Horde package update: 2013-09-08 22:50:31 +00:00
converters . remove unneded <bsd.port.pre.mk>; 2013-09-07 21:30:12 +00:00
databases Update to 0.21. 2013-09-08 14:44:57 +00:00
deskutils Add an explicit dependency on pkgconf 2013-09-08 08:44:57 +00:00
devel - convert to the new perl5 framework 2013-09-09 11:55:30 +00:00
dns - Update to 1.2.8 2013-09-08 18:32:38 +00:00
editors editors/tea: update to 36.0.3 2013-09-07 11:48:28 +00:00
emulators - Update to 4.2.18 2013-09-08 14:40:54 +00:00
finance Needs pkgconfig to build 2013-09-05 14:40:24 +00:00
french
ftp - Cosmetic change 2013-09-07 17:53:23 +00:00
games Update mirrors in MASTER_SITES. 2013-09-06 23:27:33 +00:00
german - Update to 2013.09.08 2013-09-09 10:08:35 +00:00
graphics Update to 1.05. 2013-09-08 16:20:06 +00:00
hebrew
hungarian
irc - Remove unnecessary WANT_GNOME 2013-09-07 21:34:40 +00:00
japanese . add iconv to USES; 2013-09-07 22:09:49 +00:00
java The format for bind.address has changed, so document and alert users. 2013-09-08 20:56:37 +00:00
Keywords
korean
lang - Update to 05_20130908 2013-09-09 09:31:22 +00:00
mail Update 0.9.4 release. 2013-09-09 07:24:48 +00:00
math - Update to 2.2.1 2013-09-09 10:08:51 +00:00
misc Add an explicit dependency on pkgconf 2013-09-06 15:28:27 +00:00
Mk Introduce a new USE_CXXSTD similar to USE_CSTD to allow enforcing the C++ language standard to use when building a port 2013-09-09 10:37:03 +00:00
multimedia - Add ffmpeg/libav support 2013-09-08 15:03:15 +00:00
net Update to 1.4.1. 2013-09-08 21:22:46 +00:00
net-im Add an explicit dependency on pkgconf 2013-09-08 14:06:52 +00:00
net-mgmt Introduce variable ICONV_PREFIX at Mk/Uses/iconv.mk. The default for 2013-09-07 19:49:41 +00:00
net-p2p - Fix build on CURRENT (change in OpenSSL API) 2013-09-07 15:45:23 +00:00
news - Update to 13.1.0 2013-09-07 16:15:40 +00:00
palm Add an explicit dependency on pkgconf 2013-09-06 15:28:27 +00:00
polish - Update to 20130908 2013-09-09 10:08:39 +00:00
ports-mgmt - Allow this port to build a package so users can switch without 2013-09-09 00:28:36 +00:00
portuguese - Update to 20130902 2013-09-09 10:08:26 +00:00
print - Cosmetic change 2013-09-07 17:53:23 +00:00
russian
science - Use single space after WWW: 2013-09-07 17:20:21 +00:00
security - Cosmetic change 2013-09-07 17:53:23 +00:00
shells - Remove deprecated PTHREAD_* 2013-09-07 18:13:59 +00:00
sysutils - update to 3.1.0 2013-09-07 23:22:58 +00:00
Templates
textproc - Update to 2013.09.08 2013-09-09 10:08:47 +00:00
Tools
ukrainian
vietnamese
www - Remove leading indefinite article from COMMENT 2013-09-09 10:09:07 +00:00
x11 Update to 1.0.4 2013-09-09 12:14:24 +00:00
x11-clocks Update to 1.0.7 2013-09-08 12:35:20 +00:00
x11-drivers
x11-fm - Use single space after WWW: 2013-09-07 17:20:21 +00:00
x11-fonts - Use single space after WWW: 2013-09-07 17:20:21 +00:00
x11-servers
x11-themes - convert to the new perl5 framework 2013-09-07 07:44:26 +00:00
x11-toolkits - Add PORTSCOUT=ignore:1 to avoid false alarm 2013-09-07 17:21:55 +00:00
x11-wm Update to 1.0.8 2013-09-08 12:34:34 +00:00
CHANGES - proper formating 2013-09-07 08:07:10 +00:00
COPYRIGHT
GIDs
KNOBS
LEGAL
Makefile
MOVED - the logilab-astng project was renamed to astroid 2013-09-08 08:19:13 +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.