diff --git a/textproc/bbe/Makefile b/textproc/bbe/Makefile index 3622c8f1542f..68cbe2e9bb13 100644 --- a/textproc/bbe/Makefile +++ b/textproc/bbe/Makefile @@ -1,34 +1,30 @@ PORTNAME= bbe PORTVERSION= 0.2.2 PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}-/${PORTNAME}/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= danfe@FreeBSD.org COMMENT= Sed-like editor for binary files WWW= https://sourceforge.net/projects/bbe-/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -DEPRECATED= Abandonware and unmaintained in tree for years -EXPIRATION_DATE=2025-04-30 - GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share INFO= ${PORTNAME} PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz PORTDOCS= * OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/bbe.html ${STAGEDIR}${DOCSDIR} .for i in AUTHORS ChangeLog README ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor .include diff --git a/textproc/sablotron/Makefile b/textproc/sablotron/Makefile index 706ee8509b28..ab9049a4521d 100644 --- a/textproc/sablotron/Makefile +++ b/textproc/sablotron/Makefile @@ -1,58 +1,54 @@ PORTNAME= sablotron PORTVERSION= 1.0.3 PORTREVISION= 5 CATEGORIES= textproc MASTER_SITES= SF/sablotron/sablotron-${PORTVERSION} DISTNAME= Sablot-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= danfe@FreeBSD.org COMMENT= XML toolkit implementing XSLT 1.0, XPath 1.0 and DOM Level2 WWW= https://sourceforge.net/projects/sablotron/ LICENSE= MPL11 GPLv2+ LICENSE_COMB= dual LIB_DEPENDS= libexpat.so:textproc/expat2 -DEPRECATED= Obsolete XML processor that only supports legacy languages -EXPIRATION_DATE=2025-04-30 - GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USES= gmake iconv libtool localbase:ldflags USE_CXXSTD= c++98 USE_LDCONFIG= yes LDFLAGS+= ${ICONV_LIB} PORTDOCS= * OPTIONS_DEFINE= DEBUGGER DISABLE_META DOCS DOCUMENT_ERRORS DOM DEBUGGER_DESC= Build with XSLT debugger DISABLE_META_DESC= Do not output the META HTML tag DOCUMENT_ERRORS_DESC= Allow document errors DOM_DESC= Build with the DOM interface OPTIONS_DEFAULT= DOM DOCUMENT_ERRORS DEBUGGER_CONFIGURE_ENABLE= debugger DISABLE_META_CONFIGURE_ON= --disable-adding-meta DOCS_BUILD_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser DOCS_CONFIGURE_ON= --with-html-dir=${DOCSDIR} DOCS_USES= perl5 DOCS_USE= PERL5=build DOM_CONFIGURE_ENABLE= dom DOCUMENT_ERRORS_CONFIGURE_ENABLE= document-errors post-patch-DOCS-off: @${REINPLACE_CMD} -e '/^SUBDIRS =/s/apidoc//' ${WRKSRC}/doc/Makefile.in post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsablot.so post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} README README_JS RELEASE \ doc/misc/DEBUGGER doc/misc/NOTES ${STAGEDIR}${DOCSDIR} .include