diff options
author | dillo <dillo@pkgsrc.org> | 2005-05-26 10:22:47 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2005-05-26 10:22:47 +0000 |
commit | 939a27051073781b0ba19a14079de7045f8f09a1 (patch) | |
tree | 78e71f35961c3678e11a019d6499033764ce6dfb /devel/pilrc | |
parent | c8d432780deb99365095ba566ed215e70bf60397 (diff) | |
download | pkgsrc-939a27051073781b0ba19a14079de7045f8f09a1.tar.gz |
update to 3.2: numerous enhancements and bugfixes
Diffstat (limited to 'devel/pilrc')
-rw-r--r-- | devel/pilrc/Makefile | 29 | ||||
-rw-r--r-- | devel/pilrc/PLIST | 7 | ||||
-rw-r--r-- | devel/pilrc/distinfo | 11 |
3 files changed, 16 insertions, 31 deletions
diff --git a/devel/pilrc/Makefile b/devel/pilrc/Makefile index ba5adefbe32..3ce382cab65 100644 --- a/devel/pilrc/Makefile +++ b/devel/pilrc/Makefile @@ -1,30 +1,17 @@ -# $NetBSD: Makefile,v 1.26 2005/05/22 20:07:54 jlam Exp $ +# $NetBSD: Makefile,v 1.27 2005/05/26 10:22:47 dillo Exp $ # -DISTNAME= pilrc-2.9p9 -PKGNAME= pilrc-2.9.10 -PKGREVISION= 3 +DISTNAME= pilrc-3.2 #WRKSRC= ${WRKDIR}/pilrc-2.9p9 -EXTRACT_SUFX= .tgz CATEGORIES= devel -MASTER_SITES= http://www.ardiri.com/download/files/palm/ \ - http://www.ardiri.com/download/palm/pilrc/archive/ - -PATCH_SITES= ${MASTER_SITES} -PATCHFILES= pilrc-2.9p10.diff -PATCH_DIST_STRIP+= -p1 -# -# The pilrc patches don't have Unix line endings, so strip off the extra -# \r character on each line. -# -PATCH_DIST_CAT= ${CAT} $$patchfile | ${TR} -d '\015' +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pilrc/} MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://www.ardiri.com/index.cfm?redir=palm&cat=pilrc +HOMEPAGE= http://pilrc.sourceforge.net/ COMMENT= Generate resources for PalmOS applications from textual description -USE_TOOLS+= gmake GNU_CONFIGURE= YES +CONFIGURE_SCRIPT=unix/configure DOCDIR= ${PREFIX}/share/doc/html/pilrc @@ -45,15 +32,11 @@ PKG_OPTIONS_LEGACY_VARS+= PILRC_USE_GTK:gtk .if !empty(PKG_OPTIONS:Mgtk) . include "../../x11/gtk/buildlink3.mk" PLIST_SUBST+= PILRCUI= +CONFIGURE_ARGS+=--enable-pilrcui .else -CONFIGURE_ARGS+=--disable-pilrcui PLIST_SUBST+= PILRCUI="@comment " .endif -#post-extract: -# ${CHMOD} +x ${WRKSRC}/configure -# ${CHMOD} +x ${WRKSRC}/missing - post-install: ${INSTALL_DATA_DIR} ${DOCDIR} ${INSTALL_DATA_DIR} ${DOCDIR}/images diff --git a/devel/pilrc/PLIST b/devel/pilrc/PLIST index 9bf21fc6c5a..bd8b04435fc 100644 --- a/devel/pilrc/PLIST +++ b/devel/pilrc/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:25:55 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2005/05/26 10:22:47 dillo Exp $ bin/pilrc ${PILRCUI}bin/pilrcui share/doc/html/pilrc/archive.html @@ -8,5 +8,10 @@ share/doc/html/pilrc/history.html share/doc/html/pilrc/images/download.gif share/doc/html/pilrc/index.html share/doc/html/pilrc/manual.html +share/pilrc/palette-02.pbm +share/pilrc/palette-04.pgm +share/pilrc/palette-16.pgm +share/pilrc/palette-256.ppm +@dirrm share/pilrc @dirrm share/doc/html/pilrc/images @dirrm share/doc/html/pilrc diff --git a/devel/pilrc/distinfo b/devel/pilrc/distinfo index 9028dc8a407..360d864911c 100644 --- a/devel/pilrc/distinfo +++ b/devel/pilrc/distinfo @@ -1,8 +1,5 @@ -$NetBSD: distinfo,v 1.5 2005/02/23 22:24:30 agc Exp $ +$NetBSD: distinfo,v 1.6 2005/05/26 10:22:47 dillo Exp $ -SHA1 (pilrc-2.9p9.tgz) = bfce7c87f9e70977588821bf72e6759161887610 -RMD160 (pilrc-2.9p9.tgz) = 8d52755b7c56d1a640248db687af104d66619e07 -Size (pilrc-2.9p9.tgz) = 243935 bytes -SHA1 (pilrc-2.9p10.diff) = 6c91b19e864f116f5dd4d28c8f7714e15c257244 -RMD160 (pilrc-2.9p10.diff) = 3c074742b5025b7086a93e895416e550d2e27844 -Size (pilrc-2.9p10.diff) = 6459 bytes +SHA1 (pilrc-3.2.tar.gz) = a754760f88fb4468a7e640a6e34e8bd90dce2510 +RMD160 (pilrc-3.2.tar.gz) = e9dfb96082c7406e269ea99aec4ce2a6029e8afd +Size (pilrc-3.2.tar.gz) = 259898 bytes |