View | Details | Raw Unified | Return to bug 53904
Collapse All | Expand All

(-)Makefile (-3 / +7 lines)
Lines 15-27 Link Here
15
COMMENT=	A portable CVS repository synchronization utility
15
COMMENT=	A portable CVS repository synchronization utility
16
16
17
USE_GMAKE=	yes
17
USE_GMAKE=	yes
18
USE_REINPLACE=	yes
19
18
20
MAN1=		cvscan.1 cvsync.1 cvsyncd.1 rcscan.1 rcscmp.1
19
MAN1=		cvscan.1 cvsync.1 cvsyncd.1 rcscan.1 rcscmp.1
20
DOCS=		doc/COPYRIGHT doc/ChangeLog doc/FAQ doc/TODO
21
EXAMPLES=	samples/cvsync.conf samples/cvsyncd.conf
21
22
22
post-install:
23
post-install:
23
	@${MKDIR} ${EXAMPLESDIR}
24
	@${MKDIR} ${EXAMPLESDIR}
24
	${INSTALL_DATA} ${WRKSRC}/samples/cvsync.conf ${EXAMPLESDIR}
25
	cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLES} ${EXAMPLESDIR}
25
	${INSTALL_DATA} ${WRKSRC}/samples/cvsyncd.conf ${EXAMPLESDIR}
26
.if !defined(NOPORTDOCS)
27
	@${MKDIR} ${DOCSDIR}
28
	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
29
.endif
26
30
27
.include <bsd.port.mk>
31
.include <bsd.port.mk>
(-)pkg-descr (-2 / +5 lines)
Lines 1-5 Link Here
1
cvsync is a portable CVS repository synchronization utility,
1
cvsync is a portable CVS repository synchronization utility,
2
written in C and POSIX pthread library. This is very similar to
2
written in C and POSIX pthread library, released under BSD license.
3
CVSup but not compatible with it.
3
It is very similar to CVSup but not compatible with it.
4
4
5
Note that this utility is still experimental.
5
Note that this utility is still experimental.
6
7
Author:	MAEKAWA Masahide <maekawa@daemon-systems.org>
8
WWW:	http://www.daemon-systems.org/cvsync/
(-)pkg-plist (+5 lines)
Lines 4-9 Link Here
4
bin/cvsyncd
4
bin/cvsyncd
5
bin/rcscan
5
bin/rcscan
6
bin/rcscmp
6
bin/rcscmp
7
%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT
8
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
9
%%PORTDOCS%%%%DOCSDIR%%/FAQ
10
%%PORTDOCS%%%%DOCSDIR%%/TODO
11
%%PORTDOCS%%@dirrm %%DOCSDIR%%
7
%%EXAMPLESDIR%%/cvsync.conf
12
%%EXAMPLESDIR%%/cvsync.conf
8
%%EXAMPLESDIR%%/cvsyncd.conf
13
%%EXAMPLESDIR%%/cvsyncd.conf
9
@dirrm %%EXAMPLESDIR%%
14
@dirrm %%EXAMPLESDIR%%

Return to bug 53904