summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-11-10Updated pkglint to 4.40.rillig5-19/+12
- Removed all references to the build-time pkgsrc directory, ${PKGSRCDIR}. This makes the binary package independent of the build location. Fixes PR 32006.
2005-11-10Note update of print/transfig to 3.2.5alpha7.itohy1-1/+2
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-10cdialog is gone.joerg1-2/+1
2005-11-10remove now unused kpatchsea.buildlink3.mk filestonio3-57/+0
use the standard buildlink3.mk instead
2005-11-10* Find a reliable, secure way to delete all CVS directories insiderillig1-0/+3
${WRKSRC}. When that is finished, add a warning that using ${XARGS} is insecure.
2005-11-10Moved the checks for the COMMENT from checklines_package_Makefile() torillig2-19/+19
checktext_basic_vartype() to shorten the former subroutine. No user-visible changes.
2005-11-10Bumped PKGREVISION of graphics/vtk-data.rillig1-1/+2
- Removed /CVS/ files from the PLIST.
2005-11-10- Removed /CVS/ files from the PLIST.rillig2-63/+4
- Bumped PKGREVISION.
2005-11-10Bumped PKGREVISION of audio/csound-manual.rillig1-1/+2
- Removed /CVS/ files from the PLIST.
2005-11-10- Removed /CVS/ files from the PLIST.rillig2-12/+6
- Bumped PKGREVISION. - Changed DIST_SUBDIR from ${PKGNAME} to ${PKGNAME_NOREV}nb2, as the distfile hasn't changed.
2005-11-10- Improved the detection of tool names once more.rillig1-2/+2
2005-11-10Updated pkglint to 4.39.rillig3-9/+12
Changes since 4.38: - Disabled the check on Makefile variable order, as the discussion on tech-pkg has not finished yet. - Improved detection of valid tool names. - Improved detection of direct use of tool names. (Less false positives.) - Improved the diagnostics for direct use of tool names.
2005-11-10Added a description of the purpose of this file to the header comment,rillig1-2/+6
based on what this file had been intended for in revision 1.1. Also added a note about the .include order.
2005-11-10Restored the checksum of patch-ac from revision 1.5.rillig1-2/+2
2005-11-10Updated pkglint to 4.38.4.rillig2-6/+6
- Improved detection of valid tool names. - In the post-install target, output does to stderr instead of stdout.
2005-11-10Moved default definition of MANINSTALL from defaults/mk.conf torillig2-7/+7
bsd.prefs.mk, as it is not intended to be set in mk.conf.
2005-11-10Moved the PKG_INSTALLATION_TYPES variable from defaults/mk.conf torillig2-12/+12
bsd.prefs.mk as it is not intended to be set in mk.conf.
2005-11-10Added a comment that <bsd.own.mk> includes MAKECONF or /etc/mk.conf, sorillig1-1/+2
that a "grep -wr mk\\.conf" will show the user where to find more information.
2005-11-10Updated audio/cplay to 1.49nb1tonio1-1/+2
2005-11-10Change patch-aa to match the solution adopted upstream to share filetonio3-14/+15
descriptors Bump PKGREVISION
2005-11-10Export MAKECONF again.rillig1-2/+2
2005-11-10Added (currently disabled) code to scan for variable names inrillig1-14/+37
pkgsrc/mk/defaults/mk.conf. All those variable names are then checked as being of type Userdefined. As that file is currently too unstructured and contains too much garbage, this check cannot yet be enabled.
2005-11-10Fix path in ln.wiz1-2/+2
2005-11-10Fixed the remaining instances of code relying on trailing white-space inrillig2-4/+4
the INDEXFILE.
2005-11-10Replaced another instance of grep|awk with a simple awk. A warning isrillig1-3/+3
printed if no package name could be found for a package directory.
2005-11-10Don't rely on the INDEXFILE having trailing white-space in each line.rillig1-2/+2
Whoever had written such unusual code should have left a note in the printindex script that the trailing white-space was required. It is such an uncommon assumption that I treated it as a typo and removed it. Now it's fixed. I also replaced the use of grep|awk with a simple awk, as grep would have interpreted regular expressions in the package name. In general, please think more about _appropriate_ ways to handle data. grep(1) is not a tool for searching strings. It's a tool for searching regular expressions.
2005-11-10Fixed pkglint warning:rillig1-2/+2
WARN: colchess/Makefile:13: PKGNAME should not be used in DIST_SUBDIR.
2005-11-10- Fixed pkglint warning:rillig1-3/+3
WARN: Makefile:25: CONFIGURE_ARGS should be modified using "+=". - Removed redundant --prefix=${PREFIX}.
2005-11-10Fixed pkglint warning:rillig1-2/+2
WARN: adom/Makefile:23: DEPENDS should be modified using "+=".
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-10Fixed pkglint warning: PKGBASE is a read-only variable.rillig1-2/+1
2005-11-10Sorted PLIST.rillig1-2/+2
2005-11-10English grammar fix.minskim1-2/+2
2005-11-10Updated devel/bmake to 20051105.reed1-1/+2
2005-11-10Add "--mksrc none" to the boot-strap arguments for building "bmake".reed1-2/+2
2005-11-10Update to version 20051105.reed7-61/+119
Remove GNU_CONFIGURE=no from pkgsrc Makefile. Add "--mksrc none" to arguments and add --prefix=${PREFIX} and --sysconfdir=${PKG_SYSCONFDIR} and remove ${CONFIGURE_ARGS} for boot-strap. Note that I didn't import the files that only change was a CVS $Id$ tag. From ChangeLog: 2005-11-05 Simon J. Gerraty <sjg@void.crufty.net> * Makefile.in (BMAKE_VERSION): bump to 20051105 * configure.in: always set default_sys_path default is ${prefix}/share/mk - remove prefix_sys_path, anyone wanting more than above needs to set it manually. 2005-11-04 Simon J. Gerraty <sjg@void.crufty.net> * boot-strap: make this a bit easier for pkgsrc folk. bootstrap still fails on IRIX64 since MACHINE_ARCH gets set to 'mips' while pkgsrc wants 'mipseb' or 'mipsel' 2005-11-02 Simon J. Gerraty <sjg@void.crufty.net> * Makefile.in (BMAKE_VERSION): bump to 20051102 * job.c (JobFinish): fix likely ancient merge lossage fix from Todd Vierling. * boot-strap (srcdir): allow setting mksrc=none 2005-10-31 Simon J. Gerraty <sjg@void.crufty.net> * Makefile.in (BMAKE_VERSION): bump to 20051031 * ranlib.h: skip on OSF too. (NetBSD PR 31864)
2005-11-09Removed CVS conflict lines. Please use pkglint before committing changes.rillig1-4/+1
2005-11-09Take maintainership and adjust whitespace.minskim1-9/+9
2005-11-09Fix WRKSRC (hi rillig!).wiz1-1/+3
2005-11-09+ amarok-1.3.6, dspam-3.6.1, fox-1.4.22, getmail-4.4.0, gnutls-1.2.9,wiz1-3/+7
sylpheed-2.0.4.
2005-11-09Oh, do not forget to update the link tootonio1-3/+3
2005-11-09ln -> ${LN}, to please pkglint.wiz1-2/+2
2005-11-09regen (patch-aa checksum mismatch, joerg?).wiz1-2/+2
2005-11-09Note PKGREVISION bump of teTeX3-bin.minskim1-1/+2
2005-11-09Add missing entries to PLIST and remove a redundant one.minskim2-4/+9
Bump PKGREVISION.
2005-11-09Before extracting the pkgsrc variables (which takes some time), print arillig1-1/+3
line announcing that.
2005-11-09 Updated print/tex-jadetex to 3.13nb1tonio1-1/+2
Add teTeX-3 support, by using etex and pdfetex instead of simply tex
2005-11-09Fix for teTeX3 by using the etex engine for generationtonio4-10/+37
bump PKGREVISION, it will change the binary package