aboutsummaryrefslogtreecommitdiff
path: root/editors/le
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2011-06-07 11:14:25 +0000
committerWesley Shields <wxs@FreeBSD.org>2011-06-07 11:14:25 +0000
commit4f24c7f97ded7dcb5edca48b857542620dcd73eb (patch)
treee84a856f66558d390aa971a7fe4a262ae51ce353 /editors/le
parent5cec05d8685e24eddf9cc72d59d7332502e4222c (diff)
downloadports-4f24c7f97ded7dcb5edca48b857542620dcd73eb.tar.gz
ports-4f24c7f97ded7dcb5edca48b857542620dcd73eb.zip
- Update to 1.14.5.
- Pass maintainer to submiter. - Add LICENSE. - Add WWW to pkg-descr. PR: ports/157671 Submitted by: Ryan Steinmetz <rpsfa@rit.edu>
Notes
Notes: svn path=/head/; revision=275185
Diffstat (limited to 'editors/le')
-rw-r--r--editors/le/Makefile9
-rw-r--r--editors/le/distinfo4
-rw-r--r--editors/le/pkg-descr2
3 files changed, 10 insertions, 5 deletions
diff --git a/editors/le/Makefile b/editors/le/Makefile
index ebf9fe2af344..f51f72e2dfb2 100644
--- a/editors/le/Makefile
+++ b/editors/le/Makefile
@@ -6,12 +6,13 @@
#
PORTNAME= le
-PORTVERSION= 1.14.3
+PORTVERSION= 1.14.5
CATEGORIES= editors
-MASTER_SITES= ftp://ftp.yar.ru/pub/source/le/%SUBDIR%/
+MASTER_SITES= ftp://ftp.yar.ru/pub/source/le/%SUBDIR%/ \
+ http://people.rit.edu/~rpsfa/distfiles/
MASTER_SITE_SUBDIR= . old
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= rpsfa@rit.edu
COMMENT= Text editor with block and binary operations
USE_BZIP2= yes
@@ -22,6 +23,8 @@ PORTDOCS= *
PORTDATA= *
PLIST_FILES= bin/le
+LICENSE= GPLv3
+
MISC_DATA= colors-black colors-blue colors-defbg colors-green \
colors-white keymap-emacs mainmenu mainmenu-ru syntax
SRC_DATA= le.hlp
diff --git a/editors/le/distinfo b/editors/le/distinfo
index d62e5249f8da..a2194a6124f2 100644
--- a/editors/le/distinfo
+++ b/editors/le/distinfo
@@ -1,2 +1,2 @@
-SHA256 (le-1.14.3.tar.bz2) = 4777e4988dd50108d82a866f6a60b9bdb81a26579e120c8292eb675aeaa71831
-SIZE (le-1.14.3.tar.bz2) = 453917
+SHA256 (le-1.14.5.tar.bz2) = f7844bba6fe3112e87efe98076af30ae0e2a6030ec429c22cd37ad6a9e5ecc23
+SIZE (le-1.14.5.tar.bz2) = 575412
diff --git a/editors/le/pkg-descr b/editors/le/pkg-descr
index 33f2c4fce335..bf6cfca0844b 100644
--- a/editors/le/pkg-descr
+++ b/editors/le/pkg-descr
@@ -4,3 +4,5 @@ can edit text with multi-byte character encoding, has full undo/redo, can
edit files and mmap-able devices in mmap shared mode (only replace), has
tunable syntax highlighting, tunable color scheme (can use default colors),
tunable key map.
+
+WWW: http://freshmeat.net/projects/leeditor/