1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
Mirror of the FreeBSD ports git repo https://git.FreeBSD.org/ports.git .
Go to file
Ruslan Makhmatkhanov 8ddec02af2 devel/py-diazo: update to 1.0.5
PR:		189734
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
2014-05-20 06:58:16 +00:00
accessibility
arabic
archivers - Add/update license when possible 2014-05-20 06:06:35 +00:00
astro Add the location of the secret BSD Now studio so you can nuke it from orbit if I break the build 2014-05-18 04:23:39 +00:00
audio - Update to 4.11.0 (bugfix) 2014-05-19 19:40:09 +00:00
benchmarks
biology - update to 1.31 2014-05-16 13:33:02 +00:00
cad - Update to 0.24.4 2014-05-19 02:46:34 +00:00
chinese Add missing patch file on prev commit, and fix building. 2014-05-20 06:24:00 +00:00
comms Convert net-im/libpurple (and slave ports net-im/finch and net-im/pidgin) 2014-05-17 16:57:14 +00:00
converters - Add/update license when possible 2014-05-20 06:06:35 +00:00
databases Support staging. 2014-05-19 16:05:55 +00:00
deskutils For several MATE related ports: 2014-05-18 21:05:53 +00:00
devel devel/py-diazo: update to 1.0.5 2014-05-20 06:58:16 +00:00
dns - Update to 1.3.17 2014-05-20 05:30:07 +00:00
editors - Update to 7.4.295 2014-05-19 18:38:16 +00:00
emulators Add new slave port emulators/qemu-user-static: 2014-05-19 17:12:58 +00:00
finance - Update to 1.32 2014-05-19 18:37:57 +00:00
french
ftp Update ftp/proftpd to 1.3.5 2014-05-19 22:58:14 +00:00
games - Update to 3.10 2014-05-19 06:45:12 +00:00
german - Update to 2014.05.16 2014-05-19 16:23:19 +00:00
graphics - Add/update license when possible 2014-05-20 06:06:35 +00:00
hebrew
hungarian
irc Convert net-im/libpurple (and slave ports net-im/finch and net-im/pidgin) 2014-05-17 16:57:14 +00:00
japanese - Stage safe 2014-05-18 19:34:01 +00:00
java (1) Update to latest 1.8.9 2014-05-18 15:13:21 +00:00
Keywords
korean
lang Improve pkg-message for mod_php5. 2014-05-19 15:41:29 +00:00
mail - update MASTER_SITE, distfiles are now hosted by dovecot 2014-05-19 07:45:14 +00:00
math - Simplify code in patch. 2014-05-18 18:15:36 +00:00
misc Support staging. 2014-05-20 06:54:20 +00:00
Mk - Hack to avoid touching /root/.gconf 2014-05-19 17:51:15 +00:00
multimedia - Add documentation files 2014-05-19 06:21:06 +00:00
net net/spread: unbreak, support staging 2014-05-20 06:03:04 +00:00
net-im - Update to 1.0.10 2014-05-18 06:34:39 +00:00
net-mgmt - Update to 0.911 2014-05-19 08:34:41 +00:00
net-p2p
news
palm
polish - Update to 20140516 2014-05-19 16:23:25 +00:00
ports-mgmt - Add/update license when possible 2014-05-20 06:06:35 +00:00
portuguese
print print/cups-base: unbreak AVAHI option and add missing rc script 2014-05-19 19:09:07 +00:00
russian
science - Update to 1.8.13 2014-05-19 18:38:48 +00:00
security - Add/update license when possible 2014-05-20 06:06:35 +00:00
shells
sysutils sysutils/syslinux: USES tar:xz, strip one file 2014-05-19 15:57:57 +00:00
Templates
textproc - Update to 1.130 2014-05-20 02:54:24 +00:00
Tools
ukrainian
vietnamese
www - Adds staging support to www/apercu. [1] 2014-05-20 06:46:16 +00:00
x11 - Add/update license when possible 2014-05-20 06:06:35 +00:00
x11-clocks - Fix build on -current 2014-05-17 08:42:00 +00:00
x11-drivers
x11-fm - Update to 0.9.6 release 2014-05-20 02:50:20 +00:00
x11-fonts Whitespace (fix portlint warnings). 2014-05-18 13:11:44 +00:00
x11-servers
x11-themes - Update to 2.2.3 2014-05-19 17:42:44 +00:00
x11-toolkits - Update to snapshot 10147 2014-05-19 09:50:42 +00:00
x11-wm - Add/update license when possible 2014-05-20 06:06:35 +00:00
.arcconfig
.gitignore
CHANGES
CONTRIBUTING.md
COPYRIGHT
GIDs
LEGAL Very minor update to /usr/ports/LEGAL to resolve discrepancy with make -VLEGAL. 2014-05-18 19:01:19 +00:00
Makefile
MOVED Delete devel/msp430-gcc3, gcc3 is not actual anymore for many years. 2014-05-18 19:13:57 +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.