aboutsummaryrefslogtreecommitdiffstats
path: root/print
Commit message (Collapse)AuthorAgeFilesLines
* WRKSRC-related fixes.asami2000-04-161-0/+1
|
* use ghostscript 6.01 port consistently,andreas2000-04-164-4/+4
| | | | not version 5.50
* Move papersize to PKGNAMESUFFIX -- otherwise it will affect DISTNAMEasami2000-04-151-1/+2
| | | | and thus WRKSRC.
* Portlint COMMENT's.knu2000-04-152-2/+2
| | | | | | | Everybody should read the Handbook again! PR: ports/18008 Submitted by: tkato@prontomail.ne.jp
* Tiny cosmetic fixes.knu2000-04-152-2/+2
| | | | | Assure master ports and their lang-specific slaves of having consistent categories.
* Cosmetic. Set their categories right.knu2000-04-152-2/+2
| | | | | | | | print/acroread-commfont: - Use CATEGORIES+= to follow after a slave's lang-specific category. {chinese,japanese,korean}/acroread-*font: - Set only the lang-specific category for each.
* Move down bsd.port.pre.mk inclusion to below PORTNAME/PORTVERSION definitionsasami2000-04-143-3/+3
| | | | these are used to define other variables.
* Use PKGNAMESUFFIX.knu2000-04-134-11/+6
|
* Correct the use of `?=' and get happy with the slave.knu2000-04-131-3/+3
|
* Convert to PORTNAME/PORTVERSION.asami2000-04-131-2/+2
| | | | | | | | | | Anomalies found: - autoconvert was missing "zh-" in front of PKGNAME - xcin (both 2.3 and 2.5) had invalid version strings - neither of xcin ports had NO_LATEST_LINK - telnet8-1.0 thinks PKGNAME is zh-telnet-1.0 Fixed all except the last (I wasn't sure if it was intentional).
* Typo (pAPERSIZE -> PAPERSIZE). This is an area unrelated to theasami2000-04-131-1/+1
| | | | | | | | PORTNAME/PORTVERSION change, cpiazza must have accidentally hit a "~" in his vi or something. :> I have a hunch that the "?=" in PORTNAME and PORTVERSION can be changed to "=" too but I'll leave those for now.
* Use PKGNAMEPREFIX/PKGNAMESUFFIX.knu2000-04-112-10/+4
|
* Accidental whitespacecpiazza2000-04-10100-208/+208
|
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-10117-317/+284
|
* As requested by manyandreas2000-04-064-4/+8
| | | | Submitted by: Anton Berezin <tobez@tobez.org>,Kimura Fuyuki <fuyuki@jade.dti.ne.jp>
* Upgrade to 5.3.3andreas2000-04-054-4/+4
| | | | | | | | | remote printing with samba was broken because of syntax error in shell. only occurred when a SMB_PASSWD has been set. Thanks to Olivier ! Submitted by: Olivier PAGE <olivier@esm2.imt-mrs.fr>
* released new apsfilter version 5.3.2 due to aandreas2000-04-054-4/+4
| | | | | | | | | | | | | | | | | | | | | | | syntax error in SETUP which is detected by bash2 but not by our shell So all Linux user trapped over this result is, that you can't select a printer and loop in printer selection forever... + doesn't work: + PRINTER=`awk -F "|" \ ^----- missing " + "{ if (FNR == $answer ) print \\$2 }" \ + < $PRINTER_LIST"` ^^----- wrong order + works: + PRINTER="`awk -F "|" \ ^----- o.k. + "{ if (FNR == $answer ) print \\$2 }" \ + < $PRINTER_LIST`" ^^----- o.k. Is it a bug in our shell ???
* apsfilter release 5.3.1andreas2000-04-046-6/+6
| | | | | | | | Fixes BUG in apsfilter 5.3.0 SETUP: you entered a "printer selection loop" when selecting uniprint printer Includes the previous patch for CLASS support and such ...
* use gs6 port !andreas2000-04-032-2/+2
|
* update to apsfilter 5.1.3andreas2000-04-026-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New features in 5.3.0 ===================== - Major enhancements in SETUP, therefore version bump - checks your version of ghostscript - is aware of gs version 5.50 and 6.01 printer drivers - new driver selection mechanism - fetches list of available printer driver from file - you can browse/search this list using more - you select printer driver by number - sanity check, if the printer driver is present in your gs binary - at the end of your selection you get a list of printers as confirmation, that are supported by your driver selection - you can repeat this step as often as you like until you choose a valid printer driver - After printer driver selection you can as usual print test pages if you like or repeat the step of selection another driver in this more user friendly manner. - upp profile contribution for Epson LQ-570/870/1070/1170 ESC/P2 24-pin Dot Matrix printer - 3rd party additional driver for HP 812C, 815C, 832C, 880C, 882C, 895C, 932C, 970C http://www.proaxis.com/~mgelhaus/linux/software/hp880c/hp880c.html - Generic Postscript printer Support - added more resolutions in SETUP script and apsfilter script - bugfix: some resolutions were missing in apsfilter script - Adding driver support information is now more easy, since you only have to add it to a file setup/printer-<gs-version> - internal: download page: enhanced make-release script produces now diffs from every version to latest version - latest apsfilter patches can be found on download page - info: new URL -> http://people.freebsd.org/~andreas
* update apsfilter to latest patchlevelandreas2000-04-024-2/+12
| | | | | | | | | | | | - new URL -> http://people.freebsd.org/~andreas - make-release: generate more diffs (every release to latest) and patch from latest to head branch - Added files with an up to date printer list for gs 5.50 and 6.01 SETUP will be modified later... - devices-5.50 - list of driver options - devices-6.01 - list of driver options - printer-5.50 - list of supported printers - printer-6.01 - list of supported printers
* Update to 0.16, a bunch of new features, and plenty of bugs fixed.ade2000-03-289-15/+18
| | | | Shared library revision bumped as a result.
* Add ghostscript6.asami2000-03-281-0/+1
| | | | Forgotten by: andreas ;)
* fixed png.h problem by setting include path in CFLAGS in ports Makefileandreas2000-03-264-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gs6 compiles and runs now !!! fixed BATCH mode gs -h Aladdin Ghostscript 6.01 (2000-03-17) Copyright (C) 2000 Aladdin Enterprises, Menlo Park, CA. All rights reserved. Usage: gs [switches] [file1.ps file2.ps ...] Most frequently used switches: (you can use # in place of =) -dNOPAUSE no pause after page | -q `quiet', fewer messages -g<width>x<height> page size in pixels | -r<res> pixels/inch resolution -sDEVICE=<devname> select device | -dBATCH exit after last file -sOutputFile=<file> select output file: - for stdout, |command for pipe, embed %d or %ld for page # Input formats: PostScript PostScriptLevel1 PostScriptLevel2 PDF Available devices: appledmp iwhi iwlo iwlq hl7x0 bj10e bj200 bjc600 bjc800 lbp8 lips3 m8510 coslw2p coslwxl uniprint lj250 declj250 ap3250 epson eps9mid eps9high lp8000 lq850 epsonc st800 stcolor lp2563 dnj650c deskjet djet500 cdeskjet djet500c cdjcolor cdjmono cdj500 cdj550 cdj670 cdj850 cdj880 cdj890 cdj1600 laserjet ljetplus ljet2p ljet3 ljet3d ljet4 ljet4d lj4dith cljet5 cljet5c cljet5pr lj5mono lj5gray pj pjetxl pjxl paintjet pjxl300 pxlmono bbox pxlcolor ibmpro jetp3852 imagen fs600 lxm5700m cp50 necp6 oce9050 oki182 okiibm r4081 sj48 bmpmono bmpgray bmp16 bmp256 bmp16m bmp32b bmpsep1 bmpsep8 ccr cgmmono cgm8 cgm24 cif dfaxhigh dfaxlow faxg3 faxg32d faxg4 miff24 inferno jpeg jpeggray mgrmono mgrgray2 mgrgray4 mgrgray8 mgr4 mgr8 pcxmono pcxgray pcx16 pcx256 pcx24b pcxcmyk pdfwrite bit bitrgb bitcmyk plan9bm pbm pbmraw pgm pgmraw pgnm pgnmraw pnm pnmraw ppm ppmraw pkm pkmraw pksm pksmraw pngmono pnggray png16 png256 png16m psmono psgray psrgb pswrite epswrite sgirgb sunhmono t4693d2 t4693d4 t4693d8 tek4696 tiffcrle tiffg3 tiffg32d tiffg4 tiff12nc tiff24nc tifflzw tiffpack x11 x11alpha x11cmyk x11cmyk2 x11cmyk4 x11cmyk8 x11gray2 x11gray4 x11mono x11rg16x x11rg32x nullpage Search path: . : /usr/local/share/ghostscript/6.01/lib : /usr/local/share/ghostscript/fonts For more information, see /usr/local/share/ghostscript/6.01/doc/Use.htm. Report bugs to bug-gs@aladdin.com, using the form in Bug-form.htm.
* - fix typo in variable name (Louis), changed it to HP8XX_DRV afterwardsandreas2000-03-2620-52/+116
| | | | | | | | | | | - make configure script work (Louis) - make configure.batch script work (Andreas) - extract contributed HP8XX driver in ${WRKSRC}/src - make png driver compile (add $(PREFIX)/include to XINCLUDE variable) Dunno, if this will be the last round of cleanups... Submitted by: "Louis A. Mamakos" <louie@TransSys.COM>
* Sorry, it's broken.andreas2000-03-258-8/+52
| | | | | | | | | Before the new patch gs build fine, but didn't include the printer devices included with configuration script. After fixing this it refuses to build. Any help appreciated. Now you have the last version as I to help me to fix the mess. Sorry folks ...
* new ghostscript 6.01 port after repository copyandreas2000-03-2564-1456/+2544
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | additional changes by me: - configure + configure.batch updates: reviewed all informations in makefiles and driver docu to make list of available drivers and supported printers complete - added DeskJet 880C/882C/895C Driver from Matthew J. Gelhau Driver is still in developement. There is a newer 1.4 beta version available, but this version is recommended by the author. http://www.proaxis.com/~mgelhaus/linux/software/hp880c/hp880c.html Supported are the following models: HP DeskJet 812C 815C 832C 880C 882C 895C 932C 970C - added contributed uniprint driver profiles: - configure + configure.batch updates: reviewed all informations in makefiles and driver docu to make list of available drivers and supported printers complete - added DeskJet 880C/882C/895C Driver from Matthew J. Gelhau Driver is still in developement. There is a newer 1.4 beta version available, but this version is recommended by the author. http://www.proaxis.com/~mgelhaus/linux/software/hp880c/hp880c.html Supported are the following models: HP DeskJet 812C 815C 832C 880C 882C 895C 932C 970C - added contributed uniprint driver profiles: printer: Epson Stylus Color 740 mode1: stc740ih.upp: Epson Stylus Color 740, 1440x720DpI, Inkjet Paper mode2: stc740p.upp : Epson Stylus Color 740, 720x720DpI, Plain Paper mode3: stc740pl.upp: Epson Stylus Color 740, 360x360DpI, Plain Paper contributor: Francois D. Menard <fmenard@g6-114b.residence.usherb.ca> # printer: Epson LQ-1170 mode1: lqx70ch.upp : Epson LQ-1170 ESC/P2 Dot Matrix, 360x360DpI, Plain Pap. mode2: lqx70cl.upp : Epson LQ-1170 ESC/P2 Dot Matrix, 180x180DpI, Plain Pap. mode3: lqx70cm.upp : Epson LQ-1170 ESC/P2 Dot Matrix, 360x180DpI, Plain Pap. contributor: Harold Bower <HalBower@worldnet.att.net> - updated PLIST - use GS_VERSION for DISTNAME - fix installation path for pdf_sec.ps if defined PDFENCRYPT - silence make install ("@") - change COMMENT to reflect version - update DESCR, to document driver enhancements compared to stanfard gs release - apsfilter will be updated later Submitted by: "Alec Wolman" <wolman@cs.washington.edu>
* Update port to 2.02jedgar2000-03-245-19/+88
| | | | | | | * Remove nonfunctional nls support PR: 17553 Submitted by: Maintainer
* Finish moving MAINTAINER for my ports.will2000-03-221-1/+1
| | | | | | andrews@technologist.com -> will@FreeBSD.org. :-) Reminded by: asami
* Restore useless version required comments.obrien2000-03-228-0/+8
|
* PREFIX -> LOCALBASEmharo2000-03-211-1/+1
|
* portlint:mharo2000-03-211-3/+3
| | | | | echo -> ${ECHO} move variables to proper sections
* reorder variables to follow port standards (portlint)mharo2000-03-211-6/+9
|
* Update WWWjedgar2000-03-211-1/+1
| | | | | PR: 17478 Submitted by: Valeriy Ushakov <uwe@ptc.spbu.ru>
* Remove the "version required" line.obrien2000-03-208-8/+0
|
* Incorporate patch-1.1.4fix2.gz.dirk2000-03-1910-10/+15
|
* Master site moved; file was unfetchable.asami2000-03-135-20/+15
| | | | Submitted by: maintainer
* Forgot to change checksum file.andreas2000-03-122-2/+2
| | | | | | | | | | | | | | | | | New apsfilter features: * Security: config files are read using awk, not sourced during runtime * Complete Windows Remote Printer Support (as Guest user or using real login) * Complete Unix remote printer support * Support for different print resolutions (by starting SETUP repeatedly) and choosing different print resolutions * A2PS options revamped * lots of more things... See my homepage, ANNOUNCE file ... * print margin problem of a2ps fixed FAQ section gives you a real life example, of how to configure page margins in /usr/local/etc/a2ps.cfg for an EPSON STYLUS PRO. With this example you can fine tune the margins for your printer in about 10-15 minutes from scratch...
* New apsfilter release 5.2.0andreas2000-03-122-2/+2
|
* Add --with-included-gettext to CONFIGURE_ARGS to fix build on 3.4.dirk2000-03-115-5/+15
| | | | This is a workaround only.
* Get all of the Alpha needed changes committed.obrien2000-03-102-26/+28
|
* Acroreader version 4 for the FreeBSD/Alpha.obrien2000-03-1010-124/+218
|
* Acrobat for FreeBSD/Alpha.obrien2000-03-104-28/+51
|
* Add PKGNAME=lyx-1.1.4.1 to honor patch-1.1.4fix1.gz.dirk2000-03-085-0/+5
| | | | Asked for by: asami
* apsfilter depends now on sambaandreas2000-03-074-0/+10
| | | | | | make Windows Remote Printer support via smbclient an option in the dialogue config script. When running in batch mode it's included automatically
* Upgrade to 1.1.4fix1.dirk2000-03-0620-95/+160
| | | | Submitted by: jedgar and jkoshy (with some modifications from me)
* Change MASTERSITES: ftp.cdrom.com -> ftp.freesoftware.comjmz2000-03-052-2/+2
|
* Do not create temporary files in ${SCRIPTDIR}. Use ${WRKDIR}.jmz2000-03-041-2/+2
| | | | Pointed out by: asami
* Do not create temporary files in ${SCRIPTDIR}. Use ${WRKDIR}.jmz2000-03-041-5/+6
| | | | Use ${INSTALL_DATA} instead of 'install -c -m 644'
* Apsfilter 5.1.5-RELEASEandreas2000-03-036-8/+4
| | | | | | | | | | | | | | | | | | | | | | | - SETUP: added support for configuring remote printer Beware: you still have to make sure, that your line printer scheduler supports input filter processing with remote printers as it is the case for FreeBSD 3.x and later with a "fixed" lpd, as well as for Unix systems with LPRng installed as lineprinter scheduler, which is the case for some (not all !!!) Linux Systems. - Add support for printing with SAMBA (SAMBA_PRINTER) - Bugfix. Some printer dependend settings will be overwritten, when installing a 2nd printer, which might cause printing with the 1st printer to fail, especially if the first printer is color and 2nd B&W or vice versa. Revamped SETUP and bin/apsfilter to get around this. - Added SETUP menue entries for the uniprint driver contributed by Francois D. Menard <fmenard@g6-114b.residence.usherb.ca> printer: Epson Stylus Color 740 mode1: stc740ih.upp : Epson Stylus Color 740, 1440x720DpI, Inkjet Paper mode2: stc740p.upp : Epson Stylus Color 740, 720x720DpI, Plain Paper mode3: stc740pl.upp : Epson Stylus Color 740, 360x360DpI, Plain Paper - New FAQ entries concerning print margins when printing ASCII text with a2ps - updated howto and troubleshooting document HOWTO-BUGREPORTS moved to toplevel, so that its easier to find.
* Add virtual category "linux" to Linux apps and support libs/utils.asami2000-02-285-5/+5
|
* Minor tweak to get this to build again on -current.steve2000-02-271-0/+11
|
* Bump shlib versions of kdelibs11 and kdesupport11.asami2000-02-241-1/+1
|
* Update to 0.12ade2000-02-239-72/+99
|
* Use texmf-1.0.2 instead of 1.0.1.tg2000-02-226-4/+8
|
* Activate trueprintjedgar2000-02-221-0/+1
|
* Trueprint is a general purpose printing program. It tries to producejedgar2000-02-226-0/+47
| | | | | | | | | | everything that anybody could need in a program printout without the need for large numbers of switches or pipelines. Trueprint can currently handle C, C++, Java, Perl, Verilog, shell (including ksh), Pascal, pseudo C, report files (trueprint report files), listing files, text files. PR: 16775 Submitted by: Dmitry Sivachenko <dima@Chg.RU>
* Upgrade to 1.0.7.tg2000-02-216-504/+2976
|
* Take over maintainership.dirk2000-02-215-5/+5
|
* Reducing Maintainership to an amount of portsandreas2000-02-215-5/+5
| | | | | | I can handle. Sorry, the rest has to go to ports@FreeBSD.ORG.
* Shelder the next homeless... Distfile also resurrected from an oldjoerg2000-02-201-1/+1
| | | | CD-ROM.
* Add option to build ghostscript55 with PDFENCRYPT support.andreas2000-02-142-0/+10
|
* tabifyandreas2000-02-147-7/+7
|
* - Disable encrypted PDF support by default (because of possibleandreas2000-02-147-56/+91
| | | | | | | | export restrictions) - tar -> TAR PR: 16667 Submitted by: KATO Tsuguro
* PLIST fixes.reg2000-02-132-0/+2
|
* Style nits in the ports I maintain.obrien2000-02-138-26/+30
|
* apsfilter 5.1.5 prerelease specially dedicated for FreeBSD 4.0 Release.andreas2000-02-132-8/+12
| | | | Not much changes. See apsfilter docu files.
* Build with NEWGCCcpiazza2000-02-101-0/+20
| | | | | PR: 16541 Submitted by: Simon Karpen <karpes@rpi.edu>
* Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,peter2000-02-087-7/+7
| | | | | | as the days of the former are numbered. Reviewed by: asami
* Added postertaoka2000-02-071-0/+1
|
* resize a postscript image to print on larger media and/or multiple sheetstaoka2000-02-076-0/+47
| | | | | PR: 16514 Submitted by: MIHIRA Yoshiro <sanpei@sanpei.org>
* Add more files related to the graphics package, including default configurationjmz2000-02-072-2/+22
| | | | files.
* Add missing "MAINTAINER=ports@FreeBSD.org".dirk2000-02-051-0/+2
|
* A better descriptionandreas2000-02-052-30/+36
|
* Respect CC and CFLAGS, and create the tempfile securely with mkstemp()kris2000-02-022-3/+57
| | | | while I'm here.
* Add latex2rtf.asami2000-02-021-0/+1
| | | | Submitted by: bento
* PR: 16433foxfair2000-02-025-2/+36
| | | | | Submitted by: The maintainer(Keith Jang <keith@freebsd.sinica.edu.tw>) Update CJK to the version of 2000/01/27.
* update to 0.12.7bmharo2000-02-014-12/+8
| | | | | Submitted by: maintainer PR: 16455
* Add casts to make this tolerable to an ISO-C++ compiler.obrien2000-02-011-1/+17
| | | | Submitted by: Alexander Langer <alex@big.endian.de>
* Convert LaTeX (2.09 only unfurtunately) documents to M$ RTF.joerg2000-01-316-0/+106
|
* Ports no longer need to pass CXXFLAGS to configure. bsd.port.mk does thisreg2000-01-307-9/+2
| | | | for them.
* Adding dvipdfm version 0.12.7.steve2000-01-297-0/+114
| | | | | | | Convert DVI files to PDF files. PR: 16150 Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
* Correct checksums for the 99.12 version.jmz2000-01-281-6/+6
|
* Upgrade to the 1999/12 versionjmz2000-01-282-6/+6
|
* Upgrade to web2c version 7.2bjmz2000-01-283-26/+45
|
* Updated to 3.2.3taoka2000-01-275-37/+83
| | | | | | PR: 16381 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Approved by: maintainer <chuckr@freebsd.org>
* Fromm maintainer:steve2000-01-249-160/+522
| | | | | | | | | | | | 1. Change freetype-1.2 to freetype-1.3 in post-install, so it can find freetype sources to build ttf2pk & ttf2tfm. 2. It no longer uses moettf, but Arphic ttf instead, which has no character loss and IMHO much more beautiful. :) 3. Generates GB tfms from Arphic fonts. 4. Update maintainer's address. PR: 16042 Submitted by: maintainer
* Add missing slash to fix install error (that shows up as a packaging error).asami2000-01-211-1/+1
| | | | | PR: 16253 Submitted by: Alexander Langer <alex@cichlids.com>
* Version upgrade: T97->T98jmz2000-01-122-3/+3
|
* Some fixes for new ftp location, and corrected sheets.map.chuckr2000-01-112-4/+4
|
* I belive this can compile in "parallel package build".taoka2000-01-091-4/+0
|
* Because japanese/xemacs-canna was moved to japanese/xemacs21-cannataoka2000-01-081-1/+1
|
* Change MAINTAINER to ade@FreeBSD.org .nakai2000-01-075-5/+5
|
* Port changes:andreas2000-01-036-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update apsfilter to new version 5.1.4 - Use a2ps-letterdj as default in dialog setup script This should fix problems for most HP Deskjet and Espon print Problems because of wrong print margins This is even recommended for A4 printing !!! apsfilter 5.1.3 - 5.1.4 changes: - added uniprint directory for contributed ghostscript uniprint driver files - uniprint driver contribution for Epson Stylus Color 740 - support for using different uniprint driver profiles for one printer, updated apsfilterrc with example - fixed shell scripts, so that SETUP runs with Solaris 7 /bin/sh (remember, you still need to replace your SVR4 compatible printing subsystem with LPRng, if you want to use apsfilter on Solaris 7 and related SVR4 compatible Unix derivates) - added docu on how to configure apsfilter for remote printing doc/REMOTE-PRINTING - Update FAQ concerning - how to adjust page margins (if some pixels are missing in your printout) - Change default for printing ASCII documents to single page on a sheet, portrait format, without any header or border - Updated apsfilterrc to be more verbose about the difference of the legacy a2ps config option "FEATURE" vs. the new recommended way "A2PS_OPTS" - cosmetic in SETUP, see ChangeLog file - [internal]: improve make-release script
* Moving the pstotext port from textproc to print.steve1999-12-297-0/+75
|
* Moving the auctex port from editors to print.steve1999-12-299-0/+305
|
* support PREFIX better and update PLISTmharo1999-12-252-3/+63
| | | | | PR: 14759 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* remove --prefix=${PREFIX} when GNU_CONFIGURE=yes and other minor cleanupsmharo1999-12-252-2/+2
| | | | | PR: 14759 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Update to 0.82nakai1999-12-246-6/+8
| | | | | PR: ports/15503 Submitted by: Ade Lovett <ade@lovett.com>
* Correct MAINTAINERjedgar1999-12-221-1/+1
| | | | | PR: 15522 Submitted by: Maintainer
* As per Asami's port build breakage:green1999-12-102-0/+8
| | | | | | | Fix the BATCH=yes case. The .keep_me file was not being touched in BATCH=yes since MAkefile.inc was only created in interactive mode, and Makefile.inc is where .keep_me is also touched... This port should now work for BATCH and !BATCH.
* Update checksum for lcircle10.tfmjmz1999-12-101-1/+1
|
* New location on MASTER_SITE.steve1999-12-055-5/+5
| | | | | PR: 15238, 15248 Submitted by: Ade Lovett <ade@lovett.com>
* Change a depend port from japanese/xemacs to japanese/xemacs-cannataoka1999-12-011-1/+1
| | | | | | because japanese/xemacs was removed Submitted by: asami
* Update maintainer's Email address.steve1999-11-272-3/+2
| | | | | PR: 15114 Submitted by: maintainer
* link false after upgrade of libpng from 1.0.3 to 1.0.5andreas1999-11-277-7/+7
| | | | Submitted by: Dominik Brettnacher <domi@saargate.de>
* png-1.0.3 -> png-1.0.5jseger1999-11-267-7/+7
| | | | | Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de> PR: ports/15052
* libpng is now version 1.0.5.steve1999-11-261-1/+1
|
* Bump freetype's lib numberjseger1999-11-252-2/+2
|
* Upgrade to freetype-1.3jseger1999-11-256-8/+66
| | | | | | For now, include files are installed in ${PREFIX}/include/freetype (that's the default with version 1.3) and symlinks are created in ${PREFIX}/include for compatibility
* Activate the hyperlatex and nenscript ports.steve1999-11-141-0/+2
|
* Initial import of nenscript version 1.13.3.steve1999-11-146-0/+120
| | | | | | | A clone of the proprietary enscript program from Adobe Systems. PR: 14815 Submitted by: Christopher J. Michaels <cjm2@altavista.net>
* Inital import of hyperlatex version 2.3.1.steve1999-11-147-0/+105
| | | | | | | Produce HTML and printed documents from LaTeX source. PR: 12941 Submitted by: Robert Withrow <bwithrow@nortelnetworks.com>
* make BATCH mode possibleandreas1999-11-132-2/+16
| | | | bug reported by: Satoshi
* changed apsfilter port, so that Satoshi INDEX buildingandreas1999-11-094-46/+30
| | | | | | | scripts can create the complete list of apsfilter port dependencies. So I removed the "BATCH case" from configure to the more suitable area/form in Makefile of the port.
* Activate the ifhp port.steve1999-11-011-0/+1
|
* Initial import of ifhp version 3.3.10.steve1999-11-015-0/+76
| | | | | | | LPRng print filters for text, PostScript, PCL, HP, Xerox, etc printers. PR: 13430 Submitted by: Patrick Powell <papowell@astart.com>
* Update MASTERSITE.obrien1999-11-011-1/+1
|
* Update to 0.70nakai1999-10-286-6/+8
| | | | | PR: ports/14560 Submitted by: Ade Lovett<ade@lovett.com>
* Update to 0.10nakai1999-10-279-12/+21
| | | | | PR: ports/14541 Submitted by: Ade Lovett<ade@lovett.com>
* Mark these FORBIDDEN for parallel package build, they're hanging again.asami1999-10-261-0/+4
|
* Update mastersite and version of PCL3 drivermharo1999-10-263-9/+9
| | | | | PR: 14427 Submitted by: Pedro F. Giffuni pfgiffun@bachue.usc.unal.edu.co
* Add "NO_LATEST_LINK" so the poor user that does ``pkg_add -r acroread''obrien1999-10-252-0/+4
| | | | actually gets a PREFIX/bin/acroread command.
* Clean up MASTER_SITES (use only ports_jp).cpiazza1999-10-191-2/+2
| | | | | PR: 14286 Submitted by: Ade Lovett <ade@lovett.com>
* PR: ports/14303nakai1999-10-146-8/+12
| | | | | Submitted by:Ade Lovett<ade@lovett.com> Update to 0.61
* PR: ports/14303nakai1999-10-149-24/+51
| | | | | | Submitted by:Ade Lovett <ade@lovett.com> Update to 0.9 This is a core library for 'October GNOME'
* Update to version 3.17.steve1999-10-114-27/+53
| | | | | PR: 13905 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Changed MASTERSITES:sada1999-10-091-2/+2
| | | | | | ftp://ftp.tut.ac.jp/TeX/fonts/ -> ${MASTER_SITE_PORTS_JP}/pkfonts/ . Submitted by: MIHIRA Sanpei Yoshiro <sanpei@sanpei.org>
* Comment ount ftp.tut.ac.jp, transfer hangs too often from there.asami1999-10-091-2/+2
|
* Update some "301 Moved Permanently" URL's.fenner1999-10-081-1/+1
|
* I forgot to delete "PLIST" in the Makefilestaoka1999-10-073-3/+1
| | | | | | | (In my previous commit, I moved these into Makefile of the master port print/yatex.) Noticed by: Kunimichi Takesue <kunitake@kyukyo-u.ac.jp>
* Upgrade to 1.0.4.dirk1999-10-0415-45/+140
| | | | Ok'ed by: Andreas Klemm <andreas@FreeBSD.org> (maintainer)
* Seems they are finally building!asami1999-10-021-4/+0
| | | | Approved by: obento
* Could not compile in "parallel package build" by Asami-santaoka1999-09-305-8/+11
| | | | | | Modified BUILD_DEPENDS in master port and version number in slave ports Noticed by: asami
* I spoke too soon, they are still hanging....asami1999-09-301-0/+4
|
* Remove FORBIDDEN=hang -- they don't hang anymore (although they don'tasami1999-09-301-4/+0
| | | | build currently). Taoka-san has been notified.
* Cannot make by an error of INSTALLtaoka1999-09-292-1/+3
| | | | Noticed by: asami
* Fix compile errortaoka1999-09-291-6/+7
| | | | Create MANIFEST.yatex correctly
* Updated to lastest versiontaoka1999-09-279-22/+184
| | | | | Modified MASTER_SITES Changed two ports for XEmacs to XEmacs's package style
* Fix a few nits, update MASTER_SITE, 5.10-std set of fonts.steve1999-09-273-11/+11
| | | | | PR: 13662 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Update MASTER_SITE, don't install the PDF crypt stuff because of possiblesteve1999-09-273-22/+28
| | | | | | | export restrictions, and fix a few whitespace nits. PR: 13661 Submitted by: KATO Tsugur <tkato@prontomail.ne.jp>
* Forgot to commit configure script in previous commitandreas1999-09-262-0/+334
|
* added configure script with dialog utility like in apache13-php3 port,andreas1999-09-262-48/+46
| | | | | | that offers the user a menue, where he enters - PAPERSIZE - file type support for apsfilter
* enter main websiteandreas1999-09-202-8/+2
|
* Update to version 1.3.steve1999-09-193-4/+6
| | | | | PR: 13425 Submitted by: maintainer
* Don't build these if PARALLEL_PACKAGE_BUILD is set -- the new xemacs seemsasami1999-09-181-0/+4
| | | | to hang forever.
* Enforce random pkg/COMMENT rules, including the one that states Emacshoek1999-09-181-1/+1
| | | | should be spelled corrcetly, although I rather liked "Emasc".
* Avoid having duplicate package names by adding ${PAPERSIZE} to ${PKGNAME}.steve1999-09-181-1/+1
|
* Typotaoka1999-09-111-1/+1
| | | | | Submitted by: "KATO Tsuguru" <tkato@prontomail.ne.jp> Obtained by: Private communication
* Update to CJK v4.3.0.foxfair1999-09-106-279/+174
| | | | Submitted by:maintainer.
* Fix dependency: ${PORTSDIR}/print/html2ps -> ${PORTSDIR}/print/html2ps-letter.dirk1999-09-102-2/+2
| | | | Requested by: Andreas Klemm <andreas@FreeBSD.org> (mantainer)
* Set PAPERSIZE to A4 and use html2ps-letter as a master port.dirk1999-09-101-28/+4
| | | | Requested by: Andreas Klemm <andreas@FreeBSD.org> (mantainer)
* html2ps was split into html2ps-a4 and html2ps-letter.dirk1999-09-101-1/+2
| | | | Requested by: Andreas Klemm <andreas@FreeBSD.org> (mantainer)
* - make port non-interactive.dirk1999-09-104-9/+40
| | | | | | | | | - support a4 and letter papersizes after a repository copy from html2ps to html2ps-a4 and html2ps-letter. - use ${PERL} for substituting not ${PERL5}. Requested by: Andreas Klemm <andreas@FreeBSD.org> (mantainer)
* Update MAINTAINER's email addresscpiazza1999-09-091-1/+1
| | | | | PR: 13648 Submitted by: maintainer
* Add pclprinttaoka1999-09-091-0/+1
|
* Utility for printing to HP (Laser,Desk)Jets using PCL rather than PStaoka1999-09-095-0/+157
| | | | | PR: 13422 Submitted by: Will Andrews <andrews@technologist.com>
* Upgrade to 2.01.dirk1999-09-0811-167/+84
| | | | | PR: ports/13627 Submitted by: Lars Koeller <lkoeller@cc.fh-lippe.de>
* Update to 1.14fenner1999-09-084-6/+6
| | | | | PR: ports/13551 Submitted by: Mike Meyer <mwm@phone.net>
* The tiff port now lives in ports/graphics/tiff.steve1999-09-073-3/+3
|
* Updated to 3.16taoka1999-09-076-22/+31
| | | | | | | | Fixed MASTER_SITES Modified pkg/COMMENT and pkg/DESCR PR: 13568 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Strip the binary on installcpiazza1999-09-052-0/+2
| | | | | PR: 13480 Submitted by: Mikhail Teterin <mi@aldan.agebra.com>
* change use of DISTNAME and portlintobrien1999-09-051-3/+2
|
* Upgrade to 7.00.tg1999-09-037-38/+89
|
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-3128-31/+31
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Clean COMMENTmharo1999-08-313-22/+20
| | | | | | | | reformat DESCR and add WWW: FreeBSD.ORG -> FreeBSD.org PR: 13478 Submitted by: KATO Tsuguru
* Copyright changedandreas1999-08-312-38/+38
|
* $Id$ -> $FreeBSD$peter1999-08-31109-109/+109
|
* have some trouble with my make-release scriptandreas1999-08-312-2/+2
| | | | | | | | gzip and bzip2 create a compressed file and in the header unfortunately this changes md5 checksum. Now updating md5, have to look for a better solution in the near future, stay tuned...
* Remove preceeding pkgname from some of the comments having one.hoek1999-08-301-1/+1
|
* Update to version 0.51cpiazza1999-08-296-8/+10
| | | | | PR: 13440 Submitted by: maintainer
* Had to update sources without bumping version number.andreas1999-08-282-2/+2
| | | | So checksum changed...
* upgrade to apsfilter 5.1.3andreas1999-08-284-6/+6
| | | | | | | | | | | | | | | | | | | Changed License, want a postcard. New features in 5.1.3 ===================== - Security fix. tmp files are now not readable by other people this gives you more privacy for your print jobs - New nice options for a2ps when printing ASCII files - SETUP's main menue now leads you more user friendly to new uniprint drivers - SETUP: many display enhancements to make the setup script more informative to the user. - some cosmetic concerning apsfilter-promo@klemm.gtn.com
* expr -> ${EXPR}mharo1999-08-283-6/+6
| | | | | | mv -> ${MV} rm -> ${RM} tr -> ${TR}
* sed -> ${SED}mharo1999-08-284-10/+10
|
* ln -> ${LN}mharo1999-08-281-2/+2
|
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffmharo1999-08-285-31/+31
| | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
* Update MASTER_SITEScpiazza1999-08-271-2/+2
| | | | | PR: 13316 Submitted by: maintainer
* Add in a patch that I forgot to add when I committed the upgradecpiazza1999-08-261-2/+11
| | | | to this port.
* Upgrade to 1.0.6.tg1999-08-254-14/+16
| | | | Reviewed by: Bernd Rosauer <br@netland.inka.de>
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* grep -> ${GREP}mharo1999-08-234-8/+8
| | | | | true -> ${TRUE} false -> ${FALSE}
* awk -> ${AWK}mharo1999-08-231-4/+4
| | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR}
* chmod -> ${CHMOD}mharo1999-08-237-19/+19
| | | | chown -> ${CHOWN}
* Update to version 0.40.steve1999-08-226-8/+18
| | | | | PR: 12781 (15 of 19) Submitted by: Ade Lovett <ade@lovett.com>
* Update to version 0.4.steve1999-08-2212-66/+183
| | | | | PR: 12781 (7 of 19) Submitted by: Ade Lovett <ade@lovett.com>
* apsfilter download directory changed slightly...andreas1999-08-212-4/+4
| | | | Submitted by: Richard Dabney <rdabney@lasg.com>
* Not a good idea to depend on non-existent teTeX-beta.asami1999-08-202-6/+6
|
* Remove teTeX-beta.asami1999-08-201-2/+1
|
* Update to 1.5.0cpiazza1999-08-143-9/+11
| | | | | PR: 12970 Submitted by: maintainer
* Added two files, files/md5 and pkg/MESSAGE into print/acroread-commfonttaoka1999-08-124-0/+22
| | | | (I forgot to add when I committed)
* Update to distfiles dated 1999.7.20taoka1999-08-122-30/+26
| | | | | | | | Removed "RESTRICTED" from acroread-chsfont acroread-chtfont acroread-korfont acroread-commfont (I think that for acroread-jpnfont we need to register with Adobe) Submitted: maintainer (these are mine)
* Typotaoka1999-08-091-1/+1
| | | | Noticed by: Atsushi TAKAHASHI <atsushi@stat.phys.titech.ac.jp>
* Upgrade: version T96->version T97jmz1999-08-082-5/+5
|
* Add FETCH_BEFORE_ARGS=-b.dirk1999-08-023-3/+6
| | | | Primary master site needs it.
* Upgrade to 2.0.dirk1999-07-3114-84/+273
| | | | pdflib is build as a shared library, now.
* Make port depend on linux_base instead of linux_lib.marcel1999-07-213-6/+6
|
* Fixed bug: html2ps chokes on pictures inserted viaandreas1999-07-201-3/+11
| | | | | | | | <img src="file:/foo/bar.gif"> Thus mswordview output isn't parsed properly. PR: closes 10874 Submitted by: stanislav shalunov <shalunov@att.com>
* Don't install/overwrite files already installed by latex.jmz1999-07-162-4/+5
|
* Update checksum (some files have been re-created)jmz1999-07-161-5/+5
|
* Assorted ${WRKDIRPREFIX}/symlink ${PORTSDIR} fixes. mbone/vat still doesn'tasami1999-07-168-24/+24
| | | | build but at least it will have a better chance.
* Correct a typo in DISTFILE.foxfair1999-07-092-4/+4
|
* MASTER_SITE_TEX_CTAN was misspelled.obrien1999-07-082-4/+4
|
* An overridable MASTER_SITE_CTAN does little good if it is at the bottom ofobrien1999-07-082-6/+6
| | | | the MASTER_SITES list.
* Maintainer has updated to a PPC machine and, despite his stated desire,hoek1999-07-072-3/+3
| | | | | will be unable to run FreeBSD and maintain this port on the new hardware. Change maintainer to ports@FreeBSD.org.
* Upgrade to 1.0.5.tg1999-07-0610-4104/+13012
| | | | | Submitted by: Bernd Rosauer <br@netland.inka.de> Reviewed by: nik
* upgrade lyx port to 1.0.3andreas1999-07-0615-20/+80
| | | | | | | | PR: 11656 12011 12153 Submitted by: Chris Piazza cpiazza@home.net, Mikhail Teterin mi@aldan.algebra.com, Vadim Belman voland@plab.ku.dk Reviewed by: me
* Don't require interaction on DEINSTALL while PACKAGE_BUILDING.steve1999-07-051-7/+8
|
* Activate cdlabelgen.cpiazza1999-06-291-1/+2
|
* cdlabelgen: generates postscript for labels for CDs.cpiazza1999-06-296-0/+65
| | | | | PR: 12355 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de>
* #4/4 enforcing Caps, no periodhoek1999-06-2733-33/+33
| | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
* Commit #3/4 to enforce caps, no period.hoek1999-06-2728-28/+28
| | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s
* As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-06-271-1/+1
| | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each.
* Use time_t instead of long so this builds on the Alpha.steve1999-06-231-0/+11
|
* Live with the single warning fixed previously so that this builds againsteve1999-06-231-17/+4
| | | | on the Alpha.
* Avoid interactive install while PACKAGE_BUILDING.steve1999-06-231-8/+8
|
* Change all permutations in capitalization of "asami@freebsd.org" toasami1999-06-225-10/+10
| | | | "asami@FreeBSD.org".
* Added acroread-commfonttaoka1999-06-171-1/+2
|
* Asian Font Packs for Acrobat Reader 4.0 (for common files)taoka1999-06-178-0/+410
|
* 4.0b -> 4.0dima1999-06-174-16/+8
|
* 4.0b -> 4.0dima1999-06-172-6/+6
|
* Portlint.jmz1999-06-161-9/+0
|
* Upgrade to version T96.jmz1999-06-162-5/+5
|
* Sorry, had to re-roll 5.1.2, some minor glitches.andreas1999-06-132-2/+2
| | | | So other tar archive, other md5 ...
* upgrade to apsfilter 5.1.2andreas1999-06-138-38/+42
|
* changed port dependency:andreas1999-06-132-4/+4
| | | | use ghostscript55 instead of ghostscript5
* Update to version 0.10.0steve1999-06-093-40/+53
| | | | | PR: 11771 Submitted by: Chirs Piazza <cpiazza@home.net>
* Upgrade to the 1999/06 version. Add more macros to the distribution (psnfss,jmz1999-06-093-25/+108
| | | | graphics). Portlint.
* The xforms ports is no longer an i386-only port.steve1999-06-095-20/+5
|
* Update to version 1.11.steve1999-06-092-4/+4
| | | | | PR: 12085 Submitted by: maintainer
* Remove the test to create ${PREFIX}/share/info/dir as it is nowmharo1999-06-065-11/+2
| | | | in bsd.port.mk and this helps to unify the check and install.
* 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-262-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-242-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-248-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-203-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-131-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>