FreeBSD ports tree (read-only mirror)
Find a file
Cheng-Lung Sung 966dff750b Small Ruby library that colors strings using ANSI escape sequences.
It's possible to use constants:

    include Term::ANSIColor
    print red, bold, "red bold", reset, "\n"

    or

    print red(bold("red bold")), "\n"

WWW: http://term-ansicolor.rubyforge.org/
2007-01-12 08:17:31 +00:00
accessibility
arabic
archivers
astro Use only gfortran42. not using gcc42, etc. 2007-01-12 05:30:04 +00:00
audio - Fix build with gcc 4.x 2007-01-11 14:25:53 +00:00
benchmarks Using gfortran42, and not gcc42. 2007-01-12 05:42:29 +00:00
biology Using gfortran42 only. not using gcc42. 2007-01-12 05:40:57 +00:00
cad * Use gfortran42 only and not gcc42. 2007-01-12 06:06:48 +00:00
chinese
comms - Update to 2.0.0 2007-01-11 16:33:29 +00:00
converters
databases - Use nc (netcat) instead of netstat to check if the server has started. 2007-01-11 18:09:02 +00:00
deskutils Mark BROKEN on 4.x 2007-01-11 17:25:46 +00:00
devel Small Ruby library that colors strings using ANSI escape sequences. 2007-01-12 08:17:31 +00:00
dns Add ipv6 to the categories. 2007-01-11 20:04:53 +00:00
editors Update to 9.5n. 2007-01-11 12:35:13 +00:00
emulators Update qemu to 2007-01-11 snapshot: 2007-01-12 00:13:58 +00:00
finance - Update to 4.01 2007-01-11 11:45:24 +00:00
french Update to 9.0.0-2. 2007-01-11 20:28:19 +00:00
ftp Mark BROKEN on 4.x 2007-01-11 17:25:46 +00:00
games - Update to 20061125 2007-01-11 12:23:36 +00:00
german
graphics add missing dependency 2007-01-12 04:23:07 +00:00
hebrew
hungarian
irc - Update to version 0.2.3 2007-01-11 20:36:46 +00:00
japanese OPTIONS'fy to support Ruby based dictionary module, Hyper Estraier 2007-01-11 17:33:54 +00:00
java
korean
lang Add missing Jave frontend tarball. 2007-01-11 22:33:38 +00:00
mail - Update to 1.6 2007-01-11 09:51:31 +00:00
math * Use gfortran42 only and not gcc42. 2007-01-12 08:10:27 +00:00
mbone
misc - Respect PTHREAD_LIBS 2007-01-11 08:06:47 +00:00
Mk
multimedia Actually remove any2dvd to pacify portsmon. 2007-01-12 08:02:28 +00:00
net * Migrate to gfortran42 2007-01-12 05:49:14 +00:00
net-im Update to 0.21. 2007-01-10 19:22:47 +00:00
net-mgmt
net-p2p
news Add LOCALBASE to MAKE_ARGS. 2007-01-11 15:56:09 +00:00
palm
polish
ports-mgmt
portuguese
print
russian BROKEN: Leaves behind config file on deinstall 2007-01-10 19:17:18 +00:00
science migrate to gfortran42. 2007-01-12 07:23:42 +00:00
security Disable -Werror to fix the build with GCC 4.x. 2007-01-12 07:11:33 +00:00
shells
sysutils Remove any leftover etc/xdg directory. 2007-01-12 07:01:45 +00:00
Templates
textproc - Update to 8.35 2007-01-12 02:08:19 +00:00
Tools
ukrainian BROKEN: Leaves behind config file on deinstall 2007-01-10 19:17:18 +00:00
vietnamese
www Extend the expiration date as a new site has been found. Leave 2007-01-12 08:01:44 +00:00
x11 Do not include tomboy with gnome2-lite. 2007-01-12 00:18:36 +00:00
x11-clocks
x11-drivers/synaptics
x11-fm
x11-fonts
x11-servers
x11-themes Mark BROKEN on 4.x 2007-01-11 17:25:46 +00:00
x11-toolkits Move NO_LATEST_LINK to wxgtk2 2.6. 2007-01-10 23:59:37 +00:00
x11-wm - Update to 4.2 2007-01-11 09:51:38 +00:00
.cvsignore
CHANGES
COPYRIGHT
GIDs
KNOBS
LEGAL
Makefile
MOVED
README
UIDs
UPDATING Add an entry for irc/weechat client update 2007-01-11 20:37:34 +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.