pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libsexy Initial import of libsexy, version 0.1.8:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/73d4085359f1
branches:  trunk
changeset: 510473:73d4085359f1
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Thu Mar 30 21:02:04 2006 +0000

description:
Initial import of libsexy, version 0.1.8:

libsexy is a collection of GTK+ widgets that extend the functionality of
standard widgets shc as GtkEntry and GtkLabel by subclassing them and
working around their limitations.

diffstat:

 devel/libsexy/DESCR         |   3 +++
 devel/libsexy/Makefile      |  25 +++++++++++++++++++++++++
 devel/libsexy/PLIST         |  26 ++++++++++++++++++++++++++
 devel/libsexy/buildlink3.mk |  23 +++++++++++++++++++++++
 devel/libsexy/distinfo      |   5 +++++
 5 files changed, 82 insertions(+), 0 deletions(-)

diffs (102 lines):

diff -r 70d810556d50 -r 73d4085359f1 devel/libsexy/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libsexy/DESCR       Thu Mar 30 21:02:04 2006 +0000
@@ -0,0 +1,3 @@
+libsexy is a collection of GTK+ widgets that extend the functionality of
+standard widgets shc as GtkEntry and GtkLabel by subclassing them and
+working around their limitations.
diff -r 70d810556d50 -r 73d4085359f1 devel/libsexy/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libsexy/Makefile    Thu Mar 30 21:02:04 2006 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/03/30 21:02:04 jmmv Exp $
+#
+
+DISTNAME=      libsexy-0.1.8
+CATEGORIES=    devel gnome
+MASTER_SITES=  http://releases.chipx86.com/libsexy/libsexy/
+
+MAINTAINER=    jmmv%NetBSD.org@localhost
+HOMEPAGE=      http://www.chipx86.com/wiki/Libsexy
+COMMENT=       Collection of GTK+ widgets that beautify standard widgets
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL=   yes
+USE_TOOLS+=    pkg-config
+
+CONFIGURE_ARGS+=       --with-html-dir=${PREFIX}/share/doc
+
+PKGCONFIG_OVERRIDE=    libsexy.pc.in
+
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/pango/buildlink3.mk"
+.include "../../textproc/iso-codes/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 70d810556d50 -r 73d4085359f1 devel/libsexy/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libsexy/PLIST       Thu Mar 30 21:02:04 2006 +0000
@@ -0,0 +1,26 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/03/30 21:02:04 jmmv Exp $
+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.la
+lib/pkgconfig/libsexy.pc
+share/doc/libsexy/SexyIconEntry.html
+share/doc/libsexy/SexySpellEntry.html
+share/doc/libsexy/SexyTooltip.html
+share/doc/libsexy/SexyTreeView.html
+share/doc/libsexy/SexyUrlLabel.html
+share/doc/libsexy/ch01.html
+share/doc/libsexy/home.png
+share/doc/libsexy/index.html
+share/doc/libsexy/index.sgml
+share/doc/libsexy/left.png
+share/doc/libsexy/libsexy.devhelp
+share/doc/libsexy/right.png
+share/doc/libsexy/style.css
+share/doc/libsexy/up.png
+@dirrm share/doc/libsexy
+@dirrm include/libsexy
diff -r 70d810556d50 -r 73d4085359f1 devel/libsexy/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libsexy/buildlink3.mk       Thu Mar 30 21:02:04 2006 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2006/03/30 21:02:04 jmmv Exp $
+
+BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
+LIBSEXY_BUILDLINK3_MK:=        ${LIBSEXY_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+=    libsexy
+.endif
+
+BUILDLINK_PACKAGES:=   ${BUILDLINK_PACKAGES:Nlibsexy}
+BUILDLINK_PACKAGES+=   libsexy
+
+.if !empty(LIBSEXY_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.libsexy+=    libsexy>=0.1.8
+BUILDLINK_PKGSRCDIR.libsexy?=  ../../devel/libsexy
+.endif # LIBSEXY_BUILDLINK3_MK
+
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/pango/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+
+BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH:S/+$//}
diff -r 70d810556d50 -r 73d4085359f1 devel/libsexy/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libsexy/distinfo    Thu Mar 30 21:02:04 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/03/30 21:02:04 jmmv Exp $
+
+SHA1 (libsexy-0.1.8.tar.gz) = 3b068533e959ebdc3c47bff49ab9d6c953298cc2
+RMD160 (libsexy-0.1.8.tar.gz) = 8167afe7a66d2909c5a1069f68b4c500cb3aeed9
+Size (libsexy-0.1.8.tar.gz) = 370540 bytes



Home | Main Index | Thread Index | Old Index