Ticket #44869: Portfile

File Portfile, 1.3 KB (added by Schamschula (Marius Schamschula), 10 years ago)
Line 
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
4PortSystem          1.0
5
6name                rr
7version             1.3
8categories          sysutils
9maintainers         gmail.com:mschamschula openmaintainer
10platforms           darwin
11license             GPL-2+
12
13description         rr is a basic command-line utility designed to \
14                    retain/recall file and directory paths.
15
16long_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
23master_sites        sourceforge:retain
24
25checksums           rmd160  1e9ce18a051413a0996102d2f9a3381b254fda38 \
26                    sha256  de239cabbe53d02de3fe3cdb094f5e17bcc7206545e1bde86e649b26d1dbf8e2
27
28configure.args      --mandir=${prefix}/share/man
29
30patchfiles          patch-Makefile.in.diff