Commit 2bf3dd85 authored by Rene Ladan's avatar Rene Ladan
Browse files

www/cgicc: Remove expired port

2026-07-31 www/cgicc: Unmaintained upstream
parent 6f9b4321
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5536,3 +5536,4 @@ www/dolibarr18||2026-07-31|Has expired: php81 is the recommended max version for
databases/cassandra3|databases/cassandra4|2026-07-31|Has expired: Cassandra 3.x is no longer maintained upstream, superseded by databases/cassandra4
devel/py-python-jsonrpc-server||2026-07-31|Has expired: There is no new version in 6 years, the upstream build and CI are failing and nothing depends on this port, hence the removal
security/libprelude||2026-07-31|Has expired: Upstream project is dead
www/cgicc||2026-07-31|Has expired: Unmaintained upstream
+0 −1
Original line number Diff line number Diff line
@@ -106,7 +106,6 @@
    SUBDIR += castget
    SUBDIR += cgi-lib
    SUBDIR += cgi-lib.pl
    SUBDIR += cgicc
    SUBDIR += cgiwrap
    SUBDIR += chawan
    SUBDIR += checkbot

www/cgicc/Makefile

deleted100644 → 0
+0 −36
Original line number Diff line number Diff line
PORTNAME=	cgicc
DISTVERSION=	3.2.20
PORTREVISION=	1
CATEGORIES=	www devel
MASTER_SITES=	GNU

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	C++ class library for writing CGI applications
WWW=		https://www.gnu.org/software/cgicc/

LICENSE=	LGPL3+

DEPRECATED=		Unmaintained upstream
EXPIRATION_DATE=	2026-07-31

USES=		autoreconf:build libtool pathfix
USE_CXXSTD=	c++11
USE_GCC=	12
USE_LDCONFIG=	yes

GNU_CONFIGURE=	yes

INSTALL_TARGET=	install-strip

PORTDOCS=	*

OPTIONS_DEFINE=	DOCS

DOCS_BUILD_DEPENDS=	doxygen:devel/doxygen
DOCS_CONFIGURE_ENV_OFF=	ac_cv_prog_DOXYGEN="${ECHO_CMD}"

post-patch:
	@${REINPLACE_CMD} -e \
		'/^docdir/s|=.*|= @docdir@|' ${WRKSRC}/doc/Makefile.in

.include <bsd.port.mk>

www/cgicc/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1698072535
SHA256 (cgicc-3.2.20.tar.gz) = 0f91c5ce8adf406ad35a46152ffb2b9c8d6079604b796d81f48b66d1f068ad4e
SIZE (cgicc-3.2.20.tar.gz) = 2802735

www/cgicc/pkg-descr

deleted100644 → 0
+0 −14
Original line number Diff line number Diff line
GNU cgicc is an ANSI C++ compliant class library that greatly simplifies
the creation of CGI applications for the World Wide Web.

cgicc performs the following functions:

   - Parses both GET and POST form data transparently.
   - Provides string, integer, floating-point and single- and multiple-choice
     retrieval methods for form data.
   - Provides methods for saving and restoring CGI environments to aid in
     application debugging.
   - Provides full on-the-fly HTML generation capabilities, with support for
     cookies.
   - Supports HTTP file upload.
   - Compatible with FastCGI.
Loading