Opened 9 years ago

Closed 9 years ago

#45259 closed submission (fixed)

procServ

Reported by: pavel.masloff@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.3.1
Keywords: Cc:
Port: procServ

Description (last modified by ryandesign (Ryan Carsten Schmidt))

Hello, I have created a Portfile for procServ [1]. I have tested it and it works. I would be grateful if you add it to the official repository.
Thank you!
[1] http://sourceforge.net/projects/procserv/


Regards,
Pavel Maslov

Attachments (1)

Portfile (1.1 KB) - added by pavel.masloff@… 9 years ago.
Portfile v2 (edited)

Download all attachments as: .zip

Change History (4)

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

Description: modified (diff)
Owner: changed from macports-tickets@… to ryandesign@…
Priority: HighNormal
Status: newassigned

Thanks.

I have a number of questions and comments:

  • You've listed this port in the "physics" category, but we have no such category. Would the "science" category be acceptable?
  • I see you added the line supported_archs i386 x86_64. Is this because you know for a fact that this will not work on PowerPC Macs?
  • The line distfiles ${name}-${version}.tar.gz should be removed because that is the default.
  • The lines extract.mkdir yes and extract.post_args "| tar --strip-components=1 -zxf - " appear to be unnecessary and should be removed.

Changed 9 years ago by pavel.masloff@…

Attachment: Portfile added

Portfile v2 (edited)

comment:2 in reply to:  1 Changed 9 years ago by pavel.masloff@…

Replying to ryandesign@…:

Thanks.

I have a number of questions and comments:

  • You've listed this port in the "physics" category, but we have no such category. Would the "science" category be acceptable?

Yes.

  • I see you added the line supported_archs i386 x86_64. Is this because you know for a fact that this will not work on PowerPC Macs?

I have only tried on x86_64. Don't know about the ppc.

  • The line distfiles ${name}-${version}.tar.gz should be removed because that is the default.
  • The lines extract.mkdir yes and extract.post_args "| tar --strip-components=1 -zxf - " appear to be unnecessary and should be removed.

Agreed.

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

Resolution: fixed
Status: assignedclosed

Ok, I committed it in r126233. I removed the supported_archs line; we only limit a port to specific architectures if we have evidence that it will not work on other architectures. I also fixed the livecheck. I forgot to change the category but fixed it in r126234.

Note: See TracTickets for help on using tickets.