diff --git a/MOVED b/MOVED index c6960dd73a91b..93008e65e98f6 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 ab66a7dedf7ad..0f10546b94a31 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 98364bfb9f1d3..0000000000000 --- 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 diff --git a/devel/varconf/distinfo b/devel/varconf/distinfo deleted file mode 100644 index 0a060fe0d3271..0000000000000 --- 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 528f9d2729cf3..0000000000000 --- 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 26411ef023075..0000000000000 --- 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