diff options
author | rh <rh> | 2002-09-06 23:51:13 +0000 |
---|---|---|
committer | rh <rh> | 2002-09-06 23:51:13 +0000 |
commit | a57f6c9ac5247cd513332392b40663768c78872e (patch) | |
tree | ee7ce01f298d977e92cd29280dd7db037e3c6647 /editors/gice | |
parent | 5f1b7849fddd91f8cf6c171046a850ae52df33b4 (diff) | |
download | pkgsrc-a57f6c9ac5247cd513332392b40663768c78872e.tar.gz |
Initial importof gice-0.6.1, a C language text editor using GTK2.
Provided by Julio Merino <jmmv@hispabsd.org> in PR pkg/18083.
Diffstat (limited to 'editors/gice')
-rw-r--r-- | editors/gice/DESCR | 4 | ||||
-rw-r--r-- | editors/gice/Makefile | 26 | ||||
-rw-r--r-- | editors/gice/PLIST | 2 | ||||
-rw-r--r-- | editors/gice/distinfo | 4 |
4 files changed, 36 insertions, 0 deletions
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 |