Commit graph

2274 commits

Author SHA1 Message Date
jlam
e811379bc2 Pluralize INSTALL_TEMPLATE and DEINSTALL_TEMPLATE variable names as per
the pkglint warning:

    As {INSTALL,DEINSTALL}_TEMPLATE is modified using "+=", its name
    should indicate plural.

This does make the variables a bit more suggestive of the fact that they
hold lists of values.
2006-06-15 22:13:58 +00:00
jlam
827643d4bb Split out deinstall portions of INSTALL scripts into DEINSTALL scripts.
This avoids the need for a confusing line of the form:

	DEINSTALL_TEMPLATE+=	path/to/INSTALL

in the package Makefile, and actually removes the need to specify it
altogether since by convention, the existence of the DEINSTALL script
is enough to add it to DEINSTALL_TEMPLATE.
2006-06-15 20:40:15 +00:00
jlam
11e5b7af25 Use the correct iconv library if building with PREFER_PKGSRC=yes and libc
also contains an iconv implementation.  Bump the PKGREVISION to 5.
2006-06-15 20:03:25 +00:00
rillig
ced9b2fd21 Fixed pkglint warnings. 2006-06-14 10:30:34 +00:00
salo
494b8fdbc6 Regen the patch file since otherwise the evil uname(1) check chunk is
misplaced into an incorrect case statement..

Noticed by <adrianp>
2006-06-13 14:04:35 +00:00
salo
23f671d2fa Update to version 7.0.8
Changes:

Important bug fixes

1289558: Forms: Opening and closing certain forms can lead to a memory leak
various: Fixes to address various Reader crashes.
various: Security: several security bug fixes have been made, including one
         considered critical. For more information about the Adobe Severity
         Rating System, see the Adobe website at
         www.adobe.com/support/security/severity_ratings.html

Release notes: http://www.adobe.com/support/techdocs/327817.html
2006-06-13 10:28:24 +00:00
dbj
4b68f685ab remove duplicate definition of jobdata global variable 2006-06-12 21:38:57 +00:00
tonio
06704de8b7 Update print/auctex to 11.83
News in 11.83
=============

   * The new function `TeX-doc' provides easy access to documentation
     about commands and packages or information related to TeX and
     friends in general.  It is accessible with the key binding `C-c ?'
     or the `Find Documentation...' entry in the mode menus.

   * You can now get rid of generated intermediate and output files by
     means of the new `Clean' and `Clean All' entries in
     `TeX-command-list' accessible with `C-c C-c' or the Command menu.

   * Support for forward search with PDF files was added.  That means
     you can jump to a place in the output file corresponding to the
     position in the source file.  Currently this only works if you use
     the pdfsync LaTeX package and xpdf as your PDF viewer.  The
     accuracy is in the range of +/-1 page.

     Adding support for this feature required the default value of the
     variable `TeX-output-view-style' to be changed.  Please make sure
     you either remove any customizations overriding the new default or
     incorporate the changes into your customizations if you want to
     use this feature.

   * TeX error messages of the `-file-line-error' kind are now
     understood in AUCTeX and preview-latex (parsers are still
     separate).

   * Bug fix in XyMTeX support.

   * The LaTeX tool bar is now enabled by default.
2006-06-12 12:30:05 +00:00
joerg
0e1e2ce663 Needs perl for build. 2006-06-11 14:30:53 +00:00
joerg
ee114f57a0 Uses C++. 2006-06-11 14:27:58 +00:00
markd
f0ccdc8fb9 Add dependency on suse100_libcups to stop crash when you try to print.
Fixes PR pkg/33678.  Bump PKGREVISION.
2006-06-11 13:38:42 +00:00
minskim
545a9a4820 Add tex-igo. 2006-06-11 06:15:43 +00:00
minskim
ea4444ad50 Import tex-igo.
This package provides fonts and macro to typeset Go diagrams.  It is
based on the package go written in 1991 which provides typesetting
facilities for Go games and positions.  Although igo contains roughly
the same commands as the original package and uses the fonts, it has
been improved in a number of ways.  It uses command names less likely
to conflict with standard AMS packages.  It allows different board
sizes to be used.  It understands a standardized notation for board
coordinates.  And it provides a facility to work on more than one
board.  Moreover, a few commands were reworked to define positions or
game sequences more conveniently.
2006-06-11 06:13:35 +00:00
dmcmahill
54c007e995 update to latex-mk-1.7
------------------------------
Release Notes for LaTeX-Mk-1.7
------------------------------

