Opened 10 years ago

Closed 10 years ago

#43575 closed submission (fixed)

[NEW] pdfid

Reported by: jul_bsd@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: pdfid

Description

Tool to test a PDF file

Attachments (1)

Portfile (1.1 KB) - added by jul_bsd@… 10 years ago.

Download all attachments as: .zip

Change History (3)

Changed 10 years ago by jul_bsd@…

Attachment: Portfile added

comment:1 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to ryandesign@…
Status: newassigned

Thanks.

comment:2 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

Committed in r119733 with these changes:

  • changed license to "public-domain"
  • changed "worksrcdir ." to "extract.mkdir yes"
  • since this project's distfiles use underscores instead of dots in the version number, defined a new variable "my_version [strsed ${version} {g/\./_/}]"
  • changed "distname ${name}_v0_1_2" to "distname ${name}_v${my_version}"
  • "fixed" livecheck by setting "livecheck.version ${my_version}"; this "fixes" livecheck in that it will recognize when a new version is available, but the reported version will have underscores, while you'll need to enter the version into the version field with dots; unfortunately there is no way to tell MacPorts to change the values it received from the web page
  • adjusted livecheck regex
Note: See TracTickets for help on using tickets.