Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jan 2001 14:57:25 -0800 (PST)
From:      Andreas Klemm <andreas@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/print/ghostscript6 Makefile distinfo pkg-plist ports/print/ghostscript6/files patch-lib,gs_init.ps patch-aa patch-ac patch-ab patch-ad ports/print/ghostscript6/scripts configure configure.batch
Message-ID:  <200101162257.f0GMvP329830@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
andreas     2001/01/16 14:57:25 PST

  Modified files:
    print/ghostscript6   Makefile distinfo pkg-plist 
    print/ghostscript6/files patch-aa patch-ac 
    print/ghostscript6/scripts configure configure.batch 
  Added files:
    print/ghostscript6/files patch-lib,gs_init.ps 
  Removed files:
    print/ghostscript6/files patch-ab patch-ad 
  Log:
  update to ghostscript v 6.50
  - removed port revision, because of new version
  - added PCL3 driver (hpdj successor) from Martin Lottermoser
    *both* driver, HPDJ and PCL3, are now compiled in
    reason: PCL3 is still flagged as BETA and author didn't get much response
    Although Martin says, its definitively not ALPHA, its safer to have the
    old drivers around, if things fail for some reason.
    Martin confirmed, that its possible to have both in one gs binary !!!
  - disable configure script temporarily, since dialog needs a driver update
    but I don't want to hold back that port any longer.
  - enabled as many gs driver as possible
  - reorganized MASTER_SITES
    - added mirrors
    - add a note, that russion mirror isn't up to date, so don't add it
    - optimized downloading from 6 different sources by special ordering
  - reorganized Makefile completely
    - put only ${GS_SOURCES} into EXTRACT_ONLY variable
      unpacking other 3rd party src's is handled in post-extract target
    - directory creating, patching, unpacking and install actions are
      now handeled within the proper make target. This makes port maintenance
      much easier, i.e.: if you enter make extract, then only extraction
      of things happen, but makefiles are still not patched. Before this
      cleanup, things were not so structured and not easy to maintain.
      Maybe we get a configure script later, to choose between different
      3rd party driver options, then this "sorting" and documenting
      will support the migration process...
    - silence port by hiding actions with "@"
    - insert many informational echoes. This makes port maintenance and
      troubleshooting easier
    - put more unique comments in front of the different 3rd party modules
    - document things better
    - use as many environment variables as necessary, so that "numerical"
      changes only have to happen on some places and not withing make targets
    - use gs version number also in docu directory
    - properly install runtime, info and doc files from 3rd party drivers
    - put not needed stuff into "NOPORTDOCS" section
  - keep old font names to avoid fetching unnecessary things
  - updated patches as necessary
  - added new patch from Nartin Lottermoser
  - removed 2 patches that have been incorporated into gs 6.50
  - added needed manual pages
  - updated pkg-plist
  - finally tested port and package building as well as port removal
    new port passes all disciplines ;-)
  
  Revision  Changes    Path
  1.59      +158 -37   ports/print/ghostscript6/Makefile
  1.19      +2 -1      ports/print/ghostscript6/distinfo
  1.13      +59 -14    ports/print/ghostscript6/pkg-plist
  1.14      +17 -17    ports/print/ghostscript6/files/patch-aa
  1.4       +0 -1      ports/print/ghostscript6/files/patch-ac
  1.14      +9 -6      ports/print/ghostscript6/scripts/configure
  1.11      +4 -1      ports/print/ghostscript6/scripts/configure.batch



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101162257.f0GMvP329830>