View | Details | Raw Unified | Return to bug 231485 | Differences between
and this patch

Collapse All | Expand All

(-)net/megacmd/Makefile (+39 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	megacmd
4
DISTVERSION=	1.0.0
5
CATEGORIES=	net
6
7
MAINTAINER=	kikadf.01@gmail.com
8
COMMENT=	Command Line Interactive and Scriptable Application to access MEGA
9
10
LICENSE=	GPLv3 BSD2CLAUSE
11
LICENSE_COMB=	multi
12
13
LIB_DEPENDS=	libcares.so:dns/c-ares libcryptopp.so:security/cryptopp \
14
		libcurl.so:ftp/curl libsodium.so:security/libsodium \
15
		libuv.so:devel/libuv libpcre.so:devel/pcre
16
17
USES=		autoreconf libtool sqlite:3 readline
18
19
USE_GITHUB=	yes
20
GH_ACCOUNT=	meganz
21
GH_PROJECT=	MEGAcmd sdk:sdk
22
GH_TAGNAME=	v3.4.1:sdk
23
GH_SUBDIR=	sdk:sdk
24
25
GNU_CONFIGURE=	yes
26
CONFIGURE_ARGS=	--disable-examples \
27
		--disable-java --disable-php --disable-python \
28
		--disable-chat --without-freeimage \
29
		--without-termcap --without-ffmpeg --without-libraw \
30
		--without-libzen --without-libmediainfo \
31
		--enable-gcc-hardening \
32
		--with-cares=${LOCALBASE} --with-cryptopp=${LOCALBASE} \
33
		--with-curl=${LOCALBASE} --with-sodium=${LOCALBASE} \
34
		--with-sqlite=${LOCALBASE} --with-libuv=${LOCALBASE} \
35
		--with-zlib --with-readline==${LOCALBASE}
36
CXXFLAGS+=	`pkgconf --cflags-only-other libcryptopp`
37
USE_LDCONFIG=	yes
38
39
.include <bsd.port.mk>
(-)net/megacmd/distinfo (+5 lines)
Line 0 Link Here
1
TIMESTAMP = 1538550625
2
SHA256 (meganz-MEGAcmd-1.0.0_GH0.tar.gz) = 1200363bee2f387a2287e286b38d15b1a01079967e20b8c489815cc7c8d9ff63
3
SIZE (meganz-MEGAcmd-1.0.0_GH0.tar.gz) = 1940815
4
SHA256 (meganz-sdk-v3.4.1_GH0.tar.gz) = 94dfa5ac6e9cfea70d0a4f2a3e5577e718343f569309f39163167f1874def150
5
SIZE (meganz-sdk-v3.4.1_GH0.tar.gz) = 2889992
(-)net/megacmd/pkg-descr (+7 lines)
Line 0 Link Here
1
MEGAcmd is a command line interactive and scriptable application. 
2
MEGAcmd provides non UI access to MEGA services. It intends to offer 
3
all the functionality with your MEGA account via commands. 
4
It features synchronization, backup of local folders into your MEGA
5
 account and a webdav/streaming server. 
6
7
WWW: https://mega.nz/cmd
(-)net/megacmd/pkg-plist (+126 lines)
Line 0 Link Here
1
bin/mega-attr
2
bin/mega-backup
3
bin/mega-cancel
4
bin/mega-cd
5
bin/mega-cmd
6
bin/mega-cmd-server
7
bin/mega-confirm
8
bin/mega-confirmcancel
9
bin/mega-cp
10
bin/mega-debug
11
bin/mega-deleteversions
12
bin/mega-du
13
bin/mega-errorcode
14
bin/mega-exclude
15
bin/mega-exec
16
bin/mega-export
17
bin/mega-find
18
bin/mega-ftp
19
bin/mega-get
20
bin/mega-graphics
21
bin/mega-help
22
bin/mega-https
23
bin/mega-import
24
bin/mega-invite
25
bin/mega-ipc
26
bin/mega-killsession
27
bin/mega-lcd
28
bin/mega-log
29
bin/mega-login
30
bin/mega-logout
31
bin/mega-lpwd
32
bin/mega-ls
33
bin/mega-mkdir
34
bin/mega-mount
35
bin/mega-mv
36
bin/mega-passwd
37
bin/mega-permissions
38
bin/mega-preview
39
bin/mega-put
40
bin/mega-pwd
41
bin/mega-quit
42
bin/mega-reload
43
bin/mega-rm
44
bin/mega-session
45
bin/mega-share
46
bin/mega-showpcr
47
bin/mega-signup
48
bin/mega-speedlimit
49
bin/mega-sync
50
bin/mega-thumbnail
51
bin/mega-transfers
52
bin/mega-userattr
53
bin/mega-users
54
bin/mega-version
55
bin/mega-webdav
56
bin/mega-whoami
57
etc/bash_completion.d/megacmd_completion.sh
58
include/mega.h
59
include/mega/account.h
60
include/mega/attrmap.h
61
include/mega/backofftimer.h
62
include/mega/base64.h
63
include/mega/command.h
64
include/mega/config.h
65
include/mega/console.h
66
include/mega/crypto/cryptopp.h
67
include/mega/crypto/sodium.h
68
include/mega/db.h
69
include/mega/db/bdb.h
70
include/mega/db/sqlite.h
71
include/mega/file.h
72
include/mega/fileattributefetch.h
73
include/mega/filefingerprint.h
74
include/mega/filesystem.h
75
include/mega/gfx.h
76
include/mega/gfx/GfxProcCG.h
77
include/mega/gfx/external.h
78
include/mega/gfx/freeimage.h
79
include/mega/gfx/qt.h
80
include/mega/http.h
81
include/mega/json.h
82
include/mega/logging.h
83
include/mega/mediafileattribute.h
84
include/mega/mega_ccronexpr.h
85
include/mega/mega_dict-src.h
86
include/mega/mega_evt_queue.h
87
include/mega/mega_evt_tls.h
88
include/mega/mega_http_parser.h
89
include/mega/mega_utf8proc.h
90
include/mega/mega_zxcvbn.h
91
include/mega/megaapp.h
92
include/mega/megaclient.h
93
include/mega/node.h
94
include/mega/pendingcontactrequest.h
95
include/mega/posix/megaconsole.h
96
include/mega/posix/megaconsolewaiter.h
97
include/mega/posix/megafs.h
98
include/mega/posix/meganet.h
99
include/mega/posix/megasys.h
100
include/mega/posix/megawaiter.h
101
include/mega/proxy.h
102
include/mega/pubkeyaction.h
103
include/mega/request.h
104
include/mega/serialize64.h
105
include/mega/share.h
106
include/mega/sharenodekeys.h
107
include/mega/sync.h
108
include/mega/thread.h
109
include/mega/thread/cppthread.h
110
include/mega/thread/posixthread.h
111
include/mega/thread/qtthread.h
112
include/mega/thread/win32thread.h
113
include/mega/transfer.h
114
include/mega/transferslot.h
115
include/mega/treeproc.h
116
include/mega/types.h
117
include/mega/user.h
118
include/mega/utils.h
119
include/mega/version.h
120
include/mega/waiter.h
121
include/megaapi.h
122
include/megaapi_impl.h
123
lib/libmega.so
124
lib/libmega.so.30401
125
lib/libmega.so.30401.0.0
126
libdata/pkgconfig/libmega.pc

Return to bug 231485