Skip to content

Commit

Permalink
cgvg-1.6.3 (untested)
Browse files Browse the repository at this point in the history
  • Loading branch information
fd00 committed Dec 7, 2023
1 parent 192abb5 commit 4785908
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 0 deletions.
58 changes: 58 additions & 0 deletions cgvg/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
cgvg
------------------------------------------
Command-line code browsing tools

Runtime requirements:
perl_base-5.36.3-1

Build requirements:
(besides corresponding -devel packages)
autoconf-15-1
automake-11-1
cygport-0.36.7-1
make-4.4.1-2

Canonical website:
https://uzix.org/cgvg.html

Canonical download:
https://uzix.org/cgvg/cgvg-1.6.3.tar.gz

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

Build instructions:
1. unpack cgvg-1.6.3-X-src.tar.xz
2. if you use setup to install this src package,
it will be unpacked under /usr/src automatically
% cd /usr/src
% cygport ./cgvg-1.6.3-X.cygport all

This will create:
/usr/src/cgvg-1.6.3-X-src.tar.xz
/usr/src/cgvg-1.6.3-X.tar.xz

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

Files included in the binary package:

(cgvg)
/usr/bin/cg
/usr/bin/vg
/usr/share/cgvg/cgvg-common.pl
/usr/share/cgvg/cgvgrc-example
/usr/share/doc/Cygwin/cgvg.README
/usr/share/doc/cgvg/AUTHORS
/usr/share/doc/cgvg/COPYING
/usr/share/doc/cgvg/ChangeLog
/usr/share/doc/cgvg/NEWS
/usr/share/doc/cgvg/README
/usr/share/doc/cgvg/TODO
/usr/share/man/man1/cg.1.gz
/usr/share/man/man1/vg.1.gz

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

Port Notes:

----- version 1.6.3-1bl1 -----
Initial release by fd0 <https://github.com/fd00/>
10 changes: 10 additions & 0 deletions cgvg/cgvg-1.6.3-1bl1.cygport
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
HOMEPAGE="https://uzix.org/${PN}.html"
SRC_URI="https://uzix.org/${PN}/${P}.tar.gz"

CATEGORY="Utils"
SUMMARY="Command-line code browsing tools"
DESCRIPTION="${SUMMARY}"

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

0 comments on commit 4785908

Please sign in to comment.