aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-themes/gtk-flat-theme/Makefile24
-rw-r--r--x11-themes/gtk-flat-theme/distinfo1
-rw-r--r--x11-themes/gtk-flat-theme/pkg-comment1
-rw-r--r--x11-themes/gtk-flat-theme/pkg-descr5
-rw-r--r--x11-themes/gtk-flat-theme/pkg-plist6
-rw-r--r--x11-themes/gtk-flat-theme2/Makefile24
-rw-r--r--x11-themes/gtk-flat-theme2/distinfo1
-rw-r--r--x11-themes/gtk-flat-theme2/pkg-comment1
-rw-r--r--x11-themes/gtk-flat-theme2/pkg-descr5
-rw-r--r--x11-themes/gtk-flat-theme2/pkg-plist6
-rw-r--r--x11-toolkits/Makefile1
-rw-r--r--x11-toolkits/gtk-flat-theme/Makefile24
-rw-r--r--x11-toolkits/gtk-flat-theme/distinfo1
-rw-r--r--x11-toolkits/gtk-flat-theme/pkg-comment1
-rw-r--r--x11-toolkits/gtk-flat-theme/pkg-descr5
-rw-r--r--x11-toolkits/gtk-flat-theme/pkg-plist6
-rw-r--r--x11-toolkits/gtk-flat-theme2/Makefile24
-rw-r--r--x11-toolkits/gtk-flat-theme2/distinfo1
-rw-r--r--x11-toolkits/gtk-flat-theme2/pkg-comment1
-rw-r--r--x11-toolkits/gtk-flat-theme2/pkg-descr5
-rw-r--r--x11-toolkits/gtk-flat-theme2/pkg-plist6
21 files changed, 149 insertions, 0 deletions
diff --git a/x11-themes/gtk-flat-theme/Makefile b/x11-themes/gtk-flat-theme/Makefile
new file mode 100644
index 000000000000..b1b9723942a5
--- /dev/null
+++ b/x11-themes/gtk-flat-theme/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: gtk-flat-theme
+# Date Created: 31 October 2000
+# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gtk-flat-theme
+PORTVERSION= 200010301024
+CATEGORIES= x11-toolkits
+MASTER_SITES= ${MASTER_SITE_THEMES}
+MASTER_SITE_SUBDIR= gtk
+DISTNAME= Flat-1.2.x-${PORTVERSION}
+
+MAINTAINER= sobomax@FreeBSD.org
+
+WRKSRC= ${WRKDIR}/${PORTNAME}-0.1
+
+USE_X_PREFIX= yes
+USE_GTK= yes
+USE_LIBTOOL= yes
+USE_GMAKE= yes
+
+.include <bsd.port.mk>
diff --git a/x11-themes/gtk-flat-theme/distinfo b/x11-themes/gtk-flat-theme/distinfo
new file mode 100644
index 000000000000..5b38fee6c2e9
--- /dev/null
+++ b/x11-themes/gtk-flat-theme/distinfo
@@ -0,0 +1 @@
+MD5 (Flat-1.2.x-200010301024.tar.gz) = 5b9e6c974c2417b5793b5c930be29f5d
diff --git a/x11-themes/gtk-flat-theme/pkg-comment b/x11-themes/gtk-flat-theme/pkg-comment
new file mode 100644
index 000000000000..ebf7094e802e
--- /dev/null
+++ b/x11-themes/gtk-flat-theme/pkg-comment
@@ -0,0 +1 @@
+A GTK+ theme engine which gives GTK+ a flattened appearance
diff --git a/x11-themes/gtk-flat-theme/pkg-descr b/x11-themes/gtk-flat-theme/pkg-descr
new file mode 100644
index 000000000000..9700333a27d3
--- /dev/null
+++ b/x11-themes/gtk-flat-theme/pkg-descr
@@ -0,0 +1,5 @@
+This theme engine gives gtk+ a flattened appearance with elements taken from
+the MacOS and Metal uis. Modified from the default and metal theme engines;
+the colors and background pixmaps are fully customizable.
+
+WWW: http://gtk.themes.org/themes.phtml?themeid=972185985
diff --git a/x11-themes/gtk-flat-theme/pkg-plist b/x11-themes/gtk-flat-theme/pkg-plist
new file mode 100644
index 000000000000..81f35028998e
--- /dev/null
+++ b/x11-themes/gtk-flat-theme/pkg-plist
@@ -0,0 +1,6 @@
+lib/gtk/themes/engines/libflat.so
+share/themes/Flat/ICON.png
+share/themes/Flat/README.html
+share/themes/Flat/gtk/gtkrc
+@dirrm share/themes/Flat/gtk
+@dirrm share/themes/Flat
diff --git a/x11-themes/gtk-flat-theme2/Makefile b/x11-themes/gtk-flat-theme2/Makefile
new file mode 100644
index 000000000000..b1b9723942a5
--- /dev/null
+++ b/x11-themes/gtk-flat-theme2/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: gtk-flat-theme
+# Date Created: 31 October 2000
+# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gtk-flat-theme
+PORTVERSION= 200010301024
+CATEGORIES= x11-toolkits
+MASTER_SITES= ${MASTER_SITE_THEMES}
+MASTER_SITE_SUBDIR= gtk
+DISTNAME= Flat-1.2.x-${PORTVERSION}
+
+MAINTAINER= sobomax@FreeBSD.org
+
+WRKSRC= ${WRKDIR}/${PORTNAME}-0.1
+
+USE_X_PREFIX= yes
+USE_GTK= yes
+USE_LIBTOOL= yes
+USE_GMAKE= yes
+
+.include <bsd.port.mk>
diff --git a/x11-themes/gtk-flat-theme2/distinfo b/x11-themes/gtk-flat-theme2/distinfo
new file mode 100644
index 000000000000..5b38fee6c2e9
--- /dev/null
+++ b/x11-themes/gtk-flat-theme2/distinfo
@@ -0,0 +1 @@
+MD5 (Flat-1.2.x-200010301024.tar.gz) = 5b9e6c974c2417b5793b5c930be29f5d
diff --git a/x11-themes/gtk-flat-theme2/pkg-comment b/x11-themes/gtk-flat-theme2/pkg-comment
new file mode 100644
index 000000000000..ebf7094e802e
--- /dev/null
+++ b/x11-themes/gtk-flat-theme2/pkg-comment
@@ -0,0 +1 @@
+A GTK+ theme engine which gives GTK+ a flattened appearance
diff --git a/x11-themes/gtk-flat-theme2/pkg-descr b/x11-themes/gtk-flat-theme2/pkg-descr
new file mode 100644
index 000000000000..9700333a27d3
--- /dev/null
+++ b/x11-themes/gtk-flat-theme2/pkg-descr
@@ -0,0 +1,5 @@
+This theme engine gives gtk+ a flattened appearance with elements taken from
+the MacOS and Metal uis. Modified from the default and metal theme engines;
+the colors and background pixmaps are fully customizable.
+
+WWW: http://gtk.themes.org/themes.phtml?themeid=972185985
diff --git a/x11-themes/gtk-flat-theme2/pkg-plist b/x11-themes/gtk-flat-theme2/pkg-plist
new file mode 100644
index 000000000000..81f35028998e
--- /dev/null
+++ b/x11-themes/gtk-flat-theme2/pkg-plist
@@ -0,0 +1,6 @@
+lib/gtk/themes/engines/libflat.so
+share/themes/Flat/ICON.png
+share/themes/Flat/README.html
+share/themes/Flat/gtk/gtkrc
+@dirrm share/themes/Flat/gtk
+@dirrm share/themes/Flat
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile
index 6e91c5edc8e1..1d1f9d5afe7c 100644
--- a/x11-toolkits/Makefile
+++ b/x11-toolkits/Makefile
@@ -21,6 +21,7 @@
SUBDIR += gtk-Mac2-theme
SUBDIR += gtk-engines
SUBDIR += gtk-engines-collection
+ SUBDIR += gtk-flat-theme
SUBDIR += gtk12
SUBDIR += gtk13
SUBDIR += gtkbe
diff --git a/x11-toolkits/gtk-flat-theme/Makefile b/x11-toolkits/gtk-flat-theme/Makefile
new file mode 100644
index 000000000000..b1b9723942a5
--- /dev/null
+++ b/x11-toolkits/gtk-flat-theme/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: gtk-flat-theme
+# Date Created: 31 October 2000
+# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gtk-flat-theme
+PORTVERSION= 200010301024
+CATEGORIES= x11-toolkits
+MASTER_SITES= ${MASTER_SITE_THEMES}
+MASTER_SITE_SUBDIR= gtk
+DISTNAME= Flat-1.2.x-${PORTVERSION}
+
+MAINTAINER= sobomax@FreeBSD.org
+
+WRKSRC= ${WRKDIR}/${PORTNAME}-0.1
+
+USE_X_PREFIX= yes
+USE_GTK= yes
+USE_LIBTOOL= yes
+USE_GMAKE= yes
+
+.include <bsd.port.mk>
diff --git a/x11-toolkits/gtk-flat-theme/distinfo b/x11-toolkits/gtk-flat-theme/distinfo
new file mode 100644
index 000000000000..5b38fee6c2e9
--- /dev/null
+++ b/x11-toolkits/gtk-flat-theme/distinfo
@@ -0,0 +1 @@
+MD5 (Flat-1.2.x-200010301024.tar.gz) = 5b9e6c974c2417b5793b5c930be29f5d
diff --git a/x11-toolkits/gtk-flat-theme/pkg-comment b/x11-toolkits/gtk-flat-theme/pkg-comment
new file mode 100644
index 000000000000..ebf7094e802e
--- /dev/null
+++ b/x11-toolkits/gtk-flat-theme/pkg-comment
@@ -0,0 +1 @@
+A GTK+ theme engine which gives GTK+ a flattened appearance
diff --git a/x11-toolkits/gtk-flat-theme/pkg-descr b/x11-toolkits/gtk-flat-theme/pkg-descr
new file mode 100644
index 000000000000..9700333a27d3
--- /dev/null
+++ b/x11-toolkits/gtk-flat-theme/pkg-descr
@@ -0,0 +1,5 @@
+This theme engine gives gtk+ a flattened appearance with elements taken from
+the MacOS and Metal uis. Modified from the default and metal theme engines;
+the colors and background pixmaps are fully customizable.
+
+WWW: http://gtk.themes.org/themes.phtml?themeid=972185985
diff --git a/x11-toolkits/gtk-flat-theme/pkg-plist b/x11-toolkits/gtk-flat-theme/pkg-plist
new file mode 100644
index 000000000000..81f35028998e
--- /dev/null
+++ b/x11-toolkits/gtk-flat-theme/pkg-plist
@@ -0,0 +1,6 @@
+lib/gtk/themes/engines/libflat.so
+share/themes/Flat/ICON.png
+share/themes/Flat/README.html
+share/themes/Flat/gtk/gtkrc
+@dirrm share/themes/Flat/gtk
+@dirrm share/themes/Flat
diff --git a/x11-toolkits/gtk-flat-theme2/Makefile b/x11-toolkits/gtk-flat-theme2/Makefile
new file mode 100644
index 000000000000..b1b9723942a5
--- /dev/null
+++ b/x11-toolkits/gtk-flat-theme2/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: gtk-flat-theme
+# Date Created: 31 October 2000
+# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gtk-flat-theme
+PORTVERSION= 200010301024
+CATEGORIES= x11-toolkits
+MASTER_SITES= ${MASTER_SITE_THEMES}
+MASTER_SITE_SUBDIR= gtk
+DISTNAME= Flat-1.2.x-${PORTVERSION}
+
+MAINTAINER= sobomax@FreeBSD.org
+
+WRKSRC= ${WRKDIR}/${PORTNAME}-0.1
+
+USE_X_PREFIX= yes
+USE_GTK= yes
+USE_LIBTOOL= yes
+USE_GMAKE= yes
+
+.include <bsd.port.mk>
diff --git a/x11-toolkits/gtk-flat-theme2/distinfo b/x11-toolkits/gtk-flat-theme2/distinfo
new file mode 100644
index 000000000000..5b38fee6c2e9
--- /dev/null
+++ b/x11-toolkits/gtk-flat-theme2/distinfo
@@ -0,0 +1 @@
+MD5 (Flat-1.2.x-200010301024.tar.gz) = 5b9e6c974c2417b5793b5c930be29f5d
diff --git a/x11-toolkits/gtk-flat-theme2/pkg-comment b/x11-toolkits/gtk-flat-theme2/pkg-comment
new file mode 100644
index 000000000000..ebf7094e802e
--- /dev/null
+++ b/x11-toolkits/gtk-flat-theme2/pkg-comment
@@ -0,0 +1 @@
+A GTK+ theme engine which gives GTK+ a flattened appearance
diff --git a/x11-toolkits/gtk-flat-theme2/pkg-descr b/x11-toolkits/gtk-flat-theme2/pkg-descr
new file mode 100644
index 000000000000..9700333a27d3
--- /dev/null
+++ b/x11-toolkits/gtk-flat-theme2/pkg-descr
@@ -0,0 +1,5 @@
+This theme engine gives gtk+ a flattened appearance with elements taken from
+the MacOS and Metal uis. Modified from the default and metal theme engines;
+the colors and background pixmaps are fully customizable.
+
+WWW: http://gtk.themes.org/themes.phtml?themeid=972185985
diff --git a/x11-toolkits/gtk-flat-theme2/pkg-plist b/x11-toolkits/gtk-flat-theme2/pkg-plist
new file mode 100644
index 000000000000..81f35028998e
--- /dev/null
+++ b/x11-toolkits/gtk-flat-theme2/pkg-plist
@@ -0,0 +1,6 @@
+lib/gtk/themes/engines/libflat.so
+share/themes/Flat/ICON.png
+share/themes/Flat/README.html
+share/themes/Flat/gtk/gtkrc
+@dirrm share/themes/Flat/gtk
+@dirrm share/themes/Flat