pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel Import slibtool-0.5.12 as devel/slibtool
details: https://anonhg.NetBSD.org/pkgsrc/rev/4855b169df1e
branches: trunk
changeset: 355509:4855b169df1e
user: wiedi <wiedi%pkgsrc.org@localhost>
date: Sat Dec 03 23:54:56 2016 +0000
description:
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.
diffstat:
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 deletions(-)
diffs (73 lines):
diff -r 48d062dbabe0 -r 4855b169df1e devel/Makefile
--- a/devel/Makefile Sat Dec 03 23:13:39 2016 +0000
+++ b/devel/Makefile Sat Dec 03 23:54:56 2016 +0000
@@ -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+= shtk
SUBDIR+= silc-toolkit
SUBDIR+= slib
+SUBDIR+= slibtool
SUBDIR+= sml-mode
SUBDIR+= snappy
SUBDIR+= snappy-java10
diff -r 48d062dbabe0 -r 4855b169df1e devel/slibtool/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/slibtool/DESCR Sat Dec 03 23:54:56 2016 +0000
@@ -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 -r 48d062dbabe0 -r 4855b169df1e devel/slibtool/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/slibtool/Makefile Sat Dec 03 23:54:56 2016 +0000
@@ -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@localhost
+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 -r 48d062dbabe0 -r 4855b169df1e devel/slibtool/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/slibtool/PLIST Sat Dec 03 23:54:56 2016 +0000
@@ -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 -r 48d062dbabe0 -r 4855b169df1e devel/slibtool/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/slibtool/distinfo Sat Dec 03 23:54:56 2016 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index