| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/sysutils/lsyncd/ |
Upload File : |
PORTNAME= lsyncd
DISTVERSIONPREFIX= release-
DISTVERSION= 2.2.3
CATEGORIES= sysutils
MAINTAINER= junichi@junichi.org
COMMENT= Live Syncing (Mirror) Daemon
WWW= https://axkibe.github.io/lsyncd/
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libinotify.so:devel/libinotify
USES= cmake localbase lua:-53
USE_GITHUB= yes
GH_ACCOUNT= axkibe
USE_RC_SUBR= lsyncd
CFLAGS+= -D__BSD_VISIBLE # for DT_{UNKNOWN,DIR}
PLIST_FILES= sbin/lsyncd \
man/man1/lsyncd.1.gz \
"@sample etc/lsyncd.conf.sample"
post-patch:
@${REINPLACE_CMD} 's,/usr/local,${LOCALBASE},' \
${WRKSRC}/CMakeLists.txt \
${WRKSRC}/default-rsync.lua
post-install:
${INSTALL_DATA} ${FILESDIR}/lsyncd.conf.sample ${STAGEDIR}${PREFIX}/etc
.include <bsd.port.mk>