1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
Mirror of the FreeBSD ports git repo https://git.FreeBSD.org/ports.git .
Go to file
Dmitry Marakasov 3845d67615 - Switch to options helpers
- Remove obsolete files from distinfo
2015-12-03 17:26:23 +00:00
accessibility
arabic
archivers Inno Setup is a tool to create installers for Microsoft Windows applications. 2015-12-02 15:43:54 +00:00
astro Remove expired ports: 2015-11-28 23:08:03 +00:00
audio audio/festvox-cmu_us_{clb|rms}_arctic: remove NODIRS, no longer used 2015-12-02 21:09:41 +00:00
benchmarks Remove expired ports: 2015-11-28 23:08:03 +00:00
biology biology/seqtools: 4.39.1 -> 4.39.2 2015-12-01 20:50:34 +00:00
cad - Chase library number changes from ports/r402502 applied to cad/vtk6. 2015-12-01 19:35:50 +00:00
chinese Remove expired ports: 2015-11-28 23:08:03 +00:00
comms Install translations, set LICENSE, and fix up dependencies 2015-11-30 05:43:31 +00:00
converters - Add LICENSE 2015-12-01 23:57:33 +00:00
databases - Add dependency on openssl 2015-12-03 12:34:44 +00:00
deskutils - Update maintainer's email in 3 port 2015-12-02 22:47:16 +00:00
devel Use BROKEN_FreeBSD_9 instead of IGNORE and version checks after r402877. 2015-12-03 17:01:00 +00:00
dns Use @sample. 2015-11-30 17:39:16 +00:00
editors - Clarify LICENSE 2015-12-03 17:25:02 +00:00
emulators - Update to 3.12 2015-12-02 13:10:10 +00:00
finance - Add LICENSE_FILE 2015-12-03 17:26:06 +00:00
french Remove expired ports: 2015-11-28 23:08:03 +00:00
ftp - Switch to options helpers 2015-12-03 17:26:23 +00:00
games Update to 120.1.1 2015-12-03 14:29:22 +00:00
german - Update to 2015.11.29 2015-12-01 16:06:05 +00:00
graphics - fix build for ruby >= 2.1 2015-12-03 14:20:35 +00:00
hebrew
hungarian
irc irc/ngircd: update 22.1 -> 23 2015-12-01 14:04:57 +00:00
japanese - Update MASTER_SITES and WWW, unbreak fetch 2015-12-01 12:48:26 +00:00
java java/eclipse: 4.4.2 -> 4.5.1 2015-12-02 19:57:29 +00:00
Keywords
korean
lang Depend on ${PREFIX}/bin/clang37 to avoid confusion with the clang37 2015-12-03 09:14:13 +00:00
mail - Update to 5.2.14 2015-12-03 16:40:06 +00:00
math math/gnuplot: 4.6.6 -> 5.0.1 2015-12-01 20:18:31 +00:00
misc - Update 20140224 2015-12-02 14:28:31 +00:00
Mk
multimedia OScam is a softcam, software to be used to decrypt digital television channels 2015-12-02 17:11:37 +00:00
net A Python STUN client for getting NAT type and external IP. 2015-12-03 12:17:30 +00:00
net-im
net-mgmt net-mgmt/pktstat: update to 1.8.5 commit 46935839b 2015-11-30 18:07:33 +00:00
net-p2p - Pass maintainership to submitter 2015-11-30 15:19:01 +00:00
news - Modernize plist 2015-12-01 13:08:08 +00:00
palm
polish
ports-mgmt Revert usage of -x for rm(1) for now due to 9.x not having it. 2015-11-30 17:26:50 +00:00
portuguese
print print/xpp is not jobs safe 2015-11-30 22:33:15 +00:00
russian
science Deprecate ports broken for more than 6 months 2015-11-29 09:51:30 +00:00
security libpng security fix was not complete. New version released. 2015-12-03 17:08:55 +00:00
shells - Update to 2.19 2015-11-30 14:54:08 +00:00
sysutils sysutils/logstash: fix stage; remove elasticsearch.yml from Makefile as well 2015-12-03 02:45:41 +00:00
Templates
textproc - Update to 4.01 2015-12-02 07:48:35 +00:00
Tools
ukrainian
vietnamese
www - Update to 1.2.11 2015-12-03 14:57:25 +00:00
x11 - Update to 3.3.3 2015-12-03 10:55:16 +00:00
x11-clocks
x11-drivers
x11-fm
x11-fonts
x11-servers
x11-themes
x11-toolkits Drop x11-toolkits/qt5-gui's pkg-message too. 2015-12-03 16:39:24 +00:00
x11-wm - Fix options handling 2015-12-02 14:44:49 +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 archivers/py-liblzma: Rename to pylibzma, Modernize 2015-11-30 08:37:38 +00:00
README
UIDs dqcache UID and GID was not supposed to be committed 2015-12-02 16:48:36 +00:00
UPDATING Drop x11-toolkits/qt5-gui's pkg-message too. 2015-12-03 16:39:24 +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.