#!/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 k rel='vcs-git' href='https://www.tfcis.org/~lantw44/git/freebsd-ports-graphics' title='freebsd-ports-graphics Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/cdonkey
Commit message (Expand)AuthorAgeFilesLines
* Populate newly create net-p2p category with these ports:pav2006-01-311-1/+1
* - Add SHA256pav2005-11-261-0/+1
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
* change the libtool version to use from 1.3 to 1.5oliver2005-06-03