diff options
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/phat/Makefile | 26 | ||||
-rw-r--r-- | x11-toolkits/phat/distinfo | 3 | ||||
-rw-r--r-- | x11-toolkits/phat/pkg-descr | 5 | ||||
-rw-r--r-- | x11-toolkits/phat/pkg-plist | 54 |
5 files changed, 89 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 78966781115d..ef8c9f67709d 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -166,6 +166,7 @@ SUBDIR += pangoxsl SUBDIR += paragui SUBDIR += paragui-devel + SUBDIR += phat SUBDIR += php-gtk SUBDIR += plib SUBDIR += pmw diff --git a/x11-toolkits/phat/Makefile b/x11-toolkits/phat/Makefile new file mode 100644 index 000000000000..d3f8142254c2 --- /dev/null +++ b/x11-toolkits/phat/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: phat +# Date created: 2007-03-06 +# Whom: trasz <trasz@pin.if.uz.zgora.pl> +# +# $FreeBSD$ +# + +PORTNAME= phat +PORTVERSION= 0.4.0 +CATEGORIES= x11-toolkits +MASTER_SITES= ${MASTER_SITE_BERLIOS} +MASTER_SITE_SUBDIR= phat + +MAINTAINER= trasz@pin.if.uz.zgora.pl +COMMENT= Collection of GTK+ widgets geared toward pro-audio apps + +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_GNOME= gtk20 libgnomecanvas gnomehack +USE_LDCONFIG= yes + +post-patch: + @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \ + ${WRKSRC}/configure + +.include <bsd.port.mk> diff --git a/x11-toolkits/phat/distinfo b/x11-toolkits/phat/distinfo new file mode 100644 index 000000000000..38bcc2e766ee --- /dev/null +++ b/x11-toolkits/phat/distinfo @@ -0,0 +1,3 @@ +MD5 (phat-0.4.0.tar.gz) = f70c939f2329133966831878689ba104 +SHA256 (phat-0.4.0.tar.gz) = 536ffec1d63e660a6a2318a7951d0acd19933162f9de3bb47f5c2e729c5f5908 +SIZE (phat-0.4.0.tar.gz) = 540781 diff --git a/x11-toolkits/phat/pkg-descr b/x11-toolkits/phat/pkg-descr new file mode 100644 index 000000000000..ef01c3f384e4 --- /dev/null +++ b/x11-toolkits/phat/pkg-descr @@ -0,0 +1,5 @@ +PHAT is a collection of GTK+ widgets geared toward pro-audio apps. +The goal is to eliminate duplication of effort and provide some +standardization (well, at least for GTK+ apps). + +WWW: http://phat.berlios.de/ diff --git a/x11-toolkits/phat/pkg-plist b/x11-toolkits/phat/pkg-plist new file mode 100644 index 000000000000..44d9e047b9eb --- /dev/null +++ b/x11-toolkits/phat/pkg-plist @@ -0,0 +1,54 @@ +bin/phatfanslider +bin/phatsliderbutton +bin/phatkeyboard +bin/phatpad +bin/phatknob +include/phat/phat.h +include/phat/phatfanslider.h +include/phat/phatvfanslider.h +include/phat/phathfanslider.h +include/phat/phatsliderbutton.h +include/phat/phatkeyboard.h +include/phat/phatvkeyboard.h +include/phat/phathkeyboard.h +include/phat/phatpad.h +include/phat/phatknob.h +lib/libphat.so.0 +lib/libphat.so +lib/libphat.la +lib/libphat.a +libdata/pkgconfig/phat.pc +share/gtk-doc/html/phat/abstractbaseclasses.html +share/gtk-doc/html/phat/c4.html +share/gtk-doc/html/phat/fansliders.html +share/gtk-doc/html/phat/index.html +share/gtk-doc/html/phat/install.html +share/gtk-doc/html/phat/overview.html +share/gtk-doc/html/phat/p4.html +share/gtk-doc/html/phat/phat-phatfanslider.html +share/gtk-doc/html/phat/phat-phathfanslider.html +share/gtk-doc/html/phat/phat-phathkeyboard.html +share/gtk-doc/html/phat/phat-phatkeyboard.html +share/gtk-doc/html/phat/phat-phatprivate.html +share/gtk-doc/html/phat/phat-phatsliderbutton.html +share/gtk-doc/html/phat/phat-phatvfanslider.html +share/gtk-doc/html/phat/phat-phatvkeyboard.html +share/gtk-doc/html/phat/phat.html +share/gtk-doc/html/phat/phatfanslider.html +share/gtk-doc/html/phat/phathfanslider.html +share/gtk-doc/html/phat/phathkeyboard.html +share/gtk-doc/html/phat/phatkeyboard.html +share/gtk-doc/html/phat/phatsliderbutton.html +share/gtk-doc/html/phat/phatvfanslider.html +share/gtk-doc/html/phat/phatvkeyboard.html +share/gtk-doc/html/phat/phatwidgets.html +share/gtk-doc/html/phat/use.html +share/gtk-doc/html/phat/widgets.html +share/gtk-doc/html/phat/index.sgml +%%DATADIR%%/pixmaps/knob.png +@dirrm %%DATADIR%%/pixmaps +@dirrm %%DATADIR%% +@dirrm share/gtk-doc/html/phat +@dirrmtry share/gtk-doc/html +@dirrmtry share/gtk-doc +@dirrm include/phat |