Opened 10 years ago
Closed 10 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)
Change History (4)
comment:1 follow-up: 2 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Owner: | changed from macports-tickets@… to ryandesign@… |
Priority: | High → Normal |
Status: | new → assigned |
comment:2 Changed 10 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
andextract.post_args "| tar --strip-components=1 -zxf - "
appear to be unnecessary and should be removed.
Agreed.
comment:3 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Thanks.
I have a number of questions and comments:
supported_archs i386 x86_64
. Is this because you know for a fact that this will not work on PowerPC Macs?distfiles ${name}-${version}.tar.gz
should be removed because that is the default.extract.mkdir yes
andextract.post_args "| tar --strip-components=1 -zxf - "
appear to be unnecessary and should be removed.