svn commit: r503261 - in head/devel: . libtextstyle
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Jun 1 22:30:20 UTC 2019
Author: sunpoet
Date: Sat Jun 1 22:30:18 2019
New Revision: 503261
URL: https://svnweb.freebsd.org/changeset/ports/503261
Log:
Add libtextstyle 0.8
GNU libtextstyle provides an easy way to add styling to programs that produce
output to a console or terminal emulator window. It does this in a way that
allows the end user to customize the styling using the industry standard, namely
Cascading Style Sheets (CSS).
WWW: https://www.gnu.org/software/gettext/libtextstyle/manual/
Added:
head/devel/libtextstyle/
head/devel/libtextstyle/Makefile (contents, props changed)
head/devel/libtextstyle/distinfo (contents, props changed)
head/devel/libtextstyle/pkg-descr (contents, props changed)
head/devel/libtextstyle/pkg-plist (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sat Jun 1 22:11:04 2019 (r503260)
+++ head/devel/Makefile Sat Jun 1 22:30:18 2019 (r503261)
@@ -1347,6 +1347,7 @@
SUBDIR += libtar
SUBDIR += libtecla
SUBDIR += libtermkey
+ SUBDIR += libtextstyle
SUBDIR += libthai
SUBDIR += libthmap
SUBDIR += libtifiles2
Added: head/devel/libtextstyle/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libtextstyle/Makefile Sat Jun 1 22:30:18 2019 (r503261)
@@ -0,0 +1,24 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= libtextstyle
+PORTVERSION= 0.8
+CATEGORIES= devel
+MASTER_SITES= GNU_ALPHA/gettext
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= Text styling library
+
+LICENSE= GPLv3+
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+USES= iconv libtool ncurses
+
+GNU_CONFIGURE= yes
+TEST_TARGET= check
+
+INFO= libtextstyle
+
+OPTIONS_DEFINE= DOCS
+
+.include <bsd.port.mk>
Added: head/devel/libtextstyle/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libtextstyle/distinfo Sat Jun 1 22:30:18 2019 (r503261)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1559381101
+SHA256 (libtextstyle-0.8.tar.gz) = 5cd91ef7683111af2734095e00f4ee4995c916cf32ea38e314aee251f8683216
+SIZE (libtextstyle-0.8.tar.gz) = 2917915
Added: head/devel/libtextstyle/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libtextstyle/pkg-descr Sat Jun 1 22:30:18 2019 (r503261)
@@ -0,0 +1,6 @@
+GNU libtextstyle provides an easy way to add styling to programs that produce
+output to a console or terminal emulator window. It does this in a way that
+allows the end user to customize the styling using the industry standard, namely
+Cascading Style Sheets (CSS).
+
+WWW: https://www.gnu.org/software/gettext/libtextstyle/manual/
Added: head/devel/libtextstyle/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libtextstyle/pkg-plist Sat Jun 1 22:30:18 2019 (r503261)
@@ -0,0 +1,17 @@
+include/textstyle.h
+include/textstyle/stdbool.h
+include/textstyle/version.h
+include/textstyle/woe32dll.h
+lib/libtextstyle.a
+lib/libtextstyle.so
+lib/libtextstyle.so.0
+lib/libtextstyle.so.0.0.0
+%%PORTDOCS%%%%DOCSDIR%%/libtextstyle_1.html
+%%PORTDOCS%%%%DOCSDIR%%/libtextstyle_2.html
+%%PORTDOCS%%%%DOCSDIR%%/libtextstyle_3.html
+%%PORTDOCS%%%%DOCSDIR%%/libtextstyle_4.html
+%%PORTDOCS%%%%DOCSDIR%%/libtextstyle_5.html
+%%PORTDOCS%%%%DOCSDIR%%/libtextstyle_6.html
+%%PORTDOCS%%%%DOCSDIR%%/libtextstyle_7.html
+%%PORTDOCS%%%%DOCSDIR%%/libtextstyle_abt.html
+%%PORTDOCS%%%%DOCSDIR%%/libtextstyle_toc.html
More information about the svn-ports-head
mailing list