From 53504a6ffa21cbb53bf96f3a690a922ed132598e Mon Sep 17 00:00:00 2001 From: rh Date: Fri, 6 Sep 2002 23:51:13 +0000 Subject: Initial importof gice-0.6.1, a C language text editor using GTK2. Provided by Julio Merino in PR pkg/18083. --- editors/gice/DESCR | 4 ++++ editors/gice/Makefile | 26 ++++++++++++++++++++++++++ editors/gice/PLIST | 2 ++ editors/gice/distinfo | 4 ++++ 4 files changed, 36 insertions(+) create mode 100644 editors/gice/DESCR create mode 100644 editors/gice/Makefile create mode 100644 editors/gice/PLIST create mode 100644 editors/gice/distinfo (limited to 'editors') diff --git a/editors/gice/DESCR b/editors/gice/DESCR new file mode 100644 index 00000000000..f682700c2cb --- /dev/null +++ b/editors/gice/DESCR @@ -0,0 +1,4 @@ +gICE is a powerful C text editor, developed using the GTK 2.0 toolkit. +It provides advanced features like: AutoIdentation, Colors, text +AutoFormating, C program AutoCorrection (gICE can read the source code +and find lexic mistakes) and more. diff --git a/editors/gice/Makefile b/editors/gice/Makefile new file mode 100644 index 00000000000..5e738616eb4 --- /dev/null +++ b/editors/gice/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/09/06 23:51:13 rh Exp $ +# + +DISTNAME= gice-0.6.1 +CATEGORIES= editors +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gice/} +EXTRACT_SUFX= .tgz + +MAINTAINER= jmmv@hispabsd.org +HOMEPAGE= http://gice.sourceforge.net/ +COMMENT= Powerful C text editor with advanced features + +USE_X11= YES +USE_GMAKE= YES +USE_BUILDLINK_ONLY= YES +GNU_CONFIGURE= YES + +WRKSRC= ${WRKDIR}/gice +ALL_TARGET= gice + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/gice ${PREFIX}/bin + +.include "../../x11/gtk2/buildlink.mk" +.include "../../mk/x11.buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/editors/gice/PLIST b/editors/gice/PLIST new file mode 100644 index 00000000000..605e5281547 --- /dev/null +++ b/editors/gice/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/09/06 23:51:14 rh Exp $ +bin/gice diff --git a/editors/gice/distinfo b/editors/gice/distinfo new file mode 100644 index 00000000000..674409f6987 --- /dev/null +++ b/editors/gice/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/09/06 23:51:14 rh Exp $ + +SHA1 (gice-0.6.1.tgz) = 4f3a0cc70fadcfc1c28ec27f9097959ba1bf6276 +Size (gice-0.6.1.tgz) = 96781 bytes -- cgit v1.2.3