mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-06-22 02:31:24 +02:00
v2.0.0
This commit is contained in:
parent
2f8f463a46
commit
3f171adb22
@ -13,7 +13,4 @@ addons:
|
|||||||
- bison
|
- bison
|
||||||
- libunistring-dev
|
- libunistring-dev
|
||||||
- libpcre2-dev
|
- libpcre2-dev
|
||||||
|
- diffutils
|
||||||
branches:
|
|
||||||
only:
|
|
||||||
- master
|
|
||||||
|
2
Makefile
2
Makefile
@ -21,7 +21,7 @@
|
|||||||
# The following line (GLOBALCONF) is the only line you should need to edit!
|
# The following line (GLOBALCONF) is the only line you should need to edit!
|
||||||
GLOBALCONF = /usr/share/boxes
|
GLOBALCONF = /usr/share/boxes
|
||||||
GIT_STATUS = ($(shell git describe --dirty --always))
|
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
|
ALL_FILES = LICENSE README.md README.Win32.md boxes-config
|
||||||
DOC_FILES = doc/boxes.1 doc/boxes.el
|
DOC_FILES = doc/boxes.1 doc/boxes.el
|
||||||
|
@ -34,12 +34,12 @@
|
|||||||
|
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
PKG_NAME:=boxes
|
PKG_NAME:=boxes
|
||||||
PKG_VERSION:=1.3
|
PKG_VERSION:=2.0.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
PKG_BUILD_DIR:=$(PKG_NAME)-$(PKG_VERSION).$(PKG_RELEASE)
|
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/
|
PKG_SOURCE_URL:=http://github.com/ascii-boxes/boxes/archive/
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<metadata>
|
<metadata>
|
||||||
<id>boxes.portable</id>
|
<id>boxes.portable</id>
|
||||||
<title>boxes (Portable)</title>
|
<title>boxes (Portable)</title>
|
||||||
<version>0.0.0</version>
|
<version>2.0.0</version>
|
||||||
<authors>The Boxes Contributors</authors>
|
<authors>The Boxes Contributors</authors>
|
||||||
<owners>Thomas Jensen</owners>
|
<owners>Thomas Jensen</owners>
|
||||||
<summary>Command Line ASCII Boxes Unlimited!</summary>
|
<summary>Command Line ASCII Boxes Unlimited!</summary>
|
||||||
@ -83,10 +83,10 @@ these locations (in order):
|
|||||||
<tags>ascii ascii-art filter command-line cli</tags>
|
<tags>ascii ascii-art filter command-line cli</tags>
|
||||||
<iconUrl>https://boxes.thomasjensen.com/images/boxes-sq-256.png</iconUrl>
|
<iconUrl>https://boxes.thomasjensen.com/images/boxes-sq-256.png</iconUrl>
|
||||||
<!-- <license type="expression">GPL-2.0-only</license> -->
|
<!-- <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>
|
<language>en</language>
|
||||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
<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>
|
<projectSourceUrl>https://github.com/ascii-boxes/boxes</projectSourceUrl>
|
||||||
<packageSourceUrl>https://github.com/ascii-boxes/boxes/blob/master/boxes.portable.nuspec</packageSourceUrl>
|
<packageSourceUrl>https://github.com/ascii-boxes/boxes/blob/master/boxes.portable.nuspec</packageSourceUrl>
|
||||||
<docsUrl>https://boxes.thomasjensen.com/docs/</docsUrl>
|
<docsUrl>https://boxes.thomasjensen.com/docs/</docsUrl>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
%define name boxes
|
%define name boxes
|
||||||
%define version 1.3
|
%define version 2.0.0
|
||||||
%define release 0
|
%define release 0
|
||||||
%define prefix /usr
|
%define prefix /usr
|
||||||
%define cfgfile %prefix/share/boxes
|
%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
|
.TH boxes 1 "February 14 2021"
|
||||||
.\" Thomas Jensen
|
|
||||||
.\"
|
|
||||||
.TH boxes 1 "April 04 2019"
|
|
||||||
.UC 4
|
.UC 4
|
||||||
.SH NAME
|
.SH NAME
|
||||||
boxes \- text mode box and comment drawing filter
|
boxes \- text mode box and comment drawing filter
|
||||||
@ -355,9 +352,11 @@ This is
|
|||||||
.I boxes
|
.I boxes
|
||||||
version --BVERSION--.
|
version --BVERSION--.
|
||||||
.\" =======================================================================
|
.\" =======================================================================
|
||||||
.SH BUGS
|
.SH LICENSE
|
||||||
Any currently known bugs, and also any current feature requests are tracked
|
.I boxes
|
||||||
on GitHub: <URL:https://github.com/ascii-boxes/boxes/issues>
|
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
|
.SH ENVIRONMENT
|
||||||
.I Boxes
|
.I Boxes
|
||||||
@ -384,4 +383,3 @@ system\-wide configuration file
|
|||||||
.BR figlet (6),
|
.BR figlet (6),
|
||||||
.BR iconv (1),
|
.BR iconv (1),
|
||||||
.BR lolcat (6)
|
.BR lolcat (6)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user