Port details |
- filters Collection of filters, including B1FF, and the Swedish Chef
- 2.55_1 games
=2 2.55_1Version of this port present on the latest quarterly branch. - Maintainer: ehaupt@FreeBSD.org
 - Port Added: 2005-07-11 09:36:56
- Last Update: 2024-01-21 12:35:56
- Commit Hash: 6ca0d8a
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: GPLv2
- WWW:
- https://joeyh.name/code/filters/
- Description:
- A collection of command line filters, including B1FF and the Swedish Chef.
No personal, racial, societal slurs are intended. For amusement only.
All the filters read input from stdin, change it, and write the filtered
text to stdout.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS:
- chef
- kenny
- lolcat
- talkfilters
- To install the port:
- cd /usr/ports/games/filters/ && make install clean
- To add the package, run one of these commands:
- pkg install games/filters
- pkg install filters
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: filters
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1475737087
SHA256 (filters_2.55.orig.tar.gz) = 6ca2fa24eac273a9e01a60a0cb4e0623076e0132b497271d57f544249d704078
SIZE (filters_2.55.orig.tar.gz) = 54171
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:
-
- gmake>=4.3 : devel/gmake
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- games_filters
- USES:
- gmake perl5 shebangfix
- 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 |
2.55_1 21 Jan 2024 12:35:56
    |
Emanuel Haupt (ehaupt)  |
*/*: Use PREFIX instead of MANPREFIX
Notified by: arrowd |
2.55_1 21 Jan 2024 11:57:47
    |
Emanuel Haupt (ehaupt)  |
games/filters: Move manpages to share/man |
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) |
2.55 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 ) |
2.55 20 Jul 2022 14:21:58
    |
Tobias C. Berner (tcberner)  |
games: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <benlutz@datacomm.ch>
* <janos.mohacsi@bsd.hu>
* Aaron Baugher
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron VonderHaar <avh4@usa.net>
* Aaron Zauner <az_mail@gmx.at>
* Adam Kranzel (adam@alameda.edu)
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
2.55 10 Jan 2022 15:15:39
    |
Stefan Eßer (se)  |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
2.55 29 Oct 2021 09:50:18
    |
Stefan Eßer (se)  |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
2.55 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.55 17 Apr 2019 20:38:22
  |
pkubaj  |
games/filter: add MAKE_JOBS_UNSAFE=yes to fix race condition on threaded build.
PR: 237311
Reviewed by: tcberner (mentor)
Approved by: ehaupt (maintainer)
Differential Revision: https://reviews.freebsd.org/D19943 |
2.55 06 Oct 2016 07:11:46
  |
ehaupt  |
- Update to 2.55
- Add license
- Add WWW |
2.54 03 Sep 2015 20:40:15
  |
ehaupt  |
- Update to 2.54
- Sort USES |
2.53 06 Jan 2015 09:37:53
  |
ehaupt  |
Move MASTER_SITES from CRITICAL to LOCAL/ehaupt |
2.53 12 Nov 2014 10:11:02
  |
ehaupt  |
Update to 2.53 |
2.52 15 Sep 2014 07:16:56
  |
ehaupt  |
Update to 2.52, the upstream author renamed lolcat to LOLCAT to work around the
conflict with another program called lolcat (games/lolcat). While this isn't my
personal choice of name I go with the change to stay compatible with upstream.
As a nice side effect we can remove the conflict to games/lolcat vice versa. |
2.51 10 Sep 2014 07:47:25
  |
ehaupt  |
Update to 2.51 |
2.50 03 Sep 2014 14:54:51
  |
ehaupt  |
Update to 2.50 and support clang |
2.49 28 Oct 2013 12:13:18
  |
ehaupt  |
Support staging. |
2.49 20 Sep 2013 17:36:36
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
2.49 12 Sep 2013 16:41:29
  |
az  |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
2.49 08 Jul 2013 18:42:16
  |
ehaupt  |
- Convert USE_GMAKE to USES=gmake
- Change pkgconfig:build to pkgconfig since it's the same and it's bad practice.
It accidentally slipped in during the original introduction
- Trim header |
2.49 27 May 2013 15:56:54
  |
bapt  |
Fix build on HEAD by adding USE_GCC=any (uses nested functions) |
2.49 07 May 2013 08:57:37
  |
ehaupt  |
Convert to use shebangfix USES flag. |
2.49 06 May 2013 13:40:27
  |
ehaupt  |
Update to 2.49 |
2.48 08 Mar 2013 14:00:31
  |
ehaupt  |
Remove indefinite article from COMMENT |
2.48 25 Jul 2012 06:32:08
 |
cs  |
Fix typos in COMMENT |
2.48 24 Oct 2011 04:17:38
 |
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. |
2.48 14 Feb 2011 13:55:38
 |
ehaupt  |
Update to 2.48
Feature safe: yes |
2.46 26 Mar 2009 16:21:53
 |
ehaupt  |
Mark MAKE_JOBS_UNSAFE |
2.46 29 Oct 2008 13:24:01
 |
ehaupt  |
Update to 2.46 |
2.45 08 Aug 2008 12:55:05
 |
ehaupt  |
Update to 2.45 |
2.44 25 Jul 2008 12:24:09
 |
pav  |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV |
2.44 29 Apr 2008 14:15:10
 |
ehaupt  |
Update to 2.44 |
2.43 27 Mar 2008 19:27:34
 |
ehaupt  |
Use MASTER_SITE_CRITICAL |
2.43 12 Dec 2007 19:48:15
 |
ehaupt  |
Update to 2.43 |
2.42 22 Oct 2007 08:29:37
 |
ehaupt  |
Update to 2.42 |
2.41 22 Sep 2007 15:14:58
 |
ehaupt  |
Update to 2.41 |
2.40 27 Aug 2007 14:13:24
 |
ehaupt  |
Update to 2.40 |
2.39 02 Jan 2007 17:37:36
 |
ehaupt  |
Update to 2.39 |
2.34 01 Jun 2006 12:13:54
 |
ehaupt  |
Add an additional mirror. |
2.34 19 Feb 2006 11:39:14
 |
ehaupt  |
Remove deprecated USE_REINPLACE |
2.34 30 Nov 2005 14:01:14
 |
ehaupt  |
Add SHA256 hashes to my ports |
2.34 09 Oct 2005 05:21:41
 |
fenner  |
Remove WWW: None. |
2.34 06 Oct 2005 11:57:11
 |
ehaupt  |
Change MAINTAINER address for my ports.
Approved by: novel (mentor) |
2.34 11 Jul 2005 11:11:51
 |
pav  |
- Register conflicts |
2.34 11 Jul 2005 09:36:23
 |
pav  |
A collection of command line filters, including B1FF and the Swedish Chef.
No personal, racial, societal slurs are intended. For amusement only.
All the filters read input from stdin, change it, and write the filtered
text to stdout.
PR: ports/83119
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Bribed by: swiss chocolate |