#!/bin/bash grep name Locations | cut -b 6- > Locations.h grep loc Locations | sed "s/ .... ...... ...$//"| sed "s/ .... :...... ...$//" | cut -d = -f 2 | sed "s/\\\\//g" >> Locations.h sed -e "s/^/N_(\"/" -e "s/$/\")/" Locations.h > Locations.h.tmp sort Locations.h.tmp | uniq > Locations.h rm Locations.h.tmp git' href='https://www.tfcis.org/~lantw44/git/freebsd-ports-graphics' title='freebsd-ports-graphics Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/print/pcal
Commit message (Expand)AuthorAgeFilesLines
* update print/pcal: chase MASTER_SITEdaichi2003-07-08