From 7dc7c517f663fc0954b53e0002544c7386516a14 Mon Sep 17 00:00:00 2001 From: Thomas Jensen Date: Thu, 16 Mar 2017 21:26:38 +0100 Subject: [PATCH] Increased version number to 1.1.3 for release --- Makefile | 3 +-- README.Win32.txt | 4 ++-- boxes-1.1.2.lsm => boxes-1.1.3.lsm | 8 ++++---- boxes-config | 25 +++++++++++++++++++------ boxes-pkg.openwrt | 4 ++-- boxes.spec | 2 +- doc/boxes.1.in | 4 ++-- 7 files changed, 31 insertions(+), 19 deletions(-) rename boxes-1.1.2.lsm => boxes-1.1.3.lsm (86%) diff --git a/Makefile b/Makefile index 649b30f..9bd7a04 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,6 @@ # Creation: August 14, 1999 (Saturday, 01:08h) # Author: Copyright (C) 1999 Thomas Jensen # Format: GNU make -# Web Site: http://boxes.thomasjensen.com/ # Purpose: Makefile for boxes, the box drawing program # # License: o This program is free software; you can redistribute it and/or @@ -24,7 +23,7 @@ # The following line (GLOBALCONF) is the only line you should need to edit! GLOBALCONF = /usr/share/boxes -BVERSION = 1.1.3-SNAPSHOT +BVERSION = 1.1.3 ALL_FILES = LICENSE README.md README.Win32.txt boxes-config DOC_FILES = doc/boxes.1 doc/boxes.el diff --git a/README.Win32.txt b/README.Win32.txt index 7e7f4b9..f4da367 100644 --- a/README.Win32.txt +++ b/README.Win32.txt @@ -1,7 +1,7 @@ -boxes 1.1.2 Win32 port Information Date: 16-Jan-2015 +boxes 1.1.3 Win32 port Information Date: 16-Mar-2017 -This is the Win32 Version of boxes 1.1.2, built from the official source +This is the Win32 Version of boxes 1.1.3, built from the official source tarball. Many thanks to Ron Aaron for making this Windows build possible! diff --git a/boxes-1.1.2.lsm b/boxes-1.1.3.lsm similarity index 86% rename from boxes-1.1.2.lsm rename to boxes-1.1.3.lsm index ec71cc1..b0cc409 100644 --- a/boxes-1.1.2.lsm +++ b/boxes-1.1.3.lsm @@ -1,7 +1,7 @@ Begin4 Title: boxes -Version: 1.1.2 -Entered-date: 2015-01-16 +Version: 1.1.3 +Entered-date: 2017-03-16 Description: Boxes is a text filter which can draw any kind of box around its input text. Box design choices range from simple boxes to complex ASCII art. Removes and repairs boxes, even even if @@ -14,8 +14,8 @@ Keywords: text utility, boxes, ASCII art, filter program, text editing Author: boxes@thomasjensen.com (Thomas Jensen) Maintained-by: boxes@thomasjensen.com (Thomas Jensen) Primary-site: metalab.unc.edu /pub/Linux/utils/text - 135k boxes-1.1.2.src.tar.gz - 51k boxes-1.1.2.bin.ELF.tar.gz + 135k boxes-1.1.3.src.tar.gz + 51k boxes-1.1.3.bin.ELF.tar.gz Original-site: http://boxes.thomasjensen.com/ Copying-policy: GPL 2.0 End diff --git a/boxes-config b/boxes-config index ad2457f..c6c8bb8 100644 --- a/boxes-config +++ b/boxes-config @@ -1,16 +1,29 @@ # # File: boxes-config # Date created: March 17, 1999 (Wednesday, 17:02h) -# Author: Thomas Jensen -# Version: $Id: boxes-config,v 1.19 2012/10/19 15:33:21 tsjensen Exp $ +# Author: listed separately for each box design # Format: ASCII Text -# World Wide Web: http://boxes.thomasjensen.com/ -# Purpose: Example configuration file for the boxes program +# Purpose: boxes configuration file +# +# License: o This program is free software; you can redistribute it +# and/or modify it under the terms of the GNU General +# Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at +# your option) any later version. +# o This program is distributed in the hope that it will be +# useful, but WITHOUT ANY WARRANTY; without even the +# implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. See the GNU General Public License +# for more details. +# o You should have received a copy of the GNU General +# Public License along with this program; if not, write +# to the Free Software Foundation, Inc., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307, USA # # Remarks: Extensive documentation may be found on the Web at -# http://boxes.thomasjensen.com/docs/ +# http://boxes.thomasjensen.com/docs/ # The config file syntax in particular is described in -# http://boxes.thomasjensen.com/docs/config-syntax.html +# http://boxes.thomasjensen.com/docs/config-syntax.html #____________________________________________________________________________ #============================================================================ diff --git a/boxes-pkg.openwrt b/boxes-pkg.openwrt index 76a48fc..9032066 100644 --- a/boxes-pkg.openwrt +++ b/boxes-pkg.openwrt @@ -23,12 +23,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=boxes -PKG_VERSION:=1.1.2 +PKG_VERSION:=1.1.3 PKG_RELEASE:=1 PKG_BUILD_DIR:=$(PKG_NAME)-$(PKG_VERSION).$(PKG_RELEASE) -PKG_SOURCE:=v1.1.2.tar.gz +PKG_SOURCE:=v1.1.3.tar.gz PKG_SOURCE_URL:=http://github.com/ascii-boxes/boxes/archive/ include $(INCLUDE_DIR)/package.mk diff --git a/boxes.spec b/boxes.spec index 86c1093..0b51639 100644 --- a/boxes.spec +++ b/boxes.spec @@ -1,5 +1,5 @@ %define name boxes -%define version 1.1.2 +%define version 1.1.3 %define release 0 %define prefix /usr %define cfgfile %prefix/share/boxes diff --git a/doc/boxes.1.in b/doc/boxes.1.in index 7ab7399..e27b4d2 100644 --- a/doc/boxes.1.in +++ b/doc/boxes.1.in @@ -1,9 +1,9 @@ -.\" @(#)boxes.1 1.1.2 10/19/12 +.\" @(#)boxes.1 1.1.3 10/19/12 .\" .\" boxes.1.in .\" Thomas Jensen .\" -.TH boxes 1 "January 16 2015" +.TH boxes 1 "March 16 2017" .UC 4 .SH NAME boxes \- text mode box and comment drawing filter