1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id: Portfile 121357 2014-06-24 01:48:47Z ryandesign@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name rr |
---|
7 | version 1.3 |
---|
8 | categories sysutils |
---|
9 | maintainers gmail.com:mschamschula openmaintainer |
---|
10 | platforms darwin |
---|
11 | license GPL-2+ |
---|
12 | |
---|
13 | description rr is a basic command-line utility designed to \ |
---|
14 | retain/recall file and directory paths. |
---|
15 | |
---|
16 | long_description rr is a basic command-line utility designed to \ |
---|
17 | retain/recall file and directory paths. This is done by \ |
---|
18 | treating the filename itself as a unique key to be \ |
---|
19 | referenced for future rr program calls. The purpose of \ |
---|
20 | this is to assist the user in shorthand typing and/or \ |
---|
21 | not having to remember arbitrary full paths. |
---|
22 | |
---|
23 | master_sites sourceforge:retain |
---|
24 | |
---|
25 | checksums rmd160 1e9ce18a051413a0996102d2f9a3381b254fda38 \ |
---|
26 | sha256 de239cabbe53d02de3fe3cdb094f5e17bcc7206545e1bde86e649b26d1dbf8e2 |
---|
27 | |
---|
28 | configure.args --mandir=${prefix}/share/man |
---|
29 | |
---|
30 | patchfiles patch-Makefile.in.diff |
---|