From 3f171adb227217f03c4a35294dc12178e456f9c6 Mon Sep 17 00:00:00 2001 From: Thomas Jensen Date: Sun, 14 Feb 2021 21:55:55 +0100 Subject: [PATCH] v2.0.0 --- .travis.yml | 5 +---- Makefile | 2 +- boxes-pkg.openwrt | 4 ++-- boxes.portable.nuspec | 8 ++++---- boxes.spec | 2 +- doc/boxes.1.in | 16 +++++++--------- 6 files changed, 16 insertions(+), 21 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0e725fc3..130a21e1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,4 @@ addons: - bison - libunistring-dev - libpcre2-dev - -branches: - only: - - master + - diffutils diff --git a/Makefile b/Makefile index f7b5d496..e1e2ce45 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ # The following line (GLOBALCONF) is the only line you should need to edit! GLOBALCONF = /usr/share/boxes GIT_STATUS = ($(shell git describe --dirty --always)) -BVERSION = 1.3.1-SNAPSHOT +BVERSION = 2.0.0 ALL_FILES = LICENSE README.md README.Win32.md boxes-config DOC_FILES = doc/boxes.1 doc/boxes.el diff --git a/boxes-pkg.openwrt b/boxes-pkg.openwrt index f7c489a3..1a417e8b 100644 --- a/boxes-pkg.openwrt +++ b/boxes-pkg.openwrt @@ -34,12 +34,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=boxes -PKG_VERSION:=1.3 +PKG_VERSION:=2.0.0 PKG_RELEASE:=1 PKG_BUILD_DIR:=$(PKG_NAME)-$(PKG_VERSION).$(PKG_RELEASE) -PKG_SOURCE:=v1.3.tar.gz +PKG_SOURCE:=v2.0.0.tar.gz PKG_SOURCE_URL:=http://github.com/ascii-boxes/boxes/archive/ include $(INCLUDE_DIR)/package.mk diff --git a/boxes.portable.nuspec b/boxes.portable.nuspec index 9ee8b5bf..b253e330 100644 --- a/boxes.portable.nuspec +++ b/boxes.portable.nuspec @@ -3,7 +3,7 @@ boxes.portable boxes (Portable) - 0.0.0 + 2.0.0 The Boxes Contributors Thomas Jensen Command Line ASCII Boxes Unlimited! @@ -67,7 +67,7 @@ A more complex call might look like this: ### Modifying boxes.cfg -At some point, you may wish to modify existing box designs or even add your own. +At some point, you may wish to modify existing box designs or even add your own. When that happens, you may find that you don't have the necessary access permissions to modify boxes.cfg in `%ChocolateyInstall%\lib\boxes.portable\tools` directly. In that case, make a copy of boxes.cfg and place it in one of the precedent locations, where *boxes* finds it before the original. When reading the config file, *boxes* will try @@ -83,10 +83,10 @@ these locations (in order): ascii ascii-art filter command-line cli https://boxes.thomasjensen.com/images/boxes-sq-256.png - https://www.gnu.org/licenses/old-licenses/gpl-2.0.html + https://raw.githubusercontent.com/ascii-boxes/boxes/v2.0.0/LICENSE en false - https://boxes.thomasjensen.com/2019/02/boxes-v1.3-released.html + https://boxes.thomasjensen.com/2021/02/boxes-v2.0.0-released.html https://github.com/ascii-boxes/boxes https://github.com/ascii-boxes/boxes/blob/master/boxes.portable.nuspec https://boxes.thomasjensen.com/docs/ diff --git a/boxes.spec b/boxes.spec index 3f32001e..cfa11232 100644 --- a/boxes.spec +++ b/boxes.spec @@ -1,5 +1,5 @@ %define name boxes -%define version 1.3 +%define version 2.0.0 %define release 0 %define prefix /usr %define cfgfile %prefix/share/boxes diff --git a/doc/boxes.1.in b/doc/boxes.1.in index a9a6240b..c489a934 100644 --- a/doc/boxes.1.in +++ b/doc/boxes.1.in @@ -1,9 +1,6 @@ -.\" @(#)boxes.1 1.3 04/04/2019 +.\" @(#)boxes.1 2.0.0 02/14/2021 .\" -.\" boxes.1.in -.\" Thomas Jensen -.\" -.TH boxes 1 "April 04 2019" +.TH boxes 1 "February 14 2021" .UC 4 .SH NAME boxes \- text mode box and comment drawing filter @@ -355,9 +352,11 @@ This is .I boxes version --BVERSION--. .\" ======================================================================= -.SH BUGS -Any currently known bugs, and also any current feature requests are tracked -on GitHub: +.SH LICENSE +.I boxes +is free software under the terms of the GNU General Public License, +version 2. Details in the LICENSE file: + .\" ======================================================================= .SH ENVIRONMENT .I Boxes @@ -384,4 +383,3 @@ system\-wide configuration file .BR figlet (6), .BR iconv (1), .BR lolcat (6) -