textproc/docproj: Add new dependency
For an upcoming feature in the doc project we are adding image facilities like drawing dynamic images/graphs with gnuplot add some new dependency. A sample review can be found here at https://reviews.freebsd.org/D36982. In the future we can add more options but for add gnuplot-lite and rubygem-asciidoctor-diagram for the image generation. Approved by: doceng (fernape) Differential Revision: https://reviews.freebsd.org/D36982
This commit is contained in:
parent
f4670bcfac
commit
5125ee97db
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= docproj
|
PORTNAME= docproj
|
||||||
PORTVERSION= 4.1.7
|
PORTVERSION= 4.1.8
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
|
|
||||||
MAINTAINER= doceng@FreeBSD.org
|
MAINTAINER= doceng@FreeBSD.org
|
||||||
|
@ -7,8 +7,10 @@ COMMENT= Meta-port for the FreeBSD Documentation Project
|
||||||
WWW= https://www.freebsd.org/docproj
|
WWW= https://www.freebsd.org/docproj
|
||||||
|
|
||||||
RUN_DEPENDS= asciidoctor:textproc/rubygem-asciidoctor \
|
RUN_DEPENDS= asciidoctor:textproc/rubygem-asciidoctor \
|
||||||
|
gnuplot-lite>0:math/gnuplot-lite \
|
||||||
gohugo>=0.115.4,1:www/gohugo \
|
gohugo>=0.115.4,1:www/gohugo \
|
||||||
rougify:textproc/rubygem-rouge \
|
rougify:textproc/rubygem-rouge \
|
||||||
|
rubygem-asciidoctor-diagram>0:textproc/rubygem-asciidoctor-diagram
|
||||||
|
|
||||||
USES= metaport
|
USES= metaport
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue