summaryrefslogtreecommitdiff
path: root/devel/pilrc/Makefile
diff options
context:
space:
mode:
authordillo <dillo>2001-05-11 08:14:33 +0000
committerdillo <dillo>2001-05-11 08:14:33 +0000
commit6e4bea2587ca1dbaeae71b8d04e7aecd7af519c4 (patch)
tree9b86e33c6d69c6c6c363cd3324cebcc455dc3fb1 /devel/pilrc/Makefile
parentc329187ba82c749c042fe0ab95c58988783bb518 (diff)
downloadpkgsrc-6e4bea2587ca1dbaeae71b8d04e7aecd7af519c4.tar.gz
update to 2.8.4
pilrcui (ui previewer) is broken in 2.8, but we get support for LP64. What's new in 2.8 (Tue, 1 May 2001) ----------------- o added new resources - WORDLIST, GRAFITTIINPUTAREA, COLORTABLE, KEYBOARD, COUNTRYLOCALIZATION etc - [MOST ARE SYSTEM USE ONLY], see doc/manual.html for more information o ID generation consistancy fixes - ie: VERSION ID 1 "1.0", VERSION 1 "1.0" and VERSION "1.0" should work - restore's old behaviour to maintain compatibility in older sample code o SLIDER changes - fix warnings for sliders, no longer complain when legal :)) o error message fix - adjust include file messing error to have line # printed :) o DATA change - such that the data file can be found in include directories specified o added -LE32 flag, generate little endian 32bit compatible resources (ARM, NT) o various bugfixes et al :P o recursive includes (32-level deep) now supported o added src2unix.sh script to strip ^M chars for UN*X users o fixed strdup complaints o updated documentation (POPUPLIST example) o added "-R output.ro -prc" option - resources are bundled into a prc database (instead of .bin) !yay! - DEFAULT: cr8r: 'pRES' type: 'data' name: "PilRC resources" - (can be installed on device) o ability to custom specify the above using -creator -type and -name o added srcindent.sh script to indent all source files using indent tool o VC++ error/warning message syntax fix o added creationDate/modificationDate chunks o added support for non-32bit operating systems (alpha etc)
Diffstat (limited to 'devel/pilrc/Makefile')
-rw-r--r--devel/pilrc/Makefile31
1 files changed, 18 insertions, 13 deletions
diff --git a/devel/pilrc/Makefile b/devel/pilrc/Makefile
index 851344ff87c..05ef0ea6084 100644
--- a/devel/pilrc/Makefile
+++ b/devel/pilrc/Makefile
@@ -1,23 +1,28 @@
-# $NetBSD: Makefile,v 1.4 2001/05/02 09:25:56 zuntum Exp $
+# $NetBSD: Makefile,v 1.5 2001/05/11 08:14:33 dillo Exp $
#
-DISTNAME= pilrc-2_7b
-PKGNAME= pilrc-2.7b
+DISTNAME= pilrc-2.8p4
+PKGNAME= pilrc-2.8.4
CATEGORIES= devel
-MASTER_SITES= http://www.ardiri.com/download/palm/pilrc/archive/
-#PATCH_SITES= http://www.ardiri.com/download/palm/pilrc/patch/
-EXTRACT_SUFX= .zip
+MASTER_SITES= http://www.ardiri.com/download/palm/pilrc/patch/
+#MASTER_SITES= http://www.ardiri.com/download/palm/pilrc/archive/
+#EXTRACT_SUFX= .zip
-MAINTAINER= dillo@giga.or.at
+#PATCH_SITES= http://www.ardiri.com/download/palm/pilrc/patch/
+#PATCHFILES= pilrc-2.8p0.diff pilrc-2.8p1.diff pilrc-2.8p2.diff
+#PATCHFILES+= pilrc-2.8p3.diff
+#PATCH_DIST_STRIP+=-p1
+#
+MAINTAINER= dillo@netbsd.org
HOMEPAGE= http://www.ardiri.com/index.cfm?redir=palm&cat=pilrc
COMMENT= generate resources for PalmOS applications from textual description
-# LP64 problems - pilrc.c has: Assert(sizeof(char *) == sizeof(int));
-NOT_FOR_PLATFORM= *-*-alpha *-*-sparc64
-
.include "../../mk/bsd.prefs.mk"
-PILRC_USE_GTK?= YES
+# pilrcui is broken in 2.8
+#PILRC_USE_GTK?= YES
+PILRC_USE_GTK= NO
+
.if ${PILRC_USE_GTK} == YES
DEPENDS+= gtk+>=1.2.0:../../x11/gtk
PLIST_SUBST+= PILRCUI=''
@@ -26,9 +31,9 @@ CONFIGURE_ARGS+=--disable-pilrcui
PLIST_SUBST+= PILRCUI='@comment '
.endif
-EXTRACT_CMD= unzip -aq ${DOWNLOADED_DISTFILE}
+#EXTRACT_CMD= unzip -aq ${DOWNLOADED_DISTFILE}
-WRKSRC= ${WRKDIR}/${PKGNAME}
+WRKSRC= ${WRKDIR}/pilrc-2.8p4
GNU_CONFIGURE= YES
DOCDIR= ${PREFIX}/share/doc/html/pilrc