Age | Commit message (Collapse) | Author | Files | Lines |
|
The configure checks for Xaw and Intrinsics headers
and if no X, then it does not build xglyph and libt1x.
(I noticed because I am using modular X.org and the libXpm doesn't
pull in Xaw or Xt.)
|
|
PKG_TEXMFPREFIX, and register it with updmap.
- Use texmf-dirs to install into texmf-local.
Bump PKGREVISION.
|
|
|
|
|
|
|
|
RECOMMENDED is removed. It becomes ABI_DEPENDS.
BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.
BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.
BUILDLINK_DEPENDS does not change.
IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".
Added to obsolete.mk checking for IGNORE_RECOMMENDED.
I did not manually go through and fix any aesthetic tab/spacing issues.
I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.
I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.
As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.
As discussed on tech-pkg.
I will commit to revbump, pkglint, pkg_install, createbuildlink separately.
Note that if you use wip, it will fail! I will commit to pkgsrc-wip
later (within day).
|
|
|
|
|
|
- Updated to Unicode 4.1 character database.
- Improved search facility.
- Various bug fixes.
- New and updated translations.
|
|
exists on the disk -- we can just check whether a variable defined by
find-files.mk is "__nonexistent__" or not.
|
|
scripts prior to revision 1.43 of bsd.pkginstall.mk.
|
|
libraries on Darwin at run time. Bump PKGREVISION.
|
|
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.
|
|
Changes:
- Removed UnTazaDH.ttf.
|
|
suggested by OBATA Akio in PR pkg/32996. This is a workaround for
PR bin/32650.
Bump PKGREVISION.
|
|
libtasn1 had a shlib major bump.
Also update dependencies in bl3.mk files.
Addresses PR 32998 by Robert Elz.
|
|
|
|
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
|
|
* Bug fixes
|
|
|
|
The web site has no description of changes but the version we had was too
old for print/lilypond so I bumped it to the latest version anyway.
|
|
|
|
installation framework creates and remove these files automatically.
|
|
|
|
|
|
and MASTER_SITES. Bump PKGREVISION.
|
|
Fix pkglint warnings. Bump PKGREVISION.
|
|
|
|
|
|
Simplify PLIST handling. Bump PKGREVISION.
|
|
|
|
|
|
|
|
|
|
Font::TTFMetrics encapsulates the font metrics of a true type font
file. A true type font file contains several tables which need to
be parsed before any useful information could be gathered about
the font. There is the excellent module for parsing TTF font in
CPAN by Martin Hosken, Font::TTF. But in my opinion the use of
Font::TTF requires intimate knowledge of TTF font format. This
module was written to support the use of TTF in Pastel 2D graphics
library in Perl. Three factors prompted me to write this module:
first, I required a fast module to access TTF file. Second, all
the access required was read-only. Last, I wanted a user friendly,
higher level API to access TTF file.
|
|
|
|
|
|
insterested.
|
|
|
|
|
|
This package contains the font files for mplayer and gmplayer.
Split off from mplayer-share to address PR 31263.
|
|
|
|
|
|
|
|
Yi Min-Cheol, in PR pkg/32505.
Changes since 6.0:
- Rename four ttf fonts.
- Add 12px bitmap fonts to EunGuseulMono.ttf.
|
|
|
|
of the shlib major bump.
PKGREVISION++ for the dependencies.
|
|
"extract" script for extraction. Many cases where a custom EXTRACT_CMD
simply copied the distfile into the work directory are no longer
needed. The extract script also hides differences between pax and
tar behind a common command-line interface, so we no longer need code
that's conditional on whether EXTRACT_USING is tar or pax.
|
|
at this point, the tools directory has already been created and is at the
front of our PATH.
|
|
|