Opened 14 years ago

Closed 14 years ago

#26625 closed submission (fixed)

batik 1.7

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

Description

batik svg toolkit

Attachments (2)

Portfile (2.4 KB) - added by radovan@… 14 years ago.
Portfile.2 (2.5 KB) - added by radovan@… 14 years ago.

Download all attachments as: .zip

Change History (5)

Changed 14 years ago by radovan@…

Attachment: Portfile added

comment:1 Changed 14 years ago by radovan@…

missed one file in destroot stage, fixed in second attached portfile

Changed 14 years ago by radovan@…

Attachment: Portfile.2 added

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

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

comment:3 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

Thanks, added in r71875 with these changes:

  • added our standard modeline (see Guide)
  • changed whitespace to conform with modeline (tabs to spaces)
  • removed trailing whitespace (see "port lint --nitpick")
  • changed "${prefix}/share/doc/${name}-${version}" to "${prefix}/share/doc/${name}" (we don't want versioned doc directories; existing ports that still have them should be changed to use unversioned doc directories)
  • simplified destroot "xinstall -d"s: it creates intermediate directories for you so you don't have to
  • simplified destroot "xinstall"s using -W switch
  • added license keyword
  • added "supported_archs noarch" since this port doesn't install any architecture-specific files
  • removed "universal_variant no" since that's implied by "supported_archs noarch"
Note: See TracTickets for help on using tickets.