summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorkhorben <khorben@pkgsrc.org>2014-04-08 02:10:29 +0000
committerkhorben <khorben@pkgsrc.org>2014-04-08 02:10:29 +0000
commit4d21eb47d7a58ef41495a086da23625f5acc4aa0 (patch)
tree9589be7fccf78dcd525f66380dcaf4ebc51c1856 /editors
parente816e6954c3361a8dc7610fdcb51304fefeb04e7 (diff)
downloadpkgsrc-4d21eb47d7a58ef41495a086da23625f5acc4aa0.tar.gz
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
Diffstat (limited to 'editors')
-rw-r--r--editors/deforaos-editor/Makefile21
-rw-r--r--editors/deforaos-editor/PLIST9
-rw-r--r--editors/deforaos-editor/distinfo8
3 files changed, 26 insertions, 12 deletions
diff --git a/editors/deforaos-editor/Makefile b/editors/deforaos-editor/Makefile
index 35024e8cbe9..5a1b13d9eba 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 1ebe9dd1d9f..2e388c9515f 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 ea8a7460517..2ad9a018c38 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