Bug 88577 - [NEW PORT] x11-toolkits/libsexy, x11-toolkits/libsexymm: extension widgets for gtk+
Summary: [NEW PORT] x11-toolkits/libsexy, x11-toolkits/libsexymm: extension widgets fo...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-07 01:50 UTC by Andreas Kohn
Modified: 2005-11-08 21:37 UTC (History)
0 users

See Also:


Attachments
file.shar (2.46 KB, text/plain)
2005-11-07 01:50 UTC, Andreas Kohn
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kohn 2005-11-07 01:50:14 UTC

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.

Fix: 

--- libsexymm.shar ends here -----EMAECFCwBo0zuV0yjb4chiSd3hQPbbzrkuPUmimDQB2M7Noi
Content-Type: text/plain; name="libsexy.shar"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="libsexy.shar"

# 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
Comment 1 Andreas Kohn 2005-11-07 11:13:10 UTC
The above ports install into /usr/local. 

If you think /usr/X11R6 would be a better prefix, please add
USE_X_PREFIX=yes to the Makefiles.

Thanks,
Andreas
-- 
Fairy tales do not tell children the dragons exist.
Children already know that dragons exist. Fairy tales tell children the
dragons can be killed.                             -- G.K. Chesterton
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2005-11-08 21:36:23 UTC
State Changed
From-To: open->closed

New port added with fixups!