Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=mP6tmed4; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=uBGObHuE Received: by mail.netbsd.org (Postfix, from userid 605) id 99BDB84D44; Tue, 7 May 2024 08:40:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715071244; bh=MBS1XysCkkrHAptl9Ps73W38DT6asiPQwdsipIMQBm0=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=mP6tmed4KBZ9MPbhjI52wccqlZJoV+eh4tDTRsW4KQs+K/OFY2aWmNG2gvqS7ceuz Kkcm3hVscJ3INlvhDNxGDv2qivzdFpgmrpeOuRFZP4vnKpA6Hbwfy5YQ+W1wITCf6p OxDt4f0qqo5EvzmaHhjJDrfFNWLszg0S9XfP27WQ= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8B53284CD7 for ; Tue, 7 May 2024 08:40:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id ocnIkTBMHDJq for ; Tue, 7 May 2024 08:40:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 21A4F84CD0 for ; Tue, 7 May 2024 08:40:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715071243; bh=MBS1XysCkkrHAptl9Ps73W38DT6asiPQwdsipIMQBm0=; h=Date:From:Subject:To:Reply-To; b=uBGObHuEFVJ9rsHHM8GhUziIJc8/rD3DlwqMJDxgRODo8AYuhjVxQs3PjkWs38wcD 5qizOEttCE3wYutJR6szt7y6ojGZOtU3JPgwfQ+Fo3p8Bwzw5chLOCuw6sjNAPT7CH abDLqGCecKX6e8Hwg+CaQzOH2+B9VBxL1MN9LhlA= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 16FD9FA2C; Tue, 7 May 2024 08:40:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1715071243210660" MIME-Version: 1.0 Date: Tue, 7 May 2024 08:40:43 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/games/ccleste/files To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20240507084043.16FD9FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1715071243210660 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Tue May 7 08:40:43 UTC 2024 Added Files: pkgsrc/games/ccleste/files: ccleste.desktop Log Message: missing file from previous commit To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/games/ccleste/files/ccleste.desktop Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1715071243210660 Content-Disposition: inline Content-Length: 445 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/games/ccleste/files/ccleste.desktop diff -u /dev/null pkgsrc/games/ccleste/files/ccleste.desktop:1.1 --- /dev/null Tue May 7 08:40:43 2024 +++ pkgsrc/games/ccleste/files/ccleste.desktop Tue May 7 08:40:42 2024 @@ -0,0 +1,8 @@ +[Desktop Entry] +Name=ccleste +Comment=Portable version of the Celeste Classic 2D platform game +Exec=ccleste +Icon=ccleste +Terminal=false +Type=Application +Categories=Game;ActionGame; --_----------=_1715071243210660--