Personal patches
Go to file
Rodrigo Osorio f26c27aa84 Upgrade rodent file manager to v5.2.9
The rodent project split the code in 3 parts, rodent itself and
two shared libraries, librfm and libtubo.
Librfm and libtubo are new ports because they evolve separately
and can be used by other ports.

PR:		ports/193561
Submitted by:	rodrigo
Approved by:	mentors (implicit)
2014-10-03 21:46:53 +00:00
accessibility
arabic
archivers Fix manpage rendering with mandoc 2014-10-03 13:51:17 +00:00
astro astro/py-astLib: bump missing portrevision from last commit 2014-10-03 18:54:51 +00:00
audio - Fix LICENSE 2014-10-03 13:37:41 +00:00
benchmarks Convert to USES=autoreconf 2014-10-03 15:46:45 +00:00
biology
cad Avoid a dependency on devel/libtool 2014-10-01 11:25:35 +00:00
chinese
comms - Remove :build from USES=libtool because this port does not need 2014-10-01 11:28:44 +00:00
converters
databases - Fix rc.d script 2014-10-03 13:27:09 +00:00
deskutils Remove eel and ports that use it. 2014-10-03 10:53:39 +00:00
devel devel/rubygem-rbtrace: create port 2014-10-03 17:45:27 +00:00
dns Chase r369850 for updated nsd user information 2014-10-02 19:12:17 +00:00
editors Remove eel and ports that use it. 2014-10-03 10:53:39 +00:00
emulators Convert to USES=autoreconf 2014-10-03 21:44:11 +00:00
finance Convert to USES=pear 2014-09-30 21:25:37 +00:00
french MASTER_SITES is often down these days => mirror the distfile. 2014-10-01 19:16:37 +00:00
ftp Convert to USES=horde 2014-09-30 22:24:30 +00:00
games - Drop @dirrm* from plist 2014-10-03 08:00:14 +00:00
german Update to 7 2014-09-30 14:48:57 +00:00
graphics - Drop @dirrm* from plist 2014-10-03 14:11:36 +00:00
hebrew
hungarian
irc - Remove USE_AUTOTOOLS 2014-10-03 16:09:59 +00:00
japanese japanese/slrn is not jobs safe 2014-10-01 10:03:11 +00:00
java Doesn't build with java 6. 2014-10-03 07:22:52 +00:00
Keywords @sample: chmod u+w to ensure user may write to it. 2014-10-03 18:33:32 +00:00
korean
lang Cleanup @dirrm*. 2014-10-03 12:42:29 +00:00
mail Stop looking at devel versions 2014-10-02 18:31:30 +00:00
math Correct a typo. 2014-10-03 17:48:21 +00:00
misc - Fix typo 2014-10-02 10:58:17 +00:00
Mk - Allow LINUXBASE for shebangs. 2014-10-03 18:47:47 +00:00
multimedia Adjust documentation for the configurable tmp directory used for 2014-10-03 20:26:45 +00:00
net Do not search for process by name; 2014-10-03 15:40:31 +00:00
net-im - Fix build on older releases 2014-10-02 10:19:08 +00:00
net-mgmt - Replace USE_AUTOTOOLS with USES=autoreconf 2014-10-03 19:45:48 +00:00
net-p2p Unbundle libs. 2014-09-30 19:22:24 +00:00
news - remove @cwd 2014-09-29 07:05:14 +00:00
palm
polish
ports-mgmt
portuguese
print Convert to USES=pear 2014-09-30 21:26:13 +00:00
russian
science Fix build after r369447 2014-09-30 08:39:34 +00:00
security Switch from py-imaging to py-pillow 2014-10-03 20:49:50 +00:00
shells - Update to patchlevel 4.3.29. 2014-10-03 17:57:32 +00:00
sysutils Convert to USES=autoreconf 2014-10-03 17:54:57 +00:00
Templates
textproc Remove eel and ports that use it. 2014-10-03 10:53:39 +00:00
Tools
ukrainian
vietnamese
www Make sure, ${PREFIX}/etc/ is searched for config-files, rather than the 2014-10-03 19:40:51 +00:00
x11 Doesn't build with gnome3 version of gnome-desktop 2014-10-03 12:37:06 +00:00
x11-clocks
x11-drivers Fix pkgname 2014-10-03 13:10:15 +00:00
x11-fm Upgrade rodent file manager to v5.2.9 2014-10-03 21:46:53 +00:00
x11-fonts
x11-servers
x11-themes
x11-toolkits Remove eel and ports that use it. 2014-10-03 10:53:39 +00:00
x11-wm Remove the gnome option, it doesn't work anymore after gnome3 is imported. 2014-10-03 12:32:54 +00:00
.arcconfig
.gitignore
CHANGES Add BUNDLE_LIBS knob to prevent pkg(8) from automatically add provided shlibs 2014-10-01 22:12:32 +00:00
CONTRIBUTING.md
COPYRIGHT
GIDs Add spark user for the upcoming Apache Spark port. 2014-09-30 12:22:41 +00:00
LEGAL
Makefile
MOVED Doesn't build with gnome3 version of gnome-desktop 2014-10-03 12:37:06 +00:00
README
UIDs - Fix nsd username description 2014-10-02 19:07:34 +00:00
UPDATING Switch to WITH_NEW_XORG for all supported version of FreeBSD by default 2014-10-03 08:35:28 +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.