Commit 86a64b47 authored by Joel Bodenmann's avatar Joel Bodenmann
Browse files

devel/prjpeppercorn112: Remove port

This ports gets removed immediately without a grace period as it is only
useful in combination with the devel/nextpnr* ports which no longer support
this particular version of prjpeppercorn.
parent 214203e0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5551,3 +5551,4 @@ textproc/lucene5|textproc/lucene9|2026-08-09|Recent Scilab uses this version
www/py-flask-limiter3||2026-08-09|No need to keep v3 as www/py-calibreweb now supports v4
biology/py-macs2||2026-08-11|Upstream end of life, depends on expired lang/cython0, switch to biology/py-macs3
www/lua-stream-nginx-module|www/nginx-module-lua-stream|2026-08-14|Renamed to follow the nginx-module-* naming scheme
devel/prjpeppercorn112||2026-08-15|No longer supported by devel/nextpnr
+0 −1
Original line number Diff line number Diff line
@@ -4435,7 +4435,6 @@
    SUBDIR += premake4
    SUBDIR += premake5
    SUBDIR += priv_wrapper
    SUBDIR += prjpeppercorn112
    SUBDIR += prjpeppercorn113
    SUBDIR += projectcenter
    SUBDIR += prometheus-cpp

devel/prjpeppercorn112/Makefile

deleted100644 → 0
+0 −30
Original line number Diff line number Diff line
PORTNAME=		prjpeppercorn
DISTVERSIONPREFIX=	v
DISTVERSION=		1.12
PORTREVISION=		1
CATEGORIES=		devel
PKGNAMESUFFIX=		112

MAINTAINER=	jbo@FreeBSD.org
COMMENT=	GateMate FPGAs bitstream documentation and tools
WWW=		https://github.com/YosysHQ/prjpeppercorn

LICENSE=	ISCL
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libboost_program_options.so:devel/boost-libs

USES=		cmake compiler:c++17-lang

USE_GITHUB=	yes
GH_ACCOUNT=	YosysHQ

CMAKE_SOURCE_PATH=	${WRKSRC}/libgm

# Install additional files required by devel/nextpnr for chip DB building
post-install:
	${MKDIR} ${STAGEDIR}${DATADIR}
	(cd ${WRKSRC}/gatemate && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/gatemate)
	(cd ${WRKSRC}/delay && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/delay)

.include <bsd.port.mk>

devel/prjpeppercorn112/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1776279134
SHA256 (YosysHQ-prjpeppercorn-v1.12_GH0.tar.gz) = 4affc82f41e6596f59f669f8a61619e1f32e5d067bf5d44db6526bf4d9ea943b
SIZE (YosysHQ-prjpeppercorn-v1.12_GH0.tar.gz) = 5717852

devel/prjpeppercorn112/pkg-descr

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
GateMate FPGAs Bitstream Documentation and Tools.

This port is used by devel/nextpnr to generate configuration bitstreams for
CologneChip GateMate FPGAs.
Loading