1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
Mirror of the FreeBSD ports git repo https://git.FreeBSD.org/ports.git .
Go to file
Sunpoet Po-Chuan Hsieh ffb8224a03 - Fix build on i386
2015-12-06 17:51:42 +00:00
accessibility
arabic
archivers FPC ecosystem: Upgrade version 2.6.4 => 3.0.0 2015-12-05 23:29:36 +00:00
astro - Fix LICENSE 2015-12-06 17:51:38 +00:00
audio FPC ecosystem: Upgrade version 2.6.4 => 3.0.0 2015-12-05 23:29:36 +00:00
benchmarks Update to 2.2.12 2015-12-05 08:58:16 +00:00
biology biology/seqtools: 4.39.2 -> 4.39.3 2015-12-05 13:20:21 +00:00
cad
chinese - Clarify LICENSE 2015-12-05 09:42:34 +00:00
comms Simply remove test per upstream suggestion. 2015-12-06 11:14:46 +00:00
converters - Update to 0.9.19 2015-12-06 14:52:27 +00:00
databases - Fix build on i386 2015-12-06 17:51:42 +00:00
deskutils - Update maintainer's email in 3 port 2015-12-02 22:47:16 +00:00
devel Update to alpha-20150905 2015-12-06 16:02:15 +00:00
dns Python library for looking up blockchain data via DNSChain 2015-12-04 15:03:12 +00:00
editors FPC ecosystem: Upgrade version 2.6.4 => 3.0.0 2015-12-05 23:29:36 +00:00
emulators Bump qemu-sbruno to capture commits in upstream project. 2015-12-06 16:15:06 +00:00
finance - Update to 3.04 2015-12-05 06:11:33 +00:00
french
ftp FPC ecosystem: Upgrade version 2.6.4 => 3.0.0 2015-12-05 23:29:36 +00:00
games games/burrtools: check OPSYS before using OSVERSION 2015-12-06 11:13:01 +00:00
german
graphics FPC ecosystem: Upgrade version 2.6.4 => 3.0.0 2015-12-05 23:29:36 +00:00
hebrew
hungarian
irc - Clarify LICENSE 2015-12-04 14:36:40 +00:00
japanese Update giflib to 5.1.1 2015-12-03 20:01:03 +00:00
java Update giflib to 5.1.1 2015-12-03 20:01:03 +00:00
Keywords
korean
lang Add new port lang/gcc6-aux 2015-12-06 16:04:22 +00:00
mail Update giflib to 5.1.1 2015-12-03 20:01:03 +00:00
math - Update to 1.7-12 2015-12-06 10:49:41 +00:00
misc FPC ecosystem: Upgrade version 2.6.4 => 3.0.0 2015-12-05 23:29:36 +00:00
Mk Mk/Uses/ada.mk: Support lang/gcc6-aux 2015-12-06 16:21:47 +00:00
multimedia Add omxplayer, a command line media player originally developed for the RPi 2015-12-06 07:19:40 +00:00
net net/adasockets: Upgrade version 1.9.2 => 1.10 2015-12-06 13:38:28 +00:00
net-im Update giflib to 5.1.1 2015-12-03 20:01:03 +00:00
net-mgmt Update giflib to 5.1.1 2015-12-03 20:01:03 +00:00
net-p2p
news
palm
polish
ports-mgmt - Update to 3.0-1596-g9dc9ca4 2015-12-04 16:42:29 +00:00
portuguese
print Update giflib to 5.1.1 2015-12-03 20:01:03 +00:00
russian
science - Update to 0.4-1 2015-12-06 11:01:46 +00:00
security - Update to 5.27 2015-12-06 03:02:40 +00:00
shells The latest patch (42) has been slightly adjusted. See the following diff: 2015-12-06 11:45:53 +00:00
sysutils sysutils/pesign: unbreak on pre-10.2 systems 2015-12-06 12:40:58 +00:00
Templates
textproc FPC ecosystem: Upgrade version 2.6.4 => 3.0.0 2015-12-05 23:29:36 +00:00
Tools
ukrainian
vietnamese
www Move www/httpd to www/openhttpd to avoid consistency issues 2015-12-06 15:41:37 +00:00
x11 FPC ecosystem: Upgrade version 2.6.4 => 3.0.0 2015-12-05 23:29:36 +00:00
x11-clocks - Update to 0.51. 2015-12-06 02:37:02 +00:00
x11-drivers
x11-fm
x11-fonts
x11-servers
x11-themes
x11-toolkits FPC ecosystem: Upgrade version 2.6.4 => 3.0.0 2015-12-05 23:29:36 +00:00
x11-wm Update giflib to 5.1.1 2015-12-03 20:01:03 +00:00
.arcconfig
.gitignore
CHANGES
CONTRIBUTING.md
COPYRIGHT
GIDs dqcache UID and GID was not supposed to be committed 2015-12-02 16:48:36 +00:00
LEGAL
Makefile
MOVED FPC ecosystem: Upgrade version 2.6.4 => 3.0.0 2015-12-05 23:29:36 +00:00
README
UIDs dqcache UID and GID was not supposed to be committed 2015-12-02 16:48:36 +00:00
UPDATING Add a notice regarding mail/postfixadmin update to version 2.93 2015-12-06 10:41:49 +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.