notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
ljdeps Meta-port to install all the perl modules used by LiveJournal
1.0_7 www on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.0_6Version of this port present on the latest quarterly branch.
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2003-06-02 05:40:46
Last Update: 2024-04-07 09:36:13
Commit Hash: 92a030d
People watching this port, also watch:: mplayer-skins, libao, Hermes, python
Also Listed In: perl5
License: NA
WWW:
http://www.livejournal.com/code/
Description:
LiveJournal is an open source content management system, written mainly in Perl and utilizing MySQL as a database backend. By itself, it serves as a powerful content updating system. In other uses, it is the framework application behind many successful online communities, including LiveJournal.com and DeadJournal.com. ljdeps is a meta-port which installs all of the perl modules needed by LiveJournal.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (3 items)
Collapse this list.
  1. /usr/local/share/licenses/ljdeps-1.0_7/catalog.mk
  2. /usr/local/share/licenses/ljdeps-1.0_7/LICENSE
  3. /usr/local/share/licenses/ljdeps-1.0_7/NA
Collapse this list.
Dependency lines:
  • ljdeps>0:www/ljdeps
To install the port:
cd /usr/ports/www/ljdeps/ && make install clean
To add the package, run one of these commands:
  • pkg install www/ljdeps
  • pkg install ljdeps
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: ljdeps
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

Packages (timestamps in pop-ups are UTC):
ljdeps
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.0_71.0_71.0_61.0_71.0_7-1.0_6-
FreeBSD:13:quarterly1.0_71.0_71.0_61.0_71.0_7-1.0_61.0_6
FreeBSD:14:latest1.0_71.0_71.0_61.0_61.0_7--1.0_6
FreeBSD:14:quarterly1.0_61.0_7-1.0_61.0_7-1.0_61.0_6
FreeBSD:15:latest1.0_61.0_7n/a1.0_6n/a-1.0_61.0_6
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. perl5>=5.36<5.37 : lang/perl5.36
Runtime dependencies:
  1. p5-Net-Telnet>=0 : net/p5-Net-Telnet
  2. p5-Image-Size>=0 : graphics/p5-Image-Size
  3. p5-MIME-Tools>=0 : mail/p5-MIME-Tools
  4. p5-MIME-Lite>=0 : mail/p5-MIME-Lite
  5. p5-URI>=0 : net/p5-URI
  6. p5-HTML-Tagset>=0 : www/p5-HTML-Tagset
  7. p5-HTML-Parser>=0 : www/p5-HTML-Parser
  8. p5-libwww>=0 : www/p5-libwww
  9. p5-Time-modules>=0 : devel/p5-Time-modules
  10. p5-GD>=0 : graphics/p5-GD
  11. p5-GD-Graph>=0 : graphics/p5-GD-Graph
  12. p5-GD-TextUtil>=0 : graphics/p5-GD-TextUtil
  13. p5-Data-ShowTable>=0 : devel/p5-Data-ShowTable
  14. p5-DBD-mysql>=0 : databases/p5-DBD-mysql
  15. p5-Proc-ProcessTable>=0 : devel/p5-Proc-ProcessTable
  16. p5-SOAP-Lite>=0 : net/p5-SOAP-Lite
  17. p5-Unicode-MapUTF8>=0 : converters/p5-Unicode-MapUTF8
  18. perl5>=5.36<5.37 : lang/perl5.36
Library dependencies:
  1. libmysqlclient.so.21 : databases/mysql80-client
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
www_ljdeps
USES:
metaport mysql perl5
FreshPorts was unable to extract/find any pkg message
Master Sites:
  1. There is no master site for this port.

Number of commits found: 25

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.0_7
07 Apr 2024 09:36:13
commit hash: 92a030dffd4fd7c3f5abdd7a85b16086da294fe1commit hash: 92a030dffd4fd7c3f5abdd7a85b16086da294fe1commit hash: 92a030dffd4fd7c3f5abdd7a85b16086da294fe1commit hash: 92a030dffd4fd7c3f5abdd7a85b16086da294fe1 files touched by this commit
Florian Smeets (flo) search for other commits by this committer
databases/p5-DBD-mysql: Fix for MariaDB users

Add a new variable DBD_MYSQL, use that in *_DEPENDS and add mysql to USES
where required. DBD_MYSQL will automatically set the correct DBD dependency.

In cd16748194e2 databases/p5-DBD-mysql was updated to 5.x, in 5.x the
support for MariaDB was removed and only MySQL >= 8.0 is supported.

