Commit 6fd9355a authored by Rene Ladan's avatar Rene Ladan
Browse files

Remove expired ports:

devel/buildtool-doc
2021-04-01 devel/buildtool: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 misc/floatator: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 finance/wmstock: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 ftp/frox: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
parent 0bf8c12f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -16268,3 +16268,8 @@ emulators/dtcyber||2021-04-07|Has expired: Unmaintained and dead upstream, does
ftp/jftpgw||2021-04-07|Has expired: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
ftp/pureadmin||2021-04-07|Has expired: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
textproc/hs-pandoc-citeproc||2021-04-07|Has expired: Integrated into textproc/hs-pandoc
devel/buildtool-doc||2021-04-07|Removed, depends on expired devel/buildtool
devel/buildtool||2021-04-07|Has expired: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
misc/floatator||2021-04-07|Has expired: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
finance/wmstock||2021-04-07|Has expired: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
ftp/frox||2021-04-07|Has expired: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
+0 −2
Original line number Diff line number Diff line
@@ -274,8 +274,6 @@
    SUBDIR += bugzilla50
    SUBDIR += build
    SUBDIR += buildstream
    SUBDIR += buildtool
    SUBDIR += buildtool-doc
    SUBDIR += bullet
    SUBDIR += busybee
    SUBDIR += byacc

devel/buildtool-doc/Makefile

deleted100644 → 0
+0 −41
Original line number Diff line number Diff line
# Created by: Sergei Kolobov <sergei@kolobov.com>

PORTNAME=	buildtool-doc
PORTVERSION=	0.16
PORTREVISION=	1
CATEGORIES=	devel
MASTER_SITES=	SF/buildtool/${PORTNAME}/${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Buildtool User's and Developer's manuals

BUILD_DEPENDS=	${BUILDTOOL}:devel/buildtool \
		xsltproc:textproc/libxslt \
		xmlcatalog:textproc/libxml2 \
		docbook-xml>0:textproc/docbook-xml \
		${DOCBOOK_XSL}:textproc/docbook-xsl

BUILDTOOL=	${LOCALBASE}/bin/buildtool
CONFIGURE_ARGS=	--prefix=${STAGEDIR}${PREFIX} --dir-doc=${STAGEDIR}${DOCSDIR} \
		--dir-html=${STAGEDIR}${DOCSDIR}

DOCBOOK_XML=	${LOCALBASE}/share/xml/docbook/4.2
DOCBOOK_XSL=	${LOCALBASE}/share/xsl/docbook/html/docbook.xsl

DOCS=		CHANGES COPYING PEOPLE README README.bt

OPTIONS_DEFINE=	DOCS

do-configure:
	cd ${WRKSRC} && \
		CATALOG_FILE=${LOCALBASE}/share/xml/catalog.ports \
		DOCBOOK_XSL=${LOCALBASE}/share/xsl/docbook \
		${BUILDTOOL} config ${CONFIGURE_ARGS}

do-build:
	cd ${WRKSRC} && ${BUILDTOOL} build

do-install:
	cd ${WRKSRC} && ${BUILDTOOL} install

.include <bsd.port.mk>

devel/buildtool-doc/distinfo

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
SHA256 (buildtool-doc-0.16.tar.gz) = ad1ca5d9243835cd9c487e225d55005c78ac69a339a3ab32379b8d027f39efe9
SIZE (buildtool-doc-0.16.tar.gz) = 45891

devel/buildtool-doc/pkg-descr

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
This package includes the Buildtool User's and Developer's manual.
You will need Buildtool itself to generate and install end user
documents.

WWW: http://buildtool.sourceforge.net/
Loading