- Added support for makeindex.  Suggested by Antoine Reilles who provided a preliminary
patch.

- Added a --help flag to the latex-mk script and documented the script a bit more
there.  It seems that some users are using the latex-mk script only and not the makefile
system.  Suggested by Reuben Thomas.

- Added the ability in the latex-mk script to work with a read only current directory
and use the TEXMFOUTPUT environment variable to control where the real output goes.
Suggested by Reuben Thomas.
2006-06-09 23:43:02 +00:00
minskim
ac82fbec63 USE_TOOLS+=lex 2006-06-09 16:05:11 +00:00
joerg
e8fd1966af Uses xmkmf. 2006-06-08 19:55:16 +00:00
minskim
3d1d33477c USE_TOOLS+=lex 2006-06-07 21:11:55 +00:00
minskim
31c0194218 Remove a conflicting declaration of malloc(); include stdlib.h instead. 2006-06-07 21:06:49 +00:00
joerg
6421061f8f Needs Python 2.3+ 2006-06-07 13:03:24 +00:00
joerg
605d3acef7 Needs msgfmt. 2006-06-07 12:29:00 +00:00
joerg
8572e2517c Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv).
While going through the tree, fix some more packages which had similiar
issues with too strict conflicts, bump the revisions of those.
2006-06-04 16:26:54 +00:00
joerg
337c6b1297 Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or
ap2-* respectively. Add new variables to simplify the Makefile
handling. Add CONFLICTS on the old names. Reset revisions of bumped
packages. ap-php will now depend on the default Apache and PHP version.
All programs using it have an implicit option of the Apache version
as well.

OK from jlam@ and adrianp@.
2006-06-02 18:27:54 +00:00
joerg
cc1fcb59e0 Also build depend on ghostscript fonts all the time. 2006-06-01 16:17:42 +00:00
joerg
acb9f6c8b3 Use X11BASE in run-gnome-font-install and depend on xorg's Truetype
and Type1 package at build time when xorg is used.

Ideally the font database would be created at install time, but this
adds a lot more work.

Also depend on msgfmt.
2006-06-01 16:04:58 +00:00
drochner
4e1e9773d4 update to 0.5.3
changes:
-supports attachments in PDF files
-Links system is reworked allowing named links
-UI improvements
-bugfixes
-translation updates

