From owner-freebsd-questions@FreeBSD.ORG Sun Oct 7 15:44:30 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 6BC5A106564A for ; Sun, 7 Oct 2012 15:44:30 +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 235588FC12 for ; Sun, 7 Oct 2012 15:44:29 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TKt1t-0004eS-LD for freebsd-questions@freebsd.org; Sun, 07 Oct 2012 17:44:33 +0200 Received: from 79-139-19-75.prenet.pl ([79.139.19.75]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 07 Oct 2012 17:44:33 +0200 Received: from jb.1234abcd by 79-139-19-75.prenet.pl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 07 Oct 2012 17:44:33 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: jb Date: Sun, 7 Oct 2012 15:44:15 +0000 (UTC) Lines: 61 Message-ID: References: <20121007133707.4f7fb7c9.freebsd@edvax.de> <20121007170115.542925aa.freebsd@edvax.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 79.139.19.75 (Mozilla/5.0 (X11; FreeBSD i386; rv:15.0) Gecko/20100101 Firefox/15.0.1) 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 15:44:30 -0000 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). jb