Bug 7119 - new port of glade - a user interface builder for GTK+
Summary: new port of glade - a user interface builder for 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: 1998-06-29 21:20 UTC by brett
Modified: 1998-06-30 10:52 UTC (History)
0 users

See Also:


Attachments
glade.tar.gz (1.40 KB, text/plain)
1998-06-29 21:20 UTC, brett
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description brett 1998-06-29 21:20:01 UTC
	Glade is a user interface builder for the Gimp ToolKit.  I 
	wasn't planning on porting this, but it's a 1 line PLIST and 
	I've been mucking around in Tk and GTK so ....

Fix: #!/bin/csh -f
# Uuencoded gz-compressed .tar file created by csh script  uufiles
# For more info (11/95), see e.g. http://xxx.lanl.gov/faq/uufaq.html
# If you are on a unix machine this file will unpack itself: strip
# any mail header and call resulting file, e.g., glade.uu
# (uudecode ignores these header lines and starts at begin line below)
# Then say        csh glade.uu
# or explicitly execute the commands (generally more secure):
#    uudecode glade.uu ;   gunzip glade.tar.gz ;
#    tar -xvf glade.tar
# On some non-unix (e.g. VAX/VMS), first use editor to change filename
# in "begin" line below to glade.tar-gz , then execute
#    uudecode glade.uu
#    gzip -d glade.tar-gz
#    tar -xvf glade.tar
#
uudecode $0
chmod 644 glade.tar.gz
gunzip -c glade.tar.gz | tar -xvf -
rm $0 glade.tar.gz
exit
How-To-Repeat: 
	uuencoded port tarball included below
Comment 1 Thomas Gellekum freebsd_committer freebsd_triage 1998-06-30 10:51:26 UTC
State Changed
From-To: open->closed

Duplicate of 7107. Sorry, but Dom was faster.