Port details |
- evangeline IRC Bot based on Eggdrop
- 1.1.4 irc
=0 1.1.4Version of this port present on the latest quarterly branch.
- BROKEN: Unfetchable
DEPRECATED: Abandonware, upstream is gone This port expired on: 2024-03-31 IGNORE: is marked as broken: Unfetchable
- 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: 2005-03-04 10:40:41
- Last Update: 2024-04-01 11:47:32
- Commit Hash: 0ed793b
- Also Listed In: tcl
- License: GPLv2
- WWW:
- http://www.averse.piasta.pl/
- Description:
- Evangeline is an Internet Relay Chat (IRC) Bot based on Eggdrop.
Its done for IRCnet network and most changes are done to make the bot
best there. Bot might not work correctly on other networks (known problems
with kicking on Quakenet).
Evangeline can be simply extended with modules (Eggdrop's modules with
some modifications) and Tcl scripts of course.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- evangeline>0:irc/evangeline
- No installation instructions:
- This port has been deleted.
- PKGNAME: evangeline
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (evangeline-1.1.4-b1.tar.gz) = 5c2119cf123075b4970748c8baed4f7d4b515a1cdd4c8bbe41f4bacc1e5791f0
SIZE (evangeline-1.1.4-b1.tar.gz) = 1328229
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
- as : devel/binutils
- Library dependencies:
-
- libtcl86.so : lang/tcl86
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for evangeline-1.1.4:
CRYPT=on: Enable Encryption
IPV6=on: IPv6 protocol support
===> Use 'make config' to modify these settings
- Options name:
- irc_evangeline
- USES:
- gmake tcl
- 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 |
1.1.4 01 Apr 2024 11:47:32 |
Rene Ladan (rene) |
irc/evangeline: Remove expired port
2024-03-31 irc/evangeline: Abandonware, upstream is gone |
1.1.4 25 Feb 2024 12:40:56 |
Daniel Engberg (diizzy) |
irc/evangeline: Mark BROKEN, deprecate and set expiration date to 2024-03-31
Upstream's website is gone and there are no signs of it being hosted
anywhere else. |
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) |
1.1.4 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 ) |
1.1.4 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 ) |
1.1.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1.4 29 Mar 2018 15:33:28 |
emaste |
rc/evangeline: remove duplicate LLD_UNSAFE
Accidentally added during WIP rebase, committed in r465900. |
1.1.4 29 Mar 2018 15:02:05 |
emaste |
Use BINARY_ALIAS to make LLD_UNSAFE more widely applicable
Some ports do not honour $LD or -fuse-ld=bfd in $CFLAGS, but do invoke
ld via $PATH. Automatically set BINARY_ALIAS+=ld=${LD} when LLD_UNSAFE
is active to use ld.bfd for these ports.
Approved by: portmgr (antoine)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D14876 |
1.1.4 28 Mar 2018 12:58:19 |
emaste |
Also set LLD_UNSAFE when using BINARY_ALIAS to choose ld.bfd
arm64 provides no /usr/bin/ld.bfd by default. LLD_UNSAFE automatically
adds a dependency on binutils for this case, so is needed in addition
to BINARY_ALIAS=ld=ld.bfd.
Approved by: portmgr (LLD_UNSAFE blanket)
Sponsored by: The FreeBSD Foundation |
1.1.4 27 Mar 2018 21:05:10 |
emaste |
irc/evangeline: use BINARY_ALIAS to invoke ld.bfd
This port does not honour LD or -fuse-ld in CFLAGS via LLD_UNSAFE, but
BINARY_ALIAS can be used to ensure we use the BFD linker.
PR: 226989
Approved by: portmgr (LLD_UNSAFE blanket)
Sponsored by: The FreeBSD Foundation |
1.1.4 01 Apr 2016 13:18:17 |
mat |
Fixup some whitespace at the beginning of lines problems.
With hat: portmgr
Sponsored by: Absolight |
1.1.4 21 Nov 2013 13:55:28 |
gahr |
- Convert to USE=gmake tcl
- STAGE-clean
- Add LICENSE |
1.1.4 20 Sep 2013 18:44:50 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
irc) |
1.1.4 14 May 2013 08:02:31 |
gahr |
- Fix build with Tcl 8.6
Reported by: miwi (Tcl/Tk 86 exp-run) |
1.1.4 18 Jan 2013 13:08:52 |
crees |
Stop being INTERACTIVE
Be more flexible about TCL versions |
1.1.4 11 Oct 2012 13:23:57 |
ale |
Fix typo.
Feature safe: yes |
1.1.4 13 Jun 2012 05:13:04 |
bapt |
Convert to new options framework |
1.1.4 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.1.4 21 Dec 2009 02:19:12 |
dougb |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
1.1.4 09 Apr 2008 13:42:26 |
pav |
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories
With hat: portmgr |
1.1.4 24 Oct 2007 15:55:02 |
tabthorpe |
- Update to 1.1.4
PR: ports/117419
Submitted by: Philippe Audeoud <jadawin tuxaco.net> |
1.1.2_1 19 May 2006 08:14:58 |
pav |
- Update distinfo. I could not find the old tarball anywhere
PR: ports/97456
Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> |
1.1.2 02 Apr 2006 23:59:56 |
kris |
BROKEN: Size mismatch |
1.1.2 07 Jan 2006 09:45:03 |
edwin |
Update to 1.1.2 |
1.1.0 26 Nov 2005 01:48:16 |
pav |
- Add SHA256 |
1.1.0 02 Apr 2005 11:44:06 |
flz |
- Remove submitter's real name.
PR: ports/79185
Submitted by: "Edini" <ports@edini.net> |
1.1.0 04 Mar 2005 10:39:40 |
flz |
Add Evangeline 1.1.0, an IRC Bot based on Eggdrop.
PR: ports/77878
Submitted by: Grega Janezic <edini@edini.net>
Approved by: pav (mentor) |