- remove flavor that used gtk+1
- remove maintainer (pval) while here too ok pval@
This commit is contained in:
parent
86c563ff27
commit
398c4d9a43
@ -1,39 +1,26 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2009/08/10 06:33:44 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2010/03/21 10:41:43 jasper Exp $
|
||||
|
||||
COMMENT= generate resources for PalmOS applications from text descr
|
||||
|
||||
DISTNAME= pilrc-2.8p5
|
||||
PKGNAME= ${DISTNAME:S/p5/.5/}p0
|
||||
DISTNAME= pilrc-3.2
|
||||
CATEGORIES= palm devel
|
||||
|
||||
HOMEPAGE= http://www.ardiri.com/index.php?redir=palm\&cat=pilrc
|
||||
|
||||
MAINTAINER= Peter Valchev <pvalchev@openbsd.org>
|
||||
|
||||
# GPL
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= c
|
||||
|
||||
MASTER_SITES= http://www.hig.se/~ardiri/download/palm/
|
||||
|
||||
FLAVORS= no_x11
|
||||
FLAVOR?=
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pilrc/}
|
||||
|
||||
USE_GMAKE= Yes
|
||||
NO_REGRESS= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
.if ${FLAVOR:L:Mno_x11}
|
||||
CONFIGURE_ARGS= --disable-pilrcui
|
||||
.else
|
||||
USE_X11= Yes
|
||||
LIB_DEPENDS= gtk.>=1.2,gdk.>=1.2:gtk+-*:x11/gtk+
|
||||
CONFIGURE_ARGS= --enable-pilrcui
|
||||
WANTLIB+= X11 Xext Xi glib gmodule iconv intl m pthread-stubs xcb
|
||||
.endif
|
||||
CONFIGURE_SCRIPT=${WRKSRC}/unix/configure
|
||||
|
||||
DOCDIR= ${PREFIX}/share/doc/pilrc
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (pilrc-2.8p5.tar.gz) = SwdkT03oiDJ63nwShQsZ8A==
|
||||
RMD160 (pilrc-2.8p5.tar.gz) = Q+M7XWDF2jMQOtJ36jyEesiNnSg=
|
||||
SHA1 (pilrc-2.8p5.tar.gz) = tbr9uQu9MmId5iA+heOnmVH8LkY=
|
||||
SHA256 (pilrc-2.8p5.tar.gz) = wHx0mlatY53T94Gt5xL1cUyKEp34UqPCRrmH/2sDzDA=
|
||||
SIZE (pilrc-2.8p5.tar.gz) = 194020
|
||||
MD5 (pilrc-3.2.tar.gz) = mh4RTF/h9voP+7dCxNhRDg==
|
||||
RMD160 (pilrc-3.2.tar.gz) = 6d+5YILHQG4mnqma7EzipgKeiv0=
|
||||
SHA1 (pilrc-3.2.tar.gz) = p1R2D4j7RGin5kCm406L2Q3OJRA=
|
||||
SHA256 (pilrc-3.2.tar.gz) = 89bqPHf10qAHB/Q3KiEjd6t713s9aMPbfiilU7I1kD8=
|
||||
SIZE (pilrc-3.2.tar.gz) = 259898
|
||||
|
@ -1,14 +1,14 @@
|
||||
$OpenBSD: patch-font_c,v 1.1 2002/02/20 19:31:29 pvalchev Exp $
|
||||
--- font.c.orig Sat May 26 07:51:43 2001
|
||||
+++ font.c Wed Feb 20 12:15:26 2002
|
||||
@@ -80,8 +80,8 @@ int vfontType;
|
||||
$OpenBSD: patch-font_c,v 1.2 2010/03/21 10:41:43 jasper Exp $
|
||||
--- font.c.orig Sun Jan 31 16:12:10 2010
|
||||
+++ font.c Sun Jan 31 16:12:27 2010
|
||||
@@ -85,8 +85,8 @@ int vfontType;
|
||||
|
||||
typedef struct
|
||||
typedef struct FontCharInfoType
|
||||
{
|
||||
- char offset;
|
||||
- char width;
|
||||
+ int offset;
|
||||
+ int width;
|
||||
}
|
||||
FontCharInfoType;
|
||||
} FontCharInfoType;
|
||||
|
||||
FontCharInfoType *fntOW[256];
|
||||
|
@ -2,6 +2,3 @@ PilRC is an application that takes a resource script file and generates
|
||||
one or more binary resource files that are to be used when developing
|
||||
for the Palm Computing Platform. PilRCUI gives you a preview of your
|
||||
resource file.
|
||||
|
||||
Package can be built with the no_x11 flavor which does not include
|
||||
PilRCUI and does not need X11.
|
||||
|
@ -1,2 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.no-no_x11,v 1.1 2001/08/18 21:30:35 pvalchev Exp $
|
||||
bin/pilrcui
|
@ -1,5 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2004/09/15 18:22:17 espie Exp $
|
||||
bin/pilrc
|
||||
@comment $OpenBSD: PLIST,v 1.4 2010/03/21 10:41:43 jasper Exp $
|
||||
@pkgpath palm/pilrc,no_x11
|
||||
@bin bin/pilrc
|
||||
share/doc/pilrc/
|
||||
share/doc/pilrc/archive.html
|
||||
share/doc/pilrc/contrib.html
|
||||
@ -9,4 +10,8 @@ share/doc/pilrc/images/
|
||||
share/doc/pilrc/images/download.gif
|
||||
share/doc/pilrc/index.html
|
||||
share/doc/pilrc/manual.html
|
||||
!%%no_x11%%
|
||||
share/pilrc/
|
||||
share/pilrc/palette-02.pbm
|
||||
share/pilrc/palette-04.pgm
|
||||
share/pilrc/palette-16.pgm
|
||||
share/pilrc/palette-256.ppm
|
||||
|
Loading…
x
Reference in New Issue
Block a user