FreeBSD Bugzilla – Attachment 149126 Details for
Bug 193312
[NEW PORT] net-mgmt/seafile-gui: Seafile desktop client
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
updated shar file
seafile-gui.shar (text/plain), 4.23 KB, created by
Jingfeng Yan
on 2014-11-06 12:58:04 UTC
(
hide
)
Description:
updated shar file
Filename:
MIME Type:
Creator:
Jingfeng Yan
Created:
2014-11-06 12:58:04 UTC
Size:
4.23 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># seafile-gui ># seafile-gui/pkg-descr ># seafile-gui/Makefile ># seafile-gui/distinfo ># seafile-gui/files ># seafile-gui/files/patch-CMakeLists.txt ># seafile-gui/pkg-plist ># >echo c - seafile-gui >mkdir -p seafile-gui > /dev/null 2>&1 >echo x - seafile-gui/pkg-descr >sed 's/^X//' >seafile-gui/pkg-descr << 'cb56a402e3ef25b6a9094a40a6e72fbc' >Xeafile is a next-generation open source cloud storage system with advanced >Xsupport for file syncing, privacy protection and teamwork. Collections of >Xfiles are called libraries, and each library can be synced separately. A >Xlibrary can be encrypted with a user chosen password. This password is not >Xstored on the server, so even the server admin cannot view a file's contents. >X >XSeafile allows users to create groups with file syncing, wiki, and discussion >Xto enable easy collaboration around documents within a team. >X >XWWW: https://github.com/haiwen/seafile >cb56a402e3ef25b6a9094a40a6e72fbc >echo x - seafile-gui/Makefile >sed 's/^X//' >seafile-gui/Makefile << 'ba454520030124ba5c1ac4b2eaa9f21c' >X# $FreeBSD$ >X >XPORTNAME= seafile-gui >XPORTVERSION= 3.1.5 >XCATEGORIES= net-mgmt >X >XMAINTAINER= yan_jingfeng@yahoo.com >XCOMMENT= Seafile desktop client >X >XLICENSE= APACHE20 >X >XLIB_DEPENDS+= libglib-2.0.so:${PORTSDIR}/devel/glib20 \ >X libsearpc.so:${PORTSDIR}/devel/libsearpc \ >X libseafile.so:${PORTSDIR}/net-mgmt/seafile \ >X libsqlite3.so:${PORTSDIR}/databases/sqlite3 \ >X libccnet.so:${PORTSDIR}/net-mgmt/ccnet \ >X libjansson.so:${PORTSDIR}/devel/jansson >X >XUSE_GITHUB= yes >XGH_ACCOUNT= haiwen >XGH_PROJECT= seafile-client >XGH_TAGNAME= v3.1.5 >XGH_COMMIT= ce808db >X >XUSES= cmake pkgconfig >XINSTALLS_ICONS= yes >XCMAKE_ARGS+= -DCMAKE_INCLUDE_PATH:PATH=include/glib-2.0 >XCMAKE_BUILD_TYPE= Release >X >XLRELEASE= ${PREFIX}/bin/lrelease-qt4 >XUSE_QT4= corelib dbus gui network \ >X qmake_build moc_build rcc_build uic_build \ >X linguist_build >X >XWITH_OPENSSL_PORT= yes >XUSE_OPENSSL= yes >X >X.include <bsd.port.mk> >ba454520030124ba5c1ac4b2eaa9f21c >echo x - seafile-gui/distinfo >sed 's/^X//' >seafile-gui/distinfo << '7faf58b093c66adeaf6035b1d4e30193' >XSHA256 (seafile-gui-3.1.5.tar.gz) = 81102eb267b8e3e507ddf78d5b019fd527f521e9cff1e2dd3dfcd41eec69e6ff >XSIZE (seafile-gui-3.1.5.tar.gz) = 763089 >7faf58b093c66adeaf6035b1d4e30193 >echo c - seafile-gui/files >mkdir -p seafile-gui/files > /dev/null 2>&1 >echo x - seafile-gui/files/patch-CMakeLists.txt >sed 's/^X//' >seafile-gui/files/patch-CMakeLists.txt << '05cdf3fa8cb42b0cb2ec94f3eff2ef4b' >X--- CMakeLists.txt.orig 2014-09-03 23:17:55.314282575 -0400 >X+++ CMakeLists.txt 2014-09-03 23:19:48.914240566 -0400 >X@@ -21,7 +21,7 @@ >X IF (${CMAKE_BUILD_TYPE} MATCHES Release) >X SET(GUI_TYPE WIN32) >X ENDIF() >X-ELSEIF (${CMAKE_SYSTEM_NAME} MATCHES "Linux") >X+ELSEIF (${CMAKE_SYSTEM_NAME} MATCHES "Linux|FreeBSD|DragonFly|NetBSD|OpenBSD") >X INCLUDE_DIRECTORIES(${QT_QTDBUS_INCLUDE_DIR}) >X LINK_DIRECTORIES(${QT_QTDBUS_LIBRARIES}) >X SET(EXTRA_LIBS ${EXTRA_LIBS} ${QT_QTDBUS_LIBRARIES}) >X@@ -42,7 +42,7 @@ >X #################### >X ###### BEGIN: QT configuration >X #################### >X-IF (${CMAKE_SYSTEM_NAME} MATCHES "Linux") >X+IF (${CMAKE_SYSTEM_NAME} MATCHES "Linux|FreeBSD|DragonFly|NetBSD|OpenBSD") >X SET(QtDBus "QtDBus") >X ENDIF() >X >X@@ -380,7 +380,7 @@ >X ${EXTRA_LIBS} >X ) >X >X-IF (${CMAKE_SYSTEM_NAME} MATCHES "Linux") >X+IF (${CMAKE_SYSTEM_NAME} MATCHES "Linux|FreeBSD|DragonFly|NetBSD|OpenBSD") >X TARGET_LINK_LIBRARIES(seafile-applet >X ${QT_QTDBUS_LIBRARIES} >X ) >05cdf3fa8cb42b0cb2ec94f3eff2ef4b >echo x - seafile-gui/pkg-plist >sed 's/^X//' >seafile-gui/pkg-plist << 'eb793cdcad75b7dec7ad2175317d4c56' >X%%QT_BINDIR%%/seafile-applet >Xshare/applications/seafile.desktop >Xshare/icons/hicolor/128x128/apps/seafile.png >Xshare/icons/hicolor/16x16/apps/seafile.png >Xshare/icons/hicolor/22x22/apps/seafile.png >Xshare/icons/hicolor/24x24/apps/seafile.png >Xshare/icons/hicolor/32x32/apps/seafile.png >Xshare/icons/hicolor/48x48/apps/seafile.png >Xshare/icons/hicolor/scalable/apps/seafile.svg >Xshare/pixmaps/seafile.png >eb793cdcad75b7dec7ad2175317d4c56 >exit >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 193312
:
146790
|
146791
|
146934
|
146935
|
146936
|
147067
|
149119
|
149120
| 149126 |
149127