pkgsrc-WIP-changes archive

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

scdoc: remove, imported to pkgsrc



Module Name:	pkgsrc-wip
Committed By:	kikadf <kikadf.01%gmail.com@localhost>
Pushed By:	kikadf
Date:		Tue Dec 30 17:03:16 2025 +0100
Changeset:	96d57d47e901c658e4208e05343f1f374e50b0e6

Modified Files:
	Makefile
Removed Files:
	scdoc/DESCR
	scdoc/Makefile
	scdoc/PLIST
	scdoc/distinfo
	scdoc/tool.mk

Log Message:
scdoc: remove, imported to pkgsrc

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

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

diffstat:
 Makefile       |  1 -
 scdoc/DESCR    |  1 -
 scdoc/Makefile | 26 --------------------------
 scdoc/PLIST    |  5 -----
 scdoc/distinfo |  5 -----
 scdoc/tool.mk  | 32 --------------------------------
 6 files changed, 70 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index db9239f632..020a33ab42 100644
--- a/Makefile
+++ b/Makefile
@@ -5361,7 +5361,6 @@ SUBDIR+=	sbcl-git
 SUBDIR+=	sblim-sfcc
 SUBDIR+=	scare
 SUBDIR+=	scc
-SUBDIR+=	scdoc
 SUBDIR+=	scheme48-sdl
 SUBDIR+=	schur
 SUBDIR+=	scilab
diff --git a/scdoc/DESCR b/scdoc/DESCR
deleted file mode 100644
index e8374e3c7a..0000000000
--- a/scdoc/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-scdoc is a simple man page generator for POSIX systems written in C99.
diff --git a/scdoc/Makefile b/scdoc/Makefile
deleted file mode 100644
index 7f4f57392c..0000000000
--- a/scdoc/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2024/07/30 08:10:19 wiz Exp $
-
-DISTNAME=	1.11.4
-PKGNAME=	scdoc-${DISTNAME}
-CATEGORIES=	textproc
-MASTER_SITES=	https://git.sr.ht/~sircmpwn/scdoc/archive/
-DIST_SUBDIR=	scdoc
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://git.sr.ht/~sircmpwn/scdoc/
-COMMENT=	Simple man page generator
-LICENSE=	mit
-
-WRKSRC=		${WRKDIR}/scdoc-${DISTNAME}
-
-USE_TOOLS+=	gmake
-
-PKGCONFIG_OVERRIDE+=	scdoc.pc.in
-
-SUBST_CLASSES+=		man
-SUBST_STAGE.man=	pre-build
-SUBST_MESSAGE.man=	Fixing man page installation path
-SUBST_FILES.man+=	Makefile
-SUBST_SED.man+=		-e "s,share/man,${PKGMANDIR},g"
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/scdoc/PLIST b/scdoc/PLIST
deleted file mode 100644
index 19eb9dacfd..0000000000
--- a/scdoc/PLIST
+++ /dev/null
@@ -1,5 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2024/07/30 08:10:19 wiz Exp $
-bin/scdoc
-man/man1/scdoc.1
-man/man5/scdoc.5
-share/pkgconfig/scdoc.pc
diff --git a/scdoc/distinfo b/scdoc/distinfo
deleted file mode 100644
index 62d1b8f014..0000000000
--- a/scdoc/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.8 2024/07/30 08:10:19 wiz Exp $
-
-BLAKE2s (scdoc/1.11.4.tar.gz) = f80867984d2a2f64c77e718c05c604dd8b56256f07eaeb4facc3e1cb8e4e9833
-SHA512 (scdoc/1.11.4.tar.gz) = f8950bbef5213a89746185d5ed29fbee2502235632db883afaaac515dc87c60559bc1a39e2a3ea3bb019675e6039bd2d3b5c5d117a0ad022b61c958fb9407877
-Size (scdoc/1.11.4.tar.gz) = 13081 bytes
diff --git a/scdoc/tool.mk b/scdoc/tool.mk
deleted file mode 100644
index 9dbba8185e..0000000000
--- a/scdoc/tool.mk
+++ /dev/null
@@ -1,32 +0,0 @@
-# $NetBSD: $
-#
-# This mk fragment can be included in all packages that uses `scdoc'
-# as a tool.
-#
-# Keywords: man
-#
-
-.if !defined(SCDOC_TOOL_MK)
-SCDOC_TOOL_MK=	defined
-
-BUILDLINK_TARGETS+=	buildlink-bin-scdoc buildlink-pkgconfig-scdoc
-
-.PHONY: buildlink-bin-scdoc
-buildlink-bin-scdoc:
-	${RUN} \
-	f="${PREFIX}/bin/scdoc"; \
-	t="${BUILDLINK_DIR}/bin/scdoc"; \
-	if ${TEST} -f $$f -a ! -f $$t ; then \
-		${LN} -sf $$f $$t; \
-	fi
-
-.PHONY: buildlink-pkgconfig-scdoc
-buildlink-pkgconfig-scdoc:
-	${RUN} \
-	f="${PREFIX}/share/pkgconfig/scdoc.pc"; \
-	t="${BUILDLINK_DIR}/share/pkgconfig/scdoc.pc"; \
-	if ${TEST} -f $$f -a ! -f $$t ; then \
-		${LN} -sf $$f $$t; \
-	fi
-
-.endif # SCDOC_TOOL_MK


Home | Main Index | Thread Index | Old Index