mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-06-25 20:22:20 +02:00
Increased version number to 1.1.2 for release
This commit is contained in:
parent
90f967adb3
commit
bd7e78a771
2
Makefile
2
Makefile
@ -24,7 +24,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
|
||||||
BVERSION = 1.1.2-SNAPSHOT
|
BVERSION = 1.1.2
|
||||||
|
|
||||||
ALL_FILES = LICENSE README.md README.Win32.txt boxes-config
|
ALL_FILES = LICENSE README.md README.Win32.txt boxes-config
|
||||||
DOC_FILES = doc/boxes.1 doc/boxes.el
|
DOC_FILES = doc/boxes.1 doc/boxes.el
|
||||||
|
@ -1,11 +1,9 @@
|
|||||||
boxes 1.1 Win32 port Information Date: 03-Aug-2006
|
boxes 1.1.2 Win32 port Information Date: 16-Jan-2015
|
||||||
|
|
||||||
|
|
||||||
This is the Win32 Version of boxes 1.1, built from the official source
|
This is the Win32 Version of boxes 1.1.2, built from the official source
|
||||||
tarball. It was built using gcc 3.4.2 (mingw-special) with MinGW 3.9.
|
tarball. Many thanks to Ron Aaron <ron@aaron-tech.com> for making this
|
||||||
Many thanks to Ron Aaron <ron@mossbayeng.com> for originally helping me
|
Windows build possible!
|
||||||
with the Win32 port of boxes! I could use his information for the
|
|
||||||
version 1.0.1 port to build this one, too.
|
|
||||||
|
|
||||||
General information may be found in the generic README file provided with
|
General information may be found in the generic README file provided with
|
||||||
this archive and at http://boxes.thomasjensen.com/, the boxes home page.
|
this archive and at http://boxes.thomasjensen.com/, the boxes home page.
|
||||||
@ -29,7 +27,7 @@ provided.
|
|||||||
|
|
||||||
Enjoy!
|
Enjoy!
|
||||||
|
|
||||||
Thomas Jensen <boxes@thomasjensen.com>
|
Thomas Jensen <boxes(at)thomasjensen(dot)com>
|
||||||
|
|
||||||
|
|
||||||
EOT
|
EOT
|
||||||
|
14
README.md
14
README.md
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
draws all kinds of boxes around your text (in ASCII art)
|
draws all kinds of boxes around your text (in ASCII art)
|
||||||
|
|
||||||
[stable release 1.1.1]
|
[stable release 1.1.2]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
@ -131,12 +131,12 @@ http://boxes.thomasjensen.com/docs/
|
|||||||
*boxes-config*, and they may make it into the next release!
|
*boxes-config*, and they may make it into the next release!
|
||||||
|
|
||||||
```
|
```
|
||||||
_________________________
|
_________________________
|
||||||
/\ \
|
/\ \
|
||||||
\_| Thank you for |
|
\_| Thank you for |
|
||||||
| using Boxes. Enjoy! |
|
| using Boxes. Enjoy! |
|
||||||
| ____________________|_
|
| _____________________|_
|
||||||
\_/______________________/
|
\_/______________________/
|
||||||
```
|
```
|
||||||
10/19/2012
|
10/19/2012
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Begin4
|
Begin4
|
||||||
Title: boxes
|
Title: boxes
|
||||||
Version: 1.1.1
|
Version: 1.1.2
|
||||||
Entered-date: 2012-10-19
|
Entered-date: 2015-01-16
|
||||||
Description: Boxes is a text filter which can draw any kind of box around
|
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
|
its input text. Box design choices range from simple boxes to
|
||||||
complex ASCII art. Removes and repairs boxes, even even if
|
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)
|
Author: boxes@thomasjensen.com (Thomas Jensen)
|
||||||
Maintained-by: boxes@thomasjensen.com (Thomas Jensen)
|
Maintained-by: boxes@thomasjensen.com (Thomas Jensen)
|
||||||
Primary-site: metalab.unc.edu /pub/Linux/utils/text
|
Primary-site: metalab.unc.edu /pub/Linux/utils/text
|
||||||
135k boxes-1.1.src.tar.gz
|
135k boxes-1.1.2.src.tar.gz
|
||||||
51k boxes-1.1.bin.ELF.tar.gz
|
51k boxes-1.1.2.bin.ELF.tar.gz
|
||||||
Original-site: http://boxes.thomasjensen.com/
|
Original-site: http://boxes.thomasjensen.com/
|
||||||
Copying-policy: GPL 2.0
|
Copying-policy: GPL 2.0
|
||||||
End
|
End
|
@ -23,13 +23,13 @@
|
|||||||
|
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
PKG_NAME:=boxes
|
PKG_NAME:=boxes
|
||||||
PKG_VERSION:=1.1
|
PKG_VERSION:=1.1.2
|
||||||
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:=boxes-1.1.1.src.tar.gz
|
PKG_SOURCE:=v1.1.2.tar.gz
|
||||||
PKG_SOURCE_URL:=http://boxes.thomasjensen.com/download/
|
PKG_SOURCE_URL:=http://github.com/ascii-boxes/boxes/archive/
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
define Package/boxes
|
define Package/boxes
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
%define name boxes
|
%define name boxes
|
||||||
%define version 1.1
|
%define version 1.1.2
|
||||||
%define release 0
|
%define release 0
|
||||||
%define prefix /usr
|
%define prefix /usr
|
||||||
%define cfgfile %prefix/share/boxes
|
%define cfgfile %prefix/share/boxes
|
||||||
@ -14,13 +14,13 @@ release: %release
|
|||||||
vendor: Thomas Jensen <boxes@thomasjensen.com>
|
vendor: Thomas Jensen <boxes@thomasjensen.com>
|
||||||
packager: Thomas Jensen <boxes@thomasjensen.com>
|
packager: Thomas Jensen <boxes@thomasjensen.com>
|
||||||
|
|
||||||
summary: Draw any kind of box around some given text
|
summary: Command line ASCII boxes unlimited
|
||||||
group: Applications/Text
|
group: Applications/Text
|
||||||
|
|
||||||
copyright: GPL Version 2
|
copyright: GPL Version 2
|
||||||
URL: http://boxes.thomasjensen.com/
|
URL: http://boxes.thomasjensen.com/
|
||||||
|
|
||||||
source: http://boxes.thomasjensen.com/download/%{name}-%{version}-src.tar.gz
|
source: http://github.com/ascii-boxes/%{name}/archive/v%{version}.tar.gz
|
||||||
buildroot: %defbr
|
buildroot: %defbr
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
.\" @(#)boxes.1 1.1.1 10/19/12
|
.\" @(#)boxes.1 1.1.2 10/19/12
|
||||||
.\"
|
.\"
|
||||||
.\" $Id: boxes.1.in,v 1.10 2012/10/19 15:05:17 tsjensen Exp $
|
.\" boxes.1.in
|
||||||
|
.\" Thomas Jensen
|
||||||
.\"
|
.\"
|
||||||
.TH boxes 1 "October 19 2012"
|
.TH boxes 1 "January 16 2015"
|
||||||
.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…
x
Reference in New Issue
Block a user