pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   wiedi
Date:           Sat Dec  3 23:54:56 UTC 2016

Modified Files:
        pkgsrc/devel: Makefile
Added Files:
        pkgsrc/devel/slibtool: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.2338 -r1.2339 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/slibtool/DESCR \
    pkgsrc/devel/slibtool/Makefile pkgsrc/devel/slibtool/PLIST \
    pkgsrc/devel/slibtool/distinfo

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

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.2338 pkgsrc/devel/Makefile:1.2339
--- pkgsrc/devel/Makefile:1.2338        Wed Nov 30 12:24:54 2016
+++ pkgsrc/devel/Makefile       Sat Dec  3 23:54:56 2016
@@ -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

Added files:

Index: pkgsrc/devel/slibtool/DESCR
diff -u /dev/null pkgsrc/devel/slibtool/DESCR:1.1
--- /dev/null   Sat Dec  3 23:54:56 2016
+++ pkgsrc/devel/slibtool/DESCR Sat Dec  3 23:54:56 2016
@@ -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.
Index: pkgsrc/devel/slibtool/Makefile
diff -u /dev/null pkgsrc/devel/slibtool/Makefile:1.1
--- /dev/null   Sat Dec  3 23:54:56 2016
+++ pkgsrc/devel/slibtool/Makefile      Sat Dec  3 23:54:56 2016
@@ -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"
Index: pkgsrc/devel/slibtool/PLIST
diff -u /dev/null pkgsrc/devel/slibtool/PLIST:1.1
--- /dev/null   Sat Dec  3 23:54:56 2016
+++ pkgsrc/devel/slibtool/PLIST Sat Dec  3 23:54:56 2016
@@ -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
Index: pkgsrc/devel/slibtool/distinfo
diff -u /dev/null pkgsrc/devel/slibtool/distinfo:1.1
--- /dev/null   Sat Dec  3 23:54:56 2016
+++ pkgsrc/devel/slibtool/distinfo      Sat Dec  3 23:54:56 2016
@@ -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