diff --git a/textproc/minised/Makefile b/textproc/minised/Makefile index 90ae0f9460c1..6872bd44b153 100644 --- a/textproc/minised/Makefile +++ b/textproc/minised/Makefile @@ -1,21 +1,21 @@ # Created by: Andrew Pantyukhin PORTNAME= minised PORTVERSION= 1.15 CATEGORIES= textproc MASTER_SITES= http://dl.exactcode.de/oss/minised/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@BSDforge.com COMMENT= Smaller, cheaper, faster sed implementation ALL_TARGET= ${PORTNAME} PLIST_FILES= bin/${PORTNAME} man/man1/minised.1.gz post-patch: @${REINPLACE_CMD} -e 's|-O1||' ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ .include diff --git a/textproc/minised/pkg-descr b/textproc/minised/pkg-descr index 1dbacb31772e..a00bfe8a0c2b 100644 --- a/textproc/minised/pkg-descr +++ b/textproc/minised/pkg-descr @@ -1,15 +1,15 @@ This is a smaller, cheaper, faster SED implementation. Minix uses it. GNU used to use it, until they built their own sed around an extended (some would say over-extended) regexp package. For embedded use we searched for a tiny sed implementation especially for use with the dietlibc and found Eric S. Raymond's sed implementation quite handy. Though it suffered several bugs and was not under active maintenance anymore. After sending a bunch of fixes we agreed to continue maintaining this lovely, historic sed implementation. -Along a lot fixes and cleanups, further speedups, and some missing features -and POSIX conformance, we also added a test-suite to the package, so -regressions are quickly and easily uncovered. +Along with a lot fixes and cleanups, further speedups, and some missing +features and POSIX conformance, we also added a test-suite to the package, +so regressions are quickly and easily uncovered. WWW: http://www.exactcode.de/oss/minised/