- 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)
This commit is contained in:
parent
3e1b300f56
commit
8b04b00d43
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305460
@ -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
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (scite321.tgz) = f95c89074fd73a22b783b5582d3b23cdbd4b7eb38ab407721a702c4a1bcb678c
|
||||
SIZE (scite321.tgz) = 2043490
|
||||
SHA256 (scite322.tgz) = 9f17fe2a5dc294bd1077bf64f713bb06733eec271bab770841e55474e6c781c8
|
||||
SIZE (scite322.tgz) = 2048866
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user