pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Import seafile-client but it doesn't compile yet.
Module Name: pkgsrc-wip
Committed By: Daniel Oelschlegel <amoibos%gmail.com@localhost>
Pushed By: amoibos
Date: Sun Nov 20 21:58:26 2016 +0000
Changeset: c43d0dcd7a11ba0bc99a5c65964e6d2955631ef8
Modified Files:
Makefile
Added Files:
seafile-client/DESCR
seafile-client/Makefile
seafile-client/PLIST
seafile-client/distinfo
Log Message:
Import seafile-client but it doesn't compile yet.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c43d0dcd7a11ba0bc99a5c65964e6d2955631ef8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
seafile-client/DESCR | 9 +++++++++
seafile-client/Makefile | 37 +++++++++++++++++++++++++++++++++++++
seafile-client/PLIST | 11 +++++++++++
seafile-client/distinfo | 6 ++++++
5 files changed, 64 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 8547ced..f9e109b 100644
--- a/Makefile
+++ b/Makefile
@@ -3803,6 +3803,7 @@ SUBDIR+= sdif-git
SUBDIR+= sdlpop
SUBDIR+= sds
SUBDIR+= seafile-ccnet
+SUBDIR+= seafile-client
SUBDIR+= seafile-daemon
SUBDIR+= seafile-libsearpc
SUBDIR+= seagull
diff --git a/seafile-client/DESCR b/seafile-client/DESCR
new file mode 100644
index 0000000..707a668
--- /dev/null
+++ b/seafile-client/DESCR
@@ -0,0 +1,9 @@
+Seafile is a next-generation open source cloud storage system with
+advanced support for file syncing, privacy protection and teamwork.
+Collections of files are called libraries, and each library can be synced
+separately. A library can be encrypted with a user chosen password. This
+oassword is not stored on the server, so even then server admin cannot
+view a file's contents.
+
+Seafile allows users to create groups with file syncing, wiki, and
+discussion to enable easy collaboration around documents within a team.
diff --git a/seafile-client/Makefile b/seafile-client/Makefile
new file mode 100644
index 0000000..4a0ee6f
--- /dev/null
+++ b/seafile-client/Makefile
@@ -0,0 +1,37 @@
+# $NetBSD$
+PKGNAME= seafile-client-6.0.0
+CATEGORIES= net
+GHCOMMIT= 92b27c6953419508a0df7e28a286b79e914fed4f
+DISTNAME= ${GHCOMMIT}
+MASTER_SITES= ${MASTER_SITE_GITHUB:=haiwen/seafile-client/archive/}
+EXTRACT_SUFX= .zip
+
+MAINTAINER= amoibos%gmail.com@localhost
+HOMEPAGE= http://seafile.com/
+COMMENT= Seafile client
+LICENSE= gnu-gpl-v2
+
+DIST_SUBDIR= seafile-client
+WRKSRC= ${WRKDIR}/seafile-client-${GHCOMMIT}
+
+#USE_LIBTOOL= yes
+USE_CMAKE= yes
+
+USE_LANGUAGES+= c c++
+USE_TOOLS+= pkg-config cmake qmake
+
+#INSTALL_MAKE_FLAGS= INSTALL_ROOT=${DESTDIR}
+
+DEPENDS+= seafile-daemon-6.0.0{,nb*}:../../wip/seafile-daemon
+#DEPENDS+= qt5-qtbase-*:../../x11/qt5-qtbase
+DEPENDS+= sqlite3-*:../../databases/sqlite3
+
+.include "../../mk/bsd.pkg.mk"
+.include "../../devel/libevent/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../x11/qt5-dbus/buildlink3.mk"
+.include "../../devel/gettext-tools/buildlink3.mk"
+.include "../../databases/sqlite3/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/buildlink3.mk"
+.include "../../x11/gtk3/buildlink3.mk"
diff --git a/seafile-client/PLIST b/seafile-client/PLIST
new file mode 100644
index 0000000..e78fae1
--- /dev/null
+++ b/seafile-client/PLIST
@@ -0,0 +1,11 @@
+@comment $NetBSD$
+bin/seafile-applet
+share/applications/seafile.desktop
+share/icons/hicolor/128x128/apps/seafile.png
+share/icons/hicolor/16x16/apps/seafile.png
+share/icons/hicolor/22x22/apps/seafile.png
+share/icons/hicolor/24x24/apps/seafile.png
+share/icons/hicolor/32x32/apps/seafile.png
+share/icons/hicolor/48x48/apps/seafile.png
+share/icons/hicolor/scalable/apps/seafile.svg
+share/pixmaps/seafile.png
diff --git a/seafile-client/distinfo b/seafile-client/distinfo
new file mode 100644
index 0000000..5771849
--- /dev/null
+++ b/seafile-client/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (seafile-client/92b27c6953419508a0df7e28a286b79e914fed4f.zip) = c440d0bcad9639a512c9d7cc5993da7191eadab4
+RMD160 (seafile-client/92b27c6953419508a0df7e28a286b79e914fed4f.zip) = dced8e7339830f6d3f690a60b3272a706e38bccd
+SHA512 (seafile-client/92b27c6953419508a0df7e28a286b79e914fed4f.zip) = 7ab7c5470f8efc1c5ae95f582f9b54f2ec6d261dcc12e0e10cd71661637a2eddce3156c6c08453ee3ecc74938be2009cb616a0e107d6622f6ae2d047a18f08ac
+Size (seafile-client/92b27c6953419508a0df7e28a286b79e914fed4f.zip) = 2421967 bytes
Home |
Main Index |
Thread Index |
Old Index