From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 26 08:10:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7B91E106566B for ; Thu, 26 Apr 2012 08:10:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 530A18FC0C for ; Thu, 26 Apr 2012 08:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q3Q8A9VH098047 for ; Thu, 26 Apr 2012 08:10:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q3Q8A94c098046; Thu, 26 Apr 2012 08:10:09 GMT (envelope-from gnats) Resent-Date: Thu, 26 Apr 2012 08:10:09 GMT Resent-Message-Id: <201204260810.q3Q8A94c098046@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Muhammad Moinur Rahman <5u623l20@gmail.com> Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 93982106564A for ; Thu, 26 Apr 2012 08:08:51 +0000 (UTC) (envelope-from bofh@bofh.telnet.net.bd) Received: from mx-out-02.telnet-bd.com (mx-out-02.telnet-bd.com [116.212.105.116]) by mx1.freebsd.org (Postfix) with ESMTP id 2E0588FC08 for ; Thu, 26 Apr 2012 08:08:48 +0000 (UTC) Received: from bofh.telnet.net.bd (bofh.telnet.net.bd [120.50.31.42]) by fortune-02.telnet.net.bd (Postfix) with ESMTPS id F1BB52D4212 for ; Thu, 26 Apr 2012 14:08:58 +0600 (BDT) Received: (from root@localhost) by bofh.telnet.net.bd (8.14.5/8.14.5/Submit) id q3Q88lL6000914; Thu, 26 Apr 2012 14:08:47 +0600 (BDT) (envelope-from bofh) Message-Id: <201204260808.q3Q88lL6000914@bofh.telnet.net.bd> Date: Thu, 26 Apr 2012 14:08:47 +0600 (BDT) From: Muhammad Moinur Rahman <5u623l20@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/167315: [NEW PORT] devel/pear-Structures_LinkedList: Implements singly and doubly-linked lists X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Apr 2012 08:10:09 -0000 >Number: 167315 >Category: ports >Synopsis: [NEW PORT] devel/pear-Structures_LinkedList: Implements singly and doubly-linked lists >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: Thu Apr 26 08:10:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Muhammad Moinur Rahman >Release: FreeBSD 9.0-STABLE amd64 >Organization: >Environment: System: FreeBSD bofh.telnet.net.bd 9.0-STABLE FreeBSD 9.0-STABLE #0: Fri Mar 2 02:21:51 BDT >Description: A singly-linked list offers the ability to insert or delete nodes at any point within the list. A doubly-linked list also offers the ability to request previous nodes in the list. WWW: http://pear.php.net/package/Structures_LinkedList/ For Committer's reference: http://tb.s.ubze.ro//logs/7.4-FreeBSD-i386/pear-Structures_LinkedList-0.2.2.log http://tb.s.ubze.ro//logs/7.4-FreeBSD-amd64/pear-Structures_LinkedList-0.2.2.log http://tb.s.ubze.ro//logs/8.2-FreeBSD-i386/pear-Structures_LinkedList-0.2.2.log http://tb.s.ubze.ro//logs/8.2-FreeBSD-amd64/pear-Structures_LinkedList-0.2.2.log http://tb.s.ubze.ro//logs/9.0-FreeBSD-i386/pear-Structures_LinkedList-0.2.2.log http://tb.s.ubze.ro//logs/9.0-FreeBSD-amd64/pear-Structures_LinkedList-0.2.2.log Generated with FreeBSD Port Tools 0.99_5 (mode: new) >How-To-Repeat: >Fix: --- .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: # # pear-Structure_LinkedList # pear-Structure_LinkedList/pkg-descr # pear-Structure_LinkedList/Makefile # pear-Structure_LinkedList/distinfo # echo c - pear-Structure_LinkedList mkdir -p pear-Structure_LinkedList > /dev/null 2>&1 echo x - pear-Structure_LinkedList/pkg-descr sed 's/^X//' >pear-Structure_LinkedList/pkg-descr << 'fcb1a90a864a629e6e129131c1e58ac3' XA singly-linked list offers the ability to insert or delete Xnodes at any point within the list. A doubly-linked list also offers the Xability to request previous nodes in the list. X XWWW: http://pear.php.net/package/Structures_LinkedList/ fcb1a90a864a629e6e129131c1e58ac3 echo x - pear-Structure_LinkedList/Makefile sed 's/^X//' >pear-Structure_LinkedList/Makefile << '84b85b20db03f79347ede0946c4c9fd8' X# Ports collection makefile for: pear-Structures_LinkedList X# Date created: 26 April 2012 X# Whom: Muhammad Moinur Rahman <5u623l20@gmail.com> X# X# $FreeBSD$ X# X XPORTNAME= Structures_LinkedList XPORTVERSION= 0.2.2 XCATEGORIES= devel pear X XMAINTAINER= 5u623l20@gmail.com XCOMMENT= Implements singly and doubly-linked lists X XPEAR_AUTOINSTALL= yes X X.include X.include "${PORTSDIR}/devel/pear/bsd.pear.mk" X.include 84b85b20db03f79347ede0946c4c9fd8 echo x - pear-Structure_LinkedList/distinfo sed 's/^X//' >pear-Structure_LinkedList/distinfo << 'bcaef6b212fff021d814f528d8bc8770' XSHA256 (PEAR/Structures_LinkedList-0.2.2.tgz) = 26e16610444ff6d09f847e68b0e38c522ff96eb64a4b2f07c91742a213ade692 XSIZE (PEAR/Structures_LinkedList-0.2.2.tgz) = 12486 bcaef6b212fff021d814f528d8bc8770 exit --- .shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: