summaryrefslogtreecommitdiff
path: root/print
AgeCommit message (Collapse)AuthorFilesLines
2005-11-10Avoid using the -printx primary for find(1); it is not supported onminskim1-2/+2
Darwin.
2005-11-10Define TEXMFCONFIG when calling texconfig. This prevents texconfigminskim1-6/+9
from generating a directory under users's HOME at installation time. OK'ed by hubertf@ and tonio@.
2005-11-10Update to transfig 3.2 pachlevel 5-alpha7.itohy7-98/+88
Summary of changes from CHANGES.transfig: Patchlevel 5-alpha7 (Oct, 27, 2005) NEW FEATURES o Updated SVG driver from Martin Kroeker was missing from alpha6 o Another SVG update: Use a font-family list of "Times,Symbol" for symbol characters - the Times fontface does not contain all elements of the Symbol font on all platforms BUGS FIXED: o Typo in font name (was cmit10, should be cmti10) in MetaPost driver This bug fix was omitted from alpha6 Patchlevel 5-alpha6 (Oct, 12, 2005) NEW FEATURES: o Added -dPDFSETTINGS=/prepress option to ghostscript when generating PDF output to improve quality of bitmap graphics o Fill patterns now use PostScript Level 2 built-in pattern commands for Postscript/EPS/PDF and bitmap output From Konstantin Shemyak o Updated SVG driver from Martin Kroeker o New -K option to size bounding box to whole figure when exporting only certain depths From Dirk Osswald BUGS FIXED: o Typo in font name (was cmit10, should be cmti10) in MetaPost driver o When all texts were "special" (LaTeX coded) in a figure, ISO characters weren't encoded in straight PS and PDF output o Bug in radius for circles in SVG driver (dev/gensvg.c) o fig2dev.man was missing many papersize options o Double fclose() in bitmap driver ------------------------------------- Patchlevel 5-alpha5 (April, 26, 2004) NEW FEATURES: o Raster picture support added to SVG driver. (In SVG, this translates to a link to the image file plus rotation/scaling information. While 'conformant' SVG viewers need only support PNG and JPEG, there is no a filetype test, as there is no limit on supported formats in the standard, and e.g. Batik is able to display XBM and GIF in addition. Added code for rounded boxes (polyline subtype 4). Added code for boxes, explicit support for polygons. Added xml-space:preserve qualifier on texts to preserve whitespace. Rewrote fill pattern handling to generate patterns as needed - adding support for penwidth and color. Corrected tiling of all shingle patterns and reversal of horizontal shingles. From Martin Kroeker o Better arrowheads in SVG driver. Corrected font family selection. Corrected (and simplified) calculation of white-tinted fill colors (and removed the HSV/RGB conversion code). From Justus Piater BUGS FIXED: o Typo in LATEX_AND_XFIG file. Text should be: \convertMPtoPDF{foo.0}{1}{1} It was missing parameters {1}{1} o Depth filter option -D was parsing range (e.g. 40:80) incorrectly Fix from Justus Piater o C++ style comments "//" changed to "/* */" in genmp.c o Integer overflow in computing some spline steps o \pagestyle{empty} added for epic/eepic driver so it doesn't produce unnecessary page number when LaTeXing --------------------------------- Patchlevel 5-alpha4 (Feb 19, 2004) NEW FEATURES o Many SVG driver enhancements from Martin Kroeker (martin@ruby.chemie.uni-freiburg.de) o New features in EMF driver from ITOH Yasufumi: support for locale text (if iconv() is available), arc box, open arc, rotated ellipse, picture, dash-triple-dotted line style, and all fill patterns. BUGS FIXED o "cleandir" directive missing from doc/manual/Makefile o Added note about requiring dummy argument for -R option o SVG driver bug fixes: semicolon missing in CSS properties, multiline string problem, width, height and viewbox attributes now relative to figure bounds instead of pagesize. Fixes from Justus Piater. o Font info was put in the pstex file even when there were only special texts. --------------------------------- Patchlevel 5-alpha3 (Dec 9, 2003) NEW FEATURES o Global option "-Z maxdim" to scale figure so that largest dimension (width or height) is maxdim inches o Shapepar driver to generate shaped paragraphs for LaTeX (-L shape) from Christian Gollwitzer o I18N support postscript file installation moved to fig2dev/dev directory and installed with InstallNonExecFile (imake directive) o options -dAutoFilterColorImages=false and -dColorImageFilter=/FlateEncode added to ghostscript call when exporting to pdf to improve image quality during compression o "Epoch" added to rpm spec o New HP/GL2 driver from Glenn Burkhardt with paper size selection, offset, centering and orientation options BUGS FIXED o comments about BINDIR added to fig2dev/Imakefile and transfig/Imakefile so user can easily change installation directory of both programs o MKDIRHIER used in Imakefile for installing support files instead of mkdir o commands like \\small used instead of SetFigFont for thick and thin dots for LaTeX export From Bo Thilde o removed typedefs of uint, ushort and ulong from genemf.h because systems should already have those defined o SVG driver not mentioned in fig2dev.1 (.man) o shortened two fprintf calls in gensvg.c for HP-UX which can't handle long strings o If an imported picture path points to some directory which is not the current directory, and there exists a picture file of the same name in the current directory, and the correct file is not compressed, fig2dev would use the file in the current directory because it stripped off the path first. This was fixed by looking for the uncompressed name first. o Color values should be divided by 255, not 256 to produce values from 0 to 1.0 in LaTeX, Tk and PostScript drivers, and readpng and readpcx utilities o Increased precision of arc angles from %.1f to %.4f in PS/EPS/PDF driver o Postscript support files now installed with r/w permissions only (was r/w/x) o Metapost (mp) driver now generates all Fig styles of arrowheads From Tim Braun o Bug in pic preamble - default font size either 0 or garbage o PDF not rotated anymore for landscape mode (similar to eps) o fontmag not set when magnification was read from Fig file o When there were only LaTeX special texts without backslashes (\) and no other objects in the figure, a bounding box of 0 width was produced for EPS, PS and PSTEX output. o Added ZLIBDIR variable in fig2dev/Imakefile to specify zlib directory if different from standard location o pstex_t export lacked border option (-b) to align LaTeX text when pstex figure specified border (also fixed in xfig Combined PS/LaTeX) o warnings in gentpic.c caused failure of gcc on hppa architecture under Debian o cleaned up lots of implicit declarations of functions/procs o transfig: the "psfig" language was missing from the list of languages, making things go out of sync past "ps". o transfig: "transfig -L pstex" was generating rules for ps not eps o slight margin added to text bounds o an incorrect printf specification (%d instead of %ld) in gemp.c o "#include <varargs.h>" no longer needed (and is unsupported by gcc 3.3) o Not a bug, really but a workaround for programs that generate Fig files with arcs that have coincident start and end points with the intent of making a circle (TCM apparently does this). Without this workaround, such arcs have the same start and end angle, which ghostcript and probably other PostScript interpreters take to mean "don't draw anything". This fix adds 0.01 degrees to the end angle if it is identical to the start angle. o Exporting a file with a picture containing a path with blanks failed o Incorrect ISO translation was: "\\.S", /* latin capital letter S with dot above */ Should be: "\\.Z", /* latin capital letter Z with dot above */ o LaTeX: Correction to the ISO-8859-2 ogonek diacritic mark now uses \k instead of cedilla (\c). If the macro \k isn't defined in your situation or you don't see the ogonek then define the macro: \def\k#1{\c{#1}} before the \begin{document}. From Jerzy Sobczyk o Bug in user-defined colors when exporting to CGM. If color numbers weren't contiguous, e.g. 32, 34, then it couldn't find color 34. o glyphs in the Symbol font that have descenders weren't taken into account when calculating text bounds o missing blue and extra brown color in LaTeX driver o \smash directive added back to text objects in eepic driver (was removed in 3.2.4) o Quotes in FIG2DEV_LIBDIR definition (fig2dev/Imakefile) interferred when using $DESTDIR o Comments not inserted in EMF output anymore (not valid in language) o float/int mixup in printf in pic driver for font size caused default font size to be 0 o bug in hp/gl (ibmgl) driver produced incorrect JCL code to enter HP/GL mode when using -k option o point size factor changed from 72.27 to 72 points per inch as specified by HP tech notes o change in 3.2.4 which included all "special" (LaTeX) texts in the bounding box that don't have any backslashes ("\") in them failed to take into account inline equations using the "$". Now those special texts are also excluded from the bounding box calculation. o various man page format errors fixed
2005-11-10remove now unused kpatchsea.buildlink3.mk filestonio3-57/+0
use the standard buildlink3.mk instead
2005-11-10Fix a typo.minskim1-1/+1
2005-11-10Use a tarball instead of downloading individual files.minskim2-29/+12
Take maintainership.
2005-11-09Take maintainership and adjust whitespace.minskim1-9/+9
2005-11-09Oh, do not forget to update the link tootonio1-3/+3
2005-11-09Add missing entries to PLIST and remove a redundant one.minskim2-4/+9
Bump PKGREVISION.
2005-11-09Fix for teTeX3 by using the etex engine for generationtonio4-10/+37
bump PKGREVISION, it will change the binary package
2005-11-09conflict with teTeX-texmftonio1-1/+2
2005-11-09Do not generate ls-R; it should be done by tetex-bin. OK'ed byminskim2-5/+3
hubertf@ and tonio@. Bump PKGREVISION due to PLIST change.
2005-11-09Substitute "XFce 4" with "Xfce" in DESCR and Makefile's COMMENT.martti2-3/+3
It is a lower-case f according to the official site.
2005-11-09Updated xfce4 to 4.2.3.1martti3-7/+20
* Lots of bug fixes * Translation updates Official ChangeLog is available at: http://www.xfce.org/release_notes/4.2.3.1_changelog.html
2005-11-09and the patch to use PKG_LOCALTEXMFPREFIXtonio1-0/+13
2005-11-09convert to use tex.buidllink3.mktonio3-209/+210
installs files in ${PKG_LOCALTEXMFPREFIX}
2005-11-09convert to use tex.buidlink3.mktonio4-16/+32
installs files in PKG_LOCALTEXMFPREFIX
2005-11-08fix teTeX buidlinks (forgot a * in the DEPENDS)tonio2-4/+4
2005-11-08convert to use tex.buildlink3.mktonio6-20/+22
2005-11-08convert to tex.buildlink3.mk.tonio2-11/+10
Use PKG_TEXMFPREFIX to find TEXMF-CNF
2005-11-08convert to use tex.buidllink3.mktonio12-530/+528
Install files in ${PKG_LOCALTEXMFPREFIX}
2005-11-08Update to 1.6c, to avoid checksum mismatchtonio3-29/+28
convert to use tex.buidllink3.mk, installs files in ${PKG_LOCALTEXMFPREFIX}
2005-11-08convert to use tex.buidllink3.mktonio2-33/+34
installs files in ${PKG_LOCALTEXMFPREFIX}
2005-11-08convert to use tex.buidlink3.mk (it will install with tetex3 now)tonio1-2/+2
2005-11-08Convert to use tex.buidllink3.mktonio3-6/+8
2005-11-08convert to use tex.buildlink3.mktonio1-2/+3
2005-11-08convert to use tex.buildlink3.mktonio6-23/+29
installs tex files in PKG_TEXMFPREFIX
2005-11-08Interix has unsetenv(3), but it has no prototype, so compilation failstv2-1/+15
with -Werror. Fall through to setenv(..., "", 1) block instead by skipping the HAVE_UNSETENV block.
2005-11-08Include devel/libgetopt for <getopt.h> and getopt_long(3).tv1-1/+2
2005-11-08Create a tex.buildlink3.mk file that is used by tex-using packages.tonio3-0/+56
It includes the correct buildlink3.mk file from either teTeX1 (print/teTeX1-bin), teTeX2 (print/teTeX-bin) or teTeX3 (print/teTeX3-bin). tex.buildlink3.mk will: * set PKG_TEXMFPREFIX to the base directory of the used texmf tree * set PKG_LOCALTEXMFPREFIX to the base directory of the local texmf tree (for tex packages) * set LATEX_TYPE to the latex distribution used. There are two variables that can be used to tweak the selection of the latex implementation: LATEX_DEFAULT is a user-settable variable whose value is the default latex distribution to use. LATEX_ACCEPTED is a package-settable list of latex distributions that may be used by the package.
2005-11-07In order to get and use the .mo listed in PLIST, we need gettext and msgfmt.tv1-1/+4
2005-10-28Fix PKGNAME.wiz5-10/+10
2005-10-22oups, wrong master_sitetonio1-2/+2
2005-10-22Update print-chktex to 1.6.3tonio4-23/+34
use CONF_FILES for chktexrc
2005-10-22Update MASTER_SITES. From PR 31824 by Zafer Aydogan.wiz1-2/+2
2005-10-22Remove dead MASTER_SITES entry. From Zafer Aydogan in PR 31823.wiz1-3/+2
2005-10-18enablr Python scripting, ride on the recent PKGREVISION bumpdrochner2-2/+30
2005-10-18Set BUILDLINK_DEPMETHOD.qt3-tools= buildreed1-1/+3
and bump PKGREVISION. This is for PR #31852. objdump showed me that it didn't use qt3-tools libraries. And it appeared to start up fine without it. Also, the PR submitter said he could run scribus without the qt3-tools installed. (Maybe this should be set in x11/qt3-tools/buildlink3.mk?)
2005-10-17Disable latex-preview, as it conflicts with teTeX3 (already in teTeX3)tonio2-44/+5
2005-10-16Update to 0.2.2:jmmv3-7/+17
* Fix confusion between http and ipp responses [#171533]
2005-10-16Remove ggv2 and gpdf: deprecated by evince, starting in GNOME 2.12.0.jmmv11-468/+1
2005-10-16Update to 0.4.0:jmmv4-44/+62
* Depend on poppler 0.4.0 * Pass in timestamp to to handle opening multiple windows over dbus better (Ryan Lortie) * Really quit when rendering postscript files. * Set textdomain to libglade. * Fix rotation of thumbnails multiple times * Fix selection for non-continuous case * Disable selection for rotated case * findbar fixes
2005-10-16Update to 0.4.2:jmmv4-24/+9
Release 0.4.2 - Fix a rotation bug. - Fix freetype pkg-config check - Default to built-in decompression. Release 0.4.1 - Fix and simplify glib rotation API. - Fix build issue with freetype flags. Release 0.4.0 - Real text selection. - API breakage in glib wrapper: dropping dest_x and dest_y arguments from poppler_page_render_to_pixbuf(). - Updates to glib printing API from Martin Kretzschmar to support setting paper size and duplex from the application. - Much work on Qt4 bindings and Arthur output device. Still work in progress, thouhg.
2005-10-15Adapt the MESSAGE to the new startup schemetonio1-2/+2
2005-10-15Update print/auctex to 11.81tonio3-8/+60
This release contains preview-latex (which install could be disabled by an option, but is it useful ?) Many bugfixes, and support for different languages
2005-10-13Use tabs for indentation.hira1-9/+9
2005-10-12Update to 20050707. Changes unknown.wiz3-8/+12
Package changes: depend on baekmuk-ttf and configure xpdf to use it.
2005-10-12Use versioned distfile.wiz6-24/+21
2005-10-12Use versioned distfile.wiz4-16/+14
2005-10-11Fix a few paths. Remove "etc/" since already has PKG_SYSCONFDIR.reed1-5/+5
And use RCD_SCRIPTS_DIR for the path to rc.d script.