pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/libmspack



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sun Oct  9 03:11:25 UTC 2016

Added Files:
        pkgsrc/archivers/libmspack: DESCR Makefile PLIST buildlink3.mk distinfo

Log Message:
Import libmspack-0.5alpha as archivers/libmspack from pkgsrc-wip/libmspack.

The purpose of libmspack is to provide compressors and decompressors,
archivers and dearchivers for Microsoft compression formats: CAB, CHM, WIM,
LIT, HLP, KWAJ and SZDD. It is also designed to be easily embeddable,
stable, robust and resource-efficient.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/archivers/libmspack/DESCR \
    pkgsrc/archivers/libmspack/Makefile pkgsrc/archivers/libmspack/PLIST \
    pkgsrc/archivers/libmspack/buildlink3.mk \
    pkgsrc/archivers/libmspack/distinfo

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

Added files:

Index: pkgsrc/archivers/libmspack/DESCR
diff -u /dev/null pkgsrc/archivers/libmspack/DESCR:1.1
--- /dev/null   Sun Oct  9 03:11:25 2016
+++ pkgsrc/archivers/libmspack/DESCR    Sun Oct  9 03:11:25 2016
@@ -0,0 +1,4 @@
+The purpose of libmspack is to provide compressors and decompressors,
+archivers and dearchivers for Microsoft compression formats: CAB, CHM, WIM,
+LIT, HLP, KWAJ and SZDD. It is also designed to be easily embeddable,
+stable, robust and resource-efficient.
Index: pkgsrc/archivers/libmspack/Makefile
diff -u /dev/null pkgsrc/archivers/libmspack/Makefile:1.1
--- /dev/null   Sun Oct  9 03:11:25 2016
+++ pkgsrc/archivers/libmspack/Makefile Sun Oct  9 03:11:25 2016
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2016/10/09 03:11:25 ryoon Exp $
+
+DISTNAME=      libmspack-0.5alpha
+CATEGORIES=    devel
+MASTER_SITES=  http://www.cabextract.org.uk/libmspack/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://www.cabextract.org.uk/libmspack/
+COMMENT=       Archiver for Microsoft format CAB, CHM, WIM, LIT, HLP, KWAJ and SZDD
+LICENSE=       gnu-lgpl-v2.1
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL=   yes
+USE_TOOLS+=    pkg-config
+
+PKGCONFIG_OVERRIDE+=   libmspack.pc.in
+
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/archivers/libmspack/PLIST
diff -u /dev/null pkgsrc/archivers/libmspack/PLIST:1.1
--- /dev/null   Sun Oct  9 03:11:25 2016
+++ pkgsrc/archivers/libmspack/PLIST    Sun Oct  9 03:11:25 2016
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2016/10/09 03:11:25 ryoon Exp $
+include/mspack.h
+lib/libmspack.la
+lib/pkgconfig/libmspack.pc
Index: pkgsrc/archivers/libmspack/buildlink3.mk
diff -u /dev/null pkgsrc/archivers/libmspack/buildlink3.mk:1.1
--- /dev/null   Sun Oct  9 03:11:25 2016
+++ pkgsrc/archivers/libmspack/buildlink3.mk    Sun Oct  9 03:11:25 2016
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2016/10/09 03:11:25 ryoon Exp $
+
+BUILDLINK_TREE+=       libmspack
+
+.if !defined(LIBMSPACK_BUILDLINK3_MK)
+LIBMSPACK_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.libmspack+=      libmspack>=0.5alpha
+BUILDLINK_PKGSRCDIR.libmspack?=                ../../archivers/libmspack
+
+.endif # LIBMSPACK_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -libmspack
Index: pkgsrc/archivers/libmspack/distinfo
diff -u /dev/null pkgsrc/archivers/libmspack/distinfo:1.1
--- /dev/null   Sun Oct  9 03:11:25 2016
+++ pkgsrc/archivers/libmspack/distinfo Sun Oct  9 03:11:25 2016
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2016/10/09 03:11:25 ryoon Exp $
+
+SHA1 (libmspack-0.5alpha.tar.gz) = 226f19b1fc58e820671a1749983b06896e108cc4
+RMD160 (libmspack-0.5alpha.tar.gz) = b1aae1671cfa5fa7b830bed6255d52da513337e4
+Size (libmspack-0.5alpha.tar.gz) = 654193 bytes



Home | Main Index | Thread Index | Old Index