Commit 8e2a89b5 authored by Rene Ladan's avatar Rene Ladan
Browse files

cleanup: Remove ports depending on expired lang/gcc6-aux

Keep ports-mgmt/synth and dependencies (including lang/gcc6-aux itself)
for now as synth is the only Ada port still maintained and might be
somewhat high-profile.

Removed ports:
archivers/zip-ada
cad/ghdl
databases/adabase
databases/apq
databases/apq-mysql
databases/apq-odbc
databases/apq-pgsql
devel/ada-util
devel/adabooch
devel/adaid
devel/ahven
devel/alog
devel/aunit
devel/florist-gpl
devel/gprbuild
devel/libspark2012
devel/matreshka
devel/pcsc-ada
devel/pragmarcs
devel/sdl_gnat
dns/ironsides
graphics/generic_image_decoder
lang/adacontrol
lang/asis
lang/gnat_util
lang/lua-ada
math/plplot-ada
misc/excel-writer
net/adasockets
net/anet
security/libadacrypt
textproc/adabrowse
textproc/templates_parser
textproc/words
textproc/xmlada
x11-toolkits/gtkada
x11-toolkits/gtkada3
parent a2c32d64
Loading
Loading
Loading
Loading
+37 −0
Original line number Diff line number Diff line
@@ -16912,3 +16912,40 @@ net-mgmt/zabbix3-java||2022-02-28|Has expired: Upstream EOL reached on 2021-02-2
net-mgmt/zabbix3-frontend||2022-02-28|Has expired: Upstream EOL reached on 2021-02-28
net-mgmt/zabbix3-agent||2022-02-28|Has expired: Upstream EOL reached on 2021-02-28
net-mgmt/zabbix3-server||2022-02-28|Has expired: Upstream EOL reached on 2021-02-28
archivers/zip-ada||2022-02-28|Removed, depends on expired lang/gcc6-aux
cad/ghdl||2022-02-28|Removed, depends on expired lang/gcc6-aux
databases/adabase||2022-02-28|Removed, depends on expired lang/gcc6-aux
databases/apq||2022-02-28|Removed, depends on expired lang/gcc6-aux
databases/apq-mysql||2022-02-28|Removed, depends on expired lang/gcc6-aux
databases/apq-odbc||2022-02-28|Removed, depends on expired lang/gcc6-aux
databases/apq-pgsql||2022-02-28|Removed, depends on expired lang/gcc6-aux
devel/ada-util||2022-02-28|Removed, depends on expired lang/gcc6-aux
devel/adabooch||2022-02-28|Removed, depends on expired lang/gcc6-aux
devel/adaid||2022-02-28|Removed, depends on expired lang/gcc6-aux
devel/ahven||2022-02-28|Removed, depends on expired lang/gcc6-aux
devel/alog||2022-02-28|Removed, depends on expired lang/gcc6-aux
devel/aunit||2022-02-28|Removed, depends on expired lang/gcc6-aux
devel/florist-gpl||2022-02-28|Removed, depends on expired lang/gcc6-aux
devel/gprbuild||2022-02-28|Removed, depends on expired lang/gcc6-aux
devel/libspark2012||2022-02-28|Removed, depends on expired lang/gcc6-aux
devel/matreshka||2022-02-28|Removed, depends on expired lang/gcc6-aux
devel/pcsc-ada||2022-02-28|Removed, depends on expired lang/gcc6-aux
devel/pragmarcs||2022-02-28|Removed, depends on expired lang/gcc6-aux
devel/sdl_gnat||2022-02-28|Removed, depends on expired lang/gcc6-aux
dns/ironsides||2022-02-28|Removed, depends on expired lang/gcc6-aux
graphics/generic_image_decoder||2022-02-28|Removed, depends on expired lang/gcc6-aux
lang/adacontrol||2022-02-28|Removed, depends on expired lang/gcc6-aux
lang/asis||2022-02-28|Removed, depends on expired lang/gcc6-aux
lang/gnat_util||2022-02-28|Removed, depends on expired lang/gcc6-aux
lang/lua-ada||2022-02-28|Removed, depends on expired lang/gcc6-aux
math/plplot-ada||2022-02-28|Removed, depends on expired lang/gcc6-aux
misc/excel-writer||2022-02-28|Removed, depends on expired lang/gcc6-aux
net/adasockets||2022-02-28|Removed, depends on expired lang/gcc6-aux
net/anet||2022-02-28|Removed, depends on expired lang/gcc6-aux
security/libadacrypt||2022-02-28|Removed, depends on expired lang/gcc6-aux
textproc/adabrowse||2022-02-28|Removed, depends on expired lang/gcc6-aux
textproc/templates_parser||2022-02-28|Removed, depends on expired lang/gcc6-aux
textproc/words||2022-02-28|Removed, depends on expired lang/gcc6-aux
textproc/xmlada||2022-02-28|Removed, depends on expired lang/gcc6-aux
x11-toolkits/gtkada||2022-02-28|Removed, depends on expired lang/gcc6-aux
x11-toolkits/gtkada3||2022-02-28|Removed, depends on expired lang/gcc6-aux
+0 −1
Original line number Diff line number Diff line
@@ -261,7 +261,6 @@
    SUBDIR += xpk
    SUBDIR += zchunk
    SUBDIR += zip
    SUBDIR += zip-ada
    SUBDIR += zipmix
    SUBDIR += zipper
    SUBDIR += zlib-ng

