update to 3.2: numerous enhancements and bugfixes
This commit is contained in:
parent
c8d432780d
commit
939a270510
3 changed files with 16 additions and 31 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue