Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Dec 2012 15:52:36 +0100 (CET)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/174035: New port: devel/liblnk
Message-ID:  <201212011452.qB1EqagS090686@newdump.dreadbsd.org>
Resent-Message-ID: <201212011500.qB1F002S076991@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         174035
>Category:       ports
>Synopsis:       New port: devel/liblnk
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 01 15:00:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Antoine Brodin
>Release:        FreeBSD 9.0-RELEASE-p3 i386
>Organization:
none
>Environment:
System: FreeBSD celeron.dreadbsd.org 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 01:47:53 UTC 2012 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386


>Description:
Library and tools to access the Windows Shortcut File (LNK) Format
>How-To-Repeat:
>Fix:


--- liblnk.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	liblnk/
#	liblnk/Makefile
#	liblnk/distinfo
#	liblnk/pkg-descr
#	liblnk/pkg-plist
#
echo c - liblnk/
mkdir -p liblnk/ > /dev/null 2>&1
echo x - liblnk/Makefile
sed 's/^X//' >liblnk/Makefile << '4857f1bda4a5abb05988ec4fd8a77709'
X# New ports collection makefile for:	liblnk
X# Date created:				30 November 2012
X# Whom:					antoine@FreeBSD.org
X#
X# $FreeBSD$
X#
X
XPORTNAME=	liblnk
XPORTVERSION=	20121121
XCATEGORIES=	devel
XMASTER_SITES=	GOOGLE_CODE
XDISTNAME=	${PORTNAME}-alpha-${PORTVERSION}
X
XMAINTAINER=	antoine@FreeBSD.org
XCOMMENT=	Library and tools to access the Windows Shortcut File (LNK) Format
X
XLICENSE=	GPLv3
X
XUSE_GETTEXT=	yes
XUSE_ICONV=	yes
XUSE_LDCONFIG=	yes
XUSE_PYTHON=	yes
X
XGNU_CONFIGURE=	yes
XCONFIGURE_ARGS=	--enable-python
XLDFLAGS+=	-L${LOCALBASE}/lib
XWRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
X
XMAN1=		lnkinfo.1
XMAN3=		liblnk.3
X
XOPTIONS_DEFINE=	DOCS
X
XPORTDOCS=	AUTHORS COPYING ChangeLog
X
Xpost-patch:
X	@${REINPLACE_CMD} -e 's,$$(libdir)/pkgconfig,@prefix@/libdata/pkgconfig,g' ${WRKSRC}/Makefile.in
X
X.include <bsd.port.options.mk>
X
Xpost-install:
X.if ${PORT_OPTIONS:MDOCS}
X	@${MKDIR} ${DOCSDIR}
X	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
X.endif
X
X.include <bsd.port.mk>
4857f1bda4a5abb05988ec4fd8a77709
echo x - liblnk/distinfo
sed 's/^X//' >liblnk/distinfo << '4eaeccd057a702200576b66514e435bc'
XSHA256 (liblnk-alpha-20121121.tar.gz) = b41e8c7727099c45b449ba2d2c94863e46fee834a94aee9942b666d93a816ba3
XSIZE (liblnk-alpha-20121121.tar.gz) = 1246507
4eaeccd057a702200576b66514e435bc
echo x - liblnk/pkg-descr
sed 's/^X//' >liblnk/pkg-descr << '4f4e7c486615122dbc732c098e23bfd1'
XLibrary and tools to access the Windows Shortcut File (LNK) Format
X
XWWW:	http://code.google.com/p/liblnk/
4f4e7c486615122dbc732c098e23bfd1
echo x - liblnk/pkg-plist
sed 's/^X//' >liblnk/pkg-plist << '2cf9a0ad8939ac6864885110114da7a4'
Xbin/lnkinfo
Xinclude/liblnk.h
Xinclude/liblnk/codepage.h
Xinclude/liblnk/definitions.h
Xinclude/liblnk/error.h
Xinclude/liblnk/extern.h
Xinclude/liblnk/features.h
Xinclude/liblnk/types.h
Xlib/liblnk.a
Xlib/liblnk.la
Xlib/liblnk.so
Xlib/liblnk.so.1
X%%PYTHON_SITELIBDIR%%/pylnk.a
X%%PYTHON_SITELIBDIR%%/pylnk.la
X%%PYTHON_SITELIBDIR%%/pylnk.so
Xlibdata/pkgconfig/liblnk.pc
X@dirrm include/liblnk
2cf9a0ad8939ac6864885110114da7a4
exit
--- liblnk.shar ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212011452.qB1EqagS090686>