archivers/zip-ada/Makefile

deleted100644 → 0
+0 −54
Original line number Diff line number Diff line
# Created by: John Marino <marino@FreeBSD.org>

PORTNAME=	zip-ada
DISTVERSION=	55
CATEGORIES=	archivers
MASTER_SITES=	SF/unzip-ada/
DISTNAME=	zipada${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Zip compressed archive file format library written in Ada

LICENSE=	MIT

USES=		ada perl5 dos2unix zip
USE_PERL5=	build
WRKSRC=		${WRKDIR}/zip-ada
MAKE_ENV+=	Build_Mode=Fast

ZTOOLS=		bunzip bwt_dec bwt_enc comp_zip find_zip lzhuf \
		lzma_dec lzma_enc rezip unzipada zipada

DEMOS=		bwt_demo demo_csv_into_zip demo_unzip demo_zip

OPTIONS_DEFINE=	EXAMPLES

do-build:
	(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} gnatmake -p -P zipada.gpr)

do-install:
	@${MKDIR} ${STAGEDIR}${PREFIX}/bin \
		  ${STAGEDIR}${EXAMPLESDIR} \
		  ${STAGEDIR}${PREFIX}/include/zip-ada \
		  ${STAGEDIR}${PREFIX}/lib/zip-ada \
		  ${STAGEDIR}${PREFIX}/lib/gnat
	@${MKDIR} ${WRKSRC}/obj_tools ${WRKSRC}/obj_demos
.for F in ${ZTOOLS}
	${INSTALL_PROGRAM} ${WRKSRC}/${F} ${STAGEDIR}${PREFIX}/bin/
	${MV} ${WRKSRC}/obj_opt/${F}.* ${WRKSRC}/obj_tools/
.endfor
.for F in ${DEMOS}
	${INSTALL_PROGRAM} ${WRKSRC}/${F} ${STAGEDIR}${EXAMPLESDIR}/
	${MV} ${WRKSRC}/obj_opt/${F}.* ${WRKSRC}/obj_demos/
.endfor
	(cd ${WRKSRC}/obj_opt && ${AR} rcs libzip-ada.a *.o)
	${MV} ${STAGEDIR}${PREFIX}/bin/bunzip \
		${STAGEDIR}${PREFIX}/bin/debzip2
	${INSTALL_DATA} ${WRKSRC}/zip_lib/*.ad[sb] \
		${STAGEDIR}${PREFIX}/include/zip-ada/
	${INSTALL_DATA} ${WRKSRC}/obj_opt/*.ali \
		${STAGEDIR}${PREFIX}/lib/zip-ada/
	${INSTALL_DATA} ${WRKSRC}/obj_opt/*.a ${STAGEDIR}${PREFIX}/lib/zip-ada/
	${INSTALL_DATA} ${FILESDIR}/zip-ada.gpr ${STAGEDIR}${PREFIX}/lib/gnat/

.include <bsd.port.mk>

archivers/zip-ada/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1550385910
SHA256 (zipada55.zip) = 4309ba2677ca9e11ef29395f8cb569eab79bf63fd45d318fbe63d9fa976310c2
SIZE (zipada55.zip) = 1047285
+0 −9
Original line number Diff line number Diff line
project ZipAda is

   for Languages use ("ada");
   for Source_Dirs use ("../../include/zip-ada");
   for Library_Name use "zip-ada";
   for Library_Dir use  "../../lib/zip-ada";
   for Externally_Built use "true";

end ZipAda;
Loading