Port details |
- samplicator Receives UDP datagrams and redistributes them to a set of receivers
- 1.3.8.r1_1 net
=1 1.3.8.r1_1Version of this port present on the latest quarterly branch. - Maintainer: ath@heybey.org
 - Port Added: 2001-06-10 01:18:32
- Last Update: 2021-04-07 08:09:01
- Commit Hash: cf118cc
- People watching this port, also watch:: p5-Tie-EncryptedHash, p5-Time-Piece, p5-MIME-Tools, python
- License: GPLv2
- Description:
- This small program receives UDP datagrams on a given port, and resends
those datagrams to a specified set of receivers. In addition, a
sampling divisor N may be specified individually for each receiver,
which will then only receive one in N of the received packets.
WWW: http://samplicator.googlecode.com/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- samplicator>0:net/samplicator
- To install the port:
- cd /usr/ports/net/samplicator/ && make install clean
- To add the package, run one of these commands:
- pkg install net/samplicator
- pkg install samplicator
- PKGNAME: samplicator
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1481624137
SHA256 (sleinen-samplicator-1.3.8rc1_GH0.tar.gz) = 4ad81d213d1f5242ca3cdc3e512c347f17dfc519986cb4d1ed2c8ba23f473347
SIZE (sleinen-samplicator-1.3.8rc1_GH0.tar.gz) = 29759
- 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:
-
- autoconf>=2.69 : devel/autoconf
- automake>=1.16.1 : devel/automake
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for samplicator-1.3.8.r1_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- net_samplicator
- USES:
- autoreconf
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
07 Apr 2021 08:09:01 1.3.8.r1_1
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:13 1.3.8.r1_1
|
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
06 Apr 2021 14:31:07 1.3.8.r1_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
23 May 2018 21:31:43
1.3.8.r1_1
|
jkim  |
- Reset maintainership. The maintainer has been inactive for some time.
- Assign it to a new maintainer. |
23 May 2018 20:54:16
1.3.8.r1_1
|
jkim  |
Fix -S option under 11.0 and later.
PR: 221200
Approved by: me@falz.net (maintainer timeout) |
13 Dec 2016 10:44:01
1.3.8.r1
|
jhale  |
Update to 1.3.8rc1
PR: 212811
Submitted by: Franco Fichtner <franco@opnsense.org>
Approved by: maintainer timeout |
22 Sep 2016 13:15:27
1.3.7.b6_2
|
mat  |
Take part of [1] to fix the port, code migrated to Github.
The distfile is smaller because autoreconf needs to be run.
PR: 212811
Submitted by: Franco Fichtner
Sponsored by: Absolight |
14 Sep 2016 15:59:34
1.3.7.b6_2
|
mat  |
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight |
28 Aug 2015 13:39:57
1.3.7.b6_2
|
amdmi3  |
- Switch to options helpers
- While here, add some NO_ARCHes and couple missing PORT_OPTIONS=DOCS
Approved by: portmgr blanket |
14 May 2015 10:15:09
1.3.7.b6_2
|
mat  |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
19 May 2014 13:04:08
1.3.7.b6_2
|
feld  |
Overhaul of rc script which was non-functional
Most notable change is the renaming of $samplicator_user to
$samplicator_runas. The reasoning is that the usage of daemon(8) and
$name_user does not mix well; it resulted in the following:
_doit='su -m $name_user -c '\''sh -c "/usr/sbin/daemon -u $name_user ..."
This defeats the purpose of daemon which has to be launched as root.
Sponsored by: SupraNet Communications, Inc |
03 Mar 2014 20:07:11
1.3.7.b6_1
|
zi  |
- Add rc script
- Bump PORTREVISION
Submitted by: me
Approved by: me@falz.net (maintainer) |
21 Feb 2014 13:38:29
1.3.7.b6
|
ehaupt  |
Remove trailing whitespaces from category net |
10 Feb 2014 13:54:28
1.3.7.b6
|
ehaupt  |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
03 Feb 2014 14:36:16
1.3.7.b6
|
feld  |
Support STAGE
Add LICENSE
Approved by: swills (mentor, implicit)
Approved by: maintainer (my coworker) |
20 Sep 2013 22:10:25
1.3.7.b6
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
10 Sep 2012 18:14:31
1.3.7.b6
|
crees  |
This port was readded; it was previously removed at r211982, and the last
living revision was r208510. |
08 Sep 2012 15:17:51
1.3.7.b6
|
zi  |
- Ressurect net/samplicator
- Assign new MAINTAINER
- Update MASTER_SITES
PR: ports/170922
Submitted by: Chris Wopat <me@falz.net> |
25 Apr 2008 20:23:35
1.3.5
|
miwi  |
2007-12-31 misc/kde3-i18n-id: "Distfile no longer available, outdated"
2008-04-02 net/dhcp-agent: Dhcp-agent has not been updated since 2003, it does
not build with guile-1.8, and it is unmaintained
2008-04-22 net/ocaml-netclient: is part of ocaml-net
2008-04-06 net/samplicator: Project has vanished
2008-03-20 graphics/entice: Broken and unmaintained |
06 Mar 2008 16:32:14
1.3.5
|
erwin  |
Project has vanished, mark DEPRICATED with an expiration date
one month from now.
Submitted by: maintainer |
07 May 2006 19:27:14
1.3.5
|
erwin  |
Update to 1.3.5
PR: 96938
Submitted by: Michael Lyngbøl <lyngbol@wheel.dk> (maintainer) |
22 Jan 2006 21:24:05
1.3.2
|
edwin  |
SHA256ify
Approved by: krion@ |
31 Mar 2004 03:12:58
1.3.2
|
trevor  |
SIZEify (maintainer timeout) |
21 Feb 2003 13:15:09
1.3.2
|
knu  |
De-pkg-comment. |
17 Oct 2001 20:15:31 
|
ijliao  |
upgrade to 1.3.2 |
03 Sep 2001 19:06:01 
|
knu  |
Update to 1.3.1, improvements include: |
28 Jun 2001 13:28:03 
|
kevlo  |
Install docs. |
10 Jun 2001 05:18:32 
|
markp  |
Add samplicator 1.2.1, receives UDP datagrams and redistributes them to a
set of receivers. |