Commit graph

1969 commits

Author SHA1 Message Date
wiz
0a6f4060a3 Properly wildcard dialog dependency. 2005-09-30 22:01:33 +00:00
tonio
f67c6e1e41 Change dependancy to teTeX-bin, to avoid problems with teTeX3
bump PKGREVISION
2005-09-29 14:21:08 +00:00
rillig
5946936ffc Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
2005-09-28 20:52:18 +00:00
rillig
242c59b80c Fixed pkglint warning. Also removed an unnecessary .undef after .for. 2005-09-28 19:07:49 +00:00
rillig
5ac8ad7004 Removed trailing white-space. 2005-09-28 14:31:06 +00:00
rillig
f9a0a46695 ISO C90 does not allow declarations after code. 2005-09-22 13:01:15 +00:00
reed
dd59b9e320 Use MAKE_ENV instead of MAKEFLAGS for setting the papersize.
This fixes PR #31102 which I just reopened.

The problem could be seen when installing another package
that depends on mpage. But couldn't be seen when directly
building within pkgsrc/print/mpage.
2005-09-20 19:43:03 +00:00
adam
ab930d51b1 Changes 3.01:
------------------
Added the continuous view mode, including the '-cont' switch and the
  'continuousView' config file option.
At high zoom levels, don't rasterize the entire page - this avoids
  problems running out of memory.
Added "search backward" and "match case" options to the find dialog.
Support explicitly masked images and soft masked images.
Add support to DCTStream for 16-bit quant tables.
Don't segfault if the user clicks on an outline entry with a broken
  destination.
Changed the makefiles and configure script to skip building pdftoppm
  (in addition to xpdf) if X, Motif, or FreeType is not found; changed
  the error message in the configure script to match.
Move an inline function in JArithmeticDecoder.cc to avoid compiler
  errors.
Fixed a bug in the rasterizer that was sometimes causing infinite
  loops with round line caps on vertical lines.
Various rasterizer optimizations.
Look for intermediate resize events - try to avoid lagging when the
  user is doing an opaque resize.
The FormType key in Form XObjects is optional.
Handle external 16-bit TrueType fonts correctly, using the Unicode
  cmap.
Add class declarations to TextOutputDev.h to work with stricter C++
  compilers.
More...
2005-09-07 15:19:08 +00:00
adam
b15fa5bf78 Fix building on DragonflyBSD and FreeBSD; courtesy of Steve O'Hara-Smith 2005-09-07 14:10:56 +00:00
jmmv
35f75cc2e9 Apply patch to fix CAN-2005-2097; taken from the Gentoo package, which in
turn took the patch from Red Hat.  Bump PKGREVISION to 1.
2005-09-05 14:42:42 +00:00
recht
d0afa8d632 update to 1.16
patch provided by Jason White in PR 31089

* Version 1.16:
  - added %%Orientation comment to the prolog (thanks to Ken Pizzini
    <ken@gnu.org>)
  - added Slovak translation and .holiday file (thanks to M.F. PSIkappa
    <psi@platon.atlantis.sk>)
  - added Russian translation (thanks to Alexei A. Gaidioukov
    <lexey@cda.ipmce.su>)
  released by Mark Hanson 2005-01-01, mbh@panix.com
2005-09-03 15:56:03 +00:00
drochner
cba8f2fe79 -according to a posting to tech-pkg by Leonard Schmidt, this needs
USE_MSGFMT_PLURALS to build on NetBSD<=2
-do a bit better faking up a "ghostscript" for "configure", to allow
 build w/o a ghostscript installed (this is to avoid a hard dependency
 on a specific ghostscript version)
2005-08-29 09:52:45 +00:00
uebayasi
aa8e85bcfd Rework emacs.mk:
1) Simplify the way how an emacs version is picked when no emacs
   is installed, but a user try to install an Emacs Lisp package.
   Just pick up the version set as EMACS_TYPE than searching for
   versions already installed etc.  If the EMACS_TYPE version is
   not supported by the Emacs Lisp Package, just fail.  EMACS_TYPE
   be default to GNU Emacs 21.

   (In other words, users should set EMACS_TYPE as they want.
   Otherwise GNU Emacs 21 is used.)

2) All Emacs Lisp Packages *must* prepend EMACS_PKGNAME_PREFIX to
   a) the PKGNAME itself, and b) PKGNAME in its dependency lines.
   EMACS_PKGNAME_PREFIX is expanded to "xemacs-" when XEmacs is
   used.  This keeps dependency graph of Emacs-Lisp-packages-
   installed-for-XEmacs consistent.

3) Document EMACS_* variables as much as possible.

4) Provide more cookies for PLIST.  Maybe utilized later.

Note that the 2) change doesn't affect the default, GNU Emacs 21
behaviour.  So no version / revision bumps in this commit.
2005-08-28 04:25:28 +00:00
xtraeme
e1b07ec8c1 Update to 0.3, provided by pancake in PR pkg/30700.
V0.3 (2005-04-04)

* Upgraded to new GtkFileChooser (requires gtk 2.4).
* Page number elements are drawn.
* Template bug is fixed.
* Full gradient support.
* Remote control support
2005-08-25 14:22:24 +00:00
kristerw
270741bfad Add build dependecies on perl and p5-XML-Parser to fix build problem
seen on NetBSD 1.6.
2005-08-24 19:05:14 +00:00
rillig
23207ef85a Fixed a double backslash that had been forgotten by the big commit. 2005-08-24 08:20:46 +00:00
drochner
5d7413e27a change gmake/USE_X11 to new world order 2005-08-23 14:04:03 +00:00
rillig
7a95adad42 The real user name in PKG_USERS does not need to be escaped with double
backslashes anymore. A single backslash is enough. Changed the
definition in all affected packages. For those that are not caught, an
additional check is placed into bsd.pkginstall.mk.
2005-08-23 11:48:47 +00:00
jmmv
eeb19d7c2f Update to 2.8.5:
- Use correct page orientation - Muktha  <muktha.narayan@wipro.com>
- Add application/x-gzpostscript to MimeType
- Update maintainer info

Updated translations: bg, cs, cz, en_CA, el, et, gu, nl, rw, tr, vi, xh.
2005-08-21 11:32:26 +00:00
jlam
bd2788d930 Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMS
as the INSTALL and DEINSTALL scripts no longer distinguish between
the two types of files.  Drop SUPPORT_FILES{,_PERMS} and modify the
packages in pkgsrc accordingly.
2005-08-19 18:12:36 +00:00
drochner
965b9c2530 add pslib+evince 2005-08-19 16:09:45 +00:00
drochner
5760a24d88 import py-pslib-0.2.0 - a Python wrapper for pslib 2005-08-19 16:06:03 +00:00
drochner
ef74b29338 import pslib-0.2.6, a tool to create postscript from programs 2005-08-19 16:05:03 +00:00
drochner
6ce382afe1 import evince-0.3.2, another postscript/pdf viewer 2005-08-19 16:00:18 +00:00
salo
670468004a Update to version 7.0.1
Changes unknown, still vulnerable (at least) to:

 http://www.adobe.com/support/techdocs/321644.html
 http://www.adobe.com/support/techdocs/331710.html

TODO: Solaris version available.
2005-08-19 14:35:28 +00:00
drochner
badb88d95a +ghostscript-afpl 2005-08-12 19:21:57 +00:00
drochner
c879bb80aa import ghostscript-afpl-8.51
This is lurking in my tree for a long time, was hoping to find
time&energy to libtoolize it, but I've given up on this.
It is still much better than GNU ghostscript in particular for
use with scribus, so it is worth having anyway.
2005-08-12 19:20:19 +00:00
salo
ec0630dd50 Security fix for CAN-2005-2097.
"A vulnerability has been reported in Xpdf, which can be exploited by
malicious people to cause a DoS (Denial of Service) on a vulnerable system."

http://secunia.com/advisories/16374/

Patches from Ubuntu and RedHat.
2005-08-12 12:27:30 +00:00
salo
79e2c470b7 Remove erroneous (literally) include. 2005-08-11 00:03:18 +00:00
salo
70d299a0da Security fix for CAN-2005-2097.
"A vulnerability has been reported in CUPS, which can be exploited by malicious
people to cause a DoS (Denial of Service) on a vulnerable system.

When processing a PDF file, bounds checking was not correctly performed on
some fields. This could cause the pdftops filter (running as user "lp") to
crash."

http://secunia.com/advisories/16380/
http://rhn.redhat.com/errata/RHSA-2005-706.html

Patch from RedHat.
2005-08-10 23:37:08 +00:00
jlam
7820875fff Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables.  Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.

For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-10 20:56:10 +00:00
reed
6098fc7723 Add print/psjoin. 2005-08-10 05:21:44 +00:00
reed
86bba44a6b Import new package: print/psjoin.
This was suggested by David Griffith on tech-pkg. Enjoy!

psjoin concatenates several PostScript files (complying with the
Document Structuring Convention, DSC) and generate a single PostScript
document. The concatenated PostScript document will be written to
the standard output.
2005-08-10 05:19:39 +00:00
drochner
abbe025396 +tex-ucs 2005-08-09 18:35:16 +00:00
drochner
5cd461e6f3 import the tex-ucs macros which provide UTF-8 support for LaTeX 2005-08-09 18:33:38 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
drochner
9a73157638 add missing TeX dependency
should fix error seen in bulk build
2005-08-02 14:48:43 +00:00
minskim
ce62d3ac80 Add HOMEPAGE. 2005-07-27 17:10:05 +00:00
drochner
9be9a9bb30 +tex-IEEEtran 2005-07-27 17:04:01 +00:00
drochner
9de9a4fb59 import the IEEEtran latex styles, for conference papers etc. 2005-07-27 17:02:05 +00:00
wiz
d774725534 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:29:42 +00:00
wiz
b2b0062026 Depend on LPRng-core-3.8.28nb1 and bump PKGREVISION. 2005-07-21 09:21:06 +00:00
wiz
407e7bd4da Set LICENSE to pcps-license. 2005-07-19 14:30:32 +00:00
grant
e720c400e2 depends should be ../../<category>/<pkg> 2005-07-19 10:11:48 +00:00
jlam
75414ba27a TOOLS_GZIP_CMD now only holds the path to gzip, so no need to strip off
arguments anymore.
2005-07-18 02:37:22 +00:00
kristerw
52c422ce23 The sources assume <malloc.h> exists. Create a fake one for platforms
that don't have it.
2005-07-18 00:09:38 +00:00
hubertf
b608b444d8 gimp/Gimp -> GIMP 2005-07-17 21:46:50 +00:00
jlam
83147ffa68 Remove some unnecessarily strong dependencies on perl that resulted
from including perl5/buildlink3.mk.  These packages just need the Perl
interpreter, and can just add "perl" to USE_TOOLS instead.
2005-07-16 19:10:37 +00:00
jlam
3e474a90d8 Get rid of USE_PERL5. The new way to express needing the Perl executable
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.
2005-07-16 01:19:06 +00:00
jlam
e26a9ed756 Drop support for TOOLS_DEPMETHOD.<tool>. The new way to specify a
run-time dependency (DEPENDS) on a tool is to append a ":run" modifier
to the tool name, e.g.,

	USE_TOOLS+=	perl:run

Tools without modifiers or with an explicit ":build" modifier will
cause build dependencies (BUILD_DEPENDS) on those tools to be added.
This makes the notation a bit more compact.
2005-07-15 20:14:02 +00:00
jlam
bf9129c41e Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making
PKGSRC_USE_TOOLS go away.  There is now only a single USE_TOOLS variable
that specifies all of the tools we need to build/run the package.
2005-07-15 18:27:48 +00:00
dillo
1765ea861f update img2eps to 0.2:
* support for specifying resolution, size, orientation,
	  and placement of image
	* support for JPEG 2000 image format
	* options to force recompression of image data and to ignore pixel order
	* support for EXIF Orientation tag (auto-rotate images)
	* fix handling of interlaced GIF images
	* LZW compression no longer optional (patent expired)
2005-07-14 14:52:08 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
recht
5e932fd7d9 Add a conflict on acroread7 since both versions install bin/acroread.
patch provided by smb in PR 30688
2005-07-10 16:46:37 +00:00
kristerw
48bfc139d0 Move the ONLY_FOR_PLATFORM out from an .if so that we do not try
to build this on unsupported OPSYS (such as Darwin)
2005-07-09 17:34:42 +00:00
reed
0c0a684337 Add poppler-0.3.3nb1 from pkgsrc-wip. 2005-07-08 20:34:05 +00:00
reed
49be1cb04a Add poppler from pkgsrc-wip.
This is poppler, a PDF rendering library. It is a fork of the xpdf
3.0 PDF viewer developed by Derek Noonburg of Glyph and Cog, LLC.

