summaryrefslogtreecommitdiffstats
path: root/print
Commit message (Collapse)AuthorAgeFilesLines
* Update to 11.82. Changes include:hrs2005-12-203-9/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Support for the MinionPro LaTeX package was added. * Warnings and underfull/overfull boxes are now being indicated in the echo area after a LaTeX run, if the respective debugging options are activated with `TeX-toggle-debug-warnings' (`C-c C-t C-w') or `TeX-toggle-debug-bad-boxes' (`C-c C-t C-b'). In this case `TeX-next-error' will find these warnings in addition to normal errors. The key binding `C-c C-w' for `TeX-toggle-debug-bad-boxes' (which was renamed from `TeX-toggle-debug-boxes') now is deprecated. * AUCTeX now can automatically insert a pair of braces after typing <_> or <^> in math constructs if the new variable `TeX-electric-sub-and-superscript' is set to a non-nil value. * Some language-specific support for French was added. There now is completion support for the commands provided by the `frenchb' (and `francais') options of the babel LaTeX package and easier input of French quotation marks (`\\og ...\\fg') which can now be inserted by typing <">. * Completion support for options of some LaTeX packages was added. * Already in version 11.81 the way to activate AUCTeX changed substantially. This should now be done with `(load "auctex.el" nil t t)' instead of the former `(require 'tex-site)'. Related to this change `tex-mik.el' does not load `tex-site.el' anymore. That means if you used only `(require 'tex-mik)' in order to activate AUCTeX, you have to add `(load "auctex.el" nil t t)' before the latter statement. More detailed information can be found in the installation instructions. * Handling of verbatim constructs was consolidated across AUCTeX. This resulted in the font-latex-specific variables `font-latex-verb-like-commands', `font-latex-verbatim-macros', and `font-latex-verbatim-environments' being removed and the more general variables `LaTeX-verbatim-macros-with-delims', `LaTeX-verbatim-macros-with-braces', and `LaTeX-verbatim-environments' being added. * The output of a BibTeX run is now checked for warnings and errors, which are reported in the echo area. * The aliases for `font-latex-title-fontify' were removed. Use `font-latex-fontify-sectioning' instead. * The problem that Japanese macros where broken across lines was fixed. * Various bug fixes.
* - Update CJK patchpav2005-12-192-7/+5
| | | | | PR: ports/90636 Submitted by: lwj <lwj83@cs.ccu.edu.tw>
* - Remove virtual category offix from all portspav2005-12-181-1/+1
| | | | | PR: ports/88751 (part of) Approved by: linimon (portmgr hat)
* Add SA256 checksums.jkoshy2005-12-131-0/+1
|
* Fix bold text rendering bug.nobutaka2005-12-132-1/+11
| | | | | Approved by: jylefort Obtained from: freetype2 CVS
* Mark as BROKEN: Prerequisite gcj is not available from gcc41 at the momentvs2005-12-121-0/+2
|
* - Fix WWW-sitesbarner2005-12-121-3/+2
| | | | - Remove two dead WWW sites
* - change the master site, so it is fetchable againpav2005-12-093-147/+148
| | | | | | | | | | - use %%DATADIR%% in pkg-plist - As I'm maintainer of a slave port (chinese/enscript) of this one, I would like to take this port. - Change MACHINE_ARCH to ARCH, which follows bsd.port.mk PR: ports/90135 Submitted by: Rong-En Fan <rafan@infor.org>
* Backport xpdf vendor patch (affected part)mnag2005-12-072-1/+94
| | | | | | | | | | | | Bump PORTREVISION PR: 90072 Approved by: maintainer Security: http://www.idefense.com/application/poi/display?id=342&type=vulnerabilities http://www.idefense.com/application/poi/display?id=343&type=vulnerabilities http://www.idefense.com/application/poi/display?id=344&type=vulnerabilities http://secunia.com/advisories/17897/ CVE-2005-3191, CVE-2005-3192
* - Add libxpdf security patcheshrs2005-12-073-1/+122
| | | | | | | | - Add SHA256 checksums PR: ports/90067 Submitted by: mnag Security: CVE-2005-3191, CVE-2005-3192, CVE-2005-3193
* - Fix a filename of the distfiles.hrs2005-12-073-16/+32
| | | | | - Use texmf directory instead of texmf-local. - Add SHA256 checksums.
* fix pkg-plist leftover fileedwin2005-12-051-0/+1
|
* - remove install-infoedwin2005-12-053-11/+9
| | | | | | - the silly configure phase of this port actually fetched another file which is very nice but very silly. Fetch file before the configure phase starts, then just copy it.
* Remove install-info from Makefile, it's automatically done when INFO is definededwin2005-12-052-8/+0
|
* Add INFO macroedwin2005-12-044-6/+2
|
* Remove the PROVIDE line from the startup script. From ourdougb2005-12-041-1/+3
| | | | | | | | | | | | | | | perspective, this is still an old-style rc script, however the presence of the PROVIDE line fools the new rcorder code in HEAD into thinking that it should be treated like a new style script. I submitted the patch to the maintainer recently, but given that the PR points out the problem in the real world, I'm taking unilateral action. If the maintainer has a better solution, that's not a problem. PR: ports/89892 Submitted by: Nicolas Blais
* [MAINTAINER] chinese/CJK: update to 4.6.0edwin2005-12-034-125/+133
| | | | | | | | | - Update to 4.6.0 - Remove first master site, which does not contain 4.6.0 and is not an official mirror. PR: ports/89874 Submitted by: Rong-En Fan <rafan@infor.org>
* - Remove bzip2 incantations since it has been part of base system since ↵flz2005-11-292-6/+0
| | | | | | | | FreeBSD 4.4. PR: ports/88984 Submitted by: edwin Approved by: maintainer timeout (2 weeks)
* - Update to 1.1.0pav2005-11-282-5/+4
| | | | | PR: ports/89583 Submitted by: Ports Fury
* Chase URL per distfile survey.linimon2005-11-281-1/+1
|
* Security fix: several shell scripts included in the Ghostscript packagehrs2005-11-2713-3/+225
| | | | | | | allow local users to overwrite files via a symlink attack on temporary files. Security: CAN-2004-0967
* - Style: ports@freebsd.org -> ports@FreeBSD.orgpav2005-11-251-1/+1
|
* - Add SHA256pav2005-11-252-0/+2
| | | | Approved by: mat (perl; maintainer)
* - Add SHA256pav2005-11-2579-0/+178
|
* print/lcdf-typetools was a dupe of print/typetools, so remove the formerbarner2005-11-246-59/+1
| | | | | | | | | port and add a MOVED entry for it. Since print/typetools was unmaintained, transfer maintainership to submitter of print/lcdf-typetools (Ulrich Spoerlein <q@galgenberg.net>) Reported by: Ports Fury
* Add SHA256 checksums to my portsdougb2005-11-241-0/+1
|
* - Add SHA256 checksumspav2005-11-237-0/+8
|
* Add lcdf-typetools 2.36,barner2005-11-235-0/+58
| | | | | | | | tools for manipulating Opentype/Type1 PS-Fonts. PR: 89427 Submitted by: Ulrich Spoerlein <q@galgenberg.net>
* Drop maintainershiplioux2005-11-231-1/+1
|
* Fix MASTER_SITES (pcl3-3.3.tar.gz)mnag2005-11-224-4/+4
| | | | | PR: 89293 Notified by: diff <diff@infosemi.com>
* Remove some leftover directories.marcus2005-11-222-0/+3
| | | | Reported by: pointyhat via kris
* Update to 3.0h (2005/10/24). Changes include:hrs2005-11-202-15/+22
| | | | | | | - caption2 2.x compatibility options added - support of endnotes package added - caption label separator endash added - bugfixes
* Update to 1.2a (2005/07/31). Changes include:hrs2005-11-202-12/+18
| | | | | - Specified an explicit package date when loading the calc package to avoid loading an outdated version.
* Add USE_GHOSTSCRIPT_RUN=yes for ports which use epstopdf(1).hrs2005-11-201-1/+2
| | | | Submitted by: thierry
* Update to 0.31.marcus2005-11-193-4/+9
|
* Update to 0.2.2.marcus2005-11-193-6/+15
|
* Switch to <target>:: convention for both patch-autotools and run-autotools,ade2005-11-191-1/+1
| | | | | to allow for easier overriding of these targets by port Makefiles, if they need to.
* CUPS smb backend allows *nix users to print to Windows-attached printers viapav2005-11-174-0/+51
| | | | | | | smbspool program, which comes with Samba. PR: ports/88887 Submitted by: Andrew Pantyukhin <infofarmer@gmail.com>
* Add latex-circ 1.0f,barner2005-11-175-0/+136
| | | | | | | | a LaTeX package for typesetting circuit diagrams. PR: 83838 Submitted by: Nicola Vitale <nivit@email.it>
* Update to 2.36vs2005-11-152-3/+4
| | | | | PR: ports/89017 Submitted by: Ports Fury
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-1526-27/+26
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* Fix plist.thierry2005-11-142-0/+2
| | | | | Reported by: pointyhat via Kris Approved by: maintainer time-out
* o) Drop maintainership cause I didn't use these ports since months anymore.lkoeller2005-11-131-1/+1
|
* - add SHA checksumdinoex2005-11-133-0/+3
|
* Add latexdiff 0.3,barner2005-11-115-0/+104
| | | | | | | | determine and mark up significant differences between latex files. PR: 88353 Submitted by: Maxim Loginov <Zeliboba@mail.ru>
* Add SHA256 checksumlioux2005-11-114-0/+4
|
* With portmgr hat on, reset maintainership of knu's ports since he haslinimon2005-11-114-4/+4
| | | | been inactive more than 6 months. We hope to see him back sometime.
* - Update descriptionsdinoex2005-11-104-4/+13
|
* - Add SHA256 to all ports submitter maintaingarga2005-11-101-0/+1
| | | | | PR: ports/88791 Submitted by: Frank Laszlo <laszlof@vonostingroup.com>
* Put SHA256 checksums.matusita2005-11-101-0/+3
| | | | | Fix long-standing typo in linux-vmware-toolbox5/distinfo (pass me a pointyhat to me...)
OpenPOWER on IntegriCloud