Commit 3c4bbe47 authored by Rene Ladan's avatar Rene Ladan
Browse files

devel/bam: Remove expired port

2025-12-31 devel/bam: Outdated, current release in tree is from 2013 while latest upstream is 2018
parent a7d2eca6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4947,3 +4947,4 @@ www/py-dj51-django-htmx||2025-12-31|Has expired: Extended support of Django 5.1
www/py-dj51-django-tables2||2025-12-31|Has expired: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
www/py-dj51-djangorestframework||2025-12-31|Has expired: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
audio/pc-mixer||2025-12-31|Has expired: Abandoned upstream and depends on deprecated QT5
devel/bam||2025-12-31|Has expired: Outdated, current release in tree is from 2013 while latest upstream is 2018
+0 −1
Original line number Diff line number Diff line
@@ -292,7 +292,6 @@
    SUBDIR += babeltrace
    SUBDIR += bacnet-stack
    SUBDIR += bacon
    SUBDIR += bam
    SUBDIR += base64
    SUBDIR += bashdb
    SUBDIR += basu

devel/bam/Makefile

deleted100644 → 0
+0 −36
Original line number Diff line number Diff line
PORTNAME=	bam
PORTVERSION=	0.4.0
CATEGORIES=	devel
MASTER_SITES=	https://github.com/downloads/matricks/bam/

MAINTAINER=	beyert@cs.ucr.edu
COMMENT=	Fast and flexible build system using Lua
WWW=		http://matricks.github.com/bam/

LICENSE=	ZLIB

BROKEN=		Unfetchable
DEPRECATED=     Outdated, current release in tree is from 2013 while latest upstream is 2018
EXPIRATION_DATE=2025-12-31

USES=		compiler tar:bzip2

CONFLICTS_INSTALL=	bamutil

PLIST_FILES=	bin/bam

.include <bsd.port.pre.mk>

do-build:
.if ${COMPILER_TYPE} == clang
	@${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/make_unix_clang.sh
	(cd ${WRKSRC} && ${SH} make_unix_clang.sh)
.else
	@${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/make_unix.sh
	(cd ${WRKSRC} && ${SH} make_unix.sh)
.endif

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/bam ${STAGEDIR}${PREFIX}/bin

.include <bsd.port.post.mk>

devel/bam/distinfo

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
SHA256 (bam-0.4.0.tar.bz2) = 56030670aa21e227ce0a00f1ee0c9b5129469a6e69e7b67c3dd459d2fce6207d
SIZE (bam-0.4.0.tar.bz2) = 164033

devel/bam/pkg-descr

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
Bam is a fast and flexible build system.  Bam uses Lua to describe the build
process.  It takes its inspiration for the script files from scons.  While
scons focuses on being 100% correct when building, bam makes a few sacrifices
to acquire fast full and incremental build times.