From owner-dev-commits-ports-all@freebsd.org Sat Aug 28 12:24:56 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D02096737F0; Sat, 28 Aug 2021 12:24:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GxbPh5SN5z3NTF; Sat, 28 Aug 2021 12:24:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A04D316AC5; Sat, 28 Aug 2021 12:24:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17SCOu03059749; Sat, 28 Aug 2021 12:24:56 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17SCOufN059748; Sat, 28 Aug 2021 12:24:56 GMT (envelope-from git) Date: Sat, 28 Aug 2021 12:24:56 GMT Message-Id: <202108281224.17SCOufN059748@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Ashish SHUKLA Subject: git: 5862ead07133 - main - www/cinny: New Port: Matrix client for the web MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ashish X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5862ead071335c9e973b00bc002ada11f6edef4b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Aug 2021 12:24:56 -0000 The branch main has been updated by ashish: URL: https://cgit.FreeBSD.org/ports/commit/?id=5862ead071335c9e973b00bc002ada11f6edef4b commit 5862ead071335c9e973b00bc002ada11f6edef4b Author: Ashish SHUKLA AuthorDate: 2021-08-28 12:16:48 +0000 Commit: Ashish SHUKLA CommitDate: 2021-08-28 12:23:43 +0000 www/cinny: New Port: Matrix client for the web --- www/Makefile | 1 + www/cinny/Makefile | 21 ++++++++++ www/cinny/distinfo | 3 ++ www/cinny/files/pkg-message.in | 5 +++ www/cinny/pkg-descr | 4 ++ www/cinny/pkg-plist | 94 ++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 128 insertions(+) diff --git a/www/Makefile b/www/Makefile index 9f342005a476..f4e9d9ac78a8 100644 --- a/www/Makefile +++ b/www/Makefile @@ -75,6 +75,7 @@ SUBDIR += chpasswd SUBDIR += chrome-gnome-shell SUBDIR += chromium + SUBDIR += cinny SUBDIR += civetweb SUBDIR += ckeditor SUBDIR += cl-lml diff --git a/www/cinny/Makefile b/www/cinny/Makefile new file mode 100644 index 000000000000..c262ecae7ec1 --- /dev/null +++ b/www/cinny/Makefile @@ -0,0 +1,21 @@ +PORTNAME= cinny +DISTVERSIONPREFIX= v +DISTVERSION= 1.2.0 +CATEGORIES= www +MASTER_SITES= https://github.com/ajbura/${PORTNAME}/releases/download/${DISTVERSIONFULL}/ + +MAINTAINER= ashish@FreeBSD.org +COMMENT= Yet another Matrix client for the web + +LICENSE= MIT + +NO_ARCH= yes +NO_BUILD= yes +SUB_FILES= pkg-message +WRKSRC= ${WRKDIR}/dist + +do-install: + @${MKDIR} ${STAGEDIR}${WWWDIR} + cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} + +.include diff --git a/www/cinny/distinfo b/www/cinny/distinfo new file mode 100644 index 000000000000..76c124cbf021 --- /dev/null +++ b/www/cinny/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1630151909 +SHA256 (cinny-v1.2.0.tar.gz) = 7902a2e926b098f25e70eaee78291aaecbeaa4dbd7a0cc7670743afef529509b +SIZE (cinny-v1.2.0.tar.gz) = 1317285 diff --git a/www/cinny/files/pkg-message.in b/www/cinny/files/pkg-message.in new file mode 100644 index 000000000000..310c1ed00d92 --- /dev/null +++ b/www/cinny/files/pkg-message.in @@ -0,0 +1,5 @@ +[ +{ type: install + message: "Please serve files in %%WWWDIR%% with a webserver of your choice. (eg. www/nginx)" +} +] diff --git a/www/cinny/pkg-descr b/www/cinny/pkg-descr new file mode 100644 index 000000000000..261fcbcae52d --- /dev/null +++ b/www/cinny/pkg-descr @@ -0,0 +1,4 @@ +Cinny is a Matrix client focusing primarily on simple, +elegant and secure interface. + +WWW: https://cinny.in/ diff --git a/www/cinny/pkg-plist b/www/cinny/pkg-plist new file mode 100644 index 000000000000..f0dd75c8e16b --- /dev/null +++ b/www/cinny/pkg-plist @@ -0,0 +1,94 @@ +%%WWWDIR%%/_redirects +%%WWWDIR%%/assets/add-user.d87fd7bdbcd69110487cade29b6cdab6.svg +%%WWWDIR%%/assets/android-chrome-144x144.png +%%WWWDIR%%/assets/android-chrome-192x192.png +%%WWWDIR%%/assets/android-chrome-256x256.png +%%WWWDIR%%/assets/android-chrome-36x36.png +%%WWWDIR%%/assets/android-chrome-384x384.png +%%WWWDIR%%/assets/android-chrome-48x48.png +%%WWWDIR%%/assets/android-chrome-512x512.png +%%WWWDIR%%/assets/android-chrome-72x72.png +%%WWWDIR%%/assets/android-chrome-96x96.png +%%WWWDIR%%/assets/apple-touch-icon-1024x1024.png +%%WWWDIR%%/assets/apple-touch-icon-114x114.png +%%WWWDIR%%/assets/apple-touch-icon-120x120.png +%%WWWDIR%%/assets/apple-touch-icon-144x144.png +%%WWWDIR%%/assets/apple-touch-icon-152x152.png +%%WWWDIR%%/assets/apple-touch-icon-167x167.png +%%WWWDIR%%/assets/apple-touch-icon-180x180.png +%%WWWDIR%%/assets/apple-touch-icon-57x57.png +%%WWWDIR%%/assets/apple-touch-icon-60x60.png +%%WWWDIR%%/assets/apple-touch-icon-72x72.png +%%WWWDIR%%/assets/apple-touch-icon-76x76.png +%%WWWDIR%%/assets/apple-touch-icon-precomposed.png +%%WWWDIR%%/assets/apple-touch-icon.png +%%WWWDIR%%/assets/ball.d64e4e7685f6563c60790ede65f2e420.svg +%%WWWDIR%%/assets/bin.782a58fe7216ec5f4afc7e1f2893c6b0.svg +%%WWWDIR%%/assets/browserconfig.xml +%%WWWDIR%%/assets/bulb.ec7fff230a9158e7a61a3526d851ebb0.svg +%%WWWDIR%%/assets/chevron-bottom.8fba8942b34b3f8d54820d2dfde94cc2.svg +%%WWWDIR%%/assets/chevron-left.af75452474340d13e5a890bfee1328c2.svg +%%WWWDIR%%/assets/cinny.1d68e14fd73c8b58ee0f56e0441d13aa.svg +%%WWWDIR%%/assets/circle-plus.d6fd1e875f585a026f8196da8e1a7b64.svg +%%WWWDIR%%/assets/cmd.21723d92428ddd136c151e05005a1250.svg +%%WWWDIR%%/assets/cross.5745f0df2f96e79157985c990c3b6c40.svg +%%WWWDIR%%/assets/cup.1f535a372aeb6b1d0125212ce50cf733.svg +%%WWWDIR%%/assets/dog.5eb5c0a8666085e3485d44e93df471fb.svg +%%WWWDIR%%/assets/download.ab30aec19573b4189334338c801b4180.svg +%%WWWDIR%%/assets/emoji-add.be449744ae502f8ee1fd3cdcb3d4d5f2.svg +%%WWWDIR%%/assets/emoji.c38fa1f5cad58bfdc4819433e8b0db91.svg +%%WWWDIR%%/assets/external.c37f42201429884adc1da8fc5ee65b88.svg +%%WWWDIR%%/assets/favicon-16x16.png +%%WWWDIR%%/assets/favicon-32x32.png +%%WWWDIR%%/assets/favicon-48x48.png +%%WWWDIR%%/assets/favicon.ico +%%WWWDIR%%/assets/file.71d04d960aa446d4672fc1f60cd462dc.svg +%%WWWDIR%%/assets/firefox_app_128x128.png +%%WWWDIR%%/assets/firefox_app_512x512.png +%%WWWDIR%%/assets/firefox_app_60x60.png +%%WWWDIR%%/assets/flag.a3cef985a409ca05e544734d3acda439.svg +%%WWWDIR%%/assets/hash-lock.5fc3f6871813a605ef0a1b07f0272176.svg +%%WWWDIR%%/assets/hash-plus.60e5def51051413b7e6ef2fda40475bc.svg +%%WWWDIR%%/assets/hash-search.2c279449d5bb4495ea7775e690826fb7.svg +%%WWWDIR%%/assets/hash.3bccb5a751524cfc69b43d8962cea627.svg +%%WWWDIR%%/assets/home.25f584ca53422e4a3e85d3f1cdd7b122.svg +%%WWWDIR%%/assets/info.a8d575e02d97e06b58709918d97f3280.svg +%%WWWDIR%%/assets/invite-arrow.c4e5f226cbbfab22c6fb8eff6f26d9b5.svg +%%WWWDIR%%/assets/invite-cancel-arrow.3113613517f3605743e09e1016eec0d8.svg +%%WWWDIR%%/assets/invite.254774e653e2b009d11d79c0b07ae538.svg +%%WWWDIR%%/assets/join-arrow.b158dd9a6d19e393ac5e419c8cec4949.svg +%%WWWDIR%%/assets/leave-arrow.a14d056eec03951908412ec70d2601b2.svg +%%WWWDIR%%/assets/lock.caa3defa37abed69bc94269208753760.svg +%%WWWDIR%%/assets/manifest.json +%%WWWDIR%%/assets/manifest.webapp +%%WWWDIR%%/assets/markdown.02aceeece0ab1a7d0873982532beaaf8.svg +%%WWWDIR%%/assets/mstile-144x144.png +%%WWWDIR%%/assets/mstile-150x150.png +%%WWWDIR%%/assets/mstile-310x150.png +%%WWWDIR%%/assets/mstile-310x310.png +%%WWWDIR%%/assets/mstile-70x70.png +%%WWWDIR%%/assets/peace.6b673eb6c7ea027fdde9fd8262fda828.svg +%%WWWDIR%%/assets/pencil.0a044c369dd6d32a3cd2eedf26d56ace.svg +%%WWWDIR%%/assets/photo.7b243761b447ef50835e8a2455a1438c.svg +%%WWWDIR%%/assets/play.8838e717b724f8097895aae1dad87e92.svg +%%WWWDIR%%/assets/plus.6ba97826d509c8c6b7189fe492a504a9.svg +%%WWWDIR%%/assets/power.f0b0240b3ec31ce3f04f1aa7b175b02d.svg +%%WWWDIR%%/assets/reply-arrow.4652dfc3651a804bb60877d388196c95.svg +%%WWWDIR%%/assets/search.062efbb79fafd84810e946829b5b6115.svg +%%WWWDIR%%/assets/send.507da28d5579add6eccc11cba4870a69.svg +%%WWWDIR%%/assets/settings.63c73133e69b9475120089774abfbaf1.svg +%%WWWDIR%%/assets/shield.498420bdf2ec5957adc2646fa892026d.svg +%%WWWDIR%%/assets/space-lock.2efa7b53ab33a849560b10cddf5f2ad0.svg +%%WWWDIR%%/assets/space.05c198da2fedc28c7a57d8c86a588e82.svg +%%WWWDIR%%/assets/sun.caf861f1ecc744d9f4909c95a86eff7e.svg +%%WWWDIR%%/assets/tick-mark.9737a73dcc44eb0e793759bd547a71a0.svg +%%WWWDIR%%/assets/user.fb26a2eef540a21e7f9ffefd2321927b.svg +%%WWWDIR%%/assets/vertical-menu.180cbca47512a24456ba0a74e64a5405.svg +%%WWWDIR%%/assets/vlc.12ce0b57b1b136a0150c3c5f147ef08f.svg +%%WWWDIR%%/assets/volume-full.a74609ebaadf79cabc7fee7590f52793.svg +%%WWWDIR%%/index.html +%%WWWDIR%%/main.81c69d9a3d93d611a912.bundle.js +%%WWWDIR%%/main.81c69d9a3d93d611a912.bundle.js.LICENSE.txt +%%WWWDIR%%/main.91996f40ce953c52391c.bundle.css +%%WWWDIR%%/olm.wasm +%%WWWDIR%%/polyfill.1b01f0f1fe35ab48e585.bundle.js