Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Oct 2012 09:03:27 -0500
From:      Antonio Olivares <olivares14031@gmail.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: freebsd-texlive port
Message-ID:  <CAJ5UdcM3TQAdV=JoE7Ru%2B4QdHjiq_FQkAywE27z5vY_1bqhDEA@mail.gmail.com>
In-Reply-To: <20121011123740.GA87308@kontrol.kode5.net>
References:  <20121010015528.GA29059@shellx.eskimo.com> <CAJ5UdcNPFnpZki64cBPhL-E77MX4bR1irP_%2B-%2BBiiz4NYzpjjA@mail.gmail.com> <20121010130144.GA12086@osx.kode5.net> <20121010174925.bf530323.freebsd@edvax.de> <20121010160144.GA13359@kontrol.kode5.net> <CAO6-GAc8wQN%2BjNO1sy9Z-NUzC=hxD_oo8mp5HyGD2cPi4pKKyg@mail.gmail.com> <20121010203243.GA705@kontrol.kode5.net> <20121011000342.bb5dc60e.freebsd@edvax.de> <CAJ5UdcMJ_hh_LauTFxwMtDVX7dq5v3Pmh=VF4c6M16cVMZFBDQ@mail.gmail.com> <20121011123740.GA87308@kontrol.kode5.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Oct 11, 2012 at 7:37 AM, Jamie Paul Griffin <jamie@kode5.net> wrote=
:
> [ Antonio Olivares wrote on Thu 11.Oct'12 at  6:39:00 -0500 ]
>
>
>> The efforts by Romain Tartiere should not go unnoticed.  For many
>> years now, he has a port to texlive:
>>
>> https://code.google.com/p/freebsd-texlive/
>>
>> It works with the FreeBSD tools that you mention and it updates the
>> packages using the FreeBSD infrastructure.  It happens that many
>> people install texlive through the dvd and make several changes so
>> that the tetex binaries do not get called on.
>>
>> I have the freebsd-texlive port installed and it works beautifully.  I
>> can typeset books which require it.  I also use KerTeX,
>>
>> http://www.kergis.com/en/kertex.html
>>
>>  which is smaller and also works great in its own right.   What is
>> kerTeX:  http://tex.stackexchange.com/questions/42234/what-is-kertex
>>
>> For many users kerTeX would do the job for many texing/latexing needs.
>>  However for bigger jobs, i.e, bigger books with many style files, &
>> bigger macros then texlive is needed.  TeTeX does work well for many
>> things, but it is *NOT MAINTAINED, NOT UPDATED* despite the efforts of
>> some people and packages like tikz don't work well *unless you can
>> patch things up in the tex structure to make them work*.
>
> Yes I agree. As well as Romain, Nikola Lecic has done a great deal of wor=
k with getting texlive made available for FreeBSD - I'm sure there are othe=
rs as well.
>
> I recall a couple of years ago, tug.org completely removed support for Fr=
eeBSD which prompted, I believe, the projects that Romain and Nikola starte=
d. Thanks to Nikola, who I *think* is still involved with the texlive proje=
ct and namely support for FreeBSD, this problem no longer exists and the te=
xlive distribution now supports FreeBSD.
>
> KerTeX is something I've yet to try, but I'm extremely interested in what=
 it has to offer. It's innovative and a remarkable amount of work and certa=
inly worth using for those using TeX regularly. NetBSD, or rather pkgsrc, a=
nd Linux software packaging systems as I'm sure you know have broken it dow=
n into portions of the distribution which is a sensible approach as modest =
users of TeX will most likely use only a small percentage of the software t=
hat comes with texlive. Perhaps a similar approach could be implemented int=
o the FreeBSD ports system.
>
> I do think moving away from tetex for good is needed now. With all the ch=
anges to FreeBSD going on, ports relying on a dead project like tetex seems=
 wrong.
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o=
rg"

If I am not mistaken one of the reasons that FreeBSD has not moved to
texlive is because of the documentation.  The documentation project
makes calls to generate handbook and change between different versions
sgml, to tex and then use pdflatex which is/was part of teteX.
Texlive has it also, but the job from within the FreeBSD developers
has not made changes to this.   KerTeX does not have pdftex or
pdflatex which TeTeX still does carry so moving to it would also mean
many changes.

Some people complain that Texlive port/ports are too big and that
teTeX was reasonable and event though a texlive-tetex port exists, but
I guess not to many developers are fond of texlive.

If you or anyone else is interested in kerTeX, I have a script that
automates the installation and most or if not all of the supplemantary
packages, i.e, addons that are available.   I have it on several of my
machines and I am happy to use it.

[olivares@grullahighschool ~]$ which_kertex

#              WARNING!!!  WARNING!!!  WARNING!!!
#
# 1) The path separator is now, everywhere, semicolon ';' and not
#	colon ':'.
# 2) The pkg stuff is now in /usr/local/share/kertex/pkg/. Run instead
of pkg_core:
# 	/bin/sh /usr/local/share/kertex/pkg/kertex.sh install
#

KERTEX_VERSION=3D0.9999.6.2
KERTEX_HOST=3Dfreebsd-amd64-8.3-RELEASE-p3
KERTEX_SHELL=3D/bin/sh
KERTEX_BINDIR=3D/usr/local/bin/kertex
KERTEX_LIBDIR=3D/usr/local/share/kertex
KERTEX_MANDIR=3D/usr/local/share/kertex/man
KERTEX_USER0=3Droot
KERTEX_GROUP0=3Dwheel



Best Regards,


Antonio



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJ5UdcM3TQAdV=JoE7Ru%2B4QdHjiq_FQkAywE27z5vY_1bqhDEA>