diff options
author | cs <cs@FreeBSD.org> | 2012-10-07 19:31:54 +0800 |
---|---|---|
committer | cs <cs@FreeBSD.org> | 2012-10-07 19:31:54 +0800 |
commit | 8269a0a3a25a174b9b2bdabea4c51ae2108df908 (patch) | |
tree | 1bf4fbece1332e027f955e2d25b7d507b25810b7 /x11-toolkits/scintilla | |
parent | 16eabd307c0dc34c31022d2a8872ec4be983999f (diff) | |
download | freebsd-ports-gnome-8269a0a3a25a174b9b2bdabea4c51ae2108df908.tar.gz freebsd-ports-gnome-8269a0a3a25a174b9b2bdabea4c51ae2108df908.tar.zst freebsd-ports-gnome-8269a0a3a25a174b9b2bdabea4c51ae2108df908.zip |
- Update to 3.2.2
- Cleanup header of Makefile
- Cleanup COMMENT and pkg-descr
PR: ports/172442
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Diffstat (limited to 'x11-toolkits/scintilla')
-rw-r--r-- | x11-toolkits/scintilla/Makefile | 10 | ||||
-rw-r--r-- | x11-toolkits/scintilla/distinfo | 4 | ||||
-rw-r--r-- | x11-toolkits/scintilla/pkg-descr | 10 |
3 files changed, 10 insertions, 14 deletions
diff --git a/x11-toolkits/scintilla/Makefile b/x11-toolkits/scintilla/Makefile index 90a3f4650468..506594c4ee89 100644 --- a/x11-toolkits/scintilla/Makefile +++ b/x11-toolkits/scintilla/Makefile @@ -1,19 +1,15 @@ -# New ports collection makefile for: scintilla -# Date created: 27 November 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# +# Created by: Maxim Sobolev <sobomax@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/x11-toolkits/scintilla/Makefile,v 1.3 2006/09/17 21:58:56 marcus Exp $ PORTNAME= scintilla -PORTVERSION= 3.2.1 +PORTVERSION= 3.2.2 CATEGORIES= x11-toolkits MASTER_SITES= SF/scintilla/SciTE/${PORTVERSION} DISTNAME= scite${PORTVERSION:S/.//g} EXTRACT_SUFX= .tgz MAINTAINER= cyberbotx@cyberbotx.com -COMMENT= A full-featured free source code editing component for GTK+ +COMMENT= Full-featured free source code editing component for GTK+ WRKSRC= ${WRKDIR}/${PORTNAME}/gtk diff --git a/x11-toolkits/scintilla/distinfo b/x11-toolkits/scintilla/distinfo index d60b41286562..ede46b3a3476 100644 --- a/x11-toolkits/scintilla/distinfo +++ b/x11-toolkits/scintilla/distinfo @@ -1,2 +1,2 @@ -SHA256 (scite321.tgz) = f95c89074fd73a22b783b5582d3b23cdbd4b7eb38ab407721a702c4a1bcb678c -SIZE (scite321.tgz) = 2043490 +SHA256 (scite322.tgz) = 9f17fe2a5dc294bd1077bf64f713bb06733eec271bab770841e55474e6c781c8 +SIZE (scite322.tgz) = 2048866 diff --git a/x11-toolkits/scintilla/pkg-descr b/x11-toolkits/scintilla/pkg-descr index 51cca7495ef9..478e52b77c18 100644 --- a/x11-toolkits/scintilla/pkg-descr +++ b/x11-toolkits/scintilla/pkg-descr @@ -2,10 +2,10 @@ Scintilla is a free source code editing component. As well as features found in standard text editing components, Scintilla includes features especially useful when editing and debugging source code. These include support for syntax styling, error indicators, code completion and call tips. The selection margin -can contain markers like those used in debuggers to indicate breakpoints and -the current line. Styling choices are more open than with many editors, -allowing the use of proportional fonts, bold and italics, multiple foreground -and background colours and multiple fonts. It comes with complete source code -and may be used in any free project or commercial product. +can contain markers like those used in debuggers to indicate breakpoints and the +current line. Styling choices are more open than with many editors, allowing the +use of proportional fonts, bold and italics, multiple foreground and background +colours and multiple fonts. It comes with complete source code and may be used +in any free project or commercial product. WWW: http://www.scintilla.org/ |