2010-02-07 19:25:30 by Zafer Aydogan | Files touched by this commit (1) |
Log message:
add license
|
2008-04-05 16:56:09 by OBATA Akio | Files touched by this commit (3) |
Log message:
Update ja-shinonome to 0.9.11.
Based on patch provided by Yamashiro Jun in PR 38370.
While here, add DESTDIR support.
Changelog:
* Fix character shape bug.
|
2008-01-22 18:09:55 by Tobias Nygren | Files touched by this commit (25) |
Log message:
USE_TOOLS+=gzip on a bunch of font packages.
|
2007-12-26 16:23:21 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Create installation directories.
Noted by Yamashiro, Jun on tech-pkg-ja.
|
2007-02-06 19:31:48 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Modular Xorg support.
|
2006-05-18 16:55:21 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Always register fonts at runtime using install framework. Bump revision.
|
2006-03-14 02:14:36 by Johnny C. Lam | Files touched by this commit (134) |
Log message:
Modify the pkginstall framework so that it manages all aspects of
INSTALL/DEINSTALL script creation within pkgsrc.
If an INSTALL or DEINSTALL script is found in the package directory,
it is automatically used as a template for the pkginstall-generated
scripts. If instead, they should be used simply as the full scripts,
then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC
explicitly, e.g.:
INSTALL_SRC= ${PKGDIR}/INSTALL
DEINSTALL_SRC= # emtpy
As part of the restructuring of the pkginstall framework internals,
we now *always* generate temporary INSTALL or DEINSTALL scripts. By
comparing these temporary scripts with minimal INSTALL/DEINSTALL
scripts formed from only the base templates, we determine whether or
not the INSTALL/DEINSTALL scripts are actually needed by the package
(see the generate-install-scripts target in bsd.pkginstall.mk).
In addition, more variables in the framework have been made private.
The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are
more sensible names given the very few exported variables in this
framework. The only public variables relating to the templates are:
INSTALL_SRC INSTALL_TEMPLATE
DEINSTALL_SRC DEINSTALL_TEMPLATE
HEADER_TEMPLATE
The packages in pkgsrc have been modified to reflect the changes in
the pkginstall framework.
|
2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082) |
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
|
2005-12-29 07:22:26 by Johnny C. Lam | Files touched by this commit (597) |
Log message:
Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
|
2005-12-28 20:31:05 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Uses mkfontdir.
|