update to 0.6.1
New filebrowser UTF-8 support for file names Correct -P behavior
This commit is contained in:
parent
63305e6e12
commit
392a39d82f
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2011/11/14 17:07:04 dhill Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2012/01/07 01:52:45 dhill Exp $
|
||||
|
||||
COMMENT = tar-like secure remote deduplicating archiver
|
||||
|
||||
DISTNAME = cyphertite-0.5.0
|
||||
DISTNAME = cyphertite-0.6.1
|
||||
CATEGORIES = sysutils archivers security
|
||||
|
||||
HOMEPAGE = https://www.cyphertite.com/
|
||||
@ -22,15 +22,10 @@ MASTER_SITES = https://opensource.conformal.com/snapshots/cyphertite/
|
||||
LIB_DEPENDS = archivers/libshrink>=0.3.0 \
|
||||
databases/sqlite3 \
|
||||
devel/libclog>=0.4.0 \
|
||||
devel/libexude>=0.5.0 \
|
||||
devel/libexude>=0.6.0 \
|
||||
security/assl>=0.11.0 \
|
||||
textproc/libxmlsd>=0.6.0
|
||||
|
||||
NO_REGRESS = Yes
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/cyphertite
|
||||
${INSTALL_DATA} ${WRKSRC}/cyphertite/cyphertite.conf \
|
||||
${PREFIX}/share/examples/cyphertite/cyphertite.conf.sample
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (cyphertite-0.5.0.tar.gz) = AZx+3JVcOCMBQLBy9uG45Q==
|
||||
RMD160 (cyphertite-0.5.0.tar.gz) = dFX3ucF8qA6p4YyPgMlQXfyK2FA=
|
||||
SHA1 (cyphertite-0.5.0.tar.gz) = 5UO32g5SNi0LfJjM/z/0xlhMzxY=
|
||||
SHA256 (cyphertite-0.5.0.tar.gz) = eBeLmfj2cPk1sJtTJO3sG3YGOvHpa0odXFMgh4E+4VE=
|
||||
SIZE (cyphertite-0.5.0.tar.gz) = 96875
|
||||
MD5 (cyphertite-0.6.1.tar.gz) = GgOEox9/1t+1FDDfUeAI1w==
|
||||
RMD160 (cyphertite-0.6.1.tar.gz) = agPXQDmBktneZaWHMQ2bjHbpyEU=
|
||||
SHA1 (cyphertite-0.6.1.tar.gz) = vtBe3JRYoHBofVNhdjId3JcEn1w=
|
||||
SHA256 (cyphertite-0.6.1.tar.gz) = yetm/cE+gXpIoPSf/TMVc0shNz3Gdve5pv/Eu9B8pac=
|
||||
SIZE (cyphertite-0.6.1.tar.gz) = 119548
|
||||
|
@ -1,8 +1,10 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2011/08/29 21:42:54 dhill Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2012/01/07 01:52:45 dhill Exp $
|
||||
@bin bin/ct
|
||||
@bin bin/ctctl
|
||||
@bin bin/ctfb
|
||||
@bin bin/cyphertite
|
||||
@bin bin/cyphertitectl
|
||||
@bin bin/cyphertitefb
|
||||
include/cyphertite/
|
||||
include/cyphertite/ct_socket.h
|
||||
include/cyphertite/ct_xml.h
|
||||
@ -10,9 +12,7 @@ include/cyphertite/ctutil.h
|
||||
lib/libctutil.a
|
||||
lib/libctutil_p.a
|
||||
@man man/man1/ct.1
|
||||
@man man/man1/ctfb.1
|
||||
@man man/man1/cyphertite.1
|
||||
@man man/man1/cyphertitefb.1
|
||||
@man man/man5/cyphertite.conf.5
|
||||
share/examples/cyphertite/
|
||||
@sample ${SYSCONFDIR}/cyphertite/
|
||||
share/examples/cyphertite/cyphertite.conf.sample
|
||||
@sample ${SYSCONFDIR}/cyphertite/cyphertite.conf
|
||||
|
Loading…
x
Reference in New Issue
Block a user