pkgsrc-WIP-changes archive

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

remove info2man, imported as converters/info2man



Module Name:	pkgsrc-wip
Committed By:	nikita <nikita%NetBSD.org@localhost>
Pushed By:	nikita
Date:		Sun Apr 30 16:08:27 2023 +0200
Changeset:	bb3f86614b22cd860c445b720e02621a6e7f3a0e

Removed Files:
	info2man/DESCR
	info2man/Makefile
	info2man/PLIST
	info2man/buildlink3.mk
	info2man/distinfo
	info2man/patches/patch-cs_Misc.pm
	info2man/patches/patch-cs_Pathname.pm
	info2man/patches/patch-cs_Sink.pm

Log Message:
remove info2man, imported as converters/info2man

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bb3f86614b22cd860c445b720e02621a6e7f3a0e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 info2man/DESCR                        |  3 ---
 info2man/Makefile                     | 38 ------------------------------
 info2man/PLIST                        | 13 -----------
 info2man/buildlink3.mk                | 12 ----------
 info2man/distinfo                     |  7 ------
 info2man/patches/patch-cs_Misc.pm     | 14 -----------
 info2man/patches/patch-cs_Pathname.pm | 14 -----------
 info2man/patches/patch-cs_Sink.pm     | 44 -----------------------------------
 8 files changed, 145 deletions(-)