Poppler provides PDF rendering functionality as a shared library,
to centralize the maintenence effort and to reduce duplicated
effort. And the poppler developers would like to move libpoppler
forward in a number of areas that doesn't fit within the goals of
xpdf.
2005-07-08 20:31:34 +00:00
hubertf
174bfe43a7 Update straight to 1.0b4nb1. Changes:
000727 1.0b2 - Mostly bug fixes. A title page can be generated. The symbol
                 set is extended to include information from META elements.
                 Installation script modified for Windows support.
  000815 1.0b3 - Bug fixes. Some support for Server Side Includes. Form
                 element contents can be rendered. Support for netscape
                 cookies.
  050225 1.0b4   Various bug fixes.

"nb1" includes a patch from the html2ps author to add option "-C H"
which includes headers (only) in output.

Updated after pinging maintainer several times, with no answer.
2005-07-08 19:23:25 +00:00
tron
c6586b1cc3 Avoid compiling the path to the "gzip" wrapper script into the binary,
bump package revision.
2005-07-07 21:18:08 +00:00
drochner
07a96474dc update to 1.2.2.1
changes:
Numerous improvements to SVG import/exporter.
Over 130 bug reports and user feature requests have been squashed.
The 1.2.2 release also adds updated English documentation, along with
	many new GUI translation updates.
Support for OASIS (OpenOffice.org 2.0) writer and draw import.
Many locale and Unicode fixes and enhancements
More rendering speed
2005-07-06 18:05:32 +00:00
hubertf
4ce2616e2d Make this work on Solaris/x86: split PLIST.i386 in NetBSD- and Solaris-
specific versions. Tested on Solaris 9/x86 and NetBSD 2.0/i386.
Bump revision to nb2.
2005-06-30 13:22:19 +00:00
wiz
9575a4cb63 Update to 11.55, provided by Antoine Reilles in PR 29816.
News in 11.55
=============

   * A bug was fixed which lead to the insertion of trailing whitespace
     during filling.  In particular extra spaces were added to sentence
     endings at the end of lines.  You can make this whitespace visible
     by setting the variable `show-trailing-whitespace' to `t'.  If you
     want to delete all trailing whitespace in a buffer, type `M-x
     delete-trailing-whitespace RET'.

   * A bug was fixed which lead to a `*Compile-Log*' buffer popping up
     when the first LaTeX file was loaded in an Emacs session.

   * On some systems the presence of an outdated Emacspeak package lead
     to the error message `File mode specification error: (error
     "Variable binding depth exceeds max-specpdl-size")'.  Precautions
     were added which prevent this error from happening.  But
     nevertheless, it is advised to upgrade or uninstall the outdated
     Emacspeak package.

   * The value of `TeX-macro-global' is not determined during
     configuration anymore but at load time of AUCTeX.  Consequently the
     associated configuration option `--with-tex-input-dirs' was
     removed.

   * Support for the LaTeX Japanese classes `jsarticle' and `jsbook'
     was added.

