1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
Mirror of the FreeBSD ports git repo https://git.FreeBSD.org/ports.git .
Go to file
Pietro Cerutti 2a7de8b29f - Add support for fetching from GitHub in bsd.sites.mk
- Document the mechanism in CHANGES
- Add www/tivoka (a JSON-RPC client/server library in PHP) which
  uses the GitHub mechanism

Approved by:	beat (portmgr) after exp-run
2012-08-20 10:04:13 +00:00
accessibility - Bump portrevision after audio/libogg upgrade 2012-08-16 14:41:14 +00:00
arabic
archivers - Reassign ports to the heap due to a mail bounce 2012-08-14 18:19:34 +00:00
astro
audio - Update to latest github snapshot (tagged 0.5.0; fetch distfile from Gentoo) 2012-08-20 08:47:18 +00:00
benchmarks
biology
cad
chinese
comms Give up maintainership on comms/smstools3 2012-08-16 08:43:00 +00:00
converters - Update to 7.5 2012-08-16 18:52:02 +00:00
databases Use pre-build instead of pre-everything for backupwarning-- stop making people 2012-08-19 15:24:30 +00:00
deskutils - remove www/apache20 and devel/apr0 2012-08-18 14:29:08 +00:00
devel Mark BROKEN on i386: leaves files behind on deinstallation 2012-08-20 07:23:19 +00:00
dns - Update to 1.2.3 2012-08-18 08:08:02 +00:00
editors Mark BROKEN: does not package 2012-08-20 07:00:26 +00:00
emulators Mark BROKEN: does not build 2012-08-20 07:26:12 +00:00
finance trytond_company is the company module for tryton. 2012-08-20 01:28:05 +00:00
french - remove www/apache20 and devel/apr0 2012-08-18 14:29:08 +00:00
ftp Fix problem introduced in r302141. The directory for the unpacked source 2012-08-15 01:04:30 +00:00
games Revert r302549. Apparently the usual default of 2012-08-20 08:07:26 +00:00
german
graphics - Convert to OptionsNG 2012-08-19 14:20:01 +00:00
hebrew
hungarian
irc Update to 15.1. 2012-08-19 16:15:13 +00:00
japanese - Reassign nork@ ports to the heap 2012-08-15 19:26:13 +00:00
java . Update to 7u6. 2012-08-19 17:53:56 +00:00
korean
lang Mark BROKEN: does not build 2012-08-20 07:09:24 +00:00
mail Mark BROKEN: does not build 2012-08-20 06:56:53 +00:00
math - Update to 0.1.2. 2012-08-17 22:28:21 +00:00
misc Update to tzdata version 2012e 2012-08-20 08:05:43 +00:00
Mk - Add support for fetching from GitHub in bsd.sites.mk 2012-08-20 10:04:13 +00:00
multimedia - Update to 0.6.2 2012-08-19 12:47:12 +00:00
net Mark BROKEN: does not package 2012-08-20 07:03:43 +00:00
net-im Mark BROKEN: does not build 2012-08-20 07:11:28 +00:00
net-mgmt - Update to 2.0.2 2012-08-19 22:44:08 +00:00
net-p2p - remove www/apache20 and devel/apr0 2012-08-18 14:29:08 +00:00
news
palm
polish - Update to 20120812 2012-08-14 08:42:55 +00:00
ports-mgmt - update to checkin f18246236d 2012-08-19 13:19:48 +00:00
portuguese
print - remove www/apache20 and devel/apr0 2012-08-18 14:29:08 +00:00
russian
science
security Update to v1.2.3. 2012-08-20 09:57:33 +00:00
shells
sysutils Fix problem introduced in r302141. The directory for the unpacked source 2012-08-20 07:50:25 +00:00
Templates
textproc - Update to latest github snapshot (tagged 0.5.0; fetch distfile from Gentoo) 2012-08-20 08:47:18 +00:00
Tools
ukrainian
vietnamese
www - Add support for fetching from GitHub in bsd.sites.mk 2012-08-20 10:04:13 +00:00
x11 Update to 295.71 2012-08-18 11:34:08 +00:00
x11-clocks - Reassign nork@ ports to the heap 2012-08-15 19:26:13 +00:00
x11-drivers - Reassign nork@ ports to the heap 2012-08-15 19:26:13 +00:00
x11-fm - update to 2.19.4 2012-08-15 06:43:29 +00:00
x11-fonts - Reassign nork@ ports to the heap 2012-08-15 19:26:13 +00:00
x11-servers
x11-themes
x11-toolkits - Update to version 2.0.11 2012-08-16 14:35:38 +00:00
x11-wm - update to 0.1.15 2012-08-16 09:42:48 +00:00
.cvsignore
CHANGES - Add support for fetching from GitHub in bsd.sites.mk 2012-08-20 10:04:13 +00:00
COPYRIGHT
GIDs Update c-icap to 0.2.1 2012-08-15 00:09:41 +00:00
KNOBS
LEGAL
Makefile
MOVED Remove expired ports: 2012-08-20 03:56:24 +00:00
README
UIDs Update c-icap to 0.2.1 2012-08-15 00:09:41 +00:00
UPDATING Update unnethack to 4.0.0.20120401. 2012-08-17 10:20:48 +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.