mirror of
https://github.com/ascii-boxes/boxes.git
synced 2024-12-04 22:11:07 +01:00
v2.3.1
This commit is contained in:
parent
eea1dfea1c
commit
bae35281d0
2
Makefile
2
Makefile
@ -16,7 +16,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 2>/dev/null || echo "n/a")
|
GIT_STATUS = $(shell git describe --dirty --always 2>/dev/null || echo "n/a")
|
||||||
BVERSION = 2.3.0
|
BVERSION = 2.3.1
|
||||||
|
|
||||||
ALL_FILES = LICENSE README.md boxes-config
|
ALL_FILES = LICENSE README.md boxes-config
|
||||||
DOC_FILES = doc/boxes.1 doc/boxes.el
|
DOC_FILES = doc/boxes.1 doc/boxes.el
|
||||||
|
@ -29,12 +29,12 @@
|
|||||||
|
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
PKG_NAME:=boxes
|
PKG_NAME:=boxes
|
||||||
PKG_VERSION:=2.3.0
|
PKG_VERSION:=2.3.1
|
||||||
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:=v2.3.0.tar.gz
|
PKG_SOURCE:=v2.3.1.tar.gz
|
||||||
PKG_SOURCE_URL:=https://github.com/ascii-boxes/boxes/archive/refs/tags/
|
PKG_SOURCE_URL:=https://github.com/ascii-boxes/boxes/archive/refs/tags/
|
||||||
|
|
||||||
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>2.3.0</version>
|
<version>2.3.1</version>
|
||||||
<authors>Thomas Jensen and the boxes contributors</authors>
|
<authors>Thomas Jensen and the boxes contributors</authors>
|
||||||
<summary>Command Line ASCII Boxes Unlimited!</summary>
|
<summary>Command Line ASCII Boxes Unlimited!</summary>
|
||||||
<description><![CDATA[*Boxes* is a command line program that draws a box around its input text. It can remove
|
<description><![CDATA[*Boxes* is a command line program that draws a box around its input text. It can remove
|
||||||
@ -57,7 +57,7 @@ parent :global:
|
|||||||
This will make it inherit the global config. You can add any new or modified designs in your new personal config.
|
This will make it inherit the global config. You can add any new or modified designs in your new personal config.
|
||||||
|
|
||||||
Details on where boxes looks for configuration files can be found
|
Details on where boxes looks for configuration files can be found
|
||||||
[here](https://boxes.thomasjensen.com/v2.2.1/boxes-man-1.html#CONFIGURATION%20FILE).
|
[here](https://boxes.thomasjensen.com/v2.3.1/boxes-man-1.html#CONFIGURATION%20FILE).
|
||||||
|
|
||||||
|
|
||||||
]]></description>
|
]]></description>
|
||||||
@ -65,10 +65,10 @@ Details on where boxes looks for configuration files can be found
|
|||||||
<tags>ascii ascii-art box boxes command-line cli</tags>
|
<tags>ascii ascii-art box boxes 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-3.0-only</license> -->
|
<!-- <license type="expression">GPL-3.0-only</license> -->
|
||||||
<licenseUrl>https://raw.githubusercontent.com/ascii-boxes/boxes/v2.3.0/LICENSE</licenseUrl>
|
<licenseUrl>https://raw.githubusercontent.com/ascii-boxes/boxes/v2.3.1/LICENSE</licenseUrl>
|
||||||
<language>en</language>
|
<language>en</language>
|
||||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||||
<releaseNotes>https://boxes.thomasjensen.com/2024/02/boxes-v2.3.0-released.html</releaseNotes>
|
<releaseNotes>https://boxes.thomasjensen.com/2024/10/boxes-v2.3.1-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/</docsUrl>
|
<docsUrl>https://boxes.thomasjensen.com/</docsUrl>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.\" @(#)boxes.1 2.3.0 02/17/2024
|
.\" @(#)boxes.1 2.3.1 10/03/2024
|
||||||
.\"
|
.\"
|
||||||
.TH boxes 1 "February 17 2024"
|
.TH boxes 1 "October 10 2024"
|
||||||
.UC 4
|
.UC 4
|
||||||
.SH NAME
|
.SH NAME
|
||||||
boxes \- text mode box and comment drawing filter
|
boxes \- text mode box and comment drawing filter
|
||||||
|
Loading…
Reference in New Issue
Block a user