Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Jul 2003 17:16:56 -0400 (EDT)
From:      Mike Lockwood <mike@mikelockwood.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/54886: new port for ports tree
Message-ID:  <200307262116.h6QLGuDR057021@splat.mikelockwood.com>
Resent-Message-ID: <200307262120.h6QLK0aV005764@freefall.freebsd.org>

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

>Number:         54886
>Category:       ports
>Synopsis:       new port for ports tree
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 26 14:20:00 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mike Lockwood
>Release:        FreeBSD 4.7-RELEASE-p8 i386
>Organization:
Mike Lockwood
>Environment:
System: FreeBSD splat.mikelockwood.com 4.7-RELEASE-p8 FreeBSD 4.7-RELEASE-p8 #0: Thu Mar 20 19:54:31 EST 2003 root@splat.mikelockwood.com:/usr/obj/usr/src/sys/SPLAT i386


>Description:
Here is a new port I am submitting for the ports tree in the editors section:

Zoinks is a programmer's editor and development environment for
Unix/X11 systems.   The editor has features similar to Mac text 
editors like MPW and CodeWarrior.   It also has some features for 
HTML authoring. Zoinks supports comparing/diffing files and 
directory hierarchies. It also supports inputting and editing 
multi-byte text (e.g. Japanese and other Asian languages).
	
>How-To-Repeat:
	
>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:
#
#	editors/zoinks
#	editors/zoinks/Makefile
#	editors/zoinks/pkg-plist
#	editors/zoinks/pkg-descr
#	editors/zoinks/distinfo
#
echo c - editors/zoinks
mkdir -p editors/zoinks > /dev/null 2>&1
echo x - editors/zoinks/Makefile
sed 's/^X//' >editors/zoinks/Makefile << 'END-of-editors/zoinks/Makefile'
X# New ports collection makefile for:	zoinks
X# Date created:				26 July 2003
X# Whom:					Mike Lockwood <mike@mikelockwood.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=		zoinks
XPORTVERSION=	0.3.5
XCATEGORIES=		editors
XMASTER_SITES=	http://zoinks.mikelockwood.com/download/
XDISTNAME=		${PORTNAME}-${PORTVERSION}
X
XMAINTAINER=		mike@mikelockwood.com
XCOMMENT=		An X11 programmer's editor and development environment
X
X.if defined(WITH_IMLIB)
XUSE_GNOME=	imlib
XCONFIGURE_ARGS+=	--enable-imlib
X.else
XCONFIGURE_ARGS+=	--disable-imlib
X.endif
X
XUSE_XPM=	yes
XGNU_CONFIGURE= yes
X
Xpre-everything::
X	@${ECHO_MSG} ""
X	@${ECHO_MSG} "Zoinks can be built with optional support for calculating image sizes"
X	@${ECHO_MSG} "and image thumbnail creation for HTML files."
X	@${ECHO_MSG} "These features require the Gnome imlib library."
X	@${ECHO_MSG} "Use WITH_IMLIB=yes to enable these features."
X	@${ECHO_MSG} ""
X
X.include <bsd.port.mk>
END-of-editors/zoinks/Makefile
echo x - editors/zoinks/pkg-plist
sed 's/^X//' >editors/zoinks/pkg-plist << 'END-of-editors/zoinks/pkg-plist'
Xbin/zoinks
Xshare/locale/ja/LC_MESSAGES/zoinks.mo
END-of-editors/zoinks/pkg-plist
echo x - editors/zoinks/pkg-descr
sed 's/^X//' >editors/zoinks/pkg-descr << 'END-of-editors/zoinks/pkg-descr'
XZoinks is a programmer's editor and development environment for
XUnix/X11 systems.   The editor has features similar to Mac text 
Xeditors like MPW and CodeWarrior.   It also has some features for 
XHTML authoring. Zoinks supports comparing/diffing files and 
Xdirectory hierarchies. It also supports inputting and editing 
Xmulti-byte text (e.g. Japanese and other Asian languages).
X
XWWW: http://zoinks.mikelockwood.com/
X
X- Mike Lockwood
Xmike@mikelockwood.com
END-of-editors/zoinks/pkg-descr
echo x - editors/zoinks/distinfo
sed 's/^X//' >editors/zoinks/distinfo << 'END-of-editors/zoinks/distinfo'
XMD5 (zoinks-0.3.5.tar.gz) = 4facf5d37ad5d7aa9d97ec04c24f47c5
END-of-editors/zoinks/distinfo
exit



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



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