pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net Add net/owncloudclient and remove net/mirall.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8e29fb3093f9
branches:  trunk
changeset: 648963:8e29fb3093f9
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Wed Mar 25 20:12:03 2015 +0000

description:
Add net/owncloudclient and remove net/mirall.
Approved by gdt@.

net/owncloudclient supercedes net/mirall. Really net/owncloudclient is
update to net/mirall.

diffstat:

 net/Makefile                                    |    4 +-
 net/mirall/DESCR                                |    2 -
 net/mirall/MESSAGE                              |    6 -
 net/mirall/Makefile                             |   51 ----------
 net/mirall/PLIST                                |  116 -----------------------
 net/mirall/distinfo                             |    7 -
 net/mirall/patches/patch-src_CMakeLists.txt     |   20 ----
 net/mirall/patches/patch-src_mirall_utility.cpp |   24 ----
 net/owncloudclient/DESCR                        |    2 +
 net/owncloudclient/Makefile                     |   43 ++++++++
 net/owncloudclient/PLIST                        |  118 ++++++++++++++++++++++++
 net/owncloudclient/distinfo                     |    5 +
 12 files changed, 170 insertions(+), 228 deletions(-)

diffs (truncated from 463 to 300 lines):

diff -r 8497eb415731 -r 8e29fb3093f9 net/Makefile
--- a/net/Makefile      Wed Mar 25 19:55:58 2015 +0000
+++ b/net/Makefile      Wed Mar 25 20:12:03 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1065 2015/03/10 21:28:45 bsiegert Exp $
+# $NetBSD: Makefile,v 1.1066 2015/03/25 20:12:03 ryoon Exp $
 #
 
 COMMENT=       Networking tools
@@ -303,7 +303,6 @@
 SUBDIR+=       mikutter
 SUBDIR+=       mimms
 SUBDIR+=       miniupnpd
-SUBDIR+=       mirall
 SUBDIR+=       miredo
 SUBDIR+=       mirror
 SUBDIR+=       mitmproxy
@@ -400,6 +399,7 @@
 SUBDIR+=       openwbem
 SUBDIR+=       ortp
 SUBDIR+=       overnet
+SUBDIR+=       owncloudclient
 SUBDIR+=       p5-Cisco-Abbrev
 SUBDIR+=       p5-DNS-LDNS
 SUBDIR+=       p5-DNS-ZoneParse
