diff options
author | bjs <bjs@pkgsrc.org> | 2008-09-09 10:14:30 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2008-09-09 10:14:30 +0000 |
commit | 8ac4114149e6cfa28c592f293e291db1c2b9c1e7 (patch) | |
tree | 66e7cbbdcfa50639349db7775653a1b6d0e2a756 /editors/xvile | |
parent | 7c30c6a65067b13e28b19df9e12e4c753cdfe559 (diff) | |
download | pkgsrc-8ac4114149e6cfa28c592f293e291db1c2b9c1e7.tar.gz |
Update to vile-9.7. This is a bug-fix release with some minor
feature improvements (remove obsolete filters, improve ruby filter,
improved syntax highlighting, some locale/encoding fixes, etc.)
In pkgsrc, add DESTDIR support to xvile. While here, include
libXt and libXmu so that xvile will build if XAW_TYPE=xpm.
Diffstat (limited to 'editors/xvile')
-rw-r--r-- | editors/xvile/Makefile | 22 | ||||
-rw-r--r-- | editors/xvile/PLIST | 5 |
2 files changed, 15 insertions, 12 deletions
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index 5cd2dd218b8..987a71d7f84 100644 --- a/editors/xvile/Makefile +++ b/editors/xvile/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.56 2008/01/05 14:59:47 agc Exp $ +# $NetBSD: Makefile,v 1.57 2008/09/09 10:14:30 bjs Exp $ -DISTNAME= vile-9.6 +DISTNAME= vile-9.7 PKGNAME= x${DISTNAME} CATEGORIES= editors MASTER_SITES= ftp://invisible-island.net/vile/ \ @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://invisible-island.net/vile/ COMMENT= VI Like Emacs, X11 version -- a fully "X aware" vi work-alike +PKG_DESTDIR_SUPPORT= user-destdir + DISTINFO_FILE= ${.CURDIR}/../../editors/vile/distinfo PATCHDIR= ${.CURDIR}/../../editors/vile/patches @@ -41,15 +43,17 @@ CONFIGURE_ARGS+= --with-screen=Xaw CONFIGURE_ARGS+= --with-xpm post-install: - ${INSTALL_SCRIPT} ${WRKSRC}/perl/vileget ${PREFIX}/bin/xvileget - ${INSTALL_DATA_DIR} ${EGDIR} - set -e; \ - for f in filters/spell.rc filters/filters.rc \ - macros/digraphs.rc macros/pictmode.rc \ - macros/manpage.rc visvile/visvile.rc; do \ - ${INSTALL_DATA} ${WRKSRC}/$$f ${EGDIR}; \ + ${INSTALL_SCRIPT} ${WRKSRC}/perl/vileget \ + ${DESTDIR}${PREFIX}/bin/xvileget + ${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR} + set -e; \ + for f in filters/spell.rc filters/filters.rc \ + macros/digraphs.rc macros/pictmode.rc \ + macros/manpage.rc visvile/visvile.rc; do \ + ${INSTALL_DATA} ${WRKSRC}/$$f ${DESTDIR}${EGDIR}; \ done +.include "../../x11/libXmu/buildlink3.mk" .include "../../x11/libXpm/buildlink3.mk" .include "../../lang/perl5/buildlink3.mk" .include "../../mk/xaw.buildlink3.mk" diff --git a/editors/xvile/PLIST b/editors/xvile/PLIST index bf0aa601a7d..d5bdc7d67f2 100644 --- a/editors/xvile/PLIST +++ b/editors/xvile/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2008/01/05 14:59:47 agc Exp $ +@comment $NetBSD: PLIST,v 1.7 2008/09/09 10:14:30 bjs Exp $ bin/xshell.sh bin/xvile bin/xvile-pager @@ -48,11 +48,9 @@ libexec/xvile/vile-nr-filt libexec/xvile/vile-pas-filt libexec/xvile/vile-perl-filt libexec/xvile/vile-php-filt -libexec/xvile/vile-pl-filt libexec/xvile/vile-pot-filt libexec/xvile/vile-ps-filt libexec/xvile/vile-py-filt -libexec/xvile/vile-rb-filt libexec/xvile/vile-rc-filt libexec/xvile/vile-rcs-filt libexec/xvile/vile-rexx-filt @@ -183,6 +181,7 @@ share/xvile/rexx.keywords share/xvile/rpm.keywords share/xvile/rtf.keywords share/xvile/sccs.keywords +share/xvile/scheme.keywords share/xvile/search.rc share/xvile/sh.keywords share/xvile/shifts.rc |