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:   maya
Date:           Sun Jan 24 19:09:22 UTC 2021

Modified Files:
        pkgsrc/devel: Makefile
Added Files:
        pkgsrc/devel/libstubborn: DESCR Makefile PLIST buildlink3.mk distinfo

Log Message:
Add libstubborn version 0.1

header-only library to provide generic and some application-specific
stub functions


To generate a diff of this commit:
cvs rdiff -u -r1.3321 -r1.3322 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/libstubborn/DESCR \
    pkgsrc/devel/libstubborn/Makefile pkgsrc/devel/libstubborn/PLIST \
    pkgsrc/devel/libstubborn/buildlink3.mk pkgsrc/devel/libstubborn/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.3321 pkgsrc/devel/Makefile:1.3322
--- pkgsrc/devel/Makefile:1.3321        Sat Jan 23 23:49:36 2021
+++ pkgsrc/devel/Makefile       Sun Jan 24 19:09:21 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3321 2021/01/23 23:49:36 wiz Exp $
+# $NetBSD: Makefile,v 1.3322 2021/01/24 19:09:21 maya Exp $
 #
 
 COMMENT=       Development utilities
@@ -841,6 +841,7 @@ SUBDIR+=    libstash
 SUBDIR+=       libstatgrab
 SUBDIR+=       libstree
 SUBDIR+=       libstroke
+SUBDIR+=       libstubborn
 SUBDIR+=       libtai
 SUBDIR+=       libtar
 SUBDIR+=       libtecla

Added files:

Index: pkgsrc/devel/libstubborn/DESCR
diff -u /dev/null pkgsrc/devel/libstubborn/DESCR:1.1
--- /dev/null   Sun Jan 24 19:09:22 2021
+++ pkgsrc/devel/libstubborn/DESCR      Sun Jan 24 19:09:21 2021
@@ -0,0 +1,2 @@
+header-only library to provide generic and some application-specific
+stub functions
Index: pkgsrc/devel/libstubborn/Makefile
diff -u /dev/null pkgsrc/devel/libstubborn/Makefile:1.1
--- /dev/null   Sun Jan 24 19:09:22 2021
+++ pkgsrc/devel/libstubborn/Makefile   Sun Jan 24 19:09:21 2021
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2021/01/24 19:09:21 maya Exp $
+
+GITHUB_PROJECT=        libstubborn
+GITHUB_TAG=    0.1
+DISTNAME=      0.1
+PKGNAME=       ${GITHUB_PROJECT}-${DISTNAME}
+CATEGORIES=    # TODO: add primary category
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=rfht/}
+DIST_SUBDIR=   ${GITHUB_PROJECT}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/rfht/libstubborn/
+COMMENT=       Library of generic stub functions
+LICENSE=       isc
+
+WRKSRC=        ${WRKDIR}/libstubborn-0.1
+
+INSTALLATION_DIRS+=    lib
+
+do-install:
+       set -e; cd ${WRKSRC}; \
+       ${LN} -sf libstubborn.so.0.0 libstubborn.so
+       ${INSTALL_DATA} ${WRKSRC}/libstubborn.so* \
+               ${DESTDIR}${PREFIX}/lib/
+
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/libstubborn/PLIST
diff -u /dev/null pkgsrc/devel/libstubborn/PLIST:1.1
--- /dev/null   Sun Jan 24 19:09:22 2021
+++ pkgsrc/devel/libstubborn/PLIST      Sun Jan 24 19:09:21 2021
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2021/01/24 19:09:21 maya Exp $
+lib/libstubborn.so
+lib/libstubborn.so.0.0
Index: pkgsrc/devel/libstubborn/buildlink3.mk
diff -u /dev/null pkgsrc/devel/libstubborn/buildlink3.mk:1.1
--- /dev/null   Sun Jan 24 19:09:22 2021
+++ pkgsrc/devel/libstubborn/buildlink3.mk      Sun Jan 24 19:09:21 2021
@@ -0,0 +1,12 @@
+# $NetBSD: buildlink3.mk,v 1.1 2021/01/24 19:09:21 maya Exp $
+
+BUILDLINK_TREE+=       libstubborn
+
+.if !defined(LIBSTUBBORN_BUILDLINK3_MK)
+LIBSTUBBORN_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.libstubborn+=    libstubborn>=0.1
+BUILDLINK_PKGSRCDIR.libstubborn?=      ../../devel/libstubborn
+.endif # LIBSTUBBORN_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -libstubborn
Index: pkgsrc/devel/libstubborn/distinfo
diff -u /dev/null pkgsrc/devel/libstubborn/distinfo:1.1
--- /dev/null   Sun Jan 24 19:09:22 2021
+++ pkgsrc/devel/libstubborn/distinfo   Sun Jan 24 19:09:21 2021
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/01/24 19:09:21 maya Exp $
+
+SHA1 (libstubborn/0.1.tar.gz) = 5650f1976bcb6b6d92a4d66afdc8fdc002f73423
+RMD160 (libstubborn/0.1.tar.gz) = 53eb1785a03e72e8fa0d0e44221b5df09853d52a
+SHA512 (libstubborn/0.1.tar.gz) = 6d69581340bb91bc3906cacc953e74b460ad5e6eabdabe4a8b0b3043d5717c36bb91ad1418f546f3b4e5df97b730a5410ed5d15045c6cfb7daea99f0cc0a4033
+Size (libstubborn/0.1.tar.gz) = 1462 bytes



Home | Main Index | Thread Index | Old Index