freebsd-ports/x11-fonts/arkpandora/pkg-plist
Kirill Ponomarev 956c0787f3 Add arkpandora 2.04,
This font pack is designed for screen and print and as a
"drop-in" replacement for Arial and Time New Roman, so people
can stop using not-so-free Webfonts from Microsoft.

You get the following fonts: Aerial, Aerial Mono, Tymes &
Veranda (no this is not a typo).

It will automatically make the fonts recognizable by the
system.  It also makes Aerial the default font for the
Sans-Serif and Tymes the Serif font types.

The fonts are derived from the Bitstream Vera fonts and are
available under the same terms as Vera.

PR:		ports/70564
Submitted by:	Alexey Dokuchaev <danfe@regency.nsu.ru>
2004-08-17 21:49:11 +00:00

23 lines
840 B
Text

@unexec if cmp -s %D/etc/fonts/local.conf %D/etc/fonts/local.conf.arkpandora; then rm -f %D/etc/fonts/local.conf; fi
etc/fonts/local.conf.arkpandora
@exec [ ! -f %B/local.conf ] && cp %B/%f %B/local.conf
%%FONTSDIR%%/COPYRIGHT.TXT
%%FONTSDIR%%/AerialBdIt.ttf
%%FONTSDIR%%/AerialBd.ttf
%%FONTSDIR%%/AerialIt.ttf
%%FONTSDIR%%/AerialMonoBdIt.ttf
%%FONTSDIR%%/AerialMonoBd.ttf
%%FONTSDIR%%/AerialMonoIt.ttf
%%FONTSDIR%%/AerialMono.ttf
%%FONTSDIR%%/Aerial.ttf
%%FONTSDIR%%/TymesBd.ttf
%%FONTSDIR%%/Tymes.ttf
%%FONTSDIR%%/VerandaBdIt.ttf
%%FONTSDIR%%/VerandaBd.ttf
%%FONTSDIR%%/VerandaIt.ttf
%%FONTSDIR%%/Veranda.ttf
%%FONTSDIR%%/fonts.dir
@unexec /bin/rm %D/%%FONTSDIR%%/fonts.scale
@unexec /bin/rm %D/%%FONTSDIR%%/fonts.cache-1 2>/dev/null || /usr/bin/true
@dirrm %%FONTSDIR%%
@exec %%X11BASE%%/bin/fc-cache -f -v %%FONTSDIR%% || /usr/bin/true