Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Apr 2006 20:50:22 +1200 (NZST)
From:      Andrew Turner <andrew+ports@fubar.geek.nz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        andrew@fubar.geek.nz
Subject:   ports/95988: New Port: devel/libaura Library of Assorted Useful Reusable Abstractions
Message-ID:  <20060418085022.7C0076160@serv.int.fubar.geek.nz>
Resent-Message-ID: <200604180900.k3I90R93032151@freefall.freebsd.org>

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

>Number:         95988
>Category:       ports
>Synopsis:       New Port: devel/libaura Library of Assorted Useful Reusable Abstractions
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 18 09:00:27 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Andrew Turner
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
none
>Environment:
System: FreeBSD serv.int.fubar.geek.nz 5.4-STABLE FreeBSD 5.4-STABLE #9: Sun Jan 29 12:45:34 NZDT 2006 root@serv.int.fubar.geek.nz:/usr/obj/srctrees/RELENG_5/sys/GENERIC i386


	
>Description:
	The port devel/libaura is a collection of useful abstractions including dictionaries, memory allocation, buffers.
	Philip Paeps should have to distfiles to be placed in ${MASTER_SITE_LOCAL}. MASTER_SITE_SUBDIR needs to be set to the appropriate value.
>How-To-Repeat:
	
>Fix:

	

--- port-devel-libaura.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:
#
#	Makefile
#	distinfo
#	files
#	files/patch-Makefile
#	pkg-descr
#
echo x - Makefile
sed 's/^X//' >Makefile << 'END-of-Makefile'
X# New ports collection makefile for:   libaura
X# Date created:        18 April 2006
X# Whom:                Andrew Turner <andrew+ports@fubar.geek.nz>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	libaura
XPORTVERSION=	3.1.20051222
XCATEGORIES=	devel
XMASTER_SITES=	${MASTER_SITE_LOCAL}
X
XMAINTAINER=	andrew+ports@fubar.geek.nz
XCOMMENT=	Library of Assorted Useful Reusable Abstractions
X
XUSE_BZIP2=	yes
XINSTALLS_SHLIB=	yes
X
XSONAME=		${SOLINK}.3
XSOLINK=		${PORTNAME}3.so
X
XPLIST_FILES=	lib/${SONAME} \
X		lib/${SOLINK} \
X		include/aura3/buffer.h \
X		include/aura3/dict.h \
X		include/aura3/popen.h \
X		include/aura3/fspred.h \
X		include/aura3/mem.h
XPLIST_DIRS=	include/aura3
XPORTDOCS=	README
X
XMAKE_ENV=	SONAME=${SONAME} SOLINK=${SOLINK}
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/${SONAME} ${PREFIX}/lib/${SONAME}
X	${LN} -s ${PREFIX}/lib/${SONAME} ${PREFIX}/lib/${SOLINK}
X	${MKDIR} ${PREFIX}/include/aura3/
X	${INSTALL_DATA} ${WRKSRC}/buffer.h ${PREFIX}/include/aura3/
X	${INSTALL_DATA} ${WRKSRC}/dict.h ${PREFIX}/include/aura3/
X	${INSTALL_DATA} ${WRKSRC}/popen.h ${PREFIX}/include/aura3/
X	${INSTALL_DATA} ${WRKSRC}/fspred.h ${PREFIX}/include/aura3/
X	${INSTALL_DATA} ${WRKSRC}/mem.h ${PREFIX}/include/aura3/
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X	${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
X.endif
X
X.include <bsd.port.mk>
END-of-Makefile
echo x - distinfo
sed 's/^X//' >distinfo << 'END-of-distinfo'
XMD5 (libaura-3.1.20051222.tar.bz2) = d684f892863574c131f8ef0ccf47161a
XSHA256 (libaura-3.1.20051222.tar.bz2) = 3bb1bfcdeb6bb6025fe1e4c563060a667a71a11954e5e7efa46e71c12ab74615
XSIZE (libaura-3.1.20051222.tar.bz2) = 10929
END-of-distinfo
echo c - files
mkdir -p files > /dev/null 2>&1
echo x - files/patch-Makefile
sed 's/^X//' >files/patch-Makefile << 'END-of-files/patch-Makefile'
X--- Makefile.orig	Tue Apr 18 12:32:27 2006
X+++ Makefile	Tue Apr 18 12:56:00 2006
X@@ -1,9 +1,6 @@
X # Makefile for libaura.
X # $Id: Makefile,v 1.20 2005/08/26 22:44:37 cpressey Exp $
X 
X-BASE?=../..
X-include ${BASE}/Config
X-
X LIB=	aura
X LIB_VER=3
X 
END-of-files/patch-Makefile
echo x - pkg-descr
sed 's/^X//' >pkg-descr << 'END-of-pkg-descr'
XLibaura is a library of Assorted Useful Reusable Abstractions -
Xdata structures and utilities for C language programming.  At
Xpresent, they include:
X
X- memory allocators/deallocators
X- key<->value dictionaries (hashed or sorted)
X- extensible buffers
X- filesystem predicates (is_dir, is_named_pipe, etc)
X- popen() variation which allows the caller to know the pid of
X  the process on the other end of the pipe.
END-of-pkg-descr
exit
--- port-devel-libaura.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?20060418085022.7C0076160>