| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 09 Jan 2026 20:48:27 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100106153711
location: https://web.archive.org/web/20100106153711/https://texlive_base.darwinports.com/
server-timing: captures_list;dur=0.710663, exclusion.robots;dur=0.053445, exclusion.robots.policy;dur=0.040920, esindex;dur=0.012667, cdx.remote;dur=17.300971, LoadShardBlock;dur=259.772121, PetaboxLoader3.datanode;dur=129.890870, PetaboxLoader3.resolve;dur=98.024406
x-app-server: wwwb-app219-dc8
x-ts: 302
x-tr: 306
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app219; path=/
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Fri, 09 Jan 2026 20:48:29 GMT
content-type: text/html
x-archive-orig-date: Wed, 06 Jan 2010 15:23:03 GMT
x-archive-orig-server: Apache
x-archive-orig-vary: Accept-Encoding
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: iso-8859-1
memento-datetime: Wed, 06 Jan 2010 15:37:11 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: TLA-20100106151418-00757-ia360905-c/TLA-20100106153421-00515-ia360908.us.archive.org.warc.gz
server-timing: captures_list;dur=0.751571, exclusion.robots;dur=0.026079, exclusion.robots.policy;dur=0.011943, esindex;dur=0.016107, cdx.remote;dur=6.824656, LoadShardBlock;dur=116.856745, PetaboxLoader3.datanode;dur=116.766081, PetaboxLoader3.resolve;dur=860.904668, load_resource;dur=1007.365857
x-app-server: wwwb-app219-dc8
x-ts: 200
x-tr: 1212
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
Texlive_base version 2007 - How to Download and Install on Mac OS X
|
|||||||||
Wednesday the 6th of January, 2010 |
|||||||||
texlive_base most recent diffversion 2007
Scroll down toward the bottom of the page to get installation instructions for texlive_base. The raw portfile for texlive_base 2007 is located here: https://texlive_base.darwinports.com/dports/tex/texlive_base/Portfile Find related portfiles with the unique DarwinPorts.com search feature. Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/texlive_base The texlive_base Portfile 57749 2009-09-16 04:30:02Z ryandesign PortSystem 1.0 Name: texlive_base Version: 2007 Revision: 7 Category: tex Maintainers: nomaintainer Description: TeX Live Binaries. Long Description: TeX Live is an easy way to get up and running with TeX. It provides a comprehensive TeX system with binaries for most flavors of Unix, including GNU/Linux, and also Windows. It includes all the major TeX-related programs, macro packages, and fonts that are free software, including support for many languages around the world. Homepage: https://www.tug.org/texlive/ Platform: darwin Master Sites: openbsd:distfiles https://students.dec.bournemouth.ac.uk/ebarrett/texlive/distfiles/ distname ${name}-${version}-src worksrcdir ${name}-${version} use_bzip2 yes # Bug #17555 universal_variant no # Bug #18303 use_parallel_build no Checksums: md5 db006e9f0f63e9be72bd5c45d07905f6 sha1 f6f0192c200473c361aedfa8d34691a99e4f7065 depends_lib port:freetype port:fontconfig port:ncurses port:zlib port:libpng port:texinfo port:texi2html port:ghostscript port:texlive_texmf-minimal port:texlive_texmf-full port:xorg-libXp depends_build path:bin/perl:perl5 configure.args --mandir=${prefix}/share/man --infodir=${prefix}/share/info --with-system-freetype2 --with-system-ncurses --with-freetype2-libdir=${prefix}/lib --with-freetype2-include=${prefix}/include --with-system-pnglib --with-system-zlib --with-system-gd --with-fontconfig=${prefix} --disable-multiplatform --without-texinfo --without-xdvipdfmx --without-texi2html --without-psutils --without-system-icu --x-includes=${prefix}/include --x-libraries=${prefix}/lib configure.cppflags-delete -I${prefix}/include configure.cppflags-append -isystem${prefix}/include post-destroot { copy ${destroot}${prefix}/share/texmf/web2c/texmf.cnf ${destroot}${prefix}/share/texmf/web2c/texmf.cnf-dist reinplace "s/^TEXMFSYSCONFIG = .*/TEXMFSYSCONFIG = \$TEXMFMAIN/g" ${destroot}${prefix}/share/texmf/web2c/texmf.cnf # # if there is no graphics support (no_x11) then only mf is built # not mf-nowin. if mf-nowin does not exist, make a link to mf named mf-nowin for scripts # that expect to have it # if {![file exists ${destroot}${prefix}/bin/mf-nowin]} { file link ${destroot}${prefix}/bin/mf-nowin ${destroot}${prefix}/bin/mf } } post-activate { system "mktexlsr" system "fmtutil-sys --all" system "updmap-sys --syncwithtrees" } if {![variant_isset no_x11] && ![variant_isset motif] && ![variant_isset xaw] && ![variant_isset xaw3d] && ![variant_isset nextaw]} { default_variants +motif } Variant: no_x11 conflicts xaw motif xaw3d nextaw { depends_lib-delete port:xorg-libXp configure.args-append --without-x --without-pdfopen configure.args-delete --x-includes=${prefix}/include --x-libraries=${prefix}/lib } Variant: motif conflicts no_x11 xaw xaw3d nextaw description {Use Motif to build xdvi} { depends_lib-append lib:libXm:openmotif configure.args-append --with-xdvi-x-toolkit=motif } Variant: xaw conflicts no_x11 motif xaw3d nextaw description {Use Xaw to build xdvi} { depends_lib-append port:xorg-libXaw configure.args-append --with-xdvi-x-toolkit=xaw } Variant: xaw3d conflicts no_x11 motif xaw nextaw description {Use Xaw3d to build xdvi} { depends_lib-append port:Xaw3d configure.args-append --with-xdvi-x-toolkit=xaw3d } Variant: nextaw conflicts no_x11 motif xaw xaw3d description {Use neXtaw to build xdvi} { depends_lib-append port:neXtaw configure.args-append --with-xdvi-x-toolkit=neXtaw } livecheck.type regex livecheck.url ${homepage}acquire.html livecheck.regex "TeX Live (\[0-9\]+) " post-patch { # Allow configure script to find libraries which end in .dylib. reinplace "s|for ac_extension in a so sl; do|for ac_extension in a so sl dylib; do|" ${worksrcpath}/configure # Ensure correct compilers are used reinplace "s|CXX = c++|CXX = reinplace "s|OBJC = cc|OBJC = \$(CC)|" ${worksrcpath}/texk/xdv2pdf/Makefile.in # The check for Carbon is actually used for ATSU which is deprecated, force freetype reinplace "s|has_carbon=yes|has_carbon=no|" ${worksrcpath}/texk/web2c/configure reinplace "s|has_carbon=yes|has_carbon=no|" ${worksrcpath}/texk/xdv2pdf/configure } post-configure { # Ensure correct compiler is used reinplace "s|gcc -ObjC++ |\$(CC) -ObjC++ |" ${worksrcpath}/texk/web2c/Makefile } pre-configure { reinplace "s| } #Include all openBSD patches. Make texlive honor DESTDIR. Patch Files: patch-Makefile_in patch-libs_icu-xetex_Makefile_in patch-libs_icu-xetex_layout_KernTable_cpp patch-texk_afm2pl_Makefile_in patch-texk_bibtex8_Makefile_in patch-texk_cjkutils_conv_Makefile_in patch-texk_cjkutils_hbf2gf_Makefile_in patch-texk_cjkutils_scripts_Makefile_in patch-texk_detex_Makefile_in patch-texk_dtl_Makefile_in patch-texk_dvi2tty_Makefile_in patch-texk_dvidvi_Makefile_in patch-texk_dviljk_Makefile_in patch-texk_dvipdfm_Makefile_in patch-texk_dvipos_Makefile_in patch-texk_dvipsk_Makefile_in patch-texk_gsftopk_Makefile_in patch-texk_kpathsea_Makefile_in patch-texk_lacheck_Makefile_in patch-texk_make_man_mk patch-texk_makeindexk_Makefile_in patch-texk_musixflx_Makefile_in patch-texk_ps2pkm_Makefile_in patch-texk_seetexk_Makefile_in patch-texk_tetex_Makefile_in patch-texk_tetex_texlinks patch-texk_tex4htk_Makefile_in patch-texk_texlive_Makefile_in patch-texk_ttf2pk_Makefile_in patch-texk_web2c_Makefile_in patch-texk_web2c_alephdir_aleph_mk patch-texk_web2c_doc_Makefile_in patch-texk_web2c_mpware_Makefile_in patch-texk_web2c_omegadir_omega_mk patch-texk_web2c_omegafonts_Makefile_in patch-texk_web2c_otps_Makefile_in patch-texk_web2c_pdftexdir_pdftex_mk patch-texk_web2c_texmfmem_h patch-texk_web2c_xetexdir_XeTeX_ext_c patch-texk_web2c_xetexdir_XeTeX_ext_h patch-texk_web2c_xetexdir_XeTeX_mac_c patch-texk_web2c_xetexdir_jpegimage_c patch-texk_web2c_xetexdir_xetex-new_ch patch-texk_web2c_xetexdir_xetex_defines patch-texk_web2c_xetexdir_xetex_h patch-texk_web2c_xetexdir_xetex_mk patch-texk_xdv2pdf_Makefile_in patch-texk_xdvik_configure.diff patch-texk_xdvik_Makefile_in patch-texk_xdvipdfmx_src_tt_cmap_c patch-utils_dialog_Makefile_in patch-utils_ps2eps_Makefile_in patch-utils_psutils_Makefile_in patch-texk_web2c_omegafonts_pl_l.diff # MP patches... kept separate from OpenBSD patches for maintainability Patch Files:-append XeTeX_mac-loadAATfont.patch If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page. Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:
% cd /opt/local/bin/portslocation/dports/texlive_baseYou will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to: - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using texlive_base with these commands: % man texlive_base Where to find more information:
This website is back-ended by DB5, the best database in the business,
|
![]() |
![]()
Order Snow Leopard MacOSX 10.6 for only $29!
Other Helpful SitesMacOSForgeDebian Packages MacPorts - SVN Freshports - FreeBSD Fink Package List RPM for MacOSX Port Categories
accounting
amusements aqua archivers audio benchmarks biology blinkenlights cad chat chinese comms compression cross crypto databases devel editors education electronics emacs emulators erlang finance fonts framework fuse games genealogy gis gnome gnustep graphics gtk haskell iphone irc japanese java kde kde4 lang macports math mercurial ml mono multimedia net network news ocaml office palm parallel perl php pim project python reporting rox ruby russian scheme science security shells spelling squeak sysutils tcl tex textproc tk unicode vnc win32 wsn www x11 x11-font x11-wm xfce zope
Current SVN DownloadsDarwin Ports Current :nightly SVN snapshot SSH Key Gen See also: GNU-Darwin Ports for GNU-only software |
|||||||
| |




