summaryrefslogtreecommitdiff
path: root/print
AgeCommit message (Collapse)AuthorFilesLines
2006-06-21Fix obvious typo that would cause the "dvi" option to never be supportedjlam1-2/+3
by this package.
2006-06-21Fully convert to using the pkginstall framework, and make the rc.d scriptjlam6-236/+39
use /etc/rc.subr. Bump the PKGREVISION to 3.
2006-06-21This is a Makefile, not a shell script... don't set SHELL="/bin/sh",jlam2-1/+15
but rather SHELL=/bin/sh. This fixes the error noted in the bulk build results: http://mail-index.netbsd.org/pkgsrc-bulk/2006/06/20/0000.html
2006-06-20Change the distfile path because it was modified without bumping theminskim2-7/+6
version number. Bump PKGREVISION due to the following change: * fixed a copyright violation, caused by distributing modified files of cstex / cslatex under theri original name. The fix reverts to the original files. Affected files: tex/cslatex/cslatex.ini tex/csplain/cseplain.ini tex/csplain/csplain.ini This fixes PR pkg/33745.
2006-06-18Since this package installs a Perl program in bin/, it should have arillig1-2/+3
run-time dependency on Perl. This fixes the bulk build with CHECK_INTERPRETER=yes. Bumped PKGREVISION.
2006-06-18Add a patch missed in the previous commit.minskim1-0/+13
2006-06-18Update abcm2ps to 4.12.19. Too many small changes since 3.x.minskim3-7/+27
See http://moinejf.free.fr/abcm2ps-4.txt for the complete list.
2006-06-18Fixed a typo in SUBST_CLASSES and other pkglint warnings. Bumpedrillig1-10/+10
PKGREVISION.
2006-06-15Update tex-dhucs to 3.0.2.minskim2-7/+7
Changes: - Fix the PrerenderUnicode problem.
2006-06-15Pluralize INSTALL_TEMPLATE and DEINSTALL_TEMPLATE variable names as perjlam3-9/+9
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-15Split out deinstall portions of INSTALL scripts into DEINSTALL scripts.jlam10-41/+47
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-15Use the correct iconv library if building with PREFER_PKGSRC=yes and libcjlam1-2/+11
also contains an iconv implementation. Bump the PKGREVISION to 5.
2006-06-14Fixed pkglint warnings.rillig1-17/+17
2006-06-13Regen the patch file since otherwise the evil uname(1) check chunk issalo1-23/+23
misplaced into an incorrect case statement.. Noticed by <adrianp>
2006-06-13Update to version 7.0.8salo3-12/+19
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-12remove duplicate definition of jobdata global variabledbj2-1/+14
2006-06-12Update print/auctex to 11.83tonio3-8/+9
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-11Needs perl for build.joerg1-2/+2
2006-06-11Uses C++.joerg1-1/+2
2006-06-11Add dependency on suse100_libcups to stop crash when you try to print.markd1-2/+3
Fixes PR pkg/33678. Bump PKGREVISION.
2006-06-11Add tex-igo.minskim1-1/+2
2006-06-11Import tex-igo.minskim4-0/+215
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-09update to latex-mk-1.7dmcmahill3-7/+8
------------------------------ 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-09USE_TOOLS+=lexminskim1-2/+2
2006-06-08Uses xmkmf.joerg1-1/+3
2006-06-07USE_TOOLS+=lexminskim1-2/+2
2006-06-07Remove a conflicting declaration of malloc(); include stdlib.h instead.minskim2-1/+21
2006-06-07Needs Python 2.3+joerg1-1/+2
2006-06-07Needs msgfmt.joerg1-2/+2
2006-06-04Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv).joerg2-5/+5
While going through the tree, fix some more packages which had similiar issues with too strict conflicts, bump the revisions of those.
2006-06-02Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,joerg1-2/+2
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-01Also build depend on ghostscript fonts all the time.joerg1-1/+3
2006-06-01Use X11BASE in run-gnome-font-install and depend on xorg's Truetypejoerg3-3/+29
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-05-31update to 0.5.3drochner6-15/+46
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-31update to 0.5.3drochner9-44/+41
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-31Set API dependence for "freetype2" to version 2.2.1 or newer. The newtron1-1/+3
"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-30Add patch provided by the FreeType2 maintaines to make this packagetron3-2/+83
build with version 2.2.1 and newer of the "freetype2" package. Bump package revision because of this fix.
2006-05-28Use PYTHON_VERSIONS_ACCEPTED instead of _REQD, so that the latterjoerg1-2/+2
can be used to enforce versions after having determined which are suppported.
2006-05-26Fix installation after not-quite-recent TeX path changes.wiz2-16/+16
2006-05-25Let us have ${PREFIX}/share/texmf/ls-R ignored by check-files targetseb1-1/+3
2006-05-23Uses C++.joerg1-1/+2
2006-05-23more cleanup: remove DISTFILES assignment which was needed when wedrochner1-5/+1
had a separate jpeg source file
2006-05-23Cosmetics: use doc/ghostscript instead of doc/html/ghostscript; use SUBST ↵adam5-70/+68
framework
2006-05-22Move the check-shlibs target from bsd.pkg.mk to bsd.pkg.check.mk wherejlam4-27/+24
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-22update to 8.54drochner4-39/+96
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-22build a shared libkpathsea, bump PKGREVISIONdrochner1-2/+5
(I'contacted the MAINTAINER, didn't get a response. jlam agrees that there is no reason not to build the shlib.)
2006-05-22need c++drochner1-1/+2
2006-05-22need c++drochner1-1/+2
2006-05-22Fixed some pkglint warnings.rillig1-14/+14
2006-05-21Fixed COMMENT.rillig1-2/+2