Received: by mail.netbsd.org (Postfix, from userid 605) id 9719684D7B; Mon, 23 Mar 2020 19:57:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 170AA84CCD for ; Mon, 23 Mar 2020 19:57:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id NExDLsqFM7bt for ; Mon, 23 Mar 2020 19:57:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 485A584D74 for ; Mon, 23 Mar 2020 19:57:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 41AF7FB27; Mon, 23 Mar 2020 19:57:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1584993450440" MIME-Version: 1.0 Date: Mon, 23 Mar 2020 19:57:30 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/editors/beaver To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200323195730.41AF7FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1584993450440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Mon Mar 23 19:57:30 UTC 2020 Modified Files: pkgsrc/editors/beaver: Makefile PLIST distinfo Removed Files: pkgsrc/editors/beaver/patches: patch-aa patch-ab patch-src_editor.c Log Message: beaver: Update to 0.4.1. Only about 10 years late. Changes: - Interface rewritten using GtkUiManager - Plugin system with API for most important plugin tasks - Beaver tools (eg. base converter, color picker) went into 'tools' plugin - Auto-indent - Smart HOME and END keys - 80-character marker To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 pkgsrc/editors/beaver/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/editors/beaver/PLIST cvs rdiff -u -r1.7 -r1.8 pkgsrc/editors/beaver/distinfo cvs rdiff -u -r1.4 -r0 pkgsrc/editors/beaver/patches/patch-aa cvs rdiff -u -r1.1 -r0 pkgsrc/editors/beaver/patches/patch-ab \ pkgsrc/editors/beaver/patches/patch-src_editor.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1584993450440 Content-Disposition: inline Content-Length: 4274 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/editors/beaver/Makefile diff -u pkgsrc/editors/beaver/Makefile:1.48 pkgsrc/editors/beaver/Makefile:1.49 --- pkgsrc/editors/beaver/Makefile:1.48 Tue Mar 10 22:09:40 2020 +++ pkgsrc/editors/beaver/Makefile Mon Mar 23 19:57:29 2020 @@ -1,31 +1,21 @@ -# $NetBSD: Makefile,v 1.48 2020/03/10 22:09:40 wiz Exp $ -# +# $NetBSD: Makefile,v 1.49 2020/03/23 19:57:29 nia Exp $ -DISTNAME= beaver${BEAVER_VERSION:S/./_/g} -PKGNAME= beaver-${BEAVER_VERSION} -PKGREVISION= 31 +DISTNAME= beaver-0.4.1 CATEGORIES= editors -MASTER_SITES= http://download.savannah.gnu.org/releases/beaver/0.3.0.1%20-%202008.06.26/ -EXTRACT_SUFX= .tgz - -BEAVER_VERSION= 0.3.0.1 +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=beaver-editor/} +EXTRACT_SUFX= .tar.bz2 MAINTAINER= vincent.derrien@ahoup.net -HOMEPAGE= https://www.nongnu.org/beaver/ -COMMENT= Lightweight GTK+ text editor with syntax highlighting +HOMEPAGE= http://beaver-editor.sourceforge.net/ +COMMENT= Lightweight GTK+2 text editor with syntax highlighting +LICENSE= gnu-gpl-v2 -BUILD_DIRS= src +GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config - -SUBST_CLASSES+= iconpath -SUBST_FILES.iconpath= beaver.desktop src/interface.c -SUBST_MESSAGE.iconpath= Substituting hard-coded pathnames. -SUBST_STAGE.iconpath= pre-build -SUBST_SED.iconpath= -e 's,Icon=,&${PREFIX}/share/pixmaps/beaver/,' -SUBST_VARS.iconpath= PREFIX +USE_TOOLS+= pkg-config perl +USE_TOOLS+= intltool msgfmt msgmerge xgettext -.include "../../x11/gtk2/buildlink3.mk" +.include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" - +.include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/editors/beaver/PLIST diff -u pkgsrc/editors/beaver/PLIST:1.3 pkgsrc/editors/beaver/PLIST:1.4 --- pkgsrc/editors/beaver/PLIST:1.3 Sun Jun 14 17:50:21 2009 +++ pkgsrc/editors/beaver/PLIST Mon Mar 23 19:57:29 2020 @@ -1,9 +1,23 @@ -@comment $NetBSD: PLIST,v 1.3 2009/06/14 17:50:21 joerg Exp $ +@comment $NetBSD: PLIST,v 1.4 2020/03/23 19:57:29 nia Exp $ bin/beaver +include/beaver.h +lib/beaver/plugins/ascii.la +lib/beaver/plugins/sample.la +lib/beaver/plugins/tools.la man/man1/beaver.1 share/applications/beaver.desktop -share/beaver/bl/example1.bl -share/beaver/bl/example2.bl -share/beaver/bl/glib.bl -share/pixmaps/beaver/about.xpm -share/pixmaps/beaver/beaver.png +share/beaver/pixmaps/about.xpm +share/beaver/pixmaps/beaver-old.png +share/beaver/pixmaps/beaver-project-icon.svg +share/beaver/pixmaps/beaver-project-icon_16.svg +share/beaver/pixmaps/beaver-project-icon_22.svg +share/beaver/pixmaps/beaver-project-icon_32.svg +share/beaver/pixmaps/beaver-project-icon_48.svg +share/beaver/resource/beaver.conf.default +share/beaver/resource/standard.xml +share/beaver/resource/wordfile.default +share/icons/hicolor/16x16/apps/beaver.png +share/icons/hicolor/22x22/apps/beaver.png +share/icons/hicolor/32x32/apps/beaver.png +share/icons/hicolor/48x48/apps/beaver.png +share/pixmaps/beaver.png Index: pkgsrc/editors/beaver/distinfo diff -u pkgsrc/editors/beaver/distinfo:1.7 pkgsrc/editors/beaver/distinfo:1.8 --- pkgsrc/editors/beaver/distinfo:1.7 Tue Nov 3 03:32:14 2015 +++ pkgsrc/editors/beaver/distinfo Mon Mar 23 19:57:29 2020 @@ -1,9 +1,6 @@ -$NetBSD: distinfo,v 1.7 2015/11/03 03:32:14 agc Exp $ +$NetBSD: distinfo,v 1.8 2020/03/23 19:57:29 nia Exp $ -SHA1 (beaver0_3_0_1.tgz) = 7df51cd68367ad0f02d472647e5df23a32108f78 -RMD160 (beaver0_3_0_1.tgz) = 58b8d48340e3aee5a0ce980d74e339b12e1f9189 -SHA512 (beaver0_3_0_1.tgz) = b4b2dec06bd0a3b4155d4dd0df491410cce8d16c8cb57bf5c73138fcb4db9beeb4e3ba104a872468f8a1cd3405c695130707cfe64b0900b120636c1dad8eae1b -Size (beaver0_3_0_1.tgz) = 142255 bytes -SHA1 (patch-aa) = 8e15159bc5ce32d46c0139bcae2a732aee5223f6 -SHA1 (patch-ab) = e2ce6fd1166d052b09fb042a9fcc6d35a32613e3 -SHA1 (patch-src_editor.c) = 0c1e366b63a2c328566671d84301c61df3ec47de +SHA1 (beaver-0.4.1.tar.bz2) = 93b331d182d50cb3f59b9d7467229c24271d7f80 +RMD160 (beaver-0.4.1.tar.bz2) = 096563b5a1add9ad965408576de1df434cce5c89 +SHA512 (beaver-0.4.1.tar.bz2) = 3000bed3aa2a67d6c38a68a7782a9d5423bcec0b8420272b0f0dade604c094a7b52058b43222af38d56313f0aa27998028c984f69340bf28eeaa8b8a93548a1e +Size (beaver-0.4.1.tar.bz2) = 436321 bytes --_----------=_1584993450440--