1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
Mirror of the FreeBSD ports git repo https://git.FreeBSD.org/ports.git .
Go to file
Olli Hauer 80b4ac77d5 - update to version 2.4.0
- adopt new Makefile header
- take maintainer

Some highlights:

* cvs2git conversions are cleaned up in a number of smallish ways.

* Much faster cvs2git conversions via new option
  --use-external-blob-generator.

* Optionally include empty directories from the CVS repository in
  the Subversion output.

* More flexible keyword and EOL handling.

* More aggressively omit unnecessary dead revisions.

* Make check of illegal filename characters dependent on the target VCS.

* Allow grafting a branch onto a parent that has itself been grafted.

* Only require a DB module if the "internal co" functionality is used.
  (This dependency has been a source of much grief to people on systems
  without decent package managers.)

* Sort using a Python implementation rather than an external sort
  command, to remove the dependency on POSIX-like sort.  (This
  dependency has been the source of much grief to Windows users.)

For more information see:
http://cvs2svn.tigris.org/source/browse/cvs2svn/tags/2.4.0/CHANGES?view=markup

Special thanks to Michael Haggerty

Approved by:	glarkin (explicit per pm)
2012-09-25 20:20:32 +00:00
accessibility
arabic
archivers
astro
audio - Chase sphinxbase update but mark it BROKEN too as it does not compile 2012-09-25 19:20:14 +00:00
benchmarks - Mark BROKEN on FreeBSD 7.x: does not link 2012-09-25 17:52:49 +00:00
biology - update to 1.60 2012-09-25 08:06:42 +00:00
cad - Reassign to the heap at maintainer's request 2012-09-25 19:00:37 +00:00
chinese - Update to 1.4.2 [1] 2012-09-25 17:52:52 +00:00
comms
converters
databases - Reassign to the heap at maintainer's request 2012-09-25 03:41:31 +00:00
deskutils Update to 1.12.0. 2012-09-25 09:15:28 +00:00
devel - update to version 2.4.0 2012-09-25 20:20:32 +00:00
dns
editors Allow openjdk7 build. 2012-09-25 06:48:07 +00:00
emulators
finance - Update to 1.4-3 2012-09-24 21:40:15 +00:00
french
ftp
games - Update to 0.10 2012-09-25 11:59:37 +00:00
german
graphics - Disallow from pointyhat: fails to start X server 2012-09-25 18:02:15 +00:00
hebrew
hungarian
irc
japanese - Fix typo in pkg-descr [1] 2012-09-25 07:34:49 +00:00
java Fix sed substitution by forcing LANG=C. 2012-09-25 12:55:00 +00:00
korean
lang - Update to 1.0.3 2012-09-25 19:11:57 +00:00
mail - Update to latest snapshot 201209190752 2012-09-24 18:15:43 +00:00
math - Revert commit 2012-09-25 05:58:31 +00:00
misc - Update to 17.12 2012-09-25 11:16:05 +00:00
Mk Add Flickr support option description and sort couple of other entries while here. 2012-09-25 16:58:04 +00:00
multimedia Use more default OPTIONng descriptions (except for VORBIS which turned 2012-09-25 19:28:00 +00:00
net
net-im
net-mgmt - Fix patch after r289156 2012-09-25 17:46:28 +00:00
net-p2p
news
palm
polish
ports-mgmt - Update to checkin 68465cb21e 2012-09-25 16:15:14 +00:00
portuguese
print - Reassign to the heap at maintainer's request 2012-09-25 03:41:31 +00:00
russian - Reassign to the heap at the maintainer's request 2012-09-25 04:32:35 +00:00
science
security - Reassign to the heap at maintainer's request 2012-09-25 03:41:31 +00:00
shells
sysutils Update to 1.0pre3 2012-09-25 19:30:36 +00:00
Templates
textproc - Build with -pthread and include -pthread in xml2-config --libs output when threads are enabled 2012-09-25 14:55:49 +00:00
Tools
ukrainian
vietnamese
www - Add missing dependency on py-mimeparse [1] 2012-09-25 07:07:33 +00:00
x11 Fix the problem that PKGVERSION for 173.14.xx legacy driver went backwards 2012-09-25 15:23:14 +00:00
x11-clocks - Update to 1.0.0 2012-09-24 19:00:02 +00:00
x11-drivers
x11-fm
x11-fonts Update to 0.0.10.1. 2012-09-25 13:48:41 +00:00
x11-servers
x11-themes
x11-toolkits - Reassign to the heap due to mail bounces 2012-09-24 18:00:28 +00:00
x11-wm
.cvsignore
CHANGES
COPYRIGHT
GIDs
KNOBS
LEGAL
Makefile
MOVED In r302421 I forgot to remove the old entry for qbittorrent [1] 2012-09-24 21:52:23 +00:00
README
UIDs
UPDATING No longer install the english dictionary (please use textproc/en-aspell if you 2012-09-24 21:23:51 +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.