pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libntlm Initial import of libntlm-0.3.2 from pkg...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/05494208b85d
branches:  trunk
changeset: 464074:05494208b85d
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Wed Dec 03 19:18:15 2003 +0000

description:
Initial import of libntlm-0.3.2 from pkgsrc-wip.

libntlm is a library that implement Microsoft's NTLM authentication.

diffstat:

 devel/libntlm/DESCR         |   1 +
 devel/libntlm/Makefile      |  20 ++++++++++++++++++++
 devel/libntlm/PLIST         |   8 ++++++++
 devel/libntlm/buildlink2.mk |  25 +++++++++++++++++++++++++
 devel/libntlm/distinfo      |   4 ++++
 5 files changed, 58 insertions(+), 0 deletions(-)

diffs (78 lines):

diff -r 4d616fa49f85 -r 05494208b85d devel/libntlm/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libntlm/DESCR       Wed Dec 03 19:18:15 2003 +0000
@@ -0,0 +1,1 @@
+libntlm is a library that implement Microsoft's NTLM authentication.
diff -r 4d616fa49f85 -r 05494208b85d devel/libntlm/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libntlm/Makefile    Wed Dec 03 19:18:15 2003 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/03 19:18:15 xtraeme Exp $
+#
+
+DISTNAME=              libntlm-0.3.2
+CATEGORIES=            security
+MASTER_SITES=          http://josefsson.org/libntlm/releases/
+
+MAINTAINER=            xtraeme%NetBSD.org@localhost
+HOMEPAGE=              http://josefsson.org/libntlm/
+COMMENT=               Library that implement Microsoft's NTLM authentication
+
+GNU_CONFIGURE=         yes
+USE_BUILDLINK2=                yes
+USE_LIBTOOL=           yes
+
+LIBTOOL_OVERRIDE=       ${WRKSRC}/libtool
+PKGCONFIG_OVERRIDE+=    ${WRKSRC}/libntlm.pc.in
+
+.include "../../devel/pkgconfig/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 4d616fa49f85 -r 05494208b85d devel/libntlm/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libntlm/PLIST       Wed Dec 03 19:18:15 2003 +0000
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/03 19:18:16 xtraeme Exp $
+include/ntlm.h
+lib/libntlm.a
+lib/libntlm.la
+lib/libntlm.so
+lib/libntlm.so.0
+lib/libntlm.so.0.1
+lib/pkgconfig/libntlm.pc
diff -r 4d616fa49f85 -r 05494208b85d devel/libntlm/buildlink2.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libntlm/buildlink2.mk       Wed Dec 03 19:18:15 2003 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: buildlink2.mk,v 1.1.1.1 2003/12/03 19:18:16 xtraeme Exp $
+#
+# This Makefile fragment is included by packages that use libntlm.
+#
+# This file was created automatically using createbuildlink 2.8.
+#
+
+.if !defined(LIBNTLM_BUILDLINK2_MK)
+LIBNTLM_BUILDLINK2_MK= # defined
+
+BUILDLINK_PACKAGES+=                   libntlm
+BUILDLINK_DEPENDS.libntlm?=            libntlm>=0.3.2
+BUILDLINK_PKGSRCDIR.libntlm?=          ../../devel/libntlm
+
+EVAL_PREFIX+=  BUILDLINK_PREFIX.libntlm=libntlm
+BUILDLINK_PREFIX.libntlm_DEFAULT=      ${LOCALBASE}
+BUILDLINK_FILES.libntlm+=      include/ntlm.h
+BUILDLINK_FILES.libntlm+=      lib/libntlm.*
+
+
+BUILDLINK_TARGETS+=    libntlm-buildlink
+
+libntlm-buildlink: _BUILDLINK_USE
+
+.endif # LIBNTLM_BUILDLINK2_MK
diff -r 4d616fa49f85 -r 05494208b85d devel/libntlm/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libntlm/distinfo    Wed Dec 03 19:18:15 2003 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/12/03 19:18:16 xtraeme Exp $
+
+SHA1 (libntlm-0.3.2.tar.gz) = 6b658496ab96eb1878ec0dd72db2e4941b319d37
+Size (libntlm-0.3.2.tar.gz) = 207997 bytes



Home | Main Index | Thread Index | Old Index