[MacPorts] #47804: New port: trash
#47804: New port: trash ----------------------------+-------------------------------- Reporter: xuchunyang56@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.99 Keywords: | Port: trash ----------------------------+-------------------------------- It's a small command-line program that move files to the trash. Homepage: https://github.com/ali-rantakari/trash -- Ticket URL: <https://trac.macports.org/ticket/47804> MacPorts <https://www.macports.org/> Ports system for OS X
#47804: New port: trash -----------------------------+-------------------------- Reporter: xuchunyang56@… | Owner: ryandesign@… Type: submission | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.3.99 Resolution: | Keywords: Port: trash | -----------------------------+-------------------------- Changes (by ryandesign@…): * owner: macports-tickets@… => ryandesign@… * status: new => assigned Comment: Thanks! And to think, I've just been using a `trash` shell script that does: {{{ mv -i "$@" ~/.Trash/ }}} This looks much more comprehensive and safer. -- Ticket URL: <https://trac.macports.org/ticket/47804#comment:1> MacPorts <https://www.macports.org/> Ports system for OS X
#47804: New port: trash -----------------------------+-------------------------- Reporter: xuchunyang56@… | Owner: ryandesign@… Type: submission | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.3.99 Resolution: fixed | Keywords: Port: trash | -----------------------------+-------------------------- Changes (by ryandesign@…): * status: assigned => closed * resolution: => fixed Comment: Committed in r136584 with these changes: * added a Makefile patch to no longer hardcode `-mmacosx-version-min=10.5 -arch i386` so as to support other architectures and maybe earlier OS X versions * because the port uses `use_configure no`, added args to use the right compiler and `-arch` flags and universal variant * changed mode of `trash` from `775` to `0755`. We usually don't give write permission to the group. Also, though Tcl accepts modes specified with or without the leading octal-indicating `0`, and there is no consensus across all of MacPorts on this, it is at least good to be consistent within a single portfile * added `depends_build bin:pod2man:perl5` since `pod2man` is used in the Makefile * shortened `description` and lengthened `long_description` * added `# $Id$` line * realigned whitespace so that indentations are at multiples of 4 characters, as the modeline claims -- Ticket URL: <https://trac.macports.org/ticket/47804#comment:2> MacPorts <https://www.macports.org/> Ports system for OS X
#47804: New port: trash -----------------------------+-------------------------- Reporter: xuchunyang56@… | Owner: ryandesign@… Type: submission | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.3.99 Resolution: fixed | Keywords: Port: trash | -----------------------------+-------------------------- Comment (by xuchunyang56@…): Thank you very much for the detailed explanation and the commit. -- Ticket URL: <https://trac.macports.org/ticket/47804#comment:3> MacPorts <https://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts