Commit graph

2531 commits

Author SHA1 Message Date
joerg
71f9cb9f9e Don't use fdopen64 on AIX. 2007-08-03 20:02:30 +00:00
wiz
bb2864741d Allow installation on x86_64. 2007-08-02 22:53:16 +00:00
drochner
7f6cde374c add a vendor supplied patch to fix an integer overflow vulnerability
(CVE-2007-3387)
2007-08-02 14:54:33 +00:00
drochner
cf307199f5 apply a patch from xpdf to fix an integer overflow vulnerability
(CVE-2007-3387)
bump PKGREVISION
2007-08-02 14:41:18 +00:00
rillig
4bf0ca2a58 Fixed a gcc4 warning that pointed to really buggy code. Pointed out in
PR 36713.
2007-07-31 19:22:10 +00:00
jlam
33f30156fb * Add new emulator framework in pkgsrc/mk/emulator that handles all
binary-only packages that require binary "emulation" on the native
  operating system.  Please see pkgsrc/mk/emulator/README for more
  details.

* Teach the plist framework to automatically use any existing
  PLIST.${EMUL_PLATFORM} as part of the default PLIST_SRC definition.

* Convert all of the binary-only packages in pkgsrc to use the
  emulator framework.  Most of them have been tested to install and
  deinstall correctly.  This involves the following cleanup actions:

    * Remove use of custom PLIST code and use PLIST.${EMUL_PLATFORM}
      more consistently.

    * Simplify packages by using default INSTALL and DEINSTALL scripts
      instead of custom INSTALL/DEINSTALL code.

    * Remove "SUSE_COMPAT32" and "PKG_OPTIONS.suse" from pkgsrc.
      Packages only need to state exactly which emulations they support,
      and the framework handles any i386-on-x86_64 or sparc-on-sparc64
      uses.

    * Remove "USE_NATIVE_LINUX" from pkgsrc.  The framework will
      automatically detect when the package is installing on Linux.

  Specific changes to packages include:

    * Bump the PKGREVISIONs for all of the suse100* and suse91* packages
      due to changes in the +INSTALL/+DEINSTALL scripts used in all
      of the packages.

    * Remove pkgsrc/emulators/suse_linux, which is unused by any
      packages.

    * cad/lc -- remove custom code to create the distinfo file for
	all supported platforms; just use "emul-fetch" and "emul-distinfo"
	instead.

    * lang/Cg-compiler -- install the shared libraries under ${EMULDIR}
	instead of ${PREFIX}/lib so that compiled programs will find
	the shared libraries.

    * mail/thunderbird-bin-nightly -- update to latest binary
	distributions for supported platforms.

    * multimedia/ns-flash -- update Linux version to 9.0.48 as the
	older version is no longer available for interactive fetch.

    * security/uvscan -- set LD_LIBRARY_PATH explicitly so that
	it's not necessary to install library symlinks into
	${EMULDIR}/usr/local/lib.

    * www/firefox-bin-flash -- update Linux version to 9.0.48 as the
	older version is no longer available for interactive fetch.
2007-07-29 05:18:36 +00:00
tnn
a31e3138a6 correct whitespace 2007-07-18 02:48:35 +00:00
tnn
b47b3bd043 Fix broken build on HPUX 2007-07-18 02:47:02 +00:00
joerg
edb98b4b86 Fix path to Perl in a script. Ride on update. 2007-07-17 20:58:09 +00:00
drochner
33fb4292af update to 8.57
In addition to the usual bug fixes, there are specific performance and
quality improvements in the areas of patterns, shading and image
filtering. Also new in this release is an implementation of the Well
Tempered Screening algorithm in an output device, using Graeme
Gill's IMDI library for efficient color mapping.

pkgsrc change: use the bundled jasper as the pkgsrc one is incompatible
2007-07-17 18:53:54 +00:00
minskim
86f3eda2b2 Udpate tex-IEEEtran to 1.7.
Major changes:
- New class option compsoc to support the IEEE Computer Society format.
- New class option captionsoff disables the display of figure/table
  captions. endfloat.sty is now mentioned in the docs. Thanks to Geoff
  Walker for suggesting these changes.
- Bug fixes and new interfaces.
2007-07-16 23:49:07 +00:00
drochner
c5181722cd update to 0.8.3
changes:
-bugfixes
-translation updates
-compatibility to newer poppler releases which paves the way for an
 eventual poppler update
2007-07-06 18:04:24 +00:00
jlam
4390d56940 Make it easier to build and install packages "unprivileged", where
the owner of all installed files is a non-root user.  This change
affects most packages that require special users or groups by making
them use the specified unprivileged user and group instead.

(1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to
    unprivileged.mk.  These two variables are lists of other bmake
    variables that define package-specific users and groups.  Packages
    that have user-settable variables for users and groups, e.g. apache
    and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP},
    etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS
    so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER}
    and ${UNPRIVILEGED_GROUP}.

