[MacPorts] #1554: graphics/pict2pdf portfile update for new manpage location

MacPorts noreply at macports.org
Thu Mar 24 06:46:46 PDT 2016


#1554: graphics/pict2pdf portfile update for new manpage location
-----------------------+--------------------
  Reporter:  prahl@…   |      Owner:  jkh@…
      Type:  defect    |     Status:  closed
  Priority:  Normal    |  Milestone:
 Component:  ports     |    Version:  1.0
Resolution:  fixed     |   Keywords:
      Port:  pict2pdf  |
-----------------------+--------------------
Changes (by ryandesign@…):

 * port:   => pict2pdf


Old description:

> Hi,
> This is a simple patch file that will update the pict2pdf portfile to put
> its man
> files in the correct location.
>
> I have also updated my email address.
>
> Finally, this port will only build under macosx.  pict2pdf is command
> line based and
> does not belong in aqua.  I just left the platform as darwin, but this
> still seems wrong.
>
> Thanks,
>
> --- Portfile    14 Jan 2004 11:37:59 -0000      1.7
> +++ Portfile    25 Feb 2004 03:28:01 -0000
> @@ -4,7 +4,7 @@
>  name           pict2pdf
>  version                1.1
>  categories     graphics
> -maintainers    prahl at ece.ogi.edu
> +maintainers    prahl at bme.ogi.edu
>  description    Vector-to-vector conversion of PICT files to PDF
>  long_description       \
>         pict2pdf converts files in Apple's PICT format to Adobe's PDF \
> @@ -17,8 +17,8 @@
>  build.args      PREFIX=${prefix}
>  destroot       { cd ${worksrcpath}
>                   system "install -m 755 -d ${destroot}${prefix}/bin"
> -                 system "install -m 755 -d
> ${destroot}${prefix}/man/man1"
> +                 system "install -m 755 -d
> ${destroot}${prefix}/share/man/man1"
>                   system "install -m 755 -c pict2pdf
> ${destroot}${prefix}/bin"
>                   system "install -m 644 -c pict2pdf.1 \
> -                   ${destroot}${prefix}/man/man1" }
> +                   ${destroot}${prefix}/share/man/man1" }

New description:

 Hi,\\
 This is a simple patch file that will update the pict2pdf portfile to put
 its man
 files in the correct location.

 I have also updated my email address.

 Finally, this port will only build under macosx.  pict2pdf is command line
 based and
 does not belong in aqua.  I just left the platform as darwin, but this
 still seems wrong.

 Thanks,

 {{{
 --- Portfile    14 Jan 2004 11:37:59 -0000      1.7
 +++ Portfile    25 Feb 2004 03:28:01 -0000
 @@ -4,7 +4,7 @@
  name           pict2pdf
  version                1.1
  categories     graphics
 -maintainers    prahl at ece.ogi.edu
 +maintainers    prahl at bme.ogi.edu
  description    Vector-to-vector conversion of PICT files to PDF
  long_description       \
         pict2pdf converts files in Apple's PICT format to Adobe's PDF \
 @@ -17,8 +17,8 @@
  build.args      PREFIX=${prefix}
  destroot       { cd ${worksrcpath}
                   system "install -m 755 -d ${destroot}${prefix}/bin"
 -                 system "install -m 755 -d ${destroot}${prefix}/man/man1"
 +                 system "install -m 755 -d
 ${destroot}${prefix}/share/man/man1"
                   system "install -m 755 -c pict2pdf
 ${destroot}${prefix}/bin"
                   system "install -m 644 -c pict2pdf.1 \
 -                   ${destroot}${prefix}/man/man1" }
 +                   ${destroot}${prefix}/share/man/man1" }
 }}}

--

-- 
Ticket URL: <https://trac.macports.org/ticket/1554#comment:2>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list