Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Dec 2012 14:45:36 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309244 - in head/x11: . deforaos-desktop
Message-ID:  <201212191445.qBJEjaXX017938@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Dec 19 14:45:35 2012
New Revision: 309244
URL: http://svnweb.freebsd.org/changeset/ports/309244

Log:
  This metaport installs the entire Deforaos desktop
  
  PR:		ports/173001
  Submitted by:	Olivier Cochard-Labbe <olivier@cochard.me>

Added:
  head/x11/deforaos-desktop/
  head/x11/deforaos-desktop/Makefile   (contents, props changed)
  head/x11/deforaos-desktop/pkg-descr   (contents, props changed)
Modified:
  head/x11/Makefile

Modified: head/x11/Makefile
==============================================================================
--- head/x11/Makefile	Wed Dec 19 14:36:05 2012	(r309243)
+++ head/x11/Makefile	Wed Dec 19 14:45:35 2012	(r309244)
@@ -31,6 +31,7 @@
     SUBDIR += compositeproto
     SUBDIR += damageproto
     SUBDIR += decurs
+    SUBDIR += deforaos-desktop
     SUBDIR += deforaos-keyboard
     SUBDIR += deforaos-libdesktop
     SUBDIR += deforaos-locker

Added: head/x11/deforaos-desktop/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/deforaos-desktop/Makefile	Wed Dec 19 14:45:35 2012	(r309244)
@@ -0,0 +1,39 @@
+# Created by: Olivier Cochard-Labbe <olivier@cochard.me>
+# $FreeBSD$
+
+PORTNAME=	desktop
+PORTVERSION=	0.1
+CATEGORIES=	x11
+MASTER_SITES=	# none
+DISTFILES=	# none
+EXTRACT_ONLY=	# none
+PKGNAMEPREFIX=	deforaos-
+
+MAINTAINER=	olivier@cochard.me
+COMMENT=	Deforaos distribution metaport
+
+RUN_DEPENDS=	${LOCALBASE}/bin/keyboard:${PORTSDIR}/x11/deforaos-keyboard \
+		${LOCALBASE}/bin/panel:${PORTSDIR}/x11/deforaos-panel \
+		${LOCALBASE}/bin/browser:${PORTSDIR}/x11-fm/deforaos-browser \
+		${LOCALBASE}/bin/locker:${PORTSDIR}/x11/deforaos-locker \
+		${LOCALBASE}/bin/pdfviewer:${PORTSDIR}/print/deforaos-pdfviewer \
+		${LOCALBASE}/bin/mailer:${PORTSDIR}/mail/deforaos-mailer \
+		${LOCALBASE}/bin/surfer:${PORTSDIR}/www/deforaos-surfer \
+		${LOCALBASE}/bin/todo:${PORTSDIR}/deskutils/deforaos-todo \
+		${LOCALBASE}/bin/player:${PORTSDIR}/multimedia/deforaos-player \
+		${LOCALBASE}/bin/mixer:${PORTSDIR}/audio/deforaos-mixer \
+		${LOCALBASE}/bin/editor:${PORTSDIR}/editors/deforaos-editor \
+		${LOCALBASE}/bin/phone:${PORTSDIR}/comms/deforaos-phone
+
+NO_BUILD=	yes
+
+do-install:
+
+pre-everything::
+	@${ECHO_MSG} "This is a meta-port, meaning that it just depends on its subparts of the port."
+	@${ECHO_MSG} "It won't build and install all the parts until you have typed make install"
+	@${ECHO_MSG} "This port does not ensure things are upgraded; use pkgng/portmaster if you want to"
+	@${ECHO_MSG} "upgrade Defora."
+	@${ECHO_MSG} ""
+
+.include <bsd.port.mk>

Added: head/x11/deforaos-desktop/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/deforaos-desktop/pkg-descr	Wed Dec 19 14:45:35 2012	(r309244)
@@ -0,0 +1,3 @@
+This metaport installs the entire Deforaos desktop
+
+WWW: http://www.defora.org/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212191445.qBJEjaXX017938>