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

(-)topic-1.04/Makefile (-1 / +4 lines)
Lines 1-7 Link Here
1
# Created by: Michael Sanders <email@freebsd.hypermart.net>
1
# $FreeBSD: head/textproc/topic/Makefile 343738 2014-02-11 12:45:56Z culot $
2
# $FreeBSD: head/textproc/topic/Makefile 343738 2014-02-11 12:45:56Z culot $
2
3
3
PORTNAME=	topic
4
PORTNAME=	topic
4
PORTVERSION=	1.03
5
PORTVERSION=	1.04
5
CATEGORIES=	textproc
6
CATEGORIES=	textproc
6
MASTER_SITES=	http://freebsd.hypermart.net/code/
7
MASTER_SITES=	http://freebsd.hypermart.net/code/
7
8
Lines 10-15 Link Here
10
11
11
LICENSE=	BSD2CLAUSE
12
LICENSE=	BSD2CLAUSE
12
13
14
PLIST_FILES=	bin/topic \
15
		man/man1/topic.1.gz
13
do-install:
16
do-install:
14
	${INSTALL_PROGRAM} ${WRKSRC}/topic ${STAGEDIR}${PREFIX}/bin/topic
17
	${INSTALL_PROGRAM} ${WRKSRC}/topic ${STAGEDIR}${PREFIX}/bin/topic
15
	${INSTALL_MAN} ${WRKSRC}/topic.1 ${STAGEDIR}${PREFIX}/man/man1/topic.1
18
	${INSTALL_MAN} ${WRKSRC}/topic.1 ${STAGEDIR}${PREFIX}/man/man1/topic.1
(-)topic-1.04/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (topic-1.03.tar.gz) = d36d157e08a2bf5258dff1279e2a4aca9ba22ac22e4579fbf68d823c1cedb66f
1
SHA256 (topic-1.04.tar.gz) = f84aec861b01b0fddb06e3af41bb5e42926cdf7867cfe7429861a0712e1f9524
2
SIZE (topic-1.03.tar.gz) = 5810
2
SIZE (topic-1.04.tar.gz) = 18335
(-)topic-1.04/pkg-descr (+1 lines)
Lines 1-4 Link Here
1
TOPIC markup provides a minimal context for plain text databases that
1
TOPIC markup provides a minimal context for plain text databases that
2
can be read/modified by most text editors, and easily parsed as well.
2
can be read/modified by most text editors, and easily parsed as well.
3
Use as a classic Unix filter or interactively with included REPL.
3
4
4
WWW: http://freebsd.hypermart.net/topic.html
5
WWW: http://freebsd.hypermart.net/topic.html
(-)topic-1.04/pkg-plist (-2 lines)
Lines 1-2 Link Here
1
bin/topic
2
man/man1/topic.1.gz

Return to bug 196121