Skip to content

Commit

Permalink
align-1.7.5 (repackage)
Browse files Browse the repository at this point in the history
  • Loading branch information
fd00 committed Jan 2, 2025
1 parent 7478278 commit 6322619
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 12 deletions.
23 changes: 13 additions & 10 deletions align/README
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
align
------------------------------------------
Align is a general-purpose text filter tool that helps vertically align
columns in string-separated tables of input text. With whitespace-separated
columns, you can often use it without arguments and it'll guess the right
thing to do. Otherwise, you can specify arguments to direct how the columns
are separated on input and rejoined in the aligned output.
Align is a general-purpose text filter tool that helps vertically align columns
in string-separated tables of input text. With whitespace-separated columns,
you can often use it without arguments and it'll guess the right thing to do.
Otherwise, you can specify arguments to direct how the columns are separated on
input and rejoined in the aligned output.

Runtime requirements:
perl_base-5.22.2-1
perl_base-5.36.3-1

Build requirements:
(besides corresponding -devel packages)
cygport-0.23.0-1
make-4.2.1-1
cygport-0.36.9-1
make-4.4.1-2

Canonical website:
http://www.cs.indiana.edu/~kinzler/align/
https://kinzler.com/me/align/

Canonical download:
http://www.cs.indiana.edu/~kinzler/align/align-1.7.5.tgz
https://kinzler.com/me/align/align-1.7.5.tgz

-------------------------------------------

Expand Down Expand Up @@ -49,6 +49,9 @@ Files included in the binary package:

Port Notes:

----- version 1.7.5-1bl2 -----
Repackage

----- version 1.7.5-1bl1 -----
Version bump.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
HOMEPAGE="http://www.cs.indiana.edu/~kinzler/${PN}/"
SRC_URI="http://www.cs.indiana.edu/~kinzler/${PN}/${P}.tgz"
HOMEPAGE="https://kinzler.com/me/${PN}/"
SRC_URI="https://kinzler.com/me/${PN}/${P}.tgz"

CATEGORY="Text"
SUMMARY="Text column alignment filter"
Expand All @@ -9,6 +9,10 @@ columns, you can often use it without arguments and it'll guess the right
thing to do. Otherwise, you can specify arguments to direct how the columns
are separated on input and rejoined in the aligned output."

LICENSE="GPL-2.0-or-later"
LICENSE_SPDX="SPDX-License-Identifier: GPL-2.0-or-later"
LICENSE_URI="COPYING"

src_compile()
{
cd ${B}
Expand Down

0 comments on commit 6322619

Please sign in to comment.