View | Details | Raw Unified | Return to bug 171991
Collapse All | Expand All

(-)editors//uemacs/Makefile (-9 / +4 lines)
Lines 1-28 Link Here
1
# New ports collection makefile for:	MicroEmacs
1
# Created by: Thomas Gellekum <tg@FreeBSD.org>
2
# Date created:         16 Jan 1995
3
# Whom:                 Thomas Gellekum <tg@FreeBSD.org>
4
#
5
# $FreeBSD: ports/editors/uemacs/Makefile,v 1.21 2012/09/21 06:52:44 bapt Exp $
2
# $FreeBSD: ports/editors/uemacs/Makefile,v 1.21 2012/09/21 06:52:44 bapt Exp $
6
#
7
3
8
PORTNAME=	uemacs
4
PORTNAME=	uemacs
9
PORTVERSION=	4.0
5
PORTVERSION=	4.0
10
CATEGORIES=	editors
6
CATEGORIES=	editors
11
MASTER_SITES=	http://uemacs.tripod.com/ \
7
MASTER_SITES=	http://debian.uni-duisburg-essen.de/misc/memacs/disk2/ \
8
		http://www.hpcc.ecs.soton.ac.uk/software/uemacs400/disk2/ \
12
		ftp://aquest.com/pub/uemacs400/disk2/
9
		ftp://aquest.com/pub/uemacs400/disk2/
13
DISTNAME=	ue400dev
10
DISTNAME=	ue400dev
14
11
15
MAINTAINER=	ports@FreeBSD.org
12
MAINTAINER=	ports@FreeBSD.org
16
COMMENT=	A full screen editor
13
COMMENT=	A full screen editor
17
14
18
DEPRECATED=	No more public distfiles
19
EXPIRATION_DATE=	2012-10-20
20
21
NO_CDROM=	"Resale allowed for media cost only"
15
NO_CDROM=	"Resale allowed for media cost only"
22
16
23
NO_WRKSUBDIR=	yes
17
NO_WRKSUBDIR=	yes
24
USE_ZIP=	yes
18
USE_ZIP=	yes
25
EXTRACT_BEFORE_ARGS=	-Laq
19
EXTRACT_BEFORE_ARGS=	-Laq
20
MAKE_JOBS_SAFE=	yes
26
21
27
post-patch:
22
post-patch:
28
	@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/src/*.c
23
	@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/src/*.c
(-)editors//uemacs/pkg-descr (-15 / +16 lines)
Lines 1-17 Link Here
1
	MicroEMACS is a tool for creating and changing documents,
1
MicroEMACS is a tool for creating and changing documents, programs,
2
programs, and other text files. It is both relatively easy for the
2
and other text files. It is both relatively easy for the novice to
3
novice to use, but also very powerful in the hands of an expert.
3
use, but also very powerful in the hands of an expert. MicroEMACS
4
MicroEMACS can be extensively customized for the needs of the individual
4
can be extensively customized for the needs of the individual user.
5
user.
6
5
7
	MicroEMACS allows several files to be edited at the same time.
6
MicroEMACS allows several files to be edited at the same time. The
8
The screen can be split into different windows and screens, and text may
7
screen can be split into different windows and screens, and text may
9
be moved freely from one window on any screen to the next. Depending on
8
be moved freely from one window on any screen to the next. Depending
10
the type of file being edited, MicroEMACS can change how it behaves to
9
on the type of file being edited, MicroEMACS can change how it behaves
11
make editing simple. Editing standard text files, program files and
10
to make editing simple. Editing standard text files, program files
12
word processing documents are all possible at the same time.
11
and word processing documents are all possible at the same time.
13
12
14
	There are extensive capabilities to make word processing and
13
There are extensive capabilities to make word processing and editing
15
editing easier. These include commands for string searching and
14
easier. These include commands for string searching and replacing,
16
replacing, paragraph reformatting and deleting, automatic word wrapping,
15
paragraph reformatting and deleting, automatic word wrapping, word
17
word move and deletes, easy case controlling, and automatic word counts.
16
move and deletes, easy case controlling, and automatic word counts.
17
18
WWW: http://www.aquest.com/emacs.htm

Return to bug 171991