summaryrefslogtreecommitdiff
path: root/mk/pkginstall/fonts
AgeCommit message (Collapse)AuthorFilesLines
2014-06-01Update default font path reference.wiz1-4/+4
2010-04-23pkgsrc now deletes empty directories automatically. Fix the fontsjmmv1-3/+12
deinstallation script to follow this convention and purge empty directories when there are no fonts left (and after their database has been removed).
2007-07-12* Add a user-settable variable to tune the default verbosity of thejlam1-16/+12
+INSTALL and +DEINSTALL scripts: PKGINSTALL_VERBOSE A list of scriptlets that will be verbose and output a message noting the actions taken. * "all" is a special value that implies all of the other items * "fonts" for +FONTS * "info-files" for +INFO_FILES Default value: "all" for PKG_DEVELOPERs, empty otherwise. * Be "one-liner brief" when doing the default actions. For example, the info files output now looks like: gmake-3.81: registering info file /usr/pkg/info/make.info We retain the current verbosity for the CHECK-* actions.
2007-01-02Add fonts magic for TrueType and Type1 fonts.joerg1-6/+7
XXX Do we want to prefer mkfontscale on other installations as well?
2006-09-22- Compute CHEKCK_FILES filter on the entries requested and keep itjoerg1-6/+12
as tight as possible. Files we don't handle shouldn't be skipped. - fonts.alias is not created automatically, so don't remove it. - create fonts.encoding with mkfontdir using -e X11_ENCODINGSDIR. On platforms not following the X11R6 loayout this might need to be overriden. - Fix type1inst calls. - Modify packages which installed fonts.alias before to actually include it in the PLIST and bump the revisions accordingly. - Modify xorg-fonts* packages to use FONTS_DIRS.* to build indices at run time. Discussed with wiz and jlam.
2006-07-19Be more conservative and avoid possible shell implementation differencesjlam1-2/+4
by not using `...` inside ${...#...}.
2006-05-21Move mk/install to mk/pkginstall to better reflect the contents (thejlam1-0/+101
pkginstall framework).