Commit graph

18 commits

Author SHA1 Message Date
wiz
4c2c11777a Convert to use imlib2, based on Debian patches.
Set LICENSE. Bump PKGREVISION.
2011-02-25 17:02:53 +00:00
chuck
9ef80d9cd8 get rid of un-needed cppflags in optflags, as it causes the compile to
fail on macosx (complains about -isystem).
2010-12-15 19:08:21 +00:00
taca
2615325c03 Update magicpoint to 1.13a.
* 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
2008-09-10 13:32:47 +00:00
joerg
8051605c42 Fix errno. Add missing prototype. 2006-02-23 20:49:49 +00:00
hira
db67105c0b Use size_t for the third and fifth arguments of the iconv(3).
Fix core dump on amd64.  Bump PKGREVISION.
2005-04-07 23:11:56 +00:00
agc
6a7b384635 Add RMD160 digests 2005-02-24 08:45:01 +00:00
taca
998b26b1ce Allow to select font rendering engines with PKG_OPTION. Possible
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.
2004-11-30 17:29:30 +00:00
danw
e9f52e6638 darwin fixes: use ${MAKE_FLAGS} as well as ${MAKE_ENV} in the post-configure
rule (qv bsd.pkg.mk rev 1.1425), rename a function that conflicts with
a system function, and change malloc.h to stdlib.h
2004-05-25 01:30:22 +00:00
adam
a2c3e9a598 Follow new FreeType2 building rules 2004-04-27 15:42:58 +00:00
wennmach
2b7c282114 Apply several bugfixes:
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.
2004-01-12 15:19:28 +00:00
jmmv
10ce8d7590 Update to 1.10a:
* 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.
2003-09-11 16:09:40 +00:00
itojun
16fa29957c upgrade to 1.09a. a lot of bugfixes, new directives, security hole fix
(has been incorporated as pkgsrc patch), etc.
2001-09-30 05:11:57 +00:00
jlam
e6fda5ca99 Fix the rpath so that ${LOCALBASE}/lib (where the graphics libraries are
installed) is included, which ${BUILDLINK_DIR}/lib (which is a temporary
directory) is not.
2001-09-14 05:41:05 +00:00
itojun
8188bdebc0 plug buffer overrun hole inherited from xloadimage.
XXX package version number bump
2001-08-31 00:22:12 +00:00
jlam
cf0199f109 * Add a some more graphics capability to magicpoint by adding a dependency on
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>.
2001-07-31 05:27:30 +00:00
itojun
38a0ec704b upgrade magicpoint to 0.18a.
- 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
2001-05-24 10:36:00 +00:00
wiz
a4f21a5507 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
agc
fb467f5ac2 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:22:34 +00:00