mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-02-12 07:40:16 +01:00
v2.0.0
This commit is contained in:
parent
2f8f463a46
commit
3f171adb22
@ -13,7 +13,4 @@ addons:
|
||||
- bison
|
||||
- libunistring-dev
|
||||
- libpcre2-dev
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- diffutils
|
||||
|
2
Makefile
2
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
|
||||
|
@ -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
|
||||
|
@ -3,7 +3,7 @@
|
||||
<metadata>
|
||||
<id>boxes.portable</id>
|
||||
<title>boxes (Portable)</title>
|
||||
<version>0.0.0</version>
|
||||
<version>2.0.0</version>
|
||||
<authors>The Boxes Contributors</authors>
|
||||
<owners>Thomas Jensen</owners>
|
||||
<summary>Command Line ASCII Boxes Unlimited!</summary>
|
||||
@ -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):
|
||||
<tags>ascii ascii-art filter command-line cli</tags>
|
||||
<iconUrl>https://boxes.thomasjensen.com/images/boxes-sq-256.png</iconUrl>
|
||||
<!-- <license type="expression">GPL-2.0-only</license> -->
|
||||
<licenseUrl>https://www.gnu.org/licenses/old-licenses/gpl-2.0.html</licenseUrl>
|
||||
<licenseUrl>https://raw.githubusercontent.com/ascii-boxes/boxes/v2.0.0/LICENSE</licenseUrl>
|
||||
<language>en</language>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<releaseNotes>https://boxes.thomasjensen.com/2019/02/boxes-v1.3-released.html</releaseNotes>
|
||||
<releaseNotes>https://boxes.thomasjensen.com/2021/02/boxes-v2.0.0-released.html</releaseNotes>
|
||||
<projectSourceUrl>https://github.com/ascii-boxes/boxes</projectSourceUrl>
|
||||
<packageSourceUrl>https://github.com/ascii-boxes/boxes/blob/master/boxes.portable.nuspec</packageSourceUrl>
|
||||
<docsUrl>https://boxes.thomasjensen.com/docs/</docsUrl>
|
||||
|
@ -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
|
||||
|
@ -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: <URL:https://github.com/ascii-boxes/boxes/issues>
|
||||
.SH LICENSE
|
||||
.I boxes
|
||||
is free software under the terms of the GNU General Public License,
|
||||
version 2. Details in the LICENSE file:
|
||||
<URL:https://raw.githubusercontent.com/ascii-boxes/boxes/v--BVERSION--/LICENSE>
|
||||
.\" =======================================================================
|
||||
.SH ENVIRONMENT
|
||||
.I Boxes
|
||||
@ -384,4 +383,3 @@ system\-wide configuration file
|
||||
.BR figlet (6),
|
||||
.BR iconv (1),
|
||||
.BR lolcat (6)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user