From owner-freebsd-questions@FreeBSD.ORG Sun Oct 7 22:37:32 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 03814106566B for ; Sun, 7 Oct 2012 22:37:32 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id A35138FC14 for ; Sun, 7 Oct 2012 22:37:31 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TKzTa-00005c-P9 for freebsd-questions@freebsd.org; Mon, 08 Oct 2012 00:37:34 +0200 Received: from cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com ([86.21.186.149]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 08 Oct 2012 00:37:34 +0200 Received: from walterhurry by cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 08 Oct 2012 00:37:34 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Walter Hurry Date: Sun, 7 Oct 2012 22:37:18 +0000 (UTC) Lines: 57 Message-ID: References: <20121007133707.4f7fb7c9.freebsd@edvax.de> <20121007170115.542925aa.freebsd@edvax.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com User-Agent: Pan/0.135 (Tomorrow I'll Wake Up and Scald Myself with Tea; GIT 30dc37b master) Subject: Re: compile/install Libreoffice Writer only X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Oct 2012 22:37:32 -0000 On Sun, 07 Oct 2012 15:44:15 +0000, jb wrote: > Polytropon edvax.de> writes: > > >> On Sun, 7 Oct 2012 12:12:17 +0000 (UTC), jb wrote: >> > Polytropon edvax.de> writes: >> > >> > >> > > On Sun, 7 Oct 2012 05:11:50 +0000 (UTC), jb wrote: >> > > > Hi, >> > > > is there a way to do that right now in ports (config, make >> > > > options) ? >> > > > Or would that require separate source packaging per component ? >> > > >> > > I'm not aware that this is possible, as LibreOffice (like >> > > OpenOffice) is designed as an "integrated package" containing >> > > various interconnected parts of office productivity programs. >> > > So I assume it's not easy to build _only_ one component. >> > > ... >> > >> > It is possible - those Linux lollipops offer such in some distros, >> > prepackaged. >> >> Interesting, I didn't think that was possible. Does this come with a >> _separated_ build for all the components that have such a corresponding >> package, or is it simply not containing the binaries for the "other" >> components? >> ... > > For example, in Archlinux these are separate builds/packages: > > libreoffice-common > > libreoffice-base libreoffice-calc libreoffice-draw libreoffice-impress > libreoffice-writer > > libreoffice-sdk libreoffice-sdk-doc > > libreoffice-extension-nlpsolver libreoffice-extension-pdfimport > libreoffice-extension-presentation-minimizer > libreoffice-extension-presenter-screen libreoffice-gnome > libreoffice-kde4 libreoffice-math libreoffice-postgresql-connector > libreoffice-scripting-javascript ... > > So, there is a lot of functionality thru modularity. > > For example, in CentOS (clone of RedHat) I can install > libreoffice-writer only, which pulls libreoffice-common, and perhaps > some extension packages (if so configured). Yes, but libreoffice-common is essentially the whole thing; libreoffice- base, libreoffice-calc, libreoffice-draw, libreoffice-impress and libreoffice-writer are (relatively) small front ends. To all intents and purposes, Polytropon is right.