[Midnightbsd-cvs] mports: editors/zile: add zile
crash at midnightbsd.org
crash at midnightbsd.org
Fri May 16 11:47:56 EDT 2008
Log Message:
-----------
add zile
Added Files:
-----------
mports/editors/zile:
Makefile (r1.1)
distinfo (r1.1)
pkg-descr (r1.1)
-------------- next part --------------
--- /dev/null
+++ editors/zile/pkg-descr
@@ -0,0 +1,5 @@
+zile is another emacs clone. zile is a customizable, self-documenting
+real-time display editor. zile was written to be similar as possible
+to emacs; every emacs user should feel at home with zile.
+
+WWW: http://www.gnu.org/software/zile/
--- /dev/null
+++ editors/zile/Makefile
@@ -0,0 +1,42 @@
+# New ports collection Makefile for: zile
+# Date created: 28 September 2000
+# Whom: jasone
+#
+# $FreeBSD: ports/editors/zile/Makefile,v 1.58 2008/05/16 14:10:54 miwi Exp $
+# $MidnightBSD: mports/editors/zile/Makefile,v 1.1 2008/05/16 15:47:56 crash Exp $
+
+PORTNAME= zile
+PORTVERSION= 2.2.59
+CATEGORIES= editors
+MASTER_SITES= GNU
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Small emacs-like text editor
+LICENSE= gpl3
+USE_GNOME= gnometarget
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= LIBS="-lgnuregex"
+
+MAN1= zile.1
+INFO= zile
+PLIST_FILES= bin/zile %%DATADIR%%/AUTODOC %%DATADIR%%/FAQ %%DATADIR%%/HELP \
+ %%DATADIR%%/TUTORIAL %%DATADIR%%/dotzile.sample
+PLIST_DIRS= %%DATADIR%%
+
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 502010
+GNU_REGEX_H= gnu/regex.h
+.else
+GNU_REGEX_H= gnuregex.h
+.endif
+
+post-patch:
+ @${REINPLACE_CMD} -e \
+ 's|<regex\.h>|<${GNU_REGEX_H}>|g ; \
+ s|_regex_h|_${GNU_REGEX_H:S/\//_/g:S/./_/g}|g ; \
+ s|-pedantic||g' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e \
+ 's|<regex\.h>|<${GNU_REGEX_H}>|g' ${WRKSRC}/src/search.c
+
+.include <bsd.port.post.mk>
--- /dev/null
+++ editors/zile/distinfo
@@ -0,0 +1,3 @@
+MD5 (zile-2.2.59.tar.gz) = ff7e448e230de8eebb6b0a675b73a0fe
+SHA256 (zile-2.2.59.tar.gz) = 17e8b289781303cb84dad85a78db6f0bd4ec96a83676c1e00148f3618ddb1b66
+SIZE (zile-2.2.59.tar.gz) = 418313
More information about the Midnightbsd-cvs
mailing list