#!/bin/sh prefix=%%PREFIX%% localbase=%%LOCALBASE%% if [ "$2" != "PRE-INSTALL" ]; then exit 0 fi if [ -f $prefix/bin/MakeTeXPK ]; then echo "**WARNING** MakeTeXPK already exists in $prefix/bin" echo "**WARNING** This file will be replaced during install." echo echo -n "do you want to continue ? [y] " read answ; if [ "$answ" = "" ]; then answ=y; fi case $answ in y*|Y*) break;; *) exit 1;; esac fi cat << END This package has been compiled with some defaults: 1 fonts will be created in ${localbase}/share/texmf/fonts/pk and this directory will be made world writable 2 300 dpi fonts will be created with MODE=imagen 200 dpi fonts will be created with MODE=FAX 360 dpi fonts will be created with MODE=nextII 400 dpi fonts will be created with MODE=nexthi 72 dpi fonts will be created with MODE=nextscreen If you are not satisfied with 1, you need to recompile xdvi If you are not satisfied with 2, you will need to edit $prefix/bin/MakeTeXPK END echo -n "do you want to install the package ? [y] " read answ; if [ "$answ" = "" ]; then answ=y; fi case $answ in y*|Y*) break;; *) exit 1;; esac mkdir -p ${localbase}/share/texmf/fonts/pk; chmod 1777 ${localbase}/share/texmf/fonts/pk exit 0 s='form'>
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/onew-wnn7
ebsd-ports-gnome/log/deskutils/gnome-font-viewer?h=gstreamer0.10-removal&id=174a232895861bdaa3bf3f4e67d4f60ed08d9f05&showmsg=1'>Expand)
Commit message (Expand)AuthorAgeFilesLines
AuthorAgeFilesLines
* The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.kwm2015-08-063-5/+6
* Update the Gnome stack to the latest in the 3.14 series.kwm2015-03-27