1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Remove gtksheet. it have merge into gtkextra ports.

Submitted by:	maintainer
This commit is contained in:
Vanilla I. Shu 2001-01-17 20:47:11 +00:00
parent 38cb74231d
commit 7c94fab8bf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37284
7 changed files with 0 additions and 69 deletions

View File

@ -111,7 +111,6 @@
SUBDIR += gnustep
SUBDIR += gpasm
SUBDIR += gperf
SUBDIR += gtksheet
SUBDIR += gtranslator
SUBDIR += gvd
SUBDIR += happy

View File

@ -1,23 +0,0 @@
# New ports collection makefile for: gtksheet
# Date created: Jun 22 1999
# Whom: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
#
# $FreeBSD$
#
PORTNAME= gtksheet
PORTVERSION= 8.0
CATEGORIES= devel
MASTER_SITES= http://magnet.fsu.edu/~feiguin/gtk/src/
MAINTAINER= ijliao@csie.nctu.edu.tw
USE_X_PREFIX= yes
USE_GTK= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/libgtksheet.a ${PREFIX}/lib
@${MKDIR} ${PREFIX}/include/gtksheet
${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include/gtksheet
.include <bsd.port.mk>

View File

@ -1 +0,0 @@
MD5 (gtksheet-8.0.tar.gz) = 40e49a408d9785a414f4c4d4abe4d4a9

View File

@ -1,13 +0,0 @@
--- 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

@ -1 +0,0 @@
A matrix widget for GTK+

View File

@ -1,22 +0,0 @@
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://magnet.fsu.edu/~feiguin/gtk/
- Ying-Chieh Liao
ijliao@csie.nctu.edu.tw

View File

@ -1,8 +0,0 @@
lib/libgtksheet.a
include/gtksheet/gtksheet.h
include/gtksheet/gtkbordercombo.h
include/gtksheet/gtkcolorcombo.h
include/gtksheet/gtkcombobox.h
include/gtksheet/gtkitementry.h
include/gtksheet/icons.h
@dirrm include/gtksheet