SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
31
devel/cvsgraph/Makefile
Normal file
31
devel/cvsgraph/Makefile
Normal file
|
@ -0,0 +1,31 @@
|
|||
COMMENT= graphical representation of CVS repository
|
||||
|
||||
DISTNAME= cvsgraph-1.7.2
|
||||
CATEGORIES= devel
|
||||
HOMEPAGE= https://www.vagrearg.org/content/cvsgraph
|
||||
|
||||
# GPLv2+
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
WANTLIB += c freetype gd m z
|
||||
|
||||
# also https://gitlab.com/bertho/cvsgraph/
|
||||
MASTER_SITES= https://www.vagrearg.org/cvsgraph/release/
|
||||
|
||||
LIB_DEPENDS= graphics/gd
|
||||
|
||||
ALL_TARGET=
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= --with-gd-inc=${LOCALBASE}/include \
|
||||
--with-gd-lib=${LOCALBASE}/lib
|
||||
CFLAGS += -I${LOCALBASE}/include
|
||||
|
||||
NO_TEST= Yes
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/cvsgraph
|
||||
${INSTALL_DATA} ${WRKSRC}/cvsgraph.conf \
|
||||
${PREFIX}/share/examples/cvsgraph
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/cvsgraph/distinfo
Normal file
2
devel/cvsgraph/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (cvsgraph-1.7.2.tar.gz) = jyW+qlhu43So7/ycFpPkRXrk4ienGfGShY1q4kK7AH8=
|
||||
SIZE (cvsgraph-1.7.2.tar.gz) = 229325
|
2
devel/cvsgraph/pkg/DESCR
Normal file
2
devel/cvsgraph/pkg/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
CvsGraph creates a graphic representation of the revisions and branches in a
|
||||
cvs/rcs repository. CvsGraph is inspired on the 'graph'-option from WinCVS.
|
6
devel/cvsgraph/pkg/PLIST
Normal file
6
devel/cvsgraph/pkg/PLIST
Normal file
|
@ -0,0 +1,6 @@
|
|||
@bin bin/cvsgraph
|
||||
@man man/man1/cvsgraph.1
|
||||
@man man/man5/cvsgraph.conf.5
|
||||
share/examples/cvsgraph/
|
||||
share/examples/cvsgraph/cvsgraph.conf
|
||||
@sample ${SYSCONFDIR}/cvsgraph.conf
|
Loading…
Add table
Add a link
Reference in a new issue