diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-06 12:37:31 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-06 12:37:31 +0000 |
commit | 15e9100c0635ffb1eccfcf5de3aad82650a7fed3 (patch) | |
tree | 2cf16f197dcbc334a862bcaa7636e4588ee3539e /editors/zoinks | |
parent | f1052f4cc19eddb903ad03fc1dba9e1c6b8f1126 (diff) | |
download | ports-15e9100c0635ffb1eccfcf5de3aad82650a7fed3.tar.gz ports-15e9100c0635ffb1eccfcf5de3aad82650a7fed3.zip |
new port for ports tree (editors/zoinks)
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).
PR: ports/54886
Submitted by: Mike Lockwood <mike@mikelockwood.com>
Notes
Notes:
svn path=/head/; revision=90440
Diffstat (limited to 'editors/zoinks')
-rw-r--r-- | editors/zoinks/Makefile | 35 | ||||
-rw-r--r-- | editors/zoinks/distinfo | 1 | ||||
-rw-r--r-- | editors/zoinks/pkg-descr | 11 | ||||
-rw-r--r-- | editors/zoinks/pkg-plist | 2 |
4 files changed, 49 insertions, 0 deletions
diff --git a/editors/zoinks/Makefile b/editors/zoinks/Makefile new file mode 100644 index 000000000000..d21708140875 --- /dev/null +++ b/editors/zoinks/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: zoinks +# Date created: 26 July 2003 +# Whom: Mike Lockwood <mike@mikelockwood.com> +# +# $FreeBSD$ +# + +PORTNAME= zoinks +PORTVERSION= 0.3.5 +CATEGORIES= editors +MASTER_SITES= http://zoinks.mikelockwood.com/download/ +DISTNAME= ${PORTNAME}-${PORTVERSION} + +MAINTAINER= mike@mikelockwood.com +COMMENT= An X11 programmer's editor and development environment + +.if defined(WITH_IMLIB) +USE_GNOME= imlib +CONFIGURE_ARGS+= --enable-imlib +.else +CONFIGURE_ARGS+= --disable-imlib +.endif + +USE_XPM= yes +GNU_CONFIGURE= yes + +pre-everything:: + @${ECHO_MSG} "" + @${ECHO_MSG} "Zoinks can be built with optional support for calculating image sizes" + @${ECHO_MSG} "and image thumbnail creation for HTML files." + @${ECHO_MSG} "These features require the Gnome imlib library." + @${ECHO_MSG} "Use WITH_IMLIB=yes to enable these features." + @${ECHO_MSG} "" + +.include <bsd.port.mk> diff --git a/editors/zoinks/distinfo b/editors/zoinks/distinfo new file mode 100644 index 000000000000..7fea5103e94d --- /dev/null +++ b/editors/zoinks/distinfo @@ -0,0 +1 @@ +MD5 (zoinks-0.3.5.tar.gz) = 4facf5d37ad5d7aa9d97ec04c24f47c5 diff --git a/editors/zoinks/pkg-descr b/editors/zoinks/pkg-descr new file mode 100644 index 000000000000..0ceec9c2103c --- /dev/null +++ b/editors/zoinks/pkg-descr @@ -0,0 +1,11 @@ +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). + +WWW: http://zoinks.mikelockwood.com/ + +- Mike Lockwood +mike@mikelockwood.com diff --git a/editors/zoinks/pkg-plist b/editors/zoinks/pkg-plist new file mode 100644 index 000000000000..00e5a5dcdf19 --- /dev/null +++ b/editors/zoinks/pkg-plist @@ -0,0 +1,2 @@ +bin/zoinks +share/locale/ja/LC_MESSAGES/zoinks.mo |