FreeBSD ports tree (read-only mirror)
Find a file
Martin Wilke 0fe631cc4b PHP_Parser is a source code analysis tool based around a real Parser
generated by PHP_ParserGenerator. The parser uses the same EBNF source
that PHP uses to parse itself, modified for Lemon parser format,
and it therefore as robust as PHP itself.

WWW: http://pear.php.net/package/PHP_Parser/
2007-08-05 21:02:28 +00:00
accessibility
arabic
archivers - Update to 4.52 2007-08-04 13:45:47 +00:00
astro - Remove the DESTDIR modifications from individual ports as we have a new, 2007-08-04 11:41:30 +00:00
audio - Drop Maintainership 2007-08-05 12:18:20 +00:00
benchmarks - Remove the DESTDIR modifications from individual ports as we have a new, 2007-08-04 11:41:30 +00:00
biology
cad
chinese - Remove the DESTDIR modifications from individual ports as we have a new, 2007-08-04 11:41:30 +00:00
comms - Update to 0.68 2007-08-04 15:49:07 +00:00
converters
databases Fix the last change, respect MAKE_ARGS defined in bsd.emacs.mk 2007-08-04 12:26:17 +00:00
deskutils - Update to 14.8 2007-08-04 12:20:06 +00:00
devel PHP_Parser is a source code analysis tool based around a real Parser 2007-08-05 21:02:28 +00:00
dns - Remove the DESTDIR modifications from individual ports as we have a new, 2007-08-04 11:41:30 +00:00
editors BROKEN: Size mismatch 2007-08-05 18:30:04 +00:00
emulators Update to 2.0.3 2007-08-04 18:51:06 +00:00
finance - Remove the DESTDIR modifications from individual ports as we have a new, 2007-08-04 11:41:30 +00:00
french
ftp - Remove the DESTDIR modifications from individual ports as we have a new, 2007-08-04 11:41:30 +00:00
games - Update to 1.0.1. 2007-08-05 02:25:29 +00:00
german
graphics Fix build when the previous version is still installed. 2007-08-05 19:17:15 +00:00
hebrew
hungarian
irc - Remove the DESTDIR modifications from individual ports as we have a new, 2007-08-04 11:41:30 +00:00
japanese - Remove the DESTDIR modifications from individual ports as we have a new, 2007-08-04 11:41:30 +00:00
java . Add jdk16 subdir. 2007-08-05 20:40:30 +00:00
korean
lang - Remove the DESTDIR modifications from individual ports as we have a new, 2007-08-04 11:41:30 +00:00
mail Update to 1.0.3. 2007-08-05 15:54:21 +00:00
math - Drop Maintainership 2007-08-05 12:18:20 +00:00
mbone
misc BROKEN: Size mismatch 2007-08-05 18:30:04 +00:00
Mk - Add --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include to 2007-08-04 19:48:34 +00:00
multimedia Fix build 2007-08-04 21:34:42 +00:00
net A package implemented of Pingback in PHP, able to sending and 2007-08-05 20:59:17 +00:00
net-im Restore DESTDIR backout. 2007-08-04 21:50:02 +00:00
net-mgmt - Remove unneeded patch 2007-08-05 20:48:08 +00:00
net-p2p - Remove the DESTDIR modifications from individual ports as we have a new, 2007-08-04 11:41:30 +00:00
news - Remove the DESTDIR modifications from individual ports as we have a new, 2007-08-04 11:41:30 +00:00
palm - Remove the DESTDIR modifications from individual ports as we have a new, 2007-08-04 11:41:30 +00:00
polish
ports-mgmt Update for version 1.19 2007-08-05 05:04:58 +00:00
portuguese
print - Remove the DESTDIR modifications from individual ports as we have a new, 2007-08-04 11:41:30 +00:00
russian - Remove the DESTDIR modifications from individual ports as we have a new, 2007-08-04 11:41:30 +00:00
science - Remove the DESTDIR modifications from individual ports as we have a new, 2007-08-04 11:41:30 +00:00
security Chase the libpurple shared lib version. 2007-08-04 21:45:39 +00:00
shells a interactive PHP Shell with tab-completion, inline help 2007-08-05 21:00:44 +00:00
sysutils - Update to 1.18.0 2007-08-04 13:51:32 +00:00
Templates
textproc - Fix build with gcc42 2007-08-05 17:21:33 +00:00
Tools - Extract command variable definitions from bsd.port.mk, they are now stored in 2007-08-04 11:37:24 +00:00
ukrainian
vietnamese
www BROKEN: Size mismatch 2007-08-05 18:30:04 +00:00
x11 Update to 3.01 2007-08-04 19:29:45 +00:00
x11-clocks
x11-drivers
x11-fm
x11-fonts
x11-servers
x11-themes
x11-toolkits - Remove the DESTDIR modifications from individual ports as we have a new, 2007-08-04 11:41:30 +00:00
x11-wm - Remove the DESTDIR modifications from individual ports as we have a new, 2007-08-04 11:41:30 +00:00
.cvsignore
CHANGES - Extract command variable definitions from bsd.port.mk, they are now stored in 2007-08-04 11:37:24 +00:00
COPYRIGHT
GIDs
KNOBS
LEGAL
Makefile
MOVED Re-sort in temporal order. 2007-08-05 09:37:54 +00:00
README
UIDs
UPDATING - Extract command variable definitions from bsd.port.mk, they are now stored in 2007-08-04 11:37: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.