pkgsrc change: add "dvi" option to nautilus plugin
(doesn't provide useful information yet)
2006-05-31 18:17:23 +00:00
drochner
551dbc985a update to 0.5.3
changes:
-improved Qt bindings
-Cairo backend now supports masked images
-make glib bindings more language binding friendly
-Search now works with ligatures
-glib bindings now has an entry point to render to a cairo_t
-GCC 4.1 and MSVC compilation fixes
-bugfixes and cleanup
2006-05-31 18:13:54 +00:00
tron
d10e997262 Set API dependence for "freetype2" to version 2.2.1 or newer. The new
"xpdf" package works fine with an old "freetype2" library but cannot
be built with the old include files.

This fixes PR pkg/33607 by Brad Harder.
2006-05-31 07:57:17 +00:00
tron
0c89b16782 Add patch provided by the FreeType2 maintaines to make this package
build with version 2.2.1 and newer of the "freetype2" package.
Bump package revision because of this fix.
2006-05-30 20:03:28 +00:00
joerg
e6033642a4 Use PYTHON_VERSIONS_ACCEPTED instead of _REQD, so that the latter
can be used to enforce versions after having determined which are
suppported.
2006-05-28 16:13:11 +00:00
wiz
fd3934e05e Fix installation after not-quite-recent TeX path changes. 2006-05-26 18:19:15 +00:00
seb
6280b965eb Let us have ${PREFIX}/share/texmf/ls-R ignored by check-files target 2006-05-25 13:38:57 +00:00
joerg
0fdf1ef4e0 Uses C++. 2006-05-23 20:43:52 +00:00
drochner
af21aef23a more cleanup: remove DISTFILES assignment which was needed when we
had a separate jpeg source file
2006-05-23 10:28:48 +00:00
adam
d6ad6c4083 Cosmetics: use doc/ghostscript instead of doc/html/ghostscript; use SUBST framework 2006-05-23 09:37:46 +00:00
jlam
60f791e1e6 Move the check-shlibs target from bsd.pkg.mk to bsd.pkg.check.mk where
it will live with other "check" targets run after package installation.

Get rid of SHLIB_HANDLING, whose meaning had mutated over the years
from one thing to another.  Currently, it is used to basically note
whether the system's "ldd" command can be usefully run on the package's
binaries and libraries.  Rename this variable to CHECK_SHLIBS_SUPPORTED
for more clarity.

CHECK_SHLIBS is now a variable set exclusively by the user in /etc/mk.conf
to note whether the check for missing run-time search paths is performed
after a package is installed.  It defaults to "no" unless PKG_DEVELOPER
is set.
2006-05-22 22:22:02 +00:00
drochner
d9e2f546ab update to 8.54
changes:
-improvements for embedded/propietary use, irrelevant for pkgsrc
-comes with own copy of jpeg lib, no need to download separately
-bug fixes and rendering improvements
2006-05-22 17:20:39 +00:00
drochner
64430304cc build a shared libkpathsea, bump PKGREVISION
(I'contacted the MAINTAINER, didn't get a response. jlam agrees that
there is no reason not to build the shlib.)
2006-05-22 17:13:53 +00:00
drochner
93473284e7 need c++ 2006-05-22 16:40:19 +00:00
drochner
b482daada9 need c++ 2006-05-22 16:33:49 +00:00
rillig
668f9e9acc Fixed some pkglint warnings. 2006-05-22 08:19:06 +00:00
rillig
ad839442e3 Fixed COMMENT. 2006-05-21 11:29:27 +00:00
wiz
991dcdf978 Mark as BROKEN_IN pkgsrc-2006Q1 according to
ftp://ftp.NetBSD.org/pub/pkgsrc/misc/kristerw/pkgstat/i386-3.0/20060501.1050/broken.html
2006-05-18 20:29:58 +00:00
wiz
45d0084443 Set TEX_ACCEPTED to teTeX2, since this package conflicts with teTeX-bin-[3-9]*. 2006-05-18 20:25:17 +00:00
markd
82e0ad4ee6 add kbibtex. 2006-05-15 11:50:27 +00:00
markd
11d5aa871f Initial import kbibtex 0.1.4
KBibTeX is a BibTeX editor for KDE. Features include comfortable input masks,
starting web queries (e.g. Google) for selected entries and exporting to PDF,
PostScript and XML/HTML.  As KBibTeX is using KDE's KParts technology, KBibTeX
can be embedded into Kile or Konqueror.
2006-05-15 11:19:12 +00:00
minskim
9a58b21f28 Update tex-memhangul-ucs to 1.4.4f.
Changes:
- Add a new option: dvips.
2006-05-13 05:36:52 +00:00
minskim
bff3422848 Update tex-dhucs to 3.0.0.
Changes since 2.7.0:
- Enable hyphenation of a parenthesized english word preceded by a Korean
  character.
- Remove the original setspace code from dhucs-setspace.
- Use .aux instead of .pru.
- Improve the autojosa algorithm.
- Bug fixes in ucs-hangul.
- Support autojosa for natbib and cite.
- Make autojosa work without hyperref.
2006-05-13 05:03:54 +00:00
minskim
fa5157ed20 Remove references to teTeX1. 2006-05-13 03:44:23 +00:00
rillig
5fd50c2a5c Fixed pkglint warnings. 2006-05-10 09:02:21 +00:00
joerg
9f1bf328d7 Uses C++. 2006-05-09 16:31:56 +00:00