summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorkhorben <khorben>2015-06-11 18:47:33 +0000
committerkhorben <khorben>2015-06-11 18:47:33 +0000
commitcd635b187cc77458c975f0dd078fcf2dc9bde165 (patch)
tree8b1720f59073f344245032c1bfd48cd711154f74 /editors
parent93b2b0a7d8afeb92a586dbac262318b2e52bb2b8 (diff)
downloadpkgsrc-cd635b187cc77458c975f0dd078fcf2dc9bde165.tar.gz
Package DeforaOS Editor 0.3.1
This minor release brings the following: - printing support; - minor improvement to the user interface; - build fixes; - re-license as 2-clause BSD.
Diffstat (limited to 'editors')
-rw-r--r--editors/deforaos-editor/Makefile14
-rw-r--r--editors/deforaos-editor/PLIST10
-rw-r--r--editors/deforaos-editor/distinfo8
3 files changed, 17 insertions, 15 deletions
diff --git a/editors/deforaos-editor/Makefile b/editors/deforaos-editor/Makefile
index ac93cba7478..57d54db0fb0 100644
--- a/editors/deforaos-editor/Makefile
+++ b/editors/deforaos-editor/Makefile
@@ -1,16 +1,15 @@
-# $NetBSD: Makefile,v 1.12 2015/04/25 14:20:41 tnn Exp $
+# $NetBSD: Makefile,v 1.13 2015/06/11 18:47:33 khorben Exp $
-DISTNAME= Editor-0.3.0
-PKGNAME= deforaos-editor-0.3.0
-PKGREVISION= 2
+DISTNAME= Editor-0.3.1
+PKGNAME= deforaos-editor-0.3.1
CATEGORIES= editors
-MASTER_SITES= http://www.defora.org/os/download/download/4326/
+MASTER_SITES= http://www.defora.org/os/download/download/4356/
MAINTAINER= khorben@defora.org
HOMEPAGE= http://www.defora.org/
COMMENT= DeforaOS desktop text editor
-LICENSE= gnu-gpl-v3
+LICENSE= 2-clause-bsd
USE_TOOLS+= pkg-config
USE_TOOLS+= xgettext
@@ -23,8 +22,11 @@ AUTO_MKDIRS= yes
.if ${PKGMANDIR} != "share/man"
post-install:
+ ${MV} ${DESTDIR}${PREFIX}/share/man/html1/editor.html ${DESTDIR}${PREFIX}/${PKGMANDIR}/html1/editor.html
+ ${MV} ${DESTDIR}${PREFIX}/share/man/html1/filter.html ${DESTDIR}${PREFIX}/${PKGMANDIR}/html1/filter.html
${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/html1
${RMDIR} ${DESTDIR}${PREFIX}/share/man/man1
${RMDIR} ${DESTDIR}${PREFIX}/share/man
.endif
diff --git a/editors/deforaos-editor/PLIST b/editors/deforaos-editor/PLIST
index 2e388c9515f..a0c89c48515 100644
--- a/editors/deforaos-editor/PLIST
+++ b/editors/deforaos-editor/PLIST
@@ -1,12 +1,12 @@
-@comment $NetBSD: PLIST,v 1.2 2014/04/08 02:10:29 khorben Exp $
+@comment $NetBSD: PLIST,v 1.3 2015/06/11 18:47:33 khorben Exp $
bin/editor
bin/filter
+man/html1/editor.html
+man/html1/filter.html
+man/man1/editor.1
+man/man1/filter.1
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 2ad9a018c38..c070f4cbf42 100644
--- a/editors/deforaos-editor/distinfo
+++ b/editors/deforaos-editor/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2014/04/08 02:10:29 khorben Exp $
+$NetBSD: distinfo,v 1.3 2015/06/11 18:47:33 khorben Exp $
-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
+SHA1 (Editor-0.3.1.tar.gz) = fddf038efb4103a19d678fc18256a95393b719cb
+RMD160 (Editor-0.3.1.tar.gz) = 2acd7ea0edb48da227b50534cac08d1ce82bea83
+Size (Editor-0.3.1.tar.gz) = 24907 bytes