ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Aditya Mahajan via ntg-context <ntg-context@ntg.nl>
To: "Michal Vlasák via ntg-context" <ntg-context@ntg.nl>
Cc: Aditya Mahajan <adityam@umich.edu>
Subject: Re: Archlinux: updated BPKGBUILD for luametatex
Date: Wed, 15 Dec 2021 15:32:16 -0500 (EST)	[thread overview]
Message-ID: <nycvar.YAK.7.77.849.2112151523540.2624339@ervasbepr.pvz.zptvyy.pn> (raw)
In-Reply-To: <CGG5AY7OUGUM.N3US8IMR7NSM@deimos>

[-- Attachment #1: Type: text/plain, Size: 2699 bytes --]

On Wed, 15 Dec 2021, Michal Vlasák via ntg-context wrote:

> On Wed Dec 15, 2021 at 7:28 PM CET, Hans Hagen via ntg-context wrote:
> > On 12/15/2021 6:22 PM, Aditya Mahajan via ntg-context wrote:
> > > Hi all,
> > > 
> > > I am changing the way modules are installed in the ArchLinux aur package for luametatex.
> > > 
> > > https://aur.archlinux.org/packages/luametatex/
> > > 
> > > Earlier, I was just sym-linking to the modules installed by context-minimals-git package (which I also maintain). However, some packages there were out of date (in particular pgf/tikz). The new PKGBUILD installs the modules directly from CTAN.
> > > 
> > > The following modules are installed by default:
> > >      filter, vim, visualcounter, pgf, pgfplots, circtuitikz
> > > 
> > > You can install other modules by adding them in the PKGBUILD.
> > > 
> > > I am not sure if anyone else actually uses this PKGBUILD to maintain an up-to-date installation of LMTX. If someone does use it, and wishes to add more modules to the default list, I'll be happy to do that.
> > Just curious ... we have this
> >
> > >mtxrun --script ctan --packages --pattern=tikz
> >
> > which just gives info (at the time i made that the ctan api was bugged
> > as it mixed up xml and json keys, but i'm not sure if that was fixed of
> > became bug=feature for practical reasons)
> >
> > i never came to a 'download option' because it was ot clear where to
> > download from .. are there zips?
> 
> Not sure if it's for every package, but should be just
> 
>     "http://mirrors.ctan.org/" .. data.ctan.path .. ".zip"
> 
> in scripts.ctan.details.

This corresponds the "Download" link on the CTAN page of each package, but unfortunately, is not always in TDS format. For example, for pgf (which is locate at /graphics/pgf/base), we have

https://mirrors.ctan.org/graphics/pgf/base.zip

which lists all tex related files in base/tex sub-directory. The CTAN page (https://www.ctan.org/pkg/pgf) also has a field "TDS Archive", which lists:

http://mirrors.ctan.org/install/graphics/pgf/base/pgf.tds.zip

which is TDS compliant. The same is the case for circuitikz and pgfplots. So, it safer to use 

    "http://mirrors.ctan.org/" .. data.ctan.path .. "/" .. pkg_name .. "tds.zip"

But, for context packages, CTAN does nto have the tds zips (I guess because the default zip is already TDS compliant). For example:

    https://www.ctan.org/pkg/context-filter

has the "download" link at the bottom but not the "TDS Archive" link.

In the end, since I am only installing 4-5 packages, it is simpler to input the URLs but hand rather than write code to automate the logic. 

Aditya


[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2021-12-15 20:32 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-15 17:22 Aditya Mahajan via ntg-context
2021-12-15 18:28 ` Hans Hagen via ntg-context
2021-12-15 18:56   ` kaddour kardio via ntg-context
2021-12-15 20:08   ` Michal Vlasák via ntg-context
2021-12-15 20:32     ` Aditya Mahajan via ntg-context [this message]
2021-12-15 20:40       ` Joseph Wright via ntg-context
2021-12-15 22:38       ` Michal Vlasák via ntg-context
2021-12-15 22:46         ` Hans Hagen via ntg-context
2021-12-15 22:43       ` Hans Hagen via ntg-context

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=nycvar.YAK.7.77.849.2112151523540.2624339@ervasbepr.pvz.zptvyy.pn \
    --to=ntg-context@ntg.nl \
    --cc=adityam@umich.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).