svn commit: r523740 - in head: . net net/rtptools
Stefan Esser
se at FreeBSD.org
Tue Jan 21 20:48:13 UTC 2020
Author: se
Date: Tue Jan 21 20:48:12 2020
New Revision: 523740
URL: https://svnweb.freebsd.org/changeset/ports/523740
Log:
Resurrect rtptools
This port has been deleted on 2019-10-16 as un-fetchable, but there is a
repository on GitHub that provides the sources as last used by the port.
Approved by: antoine (mentor)
Added:
head/net/rtptools/
- copied from r514600, head/net/rtptools/
Modified:
head/MOVED
head/net/Makefile
head/net/rtptools/Makefile
head/net/rtptools/distinfo
Modified: head/MOVED
==============================================================================
--- head/MOVED Tue Jan 21 20:42:17 2020 (r523739)
+++ head/MOVED Tue Jan 21 20:48:12 2020 (r523740)
@@ -13266,7 +13266,6 @@ net/librouteros||2019-10-16|Has expired: Unfetchable,
net/nettest||2019-10-16|Has expired: Unfetchable, unmaintained
net/py-netstring||2019-10-16|Has expired: Unfetchable, unmaintained
net/radiusd-cistron||2019-10-16|Has expired: Unfetchable, unmaintained
-net/rtptools||2019-10-16|Has expired: Unfetchable, unmaintained
net/smbldap-tools||2019-10-16|Has expired: Unfetchable, unmaintained
net/wackford-squeers||2019-10-16|Has expired: Unfetchable, unmaintained
net/wmnet2||2019-10-16|Has expired: Unfetchable, unmaintained
Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile Tue Jan 21 20:42:17 2020 (r523739)
+++ head/net/Makefile Tue Jan 21 20:48:12 2020 (r523740)
@@ -1200,6 +1200,7 @@
SUBDIR += rtg
SUBDIR += rtpbreak
SUBDIR += rtpproxy
+ SUBDIR += rtptools
SUBDIR += rubygem-activestorage52
SUBDIR += rubygem-amazon-ec2
SUBDIR += rubygem-amq-protocol
Modified: head/net/rtptools/Makefile
==============================================================================
--- head/net/rtptools/Makefile Wed Oct 16 15:29:20 2019 (r514600)
+++ head/net/rtptools/Makefile Tue Jan 21 20:48:12 2020 (r523740)
@@ -4,21 +4,17 @@
PORTNAME= rtptools
DISTVERSION= 1.22
CATEGORIES= net mbone
-MASTER_SITES= http://www.cs.columbia.edu/IRT/software/rtptools/download/
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= se at FreeBSD.org
COMMENT= Set of tools to record, playback, and monitor RTPv2 data streams
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-BROKEN= unfetchable
-DEPRECATED= Unfetchable, unmaintained
-EXPIRATION_DATE= 2019-10-16
-
-USES= dos2unix
-DOS2UNIX_GLOB= *.c
+USES= autoreconf
GNU_CONFIGURE= yes
+USE_GITHUB= yes
+GH_ACCOUNT= irtlab
.for f in multidump multiplay rtpdump rtpplay rtpsend rtptrans
PLIST_FILES+= bin/${f}
Modified: head/net/rtptools/distinfo
==============================================================================
--- head/net/rtptools/distinfo Wed Oct 16 15:29:20 2019 (r514600)
+++ head/net/rtptools/distinfo Tue Jan 21 20:48:12 2020 (r523740)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1521621535
-SHA256 (rtptools-1.22.tar.gz) = 7783a135d945ed1507fd50bde652f223ff2623e44b959b9ed5b7bff61cb9f089
-SIZE (rtptools-1.22.tar.gz) = 8622279
+TIMESTAMP = 1579552214
+SHA256 (irtlab-rtptools-1.22_GH0.tar.gz) = ac6641558200f5689234989e28ed3c44ead23757ccf2381c8878933f9c2523e0
+SIZE (irtlab-rtptools-1.22_GH0.tar.gz) = 67439
More information about the svn-ports-head
mailing list