cvs commit: ports/misc Makefile ports/misc/xsw Makefile distinfo pkg-descr pkg-plist

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Mar 30 18:13:52 UTC 2010


amdmi3      2010-03-30 18:13:51 UTC

  FreeBSD ports repository

  Modified files:
    misc                 Makefile 
  Added files:
    misc/xsw             Makefile distinfo pkg-descr pkg-plist 
  Log:
  xsw is a tool for generating presentations.
  It uses a simple language to describe the slides.
  
  An example xsw file is:
  
      slide:
        - "Hello" x:50 y:30 align:center
        + "World!"
  
  WWW:    http://code.google.com/xsw/
  
  PR:             144841
  Submitted by:   Charlie Kester <corky1951 at comcast.net>
  
  Revision  Changes    Path
  1.939     +1 -0      ports/misc/Makefile
  1.1       +61 -0     ports/misc/xsw/Makefile (new)
  1.1       +3 -0      ports/misc/xsw/distinfo (new)
  1.1       +10 -0     ports/misc/xsw/pkg-descr (new)
  1.1       +30 -0     ports/misc/xsw/pkg-plist (new)


More information about the cvs-ports mailing list