diff --git a/lang/linux-c7-tcl85/Makefile b/lang/linux-c7-tcl85/Makefile index b969aa6476a0..283203045aa9 100644 --- a/lang/linux-c7-tcl85/Makefile +++ b/lang/linux-c7-tcl85/Makefile @@ -1,23 +1,22 @@ PORTNAME= tcl PORTVERSION= 8.5.13 DISTVERSIONSUFFIX= -8.el7 PORTREVISION= 1 CATEGORIES= lang linux PKGNAMESUFFIX= 85 MAINTAINER= emulation@FreeBSD.org COMMENT= Tool Command Language (Linux CentOS ${LINUX_DIST_VER}) WWW= https://www.tcl.tk/ USES= cpe linux:c7 USE_LDCONFIG= yes USE_LINUX_RPM= yes USE_LINUX_RPM_BAD_PERMS= yes CONFLICTS= linux-c6-${PORTNAME}${PKGNAMESUFFIX} DATADIR= ${PREFIX}/usr/share/tcl${PORTVERSION:R} -DESCR= ${.CURDIR}/../${PORTNAME}${PKGNAMESUFFIX}/pkg-descr OPTIONS_DEFINE= DOCS .include diff --git a/lang/linux-c7-tcl85/pkg-descr b/lang/linux-c7-tcl85/pkg-descr new file mode 100644 index 000000000000..605450879aef --- /dev/null +++ b/lang/linux-c7-tcl85/pkg-descr @@ -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. diff --git a/x11-toolkits/linux-c7-tk85/Makefile b/x11-toolkits/linux-c7-tk85/Makefile index b42eb6ddb997..bfdce198352b 100644 --- a/x11-toolkits/linux-c7-tk85/Makefile +++ b/x11-toolkits/linux-c7-tk85/Makefile @@ -1,24 +1,23 @@ PORTNAME= tk PORTVERSION= 8.5.13 DISTVERSIONSUFFIX= -6.el7 PORTREVISION= 1 CATEGORIES= x11-toolkits linux PKGNAMESUFFIX= 85 MAINTAINER= emulation@FreeBSD.org COMMENT= Graphical toolkit for TCL (Linux CentOS ${LINUX_DIST_VER}) WWW= https://www.tcl.tk/ USES= linux:c7 USE_LDCONFIG= yes USE_LINUX= xorglibs USE_LINUX_RPM= yes USE_LINUX_RPM_BAD_PERMS= yes CONFLICTS= linux-c6-${PORTNAME}${PKGNAMESUFFIX} DATADIR= ${PREFIX}/usr/share/tk${PORTVERSION:R} -DESCR= ${.CURDIR}/../${PORTNAME}${PKGNAMESUFFIX}/pkg-descr OPTIONS_DEFINE= DOCS .include diff --git a/x11-toolkits/linux-c7-tk85/pkg-descr b/x11-toolkits/linux-c7-tk85/pkg-descr new file mode 100644 index 000000000000..046125fe0bd3 --- /dev/null +++ b/x11-toolkits/linux-c7-tk85/pkg-descr @@ -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.