Bug 53923 - New Port: net/sipsak is a SIP test command line tool.
Summary: New Port: net/sipsak is a SIP test command line tool.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Sergei Kolobov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-30 13:30 UTC by Jesus
Modified: 2003-12-18 13:42 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesus freebsd_committer freebsd_triage 2003-06-30 13:30:13 UTC
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#       sipsak
#       sipsak/pkg-plist
#       sipsak/pkg-descr
#       sipsak/Makefile
#       sipsak/distinfo
#
echo c - sipsak
mkdir -p sipsak > /dev/null 2>&1
echo x - sipsak/pkg-plist
sed 's/^X//' >sipsak/pkg-plist << 'END-of-sipsak/pkg-plist'
Xbin/sipsak
END-of-sipsak/pkg-plist
echo x - sipsak/pkg-descr
sed 's/^X//' >sipsak/pkg-descr << 'END-of-sipsak/pkg-descr'
XThis is a port of Sipsak, a small command line tool for developers
Xand administrators of Session Initiation Protocol (SIP) applications.
XIt can be used for some simple tests on SIP applications and
Xservices.
X
XWWW: http://sipsak.berlios.de/
X
X- JesusR <jesusr@freebsd.org>
END-of-sipsak/pkg-descr
echo x - sipsak/Makefile
sed 's/^X//' >sipsak/Makefile << 'END-of-sipsak/Makefile'
X# New ports collection makefile for:   sipsak
X# Date created:        30 June 2003
X# Whom:                jesusr
X#
X# $FreeBSD$
X#
X
XPORTNAME=      sipsak
XPORTVERSION=   0.8.1
XEXTRACT_SUFX=  .tgz
XCATEGORIES=    net
XMASTER_SITES=  http://download.berlios.de/sipsak/
X
XMAINTAINER=    jesusr@FreeBSD.org
XCOMMENT=       Small command line tool for SIP testing
X
XMAN1=          sipsak.1
XMANCOMPRESSED= no
XUSE_GMAKE=     yes
X
X.include <bsd.port.mk>
X
END-of-sipsak/Makefile
echo x - sipsak/distinfo
sed 's/^X//' >sipsak/distinfo << 'END-of-sipsak/distinfo'
XMD5 (sipsak-0.8.1.tgz) = 52d7799baee1af23c0fed682a620a867
END-of-sipsak/distinfo
exit
Comment 1 TAKATSU Tomonari 2003-11-04 15:05:16 UTC
update to 0.8.6

Fix

diff -urN sipsak.orig/Makefile sipsak/Makefile
--- sipsak.orig/MakefileTue Nov  4 23:31:59 2003
+++ sipsak/MakefileTue Nov  4 23:37:25 2003
@@ -6,17 +6,17 @@
 #

 PORTNAME=sipsak
-PORTVERSION=0.8.1
-EXTRACT_SUFX=.tgz
+PORTVERSION=0.8.6
 CATEGORIES=net
 MASTER_SITES=http://download.berlios.de/sipsak/
+DISTFILES=${DISTNAME}-1${EXTRACT_SUFX}

 MAINTAINER=jesusr@FreeBSD.org
 COMMENT=Small command line tool for SIP testing

 MAN1=sipsak.1
 MANCOMPRESSED=no
+GNU_CONFIGURE=yes
 USE_GMAKE=yes

 .include <bsd.port.mk>
-
diff -urN sipsak.orig/distinfo sipsak/distinfo
--- sipsak.orig/distinfoTue Nov  4 23:27:12 2003
+++ sipsak/distinfoTue Nov  4 23:36:22 2003
@@ -1 +1 @@
-MD5 (sipsak-0.8.1.tgz) = 52d7799baee1af23c0fed682a620a867
+MD5 (sipsak-0.8.6-1.tar.gz) = 9e39a7f9c8ced693160708dd1612460b
Comment 2 Sergei Kolobov freebsd_committer freebsd_triage 2003-12-13 23:38:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sergei

I'll handle it.
Comment 3 Sergei Kolobov freebsd_committer freebsd_triage 2003-12-18 13:41:52 UTC
State Changed
From-To: open->closed

New port added, thanks!