Bug 144896 - new port: textproc/htmlc
Summary: new port: textproc/htmlc
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-20 08:20 UTC by Timothy Beyer
Modified: 2010-03-21 13:10 UTC (History)
1 user (show)

See Also:


Attachments
htmlc.shar (3.78 KB, text/plain)
2010-03-20 08:20 UTC, Timothy Beyer
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy Beyer 2010-03-20 08:20:01 UTC
Htmlc is an HTML template files expander that produces regular HTML pages from
source files that contain text fragments that require some computation to be
written.

Fix: The included shar file:
How-To-Repeat:     Extract the shar file
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2010-03-20 13:10:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2010-03-21 12:56:39 UTC
State Changed
From-To: open->closed

New port added. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-03-21 13:01:09 UTC
miwi        2010-03-21 12:56:53 UTC

  FreeBSD ports repository

  Modified files:
    textproc             Makefile 
  Added files:
    textproc/htmlc       Makefile distinfo pkg-descr 
  Log:
  Htmlc is an HTML template files expander that produces regular HTML pages from
  source files that contain text fragments that require some computation to be
  written. Those fragments can be the output of an arbitrary Unix command, for
  instance the last modification date of a page, or parts of HTML pages to be
  included in the page, or pieces of the page that are common to the entire WEB
  site (a presentation header or a footer section for each page). Providing the
  automatic inclusion of those text fragments into your HTML source pages, Htmlc
  offers a server independent way of defining templates to factorize out the
  repetitive parts of HTML pages. Htmlc also provides a variable expansion
  facility (using definitions in the template file or in simple environment files
  using a syntax a la objective Caml). In short, Htmlc ensures the static
  verification and the static expansion of the Server Side Includes directives of
  the Web pages in the efficient and friendly way of a command-line compiler.
  
  WWW: http://htmlc.inria.fr/eng.htm
  
  PR:             ports/144896
  Submitted by:   Timothy Beyer <beyert at cs.ucr.edu>
  
  Revision  Changes    Path
  1.1425    +1 -0      ports/textproc/Makefile
  1.1       +59 -0     ports/textproc/htmlc/Makefile (new)
  1.1       +3 -0      ports/textproc/htmlc/distinfo (new)
  1.1       +15 -0     ports/textproc/htmlc/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"