diff options
author | edwin <edwin@FreeBSD.org> | 2003-12-30 17:03:05 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-12-30 17:03:05 +0800 |
commit | 583cda47d257c1ed6c620b555c1f48e874185f52 (patch) | |
tree | 76eabce2599ded338c6afbdea1dfa7965f365725 /textproc/Makefile | |
parent | a94fc760ac2600e197cbf987aa71ce564c17c374 (diff) | |
download | freebsd-ports-gnome-583cda47d257c1ed6c620b555c1f48e874185f52.tar.gz freebsd-ports-gnome-583cda47d257c1ed6c620b555c1f48e874185f52.tar.zst freebsd-ports-gnome-583cda47d257c1ed6c620b555c1f48e874185f52.zip |
New port: textproc/skribe (a highly programmable document processing system)
Skribe is a text processor. Even if it is a general purpose
tool, it best suits the writing of technical documents such
as web pages or technical reports, API documentations, etc.
At first glance, Skribe looks like a mark-up language ala
HTML. So, there is no need to be provided with computer
programming skills in order to use Skribe.
A second look reveals that Skribe is actually a true
programming language, provided with high level features
(such as objects, higher order functions, regular and
syntactic parsing, etc.). Skribe is based on the Scheme
programming language.
WWW: http://www-sop.inria.fr/mimosa/fp/Skribe/
PR: ports/60485
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 4659c2de09fe..873411ebacca 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -465,6 +465,7 @@ SUBDIR += sgrep2 SUBDIR += silvercity SUBDIR += sk-aspell + SUBDIR += skribe SUBDIR += smartdoc SUBDIR += smartdoc-devel SUBDIR += source-highlight |