1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
Mirror of the FreeBSD ports git repo https://git.FreeBSD.org/ports.git .
Go to file
Ion-Mihai Tetcu 7aa5869e6a This library contains functionality for parsing and pretty-printing
S-expressions. In addition to that it contains an extremely useful
preprocessing module for Camlp4, which can be used to automatically generate
code from type definitions for efficiently converting OCaml-values to
S-expressions and vice versa. In combination with the parsing and
pretty-printing functionality this frees the user from having to write his own
I/O-routines for datastructures he defines. Possible errors during automatic
conversions from S-expressions to OCaml-values are reported in a very
human-readable way. Another module in the library allows you to extract and
replace sub-expressions in S-expressions.

Author:	Markus Mottl <mmottl@janestcapital.com>
WWW:	http://www.janestcapital.com/ocaml/index.html

PR:		ports/101221
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru>
2006-08-04 17:01:11 +00:00
accessibility
arabic
archivers
astro
audio
benchmarks
biology
cad
chinese
comms
converters
databases Add support for DESTDIR part I. 2006-08-04 12:34:50 +00:00
deskutils
devel This library contains functionality for parsing and pretty-printing 2006-08-04 17:01:11 +00:00
dns
editors
emulators
finance
french
ftp - New port: ftp/linux-curl 2006-08-04 14:38:03 +00:00
games - Update to 0.12 2006-08-04 15:24:57 +00:00
german
graphics Add support for DESTDIR part I. 2006-08-04 12:34:50 +00:00
hebrew
hungarian
irc
japanese Add support for DESTDIR part I. 2006-08-04 12:34:50 +00:00
java
korean
lang - support non-standard prefix 2006-08-04 14:22:50 +00:00
mail Add support for DESTDIR part I. 2006-08-04 12:34:50 +00:00
math - Add WITH_SPRITE_FONTS option 2006-08-04 13:44:39 +00:00
mbone
misc Add support for DESTDIR part I. 2006-08-04 12:34:50 +00:00
Mk Add support for DESTDIR part I. 2006-08-04 12:34:50 +00:00
multimedia
net - Use new OCaml framework (requires ports/101100) 2006-08-04 15:58:25 +00:00
net-im
net-mgmt Add support for DESTDIR part I. 2006-08-04 12:34:50 +00:00
net-p2p
news
palm Add support for DESTDIR part I. 2006-08-04 12:34:50 +00:00
polish
ports-mgmt Add support for DESTDIR part I. 2006-08-04 12:34:50 +00:00
portuguese
print Add support for DESTDIR part I. 2006-08-04 12:34:50 +00:00
russian
science
security This library implements Blowfish, DES, and Triple-DES. 2006-08-04 16:25:22 +00:00
shells
sysutils - Restored sysutils/linux-e2fsprogs 2006-08-04 14:47:25 +00:00
Templates
textproc Add support for DESTDIR part I. 2006-08-04 12:34:50 +00:00
Tools Add support for DESTDIR part I. 2006-08-04 12:34:50 +00:00
ukrainian
vietnamese
www Add p5-Net-Flickr-RDF 1.8, describe Flickr photos as RDF. 2006-08-04 15:38:29 +00:00
x11 - Fix building of module.eap under some circumstancies 2006-08-04 13:55:11 +00:00
x11-clocks
x11-drivers/synaptics
x11-fm
x11-fonts
x11-servers
x11-themes
x11-toolkits Add support for DESTDIR part I. 2006-08-04 12:34:50 +00:00
x11-wm
.cvsignore
CHANGES Fix a typo and refrase a sentense to be less ambiguous in the 2006-08-04 13:17:59 +00:00
COPYRIGHT
GIDs
KNOBS
LEGAL
Makefile
MOVED - sysutils/linux-e2fsprogs was restored. It's a dependency of games/linux-warsow 2006-08-04 14:57:47 +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.