| Revision 135777,
1.2 KB
checked in by jberry@…, 16 months ago
(diff) |
|
tag: update to v0.8.1
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
| Line | |
|---|
| 1 | # $Id$ |
|---|
| 2 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | PortGroup github 1.0 |
|---|
| 5 | |
|---|
| 6 | github.setup jdberry tag 0.8.1 v |
|---|
| 7 | |
|---|
| 8 | categories sysutils |
|---|
| 9 | platforms darwin |
|---|
| 10 | license MIT |
|---|
| 11 | maintainers jberry openmaintainer |
|---|
| 12 | |
|---|
| 13 | description A command line tool to manipulate and query tags on files. |
|---|
| 14 | long_description tag is a tool to manipulate tags on files starting with Mac OS 10.9 \ |
|---|
| 15 | Mavericks, and to query for files with those tags. tag can use the \ |
|---|
| 16 | file system's built-in metadata search functionality to rapidly find \ |
|---|
| 17 | all files that have been tagged with a given set of tags. |
|---|
| 18 | |
|---|
| 19 | checksums rmd160 d05250615b8dcbd6f34300acdd7e7d888e8724eb \ |
|---|
| 20 | sha256 8ec2a816de5daa4bf4d32a6ab54f5288fb4d6548fa600b6cbf24abb8ee23c6bd |
|---|
| 21 | |
|---|
| 22 | use_configure no |
|---|
| 23 | |
|---|
| 24 | variant universal {} |
|---|
| 25 | |
|---|
| 26 | build.env CC="${configure.cc}" \ |
|---|
| 27 | CFLAGS="${configure.cflags} [get_canonical_archflags cc]" |
|---|
| 28 | |
|---|
| 29 | destroot.args prefix=${prefix} |
|---|
| 30 | |
|---|
| 31 | pre-fetch { |
|---|
| 32 | if { ${os.major} < 13 } { |
|---|
| 33 | ui_error "${name} requires OS X 10.9/Mavericks or newer" |
|---|
| 34 | return -code error "Unsupported OS X version" |
|---|
| 35 | } |
|---|
| 36 | } |
|---|
Note: See
TracBrowser
for help on using the repository browser.