1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
Mirror of the FreeBSD ports git repo https://git.FreeBSD.org/ports.git .
Go to file
Martin Wilke cfe6f3bc06 - Convert USE_BZIP2/XZ to USES
Approved by:	portmgr
2014-06-02 07:16:50 +00:00
accessibility
arabic - USE_BZIP2 -> USES=tar:bzip2 2014-06-01 08:08:51 +00:00
archivers - fix sanity in CAT archivers 2014-06-01 07:59:15 +00:00
astro cat astro / benchmarks 2014-06-01 09:00:15 +00:00
audio MASTER_SITE disappeared and upstream maintainer is not responding. I have 2014-06-01 18:58:45 +00:00
benchmarks - add stage support 2014-06-01 09:34:52 +00:00
biology - add stage support 2014-06-01 11:42:17 +00:00
cad - USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz) 2014-06-01 14:48:08 +00:00
chinese - USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz) 2014-06-01 16:43:03 +00:00
comms comms/dcf77pi: Update 3.0.0.1 2014-06-01 15:00:36 +00:00
converters
databases Upgrade from 3.0.0-beta2 to 3.0.0-beta5. 2014-06-02 01:42:11 +00:00
deskutils
devel Unbreak, it seems not compatible with lua52 2014-06-01 20:08:54 +00:00
dns - Update from 1.4.3 to 1.4.6 [1] 2014-06-01 03:32:02 +00:00
editors Unbreak 2014-06-01 21:18:03 +00:00
emulators Stagify. 2014-06-01 17:24:23 +00:00
finance
french Fix the build by adding the Python metaport. 2014-06-01 20:36:01 +00:00
ftp
games /you/have/to/check/what/makeplist/gives/you 2014-06-01 21:37:19 +00:00
german - add stage support 2014-05-31 18:08:09 +00:00
graphics - Fix packaging when DOCS option is disabled 2014-06-01 21:47:31 +00:00
hebrew
hungarian
irc irc/znc: Fix USE_PYTHON version number, it should be 3+ not 2+ 2014-06-01 15:37:41 +00:00
japanese - USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz) 2014-06-01 16:43:03 +00:00
java . Update to 2014c. 2014-05-31 20:56:46 +00:00
Keywords
korean
lang Update to the 20140601 snapshot of GCC 4.10. 2014-06-02 06:54:29 +00:00
mail - Add staging support 2014-06-02 05:42:11 +00:00
math math/jama: use equivalent UNZIP_CMD instead of EXTRACT_CMD 2014-06-01 11:14:59 +00:00
misc - Update to 0.2.37, Announce message: 2014-06-02 06:41:28 +00:00
Mk Fix description of NOTIFY option. It usually controls a dependency on 2014-06-01 22:04:16 +00:00
multimedia - USE_(BZIP2|XZ) -> USES= tar:(bzip2|xz) 2014-06-01 13:03:14 +00:00
net Remove net/cvsup-mirror: www, doc, gnats, ports repo gone; src repo deprecated 2014-06-01 20:17:14 +00:00
net-im Refresh. 2014-06-01 22:15:17 +00:00
net-mgmt Deprecated some ports that were already marked BROKEN in 2013 2014-05-31 20:47:59 +00:00
net-p2p Deprecated some ports that were already marked BROKEN in 2013 2014-05-31 20:47:59 +00:00
news
palm
polish polish/hunspell: use TAR instead of EXTRACT_CMD 2014-06-01 07:26:33 +00:00
ports-mgmt
portuguese
print Finally add staging support. 2014-06-01 11:47:40 +00:00
russian
science - Support staging 2014-06-01 21:30:40 +00:00
security Update to 1.2.0 2014-06-01 21:51:52 +00:00
shells
sysutils - Respect PORT_OPTIONS:MDOCS 2014-06-01 19:22:21 +00:00
Templates
textproc Update consumers of lang/python31 or higher to use Python version 3.X 2014-06-01 15:28:44 +00:00
Tools - Correct the bugzilla url 2014-06-02 05:04:21 +00:00
ukrainian
vietnamese vietnamese/vis2u: Fix EXTRACT_AFTER_ARGS 2014-06-01 07:41:14 +00:00
www Update from 4.0.41 to 4.0.44: 2014-06-02 02:14:54 +00:00
x11 - Update to 1.2.6 2014-05-31 19:21:19 +00:00
x11-clocks
x11-drivers
x11-fm
x11-fonts
x11-servers
x11-themes Mark a few unfetchable ports as BROKEN 2014-06-01 08:00:35 +00:00
x11-toolkits Deprecated some ports that were already marked BROKEN in 2013 2014-05-31 20:47:59 +00:00
x11-wm - Convert USE_BZIP2/XZ to USES 2014-06-02 07:16:50 +00:00
.arcconfig
.gitignore
CHANGES
CONTRIBUTING.md
COPYRIGHT
GIDs
LEGAL - Update to 8.07.14 (and make fetchable again) 2014-06-01 07:36:36 +00:00
Makefile
MOVED Remove net/cvsup-mirror: www, doc, gnats, ports repo gone; src repo deprecated 2014-06-01 20:17:14 +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.