git: 2530365626d0 - main - devel/varconf: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 31 Dec 2023 00:08:29 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=2530365626d0f296a1b26c2f414c6ab443b4700e commit 2530365626d0f296a1b26c2f414c6ab443b4700e Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-12-30 05:20:35 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-12-31 00:06:30 +0000 devel/varconf: Remove expired port 2023-12-31 devel/varconf: There has been no release for most of the Worldforge libraries in the past 10 years. --- MOVED | 1 + devel/Makefile | 1 - devel/varconf/Makefile | 31 ------------------------------- devel/varconf/distinfo | 2 -- devel/varconf/pkg-descr | 5 ----- devel/varconf/pkg-plist | 18 ------------------ 6 files changed, 1 insertion(+), 57 deletions(-) diff --git a/MOVED b/MOVED index c6960dd73a91..93008e65e98f 100644 --- a/MOVED +++ b/MOVED @@ -8256,3 +8256,4 @@ sysutils/devcpu-data|sysutils/cpu-microcode|2023-12-31|Has expired: Use sysutils math/wfmath||2023-12-31|Has expired: There has been no release for most of the Worldforge libraries in the past 10 years. sysutils/ffs2recov||2023-12-31|Has expired: BROKEN on supported versions after EOL of 12 sysutils/iichid||2023-12-31|Has expired: Merged into base from 13 +devel/varconf||2023-12-31|Has expired: There has been no release for most of the Worldforge libraries in the past 10 years. diff --git a/devel/Makefile b/devel/Makefile index ab66a7dedf7a..0f10546b94a3 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -7845,7 +7845,6 @@ SUBDIR += util-linux SUBDIR += valgrind SUBDIR += valgrind-devel - SUBDIR += varconf SUBDIR += vasm SUBDIR += vc SUBDIR += vc-intrinsics diff --git a/devel/varconf/Makefile b/devel/varconf/Makefile deleted file mode 100644 index 98364bfb9f1d..000000000000 --- a/devel/varconf/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -PORTNAME= varconf -PORTVERSION= 1.0.1 -PORTREVISION= 10 -CATEGORIES= devel -MASTER_SITES= SF/worldforge/${PORTNAME}%20%28config%20lib%29/${PORTVERSION} - -MAINTAINER= oliver@FreeBSD.org -COMMENT= Configuration System for the STAGE Server - -DEPRECATED= There has been no release for most of the Worldforge libraries in the past 10 years. -EXPIRATION_DATE=2023-12-31 - -LIB_DEPENDS= libsigc-2.0.so:devel/libsigc++20 - -USES= compiler:c++11-lib libtool pathfix pkgconfig tar:bzip2 -USE_CXXSTD= c++14 -USE_LDCONFIG= yes - -GNU_CONFIGURE= yes - -INSTALL_TARGET= install-strip - -OPTIONS_DEFINE= DOCS - -post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for file in README COPYING AUTHORS THANKS NEWS - ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} -.endfor - -.include <bsd.port.mk> diff --git a/devel/varconf/distinfo b/devel/varconf/distinfo deleted file mode 100644 index 0a060fe0d327..000000000000 --- a/devel/varconf/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (varconf-1.0.1.tar.bz2) = c1d8ad78caaf1754a8d9bc29c8870a8671a8a079992e351fd83a719a9847168a -SIZE (varconf-1.0.1.tar.bz2) = 304813 diff --git a/devel/varconf/pkg-descr b/devel/varconf/pkg-descr deleted file mode 100644 index 528f9d2729cf..000000000000 --- a/devel/varconf/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Varconf is a configuration system designed for the STAGE server. -Varconf can parse configuration files, command-line arguments and -environment variables. It supports callbacks and can store its -configuration information in separate Config objects or in one -global configuration instance. diff --git a/devel/varconf/pkg-plist b/devel/varconf/pkg-plist deleted file mode 100644 index 26411ef02307..000000000000 --- a/devel/varconf/pkg-plist +++ /dev/null @@ -1,18 +0,0 @@ -include/varconf-1.0/varconf/config.h -include/varconf-1.0/varconf/dynbase.h -include/varconf-1.0/varconf/dyncmp.h -include/varconf-1.0/varconf/dyntypes.h -include/varconf-1.0/varconf/dynvar.h -include/varconf-1.0/varconf/parse_error.h -include/varconf-1.0/varconf/varconf.h -include/varconf-1.0/varconf/varconf_defs.h -include/varconf-1.0/varconf/variable.h -lib/libvarconf-1.0.so -lib/libvarconf-1.0.so.8 -lib/libvarconf-1.0.so.8.0.0 -libdata/pkgconfig/varconf-1.0.pc -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/THANKS