[Midnightbsd-cvs] mports: mports/x11-toolkits: add libsexy

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Dec 5 21:59:15 EST 2007


Log Message:
-----------
add libsexy

Modified Files:
--------------
    mports/x11-toolkits:
        Makefile (r1.32 -> r1.33)

Added Files:
-----------
    mports/x11-toolkits/libsexy:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11-toolkits/Makefile,v
retrieving revision 1.32
retrieving revision 1.33
diff -L x11-toolkits/Makefile -L x11-toolkits/Makefile -u -r1.32 -r1.33
--- x11-toolkits/Makefile
+++ x11-toolkits/Makefile
@@ -23,6 +23,7 @@
     SUBDIR += libbonoboui
     SUBDIR += libgnomeui
     SUBDIR += libgnomeprintui
+    SUBDIR += libsexy
     SUBDIR += libwnck
     SUBDIR += libXaw
     SUBDIR += libXmu
--- /dev/null
+++ x11-toolkits/libsexy/pkg-descr
@@ -0,0 +1,4 @@
+A library with extension widgets for GTK+. Included are a clickable URL
+label, a text entry with icon support, and others.
+
+WWW: http://www.chipx86.com/wiki/Libsexy
--- /dev/null
+++ x11-toolkits/libsexy/pkg-plist
@@ -0,0 +1,31 @@
+include/libsexy/sexy-enum-types.h
+include/libsexy/sexy-icon-entry.h
+include/libsexy/sexy-spell-entry.h
+include/libsexy/sexy-tooltip.h
+include/libsexy/sexy-tree-view.h
+include/libsexy/sexy-url-label.h
+include/libsexy/sexy.h
+lib/libsexy.a
+lib/libsexy.la
+lib/libsexy.so
+lib/libsexy.so.2
+libdata/pkgconfig/libsexy.pc
+share/gtk-doc/html/libsexy/SexyIconEntry.html
+share/gtk-doc/html/libsexy/SexySpellEntry.html
+share/gtk-doc/html/libsexy/SexyTooltip.html
+share/gtk-doc/html/libsexy/SexyTreeView.html
+share/gtk-doc/html/libsexy/SexyUrlLabel.html
+share/gtk-doc/html/libsexy/ch01.html
+share/gtk-doc/html/libsexy/home.png
+share/gtk-doc/html/libsexy/index.html
+share/gtk-doc/html/libsexy/index.sgml
+share/gtk-doc/html/libsexy/left.png
+share/gtk-doc/html/libsexy/libsexy.devhelp
+share/gtk-doc/html/libsexy/libsexy.devhelp2
+share/gtk-doc/html/libsexy/right.png
+share/gtk-doc/html/libsexy/style.css
+share/gtk-doc/html/libsexy/up.png
+ at dirrm share/gtk-doc/html/libsexy
+ at dirrmtry share/gtk-doc/html
+ at dirrmtry share/gtk-doc
+ at dirrm include/libsexy
--- /dev/null
+++ x11-toolkits/libsexy/Makefile
@@ -0,0 +1,27 @@
+# Ports collection makefile for:	libsexy
+# Date created:				2005-11-06
+# Whom:					Andreas Kohn <andreas at syndrom23.de>
+#
+# $MidnightBSD: mports/x11-toolkits/libsexy/Makefile,v 1.1 2007/12/06 02:59:13 laffer1 Exp $
+# $FreeBSD: ports/x11-toolkits/libsexy/Makefile,v 1.11 2007/10/09 13:08:28 miwi Exp $
+#
+
+PORTNAME=	libsexy
+PORTVERSION=	0.1.11
+CATEGORIES=	x11-toolkits devel
+MASTER_SITES=	http://releases.chipx86.com/libsexy/libsexy/
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Extension widgets for GTK+
+
+BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
+LIB_DEPENDS=	enchant:${PORTSDIR}/textproc/enchant
+RUN_DEPENDS=	${BUILD_DEPENDS}
+
+USE_AUTOTOOLS=	libtool:15
+USE_GNOME=	gnomehack lthack gtk20 libxml2
+USE_LDCONFIG=	yes
+USE_XLIB=	yes
+GNU_CONFIGURE=	yes
+
+.include <bsd.port.mk>
--- /dev/null
+++ x11-toolkits/libsexy/distinfo
@@ -0,0 +1,3 @@
+MD5 (libsexy-0.1.11.tar.gz) = 33c079a253270ec8bfb9508e4bb30754
+SHA256 (libsexy-0.1.11.tar.gz) = 8c4101a8cda5fccbba85ba1a15f46f2cf75deaa8b3c525ce5b135b9e1a8fe49e
+SIZE (libsexy-0.1.11.tar.gz) = 391565


More information about the Midnightbsd-cvs mailing list