From 51ad43d092151246995a09246b2d4bb888daa513 Mon Sep 17 00:00:00 2001 From: wiedi Date: Sat, 3 Dec 2016 23:54:56 +0000 Subject: Import slibtool-0.5.12 as devel/slibtool slibtool is an independent reimplementation of the widely used libtool, written in C. slibtool is designed to be a clean, fast, easy-to-use libtool drop-in replacement, and is accordingly aimed at package authors, distro developers, and system integrators. slibtool maintains compatibility with libtool in nearly every aspect of the tool's functionality as well as semantics, leaving out (or turning into a no-op) only a small number of features that are no longer needed on modern systems. --- devel/Makefile | 3 ++- devel/slibtool/DESCR | 7 +++++++ devel/slibtool/Makefile | 17 +++++++++++++++++ devel/slibtool/PLIST | 10 ++++++++++ devel/slibtool/distinfo | 6 ++++++ 5 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 devel/slibtool/DESCR create mode 100644 devel/slibtool/Makefile create mode 100644 devel/slibtool/PLIST create mode 100644 devel/slibtool/distinfo diff --git a/devel/Makefile b/devel/Makefile index 9308d32b089..9ee3ff8c1c3 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2338 2016/11/30 12:24:54 wiz Exp $ +# $NetBSD: Makefile,v 1.2339 2016/12/03 23:54:56 wiedi Exp $ # COMMENT= Development utilities @@ -2179,6 +2179,7 @@ SUBDIR+= sgi-stl-docs SUBDIR+= shtk SUBDIR+= silc-toolkit SUBDIR+= slib +SUBDIR+= slibtool SUBDIR+= sml-mode SUBDIR+= snappy SUBDIR+= snappy-java10 diff --git a/devel/slibtool/DESCR b/devel/slibtool/DESCR new file mode 100644 index 00000000000..1883bf207cc --- /dev/null +++ b/devel/slibtool/DESCR @@ -0,0 +1,7 @@ +slibtool is an independent reimplementation of the widely used libtool, +written in C. slibtool is designed to be a clean, fast, easy-to-use +libtool drop-in replacement, and is accordingly aimed at package authors, +distro developers, and system integrators. slibtool maintains compatibility +with libtool in nearly every aspect of the tool's functionality as well as +semantics, leaving out (or turning into a no-op) only a small number of +features that are no longer needed on modern systems. diff --git a/devel/slibtool/Makefile b/devel/slibtool/Makefile new file mode 100644 index 00000000000..0411365a513 --- /dev/null +++ b/devel/slibtool/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2016/12/03 23:54:56 wiedi Exp $ + +DISTNAME= slibtool-0.5.12 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GITHUB:=midipix-project/} +GITHUB_TAG= v${PKGVERSION_NOREV} + +MAINTAINER= wiedi@frubar.net +HOMEPAGE= http://midipix.org/ +COMMENT= Surrogate libtool implementation, written in C +LICENSE= mit + +HAS_CONFIGURE= yes +USE_LANGUAGES= c +USE_TOOLS+= gmake + +.include "../../mk/bsd.pkg.mk" diff --git a/devel/slibtool/PLIST b/devel/slibtool/PLIST new file mode 100644 index 00000000000..e872830ee88 --- /dev/null +++ b/devel/slibtool/PLIST @@ -0,0 +1,10 @@ +@comment $NetBSD: PLIST,v 1.1 2016/12/03 23:54:56 wiedi Exp $ +bin/clibtool +bin/clibtool-shared +bin/clibtool-static +bin/dlibtool +bin/dlibtool-shared +bin/dlibtool-static +bin/slibtool +bin/slibtool-shared +bin/slibtool-static diff --git a/devel/slibtool/distinfo b/devel/slibtool/distinfo new file mode 100644 index 00000000000..aae1380f1e5 --- /dev/null +++ b/devel/slibtool/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/12/03 23:54:56 wiedi Exp $ + +SHA1 (slibtool-0.5.12.tar.gz) = 7f958fc5d1662cfc6a57b45326b430c20a15ed16 +RMD160 (slibtool-0.5.12.tar.gz) = 97e5bee99ac5fc9c811bffdbc9e5e2bf8c696e38 +SHA512 (slibtool-0.5.12.tar.gz) = 70e800449080656d34f0f9e017541f18020e210414dceea6332a3e2b323a08226bd5ec18310a62aaefbdb3dbcbb2b66f0979f79d3130f6837fbf06c4702b1c91 +Size (slibtool-0.5.12.tar.gz) = 60423 bytes -- cgit v1.2.3