summaryrefslogtreecommitdiffstats
path: root/print
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade from 1.4.1 to 1.4.2 -- a recommended "maintainance" release.mi2006-07-1415-75/+70
|
* - - Update to 20060625clsung2006-07-142-4/+4
| | | | | PR: ports/100254 Submitted by: maintainer (Jose Alonso Cardenas Marquez)
* Update to 4.12.21erwin2006-07-102-4/+4
| | | | | PR: 100035 Submitted by: Ports fury
* Update to new version 7.2.8andreas2006-07-094-5/+21
| | | | | | | | New features: can play audio files. lpd then acts like a jukebox. Remote Audio printing/playing is at experimental stage (untested). Theoretically it should be possible that multiple print clients feed the central print server with sound card with audio files.
* - Fix build on sparc64ahze2006-07-082-8/+4
|
* EasyLatex is a preprocessor which takes an input file in "pseudo-latex",garga2006-07-065-0/+85
| | | | | | | | | | and transforms it into proper LaTeX syntax. Author: Bayle Shanks <bshanks@ucsd.edu> WWW: http://easylatex.sourceforge.net/ PR: ports/93397 Submitted by: Nicola Vitale <nivit at email.it>
* Chase gnutls shlib version change.novel2006-07-061-1/+1
|
* Change all bogus uses of BROKEN to IGNORE. See CHANGES 20060705.linimon2006-07-051-1/+1
| | | | | PR: ports/92445 Hat: portmgr
* Mark as BROKEN on sparc64: fails to compile.linimon2006-07-031-1/+7
|
* fix acroread dependency after recent changes to the acrobat reader'sandreas2006-07-022-3/+3
| | | | | | | ports structure PR: ports/99354 Submitted by: Kostik Belousov <kib@FreeBSD.org>
* Fix a bug that dvipdfmx confuses 'wh' and 'bk' of tpic special.matusita2006-07-022-1/+27
| | | | | | | | As you know from Obtained from: line below, this fix is already in the original dvipdfmx code. Submitted by: Tsuyoshi Ito, tsuyoshiito at nifty dotcom. Obtained from: http://cvs.ktug.or.kr/viewcvs/dvipdfmx/src/spc_tpic.c.diff?r2=1.3&r1=1.2&diff_format=u
* - Add missing dependencyrafan2006-06-301-1/+2
| | | | | | | | | | The only port that has direct dependency on this port is chinese/CJK, but due to other dependencies, print/freetype is listed in CJK's dependcies list. Thus, no need to bump CJK's PORTREVISION in this case. PR: 99628 Reported by: John Merryweather Cooper <john_m_cooper@yahoo.com> Approved by: delphij (mentor)
* Convert BUILD_DEPENDS on lang/gcc41 to a LIB_DEPENDS, since pdftk is dynamicallystefan2006-06-291-1/+2
| | | | | | | | | linked to a couple of its libraries. PR: 97259 Submitted by: Stefan Thurner <thurners@nicsys.de> Approved by: maintainer timeout (>6 weeks) arved (mentor)
* Fix dependency and installation directory.hrs2006-06-292-9/+8
|
* - Add dependency on print/cm-super.hrs2006-06-291-1/+2
| | | | - Bump PORTREVISION.
* - Replace symlinks to CM Type 1 font files with ones to thehrs2006-06-292-174/+12
| | | | | font directories. - Bump PORTREVISION.
* - Use consistent installation directories.hrs2006-06-296-278/+284
| | | | - Bump PORTREVISION.
* - Fix longstanding bugs in updmap(1) which prevent it fromhrs2006-06-295-8/+293
| | | | | | | | working with map files for dvipdfm. - updmap(1) now supports --progname option. - Bump PORTREVISION.
* New port: print/cm-superhrs2006-06-295-0/+967
| | | | | | | This is the CM-Super package; it contains Type 1 fonts convered from METAFONT fonts and covers entire EC/TC, EC Concrete, EC Bright and LH fonts (Computer Modern font families). All European and Cyrillic writings are covered.
* Add p5-PDF-Template 0.22, PDF layout system that uses the same datarafan2006-06-295-0/+101
| | | | | | | | structures as HTML::Template. PR: ports/99493 Submitted by: Yuichiro AIZAWA <yaizawa@mdbl.sfc.keio.ac.jp> Approved by: delphij (mentor)
* Starting with version 1.2.0 CUPS implements the "RunAsOption" no longer.itetcu2006-06-281-1/+2
| | | | | | | | | In order to ensure CUPS-PDF is running with the required root privileges make 'root' the owner of the cups-pdf backend and set the file permissions of the backend to 0700 (root only). PR: ports/99498 Submitted by: maintainer
* Fix a typo which resulted in the TEXINPUTS variable not beeing exported.jmz2006-06-271-2/+2
|
* Change to my FreeBSD.org email.rafan2006-06-273-3/+3
| | | | Approved by: delphij (mentor)
* Update to 11.83. Changes include:hrs2006-06-253-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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. - The error parsing of AUCTeX as well as preview-latex now deals with -file-line-error type messages from newer web2c versions (earlier versions would omit the traditional error context, which will not work). - The LaTeX tool bar is now enabled by default. - A problem in preview-latex in connection with XyMTeX has been fixed. IMPORTANT: Many of the new features in the 11.x series rely on special properties in the variable `TeX-command-list' and will not work if you customized this variable for a pre-11.5x release of AUCTeX. If this is the case for you, please re-initialize the variable by erasing the customization, thereby setting the variable to the new default, and re-adding your changes afterwards.
* - Unbreak on 6.x (with a patch to please gcc)johans2006-06-252-4/+23
| | | | | | PR: 95228 Submitted by: Kay Lehmann Approved by: Jaap Boender (maintainer), flz (mentor)
* - MAN3PREFIX is implied when PERL_CONFIGURE is defined.clsung2006-06-251-1/+0
| | | | | | | | | - this commit modified ports maintained by (non-)ports@, so approved by portmgr (erwin) first. PR: ports/98755 Submitted by: rafan Approved by: portmgr (erwin)
* Update to version 1.3.3.2markus2006-06-256-8/+234
| | | | | PR: ports/99133 Submitted by: Rainer Alves <rainer.alves@gmail.com> (maintainer)
* Update to 1.16miwi2006-06-242-4/+4
| | | | | | PR: ports/99415 Submitted by: miwi Approved by: markus (co mentor)
* * Fixes problems with updating CUPS installation (Udo Schweigert)itetcu2006-06-242-5/+8
| | | | | | | | * Fixes conflict with PHP5 when WITH_PHP is not enabled PR: 99371 Submitted by: maintainer Tested by: Beech Rintoul <beech@alaskaparadise.com>
* Distfile rerolled, for the third time in 48 hours (small comments changed)itetcu2006-06-232-4/+4
| | | | | Reproted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> Approved by: maintainer (on IRC)
* Update to 4.12.19erwin2006-06-232-7/+16
| | | | | PR: 99378 Submitted by: Ports fury
* - Depend on cups-base instead of cups-lpr if WITH_CUPS is definedahze2006-06-231-1/+1
| | | | Reported by: Sergey Akifyev
* - update to current releaseitetcu2006-06-233-18/+4
| | | | | | | | | | - drop patch incorporated upstream at maintainer's advice PR: ports/99283 Submitted by: itetcu (me) Requested by: Costi Ciudatu <ccciudatu @ gmail.com> Tested by: Costi Ciudatu <ccciudatu @ gmail.com> Approved by: maintainer
* - Remove depends on cups-lprahze2006-06-231-1/+0
|
* - Remove cups-lpr, it has been merged in to print/cups-baseahze2006-06-2310-369/+0
| | | | Pointyhat to: me for not removing this earlier.
* Disconnect print/cups-lpr from the build, since it breaks INDEX.cperciva2006-06-221-1/+0
| | | | | | | Judging by ports/97782, I think print/cups-lpr was supposed to be completely removed, but I'll let ahze decide that. INDEX broken by: recent commits to print/cups and print/cups-base
* - Update to 1.2.0ahze2006-06-2216-1004/+974
| | | | | | PR: ports/97783 ports/97782 Submitted by: maintainer
* - Update to 20060618pav2006-06-193-4/+20
| | | | | PR: ports/99130 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)
* - Update to 20060618pav2006-06-192-4/+4
| | | | | PR: ports/99129 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)
* It no use to make it build OK on tinderbox if you commit an older file.itetcu2006-06-181-1/+3
| | | | | | | Unbreak make install: list pkg-message in SUB_FILES and @${CAT} ${PKGMESSAGE}. Submitted by: Scott Allendorf <scott-allendorf@uiowa.edu> Approved by: maintianer (andreas@, implicit - out of touch for the moment)
* - depend on net/samba3 instead of old, forbiden net/samba [1] [2]itetcu2006-06-173-336/+337
| | | | | | | | | | | | | - pet portlint [3] - pkg-message -> files/pkg-message.in and add to SUB_LIST [3] - bump PROTREVISION for depends change [3] PR: ports/98456 [1], ports/99066 [2] Submitted by: Shaun Amott <shaun@inerd.com> [1], Gerard E. Seibert <ges@seibercom.net> [2] itetcu (me) [3] Approved by: andreas@ (maintainer, implicit because unreachable at the moment)
* - Update to 2.4.1itetcu2006-06-173-11/+14
| | | | | | | - small esthetic changes PR: ports/99063 Submitted by: maintainer
* - Update to 1.04mnag2006-06-163-10/+7
| | | | | | PR: 98319 Submitted by: Rong-En Fan <rafan___infor.org> Approved by: maintainer timeout (14 days)
* Fix build with gcc 4.1vd2006-06-141-17/+18
| | | | | | | | Submitter of the PR [1] noticed that the port is not completely fixed after my first commit to it. PR: ports/94461 [1] Submitted by: Ron MacNeil <macro@hotmail.com>
* Update to 1.2.7miwi2006-06-122-4/+4
| | | | | | PR: ports/98430 Submitted by: miwi Approved by: krion (mentor), maintainer
* upgrade to 0.2.7ijliao2006-06-123-7/+45
| | | | | PR: 98828 Submitted by: Ports Fury
* USE_SIZE was obsoleted in rev. 1.484 of bsd.port.mk more thanerwin2006-06-111-1/+0
| | | | | | 2 years ago. Clean out the last traces of it. With hat: portmgr
* - Update to 20060413itetcu2006-06-105-26/+29
| | | | | | | | - USE_GCC=3.2+ to fix compiling on 4.x PR: ports/96968 Submitted by: maintainer Approved by: lawrance (mentor, implicit)
* - Update to 8.54pav2006-06-109-70/+173
| | | | | PR: ports/98023 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Update to 2.4.0pav2006-06-093-10/+11
| | | | | | | | - Take over maintainership PR: ports/98751 Submitted by: Simon Olofsson <simon@olofsson.de> Approved by: maintainer in ports/98408, in general
OpenPOWER on IntegriCloud