2016-12-26 15:56:02 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= seafile-client
|
|
|
|
DISTVERSIONPREFIX= v
|
2017-08-16 01:43:24 +02:00
|
|
|
DISTVERSION= ${SEAFILE_CLIENT_VER}
|
2016-12-26 15:56:02 +01:00
|
|
|
CATEGORIES= net-mgmt
|
|
|
|
|
2017-07-03 21:06:08 +02:00
|
|
|
MAINTAINER= ultima@FreeBSD.org
|
2016-12-26 15:56:02 +01:00
|
|
|
COMMENT= Open Source Cloud Storage (Client)
|
|
|
|
|
|
|
|
LICENSE= GPLv3
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
|
|
|
|
BUILD_DEPENDS= valac:lang/vala
|
|
|
|
LIB_DEPENDS= libsearpc.so:devel/libsearpc \
|
|
|
|
libcurl.so:ftp/curl \
|
|
|
|
libinotify.so:devel/libinotify \
|
|
|
|
libccnet.so:net-mgmt/ccnet-client \
|
2017-02-20 03:57:04 +01:00
|
|
|
libevent.so:devel/libevent \
|
2016-12-26 15:56:02 +01:00
|
|
|
libuuid.so:misc/e2fsprogs-libuuid \
|
|
|
|
libjansson.so:devel/jansson
|
2017-11-30 16:50:30 +01:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}urllib3>0:net/py-urllib3@${PY_FLAVOR} \
|
2016-12-26 15:56:02 +01:00
|
|
|
bash:shells/bash
|
|
|
|
|
2018-11-03 23:50:40 +01:00
|
|
|
USES= autoreconf gnome iconv libarchive libtool localbase mysql \
|
2017-08-16 01:43:24 +02:00
|
|
|
pathfix pkgconfig python:-2.7 shebangfix sqlite ssl
|
2016-12-26 15:56:02 +01:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= haiwen
|
|
|
|
GH_PROJECT= seafile
|
|
|
|
|
|
|
|
USE_GNOME= glib20
|
2017-08-16 01:43:24 +02:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
CONFLICTS= seafile-server-[0-9]*
|
|
|
|
|
update Seafile client bundle to 6.0.6
Ports affected:
net-mgmt/seafile-client, net-mgmt/ccnet-client, net-mgmt/seafile-gui
* Updated to 6.0.6
* Added Makefile.include to update version
* Added target makesum-all for bundle
- Sort files by numbers if numbers contained in the file name, so "1, 10, 2, 11, 3" will be sorted as "1, 2, 3, 10, 11".
- Use native system window for Seafile main windown and cloud file browser window.
- Fix progress overflow when uploading large file using cloud file browser
- Improve the tip when removing an account in the client
- Don't show download button when select folders in cloud file browser
- Clean cache data of cloud file browser when logout an account or restart the client
- [fix] Fix display problem for high screen Windows in win10
- [fix] Fix libssl compatibility problem in Debain Stretch
- Add auto-update check
PR: 219577
Submitted by: ultima1252@gmail.com (maintainer)
2017-05-27 16:55:52 +02:00
|
|
|
SHEBANG_FILES= *.sh scripts/*.sh app/seaf-cli integration-tests/*.sh
|
2017-08-16 01:43:24 +02:00
|
|
|
|
2016-12-26 15:56:02 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= SSL_CFLAGS="${OPENSSLINC}" SSL_LIBS="-L${OPENSSLLIB} -lssl -lcrypto"
|
2017-08-16 01:43:24 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include/evhtp
|
2016-12-26 15:56:02 +01:00
|
|
|
|
|
|
|
INSTALL_TARGET= install-strip
|
2017-08-16 01:43:24 +02:00
|
|
|
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
|
|
|
|
|
|
NLS_USES= gettext
|
2016-12-26 15:56:02 +01:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
# Fix P_KTHREAD r295435
|
|
|
|
${REINPLACE_CMD} 's/P_KTHREAD/P_KPROC/' ${WRKSRC}/lib/utils.c
|
|
|
|
|
update Seafile client bundle to 6.0.6
Ports affected:
net-mgmt/seafile-client, net-mgmt/ccnet-client, net-mgmt/seafile-gui
* Updated to 6.0.6
* Added Makefile.include to update version
* Added target makesum-all for bundle
- Sort files by numbers if numbers contained in the file name, so "1, 10, 2, 11, 3" will be sorted as "1, 2, 3, 10, 11".
- Use native system window for Seafile main windown and cloud file browser window.
- Fix progress overflow when uploading large file using cloud file browser
- Improve the tip when removing an account in the client
- Don't show download button when select folders in cloud file browser
- Clean cache data of cloud file browser when logout an account or restart the client
- [fix] Fix display problem for high screen Windows in win10
- [fix] Fix libssl compatibility problem in Debain Stretch
- Add auto-update check
PR: 219577
Submitted by: ultima1252@gmail.com (maintainer)
2017-05-27 16:55:52 +02:00
|
|
|
makesum-all:
|
|
|
|
.for PORT in net-mgmt/ccnet-client net-mgmt/seafile-client net-mgmt/seafile-gui
|
|
|
|
${MAKE} -C "${PORTSDIR}/${PORT}" makesum
|
|
|
|
.endfor
|
|
|
|
|
|
|
|
.include "${.CURDIR}/Makefile.include"
|
|
|
|
|
2016-12-26 15:56:02 +01:00
|
|
|
.include <bsd.port.mk>
|