pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc liblnk is a library to access the Windows Shortcut Fil...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/204103a42a2f
branches:  trunk
changeset: 377718:204103a42a2f
user:      manu <manu%pkgsrc.org@localhost>
date:      Wed Mar 21 13:16:13 2018 +0000

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

diffstat:

 devel/Makefile        |   3 ++-
 devel/liblnk/DESCR    |   1 +
 devel/liblnk/Makefile |  19 +++++++++++++++++++
 devel/liblnk/PLIST    |  13 +++++++++++++
 devel/liblnk/distinfo |   6 ++++++
 doc/CHANGES-2018      |   3 ++-
 6 files changed, 43 insertions(+), 2 deletions(-)

diffs (86 lines):

diff -r d8307a775eae -r 204103a42a2f devel/Makefile
--- a/devel/Makefile    Wed Mar 21 13:10:47 2018 +0000
+++ b/devel/Makefile    Wed Mar 21 13:16:13 2018 +0000
@@ -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+=       libkgapi
 SUBDIR+=       libkomparediff2
 SUBDIR+=       liblangtag
+SUBDIR+=       liblnk
 SUBDIR+=       libltdl
 SUBDIR+=       libmaa
 SUBDIR+=       libmatchbox
diff -r d8307a775eae -r 204103a42a2f devel/liblnk/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/liblnk/DESCR        Wed Mar 21 13:16:13 2018 +0000
@@ -0,0 +1,1 @@
+liblnk is a library to access the Windows Shortcut File (LNK) format.
diff -r d8307a775eae -r 204103a42a2f devel/liblnk/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/liblnk/Makefile     Wed Mar 21 13:16:13 2018 +0000
@@ -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"
diff -r d8307a775eae -r 204103a42a2f devel/liblnk/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/liblnk/PLIST        Wed Mar 21 13:16:13 2018 +0000
@@ -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
diff -r d8307a775eae -r 204103a42a2f devel/liblnk/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/liblnk/distinfo     Wed Mar 21 13:16:13 2018 +0000
@@ -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
diff -r d8307a775eae -r 204103a42a2f doc/CHANGES-2018
--- a/doc/CHANGES-2018  Wed Mar 21 13:10:47 2018 +0000
+++ b/doc/CHANGES-2018  Wed Mar 21 13:16:13 2018 +0000
@@ -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 @@
        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]



Home | Main Index | Thread Index | Old Index