pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   manu
Date:           Wed Mar 21 13:16:13 UTC 2018

Modified Files:
        pkgsrc/devel: Makefile
        pkgsrc/doc: CHANGES-2018
Added Files:
        pkgsrc/devel/liblnk: DESCR Makefile PLIST distinfo

Log Message:
liblnk is a library to access the Windows Shortcut File (LNK) format.


To generate a diff of this commit:
cvs rdiff -u -r1.2648 -r1.2649 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/liblnk/DESCR pkgsrc/devel/liblnk/Makefile \
    pkgsrc/devel/liblnk/PLIST pkgsrc/devel/liblnk/distinfo
cvs rdiff -u -r1.1462 -r1.1463 pkgsrc/doc/CHANGES-2018

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.2648 pkgsrc/devel/Makefile:1.2649
--- pkgsrc/devel/Makefile:1.2648        Wed Mar 21 10:24:36 2018
+++ pkgsrc/devel/Makefile       Wed Mar 21 13:16:13 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2648 2018/03/21 10:24:36 taca Exp $
+# $NetBSD: Makefile,v 1.2649 2018/03/21 13:16:13 manu Exp $
 #
 
 COMMENT=       Development utilities
@@ -594,6 +594,7 @@ SUBDIR+=    libjudy
 SUBDIR+=       libkgapi
 SUBDIR+=       libkomparediff2
 SUBDIR+=       liblangtag
+SUBDIR+=       liblnk
 SUBDIR+=       libltdl
 SUBDIR+=       libmaa
 SUBDIR+=       libmatchbox

Index: pkgsrc/doc/CHANGES-2018
diff -u pkgsrc/doc/CHANGES-2018:1.1462 pkgsrc/doc/CHANGES-2018:1.1463
--- pkgsrc/doc/CHANGES-2018:1.1462      Wed Mar 21 13:10:47 2018
+++ pkgsrc/doc/CHANGES-2018     Wed Mar 21 13:16:13 2018
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2018,v 1.1462 2018/03/21 13:10:47 taca Exp $
+$NetBSD: CHANGES-2018,v 1.1463 2018/03/21 13:16:13 manu Exp $
 
 Changes to the packages collection and infrastructure in 2018:
 
@@ -1980,3 +1980,4 @@ Changes to the packages collection and i
        Updated security/p5-Net-DNS-SEC to 1.05 [wiz 2018-03-21]
        Updated sysutils/ruby-serverspec to 2.41.3 [taca 2018-03-21]
        Updated security/ruby-nexpose to 7.2.0 [taca 2018-03-21]
+       Added devel/liblnk 20171101 [manu 2018-03-21]

Added files:

Index: pkgsrc/devel/liblnk/DESCR
diff -u /dev/null pkgsrc/devel/liblnk/DESCR:1.1
--- /dev/null   Wed Mar 21 13:16:13 2018
+++ pkgsrc/devel/liblnk/DESCR   Wed Mar 21 13:16:13 2018
@@ -0,0 +1 @@
+liblnk is a library to access the Windows Shortcut File (LNK) format.
Index: pkgsrc/devel/liblnk/Makefile
diff -u /dev/null pkgsrc/devel/liblnk/Makefile:1.1
--- /dev/null   Wed Mar 21 13:16:13 2018
+++ pkgsrc/devel/liblnk/Makefile        Wed Mar 21 13:16:13 2018
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2018/03/21 13:16:13 manu Exp $
+
+DISTNAME=      liblnk-alpha-20171101
+PKGNAME=       liblnk
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=libyal/}
+GITHUB_RELEASE=        20171101
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/libyal/liblnk/wiki
+COMMENT=       Library to handle Windows .lnk shortcuts
+LICENSE=       gnu-lgpl-v3
+
+WRKSRC=                ${WRKDIR}/liblnk-20171101
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL=   yes
+
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/liblnk/PLIST
diff -u /dev/null pkgsrc/devel/liblnk/PLIST:1.1
--- /dev/null   Wed Mar 21 13:16:13 2018
+++ pkgsrc/devel/liblnk/PLIST   Wed Mar 21 13:16:13 2018
@@ -0,0 +1,13 @@
+@comment $NetBSD: PLIST,v 1.1 2018/03/21 13:16:13 manu Exp $
+bin/lnkinfo
+include/liblnk.h
+include/liblnk/codepage.h
+include/liblnk/definitions.h
+include/liblnk/error.h
+include/liblnk/extern.h
+include/liblnk/features.h
+include/liblnk/types.h
+lib/liblnk.la
+lib/pkgconfig/liblnk.pc
+man/man1/lnkinfo.1
+man/man3/liblnk.3
Index: pkgsrc/devel/liblnk/distinfo
diff -u /dev/null pkgsrc/devel/liblnk/distinfo:1.1
--- /dev/null   Wed Mar 21 13:16:13 2018
+++ pkgsrc/devel/liblnk/distinfo        Wed Mar 21 13:16:13 2018
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/03/21 13:16:13 manu Exp $
+
+SHA1 (liblnk-alpha-20171101.tar.gz) = 0a5a0e1562c83620ed35fe25dccc480351d0af32
+RMD160 (liblnk-alpha-20171101.tar.gz) = 1a368e20c0de30fff977bc55f4a7d84859eec756
+SHA512 (liblnk-alpha-20171101.tar.gz) = 03e985b35ce0fd604f919494ac7183c7139564e035e279e14eb07ed6bd7f9608645d8b20c2d2391e135be4b5c949893fdb0814aff691cd5752863f17e21e748a
+Size (liblnk-alpha-20171101.tar.gz) = 1479690 bytes



Home | Main Index | Thread Index | Old Index