diff options
author | grant <grant@pkgsrc.org> | 2004-05-15 06:06:15 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-05-15 06:06:15 +0000 |
commit | e47d4b165875b19560990bac034dd43988b25711 (patch) | |
tree | fbecfbc69735bcc334a0f2317920ac49c6b4ea3a /graphics | |
parent | f93be2da9843e5c508ba410978d053b8f5e41de7 (diff) | |
download | pkgsrc-e47d4b165875b19560990bac034dd43988b25711.tar.gz |
clean up, do away with lots of blank lines, |fmt 70 75.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xpm/DESCR | 28 |
1 files changed, 10 insertions, 18 deletions
diff --git a/graphics/xpm/DESCR b/graphics/xpm/DESCR index b3edb2d4210..4e905391736 100644 --- a/graphics/xpm/DESCR +++ b/graphics/xpm/DESCR @@ -1,18 +1,10 @@ - -Here is an extract from the README file: - - * Copyright (C) 1989-94 GROUPE BULL - - XPM Version 3 - -WHAT IS XPM? -============ - -XPM (X PixMap) is a format for storing/retrieving X pixmaps to/from files. - -Here is provided a library containing a set of four functions, similar to the -X bitmap functions as defined in the Xlib: XpmCreatePixmapFromData, -XpmCreateDataFromPixmap, XpmReadFileToPixmap and XpmWriteFileFromPixmap for -respectively including, storing, reading and writing this format, plus four -other: XpmCreateImageFromData, XpmCreateDataFromImage, XpmReadFileToImage and -XpmWriteFileFromImage for working with images instead of pixmaps. +XPM (X PixMap) is a format for storing/retrieving X pixmaps to/from +files. + +Here is provided a library containing a set of four functions, similar +to the X bitmap functions as defined in the Xlib: XpmCreatePixmapFromData, +XpmCreateDataFromPixmap, XpmReadFileToPixmap and XpmWriteFileFromPixmap +for respectively including, storing, reading and writing this format, +plus four other: XpmCreateImageFromData, XpmCreateDataFromImage, +XpmReadFileToImage and XpmWriteFileFromImage for working with images +instead of pixmaps. |