devel/cgilib: Remove expired port
2025-06-30 devel/cgilib: Last upstream release in 2009, last upstream activity in 2017 and no consumers in tree
This commit is contained in:
parent
cf31d0d623
commit
173138f179
1
MOVED
1
MOVED
@ -4601,3 +4601,4 @@ devel/obby||2025-06-30|Has expired: Abandoned upstream, repo archived Nov 26, 20
|
|||||||
filesystems/vzvol||2025-06-30|Has expired: Abandoned upstream, no activity in 5+ years and multiple unresolved issue reports upstream
|
filesystems/vzvol||2025-06-30|Has expired: Abandoned upstream, no activity in 5+ years and multiple unresolved issue reports upstream
|
||||||
devel/ireport||2025-06-30|Has expired: Outdated, unsupported upstream and unmaintained for years in tree
|
devel/ireport||2025-06-30|Has expired: Outdated, unsupported upstream and unmaintained for years in tree
|
||||||
www/ffsend||2025-06-30|Has expired: fails to build with rust 1.87.0
|
www/ffsend||2025-06-30|Has expired: fails to build with rust 1.87.0
|
||||||
|
devel/cgilib||2025-06-30|Has expired: Last upstream release in 2009, last upstream activity in 2017 and no consumers in tree
|
||||||
|
|||||||
@ -403,7 +403,6 @@
|
|||||||
SUBDIR += cflow2vcg
|
SUBDIR += cflow2vcg
|
||||||
SUBDIR += cfr
|
SUBDIR += cfr
|
||||||
SUBDIR += cgdb
|
SUBDIR += cgdb
|
||||||
SUBDIR += cgilib
|
|
||||||
SUBDIR += cgit
|
SUBDIR += cgit
|
||||||
SUBDIR += cgprof
|
SUBDIR += cgprof
|
||||||
SUBDIR += charva
|
SUBDIR += charva
|
||||||
|
|||||||
@ -1,44 +0,0 @@
|
|||||||
PORTNAME= cgilib
|
|
||||||
PORTVERSION= 0.7
|
|
||||||
PORTREVISION= 2
|
|
||||||
CATEGORIES= devel www
|
|
||||||
MASTER_SITES= http://www.infodrom.org/projects/cgilib/download/ \
|
|
||||||
http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/libs/
|
|
||||||
|
|
||||||
MAINTAINER= demon@FreeBSD.org
|
|
||||||
COMMENT= Library of procedures for developing CGI programs in C
|
|
||||||
WWW= https://www.infodrom.org/projects/cgilib/
|
|
||||||
|
|
||||||
LICENSE= GPLv2
|
|
||||||
|
|
||||||
DEPRECATED= Last upstream release in 2009, last upstream activity in 2017 and no consumers in tree
|
|
||||||
EXPIRATION_DATE=2025-06-30
|
|
||||||
|
|
||||||
USES= uidfix
|
|
||||||
|
|
||||||
USE_LDCONFIG= yes
|
|
||||||
|
|
||||||
MAKEFILE= ${FILESDIR}/Makefile.bsd
|
|
||||||
|
|
||||||
PLIST_FILES= include/cgi.h lib/libcgi.a lib/libcgi.so lib/libcgi.so.1 \
|
|
||||||
share/man/man3/cgiDebug.3.gz \
|
|
||||||
share/man/man3/cgiEscape.3.gz \
|
|
||||||
share/man/man3/cgiFree.3.gz \
|
|
||||||
share/man/man3/cgiFreeList.3.gz \
|
|
||||||
share/man/man3/cgiGetCookie.3.gz \
|
|
||||||
share/man/man3/cgiGetCookies.3.gz \
|
|
||||||
share/man/man3/cgiGetFile.3.gz \
|
|
||||||
share/man/man3/cgiGetFiles.3.gz \
|
|
||||||
share/man/man3/cgiGetValue.3.gz \
|
|
||||||
share/man/man3/cgiGetVariables.3.gz \
|
|
||||||
share/man/man3/cgiHeader.3.gz \
|
|
||||||
share/man/man3/cgiInit.3.gz \
|
|
||||||
share/man/man3/cgiRedirect.3.gz \
|
|
||||||
share/man/man3/cgiSetHeader.3.gz \
|
|
||||||
share/man/man3/cgiSetType.3.gz
|
|
||||||
|
|
||||||
post-install:
|
|
||||||
${INSTALL_DATA} ${WRKSRC}/cgi.h ${STAGEDIR}${PREFIX}/include
|
|
||||||
${INSTALL_MAN} ${WRKSRC}/*.3 ${STAGEDIR}${PREFIX}/share/man/man3
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
|
||||||
@ -1,2 +0,0 @@
|
|||||||
SHA256 (cgilib-0.7.tar.gz) = 09b7d71bd1eea10bb404cd665fd5abe69282144ce01d96f2863c85fd42d5d692
|
|
||||||
SIZE (cgilib-0.7.tar.gz) = 268783
|
|
||||||
@ -1,13 +0,0 @@
|
|||||||
LIB= cgi
|
|
||||||
|
|
||||||
MK_PROFILE= no
|
|
||||||
SHLIB_MAJOR?= 1
|
|
||||||
SHLIB_MINOR?= 0
|
|
||||||
|
|
||||||
SRCS= cookies.c cgi.c aux.c
|
|
||||||
|
|
||||||
CFLAGS+= -I.
|
|
||||||
|
|
||||||
LIBDIR= ${PREFIX}/lib
|
|
||||||
|
|
||||||
.include <bsd.lib.mk>
|
|
||||||
@ -1,11 +0,0 @@
|
|||||||
--- cgi.c.orig 2010-05-19 18:38:27.000000000 +0400
|
|
||||||
+++ cgi.c 2010-05-19 18:38:55.000000000 +0400
|
|
||||||
@@ -641,7 +641,7 @@ s_cgi *cgiReadVariables ()
|
|
||||||
free (result[k]->value);
|
|
||||||
free (value);
|
|
||||||
result[k]->value = sptr;
|
|
||||||
- cgiDebugOutput (1, "%s: %s", result[i]->name, result[i]->value);
|
|
||||||
+ cgiDebugOutput (1, "%s: %s", result[k]->name, result[k]->value);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
cp = ++ip;
|
|
||||||
@ -1,11 +0,0 @@
|
|||||||
--- cgi.h.orig 2008-04-06 13:43:42.000000000 +0400
|
|
||||||
+++ cgi.h 2016-03-18 01:18:48.000000000 +0400
|
|
||||||
@@ -143,7 +143,7 @@
|
|
||||||
char *cgiEscape (char *string);
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
-extern }
|
|
||||||
+}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif /* _CGI_H_ */
|
|
||||||
@ -1,3 +0,0 @@
|
|||||||
This is quite a simple library that provides an easy interface to the common
|
|
||||||
gateway interface, known as CGI. The purpose is to provide an easy to use
|
|
||||||
interface to CGI if you need to write your program in C instead of perl.
|
|
||||||
Loading…
x
Reference in New Issue
Block a user