Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 May 2005 13:15:10 +0000 (UTC)
From:      Jean-Yves Lefort <jylefort@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/graphics Makefile ports/graphics/icon-slicer Makefile distinfo pkg-descr
Message-ID:  <200505301315.j4UDFA0t002502@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jylefort    2005-05-30 13:15:10 UTC

  FreeBSD ports repository

  Modified files:
    graphics             Makefile 
  Added files:
    graphics/icon-slicer Makefile distinfo pkg-descr 
  Log:
  Add icon-slicer.
  
  icon-slicer is a utility for generating icon themes and libXcursor cursor
  themes.
  
  The inputs to icon-slicer are conceptually:
  
   A) a set of multi-layer images, one for each size
   B) a XML theme description file
  
  Each image contains all the cursors arranged in a grid; for cursors the
  layers are:
  
   - a layer with a dot for the hotspot of each cursor
   - the main image or first animation frame for multi-frame animated cursors
   - the second animation frame for multi-frame animated cursors
   - ...
  
  For icons, the layers are:
  
   - a layer with the images
   - an optional layer with attachment points for emblems
   - an optional layer with boxes for embedding text into icons
  
  In practice, since loading of multilayer images is not supported by standard
  image libraries, each layer is input as a separate image file.
  
  The theme description file contains, among other things, information about the
  source images to read, the location of each named cursor or icon within the
  grid, and a set of aliases from names to other names.
  
  WWW: http://www.freedesktop.org/wiki/Software/icon-slicer
  
  Revision  Changes    Path
  1.815     +1 -0      ports/graphics/Makefile
  1.1       +40 -0     ports/graphics/icon-slicer/Makefile (new)
  1.1       +2 -0      ports/graphics/icon-slicer/distinfo (new)
  1.1       +33 -0     ports/graphics/icon-slicer/pkg-descr (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505301315.j4UDFA0t002502>