Port details |
- serendipity PHP based weblog software
- 2.3.5 www
=2 Version of this port present on the latest quarterly branch. - Maintainer: joneum@FreeBSD.org
 - Port Added: 2005-12-14 17:13:48
- Last Update: 2022-07-20 14:23:26
- Commit Hash: e915e75
- People watching this port, also watch:: nagios, python, apcupsd, arpwatch, openvpn
- License: BSD3CLAUSE
- Description:
- Serendipity is a weblog/blog system, implemented with PHP.
It is standards compliant, feature rich and open source (BSD License).
WWW: https://www.s9y.org/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- serendipity>0:www/serendipity
- To install the port:
- cd /usr/ports/www/serendipity/ && make install clean
- To add the package, run one of these commands:
- pkg install www/serendipity
- pkg install serendipity
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: serendipity
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1589148966
SHA256 (s9y-Serendipity-2.3.5_GH0.tar.gz) = 22c2bbcc91d6a91bad4fd085bc264f4f096e7990183d1cd312c2058ff456e7bb
SIZE (s9y-Serendipity-2.3.5_GH0.tar.gz) = 8024399
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- php.h : lang/php80
- ImageMagick7>=7 : graphics/ImageMagick7
- session.so : www/php80-session
- gd.so : graphics/php80-gd
- mbstring.so : converters/php80-mbstring
- iconv.so : converters/php80-iconv
- zlib.so : archivers/php80-zlib
- xml.so : textproc/php80-xml
- mysqli.so : databases/php80-mysqli
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for serendipity-2.3.5:
MAGICK=on: ImageMagick image processing library support
MYSQL=on: MySQL database support
PGSQL=off: PostgreSQL database support
SQLITE=off: SQLite database support
===> Use 'make config' to modify these settings
- Options name:
- www_serendipity
- USES:
- cpe php shebangfix tar:bzip2 magick:7,run
- pkg-message:
- For install:
- Serendipity installed in /usr/local/%%SERENDIPITY%%
If this is your first install:
1- Create an empty database
2- Add an alias for Serendipity directory in httpd.conf
or you can create a symlink to Serendipity directory
in your web root directory.
3- Point your browser to your webserver and follow the
installation wizard
If you are upgrading an existing installation:
1- Read /usr/local/%%SERENDIPITY%%/docs/UPGRADE
2- Serendipity web based installation wizard will take care
of the upgrade procedure
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:23:26 2.3.5 |
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 ) |
11 Dec 2021 13:50:53 2.3.5 |
Tobias C. Berner (tcberner)  |
framework: Add new USES 'magick' for graphics/ImageMagick*
A new USES has been added to depend on ImageMagick.
USES=magick
adds a LIB_DEPENDS on graphics/ImageMagick${IMAGEMAGICK_DEFAULT}.
If a specific version is required, use for example
USES=magick:6 resp. USES=magick:7
If only a build, run or test is required, use for example
USES=magick:build resp. USES=magick:6,build,test (Only the first 15 lines of the commit message are shown above ) |
06 Apr 2021 14:31:07 2.3.5 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
11 May 2020 13:31:39
2.3.5 |
joneum  |
Update to 2.3.5
Switch to Github
Sponsored by: Netzkommune GmbH |
14 Aug 2019 12:25:09
2.1.4_1  |
mat  |
Convert to UCL & cleanup pkg-message (categories w) |
10 Nov 2018 19:57:08
2.1.4_1  |
kwm  |
Update ImageMagick to 6.9.10.14 [1]
* Add PKGNAMESUFFIX and rename the directory. This was done to show
that IM6 is not the "main" version. But still fully supported by upstream.
* Convert a number of options to optionhelpers.
* Add option for ISO/IEC 23008-12:2017 HEIF suport
* Add comment to pkg-descr explaining IM6's "legacy" tag.
* Add comment to the patch-config_policy.xml file why it still needed.
Please note that IM7 is not a drop in replacement due to library API and
command arguments changes. And as a result ports need to decide for themself
which version to use.
Chase these changes in all the ports that using IM6.
PR: 225102 (based on, only the version update) [1]
Submitted by: Pascal Christen <pascal.christen@hostpoint.ch> |
30 Sep 2018 06:54:11
2.1.4  |
joneum  |
Update to 2.1.4
Changelog:
- Security: Fix XSS for pagination, when multi-category selection is used.
- Minor code fixes (proper PHP escaping for 'orderkey' SQL statement.
- Skeleton, Timeline and Clean Blog templates: Add theme option to disable
google webfonts
Link to https s9y.org pages.
Switch to mysqli PHP extension (Fixes build with PHP 7.x)
MFH: 2018Q3
Security: 01018916-c47c-11e8-8b07-00e04c1ea73d
Sponsored by: Netzkommune GmbH |
10 Sep 2018 11:22:56
2.1.3  |
joneum  |
Update to 2.1.3
Changelog:
https://blog.s9y.org/archives/277-Serendipity-2.1.2-released.html
https://blog.s9y.org/archives/277-Serendipity-2.1.3-released.html
Sponsored by: Netzkommune GmbH |
14 May 2018 15:10:06
2.1.1  |
joneum  |
Take over maintainership
Approved by: tz |
16 Dec 2017 21:44:09
2.1.1  |
tz  |
Add missing IGNORE_WITH_PHP for various PHP based ports.
In preparation of changing the PHP default version from 5.6
to 7.0 i found a number of ports not building with the new version
and all later versions.
Therefore i set IGNORE_WITH_PHP and notice all maintainer about
the change.
Approved by: portmgr (blanket) |
04 Oct 2017 11:29:15
2.1.1  |
bapt  |
Convert to USES=php
While here convert some ports to optiosn helpers |
03 May 2017 15:04:37
2.1.1  |
tz  |
www/serendipity: Update from 2.0.5 to 2.1.1
Changelog: https://blog.s9y.org/archives/273-Serendipity-2.1.0-released.html
Changelog: https://blog.s9y.org/archives/274-Serendipity-2.1.1-released.html
Also remove no longer needed dependency.
PR: 218526
Submitted by: Jochen Neumeister <joneum@bsdproject.de> |
01 Dec 2016 09:17:38
2.0.5  |
tz  |
www/serendipity: Update from 2.0.4 to 2.0.5
Changelog:
https://blog.s9y.org/archives/271-Serendipity-2.0.5-and-2.1-beta3-released.html
PR: 214948
Submitted by: Jochen Neumeister <joneum@bsdproject.de>
Approved by: mentors (implicit)
MFH: 2016Q4 |
21 Nov 2016 15:56:54
2.0.4  |
tz  |
www/serendipity: Upgrade from 2.0.2 to 2.0.4
-
https://blog.s9y.org/archives/269-Serendipity-2.0.4-and-2.1-beta2-released.html
- https://blog.s9y.org/archives/266-Serendipity-2.0.3-released.html
PR: 213968
Submitted by: Jochen Neumeister <joneum@bsdproject.de>
MFH: 2016Q4 |
10 Jun 2016 09:08:02
2.0.2  |
tz  |
Change MAINTAINER from ports@toco-domains.de to tz@FreeBSD.org
Approved by: junovitch (mentor) |
19 May 2016 11:09:14
2.0.2  |
amdmi3  |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket |
19 May 2016 10:53:06
2.0.2  |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
01 Apr 2016 14:33:58
2.0.2  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
14 Oct 2015 20:39:13
2.0.2  |
amdmi3  |
- Update to 2.02
- Fix ownership in plist
- Fix sqlite dependency
- Remove unneeded lines
- Pass maintainership to submitter
PR: 203737
Submitted by: ports@toco-domains.de |
19 May 2015 14:14:47
1.7.8_1  |
amdmi3  |
- Convert to @dir |
20 Apr 2015 18:02:10
1.7.8_1  |
amdmi3  |
- Add LICENSE
- Add CPE info
- Fix WWW |
18 Nov 2014 09:37:33
1.7.8_1  |
bapt  |
Reset miwi's maintainership per his demand
Hope to see you back! Thank for all the work! |
19 Sep 2014 21:12:25
1.7.8_1  |
antoine  |
Allow staging as a regular user
Bump portrevision as files were not packaged with intended owner |
19 May 2014 07:16:35
1.7.8  |
miwi  |
- Update to 1.7.8
- Drop USE_BZIP2
- Pet portlint
PR: 189834
Submitted by: Bartek Rutkowski <ports@robakdesign.com> |
12 Mar 2014 02:50:22
1.7  |
miwi  |
- Stage support |
20 Sep 2013 23:36:54
1.7  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
07 Jun 2013 15:08:58
1.7  |
miwi  |
- Update to 1.7 |
09 Jun 2012 16:03:50
1.6.2  |
miwi  |
- Update to 1.6.2 |
29 May 2012 14:59:39
1.6  |
miwi  |
- Convert to new options framework
- Add shared MAGICK, MYSQL, PGSQL and SQLITE descriptions
Reviewed by: bapt |
28 Oct 2011 14:31:16
1.6  |
miwi  |
- Update to 1.6 |
24 Oct 2011 04:17:38
1.5.5  |
dougb  |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
26 Jan 2011 05:22:59
1.5.5  |
miwi  |
- Update to 1.5.5
PR: 153852 (based on)
Submitted by: Marek Holienka <marekholienka@gmail.com>
Feature safe: yes |
04 Nov 2010 10:01:55
1.5.4  |
miwi  |
- Update to 1.5.4 |
25 May 2010 12:06:15
1.5.3  |
miwi  |
- Update to 1.5.3 |
12 Feb 2010 17:16:39
1.5.2  |
miwi  |
- Update to 1.5.2 |
22 Aug 2009 00:38:34
1.4.1  |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with W |
09 Mar 2009 18:37:10
1.4.1  |
miwi  |
- Take over maintainership |
13 Feb 2009 14:36:00
1.4.1  |
miwi  |
- Update to 1.4.1
Approved by: maintainer implicit |
25 Apr 2008 12:09:13
1.3.1  |
miwi  |
- Update to 1.3.1
Approved by: maintainer implicit
Security:
http://www.vuxml.org/freebsd/9c133aa0-12bd-11dd-bab7-0016179b2dd5.html |
21 Mar 2008 11:26:43
1.3  |
miwi  |
- Update to 1.3
Approved by: maintainer implicit |
15 Dec 2007 21:45:46
1.2.1  |
miwi  |
- Update to 1.2.1
Approved by: maintainer implicit |
09 Sep 2007 23:30:28
1.2  |
miwi  |
- Update to 1.2
Approved by: maintainer implicit |
20 Aug 2007 15:49:24
1.1.4  |
miwi  |
- Update to 1.1.4
Approved by: maintainer implicit |
20 Jun 2007 13:45:39
1.1.3  |
miwi  |
- Update to 1.1.3 |
19 May 2007 20:32:57
1.1.2_1  |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
06 Mar 2007 06:51:51
1.1.2  |
linimon  |
Use the new facility of bsd.port.mk to be able to simplify the interaction
of USE_PHP and OPTIONS.
PR: ports/106557
Submitted by: ale
Hat: portmgr |
03 Mar 2007 16:29:01
1.1.2  |
miwi  |
- Update to 1.1.2
Approved by: maintainer implicit |
09 Jan 2007 22:25:31
1.1  |
miwi  |
- Update to 1.1
Submitted by: farrokhi |
10 Dec 2006 22:07:04
1.0.4a  |
miwi  |
- Update to 1.0.4a
Submitted by: farrokhi |
05 Dec 2006 22:01:49
1.0.4  |
miwi  |
- Update to 1.0.4
Submitted by: farrokhi |
23 Nov 2006 07:21:14
1.0.3a  |
miwi  |
- Update to 1.0.3a
Submitted by: miwi via irc
Approved by: maintainer |
21 Nov 2006 20:40:05
1.0.3  |
miwi  |
- Update to 1.0.3
PR: ports/105707
Submitted by: farrokhi@ |
08 Nov 2006 09:28:33
1.0.2  |
farrokhi  |
Change my email address to farrokhi@ in all ports that I maintain.
Approved by: miwi (mentor) |
23 Oct 2006 18:12:58
1.0.2  |
miwi  |
- Update to 1.0.2
PR: ports/104646
Submitted by: Babak Farrokhi <babak@farrokhi.net> (maintainer)
Approved by: portmgr (erwin)
Security:
http://www.vuxml.org/freebsd/96ed277b-60e0-11db-ad2d-0016179b2dd5.html |
21 Aug 2006 11:47:04
1.0.1  |
miwi  |
- Update to 1.0.1
PR: ports/102282
Submitted by: Babak Farrokhi <babak@farrokhi.net> (maintainer)
Approved by: krion (mentor) |
23 Jun 2006 08:41:32
1.0  |
erwin  |
- update to 1.0
- update MASTER_SITES
PR: 99122
Submitted by: Babak Farrokhi <babak@farrokhi.net> (maintainer) |
17 Jan 2006 00:23:06
0.9.1_2  |
edwin  |
Add dependency on archivers/pear-File_Archive as suggested.
Serendipity has a plugin that conveniently backups the
entire site.
This plugin requires the pear-File_Archive port in
ports/archivers.
Being that this is not part of the ported package but an
add on you may not want to place the pear-File_Archive on
the dependency list.
Submitted by: "Gerard J. Cerchio" <gjpc@OB1Net.net> |
06 Jan 2006 16:40:14
0.9.1_2  |
aaron  |
- Don't propose sqlite backend if PHP_VER != 5
- apply correct permissions
- fix php5 detection
Approved by: tobez |
06 Jan 2006 06:23:49
0.9.1_1  |
edwin  |
Serendipty Port is missing php4-xml-4.4.1_3
The port of the Serendipty Blog engine does not install the
php4-xml-4.4.1_3 which is necessary for the blog to display
posts.
PR: ports/91363
Submitted by: Gerard J. Cerchio <gjpc@OB1Net.net> |
05 Jan 2006 03:57:35
0.9.1_1  |
edwin  |
Chase libversion bumb to libMagick.so.9
PR: ports/91270 |
14 Dec 2005 17:09:40
0.9.1  |
aaron  |
Add serendipity 0.9.1, PHP based weblog software.
PR: ports/90342
Submitted by: babak@farrokhi.net |