Port details |
- dancer IRC bot written in C for UNIX, Windows, and AmigaOS
- 4.16_1 irc =2 4.16_1Version of this port present on the latest quarterly branch.
- Maintainer: danfe@FreeBSD.org
- Port Added: 2003-06-20 05:27:48
- Last Update: 2024-03-30 20:54:16
- Commit Hash: 4f76884
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: not specified in port
- WWW:
- https://dancer.sourceforge.net/
- Description:
- Dancer is an IRC bot. A bot is an automated client for Internet Relay Chat
networks, which stays online after its owner leaves. It was designed to
protect and serve. Your faithful, strong (but humble) servant. Yes,
ladies. This is one bot who will not cheat on you.
Dancer was developed in C, and is mostly POSIX compliant. It runs on
most of the UNIX flavors you have used, and a few you haven't heard of.
It also runs on Win32 and AmigaOS.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/irc/dancer/ && make install clean
- To add the package, run one of these commands:
- pkg install irc/dancer
- pkg install dancer
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: dancer
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (dancer-4.16.tar.gz) = b61d754811a8cdb0ee0eb3ea50bae5d257f7eb070d5a94febfe7ba11728c1dca
SIZE (dancer-4.16.tar.gz) = 485290
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- irc_dancer
- 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 |
4.16_1 30 Mar 2024 20:54:16 |
Alexey Dokuchaev (danfe) |
Undeprecate and adopt three more ports that I still consider useful. |
4.16_1 25 Feb 2024 12:40:58 |
Daniel Engberg (diizzy) |
irc/dancer: Deprecate and set expiration date to 2024-03-31
Abandonware, last release in 2001 and no longer developed
Reference: https://daniel.haxx.se/about.html |
4.16_1 01 Nov 2023 22:11:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart |
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) |
4.16_1 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 ) |
4.16_1 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 ) |
4.16_1 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 ) |
4.16_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.16_1 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
4.16_1 27 Oct 2014 13:00:22 |
bapt |
Cleanup plist |
4.16_1 29 Jul 2014 17:12:50 |
adamw |
Rename all patches that contain '::' as a path separator, and use
'__' instead. |
4.16_1 16 Oct 2013 03:09:48 |
eadler |
- Convert to staging. |
4.16_1 20 Sep 2013 18:44:50 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
irc) |
4.16_1 03 Dec 2012 21:05:02 |
mandree |
USE_CSTD=gnu89 to fix build with clang (hopefully on HEAD, too.)
This is due to C89 inline semantics being used that cause linker failures when
compiled as C99.
Feature safe: yes |
4.16_1 28 Jul 2012 15:57:56 |
cs |
Fix typos in COMMENT
Approved by: portmgr@ (implicit) |
4.16_1 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
4.16_1 08 Nov 2010 15:01:07 |
pav |
- Fix build by letting configure come up with it's own value of ${CPP}
Reported by: pointyhat |
4.16_1 22 Aug 2009 00:24:37 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with H,I,J,K,L |
4.16_1 18 Apr 2007 11:46:10 |
gabor |
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter i-m |
4.16_1 18 Oct 2006 12:16:33 |
erwin |
Use INSTALL_PROGRAM instead of INSTALL_DATA on the installed binary
to make sure the permissions are right so it can actually be run.
Approved by: portmgr (self) |
4.16 26 Nov 2005 01:48:16 |
pav |
- Add SHA256 |
4.16 08 Jun 2005 13:54:10 |
vs |
Redo CONFIGURE/MAKE_ARGS handling |
4.16 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
4.16 17 Oct 2003 06:53:44 |
erwin |
Fix build on -current
PR: 58143
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> |
4.16 24 Sep 2003 08:37:39 |
edwin |
Cease FreeBSD port maintainerships
I don't have the time to give to many of the ports I maintain at
the moment. I wasn't expecting to be so busy this summer ...
Please set all my ports back to ports@freebsd.org.
PR: ports/56935
Submitted by: Dominic Marks <dom@wirespeed.org.uk>,Clement Laforet
<sheepkiller@cultdeadsheep.org>,Oliver Eikemeier <eikemeier@fillmore-labs.com> |
4.16 08 Sep 2003 12:15:29 |
erwin |
Mark broken on -CURRENT, it does not compile with our gcc.
Informed author. |
4.16 27 Jun 2003 04:43:19 |
daichi |
bug fixes: irc/dancer
o Make the port respect CC, CFLAGS variables.
o Prevent needless debugging symbols being compiled in.
PR: 53804
Submitted by: Dominic Marks <dominic.marks@btinternet.com> (maintainer) |
4.16 24 Jun 2003 01:06:04 |
leeym |
update maintainer's email address.
PR: 53658
Submitted by: Dominic Marks <dom@cus.org.uk> |
4.16 20 Jun 2003 05:25:53 |
daichi |
Add dancer 4.16,
an IRC bot written in C for UNIX, Windows, and
AmigaOS.
PR: 46706
Submitted by: Dominic Marks <dom@cus.org.uk> |