Bug 124607 - new port: print/texvc -- latex to mathml, png converter
Summary: new port: print/texvc -- latex to mathml, png converter
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: 2008-06-15 09:50 UTC by Max Brazhnikov
Modified: 2008-06-19 00:30 UTC (History)
0 users

See Also:


Attachments
file.shar (2.10 KB, text/plain)
2008-06-15 09:50 UTC, Max Brazhnikov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Max Brazhnikov 2008-06-15 09:50:05 UTC
add print/texvc (as a part of upcoming LabPlot update):

texvc takes LaTeX-compatible equations and produces formatted output in
HTML, MathML, and (via LaTeX/dvips/ImageMagick) rasterized PNG images.
Input data is parsed and scrutinized for safety, and the output includes
an estimate of whether the code is simple enough that HTML rendering will
look acceptable.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-06-15 09:50:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-06-19 00:27:37 UTC
miwi        2008-06-18 23:27:33 UTC

  FreeBSD ports repository

  Modified files:
    print                Makefile 
  Added files:
    print/texvc          Makefile distinfo pkg-descr 
  Log:
  texvc takes LaTeX-compatible equations and produces formatted output in
  HTML, MathML, and (via LaTeX/dvips/ImageMagick) rasterized PNG images.
  Input data is parsed and scrutinized for safety, and the output includes
  an estimate of whether the code is simple enough that HTML rendering will
  look acceptable.
  
  WWW:    http://www.mediawiki.org/wiki/Texvc
  
  PR:             ports/124607
  Submitted by:   Max Brazhnikov <makc at issp.ac.ru>
  
  Revision  Changes    Path
  1.455     +1 -0      ports/print/Makefile
  1.1       +39 -0     ports/print/texvc/Makefile (new)
  1.1       +3 -0      ports/print/texvc/distinfo (new)
  1.1       +7 -0      ports/print/texvc/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"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2008-06-19 00:28:45 UTC
State Changed
From-To: open->closed

New port added. Thanks!