In the 4.x releases MariaDB is still supported, according to upstream 4.x
will still be supported for a while [1], so use that for now when we detect
that MYSQL_FLAVOUR is set to mariadb. databases/p5-DBD-mysql4 was added in
d95f49cb3b54.

DBD:MariaDB would be another alternative, but migrating to it might need
more analysis than just staying with the 4.x releases of p5-DBD-mysql. This
(Only the first 15 lines of the commit message are shown above View all of this commit message)
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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.0_6
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
1.0_6
20 Jul 2022 14:23:26
commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
1.0_6
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.0_6
01 Apr 2016 14:33:58
Revision:412351Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
1.0_6
15 Jul 2015 20:58:25
Revision:392214Original commit files touched by this commit
pgollucci search for other commits by this committer
www/ljdeps: cleanup

- convert to USES=metaport

PR:                  201570
Submitted by:        s3erios@gmail.com
1.0_6
06 Aug 2014 09:11:58
Revision:364158Original commit files touched by this commit
olgeni search for other commits by this committer
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.0_6
29 Jan 2014 11:51:51
Revision:341718Original commit files touched by this commit
miwi search for other commits by this committer
- Stage support
1.0_6
20 Sep 2013 23:36:54
Revision:327776Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
1.0_6
03 Aug 2013 07:52:55
Revision:324180Original commit files touched by this commit
az search for other commits by this committer
- Convert to new perl framework
- Trim Makefile header
1.0_6
24 May 2013 10:35:14
Revision:318953Original commit files touched by this commit
az search for other commits by this committer
- Trim Makefile header
- Remove unnecessary depend on PERL_LEVEL < 5.12
1.0_6
28 Jun 2012 18:37:23
Original commit files touched by this commit
az search for other commits by this committer
- Remove SITE_PERL from *_DEPENDS
1.0_6
21 Sep 2010 07:56:43
Original commit files touched by this commit Sanity Test Failure
mm search for other commits by this committer
Change dependency on old p5-Compress-Zlib, p5-IO-Compress-Base,
p5-IO-Compress-Zlib and p5-IO-Compress-Bzip2 modules to p5-IO-Compress.
Explicitly depend on p5-IO-Compress only if PERL_LEVEL < 500903
Bump PORTREVISION
1.0_5
28 Mar 2010 06:47:48
Original commit files touched by this commit
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
1.0_4
05 Feb 2010 11:46:55
Original commit files touched by this commit
dinoex search for other commits by this committer
- update to jpeg-8
1.0_3
25 Jan 2010 22:42:58
Original commit files touched by this commit
kuriyama search for other commits by this committer
- Remove unneeded dependencies which is in perl-5.8.9 dist
  (part 6).

Approved by:    portmgr (itetcu)
1.0_2
22 Jan 2010 14:24:39
Original commit files touched by this commit
kuriyama search for other commits by this committer
- Remove unneeded dependencies which is in perl-5.8.9 dist
  (part 2).

Approved by:    portmgr (itetcu)
1.0_1
26 Sep 2007 01:39:39
Original commit files touched by this commit
linimon search for other commits by this committer
Add missing USE_PERL5.
1.0_1
19 May 2007 20:32:57
Original commit files touched by this commit
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
1.0
03 Dec 2006 12:45:59
Original commit files touched by this commit
demon search for other commits by this committer
Correct path to Compress::Zlib.pm after recent p5-Compress-Zlib update.
1.0
13 Aug 2006 18:15:37
Original commit files touched by this commit
linimon search for other commits by this committer
Reset inactive maintainer (recent timeouts).

Hat:            portmgr
1.0
24 Oct 2003 14:15:32
Original commit files touched by this commit
erwin search for other commits by this committer
Remove the recursive assignment of SITE_PERL to ${SITE_PERL} introduced
in the last commit.
1.0
24 Oct 2003 12:05:09
Original commit files touched by this commit
ijliao search for other commits by this committer
utilize SITE_PERL

PR:             58166
Submitted by:   Cheng-Lung Sung <clsung@dragon2.net>
1.0
02 Jun 2003 05:40:03
Original commit files touched by this commit
lioux search for other commits by this committer
New port ljdeps version 1.0: A meta-port to install all the perl
modules used by LiveJournal

PR:             40925
Submitted by:   Ryan T. Dean <rtdean@cytherianage.net>

Number of commits found: 25