summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-11-17 10:20:52 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-11-17 10:20:52 +0000
commit4ecfb8a17d0ba90a8417a06ca8372b391f3bb715 (patch)
tree5700c86d86539fda4e3d5592c1b67602c734229f /graphics
parentWhoops! Typo. Correct. (diff)
Whoops - forgot to cvs add the package files for the last commit.
Here they are.
Notes
Notes: svn path=/head/; revision=396
Diffstat (limited to 'graphics')
-rw-r--r--graphics/xpm/pkg-comment1
-rw-r--r--graphics/xpm/pkg-descr21
-rw-r--r--graphics/xpm/pkg-plist10
3 files changed, 32 insertions, 0 deletions
diff --git a/graphics/xpm/pkg-comment b/graphics/xpm/pkg-comment
new file mode 100644
index 000000000000..4356459962ab
--- /dev/null
+++ b/graphics/xpm/pkg-comment
@@ -0,0 +1 @@
+xpm-3.4c - version 3.4c of the X Pixmap library
diff --git a/graphics/xpm/pkg-descr b/graphics/xpm/pkg-descr
new file mode 100644
index 000000000000..5c278b72970e
--- /dev/null
+++ b/graphics/xpm/pkg-descr
@@ -0,0 +1,21 @@
+xpm-3.4c
+
+Here is an extract from the source distribution xpm-3.4c 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.
+
+
diff --git a/graphics/xpm/pkg-plist b/graphics/xpm/pkg-plist
new file mode 100644
index 000000000000..1c05f57c32a5
--- /dev/null
+++ b/graphics/xpm/pkg-plist
@@ -0,0 +1,10 @@
+@cwd /usr/X11R6
+@mode 755
+bin/sxpm
+@mode 644
+lib/libXpm.a
+lib/libXpm.so.3.4
+@exec ranlib %D/lib/libXpm.a
+@mode 444
+include/X11/xpm.h
+man/man1/sxpm.1x