mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
3b7a911dd7
PR: ports/92987 Submitted by: Babak Farrokhi <babak@farrokhi.net> Approved by: maintainer timeout (lth; almost 2 months)
43 lines
1.3 KiB
Plaintext
43 lines
1.3 KiB
Plaintext
@exec mkdir -p %D/ifgraph/htdocs
|
|
@exec mkdir -p %D/var/ifgraph
|
|
@exec chown ifgraph:ifgraph %D/var/ifgraph
|
|
bin/find-if.pl
|
|
bin/ifgraph.pl
|
|
bin/makegraph.pl
|
|
etc/ifgraph.conf.sample
|
|
ifgraph/crontab.in
|
|
ifgraph/templates/en/if-data.html
|
|
ifgraph/templates/en/if-header.html
|
|
ifgraph/templates/en/if-trailer.html
|
|
ifgraph/templates/en/main-data.html
|
|
ifgraph/templates/en/main-header.html
|
|
ifgraph/templates/en/main-trailer.html
|
|
ifgraph/templates/es/if-data.html
|
|
ifgraph/templates/es/if-header.html
|
|
ifgraph/templates/es/if-trailer.html
|
|
ifgraph/templates/es/main-data.html
|
|
ifgraph/templates/es/main-header.html
|
|
ifgraph/templates/es/main-trailer.html
|
|
ifgraph/templates/ifgraph-logo.jpg
|
|
ifgraph/templates/pt-br/if-data.html
|
|
ifgraph/templates/pt-br/if-header.html
|
|
ifgraph/templates/pt-br/if-trailer.html
|
|
ifgraph/templates/pt-br/main-data.html
|
|
ifgraph/templates/pt-br/main-header.html
|
|
ifgraph/templates/pt-br/main-trailer.html
|
|
@dirrm ifgraph/templates/en
|
|
@dirrm ifgraph/templates/es
|
|
@dirrm ifgraph/templates/pt-br
|
|
@dirrm ifgraph/templates
|
|
@dirrm ifgraph/htdocs
|
|
@dirrmtry ifgraph
|
|
@dirrmtry var/ifgraph
|
|
@dirrmtry var
|
|
%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG
|
|
%%PORTDOCS%%%%DOCSDIR%%/INSTALACAO
|
|
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
|
|
%%PORTDOCS%%%%DOCSDIR%%/TODO
|
|
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.TXT
|
|
%%PORTDOCS%%%%DOCSDIR%%/MUDANCAS
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|