Port details |
- punbb Fast and lightweight PHP-powered discussion board
- 1.4.6 www =2 1.4.6Version of this port present on the latest quarterly branch.
- Maintainer: wen@FreeBSD.org
- Port Added: 2006-08-05 13:53:29
- Last Update: 2023-11-18 12:29:53
- Commit Hash: 048acca
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2
- WWW:
- http://www.punbb.org/
- Description:
- PunBB is a fast and lightweight PHP-powered discussion board. It is
released under the GNU General Public License. Its primary goals are
to be faster, smaller and less graphically intensive as compared to
other discussion boards. PunBB has fewer features than many other
discussion boards, but is generally faster and outputs smaller,
semantically correct XHTML-compliant pages.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/www/punbb/ && make install clean
- To add the package, run one of these commands:
- pkg install www/punbb
- pkg install punbb
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: punbb
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1617864479
SHA256 (punbb-1.4.6.tar.bz2) = b198264c858ea8376752c334fb2f1d2d52c3c5c9338847fd8f335d1082924a5b
SIZE (punbb-1.4.6.tar.bz2) = 278053
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:
-
- unzip : archivers/unzip
- Runtime dependencies:
-
- php.h : lang/php81
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for punbb-1.4.6:
EXTRAS=on: Install all plugins available
LANGUAGE_PACK=on: Install language packs
===> Use 'make config' to modify these settings
- Options name:
- www_punbb
- USES:
- cpe php tar:bzip2
- pkg-message:
- For install:
- Congratulations, PunBB is now installed!
Please, make sure that you have installed a database:
(MySQL =>4.1.2, PostgreSQL =>7.0 or SQLite 2 or later).
If you want to optimize PunBB, read the following website:
http://punbb.org/docs/install.html
PunBB has been installed in /usr/local/www/punbb.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4.6 18 Nov 2023 12:29:53 |
Muhammad Moinur Rahman (bofh) |
www/punbb: Avoid using @exec/@unexec
Approved by: portmgr (blanket) |
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) |
1.4.6 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 ) |
1.4.6 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
1.4.6 21 Oct 2021 15:40:53 |
Stefan Eßer (se) |
www/punbb: Add CPE information
Approved by: portmgr (blanket) |
1.4.6 08 Apr 2021 07:11:46 |
Wen Heping (wen) |
www/punbb : Update to 1.4.6 |
1.4.5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.4.5 06 Oct 2020 08:26:45 |
wen |
- Update to 1.4.5
- Add more language pack
- Fix pkg-plist when build with options
- Take maintainership |
1.4.4 14 Aug 2019 12:25:09 |
mat |
Convert to UCL & cleanup pkg-message (categories w) |
1.4.4 28 Jun 2016 14:00:45 |
mat |
Convert USE_PHP*=yes into USES=php*
PR: 210529
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6936 |
1.4.4 19 May 2016 11:09:14 |
amdmi3 |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket |
1.4.4 09 May 2016 02:27:01 |
wen |
- Update to 1.4.4
- Update pkg-message |
1.2.23 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
1.2.23 09 Oct 2015 07:23:16 |
wen |
- Revert the last commit by mistake |
1.4.3 09 Oct 2015 07:17:15 |
wen |
- Add missing depend to fix upload error
PR: 203633
Submitted by: packet@nerdheim.de |
1.2.23 05 Jun 2015 18:30:50 |
amdmi3 |
- Add LICENSE
- Modernize plist |
1.2.23 14 Sep 2014 20:50:10 |
antoine |
Allow staging as a regular user |
1.2.23 06 Aug 2014 09:11:58 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category W.
CR: D510
Approved by: portmgr (bapt) |
1.2.23 30 Jun 2014 05:51:03 |
eadler |
multiple: reset gslin's maintainer
By request of Gea-Suan Lin <gslin@gslin.org> - reset ports to ports@FreeBSD.
Gea-Suan Lin's work is much appreciated.
Approved by: portmgr (implicit) (not really, skipping NO_STAGE check) |
1.2.23 28 Jun 2014 04:53:25 |
miwi |
- Stage support
- bzip -> USES
PR: 190371 |
1.2.23 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
1.2.23 07 Mar 2013 16:53:46 |
miwi |
- Convert to OptionsNG
- Trim header
Reviewed by: bapt |
1.2.23 21 Feb 2013 07:22:20 |
bapt |
Fix build on FreeBSD 9+ |
1.2.23 12 Feb 2013 11:12:23 |
miwi |
- Update to 1.2.23
PR: 176028
Submitted by: maintainer |
1.2.22 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.2.22 12 Dec 2009 13:48:08 |
wen |
- Update to 1.2.22
PR: ports/140405
Submitted by: Bo-Yi Wu <appleboy.tw@gmail.com>
Approved by: maintainer (via Email) |
1.2.21 23 Apr 2009 09:15:33 |
miwi |
- Update to 1.2.21
PR: 133719
Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) |
1.2.16 02 Feb 2008 23:19:38 |
beech |
- Update to 1.2.16
- Fix install paths
- Fix pkg permissions
- Add options
PR: ports/119964
Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer) |
1.2.15 04 Aug 2007 11:41:31 |
gabor |
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav) |
1.2.15 18 Apr 2007 06:39:13 |
clsung |
- Update to 1.2.15
PR: ports/111592
Submitted by: maintainer (Gea-Suan Lin) |
1.2.14 07 Nov 2006 07:51:42 |
clsung |
- Language packs of punbb on the official site are inconsistent, so
we copy one in local.
PR: ports/105099
Submitted by: maintainer (Gea-Suan Lin) |
1.2.14 31 Oct 2006 02:58:00 |
clsung |
- I forgot to unbreak it
Noted by: Jin-Shan Tseng <tjs_AT_cdpa dot nsysu dot edu dot tw> |
1.2.14 31 Oct 2006 00:55:58 |
clsung |
- Security Update to 1.2.14
- Update Mirror Sites
PR: ports/104650
Submitted by: maintainer (Gea-Suan Lin) |
1.2.12_1 21 Oct 2006 03:09:05 |
kris |
BROKEN: Checksum mismatch
Approved by: portmgr (self) |
1.2.12_1 18 Aug 2006 05:12:37 |
linimon |
Add unzip to BUILD_DEPENDS to try to unbreak on pointyhat. |
1.2.12_1 16 Aug 2006 05:44:40 |
miwi |
- Add language pack support
- Respect DESTDIR
PR: ports/101970
Submitted by: Gea-Suan Lin <gslin(at)gslin.org>
Approved by: krion (mentor) |
1.2.12 05 Aug 2006 13:53:16 |
clsung |
Add punbb 1.2.12, a fast and lightweight PHP-powered discussion board.
PR: ports/101386
Submitted by: Gea-Suan Lin <gslin at gslin.org> |