File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -6,25 +6,32 @@ PortSystem 1.0
6
6
name hfstar
7
7
version 1.13.19
8
8
categories archivers
9
- revision 3
9
+ revision 4
10
10
maintainers gwmail.gwu.edu:egall openmaintainer
11
11
license GPL-2+
12
12
description gnutar with HFS+ support
13
13
platforms darwin
14
- long_description \
14
+ long_description \
15
15
A version of gnutar for Mac OS X that supports \
16
- archiving HFS+ specific information such as resource \
16
+ archiving HFS+ specific information such as resource \
17
17
forks, type and creator codes as well as other finder flags.
18
+
18
19
homepage http://www.metaobject.com/Products.html
19
20
master_sites http://www.metaobject.com/downloads/macos-x
21
+
20
22
distname ${name} .${version} -1.s
21
23
extract.suffix .tgz
24
+
22
25
checksums md5 67641190e4b3946c201a48310fe2e581 \
23
26
sha1 71441ca5b270e41ee1e0e2aa47f97a825a0675a0
27
+
24
28
worksrcdir ${name}
29
+
25
30
patchfiles patch-po_Makefile.in.in patch-lib-getline.h.diff
31
+
26
32
configure.args --program-prefix=hfs --mandir=${prefix} /share/man \
27
33
--infodir=${prefix} /share/info
34
+
28
35
build.env LANG=C
29
36
30
37
post-destroot {
You can’t perform that action at this time.
0 commit comments