Bug 60485 - New port: textproc/skribe (a highly programmable document processing system)
Summary: New port: textproc/skribe (a highly programmable document processing system)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-22 00:30 UTC by Kimura Fuyuki
Modified: 2003-12-30 09:03 UTC (History)
0 users

See Also:


Attachments
file.shar (4.87 KB, text/plain)
2003-12-22 00:30 UTC, Kimura Fuyuki
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kimura Fuyuki 2003-12-22 00:30:19 UTC
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/
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2003-12-29 07:54:36 UTC
State Changed
From-To: open->feedback

Could you please see if you can get rid of the inclusion of varargs.h: 

gcc -I/local0/scratch/edwin/ports/lang/bigloo/work/bigloo2.5a/lib/2.5a -O3  -DBGL_NO_PIC -I/local0/scratch/edwin/ports/lang/bigloo/work/bigloo2.5a/gc-boehm -I/local0/scratch/edwin/ports/lang/bigloo/work/bigloo2.5a/gc-boehm/include -c Clib/cstring.c && mv cstring.o objs/obj_u/Clib/cstring.o 
In file included from Clib/cstring.c:15: 
/usr/include/varargs.h:34:2: #error "<varargs.h> is obsolete with this version of GCC." 
/usr/include/varargs.h:35:2: #error "Change your code to use <stdarg.h> instead." 
gmake[3]: Leaving directory `/local0/scratch/edwin/ports/lang/bigloo/work/bigloo2.5a/runtime'
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2003-12-30 09:02:22 UTC
State Changed
From-To: feedback->closed

Commited, thanks!