#!/bin/sh FONTDIR=${PKG_PREFIX}/lib/X11/fonts/TrueType if [ "$2" = "PRE-INSTALL" ]; then echo "Please add ${FONTDIR} to your /etc/XF86Config file" exit 0 fi cd ${FONTDIR} touch fonts.dir sed -e '/-kochi-/d' fonts.dir > fonts.dir.tmp numfonts=$(echo $(cat fonts.dir.tmp fonts.dir.kochi | wc -l) - 2 | bc) echo ${numfonts} > fonts.dir sed -e 1d fonts.dir.tmp >> fonts.dir sed -e 1d fonts.dir.kochi >> fonts.dir touch fonts.alias sed -e '/^-kochi-/d' -e '/^-aliastt-/d' fonts.alias > fonts.alias.tmp mv -f fonts.alias.tmp fonts.alias cat fonts.alias.kochi >> fonts.alias rm -f fonts.dir.tmp fonts.alias.tmp rel='vcs-git' href='https://phantom.tfcis.org/~lantw44/git/freebsd-ports-graphics' title='freebsd-ports-graphics Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/astro/xplanet
~lantw44/cgit/cgit.cgi/freebsd-ports-gnome/log/textproc/p5-XML-Twig?h=mate-1.16&id=3e75de11d0c28d31172b5ad6931561341331fc01&showmsg=1'>Expand)
Commit message (Expand)AuthorAgeFilesLines
* Actually install the 'cool new' image of the earth that was specifiedsteve2000-05-281-1/+1
* Add the new jpg to md5kris2000-05-231-1/+1
* Change graphic as the old one seems to have been removed. This one lookswill2000-05-201-1/+1
* Update to xplanet 0.60. Xplanet is now on sourceforge.will2000-05-183-4/+4
* Standardize all user defined options to the booleans WITH_FOO andreg2000-04-171-10/+10
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-091-2/+2
* Finish moving MAINTAINER for my ports.will2000-03-221-1/+1
* Update port to 0.50jedgar2000-03-023-5/+8
AuthorAgeFilesLines
* - Update to 3.32clsung2007-12-222-6/+5
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.linimon2007-09-081-7/+1
* - Update to 3.29miwi2007-01-232-4/+4
* - Update to 3.28clsung2007-01-083-20/+5