* Fix build error with xft2 option and graphics/freetype-lib package is
installed. Shoud be fix PR pkg/32656.
* Refering PR pkg/38552 adpot some of patches.
* Move PKG_OPTIONS related item to options.mk.
* More pkgsrc clean up.
* Try to reduce compile warnings.
What's new in 1.13a?
* m17n library support enhancement
* MacOS support enhancement
* add new environment variable MGPRC for the path of the .mgprc file.
* add "psfont" directive to specify the font used by mgp2ps
* add -g option for mgp2ps to allow users to adjust line distanc
* add -zoomonclk option for newimage
* allow to handle gif format images by default
* many bug fixes
Dedication
Magicpoint 1.13a is dedicated to the memory of Dr. Jun-ichiro
"itojun" Hagino, who was known for his enormous contribution to
the Internet and the Open Source Software community. He was the
developer of Magicpoint from its infancy. Magicpoint could not
exist without his devoted work.
What's new in 1.12a?
* add %tsystem directive which might be more stable than %xsystem
* add -rotate option for newimage
* allow to use non-ASCI filename in slides (use -U to enable this feature)
* many bug fixes
around at either build-time or at run-time is:
USE_TOOLS+= perl # build-time
USE_TOOLS+= perl:run # run-time
Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
options are freetype, vflib and xft2. Default is xft2 which is the
same as previous magicpoint package.
This work is written by Kouichirou Hiratsuka and I modified to use
bsd.options.mk framework.
Bump package revision.
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
1. fix ifdef symbol in parse.c
XFT2 -> USE_XFT2
2. fix codeset names for iconv_open(3) in draw.c
Two codeset names of `UTF8' and `iso2022jp' don't work on NetBSD.
3. fix comparison bug in draw.c
A integer value should not be compared with a iconv_t variable
directly.
4. fix PR pkg/24030
Fixes provided by Kouichirou Hiratsuka in PR pkg/24053.
Closes PR pkg/24053 and PR pkg/24030.
* Support for Xft2 + fontconfig. If you are not familiar with these words,
please see FAQ and README.xft2 for more information.
* Support for new directive %tab 0 which can be used to apply a list of
directives to lines that start with a non-tab character.
* For security reasons, we have changed mgp so that directives that fork a
process are not processed by default. The -U option must be specified in
order to process such directives.
* Introduced %opaque directive. Please see SYNTAX for detailed information.
* Support for iso8859-2 encoding for mgp2ps.
* Introduced -X option for mgp2ps to suppress the use of the specified
rendering engine.
* Introduced escape char '\' to display lines that start with '#'.
* Many bug fixes.
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also
change dependency examples in Packages.txt to reflect this.
graphics/mng.
* Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.
* Replace definition of XMKMF with one that takes xpkgwedge/buildlink into
account. Fixes pkg/13588 by Luke Mewburn <lukem@wasabisystems.com>.
- The "charset" directive: you can use iso-8859-[1-4]
- MNG support: animation without "mark" and "again"
- Enhancing "mgp2ps"
* Supporting "cont", "mark", "again"
* Resizing image
- bug fixes