Port details |
- css-mode.el CSS(Cascade Style Sheet) editing mode for Emacsen
- 0.11_2 www =10 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
- Port Added: unknown
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: bison, gettext, libxml2, unzip, 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))
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - 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):
- 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:
|
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.11_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.11_2 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 ) |
0.11_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.11_2 30 May 2019 08:06:41 |
tobik |
www/css-mode.el: Do not install files for xemacs
It was removed in 2014. |
0.11_1 19 Jul 2016 11:04:14 |
mat |
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 |
amdmi3 |
- Drop @dirrm* from plist |
0.11_1 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) |
0.11_1 16 Jul 2014 03:34:57 |
adamw |
Add DOCS option to the remaining staged ports where PORTDOCS appears
in the plist. |
0.11_1 24 May 2014 18:17:10 |
ohauer |
- add stage support |
0.11_1 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
0.11_1 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.11_1 28 Apr 2010 00:37:14 |
pgollucci |
- Release some more ports |
0.11_1 12 Jan 2010 06:45:07 |
pgollucci |
- adopt |
0.11_1 27 Jun 2008 18:59:02 |
itetcu |
- use PORTDOCS, DOCSDIR macros
- fix plist for -DNOPORTDOCS
- bump PORTREVISION
Submitted by: QA Tindy run |
0.11 25 Feb 2006 21:37:16 |
kris |
Add missing directories
Approved by: portmgr (implicit) |
0.11 25 Nov 2005 19:02:21 |
pav |
- Add SHA256 |
0.11 30 Dec 2004 09:33:04 |
krion |
Support NO_WRKSUBDIR properly
PR: ports/75631
Submitted by: Ports Fury |
0.11 23 Dec 2004 09:32:50 |
nork |
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 |
trevor |
SIZEify (maintainer timeout) |
0.11 26 Jun 2003 20:43:46 |
tom |
Fix WWW.
PR: ports/51404
Submitted by: Mark Linimon <linimon@lonesome.com> |
0.11 07 Mar 2003 06:12:57 |
ade |
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 |
shige |
Update to 0.11. Change MASTER_SITES because original site is moved. |
08 Oct 2000 08:11:25 |
asami |
Convert category www to new layout. |