From c2fa8f5d7b0372a6f0de7437c7e2efa80a8872dc Mon Sep 17 00:00:00 2001 From: khorben Date: Tue, 8 Apr 2014 02:10:29 +0000 Subject: [PATCH] Packaged DeforaOS Editor 0.3.0, with: - fix for an issue when saving a new file - more useful status bar - improved properties dialog - support for use as a UNIX filter - new generic UNIX filtering tool, filter(1) - manual pages available for both editor(1) and filter(1) - cleaner build with Gtk+ >= 3.0 - additional usability fixes --- editors/deforaos-editor/Makefile | 21 +++++++++++++++------ editors/deforaos-editor/PLIST | 9 +++++++-- editors/deforaos-editor/distinfo | 8 ++++---- 3 files changed, 26 insertions(+), 12 deletions(-) diff --git a/editors/deforaos-editor/Makefile b/editors/deforaos-editor/Makefile index 35024e8cbe9f..5a1b13d9eba8 100644 --- a/editors/deforaos-editor/Makefile +++ b/editors/deforaos-editor/Makefile @@ -1,11 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2013/10/10 14:42:06 ryoon Exp $ -# +# $NetBSD: Makefile,v 1.8 2014/04/08 02:10:29 khorben Exp $ -DISTNAME= Editor-0.2.1 -PKGNAME= deforaos-editor-0.2.1 -PKGREVISION= 6 +DISTNAME= Editor-0.3.0 +PKGNAME= deforaos-editor-0.3.0 CATEGORIES= editors -MASTER_SITES= http://www.defora.org/os/download/download/3702/ +MASTER_SITES= http://www.defora.org/os/download/download/4326/ MAINTAINER= khorben@defora.org HOMEPAGE= http://www.defora.org/ @@ -18,6 +16,17 @@ USE_TOOLS+= xgettext MAKE_FLAGS+= DESTDIR=${DESTDIR} MAKE_FLAGS+= PREFIX=${PREFIX} +AUTO_MKDIRS= yes + +.include "../../mk/bsd.prefs.mk" + +.if ${PKGMANDIR} != "share/man" +post-install: + ${MV} ${DESTDIR}${PREFIX}/share/man/man1/editor.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/editor.1 + ${MV} ${DESTDIR}${PREFIX}/share/man/man1/filter.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/filter.1 + ${RMDIR} ${DESTDIR}${PREFIX}/share/man/man1 + ${RMDIR} ${DESTDIR}${PREFIX}/share/man +.endif .include "options.mk" diff --git a/editors/deforaos-editor/PLIST b/editors/deforaos-editor/PLIST index 1ebe9dd1d9fb..2e388c9515fc 100644 --- a/editors/deforaos-editor/PLIST +++ b/editors/deforaos-editor/PLIST @@ -1,7 +1,12 @@ -@comment $NetBSD: PLIST,v 1.1 2012/12/17 01:27:42 khorben Exp $ +@comment $NetBSD: PLIST,v 1.2 2014/04/08 02:10:29 khorben Exp $ bin/editor -share/applications/editor.desktop +bin/filter +share/applications/deforaos-editor.desktop +share/doc/html/Editor/editor.html +share/doc/html/Editor/filter.html share/locale/de/LC_MESSAGES/Editor.mo share/locale/es/LC_MESSAGES/Editor.mo share/locale/fr/LC_MESSAGES/Editor.mo share/locale/it/LC_MESSAGES/Editor.mo +man/man1/editor.1 +man/man1/filter.1 diff --git a/editors/deforaos-editor/distinfo b/editors/deforaos-editor/distinfo index ea8a74605173..2ad9a018c38d 100644 --- a/editors/deforaos-editor/distinfo +++ b/editors/deforaos-editor/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2012/12/17 01:27:42 khorben Exp $ +$NetBSD: distinfo,v 1.2 2014/04/08 02:10:29 khorben Exp $ -SHA1 (Editor-0.2.1.tar.gz) = 74ab21ca778e4fc8856f826a732de054dab29099 -RMD160 (Editor-0.2.1.tar.gz) = d86c7f9752e54756004a2bb5791e15d8193eed43 -Size (Editor-0.2.1.tar.gz) = 27755 bytes +SHA1 (Editor-0.3.0.tar.gz) = 326a30cd425f89d96949fb29ccacdf33831ba718 +RMD160 (Editor-0.3.0.tar.gz) = 511c8f593bdd5e63f4cf9530cdf6a7d541f5e041 +Size (Editor-0.3.0.tar.gz) = 33801 bytes