From owner-svn-ports-all@freebsd.org Sun Nov 11 09:59:30 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82C541132EC6; Sun, 11 Nov 2018 09:59:30 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D41527872A; Sun, 11 Nov 2018 09:59:29 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B694D10953; Sun, 11 Nov 2018 09:59:29 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wAB9xTco071287; Sun, 11 Nov 2018 09:59:29 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wAB9xSOB071282; Sun, 11 Nov 2018 09:59:28 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201811110959.wAB9xSOB071282@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Sun, 11 Nov 2018 09:59:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r484679 - in head/devel: . spread-sheet-widget X-SVN-Group: ports-head X-SVN-Commit-Author: cpm X-SVN-Commit-Paths: in head/devel: . spread-sheet-widget X-SVN-Commit-Revision: 484679 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D41527872A X-Spamd-Result: default: False [-103.07 / 200.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; ALLOW_DOMAIN_WHITELIST(-100.00)[FreeBSD.org]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; HAS_XAW(0.00)[]; R_SPF_SOFTFAIL(0.00)[~all]; DMARC_NA(0.00)[FreeBSD.org]; RCVD_COUNT_THREE(0.00)[4]; MX_GOOD(-0.01)[cached: mx1.FreeBSD.org]; NEURAL_HAM_SHORT(-0.96)[-0.956,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Nov 2018 09:59:30 -0000 Author: cpm Date: Sun Nov 11 09:59:28 2018 New Revision: 484679 URL: https://svnweb.freebsd.org/changeset/ports/484679 Log: devel/spread-sheet-widget: Library for Gtk+ which provides a widget for tabular data GNU Spread Sheet Widget is a library for Gtk+ which provides a widget for viewing and manipulating 2 dimensional tabular data in a manner similar to many popular spread sheet programs. The design follows the model-view-controller paradigm and is of complexity O(1) in both time and space. This means that it is efficient and fast even for very large data. Features commonly found in graphical user interfaces such as cut and paste, drag and drop and row/column labelling are also included. WWW: https://www.gnu.org/software/ssw/ Added: head/devel/spread-sheet-widget/ head/devel/spread-sheet-widget/Makefile (contents, props changed) head/devel/spread-sheet-widget/distinfo (contents, props changed) head/devel/spread-sheet-widget/pkg-descr (contents, props changed) head/devel/spread-sheet-widget/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Nov 11 09:54:04 2018 (r484678) +++ head/devel/Makefile Sun Nov 11 09:59:28 2018 (r484679) @@ -6213,6 +6213,7 @@ SUBDIR += spin SUBDIR += spirv-tools SUBDIR += splint + SUBDIR += spread-sheet-widget SUBDIR += srecord SUBDIR += st SUBDIR += stack Added: head/devel/spread-sheet-widget/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/spread-sheet-widget/Makefile Sun Nov 11 09:59:28 2018 (r484679) @@ -0,0 +1,31 @@ +# Created by: Carlos J. Puga Medina +# $FreeBSD$ + +PORTNAME= spread-sheet-widget +PORTVERSION= 0.3 +CATEGORIES= devel +MASTER_SITES= GNU_ALPHA +MASTER_SITE_SUBDIR= ssw + +MAINTAINER= cpm@FreeBSD.org +COMMENT= Library for Gtk+ which provides a widget for tabular data + +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= gmake gnome libtool makeinfo pkgconfig +USE_GNOME= atk glib20 gtk30 +USE_LDCONFIG= yes +GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip + +PORTDOCS= AUTHORS ChangeLog NEWS README TODO +INFO= spread-sheet-widget + +OPTIONS_DEFINE= DOCS + +post-install-DOCS-on: + (cd ${WRKSRC} && ${COPYTREE_SHARE} \ + "${PORTDOCS}" ${STAGEDIR}${DOCSDIR}) + +.include Added: head/devel/spread-sheet-widget/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/spread-sheet-widget/distinfo Sun Nov 11 09:59:28 2018 (r484679) @@ -0,0 +1,3 @@ +TIMESTAMP = 1541867942 +SHA256 (spread-sheet-widget-0.3.tar.gz) = 1e2dc2c6fb8f3718188cec635b6601ba453b4bb3683ccc67cddef825a0f723c1 +SIZE (spread-sheet-widget-0.3.tar.gz) = 501469 Added: head/devel/spread-sheet-widget/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/spread-sheet-widget/pkg-descr Sun Nov 11 09:59:28 2018 (r484679) @@ -0,0 +1,12 @@ +GNU Spread Sheet Widget is a library for Gtk+ which provides a widget +for viewing and manipulating 2 dimensional tabular data in a manner +similar to many popular spread sheet programs. + +The design follows the model-view-controller paradigm and is of +complexity O(1) in both time and space. This means that it is efficient +and fast even for very large data. + +Features commonly found in graphical user interfaces such as cut and +paste, drag and drop and row/column labelling are also included. + +WWW: https://www.gnu.org/software/ssw/ Added: head/devel/spread-sheet-widget/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/spread-sheet-widget/pkg-plist Sun Nov 11 09:59:28 2018 (r484679) @@ -0,0 +1,8 @@ +include/ssw-axis-model.h +include/ssw-sheet-axis.h +include/ssw-sheet.h +lib/libspread-sheet-widget.a +lib/libspread-sheet-widget.so +lib/libspread-sheet-widget.so.0 +lib/libspread-sheet-widget.so.0.0.0 +libdata/pkgconfig/spread-sheet-widget.pc