diff options
author | agc <agc> | 1997-10-06 13:29:36 +0000 |
---|---|---|
committer | agc <agc> | 1997-10-06 13:29:36 +0000 |
commit | 1e8b52c7c95d625964bf78487d2be138a475139f (patch) | |
tree | 5058c5ead6fe4cc247b8c2e431718236fdc520d6 /graphics/xpm | |
parent | 292f0929f32853f8ee2304be9ee760652017d66e (diff) | |
download | pkgsrc-1e8b52c7c95d625964bf78487d2be138a475139f.tar.gz |
Initial import of FreeBSD graphics ports into the NetBSD packages
system.
Diffstat (limited to 'graphics/xpm')
-rw-r--r-- | graphics/xpm/Makefile | 18 | ||||
-rw-r--r-- | graphics/xpm/files/md5 | 1 | ||||
-rw-r--r-- | graphics/xpm/pkg/COMMENT | 1 | ||||
-rw-r--r-- | graphics/xpm/pkg/DESCR | 18 | ||||
-rw-r--r-- | graphics/xpm/pkg/PLIST | 7 |
5 files changed, 45 insertions, 0 deletions
diff --git a/graphics/xpm/Makefile b/graphics/xpm/Makefile new file mode 100644 index 00000000000..005dabf01c0 --- /dev/null +++ b/graphics/xpm/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: xpm +# Version required: 3.4j +# Date created: 14 September 1994 +# Whom: jkh +# +# FreeBSD Id: Makefile,v 1.14 1997/07/17 15:12:45 max Exp +# + +DISTNAME= xpm-3.4j +CATEGORIES= graphics x11 +MASTER_SITES= ftp://avahi.inria.fr/pub/xpm/ + +USE_IMAKE= yes + +post-install: + ${LDCONFIG} -m ${PREFIX}/lib + +.include <bsd.port.mk> diff --git a/graphics/xpm/files/md5 b/graphics/xpm/files/md5 new file mode 100644 index 00000000000..4fe10818204 --- /dev/null +++ b/graphics/xpm/files/md5 @@ -0,0 +1 @@ +MD5 (xpm-3.4j.tar.gz) = 34154abe8b359d6892a815627c286dbf diff --git a/graphics/xpm/pkg/COMMENT b/graphics/xpm/pkg/COMMENT new file mode 100644 index 00000000000..2b21f652b04 --- /dev/null +++ b/graphics/xpm/pkg/COMMENT @@ -0,0 +1 @@ +The X Pixmap library. diff --git a/graphics/xpm/pkg/DESCR b/graphics/xpm/pkg/DESCR new file mode 100644 index 00000000000..b3edb2d4210 --- /dev/null +++ b/graphics/xpm/pkg/DESCR @@ -0,0 +1,18 @@ + +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. diff --git a/graphics/xpm/pkg/PLIST b/graphics/xpm/pkg/PLIST new file mode 100644 index 00000000000..2d8db779587 --- /dev/null +++ b/graphics/xpm/pkg/PLIST @@ -0,0 +1,7 @@ +bin/sxpm +lib/libXpm.a +lib/libXpm.so.4.10 +@exec /sbin/ldconfig -m %B +@exec ranlib %D/lib/libXpm.a +include/X11/xpm.h +man/man1/sxpm.1.gz |