FreeBSD Bugzilla – Attachment 249247 Details for
Bug 276395
net/scamper: update to 20240229
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
update net/scamper to 20240229, add net/py-scamper
0001-update-scamper-to-20240229-add-py-scamper-port.patch (text/plain), 3.90 KB, created by
mjl
on 2024-03-17 23:21:09 UTC
(
hide
)
Description:
update net/scamper to 20240229, add net/py-scamper
Filename:
MIME Type:
Creator:
mjl
Created:
2024-03-17 23:21:09 UTC
Size:
3.90 KB
patch
obsolete
>From 059e1b6ce947607a32e6d62f91160c2a27ad1a21 Mon Sep 17 00:00:00 2001 >From: Matthew Luckie <mjl@luckie.org.nz> >Date: Mon, 18 Mar 2024 12:17:31 +1300 >Subject: [PATCH] update scamper to 20240229, add py-scamper port > >--- > net/py-scamper/Makefile | 36 ++++++++++++++++++++++++++++++++++++ > net/scamper/Makefile | 11 ++++++++--- > net/scamper/distinfo | 6 +++--- > net/scamper/pkg-plist | 8 +++++--- > 4 files changed, 52 insertions(+), 9 deletions(-) > create mode 100644 net/py-scamper/Makefile > >diff --git a/net/py-scamper/Makefile b/net/py-scamper/Makefile >new file mode 100644 >index 000000000000..5db5b752082f >--- /dev/null >+++ b/net/py-scamper/Makefile >@@ -0,0 +1,36 @@ >+PORTREVISION= 0 >+CATEGORIES= net python >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= mjl@luckie.org.nz >+COMMENT= Python bindings for scamper >+ >+LICENSE= GPLv2 >+LICENSE_FILE= ${WRKSRC}/COPYING >+ >+LIB_DEPENDS= libscamperfile.so:${MASTER_PORT} >+ >+USES= python localbase:ldflags >+USE_PYTHON= flavors >+CONFIGURE_ARGS= --with-python >+ >+PORTSCOUT= ignore:1 >+ >+SLAVE_PORT= yes >+MASTERDIR= ${.CURDIR}/../scamper >+ >+PLIST= ${.CURDIR}/pkg-plist >+BUILD_WRKSRC= ${WRKSRC}/lib/python >+INSTALL_WRKSRC= ${BUILD_WRKSRC} >+ >+PLIST_FILES= ${PYTHONPREFIX_SITELIBDIR:S,^${PREFIX}/,,}/scamper.a \ >+ ${PYTHONPREFIX_SITELIBDIR:S,^${PREFIX}/,,}/scamper.so >+ >+post-patch: >+ @${REINPLACE_CMD} \ >+ -e 's/$$(scamper_la_DEPENDENCIES)//' \ >+ -e 's,../../scamper/libscamperfile.la,-lscamperfile,' \ >+ -e 's,../libscamperctrl/libscamperctrl.la,-lscamperctrl,' \ >+ ${BUILD_WRKSRC}/Makefile.in >+ >+.include "${MASTERDIR}/Makefile" >diff --git a/net/scamper/Makefile b/net/scamper/Makefile >index 7ec9d259128d..e981c120e058 100644 >--- a/net/scamper/Makefile >+++ b/net/scamper/Makefile >@@ -1,6 +1,5 @@ > PORTNAME= scamper >-PORTVERSION= 20230614c >-PORTREVISION= 1 >+PORTVERSION= 20240229 > CATEGORIES= net > MASTER_SITES= https://www.caida.org/catalog/software/scamper/code/ > DISTNAME= ${PORTNAME}-cvs-${PORTVERSION} >@@ -12,12 +11,16 @@ WWW= https://www.caida.org/tools/measurement/scamper/ > LICENSE= GPLv2 > LICENSE_FILE= ${WRKSRC}/COPYING > >-USES= gmake libtool ssl >+USES+= gmake libtool ssl > USE_LDCONFIG= yes > GNU_CONFIGURE= yes > GNU_CONFIGURE_MANPREFIX=${PREFIX}/share > INSTALL_TARGET= install-strip > >+SLAVE_PORT?= no >+ >+.if ${SLAVE_PORT} == no >+ > OPTIONS_DEFINE= HOIHO UPTIME > OPTIONS_SUB= yes > >@@ -32,4 +35,6 @@ HOIHO_CONFIGURE_WITH= pcre2 > UPTIME_USES= localbase:ldflags sqlite:3 > UPTIME_CONFIGURE_ENABLE= sc_uptime > >+.endif # ${SLAVE_PORT} == no >+ > .include <bsd.port.mk> >diff --git a/net/scamper/distinfo b/net/scamper/distinfo >index 15cae9f5b7eb..cd2d5e6420e3 100644 >--- a/net/scamper/distinfo >+++ b/net/scamper/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1696494364 >-SHA256 (scamper-cvs-20230614c.tar.gz) = 50a58ed36c7e7a4045717c5acc82b510bd2ad329f3b336b3504118e0280ad9ca >-SIZE (scamper-cvs-20230614c.tar.gz) = 2214550 >+TIMESTAMP = 1709238274 >+SHA256 (scamper-cvs-20240229.tar.gz) = f010533ccc257fe6459581a07fb55e4ecf160142a0f8e4077f661adccd3b43be >+SIZE (scamper-cvs-20240229.tar.gz) = 2819683 >diff --git a/net/scamper/pkg-plist b/net/scamper/pkg-plist >index 94ea0a7be38c..027fff5a5780 100644 >--- a/net/scamper/pkg-plist >+++ b/net/scamper/pkg-plist >@@ -28,11 +28,11 @@ bin/sc_wartsfilter > bin/sc_wartsfix > lib/libscamperctrl.a > lib/libscamperctrl.so.2 >-lib/libscamperctrl.so.2.1.1 >+lib/libscamperctrl.so.2.1.3 > lib/libscamperctrl.so > lib/libscamperfile.a >-lib/libscamperfile.so.6 >-lib/libscamperfile.so.6.1.0 >+lib/libscamperfile.so.8 >+lib/libscamperfile.so.8.0.1 > lib/libscamperfile.so > share/man/man1/sc_ally.1.gz > share/man/man1/sc_analysis_dump.1.gz >@@ -70,6 +70,7 @@ include/scamper_addr.h > include/scamper_dealias.h > include/scamper_file.h > include/scamper_host.h >+include/scamper_http.h > include/scamper_icmpext.h > include/scamper_list.h > include/scamper_neighbourdisc.h >@@ -79,3 +80,4 @@ include/scamper_sting.h > include/scamper_tbit.h > include/scamper_trace.h > include/scamper_tracelb.h >+include/scamper_udpprobe.h >-- >2.44.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
mjl:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 276395
:
247716
|
247904
|
248831
| 249247 |
249296