summaryrefslogtreecommitdiffstats
path: root/print
Commit message (Collapse)AuthorAgeFilesLines
* Honor CFLAGS to be built on alpha.simokawa1999-05-311-0/+15
|
* Update to version 0.1.1.steve1999-05-3012-123/+117
| | | | | PR: 11844 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Update to version 0.30 and use new gnome ports.steve1999-05-308-76/+56
| | | | | PR: 11844 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Update to use gtk version 1.2.3.steve1999-05-292-10/+14
| | | | | PR: 11842 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* add new functionality:andreas1999-05-252-4/+6
| | | | | | | | - it's possible to use psutils to print 2 pages on one physical page and other things. - New Environment Variable PSUTILS can be set via apsfilterrc files. i.e.: PSUTILS="psnup -2 |" Port now additionally has a run dependency to psutils-letter....
* upgrade to apsfilter 5.1.1andreas1999-05-244-6/+6
| | | | | | | | | | | | | | | bugfix release apsfilter now again allows you to use the gs driver default resolution. Bug was, that everything defaulted to 300dpi, if not set explicitely via DPI (set by name of symlink to apsfilter) or GS_RESOL (set manually or via SETUP script in apsfilterrc). Moved everything only print_dvi dependend to print_dvi... Cosmetic changes More user friendly bugform
* On second thought, remove the ".ifdef BATCH" test -- otherwiseasami1999-05-242-6/+2
| | | | | | | | the user will get a make syntax error ("Malformed conditional") when PAPERSIZE and BATCH are both unset. Andreas, go ahead and change this further if you want, I'm not sure what you intended to do here, so I went with the "safest" fix.
* Um, you can't use /usr/bin/env to set make variables.... ;)asami1999-05-242-4/+4
|
* Use KDE version 1.1 instead of version 1.0.steve1999-05-241-5/+5
|
* Deinstall without interaction while package building and don't displaysteve1999-05-241-3/+10
| | | | the deinstall message twice, one for DEINTALL and one for POST-DEINSTALL.
* "Shouldn't that be "letter" rather than "a4" since "letter" works withandreas1999-05-232-4/+4
| | | | | | | | | printers that have "a4" paper, while "a4" produces clipped results for printers that have letter papper?" ---Warner YES ;-) Reminded by: Warner Losh <imp@harmony.village.org>
* New apsfilter 5.1.0 releasedandreas1999-05-238-30/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Port related changes: - apsfilter port isn't interactive anymore, we can now put it onto FreeBSD CD 1 - use bzip2 for apsfilter sources to save space on FreeBSD Disk 1 - new run dependency to recode and a2ps - when BATCH is defined set PAPERSIZE to a4, to avoid problems with a2ps port - updated DESCR (listed some of the new apsfilter features) - updated PLIST - new post-install target to inform people to run SETUP to complete installation Apsfilter related changes: - new supported file types (BMP, FAX G3, troff) - possible to print in different print resolutions (see example in INSTALL), i.e.: lpr -P{low,med,high} some_files... - ghostscript can make use of additional type1 fonts by setting the gs environment variable GS_FONTPATH. gs automatically recognizes /usr/X11R6/lib/X11/fonts/Type1 and /var/X11R6/lib/X11/fonts/Type1 if present. Other Paths can be configured global or printer type dependend by admin or user as usual. See precedence of apsfilterrc and .apsfilterrc files above. - printer driver type dependend config files in that order: - /etc/apsfilterrc - /etc/apsfilterrc.${PRINTER} and if defined INSECURE: - $HOME/.apsfilterrc - $HOME/.apsfilterrc.${PRINTER} - CRLF translation and perforation skip for more HP models - new environment variable USE_RECODE_NOT_A2PS, so you can use reecode as an alternative over a2ps - new environment variable RECODE_OPTS defaults to "-q latin1:ibmpc" - new environment variable PAGES_REVERSE_ORDER for forcing dvips to print in reverse order - detection of printer resolution revamped and more clear - Precedence of definition of print resolution: a) by name of filter script (symlink to apsfilter) b) by setting GS_RESOL in apsfilterrc config files c) autodetected by apsfilter (PS_xxx, printer driver name) d) otherwise defaults to 300dpi (for dvips commandline) - some dvips settings cleanup, use -Z only when resol >= 400dpi - when printing html use some sane defaults for HTML2PS_OPTS if not set in apsfilterrc files Contributions: - SUPPORT FOR NEW GNU a2ps 4.12, Hurray !!!! thanks to Debian Port maintainer, Matej Vela <mvela@public.srce.hr> - cool PS testpage (test.ps) Andreas Reuter <ar205@bonzo.geowiss.nat.tu-bs.de> - many thanks to the SuSE developement team especially Werner Fink <werner@suse.de> for many inspirations - and of course cosmetic and bugfixes ;-)
* - PDF_close() shouldn't fclose() the file because PDF_open() expects andirk1999-05-193-3/+6
| | | | | | | | | open file descriptor (see http://www.php.net/manual/function.pdf-close.php3 for details) - honor ${CC} PR: ports/11501 Submitted by: Palle Girgensohn <girgen@partitur.se>
* Enable pdq.foxfair1999-05-171-1/+2
|
* PR: 11721foxfair1999-05-1711-0/+309
| | | | Submitted by: Yin-Jieh Chen <yinjieh@csie.nctu.edu.tw>
* unix-lpr.sh and lprsetup.sh are missing from the package.andreas1999-05-1514-7/+35
| | | | | | fixed install target and PLIST file. Reported by: Marko Schuetz <marko@ki.informatik.uni-frankfurt.de>
* Add missing gettext dependency.asami1999-05-121-1/+3
| | | | Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
* Added rlprtaoka1999-05-111-1/+2
|
* Send print jobs to lpd servers anywhere on a network.taoka1999-05-116-0/+76
| | | | | PR: 11072 Submiited by: Mikhail Teterin <mi@aldan.algebra.com>
* Update master site.smace1999-05-102-4/+4
|
* Build in a different way to enable the use of the "-nP", "-P", and "-Pprinter"obrien1999-05-093-16/+40
| | | | | | flags. This now matches the manpage. PR: 3958
* Ignore the checksum, the tarball is generated on the fly.tg1999-05-062-2/+4
|
* Update to 1.0.2flathill1999-05-0515-20/+110
| | | | | PR: ports/11505 Submitted by: cpiazza@home.net
* LIB_DEPENDS on the new unified xview port.steve1999-05-041-4/+3
|
* Checksum has changed. Disown this port.tg1999-05-042-3/+3
|
* The faster this commit message is typed the faster it'll all be over.mharo1999-05-0323-18/+30
| | | | (add WWW:)
* Add the t1utils ports.steve1999-05-031-1/+2
|
* Initial import of t1utils version 1.10.1.steve1999-05-035-0/+45
| | | | | | | Five utilities for maipulation t1 scripts. PR: 10123 Submitted by: Mike Meyer <mwm@phone.net>
* Changed MAINTAINER's e-mail addresstaoka1999-05-019-18/+18
| | | | from taoka@infonets.hiroshima-u.ac.jp to taoka@FreeBSD.org
* Move all .afm files to ${PREFIX}/lib/afm so other programs can get tosteve1999-05-012-38/+38
| | | | | | | them. PR: 11368 Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
* Move all .afm files to ${PREFIX}/lib/afm so other programs can get tosteve1999-05-012-98/+98
| | | | | | | them. PR: 11369 Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
* s/gtk11d/gtk12/g *finally done with gtk11d* (for real this time)mharo1999-04-262-4/+4
|
* gtk11 -> gtk12mharo1999-04-223-6/+6
|
* Make this package again.jseger1999-04-203-55/+94
|
* Change "Whom" line to match maintainer line, some people apparentlyasami1999-04-192-4/+4
| | | | | | use the first e-mail address they find. Requested by: maintainer
* Minor grammer nit.obrien1999-04-185-10/+10
|
* Fix better ftp site.chuckr1999-04-171-2/+3
| | | | Obtained from: Satoshi's bento scripts (thank you!)
* Added amspsfnt and cmpsfonttaoka1999-04-131-1/+3
|
* AMSFonts PostScript Fonts (Adobe Type 1 format)taoka1999-04-135-0/+235
| | | | | PR: ports/9741 Submitted by: Pedro F. Giffuni pfgiffun@bachue.usc.unal.edu.co
* Computer Modern PostScript Fonts (Adobe Type 1 format)taoka1999-04-135-0/+264
| | | | | PR: ports/9740 Submitted by: Pedro F. Giffuni pfgiffun@bachue.usc.unal.edu.co
* DISTFILES moved on MASTER_SITE.steve1999-04-085-10/+10
|
* Change PKGNAME.dima1999-04-082-4/+4
| | | | Requested by: asami
* Put back acroread4 entry.dima1999-04-081-1/+2
|
* Do it properly now (hopefully)dima1999-04-086-168/+178
|
* Remove acroread4 per Satoshi's request.dima1999-04-081-2/+1
| | | | | | It will be repo-copied. Reviewed by: asami
* Added acroread4dima1999-04-081-1/+2
|
* Activate the magicfilter port.steve1999-04-031-1/+2
|
* Import magicfilter version 1.2.steve1999-04-037-0/+195
| | | | | | | Customizable, extensible automatic printer filter PR: 10767 Submitted by: CHOI Junho <cjh@kr.freebsd.org>
* Updated MASTER_SITES. The author uploaded a new version over the old,nik1999-04-021-2/+2
| | | | | so I've copied the old files to ~nik/public_html/distfiles/jadetex and pointed the port at that until I can test the new files.
* Link with -lXp so this compiles again.steve1999-04-021-0/+54
| | | | | PR: 10848 Submitted by: maintainer
OpenPOWER on IntegriCloud