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) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
css-mode.el CSS(Cascade Style Sheet) editing mode for Emacsen
0.11_2 www on this many watch lists=8 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 0.11_2Version 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: unknown
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
People watching this port, also watch:: gmake, libiconv, popt
Also Listed In: elisp
License: not specified in port
WWW:
https://www.garshol.priv.no/download/software/css-mode/index.html
Description:
Css-mode.el emacs-lisp program is an editing major mode. You can edit CSS(Cascade Style Sheet)-format text easily. To use this, put the following into your ~/.emacs: (autoload 'css-mode "css-mode") (setq auto-mode-alist (cons '("\\.css\\'" . css-mode) auto-mode-alist))
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (5 items)
Collapse this list.
  1. share/doc/css-mode/css-mode-doc.html
  2. share/emacs/site-lisp/css-mode.el
  3. @owner
  4. @group
  5. @mode
Collapse this list.
Dependency lines:
  • css-mode-elisp>0:www/css-mode.el
To install the port:
cd /usr/ports/www/css-mode.el/ && make install clean
To add the package, run one of these commands:
  • pkg install www/css-mode.el
  • pkg install css-mode-elisp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: css-mode-elisp
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (css-mode/css-mode.el) = 8749e54a0532c48608ad0606e106ed631b489b8c723b21699ed07a3f03670a0d SIZE (css-mode/css-mode.el) = 14996 SHA256 (css-mode/doco.html) = 043054b3d76e507d14a915138593fe7229ec7d7ac8df3f3def880ed0e80f1027 SIZE (css-mode/doco.html) = 3442

Packages (timestamps in pop-ups are UTC):
css-mode-elisp
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.11_20.11_20.11_20.11_20.11_2-0.11_2-
FreeBSD:13:quarterly0.11_20.11_20.11_20.11_20.11_20.11_20.11_20.11_2
FreeBSD:14:latest0.11_20.11_20.11_20.11_20.11_20.11_2-0.11_2
FreeBSD:14:quarterly0.11_20.11_2-0.11_20.11_20.11_20.11_20.11_2
FreeBSD:15:latest0.11_20.11_2n/a0.11_2n/a0.11_20.11_20.11_2
FreeBSD:15:quarterly--n/a-n/a---
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for css-mode-elisp-0.11_2: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
www_css-mode.el
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://www.garshol.priv.no/download/software/css-mode/
Collapse this list.

Number of commits found: 24

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog 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)
0.11_2
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)
0.11_2
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)
0.11_2
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.
0.11_2
30 May 2019 08:06:41
Revision:503058Original commit files touched by this commit
tobik search for other commits by this committer
www/css-mode.el: Do not install files for xemacs

It was removed in 2014.
0.11_1
19 Jul 2016 11:04:14
Revision:418767Original commit files touched by this commit
mat search for other commits by this committer
When there is a do-install target, do not use a post-install target, do
everything at once.  Sometime, rename post-install into a options helper
target.

I did not fix ports that were such a mess that I could not figure out
what they really wanted to do.  I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.

With hat:	portmgr
Sponsored by:	Absolight
0.11_1
12 Mar 2015 10:39:36
Revision:381077Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Drop @dirrm* from plist
0.11_1
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)
0.11_1
16 Jul 2014 03:34:57
Revision:362026Original commit files touched by this commit
adamw search for other commits by this committer
Add DOCS option to the remaining staged ports where PORTDOCS appears
in the plist.
0.11_1
24 May 2014 18:17:10
Revision:355070Original commit files touched by this commit
ohauer search for other commits by this committer
- add stage support
0.11_1
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)
0.11_1
19 Mar 2011 12:38:54
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
0.11_1
28 Apr 2010 00:37:14
Original commit files touched by this commit
pgollucci search for other commits by this committer
- Release some more ports
0.11_1
12 Jan 2010 06:45:07
Original commit files touched by this commit
pgollucci search for other commits by this committer
- adopt
0.11_1
27 Jun 2008 18:59:02
Original commit files touched by this commit
itetcu search for other commits by this committer
- use PORTDOCS, DOCSDIR macros
- fix plist for -DNOPORTDOCS
- bump PORTREVISION

Submitted by:   QA Tindy run
0.11
25 Feb 2006 21:37:16
Original commit files touched by this commit
kris search for other commits by this committer
Add missing directories

Approved by:    portmgr (implicit)
0.11
25 Nov 2005 19:02:21
Original commit files touched by this commit
pav search for other commits by this committer
- Add SHA256
0.11
30 Dec 2004 09:33:04
Original commit files touched by this commit
krion search for other commits by this committer
Support NO_WRKSUBDIR properly

PR:             ports/75631
Submitted by:   Ports Fury
0.11
23 Dec 2004 09:32:50
Original commit files touched by this commit
nork search for other commits by this committer
Reset MAINTAINER to ports@.
We cannot contact them for a long time.

Discussed with: hrs
Approved by:    kiri(blanket), mita(blanket),
                shige(blanket), taoka(blanket)
0.11
31 Mar 2004 03:12:58
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify (maintainer timeout)
0.11
26 Jun 2003 20:43:46
Original commit files touched by this commit
tom search for other commits by this committer
Fix WWW.

PR:             ports/51404
Submitted by:   Mark Linimon <linimon@lonesome.com>
0.11
07 Mar 2003 06:12:57
Original commit files touched by this commit
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
10 Mar 2001 18:18:34
commit hash: fp1.10667@dev.null.freshports.orgcommit hash: fp1.10667@dev.null.freshports.orgcommit hash: fp1.10667@dev.null.freshports.orgcommit hash: fp1.10667@dev.null.freshports.org files touched by this commit
shige search for other commits by this committer
Update to 0.11.   Change MASTER_SITES because original site is moved.    
08 Oct 2000 08:11:25
commit hash: fp1.4827@dev.null.freshports.orgcommit hash: fp1.4827@dev.null.freshports.orgcommit hash: fp1.4827@dev.null.freshports.orgcommit hash: fp1.4827@dev.null.freshports.org files touched by this commit
asami search for other commits by this committer
Convert category www to new layout.  

Number of commits found: 24