summaryrefslogtreecommitdiff
path: root/print
AgeCommit message (Collapse)AuthorFilesLines
2006-07-10update to latex-mk-1.8dmcmahill2-6/+6
------------------------------ Release Notes for LaTeX-Mk-1.8 ------------------------------ - Fix a syntax error in the latex-mk script which showed up with some shells. - Fix a bug in the latex-mk script where some of the ".old" files that are used for determining when to re-run various tools were not being cleaned up properly. - Add a few more files which latex and makeindex may generate to the list of files removed by the 'clean' target. - Add a testsuite entry for the clean target. - Improve the makefile testsuite robustness. In particular it now deals with the bmake program having different names (make, bmake, bsdmake, etc). - Improve and expand the testsuite for the latex-mk script.
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam20-40/+40
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam20-20/+40
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-07-08Remove share/fonts, if unused.wiz2-2/+4
2006-07-08Needs perl to build.wiz1-2/+2
2006-07-07sync with the rest of gimp-print (should use a shared Makefile snippet)drochner2-8/+7
2006-07-07update to 0.35drochner4-52/+26
changes: bugfix, build system improvements
2006-07-07LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... justjlam3-6/+4
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC tree unless they're named something other than "libtool". SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just define it to the empty list and shlibtool-override will look for libtool scripts.
2006-07-05Fix installation with autoconf-2.60.wiz5-2/+43
2006-07-05Sweep pkgsrc and convert packages that included intltool/buildlink3.mkjlam4-12/+8
to use instead "USE_TOOLS+=intltool". Remove now unused intltool/buildlink3.mk
2006-06-30Remove ancient acroread3, doesn't even work with modern COMPAT_LINUX packages.salo13-302/+1
2006-06-29Needs msgfmt.joerg1-2/+2
2006-06-26Explicitly depend on texmf-dirs. No functional changes since it wasminskim1-1/+3
previously pulled in by ja-ptex-share.
2006-06-26Add TRUE to MAKE_ENV so that it can be used in Makefile.minskim1-2/+3
This fixes PR pkg/29037.
2006-06-24Bump ja-jsclasses and ja-vfxdvik dependencies.hira1-3/+3
The ${PREFIX}/share/texmf.local isn't included in search path. So the older versions may not work with teTeX3.
2006-06-24Add CHECK_FILES_SKIP for backup file that is handled by copy and move.darcy1-1/+2
No PKGREVISION bump as the binary package is not changed. All this does is remove a warning when installing and PKG_DEVELOPER is set.
2006-06-24Remove INSTALL and DEINSTALL. Forgot to remove in previous commit.hira2-14/+0
2006-06-24Depend on ja-ptex-bin-3.1.9. Bump PKGREVISION.hira1-3/+3
I'll remove BROKEN_IN a few days later.
2006-06-24Use print/teTeX/module.mk framework. Bump PKGREVISION.hira2-21/+23
2006-06-24 - Use print/teTeX/module.mk framework.hira2-28/+22
- Define BUILD_DIRS instead of define do-build and do-install target. - Explicitly include zlib's buildlink file. - Sort inclusions of buildlink file. Bump PKGREVISION.
2006-06-24Update ja-ptex-bin to 3.1.9. It's mostly a bug fix release.hira13-201/+203
- Use teTeX3. - Use print/teTeX/module.mk framework. - Don't modify installed teTeX-texmf files. - Remove INSTALL and DEINSTALL (no longer needed). - Make pjbibtex work (patch-al). Some fixes and improvements were submitted by minskim@ on tech-pkg-ja mailing list. This should fix PR pkg/32592. Changes from 3.1.8 to 3.1.9 2005/10/17: mkconf: Don't add tex/platex to search path of platex. ptex: Fix bug with TFM that uses LIG/ at begining of word. Changes from 3.1.7 to 3.1.8 2005/03/07: Makefile.in: Do run mktexlsr in `make install'. Makefile.in: INSTALL.txt: Adapt changes of teTeX-3.0's TEXMF directory. 2004/12/14: ptex: Fix handle of control sequence name. ptex: Fix recognition of ^^ after control sequence. ptex: Fix line feed position in terminal/log. Changes from 3.1.6 to 3.1.7 2004/12/09: ptex: Fix control sequence name that includes ^^ format. ptex: Sync a range of non-printable characters to 3.1.4. mkconf: Create TEXINPUTS for sjis, jis and euc encodings. Changes from 3.1.5 to 3.1.6 2004/12/02: ptex: Adapt tetex-2.99.4.20041128-beta. INSTALL.txt: Add comments for filename and TDS. Changes from 3.1.4 to 3.1.5 2004/11/29: ptex: Don't recognize ^^ format control sequence and next character as kanji. ptex: Output non-printable messages as ^^ format. 2004/11/08: ptex: After reading JIS encoded files, disable `kanjiin' state at end of file. 2004/10/12: pltotf: Fix build of TFM files from SJIS coded PL files. Changes from 3.1.3 to 3.1.4 2004/09/02: ptex: Don't recognize as kanji in following case: - Charactor of the end of line is a first byte of kanji. - ^^ format control sequence is a first byte of kanji. - Use \char in equation. ptex: Don't recognize as invalid character if a single byte character is a first byte of kanji. ptex: Make strict kanji recognition in \string. jbibtex: Dealing with CR. Correct Japaense translation of the contract. Changes from 3.1.2 to 3.1.3: 2003/10/07: ptex: Fix \kansujichar doesn't set a expected character with -kanji=sjis. 2003/09/30: ptex: Don't print non-printable characters to terminal/log. 2003/08/05: pconvert: Change usage message. Add $target option to fixwrites if it's pltotf, tftopl and pdvitype.
2006-06-24Update ja-ptex-share to 2.4.hira3-451/+514
- Use teTeX3. - Use print/teTeX/module.mk framework. - Follow TDS (by minskim@). Some fixes and improvements were submitted by minskim@ on tech-pkg-ja mailing list. Changes from 2.3 to 2.4: v2.4 [2006/01/04] * nidanfloat.dtx: Change a required format file from pLaTeX2e to LaTeX2e. * plfonts.dtx: Add missing redefinition of \LastDeclaredEncoding to \DeclareFontEncoding@. Changes from 2.2 to 2.3: v2.3 [2005/01/04] * plfonts.dtx: Fix flag in \fontfamily. * plvers.dtx: Update version number (platex<2005/01/04>). Changes from 2.1 to 2.2: v2.2 [2004/08/10] * plfonts.dtx: Fix front and back space in verbatim environment. * plfonts.dtx: Make this usable besides JY1 and JT1 encodings. * jclasses.dtx: Change \@afterindentfalse to \@afterindenttrue in \part and \chapter. * jclasses.dtx: Fix front and back space in \section, \subsection and \subsubsection. * Adapt LaTeX2e 2003/12/01. * Remove unnecessary definitions of character code in tfm of min, goth, nmin and ngoth. * Correct Japanese translation of the contract.
2006-06-24Add doc/bibtex to dirs.mk. From minskim@. Update to 1.3.hira2-4/+4
2006-06-22Don't wire nb version of LPRng-core down.joerg1-2/+2
2006-06-21Needs intltools.joerg1-1/+2
2006-06-21Include hicolor-icon-theme/buildlink3.mk so that the icon-theme cachejlam1-1/+3
file is managed correctly at INSTALL and DEINSTALL time. Bump the PKGREVISION to 1. This should fix the error noted in the bulk build results: http://mail-index.netbsd.org/pkgsrc-bulk/2006/06/20/0000.html
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