News in 11.54
=============

   * The parser (used e.g. for `TeX-auto-generate-global') was extended
     to recognize keywords common in LaTeX packages and classes, like
     "\DeclareRobustCommand" or "\RequirePackage".  Additionally a bug
     was fixed which led to duplicate entries in AUCTeX style files.

   * Folding can now be done for paragraphs and regions besides single
     constructs and the whole buffer.  With the new `TeX-fold-dwim'
     command content can both be hidden and shown with a single key
     binding.  In course of these changes new key bindings for
     unfolding commands where introduced.  The old bindings are still
     present but will be phased out in future releases.

   * Info files of the manual now have a .info extension.

   * There is an experimental toolbar support now.  It is not activated
     by default.  If you want to use it, add
          (add-hook 'LaTeX-mode-hook 'LaTeX-install-toolbar)
     to your init file.

   * The manual now contains a new chapter "Quick Start".  It explains
     the main features and how to use them, and should be enough for a
     new user to start using AUCTeX.

   * A new section "Font Locking" was added to the manual which explains
     syntax highlighting in AUCTeX and its customization.  Together with
     the sections related to folding and outlining, the section is part
     of the new chapter "Display".

   * Keywords for syntax highlighting of LaTeX constructs to be typeset
     in bold, italic or typewriter fonts may now be customized.
     Besides the built-in classes, new keyword classes may be added by
     customizing the variable `font-latex-user-keyword-classes'.  The
     customization options can be found in the customization group
     `font-latex-keywords'.

   * Verbatim content is now displayed with the `fixed-pitch' face. (GNU
     Emacs only)

   * Syntax highlighting should not spill out of verbatim content
     anymore. (GNU Emacs only)

   * Verbatim commands like `\verb|...|' will not be broken anymore
     during filling.

   * You can customize the completion for graphic files with
     `LaTeX-includegraphics-read-file'.

   * Support for the LaTeX packages `url', `listings', `jurabib' and
     `csquotes' was added with regard to command completion and syntax
     highlighting.

   * Performance of fontification and filling was improved.

   * Insertion of nodes in Texinfo mode now supports completion of
     existing node names.

   * Setting the variable `LaTeX-float' to `nil' now means that you
     will not be prompted for the float position of figures and tables.
     You can get the old behaviour of `nil' by setting the variable to
     `""', i.e. an empty string.  See also *Note Floats::.

   * The XEmacs-specific bug concerning `overlays-at' was fixed.

   * Lots of bug fixes.

News in 11.53
=============

   * The LaTeX math menu can include Unicode characters if your Emacs
     built supports it.  See the variable `LaTeX-math-menu-unicode',
     *Note Mathematics::.

   * Bug fixes for XEmacs.

   * Completion for graphic files in the TeX search path has been added.

   * `start' is used for the viewer for MikTeX and fpTeX.

   * The variable `TeX-fold-preserve-comments' can now be customized to
     deactivate folding in comments.

News in 11.52
=============

   * Installation and menus under XEmacs work again (maybe for the first
     time).

   * Fontification of subscripts and superscripts is now disabled when
     the fontification engine is not able to support it properly.

   * Bug fixes in the build process.

News in 11.51
=============

   * PDFTeX and Source Special support did not work with ConTeXt, this
     has been fixed.  Similar for Source Special support under Windows.

   * Omega support has been added.

   * Bug fixes in the build process.

   * `TeX-fold' now supports folding of environments in Texinfo mode.

News in 11.50
=============

   * The use of source specials when processing or viewing the document
     can now be controlled with the new `TeX-source-specials' minor mode
     which can be toggled via an entry in the Command menu or the key
     binding `C-c C-t C-s'.  If you have customized the variable
     `TeX-command-list', you have to re-initialize it for this to work.
     This means to open a customization buffer for the variable by
     typing `M-x customize-variable RET TeX-command-list RET', selecting
     "Erase Customization" and do your customization again with the new
     default.

   * The content of the command menu now depends on the mode (plain TeX,
     LaTeX, ConTeXt etc.).  Any former customization of the variable
     `TeX-command-list' has to be erased.  Otherwise the command menu
     and the customization will not work correctly.

   * Support for hiding and auto-revealing macros, e.g. footnotes or
     citations, and environments in a buffer was added, *Note Folding::.

   * You can now control if indentation is done upon typing <RET> by
     customizing the variable `TeX-newline-function', *Note Indenting::.

   * Limited support for `doc.sty' and `ltxdoc.cls' (`dtx' files) was
     added.  The new docTeX mode provides functionality for editing
     documentation parts.  This includes formatting (indenting and
     filling), adding and completion of macros and environments while
     staying in comments as well as syntax highlighting.  (Please note
     that the mode is not finished yet.  For example syntax
     highlighting does not work yet in XEmacs.)

   * For macro completion in docTeX mode the AUCTeX style files
     `doc.el', `ltxdoc.el' and `ltx-base.el' were included.  The latter
     provides general support for low-level LaTeX macros and may be
     used with LaTeX class and style files as well.  It is currently
     not loaded automatically for those files.

   * Support for ConTeXt with a separate ConTeXt mode is now included.
     Macro definitions for completion are available in Dutch and
     English.

   * The filling and indentation code was overhauled and is now able to
     format commented parts of the source syntactically correct.  Newly
     available functionality and customization options are explained in
     the manual.

   * Filling and indentation in XEmacs with preview-latex and activated
     previews lead to the insertion of whitespace before multi-line
     previews.  AUCTeX now contains facilities to prevent this problem.

   * If `TeX-master' is set to `t', AUCTeX will now query for a master
     file only when a new file is opened.  Existing files will be left
     alone.  The new function `TeX-master-file-ask' (bound to `C-c _'
     is provided for adding the variable manually.

   * Sectioning commands are now shown in a larger font on display
     devices which support such fontification.  The variable
     `font-latex-title-fontify' can be customized to restore the old
     appearance, i.e. the usage of a different color instead of a
     change in size.

   * Support for `alphanum.sty', `beamer.cls', `booktabs.sty',
     `captcont.sty', `emp.sty', `paralist.sty', `subfigure.sty' and
     `units.sty'/`nicefrac.sty' was added.  Credits go to the authors
     mentioned in the respective AUCTeX style files.

   * Inserting graphics with `C-c RET \includegraphics RET' was
     improved.  See the variable `LaTeX-includegraphics-options-alist'.

   * If `LaTeX-default-position' is `nil', don't prompt for position
     arguments in Tabular-like environments, see *Note Tabular-like::.

   * Completion for available packages when using `C-c RET \usepackage
     RET' was improved on systems using the kpathsea library.

   * The commenting functionality was fixed.  The separate functions for
     commenting and uncommenting were unified in one function for
     paragraphs and regions respectively which do both.

   * Syntax highlighting can be customized to fontify quotes delimited
     by either >>German<< or <<French>> quotation marks by changing the
     variable `font-latex-quotes'.

   * Certain TeX/LaTeX keywords for functions, references, variables
     and warnings will now be fontified specially.  You may add your own
     keywords by customizing the variables
     `font-latex-match-function-keywords',
     `font-latex-match-reference-keywords',
     `font-latex-match-variable-keywords' and
     `font-latex-match-warning-keywords'.

   * If you include the style files `german' or `ngerman' in a document
     (directly or via the `babel' package), you should now customize
     `LaTeX-german-open-quote', `LaTeX-german-close-quote' and
     `LaTeX-german-quote-after-quote' instead of `TeX-open-quote',
     `TeX-close-quote' and `TeX-quote-after-quote' if you want to
     influence the type of quote insertion.

   * Upon viewing an output file, the right viewer and command line
     options for it are now determined automatically by looking at the
     extension of the output file and certain options used in the
     source file.  The behavior can be adapted or extended respectively
     by customizing the variable `TeX-output-view-style'.

   * You can control whether `TeX-insert-macro' (`C-c RET') ask for all
     optional arguments by customizing the variable
     `TeX-insert-macro-default-style', *Note Completion::.

   * `TeX-run-discard' is now able to completely detach a process that
     it started.

   * The build process was enhanced and is now based on `autoconf'
     making installing AUCTeX a mostly automatic process.  See *Note
     Installation:: and *Note Installation under MS Windows:: for
     details.

News in 11.14
=============

   * Many more LaTeX and LaTeX2e commands are supported.  Done by
     Masayuki Ataka
2005-06-27 10:03:54 +00:00
kristerw
a20a2e1679 Change the CONFIGURE_ENV to use the variables users are supposed to set,
rather than the autoconf cache variables.
2005-06-24 22:23:05 +00:00
kristerw
1e01d07a01 Change the CONFIGURE_ENV to use the variables users are supposed to set,
rather than the autoconf cache variables.
2005-06-24 19:05:48 +00:00
kristerw
bd287a3782 Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
2005-06-23 21:36:01 +00:00
kristerw
2fbf84300d Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
2005-06-20 15:52:47 +00:00
kristerw
10f99b973d Prevent paths to the build work directories being included in the package.
Bump PKGREVISION.
2005-06-19 20:51:37 +00:00
jlam
d0915c61c3 Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of
${PREFIX}.
2005-06-17 04:49:45 +00:00
jlam
e46a9dd380 Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
kristerw
412af280c0 Hardcode suse91 in paths to suse91_gtk2 and suse91_locale instead
of using ${SUSE_DIR_PREFIX}, since these directories do not exist
for other versions.
2005-06-16 23:56:15 +00:00
kristerw
5b107b2835 One file include pthread.h and semaphore.h, but those are not used.
Remove them to make the package compile on NetBSD 1.6.
2005-06-16 22:06:51 +00:00
martti
8b982bf812 Fix installation problems found in bulk build 2005-06-16 05:38:00 +00:00
jlam
a976929287 a2ps uses the "file" command to detect the file type of the print job.
Explicitly note that it needs this tool.  Also, the tools framework
knows about mktemp, so use USE_TOOLS+=mktemp instead of the homegrown
code.  Bump the PKGREVISION to 8.
2005-06-10 18:44:31 +00:00
salo
1c0b66e6e0 Security fix for CAN-2004-1377:
"The fixps and psmandup scripts in a2ps allow local users to overwrite
 arbitrary files via a symlink attack on temporary files."

Patches from Gentoo with few minor issues corrected.
2005-06-09 14:53:49 +00:00
jlam
e8f4d42453 Note the tools that this package uses, and pass a full path to the
configure script for "BMAKE" so that we don't pull in the BSD make
symlink from the tools directory.
2005-06-07 17:32:58 +00:00
hubertf
c05c71f2e8 Force use of the Xaw toolkit, to prevent linking against Motif
accidentally, w/o adding the corresponding dependency (does not
force everyone to install Motif, too). Bump to 3.0nb2.

Patch suggested by Geert Hendrickx <geert.hendrickx@ua.ac.be> on tech-pkg.
2005-06-07 13:34:06 +00:00
minskim
4bd4ee244e Do not "mv" a file over itself; it causes an error with FSF mv(1). 2005-06-06 20:43:52 +00:00
jmmv
15f6d2ab4e Fix build under Dragonfly (errno fallout). Patch from Joerg Sonnenberger. 2005-06-05 09:36:47 +00:00
jlam
fcb7da800b Remove mk/autoconf.mk and mk/automake.mk and replace their usage with
USE_TOOLS and any of "autoconf", "autoconf213", "automake" or
"automake14".  Also, we don't need to call the auto* tools via
${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care
to symlink the correct tool to the correct name, so we can just use
aclocal, autoconf, etc.
2005-06-01 20:07:59 +00:00
wiz
b1f934a4a5 This package only supports Xaw3d, so include its bl3 file
instead of using the general Xaw framework.

tron@ says ok.
2005-06-01 19:23:26 +00:00
wiz
524b798f8c Convert to options framework. 2005-06-01 18:51:57 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
2005-06-01 18:02:37 +00:00
drochner
20b17e8424 +epstool 2005-05-31 16:20:05 +00:00
drochner
18a23cdf66 oops, this shouldn't be here 2005-05-31 16:19:09 +00:00
drochner
20d77cef39 add epstool-3.07, a tool to manupulate preview images and bounding boxes 2005-05-31 16:17:22 +00:00
dillo
d6bfbe8582 Rename option PAM to pam (so all options are lower case). Backwards
compatibility provided via PKG_OPTIONS_LEGACY_OPTS.
2005-05-31 11:24:32 +00:00
dillo
150d87660a GPL stands for General Public License 2005-05-30 15:40:20 +00:00
dillo
cebbf2bbe5 Update to 8.15 (a lot of bug fixes and improvement, especially to
font rendering and the PDF writer)
2005-05-30 15:39:11 +00:00
dillo
571372cc5c Bump PKGREVISION due to changed dependency pattern (allowing newer versions
of ghostscript-fonts).
2005-05-30 14:57:28 +00:00
dillo
4717b2aaea Allow newer versions of ghostscript-fonts (for pending update to 8.11) 2005-05-30 14:52:52 +00:00
rillig
fd3ca07762 Changed "for fin ..." to "for f in ...". 2005-05-30 07:53:54 +00:00
dillo
db33245bcf fix pkglint warnings 2005-05-28 13:08:39 +00:00
dillo
0ef2aef409 remove trailing empty lines 2005-05-28 13:07:11 +00:00
wiz
aeea92f4c7 Add RMD160 checksum. 2005-05-25 13:32:52 +00:00
rillig
f795c2e475 Removed trailing white-space. 2005-05-23 08:26:03 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
wiz
cdb6489776 Remove gnome1 packages except as needed for gnucash.
Ok'd by jmmv@ and rh@ (gnome 1 maintainers).
2005-05-18 22:02:17 +00:00
jmmv
a80d33f781 This requires libgnomeprint>=2.10.2. 2005-05-18 16:07:31 +00:00
jlam
35fd30e254 Fix typo... FILEDIR -> FILESDIR. 2005-05-18 15:11:13 +00:00
abs
d86898ded6 If we are not using cups then explicitly disable cups support so we do not
pick up up by accident (and fail to build)
2005-05-18 12:16:53 +00:00
martti
ae80268997 Updated xfce4 to 4.2.2
General:

* new and updated translations: bn_IN, ca, cs, el, el_GR, eo, eu, fi, hu, ja,
  ko, mr, pl, ro, vi,
* new french documentation.

gtk-xfce-engine:

* fix various colors issues with ExoIconBar, prelight colors for treeview,
  Adobe® Acrobattm 7, progress bar, combo box, gtk scales (#848).

libxfcegui4:

* check ~/.local/share/pixmaps/ as a fallback (#731).

xfcalendar:

* fix compiling with --enable-debug=full (#843),
* remove C99 variable declaration and C++ comments.

xfce4-mixer:

* fix a bug with ALSA.

xfce4-session:

* fix a crash with the MCS plugin.

xfce-utils:

* taskbar: Add a command option "--monitor=x" to allow specifying which
  monitor to use in Xinerama mode.

xfdesktop:

* fix translation problems with menu panel plugin,
* fix bug where binding 'xfdesktop -menu' only works sporadically (#441),
* fix unresolved symbol problem with menu module.

xffm:

* fix property dialog crahsing on FreeBSD (#945),
* fix library version info not set on the properties module (#882, #249),
* fix fstab parsing (#524),
* fix compilation issues with ansi compiler and gcc4 (#862).

xfprint:

* make bsdlpr plugin compile,
* change CUPS detection code,
* set correct ld flags (#871),
* add support for printcap aliases (#821),
* fix MCS plugin.

xfwm4:

* fix mouse buttons being left ungrabbed when focus was transfered to
  an unmanaged window,
* document hidden option "workspace_scroll" (#948),
* various focus issues (#759, #869, #899, #905, #924, #931),
* fix pixmap depth not being properly set (#895),
* refresh frame when "skip taskbar" state changes (#898),
* allow seemless windows to be hidden from kbd shortcuts,
* code cleanup.
2005-05-18 06:10:30 +00:00
jlam
4d2fb797db Use EXTRACT_CMD_OPTS.tar.gz and EXTRACT_CMD.tar.gz instead of figuring
out the whole command line necessary to extract a .tar.gz file.
2005-05-17 22:00:13 +00:00
jschauma
2ec5542f05 Initial import of tex-chemarrow:
LaTeX can be used to typeset many kinds of different documents, but
typesetting chemical reactions is esthetically not very pleasing because
LaTeX's own arrows \rightarrow, \leftarrow and \rightleftharpoons which
you might use for this purpose are too short and the arrow heads are not
like the "standard" ones you will find in books or journals on chemistry.

The macro chemarrow.sty in conjunction with the font arrow.mf is supposed
to make the typesetting of chemical reaction schemes in LaTeX easier and
especially nicer looking.
2005-05-16 22:30:24 +00:00
kristerw
b589e39f58 Include mk/bsd.prefs.mk to prevent warnings from undefined EXTRACT_USING. 2005-05-16 16:33:24 +00:00
tron
4764c65eca Include "bsd.prefs.mk" to get the definition of "EXTRACT_USING". This
makes the last change actually work.
2005-05-16 12:35:06 +00:00
rillig
5e22ba9763 Included bsd.prefs.mk to work around an undefined variable (EXTRACT_USING)
in the rest of the Makefile. Fixes PR 30240.
2005-05-16 10:38:53 +00:00
jlam
2338cbae27 Change the EXTRACT_USING_PAX defined/undefined option into a EXTRACT_USING
which can take multiple values -- "pax" or "gtar".  The default value
of EXTRACT_USING is "pax", which more closely matches reality since
before, we were using bootstrap "tar" for ${GTAR} and it was actually
pax-as-tar.  Also, stop pretending pax-as-tar from the bootstrap kit
or on NetBSD is GNU tar.  Lastly, in bsd.pkg.extract.mk, note whether
we need "pax" or "gtar" depending on what we need to extract the
distfiles.
2005-05-16 03:04:44 +00:00
jlam
7425b543e8 Note that gtar is required by the package. 2005-05-16 01:15:30 +00:00
jlam
419428ec4a Note where gzip or gunzip is required by the package since it isn't
required by default any longer in bsd.pkg.mk under the new tools
framework.
2005-05-15 22:02:26 +00:00
jlam
d635315428 This package uses ${PATCH}. 2005-05-15 19:11:35 +00:00
reed
fa9d540bf8 This is a meta package and doesn't do any builds, so remove
USE_X11=yes. I am not bumping PKGREVISION because this really
doesn't effect package too much since one of the dependencies
does require X anyways.
2005-05-14 02:26:50 +00:00
minskim
d28351a240 Identify Mac OS X correctly. Patch provided by Darrin B. Jewell in
PR pkg/29883.
2005-05-09 15:14:01 +00:00
reed
ee8be9d0c1 RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.
And always is defined as share/examples/rc.d
which was the default before.

This rc.d scripts are not automatically added to PLISTs now also.
So add to each corresponding PLIST as required.

This was discussed on tech-pkg in late January and late April.

Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere
and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
2005-05-02 20:33:57 +00:00
agc
56f434c66c Under NetBSD, the update-desktop-database command may fail at install
time, so ignore the return code.
2005-04-29 12:39:25 +00:00
reed
f834a21724 Update glabels to 2.0.2.
ChangeLog has:

2005-01-22  Jim Evins  <evins@snaught.com>

        * NEWS:
                Final prep for 2.0.2 release.

2005-01-22  Jim Evins  <evins@snaught.com>

        * glabels.spec.in:
                Added '--remove-original' flag to desktop-file-install, so that
there is
                only one menu entry.

2005-01-20  Jim Evins  <evins@snaught.com>

        * data/glade/object-editor.glade:
                - Font family entry should not be editable.
                - img_key_entry should have sensitivity=YES, so that it follows
the
                  sensitivity of img_key_combo.
                - Barcode key entry should not be editable.

2005-01-17  Jim Evins  <evins@snaught.com>

        * src/view.c: (screen_changed_cb):
                Don't do anything, if we don't have a screen.

2005-01-06  Jim Evins  <evins@snaught.com>

        * src/view.c: (get_home_scale):
                Fixed bad call to gtk_widget_has_screen() -- huh?

2005-01-04  Jim Evins  <evins@snaught.com>

        * AUTHORS:
        * data/templates/avery-iso-templates.xml:
        * data/templates/misc-iso-templates.xml:
        * data/templates/misc-us-templates.xml:
                Added templates, submitted by Larry Harriman, Juan Carlos Valero
, and
                Nick Hill.

2004-11-26  Jim Evins  <evins@snaught.com>


        * AUTHORS:
        * po/fr.po:
                Updated french translations provided by Florent Morel <florent@t
aket.org>.
        * src/view-barcode.c:
        * src/view-box.c:
        * src/view-ellipse.c:
        * src/view-image.c:
        * src/view-line.c:
        * src/view-text.c:
                Added '#include <config.h>' -- HAVE_*GETTEXT macros were not def
ined and
                thus _() strings were not being translated.

2004-11-14  Jim Evins  <evins@snaught.com>

        * src/debug.h:
        * src/debug.c: (gl_debug_init), (gl_debug):
                Borrowed from gedit:  use environmental variables to select debu
g
                sections.
        * src/splash.c:
                Removed unused include of debug.h.

        * src/glabels.c: (main):
                Added call to gl_debug_init(), and removed debug clutter from co
mmand line
                options.
        * src/glabels-batch.c: (main):
                Added call to gl_debug_init().

2004-11-13  Jim Evins  <evins@snaught.com>

        Drawing and property toolbars were being initialized with the "icons and
 text"
        look in Fedora Core 3.  Even though none of the buttons had any text att
ached to
        them, the buttons were being sized as if they were.  This led to less re
al estate
        for the property editor, leading to Bug #1064630.  The

        * data/ui/glabels-ui.xml:
                Added explicit "look" property to both drawing and property tool
bars.
        * src/prefs-model.c: (gl_prefs_model_save_settings),
        (gl_prefs_model_load_settings):
        * src/prefs-model.h:
                Removed drawing_toolbar_button_style configuration parameter.
        * src/ui.c: (view_menu_item_toggled_cb),
        (set_app_drawing_toolbar_style):
                Do not attempt to adjust look property of the drawing toolbar.

2004-10-28  Jim Evins  <evins@snaught.com>

        * data/pixmaps/glabels-about-logo.png:
                Updated about logo.

2004-10-28  Jim Evins  <evins@snaught.com>

        * data/man/glabels.1:
        * src/glabels-batch.c: (main):
        * src/print.h:
        * src/print.c: (gl_print_batch):

                Added option to glabels-batch to select the first label to begin
                printing on.

2004-09-26  Jim Evins  <evins@snaught.com>

        * data/desktop/glabels.desktop.in:

                Point to app icon, "glabels.png"
        * data/mime/glabels.keys.in:
                Point at mime icon, "glabels-application-x-glabels.png"
        * data/pixmaps/Makefile.am:
                Added glabels_app_icondir.  Renamed icons.
        * data/pixmaps/glabels.png:
                New cleaned up app icon.  Deleted glabels-icon.png.
        * data/pixmaps/glabels-application-x-glabels.png:
                New mime icon.
        * data/pixmaps/glabels-splash.png:
                Renamed glabels-logo to glabels-splash to be more correct about
role.
        * src/glabels.c:
        * src/template-designer.c:
                Point at app icon, "glabels.png"
        * src/splash.c:
                Point at renamed splash image, "glabels-splash.png"

2004-08-22  Jim Evins  <evins@snaught.com>

        * AUTHORS:
        * src/glabels-batch.c: (main):
                Applied patch with minor mods to allow selecting merge source and
                crop-marks on glabels-batch's command line.  Original patch prov
ided by
                Jos<E9> Dapena Paz <jdapena@igalia.com>.

2004-08-15  Jim Evins  <evins@snaught.com>

        * configure.in:
                Updated version to 2.0.2.
        * data/desktop/glabels.desktop.in:
                - Added encoding line
                - Removed period from comment
                - Fixed Terminal line, changed "0" to "false"
                - Added semicolen to Categories line
        * po/ja.po:
                - Made sure desktop.in comment string above still translated pro
perly
2005-04-29 04:48:24 +00:00
jlam
3ead1854e7 Avoid using != to define LOWER_PAPERSIZE .. use :sh instead to defer it
until the make targets are invoked.  This avoids needing ${ECHO} and ${TR}
in the top-level make.
2005-04-28 23:23:41 +00:00
reed
1f11784a0d Make this conflict with foomatic-filters (just imported)
which also provides bin/foomatic-gswrapper.

Maybe this old package should be removed?
2005-04-28 22:36:44 +00:00
reed
501b3e6fa0 Add foomatic-filters-3.0.2. 2005-04-28 22:34:02 +00:00
reed
5f51a95530 From pkgsrc-wip and originally packaged by
Bruce J.A. Nourish. Thank you, Bruce.

The foomatic-filters package provides foomatic-rip and foomatic-gswrapper.

foomatic-rip uses an external renderer (like GhostScript) to
translate PostScript to printer's native language. The printer
capabilities are described in PPD files.  foomatic-rip works with
every known spooler.

foomatic-gswrapper massages arguments to make Ghostscript execute
properly as a filter.
2005-04-28 22:29:43 +00:00
hira
4b7b24ff52 Remove USE_BUILDLINK2 (typo). 2005-04-27 21:22:14 +00:00
drochner
90d1f661fb update to 2.10.3
no documented changes to 2.10.2
2005-04-26 18:07:49 +00:00
wiz
4d5e0eb861 Configure script demands c++ >=3.0.5, so set GCC_REQD to 3.0.5. 2005-04-22 12:54:18 +00:00
wiz
c66a9cdd88 tron volunteered to maintain this package. 2005-04-18 13:20:40 +00:00
markd
5973c4c05c Add acroread7 2005-04-15 14:25:16 +00:00
markd
4952d141eb Import Adobe Reader 7.0 now its officially out.
Adobe Reader is part of the Adobe Acrobat family of software, which lets
you view, distribute, and print documents in Portable Document Format
(PDF)--regardless of the computer, operating system, fonts, or application
used to create the original file.  PDF files retain all the formatting,
fonts, and graphics of the original document, and virtually any
PostScript(TM) document can be converted into a PDF file.
2005-04-15 14:23:30 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
schwarz
e2ef2ee6e8 teTeX3-bin uses xpm. Changes approved by hubertf. 2005-04-10 21:52:37 +00:00
schwarz
978b2a9044 added missing "paper" argument to texconfig xdvi (approved by hubertf) 2005-04-09 13:18:32 +00:00
hubertf
3439227be2 Pull in the right (teTeX3, not teTeX(2)) Makefile.common.
No functional change.
2005-04-08 23:06:47 +00:00
hubertf
8a23b41b47 No special handling for web2c/mktex.cnf - no idea why this was in there
since teTeX1.

Bump version to 3.0nb1.
2005-04-04 23:29:45 +00:00
hubertf
9d631b3d8f Run mktexlsr on installation of binary pkg too 2005-04-04 15:05:25 +00:00
hubertf
051d689eb6 This pkg works fine with teTeX>=2, note it in the depends.
Also be more graceful about in fmt-handling
2005-04-02 20:19:02 +00:00
hubertf
813ee9201b Give this pkg a chance to determine teTeX(s)'s work dir in a
read-only pkgsrc environment (pkg_comp), where no "work"-dir/symlink
will be created.
2005-04-02 19:35:48 +00:00
hubertf
8891dd4af7 document that this is part of teTeX>=2.0 2005-04-02 17:21:02 +00:00
hubertf
eef63278c3 add & enable teTeX3-texmfsrc 2005-03-31 22:16:29 +00:00
hubertf
d6e84c40d8 Import teTeX-texmfsrc-3.0: Sources for machine-independent part of teTeX
Sources for machine independent parts for teTeX.
Provided to fulfil the licensing terms.
2005-03-31 22:15:09 +00:00
hubertf
f61a5ba862 add & enable teTeX3-texmf 2005-03-31 22:13:00 +00:00
hubertf
6c3b7d97a8 Import teTeX-texmf-3.0: Machine-independent part of teTeX
Machine independent parts for teTeX:
web files, metafont bases, style files, font definitions,
localisation, ofm-, ovf-, vf-, pfb- and tfm-files,
(meta)font source files, lots of documentation, ...
2005-03-31 22:12:38 +00:00
hubertf
f603e7eaa8 add & enable teTeX3-bin 2005-03-31 22:10:09 +00:00
hubertf
8c77117e05 Import teTeX-bin-3.0: TeX distribution for UNIX compatible systems - binaries
This package contains the executables for the teTeX installation
as well as other files that were created when generating the binaries:
info files, format files and manual pages.
2005-03-31 22:09:18 +00:00
drochner
a79d1a42e5 don't try to rmdir ${PREFIX}/man/de; this is an official part of the
tree, listed in NetBSD.pkg.dist
2005-03-31 19:19:00 +00:00
drochner
df3a2f1cd9 update to 1.2.1
changes:
-new import/export features
-python scripter additions (not enabled in pkgsrc yet)
-rendering speed improvements
-bugfixes
-more UI translations

note: scribus is able to trigger bugs in older ghostscript versions,
appearently due a too high number of colors used.
As a workaround, it worked for me (drochner) to delete unused colors
from the palette before invoking print preview.
afpl-ghostscript-8.50 works fine, but there is no pkg for (yet).
2005-03-31 19:15:23 +00:00
drochner
17fc08ef21 keep the printing widget / printer manager from crashing immediately,
and make "lpr" printing basically work:
- pass "-export-dynamic" to the programs which dynamically load the
  printing system specific plugin (do this by adding the "gmodule"
  linker flags)
- set the printcap file to /etc/printcap
2005-03-31 18:12:29 +00:00
dmcmahill
fdb211b3ec add autoconf tests to find what librarary connect, socket, recv, send,
and gethostbyname are in.   On some systems, you need -lsocket and -lnsl
for these (solaris).  Tested on NetBSD and Solaris-9.
2005-03-26 13:59:33 +00:00
jmmv
8d7f9d7874 Update libgnomeprint and libgnomeprintui to 2.10.2:
libgnomeprint 2.10.2

Jody:
	* Only offer a duplex option if it exists.
	* The /etc/printcap importer was creating one model for all
	  printers. [#169963]
	* Honour custom kerning requests in ps2/pdf backends [#158424]

Suresh:
	* Ignore bitmaps in fonts. [#171128]

Tony Graham:
	* Some debug routines for GnomeGlyphList [#114858]

libgnomeprint 2.10.1

Jody:
	* Overzealous win32 port broke custom transports [#167325]
	* Remove use of %g in pdf exporter.
	* Slight speed optimization in pdf export.
	* Leak fix.

Kjartan:
	* Even more leak fixes.
2005-03-25 16:34:47 +00:00
wiz
b8e0eb28f4 Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be
useful.
2005-03-24 21:12:50 +00:00
tv
e9da285fa0 Turn on bl3, and add bl3 includes for needed libiconv and gettext-lib.
Bump PKGREVISION due to dependency changes.
2005-03-24 17:12:17 +00:00
ben
8043fbd7ab Add mktexlsr to PLIST so binary package install works.
Addresses PR#29776.
2005-03-24 14:24:29 +00:00
wiz
b09bb70087 Drop maintainership. 2005-03-23 21:59:32 +00:00
jmmv
2a50098fa7 Update to 2.10.0:
Version 2.10.0
--------------

* Translation updates: Leonid Kanter (ru), Ivar Smolin (et), David
Lodge (en_GB), Sami Pesonen (fi), Laurent Dhima (sq), Jordi Mallach
(ca), Maxim Dziumanenko (uk), Changwoo Ryu (ko), Ankit Patel (gu),
Martin Willemoes Hansen (da), GNOME PL (pl), Francesco Marletta (it),
Ahmad Riza H Nst (id), Zygimantas Berucka (lt), Gabor Kelemen (hu),
Christophe Merlet (fr), Danilo Segan (sr), Misu Moldovan (ro)

Version 2.9.3
-------------

* Fix CAN 2004-0888 fix for 64bit platforms. (Marco)

Version 2.9.2
-------------

* Rework MIME code to no use deprecated API. (Marco Pesenti Gritti)

* Fix aclocals flags using gnome-common macro. (Marco)

* Show the fullscreen button only on gpdf's workspace. (Gordon Ingram)
  - #161225

* Fix a missing-font crash. (Martin) - part of #161066

* Simplify the bookmarks tree view. (Jonathan Blandford)

* Fix some link mouse-over crashes. (Martin) - #156784, #159966, #159386

* Fix a non-i18nized popup menu. (Takao Fujiwara) - #154532

* Fix bookmarks clicking. (Martin Sjogren, Marco) - #159937

* Fix possible buffer overflows. - CAN 2004-1125, CAN 2005-0064

* Fix CID fonts problem (e.g. Firefox ad) with freetype > 2.1.7.
  (Albert Astals Cid, Martin)

* Update recent-files code from egg. (Martin)

* Translation updates: Adam Weinberger, Alexander Winston (en_CA),
  Vladimir Petkov (bg), Kjartan Maraas (nb), Zygimantas Berucka (lt),
  Miloslav Trmac (cs), Tino Meinen (nl), Christian Rose (sv),
  Francisco Javier F. Serrador (es), Pawan Chitrakar (ne, new
  translation), Satoru SATOH (ja), Frank Arnold (de), Raphael Higino
  (pt_BR), Funda Wang (zh_CN), Nikos Charonitakis (el), Priit Laes,
  Ivar Smolin (et, new translation)


Version 2.9.1
-------------

* Depend on gtk+ 2.6 and use GtkAboutDialog, GtkMenuToolButton,
  GtkMessageDialog with secondary text. (Martin) - #152143

* Translation updates: Vincent van Adrighem (nl)
2005-03-22 16:32:56 +00:00