Bug 135424 - New port: textproc/atom ASCII-TO-Markup program; ASCII input, HTML/L
Summary: New port: textproc/atom ASCII-TO-Markup program; ASCII input, HTML/L
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: Steven Kreuzer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-09 21:40 UTC by Chris Rees
Modified: 2009-06-12 14:50 UTC (History)
0 users

See Also:


Attachments
atom.shar (1.79 KB, text/plain)
2009-06-09 21:40 UTC, Chris Rees
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Rees 2009-06-09 21:40:04 UTC
Atom takes in plain text with simple layout hints (e.g. number of newlines) and outputs as HTML or LaTeX (unsupported).
Comment 1 Steven Kreuzer freebsd_committer freebsd_triage 2009-06-09 22:21:48 UTC
Responsible Changed
From-To: freebsd-ports-bugs->skreuzer

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-06-12 14:41:09 UTC
skreuzer    2009-06-12 13:40:55 UTC

  FreeBSD ports repository

  Modified files:
    textproc             Makefile 
  Added files:
    textproc/atom        Makefile distinfo pkg-descr 
  Log:
  Atom takes in plain text with simple layout hints and outputs as HTML
  or LaTeX.
  
  PR:             ports/135424
  Submitted by:   Chris Rees <chris@bayofrum.net>
  Approved by:    wxs (mentor)
  
  Revision  Changes    Path
  1.1347    +1 -0      ports/textproc/Makefile
  1.1       +38 -0     ports/textproc/atom/Makefile (new)
  1.1       +3 -0      ports/textproc/atom/distinfo (new)
  1.1       +4 -0      ports/textproc/atom/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 Steven Kreuzer freebsd_committer freebsd_triage 2009-06-12 14:41:35 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!