diffs:
diff --git a/info2man/DESCR b/info2man/DESCR
deleted file mode 100644
index dc02057657..0000000000
--- a/info2man/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-info2pod converts GNU info data to POD format for easy transcription to
-various formats like HTML. info2man is a wrapper for info2pod to convert
-info files into nroff -man format.
diff --git a/info2man/Makefile b/info2man/Makefile
deleted file mode 100644
index f43f32707a..0000000000
--- a/info2man/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2013/05/25 13:05:56 francksys Exp $
-#
-
-DISTNAME=	info2man
-CATEGORIES=	converters
-MASTER_SITES=	http://www.cskk.ezoshosting.com/cs/css/
-
-MAINTAINER=	francksys%free.fr@localhost
-HOMEPAGE=	http://www.cskk.ezoshosting.com/cs/css/
-COMMENT=	Info2man is a wrapper for info2pod to convert info files in man format
-LICENSE=	original-bsd # no license
-
-EXTRACT_DIR=		${WRKDIR}/${DISTNAME}
-NO_BUILD=		yes
-REPLACE_PERL=		info2pod
-INSTALLATION_DIRS=	bin
-INFO2MAN_PM=		Pathname.pm Misc.pm Math.pm Sink.pm IO.pm GNUInfo.pm Source.pm Object.pm DEBUG.pm
-PKGVERSION=		20001101
-PKGNAME=		info2man-${PKGVERSION}
-DIST_SUBDIR=		info2man
-
-
-
-do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/info2man ${DESTDIR}${PREFIX}/bin
-	${INSTALL_SCRIPT} ${WRKSRC}/info2pod ${DESTDIR}${PREFIX}/bin
-	${INSTALL_SCRIPT_DIR} ${DESTDIR}${PERL5_INSTALLVENDORLIB}/cs
-	${INSTALL_SCRIPT_DIR} ${DESTDIR}${PERL5_INSTALLVENDORLIB}/cs/GNUInfo/
-
-	cd ${WRKSRC}/cs && for file in ${INFO2MAN_PM}; do \
-		${INSTALL_SCRIPT} "$${file}" ${DESTDIR}${PERL5_INSTALLVENDORLIB}/cs; \
-	done
-
-	${INSTALL_SCRIPT} ${WRKSRC}/cs/GNUInfo/Node.pm ${DESTDIR}${PERL5_INSTALLVENDORLIB}/cs/GNUInfo
-
-
-.include "../../lang/perl5/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/info2man/PLIST b/info2man/PLIST
deleted file mode 100644
index 0537486972..0000000000
--- a/info2man/PLIST
+++ /dev/null
@@ -1,13 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2013/05/14 13:39:50 francksys Exp $
-bin/info2man
-bin/info2pod
-${PERL5_SUB_INSTALLVENDORLIB}/cs/Pathname.pm
-${PERL5_SUB_INSTALLVENDORLIB}/cs/Misc.pm
-${PERL5_SUB_INSTALLVENDORLIB}/cs/Math.pm
-${PERL5_SUB_INSTALLVENDORLIB}/cs/Sink.pm
-${PERL5_SUB_INSTALLVENDORLIB}/cs/IO.pm
-${PERL5_SUB_INSTALLVENDORLIB}/cs/GNUInfo/Node.pm
-${PERL5_SUB_INSTALLVENDORLIB}/cs/GNUInfo.pm
-${PERL5_SUB_INSTALLVENDORLIB}/cs/Source.pm
-${PERL5_SUB_INSTALLVENDORLIB}/cs/Object.pm
-${PERL5_SUB_INSTALLVENDORLIB}/cs/DEBUG.pm
diff --git a/info2man/buildlink3.mk b/info2man/buildlink3.mk
deleted file mode 100644
index 31f94a85ef..0000000000
--- a/info2man/buildlink3.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.1 2013/05/25 13:05:56 francksys Exp $
-
-BUILDLINK_TREE+=	info2man
-
-.if !defined(INFO2MAN_BUILDLINK3_MK)
-INFO2MAN_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.info2man+=	info2man>=20001101
-BUILDLINK_PKGSRCDIR.info2man?=		../../wip/info2man
-.endif	# INFO2MAN_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-info2man
diff --git a/info2man/distinfo b/info2man/distinfo
deleted file mode 100644
index ddbc97c3e2..0000000000
--- a/info2man/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.2 2013/05/25 13:05:56 francksys Exp $
-
-RMD160 (info2man/info2man.tar.gz) = 90e09de1d75f79d7e2177d2ad2a97a19e7ccb0e7
-Size (info2man/info2man.tar.gz) = 22263 bytes
-SHA1 (patch-cs_Misc.pm) = 943f5d521e9b85ec980a49a9bd4ce8d208c80bbc
-SHA1 (patch-cs_Pathname.pm) = f95bf19f655330c000ae9608b549c74cc867af39
-SHA1 (patch-cs_Sink.pm) = 73c6cea49fcc761d080f78fe045abb86af4abd0c
diff --git a/info2man/patches/patch-cs_Misc.pm b/info2man/patches/patch-cs_Misc.pm
deleted file mode 100644
index d41673a179..0000000000
--- a/info2man/patches/patch-cs_Misc.pm
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-cs_Misc.pm,v 1.1 2013/05/14 13:39:50 francksys Exp $
-
-/* Eliminate old-fashioned call for flush.pl */
---- cs/Misc.pm.orig	2003-09-19 23:42:52.000000000 +0000
-+++ cs/Misc.pm
-@@ -10,7 +10,7 @@ use strict qw(vars);
- 
- $::DEBUG=0 if ! defined $::DEBUG;
- 
--require 'flush.pl';	# for ::flush()
-+# require 'flush.pl';	# for ::flush()
- use cs::Math;
- 
- package cs::Misc;
diff --git a/info2man/patches/patch-cs_Pathname.pm b/info2man/patches/patch-cs_Pathname.pm
deleted file mode 100644
index dc3d996d9c..0000000000
--- a/info2man/patches/patch-cs_Pathname.pm
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-cs_Pathname.pm,v 1.1 2013/05/14 13:39:50 francksys Exp $
-
-/* Fix the a get directory bug. Otherwise the path is added two times. */
---- cs/Pathname.pm.orig	2013-05-14 12:07:36.000000000 +0000
-+++ cs/Pathname.pm
-@@ -92,6 +92,8 @@ sub absname($;$)
- { my($path,$dir)=@_;
-   $dir=pwd() if ! defined $dir;
- 
-+  $dir = "";
-+
-   return $path if $path =~ m:^/:;
-   return catpath($dir,$path);
- }
diff --git a/info2man/patches/patch-cs_Sink.pm b/info2man/patches/patch-cs_Sink.pm
deleted file mode 100644
index ca7474b3ca..0000000000
--- a/info2man/patches/patch-cs_Sink.pm
+++ /dev/null
@@ -1,44 +0,0 @@
-$NetBSD: patch-cs_Sink.pm,v 1.1 2013/05/14 13:39:50 francksys Exp $
-
-/* Eliminate old-fashioned call for flush.pl */
---- cs/Sink.pm.orig	2003-01-18 23:34:22.000000000 +0000
-+++ cs/Sink.pm
-@@ -66,7 +66,7 @@ use strict qw(vars);
- use cs::Misc;
- use cs::IO;
- 
--require 'flush.pl';
-+# require 'flush.pl';
- 
- package cs::Sink;
- 
-@@ -150,7 +150,13 @@ Flushes any pending output in I<handle> 
- 
-   if ($type eq FILE)
-   { my($FILE)=shift;
--    ::flush($FILE);
-+    # ::flush($FILE);
-+    my $old_file;
-+    $old_file = select($FILE);
-+    $| = 1;
-+    print "";
-+    $| = 0;
-+    select($old_file);
-     $this->{IO}=($cs::Sink::_UseIO
- 		  ? new_from_fd IO::Handle (fileno($FILE),"w")
- 		  : $FILE);
-@@ -448,7 +454,13 @@ sub Flush
- 
-   if ($type eq FILE)
-   {
--    ::flush($this->{IO});
-+    # ::flush($this->{IO});
-+    my $old_file;
-+    $old_file = select($this->{IO});
-+    $| = 1;
-+    print "";
-+    $| = 0;
-+    select($old_file);
-   }
-   elsif ($type eq ARRAY || $type eq SCALAR)
-   {}


Home | Main Index | Thread Index | Old Index