Port details |
- multisuck Multi-server/conn news suck
- 1.0.4 news =3 1.0.4Version 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: 2002-08-11 05:26:29
- Last Update: 2023-11-01 22:11:47
- Commit Hash: 05f0f44
- People watching this port, also watch:: autoconf, gnome-icons-ximian-south, libast, p5-MIME-Tools, libunicode
- License: GPLv2
- WWW:
- https://multisuck.sourceforge.net/
- Description:
- A multi-server, multi-connections-per-server Usenet news sucking mechanism.
Feeds articles to a local news server. Powerful filtering capability. Runs
continuously as a quasi-daemon.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- multisuck>0:news/multisuck
- To install the port:
- cd /usr/ports/news/multisuck/ && make install clean
- To add the package, run one of these commands:
- pkg install news/multisuck
- pkg install multisuck
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: multisuck
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (multisuck-1.0.4.tar.gz) = 9def2be8b238a5ae9cb2c4fe5cad73552d12c5d767170ab1fa77f93cd28cc012
SIZE (multisuck-1.0.4.tar.gz) = 104582
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 multisuck-1.0.4:
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- news_multisuck
- 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.0.4 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) |
1.0.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.0.4 20 Jul 2022 14:22:44 |
Tobias C. Berner (tcberner) |
news: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam David <adam@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrey Slusar <anray@FreeBSD.org>
* Brian Somers <brian@FreeBSD.org>
* Carey Jones <mcj@acquiesce.org>
* David O'Brien (obrien@cs.ucdavis.edu)
* Denis Shaposhnikov <dsh@vlink.ru>
* Don Croyle <croyle@gelemna.org>
* Donald Burr <dburr@FreeBSD.org>
* Frederic Cambus (Only the first 15 lines of the commit message are shown above ) |
1.0.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.4 21 Aug 2015 12:03:31 |
amdmi3 |
- Add LICENSE |
1.0.4 19 Aug 2015 07:10:29 |
erwin |
Reset maintainer
<conrads@cox.net>: host mx.west.cox.net[68.6.19.3] said: 550 5.1.1
<conrads@cox.net> invalid recipient - Refer to Error Codes section at
http://postmaster.cox.net/confluence/display/postmaster/Error+Codes for
more information. (in reply to RCPT TO command)
Sponsored by: DK Hostmaster A/S |
1.0.4 02 Feb 2015 04:40:00 |
amdmi3 |
- Drop @dirrm* from pkg-plists
Approved by: portmgr blanket |
1.0.4 16 Jul 2014 03:00:46 |
adamw |
Add DOCS option for ports with PORTDOCS in plist. |
1.0.4 27 Dec 2013 10:12:14 |
bapt |
Support stage |
1.0.4 20 Sep 2013 22:31:15 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
news) |
1.0.4 16 Aug 2011 00:37:56 |
linimon |
Over to volunteer, who is also the author of the software. |
1.0.4 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.0.4 22 Aug 2009 00:32:25 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with N |
1.0.4 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 ) |
1.0.4 25 Nov 2005 16:56:11 |
pav |
- Add SHA256 |
1.0.4 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
1.0.4 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'. |
1.0.4 29 Jan 2004 16:13:06 |
trevor |
SIZEify. |
1.0.4 10 Nov 2003 19:41:36 |
krion |
- Update to version 1.0.4
PR: 59132
Submitted by: Ports Fury |
1.0.3 20 Feb 2003 18:52:48 |
knu |
De-pkg-comment. |
1.0.3 11 Aug 2002 05:25:15 |
ijliao |
add multisuck 1.0.3
Multi-server/conn news suck |