Date: Fri, 21 May 1999 00:09:01 +0800 (CST) From: Ying-Chieh Liao <ijliao@Terry.Dorm10.NCTU.edu.tw> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/11802: new port : gtksheet Message-ID: <199905201609.AAA83226@Terry.Dorm10.NCTU.edu.tw>
next in thread | raw e-mail | index | archive | help
>Number: 11802 >Category: ports >Synopsis: new port : gtksheet >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu May 20 09:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Liao >Release: FreeBSD 4.0-CURRENT i386 >Organization: NCTU CSIE >Environment: FreeBSD Terry.Dorm10.NCTU.edu.tw 4.0-CURRENT FreeBSD 4.0-CURRENT #19: Wed May 19 18:38:28 CST 1999 root@Terry.Dorm10.NCTU.edu.tw:/usr/src/sys/compile/TERRY i386 >Description: new port : gtksheet >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # gtksheet # gtksheet/files # gtksheet/files/md5 # gtksheet/patches # gtksheet/patches/patch-aa # gtksheet/pkg # gtksheet/pkg/COMMENT # gtksheet/pkg/DESCR # gtksheet/pkg/PLIST # gtksheet/Makefile # echo c - gtksheet mkdir -p gtksheet > /dev/null 2>&1 echo c - gtksheet/files mkdir -p gtksheet/files > /dev/null 2>&1 echo x - gtksheet/files/md5 sed 's/^X//' >gtksheet/files/md5 << 'END-of-gtksheet/files/md5' XMD5 (gtksheet-7.4.tar.gz) = 36e80e46aff1f8c112af60bfefb5f44a END-of-gtksheet/files/md5 echo c - gtksheet/patches mkdir -p gtksheet/patches > /dev/null 2>&1 echo x - gtksheet/patches/patch-aa sed 's/^X//' >gtksheet/patches/patch-aa << 'END-of-gtksheet/patches/patch-aa' X--- Makefile.orig Fri Apr 23 04:58:11 1999 X+++ Makefile Thu May 20 23:30:33 1999 X@@ -11,8 +11,8 @@ X OBJS = gtkcombobox.o gtkbordercombo.o gtkcolorcombo.o gtksheetentry.o \ X gtksheet.o X X-LIBDIRS = $(shell gtk-config --libs) X-CFLAGS = -Wall $(shell gtk-config --cflags) X+LIBDIRS = `gtk-config --libs` X+CFLAGS = -Wall `gtk-config --cflags` X X all: demo libGtkSheet.a X END-of-gtksheet/patches/patch-aa echo c - gtksheet/pkg mkdir -p gtksheet/pkg > /dev/null 2>&1 echo x - gtksheet/pkg/COMMENT sed 's/^X//' >gtksheet/pkg/COMMENT << 'END-of-gtksheet/pkg/COMMENT' XGtkSheet is a matrix widget for GTK+. END-of-gtksheet/pkg/COMMENT echo x - gtksheet/pkg/DESCR sed 's/^X//' >gtksheet/pkg/DESCR << 'END-of-gtksheet/pkg/DESCR' XGtkSheet is a matrix widget for GTK+. It consists of an scrollable grid of Xcells where you can allocate text which can be edited interactively. It is Xalso a container subclass, allowing you to display buttons, curves, pixmaps Xand any other widget in it. You can also set many attributes as: border, Xforeground and background color, text justification, and more. GtkSheet comes Xalso with an extra set of useful widgets and a demo program showing all of Xthem interacting in a spreadsheet-like GUI. X XThis distribution includes the following set of widgets: X X* GtkSheet X* GtkSheetEntry X* GtkComboBox X* GtkColorCombo X* GtkBorderCombo X Xand a demo program showing their features. X XWWW : http://www.ifir.edu.ar/grupos/gtk/ X X- Ying-Chieh Liao X ijliao@csie.nctu.edu.tw END-of-gtksheet/pkg/DESCR echo x - gtksheet/pkg/PLIST sed 's/^X//' >gtksheet/pkg/PLIST << 'END-of-gtksheet/pkg/PLIST' Xlib/libGtkSheet.a END-of-gtksheet/pkg/PLIST echo x - gtksheet/Makefile sed 's/^X//' >gtksheet/Makefile << 'END-of-gtksheet/Makefile' X# New ports collection makefile for: gtksheet X# Version required: 7.4 X# Date created: May 21 1999 X# Whom: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw> X# X# $Id$ X# X XDISTNAME= gtksheet-7.4 XCATEGORIES= devel XMASTER_SITES= ftp://ripley.ifir.edu.ar/pub/gtk/gtksheet/ X XMAINTAINER= ijliao@csie.nctu.edu.tw X XLIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 X XUSE_X_PREFIX= yes X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/libGtkSheet.a ${PREFIX}/lib X X.include <bsd.port.mk> END-of-gtksheet/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905201609.AAA83226>