Initial import of gtksheet version 7.4.

A matrix widget fro GTK+.

PR:		11802
Submitted by:	Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
This commit is contained in:
Steve Price 1999-06-06 17:29:50 +00:00
parent a6ef0f0a41
commit a9f2390c2f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19264
6 changed files with 62 additions and 0 deletions

24
devel/gtksheet/Makefile Normal file
View File

@ -0,0 +1,24 @@
# New ports collection makefile for: gtksheet
# Version required: 7.4
# Date created: May 21 1999
# Whom: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
#
# $Id$
#
DISTNAME= gtksheet-7.4
CATEGORIES= devel
MASTER_SITES= ftp://ripley.ifir.edu.ar/pub/gtk/gtksheet/
MAINTAINER= ijliao@csie.nctu.edu.tw
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
USE_X_PREFIX= yes
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
MAKE_ENV+= GTK_CONFIG=${GTK_CONFIG}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/libGtkSheet.a ${PREFIX}/lib
.include <bsd.port.mk>

1
devel/gtksheet/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (gtksheet-7.4.tar.gz) = 36e80e46aff1f8c112af60bfefb5f44a

View File

@ -0,0 +1,13 @@
--- Makefile.orig Thu Apr 22 15:58:11 1999
+++ Makefile Sat Jun 5 11:25:41 1999
@@ -11,8 +11,8 @@
OBJS = gtkcombobox.o gtkbordercombo.o gtkcolorcombo.o gtksheetentry.o \
gtksheet.o
-LIBDIRS = $(shell gtk-config --libs)
-CFLAGS = -Wall $(shell gtk-config --cflags)
+LIBDIRS = `$(GTK_CONFIG) --libs`
+CFLAGS = -Wall `$(GTK_CONFIG) --cflags`
all: demo libGtkSheet.a

View File

@ -0,0 +1 @@
GtkSheet is a matrix widget for GTK+.

22
devel/gtksheet/pkg-descr Normal file
View File

@ -0,0 +1,22 @@
GtkSheet is a matrix widget for GTK+. It consists of an scrollable grid of
cells where you can allocate text which can be edited interactively. It is
also a container subclass, allowing you to display buttons, curves, pixmaps
and any other widget in it. You can also set many attributes as: border,
foreground and background color, text justification, and more. GtkSheet comes
also with an extra set of useful widgets and a demo program showing all of
them interacting in a spreadsheet-like GUI.
This distribution includes the following set of widgets:
* GtkSheet
* GtkSheetEntry
* GtkComboBox
* GtkColorCombo
* GtkBorderCombo
and a demo program showing their features.
WWW : http://www.ifir.edu.ar/grupos/gtk/
- Ying-Chieh Liao
ijliao@csie.nctu.edu.tw

1
devel/gtksheet/pkg-plist Normal file
View File

@ -0,0 +1 @@
lib/libGtkSheet.a