pkgsrc-wip/ssu/Makefile
Thomas Klausner 581ded3e8b Initial import of ssu-0.8:
Until now, Unix developers which required access to a SourceSafe
repository (formerly Visual SourceSafe) had to use a Windows machine
or, in the lucky case that the architecture was standard enough,
pay another time. SSU provides access to local and remote SourceSafe
repositories through TCP, to any POSIX system (Linux, BSDs, OS X,
etc), and for free, alleviating the pain. SSU also improves the
SourceSafe interface and tries to work around several design bugs.

SSU supports and uniforms a good subset of the SourceSafe features
and has proven to be stable when used by a team of 6 developers
accessing a single server. SSU has been developed since one year
now and employs some regression testing. We're interested in
feedback, we'd be glad to know about any success.

TODO:
Can't test for lack of a SourceSafe repository.
Otherwise ready for import.
2006-12-24 08:30:43 +00:00

27 lines
726 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/12/24 08:30:43 thomasklausner Exp $
#
DISTNAME= ssu-0.8
CATEGORIES= devel
MASTER_SITES= http://www.yuv.info/~wavexx/hacks/ssu/
EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.yuv.info/~wavexx/hacks/ssu/
COMMENT= Command-line access to local and remote Source Safe/VSS repositories
DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
REPLACE_PERL= ss ssserv
USE_LANGUAGES= # none
USE_TOOLS+= perl
do-build:
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/ss ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/ssserv ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ssu
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ssu
.include "../../mk/bsd.pkg.mk"