svn commit: r309235 - in head/editors: . deforaos-editor
Baptiste Daroussin
bapt at FreeBSD.org
Wed Dec 19 12:28:38 UTC 2012
Author: bapt
Date: Wed Dec 19 12:28:37 2012
New Revision: 309235
URL: http://svnweb.freebsd.org/changeset/ports/309235
Log:
DeforaOS Desktop editor
PR: ports/172995
Submitted by: Olivier Cochard-Labbe <olivier at cochard.me>
Added:
head/editors/deforaos-editor/
head/editors/deforaos-editor/Makefile (contents, props changed)
head/editors/deforaos-editor/distinfo (contents, props changed)
head/editors/deforaos-editor/pkg-descr (contents, props changed)
head/editors/deforaos-editor/pkg-plist (contents, props changed)
Modified:
head/editors/Makefile
Modified: head/editors/Makefile
==============================================================================
--- head/editors/Makefile Wed Dec 19 12:17:43 2012 (r309234)
+++ head/editors/Makefile Wed Dec 19 12:28:37 2012 (r309235)
@@ -47,6 +47,7 @@
SUBDIR += conglomerate
SUBDIR += cooledit
SUBDIR += cream
+ SUBDIR += deforaos-editor
SUBDIR += dhex
SUBDIR += diakonos
SUBDIR += dkns
Added: head/editors/deforaos-editor/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/editors/deforaos-editor/Makefile Wed Dec 19 12:28:37 2012 (r309235)
@@ -0,0 +1,23 @@
+# Created by: Olivier Cochard-Labbe <olivier at cochard.me>
+# $FreeBSD$
+
+PORTNAME= editor
+PORTVERSION= 0.2.1
+CATEGORIES= editors
+MASTER_SITES= http://www.defora.org/os/download/download/3702/
+DISTNAME= Editor-${PORTVERSION}
+PKGNAMEPREFIX= deforaos-
+
+MAINTAINER= olivier at cochard.me
+COMMENT= DeforaOS desktop text editor
+
+LICENSE= GPLv3
+
+LIB_DEPENDS= System:${PORTSDIR}/devel/deforaos-libsystem \
+ Desktop:${PORTSDIR}/x11/deforaos-libdesktop
+
+USE_GNOME= gtk20 desktopfileutils
+USE_PKGCONFIG= build
+USE_GETTEXT= yes
+
+.include <bsd.port.mk>
Added: head/editors/deforaos-editor/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/editors/deforaos-editor/distinfo Wed Dec 19 12:28:37 2012 (r309235)
@@ -0,0 +1,2 @@
+SHA256 (Editor-0.2.1.tar.gz) = 901a63db4ed3d1a625e4fbd25e39267618c0ecb88095dffd06739f9f0d392000
+SIZE (Editor-0.2.1.tar.gz) = 27755
Added: head/editors/deforaos-editor/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/editors/deforaos-editor/pkg-descr Wed Dec 19 12:28:37 2012 (r309235)
@@ -0,0 +1,3 @@
+DeforaOS desktop text editor
+
+WWW: http://www.defora.org/
Added: head/editors/deforaos-editor/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/editors/deforaos-editor/pkg-plist Wed Dec 19 12:28:37 2012 (r309235)
@@ -0,0 +1,6 @@
+bin/editor
+share/applications/editor.desktop
+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
More information about the svn-ports-head
mailing list