Opened 10 years ago

Closed 9 years ago

#45418 closed submission (fixed)

Submitting realpath(1)

Reported by: user454322 (Javier) Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.3.1
Keywords: Cc:
Port: realpath

Description

Submitting a simple utility to find the realpath of files.

Although littleutils contains lrealpath which offers the same functionality, this port has no dependencies, and doesn't install other unneeded utilities.

Attachments (1)

Portfile (898 bytes) - added by user454322 (Javier) 9 years ago.

Download all attachments as: .zip

Change History (5)

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

The github portgroup should be used.

Changed 9 years ago by user454322 (Javier)

Attachment: Portfile added

comment:2 in reply to:  1 Changed 9 years ago by user454322 (Javier)

Replying to ryandesign@…:

The github portgroup should be used.

  

I attached a new Portfile using the github portgroup.

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

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

Thanks.

comment:4 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

Committed in r127369 with these changes:

  • added standard modeline and adjusted whitespace
  • changed test.cmd make test to test.target test
  • removed github.tarball_from releases (this project only has automatically-generated tag tarballs; it does not have manually-generated-and-uploaded release tarballs) and don't override github.master_sites; as explained in #40518 to which you linked in a comment, the portgroup's defaults work fine; the file that gets downloaded has a different checksum than the one you specified, but the contents are identical, it's only the enclosing directory name which changes, which the github portgroup already deals with
  • this project's configure script is not autotools, so added code to use the right compiler, use -arch flags, and add a universal variant
  • added post-destroot block to install documentation files
Note: See TracTickets for help on using tickets.