mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
textproc/topic: Update to 1.04
- Update to 1.04 - Use PLIST_FILES, delete pkg-plist accordingly - Update pkg-descr PR: 196121 Submitted by: maintainer <email at freebsd hypermart net>
This commit is contained in:
parent
228e65a91b
commit
b1c97be97a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=375207
4 changed files with 7 additions and 5 deletions
|
@ -1,7 +1,8 @@
|
||||||
|
# Created by: Michael Sanders <email@freebsd.hypermart.net>
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= topic
|
PORTNAME= topic
|
||||||
PORTVERSION= 1.03
|
PORTVERSION= 1.04
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
MASTER_SITES= http://freebsd.hypermart.net/code/
|
MASTER_SITES= http://freebsd.hypermart.net/code/
|
||||||
|
|
||||||
|
@ -10,6 +11,8 @@ COMMENT= Topic markup parser
|
||||||
|
|
||||||
LICENSE= BSD2CLAUSE
|
LICENSE= BSD2CLAUSE
|
||||||
|
|
||||||
|
PLIST_FILES= bin/topic \
|
||||||
|
man/man1/topic.1.gz
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/topic ${STAGEDIR}${PREFIX}/bin/topic
|
${INSTALL_PROGRAM} ${WRKSRC}/topic ${STAGEDIR}${PREFIX}/bin/topic
|
||||||
${INSTALL_MAN} ${WRKSRC}/topic.1 ${STAGEDIR}${PREFIX}/man/man1/topic.1
|
${INSTALL_MAN} ${WRKSRC}/topic.1 ${STAGEDIR}${PREFIX}/man/man1/topic.1
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (topic-1.03.tar.gz) = d36d157e08a2bf5258dff1279e2a4aca9ba22ac22e4579fbf68d823c1cedb66f
|
SHA256 (topic-1.04.tar.gz) = f84aec861b01b0fddb06e3af41bb5e42926cdf7867cfe7429861a0712e1f9524
|
||||||
SIZE (topic-1.03.tar.gz) = 5810
|
SIZE (topic-1.04.tar.gz) = 18335
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
TOPIC markup provides a minimal context for plain text databases that
|
TOPIC markup provides a minimal context for plain text databases that
|
||||||
can be read/modified by most text editors, and easily parsed as well.
|
can be read/modified by most text editors, and easily parsed as well.
|
||||||
|
Use as a classic Unix filter or interactively with included REPL.
|
||||||
|
|
||||||
WWW: http://freebsd.hypermart.net/topic.html
|
WWW: http://freebsd.hypermart.net/topic.html
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
bin/topic
|
|
||||||
man/man1/topic.1.gz
|
|
Loading…
Add table
Reference in a new issue