(2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
2007-07-04 20:54:31 +00:00
wiz
eb8900025a Update to 3.6.3:
%%%%%%%%%%%%%%%%%%% GV 3.6.3  (June 2007) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%

# gv is now able to work with latest ghostscript: gs 8.57

# The bug causing the version not to figure in the manual has been
  fixed.

# The SIGINT signal is now masked (ignored) by gv.

# gv no more segfaults when reading a configuration file as produced by
  State -> Setup Options -> Save

# gv should compile in non-GNU system that doesnt have glib2. The
  `getopt' gnulib module has been imported to fix this.

# gv now correctly adjust the page index window after PAGE-UP and
  PAGE-DOWN events.

# gv is now able to open files with minus character beginning
  filenames.

# X resources related bugs has been fixed. gv is now able to get
  resources from the display database, user file, gv system database
  and command line doing the Right Thing (TM).

# gv is now able to correctly understand DocumentMedia and other DSC
  directives that uses postscript strings. It was not possible with
  previous versions due to a bug in the postscript names scanning
  routine.

* Vulnerability CVE-2006-5864 has been fixed.

* gs is now invoked with `-dFIXEDMEDIA'

* The internal gettext implementation has been renamed to `ps_gettext'
  to avoid collisions with the builtin `gettext' function.

* --quiet and --noquiet now works as expected.

? There are troubles with 64 bits machines: the use of x-pointers to
  store data should be eliminated in subsequent versions.
2007-07-03 20:01:43 +00:00
markd
f63ce7c23e Re-add support for the PAPERSIZE variable, lost when the various
ghostscript packages were merged.  Bump PKGREVISION.
2007-07-01 20:56:27 +00:00
dmcmahill
341ee4a16a avoid segfaults on 64-bit systems for some inputs files and pdf output 2007-06-29 19:24:45 +00:00
dmcmahill
782fbda0ee update to latex-mk-1.9
- Added support for per-document DVIPS_FLAGS and DVIPDFM_FLAGS.

- Avoided the use of hardcoded csh in some scripts.

- Removed claims of a BIBTEX_ENV variable in the documentation. It
  didn't do anything.

- Added METAPOST support.

- Fixed a bug when using BibTeX and PDFLaTeX at the same time.

- Added glossary support.

- Fixed a bug with GNU make draft output.

- Put the actual installation prefix into the manual.

- Avoid a case which caused the testsuite to hang.

- Expanded the testsuite and fixed some bugs in the testsuite.

- Fix a bug in cleaning xfig and tgif output.
2007-06-15 23:40:00 +00:00
dmcmahill
b5455d175c add and enable tex-cooking 2007-06-15 21:50:14 +00:00
dmcmahill
84e2d7012f import tex-cooking-0.9b
Cooking is a package for typesetting cooking recipes.
2007-06-15 21:49:07 +00:00
jlam
12351d2476 * Change some instances of ROOT_USER and ROOT_GROUP to BINOWN and BINGRP
in SPECIAL_PERMS usage.

* Consistently use 4555 for setuid and 2555 for setgid programs.
2007-06-15 18:15:06 +00:00
jmmv
18bfb99d84 Update to 1.02:
v1.02 (25 May 2007):
   * Added overview section in the documentation

v1.01 (17 May 2007):
   * Added number range facility (equivalent to makeindex's |( and |)
     formatting commands.)
   * Added a space after \delimN and \delimR in the ist file.
2007-06-09 07:34:01 +00:00
obache
323d7f44f5 Fix directory name for ruby-gnome-pango. 2007-06-09 01:07:13 +00:00
minskim
f52a0aa25b Update tex-dhucs to 3.2.2.
Changes since 3.1.4:
- Redefine \nobreak.
- Added a new font map: UCS2.sfd.
- Added [finemath] option.
2007-06-06 23:50:14 +00:00
minskim
d39f290eef Update dvipdfmx to 20070518.
Changes since 20050831:
- Xref and object stream were implemented for PDF v1.5 or higher to reduce the
  size of the PDF output.
- New program "xbb" is included, which generates ".xbb" file containing the
  bounding box information. For bitmap images, DVIPDFMx generates the same
  result as pdfTeX if ".xbb" is used, and as DVIPDFM if ".bb" is used.
- Many bug fixes.
2007-06-06 22:16:33 +00:00
markd
af2f4fe585 Update cups to 1.2.11
CUPS 1.2.11 fixes several build system, printing, PPD, and IPP conformance
issues. It also fixes a crash bug in the scheduler when printing to files
in non-existent directories.
2007-06-06 11:14:27 +00:00
markd
f50dc45760 Update poster to the 20060221 version
2006-02-19 Manfred Paulus <manfred.paulus@googlemail.com>
    * option: added -C option for switching clipping facilities
    * option: added -O option for setting content overlap
    * output: make postscript functions out of read in
              page descriptions instead of copying the code
              for every output page
    * pages:  corrected sizes of ISO A and B formats

2005-09-07 Cristian Tibirna <tibirna@kde.org>
    * option: don't crash when specifying -s option (scaling)

2002-08-30 Michael Goffioul <goffioul@imec.be>
        * option: added a "fake" option to pre-calculate the
          tile pages (used within KDEPrint).

2002-08-28 Michael Goffioul <goffioul@imec.be>
        * pages: allow selection of tile pages to print

2002-08-26 Michael Goffioul <goffioul@imec.be>
        * gets: avoid the use of gets, replaced by fgets
        * input: allow input from STDIN
        * pages: allow poster printing of more than one page
2007-06-06 11:05:21 +00:00
wiz
f9ca475dd5 Bump PKGREVISION for opencdk shlib major bump. 2007-06-05 08:11:43 +00:00
wiz
9d27f90a6f opencdk shlib major changed; bump ABI depends and PKGREVISIONs of
affected packages.
2007-06-05 05:36:59 +00:00
ghen
afe39212e9 Update to Scribus 1.3.3.9 (bugfixes). 2007-06-03 10:55:36 +00:00
ghen
d00bae174f Reindent. 2007-06-03 10:55:10 +00:00
jmmv
44dffd60fe Add and enable tex-resume. 2007-06-03 08:59:36 +00:00
jmmv
2300e9ebd3 Initial import of tex-resume-20010823:
This package provides a LaTeX document style to easily write resumes.
2007-06-03 08:59:02 +00:00
rillig
7f125459d8 Removed some code duplication from the buildlink3 files by using the new
pkg-build-options.mk procedure.
2007-05-30 08:54:28 +00:00
minskim
154d18bbf5 Set CHECK_INTERPRETER_SKIP for documentation files. 2007-05-30 00:26:22 +00:00
jmmv
b302e6bd24 Add and enable tex-algorithm2e. 2007-05-28 14:09:15 +00:00
jmmv
1a728054fe Initial import of tex-algorithm2e, version 3.9:
Algorithm2e is an environment for writing algorithms in LaTeX2e.
An algorithm is defined as a floating object like figures.  It
provides macros that allow you to create different sorts of key
words, thus a set of predefined key words is given.  You can
also change the typography of the keywords.
2007-05-28 14:07:16 +00:00
obache
8d1bd267de Add ruby-gnome2-poppler. 2007-05-27 02:01:14 +00:00
obache
259252871f Import ruby-gnome2-poppler version 0.16.0.
Ruby-GNOME 2 is a set of Ruby language bindings for the various
application development libraries included with the GNOME/GTK+
environment.

Ruby/Poppler is a Ruby binding of poppler-glib.
2007-05-27 02:00:02 +00:00
obache
2eadaba1cd Need devel/glib2, graphics/cairo and x11/gtk2's buildlink3 files,
for poppler-glib.pc.
2007-05-26 16:38:21 +00:00
obache
c586286f90 Add ruby-gnome2-gnomeprint. 2007-05-26 06:31:52 +00:00
obache
3133875fb3 Import ruby-gnome2-gnomeprint version 0.16.0.
Ruby-GNOME 2 is a set of Ruby language bindings for the various
application development libraries included with the GNOME/GTK+
environment.

Ruby/GnomePrint is a Ruby binding of libgnomeprint.
2007-05-26 06:24:28 +00:00
jmmv
aab0c0c353 Add and enable tex-glossaries and tex-xkeyval. 2007-05-25 11:55:13 +00:00
jmmv
867349d118 Initial import of tex-glossaries, version 1.0:
The glossaries package supports acronyms and multiple glossaries.
New entries are defined to have a name and description (and optionally
an associated symbol).  Plural forms can also be specified.  New
glossary styles can be defined, and preambles and postambles can be
specified.  There is provision for loading a database of terms: only
terms used in the text will be added to the relevant glossary.
2007-05-25 11:54:17 +00:00
jmmv
b3f6980f74 Initial import of tex-xkeyval, version 2.5f:
This package is an extension of the keyval package and offers additional
macros for setting keys and declaring and setting class or package options.
The package allows the programmer to specify a prefix to the name of the
macros it defines for keys, and to define families of key definitions;
these all help use in documents where several packages define their own
sets of keys.
2007-05-25 11:53:15 +00:00
wiz
197de82e9a Remove remaining gnome1-libs dependencies from pkgsrc. 2007-05-20 15:48:07 +00:00
hira
077484a691 This package needs databases/shared-mime-info to recognize PDF files.
Bump PKGREVISION (no need to bump evince-nautilus).
2007-05-12 07:28:27 +00:00
kristerw
bb69c83079 Add gtklp. 2007-04-20 18:14:59 +00:00
rillig
e06959f006 Imported gtklp.
GtkLP and GtkLPQ are two tools to use and administrate CUPS a better
way.
2007-04-20 05:50:44 +00:00
drochner
9c4c2fbc8c fix duplicated line 2007-04-19 18:31:23 +00:00
xtraeme
3b3355796d Erm... actually update it to 0.1.6, I didn't update it before. 2007-04-19 03:14:59 +00:00