Ticket #20976: viewvc-Portfile

File viewvc-Portfile, 1.0 KB (added by jbenninghoff@…, 10 years ago)

new Portfile for viewvc

Line 
1# $Id$
2
3PortSystem 1.0
4
5name            viewvc
6version         1.1.22
7categories      devel www
8maintainers     nomaintainer
9description     Browser interface for CVS and Subversion
10long_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.
18homepage        http://www.viewvc.org
19platforms       darwin
20supported_archs noarch
21license         BSD
22master_sites    http://viewvc.tigris.org/files/documents/3330/49347/
23checksums       md5 6d0a4dcf572958463ca66e0fcc2764c9
24
25patchfiles      patch-viewvc-install.diff
26
27use_configure   no
28depends_build   bin:python:python27
29
30build           {}
31
32destroot.cmd    ./viewvc-install --prefix=${prefix}/share/${name} --destdir=${destroot} --clean-mode=true