Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Nov 2005 02:46:38 +0100
From:      "Andreas Kohn" <andreas@syndrom23.de>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/88577: [NEW PORT] x11-toolkits/libsexy, x11-toolkits/libsexymm: extension widgets for gtk+
Message-ID:  <1131327998.0@klamath.syndrom23.de>
Resent-Message-ID: <200511070150.jA71oEbR067555@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         88577
>Category:       ports
>Synopsis:       [NEW PORT] x11-toolkits/libsexy, x11-toolkits/libsexymm: extension widgets for gtk+
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 07 01:50:14 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Andreas Kohn
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:


System: FreeBSD 7.0-CURRENT #35: Sun Oct  2 14:16:27 CEST 2005
    root@klamath.syndrom23.de:/usr/obj/usr/src/sys/KLAMATH



>Description:


libsexy is a library containing additional widgets for gtk:
- url label
- spell checked text entry
- text entry with icons

libsexymm are the corresponding c++ bindings for libsexy.


>How-To-Repeat:





>Fix:


--- libsexy.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	libsexy
#	libsexy/Makefile
#	libsexy/distinfo
#	libsexy/pkg-plist
#	libsexy/pkg-descr
#
echo c - libsexy
mkdir -p libsexy > /dev/null 2>&1
echo x - libsexy/Makefile
sed 's/^X//' >libsexy/Makefile << 'END-of-libsexy/Makefile'
X# Ports collection makefile for:	libsexy
X# Date created:				2005-11-06
X# Whom:					Andreas Kohn <andreas@syndrom23.de>
X#
X# $FreeBSD$
X#
X
XPORTNAME=		libsexy
XPORTVERSION=		0.1.3.1
XCATEGORIES=		x11-toolkits devel
XMASTER_SITES=		http://osiris.chipx86.com/projects/libsexy/releases/
X
XMAINTAINER=		andreas@syndrom23.de
XCOMMENT=		Extension widgets for GTK+
X
XLIB_DEPENDS=		enchant:${PORTSDIR}/textproc/enchant
X
XUSE_GNOME=		gnomehack lthack gtk20 libxml2 pango glib20
XUSE_LIBTOOL_VER=	15
XINSTALLS_SHLIB=		yes
X
XGNU_CONFIGURE=		yes
X
X.include <bsd.port.mk>
END-of-libsexy/Makefile
echo x - libsexy/distinfo
sed 's/^X//' >libsexy/distinfo << 'END-of-libsexy/distinfo'
XMD5 (libsexy-0.1.3.1.tar.gz) = bffbbfb23d4b8560517e2beb59a3a4a0
XSIZE (libsexy-0.1.3.1.tar.gz) = 314762
END-of-libsexy/distinfo
echo x - libsexy/pkg-plist
sed 's/^X//' >libsexy/pkg-plist << 'END-of-libsexy/pkg-plist'
Xinclude/libsexy/sexy-enum-types.h
Xinclude/libsexy/sexy-icon-entry.h
Xinclude/libsexy/sexy-spell-entry.h
Xinclude/libsexy/sexy-url-label.h
Xinclude/libsexy/sexy.h
Xlib/libsexy.a
Xlib/libsexy.so
Xlib/libsexy.so.1
Xlibdata/pkgconfig/libsexy.pc
X@dirrm include/libsexy
END-of-libsexy/pkg-plist
echo x - libsexy/pkg-descr
sed 's/^X//' >libsexy/pkg-descr << 'END-of-libsexy/pkg-descr'
XA library with extension widgets for GTK+. Included are a clickable URL
Xlabel, a text entry with icon support, and others.
X
XWWW: http://wiki.chipx86.com/wiki/Libsexy
END-of-libsexy/pkg-descr
exit

--- libsexy.shar ends here ---


--- libsexymm.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	libsexymm
#	libsexymm/Makefile
#	libsexymm/distinfo
#	libsexymm/pkg-plist
#	libsexymm/pkg-descr
#
echo c - libsexymm
mkdir -p libsexymm > /dev/null 2>&1
echo x - libsexymm/Makefile
sed 's/^X//' >libsexymm/Makefile << 'END-of-libsexymm/Makefile'
X# Ports collection makefile for:	libsexymm
X# Date created:				2005-11-07
X# Whom:					Andreas Kohn <andreas@syndrom23.de>
X#
X# $FreeBSD$
X#
X
XPORTNAME=		libsexymm
XPORTVERSION=		0.1.3
XCATEGORIES=		x11-toolkits devel
XMASTER_SITES=		http://osiris.chipx86.com/projects/libsexy/releases/
X
XMAINTAINER=		andreas@syndrom23.de
XCOMMENT=		C++ bindings for libsexy
X
XLIB_DEPENDS=		gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 \
X			sexy:${PORTSDIR}/x11-toolkits/libsexy
X
XUSE_GNOME=		gnomehack lthack
XUSE_LIBTOOL_VER=	15
XGNU_CONFIGURE=		yes
XUSE_GMAKE=		yes
XINSTALLS_SHLIB=		yes
X
X.include <bsd.port.mk>
END-of-libsexymm/Makefile
echo x - libsexymm/distinfo
sed 's/^X//' >libsexymm/distinfo << 'END-of-libsexymm/distinfo'
XMD5 (libsexymm-0.1.3.tar.gz) = f5efa414b48c204c7bac98451d5f6e99
XSIZE (libsexymm-0.1.3.tar.gz) = 306224
END-of-libsexymm/distinfo
echo x - libsexymm/pkg-plist
sed 's/^X//' >libsexymm/pkg-plist << 'END-of-libsexymm/pkg-plist'
Xinclude/libsexymm/libsexymm.h
Xinclude/libsexymm/libsexymm/icon-entry.h
Xinclude/libsexymm/libsexymm/private/icon-entry_p.h
Xinclude/libsexymm/libsexymm/private/spell-entry_p.h
Xinclude/libsexymm/libsexymm/private/url-label_p.h
Xinclude/libsexymm/libsexymm/spell-entry.h
Xinclude/libsexymm/libsexymm/url-label.h
Xinclude/libsexymm/libsexymm/wrap_init.h
Xlib/libsexymm.a
Xlib/libsexymm.so
Xlib/libsexymm.so.1
Xlib/libsexymm/include/libsexymmconfig.h
Xlib/libsexymm/proc/m4/convert.m4
Xlib/libsexymm/proc/m4/convert_libsexymm.m4
Xlibdata/pkgconfig/libsexymm.pc
X@dirrm lib/libsexymm/proc/m4
X@dirrm lib/libsexymm/proc
X@dirrm lib/libsexymm/include
X@dirrm lib/libsexymm
X@dirrm include/libsexymm/libsexymm/private
X@dirrm include/libsexymm/libsexymm
X@dirrm include/libsexymm
END-of-libsexymm/pkg-plist
echo x - libsexymm/pkg-descr
sed 's/^X//' >libsexymm/pkg-descr << 'END-of-libsexymm/pkg-descr'
XC++ bindings for libsexy, a library containing useful extension widgets for
XGTK+.
X
XWWW: http://wiki.chipx86.com/wiki/Libsexy
END-of-libsexymm/pkg-descr
exit

--- libsexymm.shar ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1131327998.0>