pkgsrc-WIP-changes archive

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

execline moved to pkgsrc.



Module Name:	pkgsrc-wip
Committed By:	Amitai Schleier <schmonz-web-git%schmonz.com@localhost>
Pushed By:	schmonz
Date:		Thu Nov 19 20:25:25 2020 +0100
Changeset:	6b4a2303ee347816ba0e9f0ea6a931be3e9ed5a5

Modified Files:
	s6-networking/Makefile
	s6/Makefile
Removed Files:
	execline/DESCR
	execline/Makefile
	execline/PLIST
	execline/buildlink3.mk
	execline/distinfo

Log Message:
execline moved to pkgsrc.

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

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

diffstat:
 execline/DESCR         |  4 ----
 execline/Makefile      | 20 -------------------
 execline/PLIST         | 54 --------------------------------------------------
 execline/buildlink3.mk | 13 ------------
 execline/distinfo      |  6 ------
 s6-networking/Makefile |  4 ++--
 s6/Makefile            |  2 +-
 7 files changed, 3 insertions(+), 100 deletions(-)

diffs:
diff --git a/execline/DESCR b/execline/DESCR
deleted file mode 100644
index b400712a11..0000000000
--- a/execline/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-execline is a (non-interactive) scripting language, like sh, but its syntax
-is quite different from a traditional shell syntax.  The execlineb program
-is meant to be used as an interpreter for a text file; the other commands
-are essentially useful inside an execlineb script.
diff --git a/execline/Makefile b/execline/Makefile
deleted file mode 100644
index c6bb02e07d..0000000000
--- a/execline/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	execline-2.6.1.1
-CATEGORIES=	devel
-MASTER_SITES=	${HOMEPAGE}
-
-MAINTAINER=	cfkoch%edgebsd.org@localhost
-HOMEPAGE=	https://skarnet.org/software/execline/
-COMMENT=	The execline scripting language
-LICENSE=	isc
-
-USE_TOOLS+=		gmake
-HAS_CONFIGURE=		yes
-CONFIGURE_ARGS+=	--prefix=${PREFIX}
-CONFIGURE_ARGS+=	--with-sysdeps=${PREFIX}/lib/skalibs/sysdeps
-CONFIGURE_ARGS+=	--with-lib=${PREFIX}/lib/skalibs
-CONFIGURE_ARGS+=	--with-include=${PREFIX}/include
-
-.include "../../devel/skalibs/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/execline/PLIST b/execline/PLIST
deleted file mode 100644
index ecd5d6e48e..0000000000
--- a/execline/PLIST
+++ /dev/null
@@ -1,54 +0,0 @@
-@comment $NetBSD$
-bin/background
-bin/backtick
-bin/cd
-bin/define
-bin/dollarat
-bin/elgetopt
-bin/elgetpositionals
-bin/elglob
-bin/emptyenv
-bin/envfile
-bin/exec
-bin/execline-cd
-bin/execline-umask
-bin/execlineb
-bin/exit
-bin/export
-bin/fdblock
-bin/fdclose
-bin/fdmove
-bin/fdreserve
-bin/fdswap
-bin/forbacktickx
-bin/foreground
-bin/forstdin
-bin/forx
-bin/getcwd
-bin/getpid
-bin/heredoc
-bin/homeof
-bin/if
-bin/ifelse
-bin/ifte
-bin/ifthenelse
-bin/importas
-bin/loopwhilex
-bin/multidefine
-bin/multisubstitute
-bin/pipeline
-bin/piperw
-bin/posix-cd
-bin/posix-umask
-bin/redirfd
-bin/runblock
-bin/shift
-bin/trap
-bin/tryexec
-bin/umask
-bin/unexport
-bin/wait
-bin/withstdinas
-include/execline/config.h
-include/execline/execline.h
-lib/execline/libexecline.a
diff --git a/execline/buildlink3.mk b/execline/buildlink3.mk
deleted file mode 100644
index caae0b5e54..0000000000
--- a/execline/buildlink3.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-# $NetBSD$
-
-BUILDLINK_TREE+=	execline
-
-.if !defined(EXECLINE_BUILDLINK3_MK)
-EXECLINE_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.execline+=	execline>=2.2.0.0
-BUILDLINK_PKGSRCDIR.execline?=		../../wip/execline
-BUILDLINK_DEPMETHOD.execline?=		build
-.endif # EXECLINE_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-execline
diff --git a/execline/distinfo b/execline/distinfo
deleted file mode 100644
index e1bf629b5b..0000000000
--- a/execline/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (execline-2.6.1.1.tar.gz) = 589f3b763a5841389c970275801cd7ff9a44cad4
-RMD160 (execline-2.6.1.1.tar.gz) = 420355eadf71d74604331d8bb3170abaf6f7b758
-SHA512 (execline-2.6.1.1.tar.gz) = 5826abb407742ad8a2cd48c09b966827d129dda420db07c893cd7a27e806441d7b117a0c61fdc0222e527aada976da26e4779a4896fc084cdf6efa8294ffac5b
-Size (execline-2.6.1.1.tar.gz) = 92495 bytes
diff --git a/s6-networking/Makefile b/s6-networking/Makefile
index 0b81eeb332..99e2b4e3cf 100644
--- a/s6-networking/Makefile
+++ b/s6-networking/Makefile
@@ -17,9 +17,9 @@ CONFIGURE_ARGS+=	--enable-ssl=bearssl
 
 BUILDLINK_API_DEPENDS.skalibs+=skalibs>=2.9.3.0
 .include "../../devel/skalibs/buildlink3.mk"
-.include "../../security/bearssl/buildlink3.mk"
 BUILDLINK_API_DEPENDS.execline+=execline>=2.6.1.1
-.include "../../wip/execline/buildlink3.mk"
+.include "../../lang/execline/buildlink3.mk"
+.include "../../security/bearssl/buildlink3.mk"
 .include "../../wip/s6/buildlink3.mk"
 .include "../../wip/s6-dns/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/s6/Makefile b/s6/Makefile
index 9a73b399db..8fbc5c807e 100644
--- a/s6/Makefile
+++ b/s6/Makefile
@@ -18,5 +18,5 @@ CONFIGURE_ARGS+=	--with-lib=${PREFIX}/lib/skalibs
 CONFIGURE_ARGS+=	--with-include=${PREFIX}/include
 
 .include "../../devel/skalibs/buildlink3.mk"
-.include "../../wip/execline/buildlink3.mk"
+.include "../../lang/execline/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index