2016-12-26 15:56:02 +01:00
|
|
|
PORTNAME= seafile-client
|
|
|
|
DISTVERSIONPREFIX= v
|
2022-07-25 05:06:48 +02:00
|
|
|
DISTVERSION= 8.0.8
|
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)
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://github.com/haiwen/seafile
|
2016-12-26 15:56:02 +01:00
|
|
|
|
|
|
|
LICENSE= GPLv3
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
|
|
|
|
LIB_DEPENDS= libsearpc.so:devel/libsearpc \
|
|
|
|
libcurl.so:ftp/curl \
|
|
|
|
libinotify.so:devel/libinotify \
|
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
|
|
|
|
|
2019-06-10 09:51:26 +02:00
|
|
|
USES= autoreconf gnome iconv libarchive libtool localbase \
|
2022-08-26 17:31:20 +02:00
|
|
|
pathfix pkgconfig python:3.6+ shebangfix sqlite ssl vala:build
|
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
|
|
|
|
|
2021-10-28 14:28:24 +02:00
|
|
|
CONFLICTS= seafile-server
|
2017-08-16 01:43:24 +02:00
|
|
|
|
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
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|