Bug 44376 - [NEW PORT] gtklp - a gtk connection to cups
Summary: [NEW PORT] gtklp - a gtk connection to cups
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: Joe Marcus Clarke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-22 10:50 UTC by Martin Klaffenboeck
Modified: 2002-11-17 19:55 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 Martin Klaffenboeck 2002-10-22 10:50:04 UTC
gtklp is a gtk connection to the cups printing system.

--- gtklp.sh 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:
#
#	gtklp
#	gtklp/Makefile
#	gtklp/distinfo
#	gtklp/pkg-plist
#	gtklp/pkg-comment
#	gtklp/pkg-descr
#
echo c - gtklp
mkdir -p gtklp > /dev/null 2>&1
echo x - gtklp/Makefile
sed 's/^X//' >gtklp/Makefile << 'END-of-gtklp/Makefile'
X# New ports collection makefile for: 	gtklp
X# Date created:		22 Oct 2002
X# Whom:			Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	gtklp
XPORTVERSION=	0.9m
XCATEGORIES=	print
XMASTER_SITES=	http://www.stud.uni-hannover.de/~sirtobi/gtklp/files/
XDISTNAME=	${PORTNAME}-${PORTVERSION}.src
X
XMAINTAINER=	martin.klaffenboeck@gmx.at
X
XLIB_DEPENDS=	cups:${PORTSDIR}/print/cups
X
XWRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
X
XUSE_GNOMENG=    yes
XUSE_GNOME=      gtk12
XUSE_REINPLACE=  yes
XGNU_CONFIGURE=	yes
XUSE_X_PREFIX=	yes
X
XCONFIGURE_ENV=	LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib -lcups"
X
XMAN1=		gtklp.1 gtklpq.1
X
X.include <bsd.port.mk>
END-of-gtklp/Makefile
echo x - gtklp/distinfo
sed 's/^X//' >gtklp/distinfo << 'END-of-gtklp/distinfo'
XMD5 (gtklp-0.9m.src.tar.gz) = 127063ddd6f92338b34f4c91cf8b01b9
END-of-gtklp/distinfo
echo x - gtklp/pkg-plist
sed 's/^X//' >gtklp/pkg-plist << 'END-of-gtklp/pkg-plist'
Xbin/gtklp
Xbin/gtklpq
Xshare/locale/cz/LC_MESSAGES/gtklp.mo
Xshare/locale/de/LC_MESSAGES/gtklp.mo
Xshare/locale/en/LC_MESSAGES/gtklp.mo
Xshare/locale/es/LC_MESSAGES/gtklp.mo
Xshare/locale/fr/LC_MESSAGES/gtklp.mo
Xshare/locale/it/LC_MESSAGES/gtklp.mo
Xshare/locale/nl/LC_MESSAGES/gtklp.mo
Xshare/locale/pl/LC_MESSAGES/gtklp.mo
Xshare/locale/ru/LC_MESSAGES/gtklp.mo
END-of-gtklp/pkg-plist
echo x - gtklp/pkg-comment
sed 's/^X//' >gtklp/pkg-comment << 'END-of-gtklp/pkg-comment'
XA gtk interface to cups
END-of-gtklp/pkg-comment
echo x - gtklp/pkg-descr
sed 's/^X//' >gtklp/pkg-descr << 'END-of-gtklp/pkg-descr'
XThis is a gtk interface to cups.
X
XVisit the Webpage for further details.
X
XWWW: http://www.stud.uni-hannover.de/~sirtobi/gtklp/
X
X- Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
END-of-gtklp/pkg-descr
exit
--- gtklp.sh ends here ---
Comment 1 Joe Marcus Clarke freebsd_committer freebsd_triage 2002-11-16 21:43:24 UTC
Responsible Changed
From-To: freebsd-ports->marcus

I'll take this.
Comment 2 Joe Marcus Clarke freebsd_committer freebsd_triage 2002-11-17 19:55:19 UTC
State Changed
From-To: open->closed

Committed, thanks!