Bug 12925 - port of olirc-0.0.35, a small irc client using GTK+
Summary: port of olirc-0.0.35, a small irc client using GTK+
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 (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-08-02 14:30 UTC by Juergen Lock
Modified: 1999-08-02 22:58 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Juergen Lock 1999-08-02 14:30:01 UTC
	port of olirc-0.0.35, a small irc client using GTK+

Fix: 

-- 
Juergen Lock <nox.foo@jelal.kn-bremen.de>
(remove dot foo from address to reply)--IVc4J9ObWsQkzY7wE7wdejBaMhtGOzJwcSSEMbv7GXonsGQs
Content-Type: text/plain; name="file.shar"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.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:
#
#	Makefile
#	files/
#	files/md5
#	pkg/
#	pkg/COMMENT
#	pkg/DESCR
#	pkg/PLIST
#
echo x - Makefile
sed 's/^X//' >Makefile << 'END-of-Makefile'
X# New ports collection makefile for:	olirc
X# Version required:	0.0.35
X# Date created:		Sat Jul 24 03:04:46 MET DST 1999
X# Whom:			Juergen Lock <nox@jelal.kn-bremen.de>
X#
X# $Id: $
X#
X
XDISTNAME=	olirc-0.0.35
XCATEGORIES=	irc
XMASTER_SITES=	http://altern.org/olirc/sources/
X
XMAINTAINER=	nox@jelal.kn-bremen.de
X
XLIB_DEPENDS=	gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
X
XUSE_BZIP2=	yes
XGNU_CONFIGURE=	yes
XUSE_X_PREFIX=	yes
XCONFIGURE_ENV=	GTK_CONFIG=${PREFIX}/bin/gtk12-config
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/olirc ${PREFIX}/bin
X
X.include <bsd.port.mk>
END-of-Makefile
echo c - files/
mkdir -p files/ > /dev/null 2>&1
echo x - files/md5
sed 's/^X//' >files/md5 << 'END-of-files/md5'
XMD5 (olirc-0.0.35.tar.bz2) = f1ed60b1a11073481a4dc38d3f4114e0
END-of-files/md5
echo c - pkg/
mkdir -p pkg/ > /dev/null 2>&1
echo x - pkg/COMMENT
sed 's/^X//' >pkg/COMMENT << 'END-of-pkg/COMMENT'
XA small irc client using GTK+
END-of-pkg/COMMENT
echo x - pkg/DESCR
sed 's/^X//' >pkg/DESCR << 'END-of-pkg/DESCR'
XA small irc client using GTK+
X
XStill work in progress, no (english) docs yet...
X
XWWW: http://altern.org/olirc/
END-of-pkg/DESCR
echo x - pkg/PLIST
sed 's/^X//' >pkg/PLIST << 'END-of-pkg/PLIST'
Xbin/olirc
END-of-pkg/PLIST
exit
How-To-Repeat: 
	As usual, unshar in an empty dir, make install
Comment 1 cpiazza freebsd_committer freebsd_triage 1999-08-02 22:57:52 UTC
State Changed
From-To: open->closed

New port committed, thanks!