Opened 9 years ago

Closed 9 years ago

#46308 closed submission (fixed)

New port: vmips

Reported by: brg@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: vmips

Description

I have attached the Portfile for a new port: vmips, a MIPS R3000 simulator. It should probably go in the emulators directory.

Attachments (1)

Portfile (751 bytes) - added by brg@… 9 years ago.
New version implementing suggestions from mf2k

Download all attachments as: .zip

Change History (6)

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

Milestone: MacPorts Future

Thanks. Some observations:

This line should be removed because the default value of 0 should be used instead:

revision                                1

These three lines should be removed because they are the defaults:

set prog                                vmips-${version}.tar.gz
distfiles                               ${prog}:prog
checksums                               ${prog}                                                 \

This line should be rewritten to avoid redirects:

master_sites                            sourceforge::prog

comment:2 Changed 9 years ago by brg@…

I attached a new version in which I attempted to implement your suggestions.

comment:3 Changed 9 years ago by mf2k (Frank Schima)

Some more observations:

  • In the maintainers field, openmaintainer should go after your email.
  • Use rmd160 and sha256 checksums. md5 and sha1 are obsolete and should only be included if provided upstream.

Changed 9 years ago by brg@…

Attachment: Portfile added

New version implementing suggestions from mf2k

comment:4 Changed 9 years ago by brg@…

I attached a new version in which I attempted to implement these other suggestions.

comment:5 Changed 9 years ago by mf2k (Frank Schima)

Resolution: fixed
Status: newclosed
Version: 2.3.3

Thanks! r130245.

Note: See TracTickets for help on using tickets.