diff -r 8497eb415731 -r 8e29fb3093f9 net/mirall/DESCR
--- a/net/mirall/DESCR  Wed Mar 25 19:55:58 2015 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-Mirall is a tool to synchronize files from ownCloud Server with
-your computer. It uses OCSync as its syncing backend.
diff -r 8497eb415731 -r 8e29fb3093f9 net/mirall/MESSAGE
--- a/net/mirall/MESSAGE        Wed Mar 25 19:55:58 2015 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1 2013/11/22 12:11:49 ryoon Exp $
-
-To see the status of mirall's owncloud command. You should have status bar
-of XFCE or other desktop environment.
-===========================================================================
diff -r 8497eb415731 -r 8e29fb3093f9 net/mirall/Makefile
--- a/net/mirall/Makefile       Wed Mar 25 19:55:58 2015 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,51 +0,0 @@
-# $NetBSD: Makefile,v 1.12 2014/12/31 08:41:43 wiz Exp $
-
-DISTNAME=      mirall-1.7.1
-CATEGORIES=    net
-MASTER_SITES=  http://download.owncloud.com/desktop/stable/
-EXTRACT_SUFX=  .tar.bz2
-
-MAINTAINER=    ryoon%NetBSD.org@localhost
-HOMEPAGE=      http://owncloud.org/sync-clients/
-COMMENT=       Graphical file synchronization program for OwnCloud
-LICENSE=       gnu-gpl-v2
-
-# Do not use libocsync.so from net/ocsync.
-CONFLICTS=     ocsync-[0-9]*
-
-USE_LANGUAGES= c c++
-
-USE_CMAKE=     yes
-OBJDIR=                ../build
-CONFIGURE_DIRS=        ${OBJDIR}
-CMAKE_ARG_PATH=        ../${DISTNAME}
-
-BUILDLINK_TRANSFORM+=  opt:-ldl:${BUILDLINK_LDADD.dl:Q}
-
-# I have no idea about CMake...
-LDFLAGS+=      ${COMPILER_RPATH_FLAG}${PREFIX}/lib/owncloud
-
-ETCDIR=                        etc/ownCloud
-MAKE_DIRS+=            ${ETCDIR}
-EGDIR=         ${PREFIX}/share/examples/mirall
-INSTALLATION_DIRS=     ${ETCDIR} share/examples/mirall
-CONF_FILES+=   ${EGDIR}/sync-exclude.lst \
-               ${PKG_SYSCONFDIR}/ownCloud/sync-exclude.lst
-
-pre-configure:
-       cd ${WRKSRC} && mkdir ${OBJDIR}
-
-post-install:
-       mv ${DESTDIR}${PKG_SYSCONFDIR}/ownCloud/sync-exclude.lst \
-               ${DESTDIR}${EGDIR}/sync-exclude.lst
-
-.include "../../mk/dlopen.buildlink3.mk"
-.include "../../databases/sqlite3/buildlink3.mk"
-.include "../../devel/libinotify/buildlink3.mk"
-.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-.include "../../security/qt4-qtkeychain/buildlink3.mk"
-.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../www/neon/buildlink3.mk"
-.include "../../x11/qt4-qdbus/buildlink3.mk"
-.include "../../x11/qt4-tools/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 8497eb415731 -r 8e29fb3093f9 net/mirall/PLIST
--- a/net/mirall/PLIST  Wed Mar 25 19:55:58 2015 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,116 +0,0 @@
-@comment $NetBSD: PLIST,v 1.5 2014/12/30 22:11:44 ryoon Exp $
-bin/owncloud
-bin/owncloudcmd
-include/httpbf.h
-include/owncloudsync/creds/abstractcredentials.h
-include/owncloudsync/creds/httpcredentials.h
-include/owncloudsync/mirall/account.h
-include/owncloudsync/mirall/mirallconfigfile.h
-include/owncloudsync/mirall/networkjobs.h
-include/owncloudsync/mirall/progressdispatcher.h
-include/owncloudsync/mirall/syncengine.h
-include/owncloudsync/mirall/syncfileitem.h
-include/owncloudsync/mirall/syncjournaldb.h
-include/owncloudsync/mirall/syncresult.h
-lib/libhttpbf.a
-lib/libowncloudsync.so
-lib/libowncloudsync.so.0
-lib/libowncloudsync.so.${PKGVERSION}
-lib/owncloud/libocsync.so
-lib/owncloud/libocsync.so.0
-lib/owncloud/libocsync.so.0.2.1
-share/applications/owncloud.desktop
-share/examples/mirall/sync-exclude.lst
-share/icons/hicolor/128x128/apps/ownCloud_error.png
-share/icons/hicolor/128x128/apps/ownCloud_error_shared.png
-share/icons/hicolor/128x128/apps/ownCloud_ok.png
-share/icons/hicolor/128x128/apps/ownCloud_ok_shared.png
-share/icons/hicolor/128x128/apps/ownCloud_sync.png
-share/icons/hicolor/128x128/apps/ownCloud_sync_shared.png
-share/icons/hicolor/128x128/apps/ownCloud_warn.png
-share/icons/hicolor/128x128/apps/ownCloud_warn_shared.png
-share/icons/hicolor/128x128/apps/owncloud.png
-share/icons/hicolor/16x16/apps/ownCloud_error.png
-share/icons/hicolor/16x16/apps/ownCloud_error_shared.png
-share/icons/hicolor/16x16/apps/ownCloud_ok.png
-share/icons/hicolor/16x16/apps/ownCloud_ok_shared.png
-share/icons/hicolor/16x16/apps/ownCloud_sync.png
-share/icons/hicolor/16x16/apps/ownCloud_sync_shared.png
-share/icons/hicolor/16x16/apps/ownCloud_warn.png
-share/icons/hicolor/16x16/apps/ownCloud_warn_shared.png
-share/icons/hicolor/22x22/apps/owncloud.png
-share/icons/hicolor/256x256/apps/ownCloud_error.png
-share/icons/hicolor/256x256/apps/ownCloud_error_shared.png
-share/icons/hicolor/256x256/apps/ownCloud_ok.png
-share/icons/hicolor/256x256/apps/ownCloud_ok_shared.png
-share/icons/hicolor/256x256/apps/ownCloud_sync.png
-share/icons/hicolor/256x256/apps/ownCloud_sync_shared.png
-share/icons/hicolor/256x256/apps/ownCloud_warn.png
-share/icons/hicolor/256x256/apps/ownCloud_warn_shared.png
-share/icons/hicolor/32x32/apps/ownCloud_error.png
-share/icons/hicolor/32x32/apps/ownCloud_error_shared.png
-share/icons/hicolor/32x32/apps/ownCloud_ok.png
-share/icons/hicolor/32x32/apps/ownCloud_ok_shared.png
-share/icons/hicolor/32x32/apps/ownCloud_sync.png
-share/icons/hicolor/32x32/apps/ownCloud_sync_shared.png
-share/icons/hicolor/32x32/apps/ownCloud_warn.png
-share/icons/hicolor/32x32/apps/ownCloud_warn_shared.png
-share/icons/hicolor/32x32/apps/owncloud.png
-share/icons/hicolor/48x48/apps/ownCloud_error.png
-share/icons/hicolor/48x48/apps/ownCloud_error_shared.png
-share/icons/hicolor/48x48/apps/ownCloud_ok.png
-share/icons/hicolor/48x48/apps/ownCloud_ok_shared.png
-share/icons/hicolor/48x48/apps/ownCloud_sync.png
-share/icons/hicolor/48x48/apps/ownCloud_sync_shared.png
-share/icons/hicolor/48x48/apps/ownCloud_warn.png
-share/icons/hicolor/48x48/apps/ownCloud_warn_shared.png
-share/icons/hicolor/48x48/apps/owncloud.png
-share/icons/hicolor/64x64/apps/ownCloud_error.png
-share/icons/hicolor/64x64/apps/ownCloud_error_shared.png
-share/icons/hicolor/64x64/apps/ownCloud_ok.png
-share/icons/hicolor/64x64/apps/ownCloud_ok_shared.png
-share/icons/hicolor/64x64/apps/ownCloud_sync.png
-share/icons/hicolor/64x64/apps/ownCloud_sync_shared.png
-share/icons/hicolor/64x64/apps/ownCloud_warn.png
-share/icons/hicolor/64x64/apps/ownCloud_warn_shared.png
-share/icons/hicolor/64x64/apps/owncloud.png
-share/icons/hicolor/72x72/apps/ownCloud_error.png
-share/icons/hicolor/72x72/apps/ownCloud_error_shared.png
-share/icons/hicolor/72x72/apps/ownCloud_ok.png
-share/icons/hicolor/72x72/apps/ownCloud_ok_shared.png
-share/icons/hicolor/72x72/apps/ownCloud_sync.png
-share/icons/hicolor/72x72/apps/ownCloud_sync_shared.png
-share/icons/hicolor/72x72/apps/ownCloud_warn.png
-share/icons/hicolor/72x72/apps/ownCloud_warn_shared.png
-share/nautilus-python/extensions/syncstate.py
-share/owncloud/i18n/mirall_TW.qm
-share/owncloud/i18n/mirall_ca.qm
-share/owncloud/i18n/mirall_cs.qm
-share/owncloud/i18n/mirall_de.qm
-share/owncloud/i18n/mirall_el.qm
-share/owncloud/i18n/mirall_en.qm
-share/owncloud/i18n/mirall_es.qm
-share/owncloud/i18n/mirall_es_AR.qm
-share/owncloud/i18n/mirall_et.qm
-share/owncloud/i18n/mirall_eu.qm
-share/owncloud/i18n/mirall_fa.qm
-share/owncloud/i18n/mirall_fi.qm
-share/owncloud/i18n/mirall_fr.qm
-share/owncloud/i18n/mirall_gl.qm
-share/owncloud/i18n/mirall_hu.qm
-share/owncloud/i18n/mirall_it.qm
-share/owncloud/i18n/mirall_ja.qm
-share/owncloud/i18n/mirall_nl.qm
-share/owncloud/i18n/mirall_pl.qm
-share/owncloud/i18n/mirall_pt.qm
-share/owncloud/i18n/mirall_pt_BR.qm
-share/owncloud/i18n/mirall_ru.qm
-share/owncloud/i18n/mirall_sk.qm
-share/owncloud/i18n/mirall_sl.qm
-share/owncloud/i18n/mirall_sv.qm
-share/owncloud/i18n/mirall_th.qm
-share/owncloud/i18n/mirall_tr.qm
-share/owncloud/i18n/mirall_uk.qm
-share/owncloud/i18n/mirall_zh_CN.qm
-share/owncloud/i18n/mirall_zh_TW.qm
-@pkgdir etc/ownCloud
diff -r 8497eb415731 -r 8e29fb3093f9 net/mirall/distinfo
--- a/net/mirall/distinfo       Wed Mar 25 19:55:58 2015 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.4 2014/12/30 22:11:44 ryoon Exp $
-
-SHA1 (mirall-1.7.1.tar.bz2) = 8b9f85033032747293b1ee91da1307ad2310b0d3
-RMD160 (mirall-1.7.1.tar.bz2) = 2766e6655b9596156085460bb67c9f99c1e07348
-Size (mirall-1.7.1.tar.bz2) = 12668153 bytes
-SHA1 (patch-src_CMakeLists.txt) = 4ca3edba3f94fdf00d817035fde8354794adbb0c
-SHA1 (patch-src_mirall_utility.cpp) = 8387a78fc46d1f2fe4de4f0633670091b031f7a9
diff -r 8497eb415731 -r 8e29fb3093f9 net/mirall/patches/patch-src_CMakeLists.txt
--- a/net/mirall/patches/patch-src_CMakeLists.txt       Wed Mar 25 19:55:58 2015 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-$NetBSD: patch-src_CMakeLists.txt,v 1.4 2014/12/30 22:11:44 ryoon Exp $
-
-* Add NetBSD support.
-
---- src/CMakeLists.txt.orig    2014-12-18 11:45:49.000000000 +0000
-+++ src/CMakeLists.txt
-@@ -22,11 +25,11 @@ if ( APPLE )
-     )
- endif()
- 
--IF(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD")
-+IF(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD" OR ${CMAKE_SYSTEM_NAME} MATCHES "NetBSD")
-     list(APPEND OS_SPECIFIC_LINK_LIBRARIES
-       inotify
-     )
--ENDIF(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD")
-+ENDIF(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD" OR ${CMAKE_SYSTEM_NAME} MATCHES "NetBSD")
- 
- if(SPARKLE_FOUND AND NOT BUILD_LIBRARIES_ONLY)
-     list (APPEND OS_SPECIFIC_LINK_LIBRARIES ${SPARKLE_LIBRARY})
diff -r 8497eb415731 -r 8e29fb3093f9 net/mirall/patches/patch-src_mirall_utility.cpp
--- a/net/mirall/patches/patch-src_mirall_utility.cpp   Wed Mar 25 19:55:58 2015 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-$NetBSD: patch-src_mirall_utility.cpp,v 1.4 2014/12/30 22:11:44 ryoon Exp $
-
-* https://github.com/owncloud/mirall/issues/1060
-
---- src/mirall/utility.cpp.orig        2014-12-18 11:45:49.000000000 +0000
-+++ src/mirall/utility.cpp
-@@ -172,7 +172,7 @@ void Utility::setLaunchOnStartup(const Q
- 
- qint64 Utility::freeDiskSpace(const QString &path, bool *ok)
- {
--#if defined(Q_OS_MAC) || defined(Q_OS_FREEBSD) || defined(Q_OS_FREEBSD_KERNEL)
-+#if defined(Q_OS_MAC) || defined(Q_OS_FREEBSD) || defined(Q_OS_FREEBSD_KERNEL) || defined(Q_OS_NETBSD)
-     struct statvfs stat;
-     statvfs(path.toUtf8().data(), &stat);
-     return (qint64) stat.f_bavail * stat.f_frsize;
-@@ -365,7 +365,7 @@ bool Utility::isUnix()
- 
- bool Utility::isLinux()
- {
--#ifdef Q_OS_LINUX
-+#if defined(Q_OS_LINUX) || defined(Q_OS_NETBSD)
-     return true;
- #else
-     return false;
diff -r 8497eb415731 -r 8e29fb3093f9 net/owncloudclient/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/owncloudclient/DESCR  Wed Mar 25 20:12:03 2015 +0000
@@ -0,0 +1,2 @@
+ownCloud client is a tool to synchronize files from ownCloud Server
+with your computer.
diff -r 8497eb415731 -r 8e29fb3093f9 net/owncloudclient/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/owncloudclient/Makefile       Wed Mar 25 20:12:03 2015 +0000
@@ -0,0 +1,43 @@
+# $NetBSD: Makefile,v 1.1 2015/03/25 20:12:04 ryoon Exp $
+
+DISTNAME=      owncloudclient-1.8.0
+CATEGORIES=    net
+MASTER_SITES=  https://download.owncloud.com/desktop/stable/
+EXTRACT_SUFX=  .tar.bz2
+
+MAINTAINER=    ryoon%NetBSD.org@localhost
+HOMEPAGE=      https://owncloud.com/
+COMMENT=       Synchronization program for ownCloud
+LICENSE=       gnu-gpl-v2



Home | Main Index | Thread Index | Old Index