Bug 109216 - [NEW PORT] textproc/eqe: Linux LaTeX equation editor
Summary: [NEW PORT] textproc/eqe: Linux LaTeX equation editor
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: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-16 04:30 UTC by chinsan
Modified: 2007-02-18 14:10 UTC (History)
0 users

See Also:


Attachments
eqe-1.2.0.shar (2.87 KB, text/plain)
2007-02-16 04:30 UTC, chinsan
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description chinsan freebsd_committer freebsd_triage 2007-02-16 04:30:06 UTC
Eqe is a simple clone of the excellent LaTeX equation editor you can find on
MacOS X. There's a zone to type LaTeX input, and it generates an image to
represent it (color, font, and size are customisable). You can drag the
image to other applications (like OpenOffice.org Impress, Mozilla, the
Gimp). It also exports to almost any image format, including PNG, JPEG,
PDF...). It is free software, released under the GPL.

It is composed of two parts: eqedit, which is a command line tool that
generates images from LaTeX input, and eqe which wraps eqedit into a
graphical user interface.

WWW: http://rlehy.free.fr/

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-02-16 04:30:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

rafan@ wants this PRs
Comment 2 chinsan 2007-02-16 16:28:59 UTC
Hi,

A patched version of 1.3.0 is here:
http://people.freebsd.org/~chinsan/patch/eqe.shar

Thanks.
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-02-18 14:03:36 UTC
rafan       2007-02-18 14:03:32 UTC

  FreeBSD ports repository

  Modified files:
    textproc             Makefile 
  Added files:
    textproc/eqe         Makefile distinfo pkg-descr pkg-plist 
    textproc/eqe/files   patch-src-eqedit 
  Log:
  Add eqe 1.3.0, LaTeX equation editor.
  
  PR:             ports/109216
  Submitted by:   chinsan
  
  Revision  Changes    Path
  1.1112    +1 -0      ports/textproc/Makefile
  1.1       +49 -0     ports/textproc/eqe/Makefile (new)
  1.1       +3 -0      ports/textproc/eqe/distinfo (new)
  1.1       +25 -0     ports/textproc/eqe/files/patch-src-eqedit (new)
  1.1       +12 -0     ports/textproc/eqe/pkg-descr (new)
  1.1       +6 -0      ports/textproc/eqe/pkg-plist (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 4 Rong-En Fan freebsd_committer freebsd_triage 2007-02-18 14:03:55 UTC
State Changed
From-To: open->closed

New port added. Thanks!