Index | Thread | Search

From:
Stuart Henderson <stu@spacehopper.org>
Subject:
Re: ports/print/ghostscript: add ghost{pcl6,xps,pdl,pdf}
To:
SASANO Takayoshi <uaa@mx5.nisiq.net>
Cc:
ports@cvs.openbsd.org
Date:
Tue, 9 Jul 2024 15:33:05 +0100

Download raw body.

Thread
  • Stuart Henderson:

    ports/print/ghostscript: add ghost{pcl6,xps,pdl,pdf}

  • Volker Schlecht:

    [Maintainer Update] print/ghostscript/gnu: add g{pcl6,xps,pdl}

  • This is a confusing way to handle the naming:
    
    >  DISTNAME =	ghostscript-${VERSION}
    > +DISTFILES =	ghostpdl-${VERSION}${EXTRACT_SUFX}
    ...
    > +WRKDIST =	${WRKDIR}/ghostpdl-${VERSION}
    
    - it would be simpler like this:
    
    DISTNAME =	ghostpdl-${VERSION}
    PKGNAME =	ghostscript-${VERSION}
    
    
    
  • Stuart Henderson:

    ports/print/ghostscript: add ghost{pcl6,xps,pdl,pdf}

  • Volker Schlecht:

    [Maintainer Update] print/ghostscript/gnu: add g{pcl6,xps,pdl}