diff options
author | rh <rh@pkgsrc.org> | 2000-10-15 12:25:51 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-10-15 12:25:51 +0000 |
commit | 94b5174a175cb18515e379f81e6687aaea11ff8d (patch) | |
tree | 57df1348f1136218c8f507b4510432828bb057c0 /x11/gtk+extra | |
parent | 01c41df50d68afb4f87351f43bb90aa13ed4359f (diff) | |
download | pkgsrc-94b5174a175cb18515e379f81e6687aaea11ff8d.tar.gz |
Initial import of gtk+extra-0.99.11, a set of useful gtk+ widgets for
creating GUIs.
Diffstat (limited to 'x11/gtk+extra')
-rw-r--r-- | x11/gtk+extra/Makefile | 20 | ||||
-rw-r--r-- | x11/gtk+extra/files/md5 | 3 | ||||
-rw-r--r-- | x11/gtk+extra/files/patch-sum | 4 | ||||
-rw-r--r-- | x11/gtk+extra/patches/patch-aa | 21 | ||||
-rw-r--r-- | x11/gtk+extra/patches/patch-ab | 13 | ||||
-rw-r--r-- | x11/gtk+extra/pkg/COMMENT | 1 | ||||
-rw-r--r-- | x11/gtk+extra/pkg/DESCR | 21 | ||||
-rw-r--r-- | x11/gtk+extra/pkg/PLIST | 25 |
8 files changed, 108 insertions, 0 deletions
diff --git a/x11/gtk+extra/Makefile b/x11/gtk+extra/Makefile new file mode 100644 index 00000000000..deb7cac7239 --- /dev/null +++ b/x11/gtk+extra/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/10/15 12:25:51 rh Exp $ +# + +DISTNAME= gtk+extra-0.99.11 +CATEGORIES= x11 +MASTER_SITES= http://magnet.fsu.edu/~feiguin/gtk/src/ + +MAINTAINER= rh@netbsd.org +HOMEPAGE= http://magnet.fsu.edu/~feiguin/gtk/ + +DEPENDS+= gtk+>=1.2.0:../../x11/gtk + +GNU_CONFIGURE= YES +USE_GMAKE= YES +USE_X11BASE= YES +USE_LIBTOOL= YES + +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig + +.include "../../mk/bsd.pkg.mk" diff --git a/x11/gtk+extra/files/md5 b/x11/gtk+extra/files/md5 new file mode 100644 index 00000000000..4550ce40566 --- /dev/null +++ b/x11/gtk+extra/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/10/15 12:25:51 rh Exp $ + +MD5 (gtk+extra-0.99.11.tar.gz) = d5a8f94552b751ef48ad4758ebd0da11 diff --git a/x11/gtk+extra/files/patch-sum b/x11/gtk+extra/files/patch-sum new file mode 100644 index 00000000000..06165c4290c --- /dev/null +++ b/x11/gtk+extra/files/patch-sum @@ -0,0 +1,4 @@ +$NetBSD: patch-sum,v 1.1.1.1 2000/10/15 12:25:51 rh Exp $ + +MD5 (patch-aa) = ceb56db278dabce78e655c211a84b1c6 +MD5 (patch-ab) = 7fd99a94a3ad17bd6aac21a2891f467e diff --git a/x11/gtk+extra/patches/patch-aa b/x11/gtk+extra/patches/patch-aa new file mode 100644 index 00000000000..03ebb272940 --- /dev/null +++ b/x11/gtk+extra/patches/patch-aa @@ -0,0 +1,21 @@ +$NetBSD: patch-aa,v 1.1.1.1 2000/10/15 12:25:51 rh Exp $ + +--- Makefile.in.orig Tue Sep 5 09:07:28 2000 ++++ Makefile.in +@@ -207,16 +207,6 @@ + + install-m4dataDATA: $(m4data_DATA) + @$(NORMAL_INSTALL) +- $(mkinstalldirs) $(DESTDIR)$(m4datadir) +- @list='$(m4data_DATA)'; for p in $$list; do \ +- if test -f $(srcdir)/$$p; then \ +- echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(m4datadir)/$$p"; \ +- $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(m4datadir)/$$p; \ +- else if test -f $$p; then \ +- echo " $(INSTALL_DATA) $$p $(DESTDIR)$(m4datadir)/$$p"; \ +- $(INSTALL_DATA) $$p $(DESTDIR)$(m4datadir)/$$p; \ +- fi; fi; \ +- done + + uninstall-m4dataDATA: + @$(NORMAL_UNINSTALL) diff --git a/x11/gtk+extra/patches/patch-ab b/x11/gtk+extra/patches/patch-ab new file mode 100644 index 00000000000..8e8bc2b7525 --- /dev/null +++ b/x11/gtk+extra/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1.1.1 2000/10/15 12:25:51 rh Exp $ + +--- gtkextra/Makefile.in.orig Tue Aug 29 19:13:15 2000 ++++ gtkextra/Makefile.in +@@ -123,7 +123,7 @@ + + lib_LTLIBRARIES = libgtkextra.la + libgtkextra_la_SOURCES = $(gtkextra_c_sources) +-libgtkextra_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) -export-dynamic $(shell gtk-config --libs) ++libgtkextra_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -export-dynamic $(shell gtk-config --libs) + + EXTRA_HEADERS = + EXTRA_DIST = $(gtkextra_private_h_sources) gtkextra.def makefile.msc diff --git a/x11/gtk+extra/pkg/COMMENT b/x11/gtk+extra/pkg/COMMENT new file mode 100644 index 00000000000..dc01b118473 --- /dev/null +++ b/x11/gtk+extra/pkg/COMMENT @@ -0,0 +1 @@ +useful set of GTK+ widgets for creating GUIs diff --git a/x11/gtk+extra/pkg/DESCR b/x11/gtk+extra/pkg/DESCR new file mode 100644 index 00000000000..c80c42176be --- /dev/null +++ b/x11/gtk+extra/pkg/DESCR @@ -0,0 +1,21 @@ +GtkExtra is a useful set of widgets for creating GUI's for the Xwindows system +using GTK+. You can use it complementary to GTK+ and it is written in C. It +is also Free Software and released under the LGPL license. + + The library includes the following widgets: + + * GtkSheet, a matrix widget + * GtkPlot, a widget for drawing high quality scientific plots in + two dimensions + * GtkIconList, a GtkFixed subclass that allows you to display a + table of xpm icons with editable labels + * GtkDirTree, a GtkCTree subclass for navigating the file-system + * GtkFileList, a GtkIconList subclass that displays the contents + of a given directory using fancy icons for different types of files + * GtkIconFileSelection, a nice looking file selection dialog + * GtkItemEntryGtkItemEntry, a GtkEntry subclass + * GtkFontCombo, a GtkToolBar subclass for selecting fonts + * GtkComboBox, a composite widget with two buttons + * GtkColorCombo, a GtkComboBox subclass for selecting colours + * GtkBorderCombo, a GtkComboBox subclass for selecting border styles + * GtkCheckItem, a check button with the look and feel of Redmond95 diff --git a/x11/gtk+extra/pkg/PLIST b/x11/gtk+extra/pkg/PLIST new file mode 100644 index 00000000000..49ac26581c5 --- /dev/null +++ b/x11/gtk+extra/pkg/PLIST @@ -0,0 +1,25 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/10/15 12:25:51 rh Exp $ +bin/gtkextra-config +include/gtkextra/gtkbordercombo.h +include/gtkextra/gtkcheckitem.h +include/gtkextra/gtkcolorcombo.h +include/gtkextra/gtkcombobox.h +include/gtkextra/gtkdirtree.h +include/gtkextra/gtkextra.h +include/gtkextra/gtkfileicons.h +include/gtkextra/gtkfilelist.h +include/gtkextra/gtkfontcombo.h +include/gtkextra/gtkiconfilesel.h +include/gtkextra/gtkiconlist.h +include/gtkextra/gtkitementry.h +include/gtkextra/gtkplot.h +include/gtkextra/gtkplotcanvas.h +include/gtkextra/gtkplotpc.h +include/gtkextra/gtkplotprint.h +include/gtkextra/gtkplotps.h +include/gtkextra/gtkpsfont.h +include/gtkextra/gtksheet.h +lib/libgtkextra.so.10.1 +lib/libgtkextra.a +lib/libgtkextra.la +@dirrm include/gtkextra |