linux-c7-{tcl,tk}85: Fix package

tcl85 and tk85 were removed in 0e2a2491a3 but these two ports referenced the
corresponding pkg-descr files.

Make a copy of the descriptions as it is done with tcl/tk 86 and 87

Fixes:	0e2a2491a3
This commit is contained in:
Fernando Apesteguía 2024-04-17 17:16:18 +02:00
parent 27b15a893a
commit 878188bc5f
4 changed files with 18 additions and 2 deletions

View file

@ -16,7 +16,6 @@ USE_LINUX_RPM_BAD_PERMS= yes
CONFLICTS= linux-c6-${PORTNAME}${PKGNAMESUFFIX} CONFLICTS= linux-c6-${PORTNAME}${PKGNAMESUFFIX}
DATADIR= ${PREFIX}/usr/share/tcl${PORTVERSION:R} DATADIR= ${PREFIX}/usr/share/tcl${PORTVERSION:R}
DESCR= ${.CURDIR}/../${PORTNAME}${PKGNAMESUFFIX}/pkg-descr
OPTIONS_DEFINE= DOCS OPTIONS_DEFINE= DOCS

View file

@ -0,0 +1,9 @@
This is Tcl version 8.5, an embeddable tool command language.
Tcl (Tool Command Language) is a very powerful but easy to learn dynamic
programming language, suitable for a very wide range of uses, including web
and desktop applications, networking, administration, testing and many more.
Open source and business-friendly, Tcl is a mature yet evolving language that
is truly cross platform, easily deployed and highly extensible.
A full set of manual pages is also provided with this port.

View file

@ -17,7 +17,6 @@ USE_LINUX_RPM_BAD_PERMS= yes
CONFLICTS= linux-c6-${PORTNAME}${PKGNAMESUFFIX} CONFLICTS= linux-c6-${PORTNAME}${PKGNAMESUFFIX}
DATADIR= ${PREFIX}/usr/share/tk${PORTVERSION:R} DATADIR= ${PREFIX}/usr/share/tk${PORTVERSION:R}
DESCR= ${.CURDIR}/../${PORTNAME}${PKGNAMESUFFIX}/pkg-descr
OPTIONS_DEFINE= DOCS OPTIONS_DEFINE= DOCS

View file

@ -0,0 +1,9 @@
This is Tk version 8.5, a GUI toolkit for Tcl.
Tk is a graphical user interface toolkit that takes developing desktop
applications to a higher level than conventional approaches. Tk is the
standard GUI not only for Tcl, but for many other dynamic languages, and can
produce rich, native applications that run unchanged across Windows, Mac OS X,
Linux and more.
A full set of manual pages is also provided with this port.