| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
- use shared intl.1 instead of supplied static library
PR: ports/17267, ports/17268
Notes:
svn path=/head/; revision=28285
|
|
|
|
|
|
|
| |
since it will still kill the INDEX build due to missing dependencies.
Notes:
svn path=/head/; revision=28276
|
|
|
|
|
|
|
|
|
| |
installed.
PR: ports/18240
Notes:
svn path=/head/; revision=28249
|
|
|
|
|
|
|
| |
the non-Japanese tcl/tk 7.6/4.2
Notes:
svn path=/head/; revision=28239
|
|
|
|
|
|
|
|
|
|
|
|
| |
- contains security fixes
- make-release: web page design
- remove note about manually installing manpages on Linux Systems
this is done by SETUP
- new TODO item
- SETUP: order of manpage install paths (Matej Vela)
Notes:
svn path=/head/; revision=28153
|
|
|
|
|
|
|
| |
NOTE: This hasn't been tested and I'm not presently able to test it.
Notes:
svn path=/head/; revision=28074
|
|
|
|
| |
Notes:
svn path=/head/; revision=28025
|
|
|
|
|
|
|
| |
Submitted by: maintainer
Notes:
svn path=/head/; revision=27948
|
|
|
|
|
|
|
|
|
|
|
| |
reduce alignment problems. It is only slightly slower, but produces much
nicer print.
- Added $Id$
Obtained from: Harold Bower <HalBower@worldnet.att.net>
Notes:
svn path=/head/; revision=27883
|
|
|
|
|
|
|
|
|
|
|
| |
an enhanced PCL3 (PCL3+) driver
that was part of gs5 port and got lost in gs55 port.
Now it reappears in gs 6.01 ;-)
ftp://ftp.sbs.de/pub/graphics/ghostscript/pcl3/pcl3.html
Notes:
svn path=/head/; revision=27791
|
|
|
|
| |
Notes:
svn path=/head/; revision=27783
|
|
|
|
| |
Notes:
svn path=/head/; revision=27749
|
|
|
|
| |
Notes:
svn path=/head/; revision=27645
|
|
|
|
|
|
|
| |
not version 5.50
Notes:
svn path=/head/; revision=27638
|
|
|
|
|
|
|
| |
and thus WRKSRC.
Notes:
svn path=/head/; revision=27604
|
|
|
|
|
|
|
|
|
|
| |
Everybody should read the Handbook again!
PR: ports/18008
Submitted by: tkato@prontomail.ne.jp
Notes:
svn path=/head/; revision=27537
|
|
|
|
|
|
|
|
| |
Assure master ports and their lang-specific slaves of having
consistent categories.
Notes:
svn path=/head/; revision=27531
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=27530
|
|
|
|
|
|
|
| |
these are used to define other variables.
Notes:
svn path=/head/; revision=27518
|
|
|
|
| |
Notes:
svn path=/head/; revision=27489
|
|
|
|
| |
Notes:
svn path=/head/; revision=27484
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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).
Notes:
svn path=/head/; revision=27479
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=27467
|
|
|
|
| |
Notes:
svn path=/head/; revision=27446
|
|
|
|
| |
Notes:
svn path=/head/; revision=27422
|
|
|
|
| |
Notes:
svn path=/head/; revision=27421
|
|
|
|
|
|
|
| |
Submitted by: Anton Berezin <tobez@tobez.org>,Kimura Fuyuki <fuyuki@jade.dti.ne.jp>
Notes:
svn path=/head/; revision=27355
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=27344
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 ???
Notes:
svn path=/head/; revision=27340
|
|
|
|
|
|
|
|
|
|
|
| |
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 ...
Notes:
svn path=/head/; revision=27311
|
|
|
|
| |
Notes:
svn path=/head/; revision=27291
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=27284
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=27281
|
|
|
|
|
|
|
| |
Shared library revision bumped as a result.
Notes:
svn path=/head/; revision=27094
|
|
|
|
|
|
|
| |
Forgotten by: andreas ;)
Notes:
svn path=/head/; revision=27090
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=27049
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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>
Notes:
svn path=/head/; revision=27046
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 ...
Notes:
svn path=/head/; revision=27036
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=27030
|
|
|
|
|
|
|
|
|
|
| |
* Remove nonfunctional nls support
PR: 17553
Submitted by: Maintainer
Notes:
svn path=/head/; revision=26998
|
|
|
|
|
|
|
|
|
| |
andrews@technologist.com -> will@FreeBSD.org. :-)
Reminded by: asami
Notes:
svn path=/head/; revision=26946
|
|
|
|
| |
Notes:
svn path=/head/; revision=26941
|
|
|
|
| |
Notes:
svn path=/head/; revision=26910
|
|
|
|
|
|
|
|
| |
echo -> ${ECHO}
move variables to proper sections
Notes:
svn path=/head/; revision=26909
|
|
|
|
| |
Notes:
svn path=/head/; revision=26908
|
|
|
|
|
|
|
|
| |
PR: 17478
Submitted by: Valeriy Ushakov <uwe@ptc.spbu.ru>
Notes:
svn path=/head/; revision=26886
|
|
|
|
| |
Notes:
svn path=/head/; revision=26835
|
|
|
|
| |
Notes:
svn path=/head/; revision=26822
|
|
|
|
|
|
|
| |
Submitted by: maintainer
Notes:
svn path=/head/; revision=26786
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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...
Notes:
svn path=/head/; revision=26770
|