1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
Mirror of the FreeBSD ports git repo https://git.FreeBSD.org/ports.git .
Go to file
Satoshi Asami ca3a88aa57 (1) Add MASTER_SORT functionality. For instance, by setting
MASTER_SORT="foo.bar.co.jp bar.co.jp .jp" bsd.port.mk will try the
    machine foo.bar.co.jp, then any machine in the domain bar.co.jp,
    then any machine in the domain .jp.  It might be useful for people
    in an island (network-topologically speaking).
Submitted by:	knu
Obtained from:	NetBSD

(2) Deal with mtree's changing flags by looking at ${OSVERSION}
Submitted by:	ache

(3) Don't generate code to try to erase an empty info/dir file if
    NO_MTREE is set -- although it will probably never happen that
    /usr/share/info/dir will be empty, it's still wasted code.
2000-07-19 16:41:22 +00:00
archivers
astro Ignore the checksum of the data-file which changes a lot. 2000-07-19 12:35:56 +00:00
audio Updated to 1.9 2000-07-19 16:12:19 +00:00
benchmarks
biology Add xdrawchem 0.82 - a program for drawing molecules 2000-07-19 13:23:02 +00:00
cad
chinese Update MASTER_SITES. 2000-07-19 15:35:27 +00:00
comms
converters
databases Add USE_LIBTOOL to fix c_r issues. 2000-07-19 15:40:28 +00:00
deskutils Upgrade to version 1.4.2. 2000-07-19 11:49:50 +00:00
devel (1) /usr/share/info/dir was renamed to dir-tmpl. 2000-07-19 14:22:30 +00:00
dns
editors (1) /usr/share/info/dir was renamed to dir-tmpl. 2000-07-19 14:22:30 +00:00
emulators
finance Upgrade to version 1.4.2. 2000-07-19 11:49:50 +00:00
french/ispell
ftp
games Correct MASTER_SITES and WWW. 2000-07-19 15:10:22 +00:00
german
graphics Fix WWW and MASTER_SITES. 2000-07-19 15:24:51 +00:00
irc
japanese Original data (wdc00*.lzh) have been updated already and 2000-07-19 15:46:48 +00:00
java
korean
lang - Add support for sigset_t - changes. 2000-07-19 14:54:42 +00:00
mail Add missing "MAN1= icqmail.1". 2000-07-19 15:34:23 +00:00
math
mbone
misc
Mk (1) Add MASTER_SORT functionality. For instance, by setting 2000-07-19 16:41:22 +00:00
multimedia
net Re-enable IPv6 supporting. 2000-07-19 15:36:18 +00:00
net-im
net-mgmt Add cidr-2.3, a RFC 1878 subnet calculator / helper. 2000-07-19 10:48:43 +00:00
net-p2p
news
palm
ports-mgmt
portuguese/ispell-pt_BR
print (1) /usr/share/info/dir was renamed to dir-tmpl. 2000-07-19 14:22:30 +00:00
russian - Update RA-part to 29.5. 2000-07-19 10:02:25 +00:00
science
security Upgrade to 20000719a. 2000-07-19 05:29:36 +00:00
shells - Add support for sigset_t - changes. 2000-07-19 14:54:42 +00:00
sysutils Change my address in MAINTAINER. 2000-07-19 15:41:50 +00:00
Templates
textproc (1) /usr/share/info/dir was renamed to dir-tmpl. 2000-07-19 14:22:30 +00:00
Tools Various fixes and improvements. 2000-07-19 15:41:51 +00:00
vietnamese
www Upgrade to 1.3.12. 2000-07-19 16:17:01 +00:00
x11
x11-clocks
x11-fm png library number has bumped from 3 to 4. 2000-07-19 13:32:01 +00:00
x11-fonts Fix PLIST. 2000-07-19 14:32:25 +00:00
x11-servers
x11-themes
x11-toolkits Add some missing entries to PLIST: 2000-07-19 16:14:54 +00:00
x11-wm (1) /usr/share/info/dir was renamed to dir-tmpl. 2000-07-19 14:40:31 +00:00
.cvsignore
INDEX
LEGAL
Makefile
README
YEAR2000

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 which is available from:

        file://localhost/usr/share/doc/handbook/handbook.html

(if you installed the doc distribution on your machine)

Or:

        http://www.freebsd.org/handbook/handbook.html

for the latest official version from FreeBSD-current.

The section "The Ports Collection" will tell you how to use the
ports and packages and the "Porting Applications" section
describes how one can contribute to the ports collection.

If you would like to search for a given port, you can do so easily
by saying:

	make search key="<keyword>"

Which will generate a list of all ports matching <keyword>.

NOTE:  This tree can 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, though if you don't have the original
distribution tarball(s) for something on CDROM then you will need to pull
it all over your network connection again if you ever try to build the
associated port.