Index: net/megacmd/Makefile =================================================================== --- net/megacmd/Makefile (nonexistent) +++ net/megacmd/Makefile (working copy) @@ -0,0 +1,38 @@ +# $FreeBSD$ + +PORTNAME= megacmd +DISTVERSION= 0.9.9 +CATEGORIES= net + +MAINTAINER= kikadf.01@gmail.com +COMMENT= Command Line Interactive and Scriptable Application to access MEGA + +LICENSE= GPLv3 BSD2CLAUSE +LICENSE_COMB= multi + +LIB_DEPENDS= libcares.so:dns/c-ares libcryptopp.so:security/cryptopp \ + libcurl.so:ftp/curl libsodium.so:security/libsodium \ + libuv.so:devel/libuv libpcre.so:devel/pcre + +USES= autoreconf libtool sqlite:3 readline + +USE_GITHUB= yes +GH_ACCOUNT= meganz meganz:sdk +GH_PROJECT= MEGAcmd sdk:sdk +GH_TAGNAME= v3.4.0:sdk +GH_SUBDIR= sdk:sdk + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-examples \ + --disable-java --disable-php --disable-python \ + --disable-chat --without-freeimage \ + --without-termcap --without-ffmpeg --without-libraw \ + --without-libzen --without-libmediainfo \ + --enable-gcc-hardening \ + --with-cares=${LOCALBASE} --with-cryptopp=${LOCALBASE} \ + --with-curl=${LOCALBASE} --with-sodium=${LOCALBASE} \ + --with-sqlite=${LOCALBASE} --with-libuv=${LOCALBASE} \ + --with-zlib --with-readline==${LOCALBASE} +CXXFLAGS+= `pkgconf --cflags-only-other libcryptopp` + +.include Property changes on: net/megacmd/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: net/megacmd/distinfo =================================================================== --- net/megacmd/distinfo (nonexistent) +++ net/megacmd/distinfo (working copy) @@ -0,0 +1,5 @@ +TIMESTAMP = 1537178199 +SHA256 (meganz-MEGAcmd-0.9.9_GH0.tar.gz) = 5ace7c85fa817a357bdb968f32e3839439d3ff4e3066d7db470b4648def11105 +SIZE (meganz-MEGAcmd-0.9.9_GH0.tar.gz) = 1536068 +SHA256 (meganz-sdk-v3.4.0_GH0.tar.gz) = 0a13576ac3efb741dd67c43698a99ff1ff721cc806f28908cc0bdba808d4988b +SIZE (meganz-sdk-v3.4.0_GH0.tar.gz) = 2865315 Property changes on: net/megacmd/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: net/megacmd/pkg-descr =================================================================== --- net/megacmd/pkg-descr (nonexistent) +++ net/megacmd/pkg-descr (working copy) @@ -0,0 +1,7 @@ +MEGAcmd is a command line interactive and scriptable application. +MEGAcmd provides non UI access to MEGA services. It intends to offer +all the functionality with your MEGA account via commands. +It features synchronization, backup of local folders into your MEGA + account and a webdav/streaming server. + +WWW: https://mega.nz/cmd Property changes on: net/megacmd/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: net/megacmd/pkg-plist =================================================================== --- net/megacmd/pkg-plist (nonexistent) +++ net/megacmd/pkg-plist (working copy) @@ -0,0 +1,121 @@ +bin/mega-attr +bin/mega-backup +bin/mega-cd +bin/mega-cmd +bin/mega-cmd-server +bin/mega-confirm +bin/mega-cp +bin/mega-debug +bin/mega-deleteversions +bin/mega-du +bin/mega-exclude +bin/mega-exec +bin/mega-export +bin/mega-find +bin/mega-get +bin/mega-help +bin/mega-https +bin/mega-import +bin/mega-invite +bin/mega-ipc +bin/mega-killsession +bin/mega-lcd +bin/mega-log +bin/mega-login +bin/mega-logout +bin/mega-lpwd +bin/mega-ls +bin/mega-mkdir +bin/mega-mount +bin/mega-mv +bin/mega-passwd +bin/mega-permissions +bin/mega-preview +bin/mega-put +bin/mega-pwd +bin/mega-quit +bin/mega-reload +bin/mega-rm +bin/mega-session +bin/mega-share +bin/mega-showpcr +bin/mega-signup +bin/mega-speedlimit +bin/mega-sync +bin/mega-thumbnail +bin/mega-transfers +bin/mega-userattr +bin/mega-users +bin/mega-version +bin/mega-webdav +bin/mega-whoami +etc/bash_completion.d/megacmd_completion.sh +include/mega.h +include/mega/account.h +include/mega/attrmap.h +include/mega/backofftimer.h +include/mega/base64.h +include/mega/command.h +include/mega/config.h +include/mega/console.h +include/mega/crypto/cryptopp.h +include/mega/crypto/sodium.h +include/mega/db.h +include/mega/db/bdb.h +include/mega/db/sqlite.h +include/mega/file.h +include/mega/fileattributefetch.h +include/mega/filefingerprint.h +include/mega/filesystem.h +include/mega/gfx.h +include/mega/gfx/GfxProcCG.h +include/mega/gfx/external.h +include/mega/gfx/freeimage.h +include/mega/gfx/qt.h +include/mega/http.h +include/mega/json.h +include/mega/logging.h +include/mega/mediafileattribute.h +include/mega/mega_ccronexpr.h +include/mega/mega_dict-src.h +include/mega/mega_evt_queue.h +include/mega/mega_evt_tls.h +include/mega/mega_http_parser.h +include/mega/mega_utf8proc.h +include/mega/mega_zxcvbn.h +include/mega/megaapp.h +include/mega/megaclient.h +include/mega/node.h +include/mega/pendingcontactrequest.h +include/mega/posix/megaconsole.h +include/mega/posix/megaconsolewaiter.h +include/mega/posix/megafs.h +include/mega/posix/meganet.h +include/mega/posix/megasys.h +include/mega/posix/megawaiter.h +include/mega/proxy.h +include/mega/pubkeyaction.h +include/mega/request.h +include/mega/serialize64.h +include/mega/share.h +include/mega/sharenodekeys.h +include/mega/sync.h +include/mega/thread.h +include/mega/thread/cppthread.h +include/mega/thread/posixthread.h +include/mega/thread/qtthread.h +include/mega/thread/win32thread.h +include/mega/transfer.h +include/mega/transferslot.h +include/mega/treeproc.h +include/mega/types.h +include/mega/user.h +include/mega/utils.h +include/mega/version.h +include/mega/waiter.h +include/megaapi.h +include/megaapi_impl.h +lib/libmega.so +lib/libmega.so.30308 +lib/libmega.so.30308.0.0 +libdata/pkgconfig/libmega.pc Property changes on: net/megacmd/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property