Port details |
- miau Fully featured easy to use IRC-bouncer
- 0.6.6_4 irc
=3 0.6.6_4Version of this port present on the latest quarterly branch.
- DEPRECATED: Abandoned upstream, last release in 2010 and no activity since 2014. Consider migrating to irc/soju or irc/znc
This port expired on: 2024-04-30
- Maintainer: freebsd-ports@dan.me.uk
- Port Added: 2004-04-28 16:58:27
- Last Update: 2024-04-30 20:56:01
- Commit Hash: 880d78c
- People watching this port, also watch:: pcre, nss, nmap, popt, bash
- License: not specified in port
- WWW:
- https://miau.sourceforge.net/
- Description:
- miau is a fully featured easy to use IRC-bouncer that can keep your nick
even when you disconnect.
Additionally, miau can set you away automatically when you disconnect and
auto-op (or auto-voice) people. While you're disconnected, miau can also log
everything and/or pipe private messages to an external program. And when you
connect miau again, miau can replay some of the old messages so that you know
what's going on.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: miau
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (miau-0.6.6.tar.bz2) = 5409fd19748fe0eb98b9975270233878d02718538e9c3b438fe0b74d61465804
SIZE (miau-0.6.6.tar.bz2) = 188284
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:
-
- indexinfo : print/indexinfo
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for miau-0.6.6_4:
DOCS=on: Build and/or install documentation
IPV6ONLY=off: Enable IPv6 ONLY (disables IPv4)
===> Use 'make config' to modify these settings
- Options name:
- irc_miau
- USES:
- iconv tar:bzip2
- 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 |
0.6.6_4 30 Apr 2024 20:56:01 |
Rene Ladan (rene) |
irc/miau: Remove expired port
2024-04-30 irc/miau: Abandoned upstream, last release in 2010 and no activity
since 2014. Consider migrating to irc/soju or irc/znc |
0.6.6_4 23 Mar 2024 11:13:37 |
Daniel Engberg (diizzy) |
irc/miau: Deprecate and set expiration date to 2024-04-30
Abandoned upstream, last release in 2010 and no activity since 2014.
Redirect users to irc/soju or irc/znc
PR: 277298
Approved by: portmgr (maintainer timeout, 3+ weeks) |
0.6.6_4 24 Feb 2024 11:20:14 |
Muhammad Moinur Rahman (bofh) |
irc/miau: Moved man to share/man
Approved by: portmgr (blanket) |
0.6.6_3 06 Nov 2023 10:03:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
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.6.6_3 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.6.6_3 20 Jul 2022 14:22:09 |
Tobias C. Berner (tcberner) |
irc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* A. Gabriel <backslash@BSDCode.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Alexey Mikhailov <karma@ez.pereslavl.ru>
* Alfred Perlstein <alfred@FreeBSD.org>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
* Ben Hutchinson <benhutch@xfiles.org.uk>
* Bill Fumerola <billf@chc-chimes.com>
* Chess Griffin <chess@chessgriffin.com>
* Chris Piazza <cpiazza@FreeBSD.org>
* Craig Edwards <brain@mail1.chatspike.net> (Only the first 15 lines of the commit message are shown above ) |
0.6.6_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.6.6_3 09 Oct 2019 11:50:49 |
bapt |
Drop the ipv6 virtual category for i* category as it is not relevant anymore |
0.6.6_3 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
0.6.6_2 08 Dec 2016 19:23:25 |
tijl |
Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
0.6.6_1 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
0.6.6_1 27 Oct 2014 13:00:22 |
bapt |
Cleanup plist |
0.6.6_1 15 Aug 2014 10:51:58 |
marino |
irc/mias: Unmute installation command
Noticed by: @danfe |
0.6.6_1 15 Aug 2014 09:30:12 |
marino |
irc/miau: Fix IPv6 option, reassign maintainer to submitter
Whle here, de-indent most of the Makefile and fix DOCS option too.
PR: 190984
Submitted by: Daniel Austin
Approved by: maintainer timeout (2 months) |
0.6.6 29 Jul 2014 18:41:17 |
adamw |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
0.6.6 16 Jul 2014 02:29:34 |
adamw |
Add DOCS option where PORTDOCS appears in plist. |
0.6.6 13 Jun 2014 07:36:28 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories G-I.
CR: D201
Approved by: portmgr (bapt) |
0.6.6 11 Jun 2014 14:50:00 |
tijl |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
0.6.6 18 Feb 2014 11:56:24 |
ehaupt |
Support staging. |
0.6.6 20 Sep 2013 18:44:50 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
irc) |
0.6.6 27 Apr 2013 11:59:29 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising |
0.6.6 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
0.6.6 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.6.6 06 Oct 2010 16:54:54 |
dhn |
- Update to 0.6.6 |
0.6.5 04 May 2009 18:42:24 |
miwi |
- Pass maintainership to dhn@ |
0.6.5 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
0.6.5 20 Dec 2007 11:17:05 |
miwi |
- Update to 0.6.5
- Take over maintainership |
0.6.3 23 Jul 2007 09:36:52 |
rafan |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
0.6.3 21 Feb 2007 15:01:52 |
laszlof |
Update to 0.6.3.
ChangeLog:
http://sourceforge.net/project/shownotes.php?group_id=67766&release_id=479307 |
0.6.2 01 Dec 2006 14:32:47 |
laszlof |
Add ipv6 virtual category.
PR: ports/106125
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
Approved by: self (maintainer) |
0.6.2 07 Nov 2006 15:37:06 |
laszlof |
Update my email address in all ports that I maintain.
Approved by: flz (mentor) |
0.6.2 13 Sep 2006 16:50:09 |
rafan |
- Update to 0.6.2
PR: ports/103222
Submitted by: Frank J. Laszlo <laszlof at vonostingroup.com> (maintainer) |
0.6.1 14 May 2006 15:14:14 |
itetcu |
Update to 0.6.1
PR: ports/97246
Submitted by: Martin Wilke <freebsd@unixfreunde.de>
Approved by: Frank Laszlo <laszlof@vonostingroup.com> (maintainer),
lawrance (mentor) |
0.6.0.2 08 May 2006 10:32:04 |
edwin |
remove USE_REINPLACE for all categories starting with I |
0.6.0.2 07 Jan 2006 06:26:34 |
edwin |
[UPDATE]: irc/miah: Update to version 0.6.0.2
This patch will update irc/miah to version 0.6.0.3. This
version fixes various bugs and security fixes as outlined
on http://miau.sourceforge.net/changelog.html.
PR: ports/91437
Submitted by: Frank Laszlo <laszlof@vonostingroup.com>
Security http://miau.sourceforge.net/changelog.html |
0.5.4 26 Nov 2005 01:48:16 |
pav |
- Add SHA256 |
0.5.4 18 Jul 2005 07:39:19 |
pav |
- Update to 0.5.4
PR: ports/82920
Submitted by: Laust S. Jespersen <freebsd-ports@ust.dk> |
0.5.3 18 Jul 2005 03:49:55 |
linimon |
With portmgr hat on, reset eik's ports since he has been inactive for
several months (not responding to email).
Discussed among: portmgr team |
0.5.3 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
0.5.3 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
0.5.3 05 May 2004 11:14:04 |
eik |
update to 0.5.3 - "hairball"
<http://miau.sourceforge.net/ChangeLog> |
0.5.2_1 02 May 2004 21:02:30 |
eik |
work around problems with ChatZilla
enable dump command |
0.5.2 28 Apr 2004 16:56:52 |
eik |
miau (fluffy little fellow), yet another IRC bouncer |