import xquote-2.6.10
Xquote is a free WWW quote retrieval tool for the X Window System. ok kili@
This commit is contained in:
parent
63d7db4c13
commit
ae24e09cc3
36
productivity/xquote/Makefile
Normal file
36
productivity/xquote/Makefile
Normal file
@ -0,0 +1,36 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/03/31 11:57:10 martynas Exp $
|
||||
|
||||
COMMENT= Xquote is a free WWW quote retrieval tool for the X Window System
|
||||
|
||||
DISTNAME= xquote-2.6.10
|
||||
CATEGORIES= productivity x11
|
||||
|
||||
HOMEPAGE= http://xinvest.dotsrc.org/
|
||||
|
||||
MAINTAINER= Martynas Venckus <martynas@openbsd.org>
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= ICE SM X11 Xext Xpm Xt c m Xmu
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}
|
||||
|
||||
LIB_DEPENDS= Xbae::x11/xbae
|
||||
|
||||
USE_X11= Yes
|
||||
USE_MOTIF= Yes
|
||||
CONFIGURE_STYLE= imake
|
||||
INSTALL_MAN= No # no manual page
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/Xquote ${PREFIX}/bin/xquote
|
||||
${INSTALL_DATA} ${WRKSRC}/Xquote.ad ${PREFIX}/lib/X11/app-defaults/
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xquote
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xquote
|
||||
|
||||
.include <bsd.port.mk>
|
5
productivity/xquote/distinfo
Normal file
5
productivity/xquote/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (xquote-2.6.10.tar.gz) = a8fec9c8951f4faa7a71d42f4bba008a
|
||||
RMD160 (xquote-2.6.10.tar.gz) = bde5b7ec201eab96c5ff4b98b6bbc5abc3adb4fc
|
||||
SHA1 (xquote-2.6.10.tar.gz) = d88abe72b9994375d454ff749c00fffd09fda05a
|
||||
SHA256 (xquote-2.6.10.tar.gz) = 7a1c1fc376c329cda8e6c1c919d9a8724ae5aa3504c0176004338bfb8fa76d35
|
||||
SIZE (xquote-2.6.10.tar.gz) = 106006
|
12
productivity/xquote/patches/patch-color_c
Normal file
12
productivity/xquote/patches/patch-color_c
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-color_c,v 1.1.1.1 2007/03/31 11:57:10 martynas Exp $
|
||||
--- color.c.orig Sat May 1 21:57:42 2004
|
||||
+++ color.c Fri Mar 30 18:29:27 2007
|
||||
@@ -34,7 +34,7 @@ static char id[] = "$Header: /pack/anoncvs/xinvest/src
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
-#if !defined(__NetBSD__)
|
||||
+#if !defined(__OpenBSD__)
|
||||
#include <values.h>
|
||||
#endif
|
||||
|
12
productivity/xquote/patches/patch-pixmap_c
Normal file
12
productivity/xquote/patches/patch-pixmap_c
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-pixmap_c,v 1.1.1.1 2007/03/31 11:57:10 martynas Exp $
|
||||
--- pixmap.c.orig Sat May 1 21:57:42 2004
|
||||
+++ pixmap.c Fri Mar 30 18:29:27 2007
|
||||
@@ -39,7 +39,7 @@ static char id[] = "$Header: /pack/anoncvs/xinvest/src
|
||||
#ifdef SHAPE
|
||||
#include <X11/extensions/shape.h>
|
||||
#endif
|
||||
-#include <xpm.h>
|
||||
+#include <X11/xpm.h>
|
||||
|
||||
#include "color.h"
|
||||
#include "pixmap.h"
|
1
productivity/xquote/pkg/DESCR
Normal file
1
productivity/xquote/pkg/DESCR
Normal file
@ -0,0 +1 @@
|
||||
Xquote is a free WWW quote retrieval tool for the X Window System.
|
5
productivity/xquote/pkg/PLIST
Normal file
5
productivity/xquote/pkg/PLIST
Normal file
@ -0,0 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/03/31 11:57:10 martynas Exp $
|
||||
bin/xquote
|
||||
lib/X11/app-defaults/Xquote.ad
|
||||
share/doc/xquote/
|
||||
share/doc/xquote/README
|
Loading…
Reference in New Issue
Block a user