Ticket #16448 (closed submission: fixed)
svndumptool: new port
| Reported by: | ryandesign@… | Owned by: | ryandesign@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.7.0 |
| Keywords: | Cc: | ||
| Port: |
Description
Here is a port for svndumptool.
I'm unclear on whether it should be called py25-svndumptool and go in the python category, as I've written it now (because it uses Python), or whether it should just be called svndumptool and go in, say, the devel category (where the subversion port is).
Attachments
Change History
comment:1 Changed 5 years ago by raimue@…
In my opinion py25-* is for python modules only and not for software using python.
I assume this tool provides a binary called svndumptool to be installed in ${prefix}/bin. Therefore I would call it 'svndumptool' and put it into the devel category.
comment:2 Changed 5 years ago by ryandesign@…
- Owner changed from macports-tickets@… to ryandesign@…
- Status changed from new to assigned
Ok, good, I agree with that. (Except that while it does install into ${prefix}/bin, it's not a binary but a script called svndumptool.py.)
I'll switch the port's name to svndumptool and change its category to devel and commit it.

