Port details |
- pear-Structure_LinkedList Implements singly and doubly-linked lists
- 0.2.2 devel =2 0.2.2Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2012-05-03 16:29:40
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: pear
- License: not specified in port
- WWW:
- https://pear.php.net/package/Structures_LinkedList
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- php81-pear-Structures_LinkedList>0:devel/pear-Structure_LinkedList
- To install the port:
- cd /usr/ports/devel/pear-Structure_LinkedList/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/pear-Structure_LinkedList
- pkg install php81-pear-Structures_LinkedList
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: php81-pear-Structures_LinkedList
- Package flavors (<flavor>: <package>)
- php81: php81-pear-Structures_LinkedList
- php74: php74-pear-Structures_LinkedList
- php80: php80-pear-Structures_LinkedList
- php82: php82-pear-Structures_LinkedList
- distinfo:
- TIMESTAMP = 1497163161
SHA256 (PEAR/Structures_LinkedList-0.2.2.tgz) = 11b0c533184ba209eb8b6793a205336ae19dfa0b90fd9c5791b9f052a34484a4
SIZE (PEAR/Structures_LinkedList-0.2.2.tgz) = 12680
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pear : devel/pear@php81
- Runtime dependencies:
-
- php.h : lang/php81
- pear : devel/pear@php81
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_pear-Structure_LinkedList
- USES:
- pear
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.2.2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.2.2 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.2.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.2.2 11 Jun 2017 07:36:27 |
sunpoet |
Update distinfo and unbreak this port
- While I'm here, fix indent
Content of tarballs are unchanged (checked against [1]).
=> Structures_LinkedList-0.2.2.tgz doesn't seem to exist in
/usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/Structures_LinkedList-0.2.2.tgz
fetch: http://pear.php.net/get/Structures_LinkedList-0.2.2.tgz: size mismatch:
expected 12486, actual 12680
Reference: https://people.FreeBSD.org/~sunpoet/checksum/Structures_LinkedList-0.2.2.tgz
[1]
Approved by: portmgr (blanket) |
0.2.2 13 Dec 2016 15:05:07 |
sunpoet |
- Update WWW: pear.php.net uses https://
Approved by: portmgr (blanket) |
0.2.2 24 Dec 2014 00:14:13 |
bofh |
Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by: bapt |
0.2.2 23 Sep 2014 15:15:05 |
bapt |
Convert to USES=pear |
0.2.2 08 Nov 2013 21:41:54 |
antoine |
Stage support for pear classes and channels in the devel category
Reviewed by: bapt, ports@
Tested with: poudriere + diff on the content of generated packages |
0.2.2 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.2.2 03 May 2012 16:09:16 |
miwi |
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/
PR: 167315
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> |