pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc ini_file_manager: remove



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9fdf41bc0a80
branches:  trunk
changeset: 390522:9fdf41bc0a80
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Dec 21 14:45:21 2022 +0000

description:
ini_file_manager: remove

The build system used is not supported by ada any longer.

diffstat:

 doc/CHANGES-2022                                 |   3 +-
 misc/Makefile                                    |   3 +-
 misc/ini_file_manager/DESCR                      |  14 ---------
 misc/ini_file_manager/Makefile                   |  37 ------------------------
 misc/ini_file_manager/PLIST                      |   6 ---
 misc/ini_file_manager/distinfo                   |   5 ---
 misc/ini_file_manager/files/construct.gpr        |  14 ---------
 misc/ini_file_manager/files/ini_file_manager.gpr |   8 -----
 8 files changed, 3 insertions(+), 87 deletions(-)

diffs (139 lines):

diff -r 794e8589a350 -r 9fdf41bc0a80 doc/CHANGES-2022
--- a/doc/CHANGES-2022  Wed Dec 21 14:41:59 2022 +0000
+++ b/doc/CHANGES-2022  Wed Dec 21 14:45:21 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2022,v 1.6311 2022/12/21 14:21:18 pin Exp $
+$NetBSD: CHANGES-2022,v 1.6312 2022/12/21 14:45:21 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2022:
 
@@ -9435,3 +9435,4 @@
        Removed lang/gnat_util [wiz 2022-12-21]
        Updated devel/difftastic to 0.39.0nb1 [pin 2022-12-21]
        Updated graphics/oculante to 0.6.34 [pin 2022-12-21]
+       Removed misc/ini_file_manager [wiz 2022-12-21]
diff -r 794e8589a350 -r 9fdf41bc0a80 misc/Makefile
--- a/misc/Makefile     Wed Dec 21 14:41:59 2022 +0000
+++ b/misc/Makefile     Wed Dec 21 14:45:21 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.577 2022/12/06 14:31:24 vins Exp $
+# $NetBSD: Makefile,v 1.578 2022/12/21 14:45:21 wiz Exp $
 #
 
 COMMENT=       Miscellaneous utilities
@@ -113,7 +113,6 @@
 SUBDIR+=       howm
 SUBDIR+=       hs-extra
 SUBDIR+=       ibutton-pdkit
-SUBDIR+=       ini_file_manager
 SUBDIR+=       ipbt
 SUBDIR+=       iselect
 SUBDIR+=       iwatch
diff -r 794e8589a350 -r 9fdf41bc0a80 misc/ini_file_manager/DESCR
--- a/misc/ini_file_manager/DESCR       Wed Dec 21 14:41:59 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-The Ini file manager consists of a package, Config, which can read or write
-informations from various configuration files known as "ini" files because
-they have often the ".ini" extension. They are text files which look like
-the following:
-
-  ; Comment line
-  [Section 1]
-  a_string = abcd     # a comment here...
-  a_number = +123.456 ; another comment
-  [Section 2]
-  a_string = efgh
-
-For more examples in this format, just search files with the .ini extension
-on a Windows-based computer.
diff -r 794e8589a350 -r 9fdf41bc0a80 misc/ini_file_manager/Makefile
--- a/misc/ini_file_manager/Makefile    Wed Dec 21 14:41:59 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,37 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2019/09/07 07:11:46 rillig Exp $
-
-PKGNAME=       ini_file_manager-${IFM_VERSION}
-CATEGORIES=    misc
-MASTER_SITES=  http://sourceforge.net/projects/${SFPATH}/
-DISTFILES=     ini-files-${IFM_VERSION}.zip
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://sourceforge.net/projects/ini-files
-COMMENT=       Ini configuration file reader and manipulator package for Ada
-LICENSE=       mit
-
-IFM_VERSION=   03
-SFPATH=                ini-files/files/ini-files/ini-files-${IFM_VERSION}
-
-USE_LANGUAGES= ada
-
-post-extract:
-       @${MKDIR} ${WRKSRC}/src
-       ${CP} ${FILESDIR}/construct.gpr ${WRKSRC}
-       ${MV} ${WRKDIR}/config.ad[bs] ${WRKSRC}/src/
-
-do-build:
-       (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} gnatmake -p -Pconstruct)
-
-do-install:
-       ${MKDIR} ${DESTDIR}${PREFIX}/lib/gnat \
-               ${DESTDIR}${PREFIX}/lib/ini_file_manager \
-               ${DESTDIR}${PREFIX}/include/ini_file_manager
-       ${INSTALL_DATA} ${FILESDIR}/ini_file_manager.gpr \
-               ${DESTDIR}${PREFIX}/lib/gnat
-       ${INSTALL_DATA} ${WRKSRC}/src/* \
-               ${DESTDIR}${PREFIX}/include/ini_file_manager
-       ${INSTALL_DATA} ${WRKSRC}/lib/*  \
-               ${DESTDIR}${PREFIX}/lib/ini_file_manager
-
-.include "../../mk/bsd.pkg.mk"
diff -r 794e8589a350 -r 9fdf41bc0a80 misc/ini_file_manager/PLIST
--- a/misc/ini_file_manager/PLIST       Wed Dec 21 14:41:59 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2018/01/01 18:33:33 rillig Exp $
-include/ini_file_manager/config.adb
-include/ini_file_manager/config.ads
-lib/gnat/ini_file_manager.gpr
-lib/ini_file_manager/config.ali
-lib/ini_file_manager/libinifiles.a
diff -r 794e8589a350 -r 9fdf41bc0a80 misc/ini_file_manager/distinfo
--- a/misc/ini_file_manager/distinfo    Wed Dec 21 14:41:59 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:59:06 nia Exp $
-
-BLAKE2s (ini-files-03.zip) = 2e71202f5b0345f533aefbfbb431b3aa634486d0918b831544ef9d0a9ece0806
-SHA512 (ini-files-03.zip) = 28db4b99125d4c74f09e89ecaa612e26472308af0b2f648fa146d8c51342ca7fbbe6fd6bc5aad006d45ef579c52a0fb176d90973dfa644a67d406a31189dcf2b
-Size (ini-files-03.zip) = 7643 bytes
diff -r 794e8589a350 -r 9fdf41bc0a80 misc/ini_file_manager/files/construct.gpr
--- a/misc/ini_file_manager/files/construct.gpr Wed Dec 21 14:41:59 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-project Construct is
-
-   for Languages use ("ada");
-   for Source_Dirs use ("src");
-   for Object_Dir use "obj";
-   for Library_Name use "inifiles";
-   for Library_Dir use "lib";
-   for Library_Kind use "static";
-
-   package Builder is
-      for Default_Switches ("ada") use ("-gnatf", "-gnatws", "-O2");
-   end Builder;
-
-end Construct;
diff -r 794e8589a350 -r 9fdf41bc0a80 misc/ini_file_manager/files/ini_file_manager.gpr
--- a/misc/ini_file_manager/files/ini_file_manager.gpr  Wed Dec 21 14:41:59 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-project Ini_File_Manager is
-   for Languages        use ("ada");
-   for Library_Name     use "inifiles";
-   for Source_Dirs      use ("../../include/ini_file_manager");
-   for Library_Dir      use "../../lib/ini_file_manager";
-   for Library_Kind     use "static";
-   for Externally_Built use "true";
-end Ini_File_Manager;



Home | Main Index | Thread Index | Old Index