1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name viewvc |
---|
6 | version 1.1.22 |
---|
7 | categories devel www |
---|
8 | maintainers nomaintainer |
---|
9 | description Browser interface for CVS and Subversion |
---|
10 | long_description \ |
---|
11 | ViewVC is a browser interface for CVS and Subversion version control \ |
---|
12 | repositories. It generates templatized HTML to present navigable \ |
---|
13 | directory, revision, and change log listings. It can display specific \ |
---|
14 | versions of files as well as diffs between those versions. Basically, \ |
---|
15 | ViewVC provides the bulk of the report-like functionality you expect \ |
---|
16 | out of your version control tool, but much more prettily than the \ |
---|
17 | average textual command-line program output. |
---|
18 | homepage http://www.viewvc.org |
---|
19 | platforms darwin |
---|
20 | supported_archs noarch |
---|
21 | license BSD |
---|
22 | master_sites http://viewvc.tigris.org/files/documents/3330/49347/ |
---|
23 | checksums md5 6d0a4dcf572958463ca66e0fcc2764c9 |
---|
24 | |
---|
25 | patchfiles patch-viewvc-install.diff |
---|
26 | |
---|
27 | use_configure no |
---|
28 | depends_build bin:python:python27 |
---|
29 | |
---|
30 | build {} |
---|
31 | |
---|
32 | destroot.cmd ./viewvc-install --prefix=${prefix}/share/${name} --destdir=${destroot} --clean-mode=true |
---|