summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorchristos <christos>1998-12-20 14:19:39 +0000
committerchristos <christos>1998-12-20 14:19:39 +0000
commitb9f6c57466b8a7e043078aae7d3c00f11b63247d (patch)
tree4816c9c1c5e1a80272503c96fa0388dbea812083 /x11
parent4fd73ffe486621b95d0cda6f724171816f873c38 (diff)
downloadpkgsrc-b9f6c57466b8a7e043078aae7d3c00f11b63247d.tar.gz
Remove from here. Already exists in graphics.
Diffstat (limited to 'x11')
-rw-r--r--x11/xpaint/Makefile21
-rw-r--r--x11/xpaint/files/md53
-rw-r--r--x11/xpaint/patches/patch-aa60
-rw-r--r--x11/xpaint/patches/patch-ab20
-rw-r--r--x11/xpaint/patches/patch-ac23
-rw-r--r--x11/xpaint/pkg/COMMENT1
-rw-r--r--x11/xpaint/pkg/DESCR16
-rw-r--r--x11/xpaint/pkg/PLIST3
8 files changed, 0 insertions, 147 deletions
diff --git a/x11/xpaint/Makefile b/x11/xpaint/Makefile
deleted file mode 100644
index 6023acaff6d..00000000000
--- a/x11/xpaint/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# $NetBSD: Makefile,v 1.2 1998/12/19 23:06:59 christos Exp $
-#
-
-DISTNAME= xpaint-2.5.6
-CATEGORIES= x11
-MASTER_SITES= http://www.danbbs.dk/~torsten/xpaint/
-
-MAINTAINER= christos@netbsd.org
-
-DEPENDS+= tiff-3.4:../../graphics/tiff png-1.0.2:../../graphics/png
-
-USE_IMAKE= yes
-
-WRKSRC= ${WRKDIR}/xpaint
-
-post-patch:
- @${MV} ${WRKSRC}/Local.config ${WRKSRC}/Local.config.dist
- @${SED} -e 's#@LOCALBASE@#${LOCALBASE}#' < ${WRKSRC}/Local.config.dist \
- > ${WRKSRC}/Local.config
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/x11/xpaint/files/md5 b/x11/xpaint/files/md5
deleted file mode 100644
index 506dc46afa7..00000000000
--- a/x11/xpaint/files/md5
+++ /dev/null
@@ -1,3 +0,0 @@
-$NetBSD: md5,v 1.1 1998/12/19 22:26:00 christos Exp $
-
-MD5 (xpaint-2.5.6.tar.gz) = 16ca24ab07a59ed1a69ef59b7a541f2c
diff --git a/x11/xpaint/patches/patch-aa b/x11/xpaint/patches/patch-aa
deleted file mode 100644
index 7fe638774b8..00000000000
--- a/x11/xpaint/patches/patch-aa
+++ /dev/null
@@ -1,60 +0,0 @@
-$NetBSD: patch-aa,v 1.1 1998/12/19 22:26:00 christos Exp $
-*** Local.config.orig Sat Jun 27 14:43:56 1998
---- Local.config Sat Dec 19 14:02:47 1998
-***************
-*** 61,68 ****
- #define HaveTIFF
-
- #ifdef HaveTIFF
-! TIFF_LIB = -L/usr/local/lib -ltiff
-! TIFF_INCLUDE = -I/usr/local/include/tiff
- #endif
-
- XCOMM If you have the JPEG library, make HaveJPEG defined
---- 61,68 ----
- #define HaveTIFF
-
- #ifdef HaveTIFF
-! TIFF_LIB = -L@LOCALBASE@/lib -ltiff
-! TIFF_INCLUDE = -I@LOCALBASE@/include/tiff
- #endif
-
- XCOMM If you have the JPEG library, make HaveJPEG defined
-***************
-*** 72,79 ****
- #define HaveJPEG
-
- #ifdef HaveJPEG
-! JPEG_LIB = -L/usr/local/lib -ljpeg
-! JPEG_INCLUDE = -I/usr/local/include/jpeg
- #endif
-
- XCOMM If you have the PNG library, make HavePNG defined
---- 72,79 ----
- #define HaveJPEG
-
- #ifdef HaveJPEG
-! JPEG_LIB = -L@LOCALBASE@/lib -ljpeg
-! JPEG_INCLUDE = -I@LOCALBASE@/include/jpeg
- #endif
-
- XCOMM If you have the PNG library, make HavePNG defined
-***************
-*** 83,90 ****
- #define HavePNG
-
- #ifdef HavePNG
-! PNG_LIB = -L/usr/local/lib -lpng -lz
-! PNG_INCLUDE = -I/usr/local/include/png
- #endif
-
- XCOMM If you are running SunOS and get an error with the following undefined
---- 83,90 ----
- #define HavePNG
-
- #ifdef HavePNG
-! PNG_LIB = -L@LOCALBASE@/lib -lpng -lz
-! PNG_INCLUDE = -I@LOCALBASE@/include/png
- #endif
-
- XCOMM If you are running SunOS and get an error with the following undefined
diff --git a/x11/xpaint/patches/patch-ab b/x11/xpaint/patches/patch-ab
deleted file mode 100644
index c3ac67b5301..00000000000
--- a/x11/xpaint/patches/patch-ab
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-ab,v 1.1 1998/12/19 22:26:00 christos Exp $
-*** misc.h.orig Sat Dec 19 13:53:22 1998
---- misc.h Sat Dec 19 13:53:09 1998
-***************
-*** 23,29 ****
- long random(void);
- #endif
-
-! #if !defined(linux) & !defined(__EMX__) & !defined(__FreeBSD__)
- #if defined(BSD4_4) || defined(HPArchitecture) || defined(SGIArchitecture) || defined(_AIX) || defined(_SCO_DS)
- void srandom(unsigned int);
- #else
---- 23,29 ----
- long random(void);
- #endif
-
-! #if !defined(linux) & !defined(__EMX__) & !defined(__FreeBSD__) && !defined(__NetBSD__)
- #if defined(BSD4_4) || defined(HPArchitecture) || defined(SGIArchitecture) || defined(_AIX) || defined(_SCO_DS)
- void srandom(unsigned int);
- #else
diff --git a/x11/xpaint/patches/patch-ac b/x11/xpaint/patches/patch-ac
deleted file mode 100644
index 34e8b391945..00000000000
--- a/x11/xpaint/patches/patch-ac
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-ac,v 1.1 1998/12/19 22:26:00 christos Exp $
-*** rw/rwTable.c.orig Tue Jun 9 17:09:32 1998
---- rw/rwTable.c Sat Dec 19 13:57:15 1998
-***************
-*** 231,236 ****
---- 231,237 ----
- char *
- RWGetMsg()
- {
-+ #ifndef __NetBSD__
- #if defined(BSD4_4)
- __const extern char *__const sys_errlist[];
- #else
-***************
-*** 239,244 ****
---- 240,246 ----
- #endif
- #endif
- extern int errno;
-+ #endif
-
- if (RWtableMsg[0] == '\0') {
- if (errno == 0)
diff --git a/x11/xpaint/pkg/COMMENT b/x11/xpaint/pkg/COMMENT
deleted file mode 100644
index 0c39ae85a4f..00000000000
--- a/x11/xpaint/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-A bitmap paint program
diff --git a/x11/xpaint/pkg/DESCR b/x11/xpaint/pkg/DESCR
deleted file mode 100644
index c5bb6ab0088..00000000000
--- a/x11/xpaint/pkg/DESCR
+++ /dev/null
@@ -1,16 +0,0 @@
-So, what does XPaint do for you? Why many wonderful things of
-course. XPaint is a reasonably versatile bitmap/pixmap editing
-tool. XPaint came out of a problem editing some very large bitmaps,
-and wanting more functionality then was provided by bitmap. After
-XPaint 1.0 sat around for a LONG time, I finally ended up with a
-strong need to edit color pixmaps. Presto, this is what has appeared
-from that problem.
-
-The short features list:
- Usual paint operations:
- Brushes, Spray paint, Pencil
- Lines, Arcs, Pattern Fill, Text,
- Boxes, Circles, Polygons.
- Works on multiple images simultaneously.
- Cut/Copy/Paste between all active images.
- Fatbits/Zoom on the image windows.
diff --git a/x11/xpaint/pkg/PLIST b/x11/xpaint/pkg/PLIST
deleted file mode 100644
index 209af03d766..00000000000
--- a/x11/xpaint/pkg/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 1998/12/19 22:26:00 christos Exp $
-bin/xpaint
-lib/X11/app-defaults/XPaint