SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

31
devel/cvsgraph/Makefile Normal file
View 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
View 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
View 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
View 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