diff options
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/inilib/Makefile | 15 | ||||
-rw-r--r-- | devel/inilib/distinfo | 2 | ||||
-rw-r--r-- | devel/inilib/pkg-descr | 12 | ||||
-rw-r--r-- | devel/inilib/pkg-plist | 17 |
6 files changed, 1 insertions, 47 deletions
@@ -4573,3 +4573,4 @@ japanese/ibus-anthy@original|japanese/ibus-anthy|2025-06-29|Has unflavorized: ja japanese/ibus-anthy@unicode|japanese/ibus-anthy|2025-06-29|Has unflavorized: japanese/anthy was removed and only japanese/anthy-unicode is supported net/vtun||2025-06-30|Has expired: Upstream is dead and last release in 2016 java/mx4j||2025-06-30|Has expired: Abandoned upstream, no activity since 2010 +devel/inilib||2025-06-30|Has expired: Abandonware, last update upstream in 2005 diff --git a/devel/Makefile b/devel/Makefile index 865c46e0c03a..f31a35adf6d7 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1049,7 +1049,6 @@ SUBDIR += influx-pkg-config SUBDIR += inifiled SUBDIR += inih - SUBDIR += inilib SUBDIR += inilike SUBDIR += iniparser SUBDIR += initutil diff --git a/devel/inilib/Makefile b/devel/inilib/Makefile deleted file mode 100644 index 3418635ab18c..000000000000 --- a/devel/inilib/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -PORTNAME= inilib -PORTVERSION= 1.0.7b3 -CATEGORIES= devel -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.0.7 - -MAINTAINER= ports@FreeBSD.org -COMMENT= C++ lib which provides a method of saving the "state" of a program -WWW= https://inilib.sourceforge.net/ - -DEPRECATED= Abandonware, last update upstream in 2005 -EXPIRATION_DATE=2025-06-30 - -GNU_CONFIGURE= yes - -.include <bsd.port.mk> diff --git a/devel/inilib/distinfo b/devel/inilib/distinfo deleted file mode 100644 index 153f65e75ca9..000000000000 --- a/devel/inilib/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (inilib-1.0.7b3.tar.gz) = 3f736774e1c3f34efef269987cce4bbd3346145a7dc713e966bccdf18ed2e040 -SIZE (inilib-1.0.7b3.tar.gz) = 486455 diff --git a/devel/inilib/pkg-descr b/devel/inilib/pkg-descr deleted file mode 100644 index 1aa16c922542..000000000000 --- a/devel/inilib/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -inilib is a C++ library which provides a method of saving the "state" -of a program. inilib provides a means of storing a number of arbitrary -settings in memory with an easy access interface, as well providing -means for saving the information to and loading it from disk. Data is -stored in an easy to read format, allowing the user to modify any of the -information with a simple text editor. - -inilib benefits the programmer by providing a simple, intuitive means to -store any data that can be expressed in std::string, int, double, or bool -types. In addition, inilib handles any conversion that may be necessary -to convert from one type to the other. Saving all information stored in -inilib to disk or loading information from disk requires only one command. diff --git a/devel/inilib/pkg-plist b/devel/inilib/pkg-plist deleted file mode 100644 index 6fdf8d18a128..000000000000 --- a/devel/inilib/pkg-plist +++ /dev/null @@ -1,17 +0,0 @@ -include/inilib.h -include/inilib/Debug.h -include/inilib/attr_attr_arith.h -include/inilib/attr_attr_comp.h -include/inilib/attr_other_arith.h -include/inilib/attr_other_comp.h -include/inilib/attribute.h -include/inilib/bool_attribute.h -include/inilib/double_attribute.h -include/inilib/ini_config.h -include/inilib/ini_functions.h -include/inilib/ini_getline.h -include/inilib/int_attribute.h -include/inilib/registry.h -include/inilib/section.h -include/inilib/string_attribute.h -lib/libini.a |