Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  3 Jan 2004 11:49:52 +0600 (OMST)
From:      <aquatique@rusunix.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        krion@FreeBSD.org
Subject:   ports/60849: New port: net/silky - a simple and easy to use graphical, os-independent SILC client
Message-ID:  <20040103054952.13E4C1CD958@rusunix.org>
Resent-Message-ID: <200401030550.i035oGeS032478@freefall.freebsd.org>

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

>Number:         60849
>Category:       ports
>Synopsis:       New port: net/silky - a simple and easy to use graphical, os-independent SILC client
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 02 21:50:15 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Evgueni V. Gavrilov
>Release:        FreeBSD 4.9-RELEASE i386
>Organization:
rusunix.org
>Environment:
System: FreeBSD rusunix.org 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Wed Oct 29 18:22:05 OMST 2003 root@rusunix.org:/usr/obj/usr/src/sys/NEWMONSTER i386

>Description:
	New port: net/silky - a simple and easy to use graphical, os-independent SILC client. Silky is intended to contain all necessary features of a SILC client, while keeping the UI as simple and clean as possible.
>How-To-Repeat:
	commit :-)
>Fix:

# 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:
#
#	net/silky
#	net/silky/Makefile
#	net/silky/distinfo
#	net/silky/pkg-descr
#	net/silky/pkg-plist
#
echo c - net/silky
mkdir -p net/silky > /dev/null 2>&1
echo x - net/silky/Makefile
sed 's/^X//' >net/silky/Makefile << 'END-of-net/silky/Makefile'
X# New ports collection makefile for:	silky
X# Date created:				2003.12.16
X# Whom:					Evgueni V. Gavrilov <aquatique@rusunix.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	silky
XPORTVERSION=	0.4.2
XCATEGORIES=	net security
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
X		ftp://rusunix.org/pub/FreeBSD/distfiles/
XMASTER_SITE_SUBDIR=	silky
X
XMAINTAINER=	aquatique@rusunix.org
XCOMMENT=	A simple and easy to use graphical, os-independent SILC client
X
XLIB_DEPENDS=	silcclient:${PORTSDIR}/net/silc-toolkit
X
XGNU_CONFIGURE=	yes
XCONFIGURE_ARGS=	--with-silc-includes=${LOCALBASE}/include/silc \
X		--with-silc-libs=${LOCALBASE}/lib \
X		--with-docdir=${DOCSDIR}
XCONFIGURE_ENV=	LDFLAGS="-L${LOCALBASE}/lib -liconv ${PTHREAD_LIBS}"
XCFLAGS+=	${PTHREAD_CFLAGS}
X
XCONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
XUSE_GNOME=	gtk20
XUSE_GMAKE=	yes
XUSE_PERL5=	yes
XUSE_X_PREFIX=	yes
X
Xpost-patch:
X	@${PERL} -pi -e 's/ include / /' ${WRKSRC}/Makefile.in
X	@${PERL} -pi -e 's|/etc/|${LOCALBASE}/etc/|' ${WRKSRC}/src/main.c
X	@${PERL} -pi -e 's|share/pixmaps/\$${\w+}|share/pixmaps/|; \
X			s|(PACKAGE_PIXMAPS_DIR \")\$${packageprefix}/|\1${X11BASE}/|' \
X	    ${WRKSRC}/${CONFIGURE_SCRIPT}
X
X.include <bsd.port.pre.mk>
X.include <bsd.port.post.mk>
END-of-net/silky/Makefile
echo x - net/silky/distinfo
sed 's/^X//' >net/silky/distinfo << 'END-of-net/silky/distinfo'
XMD5 (silky-0.4.2.tar.gz) = 71de654fdbb73e01ffb39aaf30ac0cce
END-of-net/silky/distinfo
echo x - net/silky/pkg-descr
sed 's/^X//' >net/silky/pkg-descr << 'END-of-net/silky/pkg-descr'
XSilky is a simple and easy to use graphical, os-independent SILC client.
X
XSilky is intended to contain all necessary features of a SILC client,
Xwhile keeping the UI as simple and clean as possible.
X
XWWW: http://silky.sourceforge.net
END-of-net/silky/pkg-descr
echo x - net/silky/pkg-plist
sed 's/^X//' >net/silky/pkg-plist << 'END-of-net/silky/pkg-plist'
Xbin/silky
X%%PORTDOCS%%%%DOCSDIR%%/README
X%%PORTDOCS%%%%DOCSDIR%%/COPYING
X%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
X%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
X%%PORTDOCS%%%%DOCSDIR%%/INSTALL
X%%PORTDOCS%%%%DOCSDIR%%/NEWS
X%%PORTDOCS%%%%DOCSDIR%%/TODO
Xshare/pixmaps/silky_icon.png
Xshare/silky/silky.glade
Xshare/silky/silky-channel.glade
Xshare/silky/silky-channel-label.glade
Xshare/silky/silky-query.glade
Xshare/silky/silky-query-label.glade
Xshare/locale/de/LC_MESSAGES/silky.mo
Xshare/locale/fi/LC_MESSAGES/silky.mo
Xshare/locale/it/LC_MESSAGES/silky.mo
Xshare/locale/sk/LC_MESSAGES/silky.mo
Xshare/locale/ru/LC_MESSAGES/silky.mo
Xshare/gnome/apps/Applications/silky.desktop
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
X@dirrm share/silky
END-of-net/silky/pkg-plist
exit

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



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