pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/pilrc update to 3.2: numerous enhancements and b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/773d0b78b2cc
branches:  trunk
changeset: 494612:773d0b78b2cc
user:      dillo <dillo%pkgsrc.org@localhost>
date:      Thu May 26 10:22:47 2005 +0000

description:
update to 3.2: numerous enhancements and bugfixes

diffstat:

 devel/pilrc/Makefile |  29 ++++++-----------------------
 devel/pilrc/PLIST    |   7 ++++++-
 devel/pilrc/distinfo |  11 ++++-------
 3 files changed, 16 insertions(+), 31 deletions(-)

diffs (92 lines):

diff -r 67cc75f845d7 -r 773d0b78b2cc devel/pilrc/Makefile
--- a/devel/pilrc/Makefile      Thu May 26 09:00:40 2005 +0000
+++ b/devel/pilrc/Makefile      Thu May 26 10:22:47 2005 +0000
@@ -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@localhost
-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 @@
 .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 -r 67cc75f845d7 -r 773d0b78b2cc devel/pilrc/PLIST
--- a/devel/pilrc/PLIST Thu May 26 09:00:40 2005 +0000
+++ b/devel/pilrc/PLIST Thu May 26 10:22:47 2005 +0000
@@ -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/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 -r 67cc75f845d7 -r 773d0b78b2cc devel/pilrc/distinfo
--- a/devel/pilrc/distinfo      Thu May 26 09:00:40 2005 +0000
+++ b/devel/pilrc/distinfo      Thu May 26 10:22:47 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index