aboutsummaryrefslogtreecommitdiffstats
path: root/net/asterisk12-addons
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-09-16 20:59:02 +0800
committermiwi <miwi@FreeBSD.org>2009-09-16 20:59:02 +0800
commit2e2848d8fa372513dbaf79266aad2030ad575e12 (patch)
tree82f2cc7ce5150e106a78f5985cbdb4230a5df1e2 /net/asterisk12-addons
parent6104e583c3ff9e2ee62b5b5378651025b3fdf8d5 (diff)
downloadfreebsd-ports-gnome-2e2848d8fa372513dbaf79266aad2030ad575e12.tar.gz
freebsd-ports-gnome-2e2848d8fa372513dbaf79266aad2030ad575e12.tar.zst
freebsd-ports-gnome-2e2848d8fa372513dbaf79266aad2030ad575e12.zip
2009-09-09 devel/p5-Algorithm-MDiff: the module was removed from CPAN
2009-09-09 devel/p5-Data-Postponed: the module was removed from CPAN 2009-09-08 net/asterisk12-addons: does not build Feature safe: yes
Diffstat (limited to 'net/asterisk12-addons')
-rw-r--r--net/asterisk12-addons/Makefile41
-rw-r--r--net/asterisk12-addons/distinfo3
-rw-r--r--net/asterisk12-addons/files/patch-Makefile23
-rw-r--r--net/asterisk12-addons/pkg-descr5
-rw-r--r--net/asterisk12-addons/pkg-plist11
5 files changed, 0 insertions, 83 deletions
diff --git a/net/asterisk12-addons/Makefile b/net/asterisk12-addons/Makefile
deleted file mode 100644
index 1fd049a835c7..000000000000
--- a/net/asterisk12-addons/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# New ports collection makefile for: asterisk-addons
-# Date created: 23 March 2006
-# Whom: Fabian Gast <fgast@only640k.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= asterisk-addons
-PORTVERSION= 1.2.3
-PORTREVISION= 5
-CATEGORIES= net
-MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \
- http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/
-PKGNAMESUFFIX= 12
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Additional modules for the Asterisk Open Source PBX
-
-BUILD_DEPENDS= asterisk:${PORTSDIR}/net/asterisk
-RUN_DEPENDS= asterisk:${PORTSDIR}/net/asterisk
-
-BROKEN= does not build
-DEPRECATED= ${BROKEN}
-EXPIRATION_DATE= 2009-09-08
-ONLY_FOR_ARCHS= i386
-USE_MYSQL= yes
-USE_GMAKE= yes
-
-CONF_SAMPLES= cdr_mysql.conf.sample res_mysql.conf.sample
-ASTETCDIR= ${PREFIX}/etc/asterisk
-
-post-patch:
- @${REINPLACE_CMD} 's,^CFLAGS+=-I../asterisk,CFLAGS+=-I${LOCALBASE}/include,' ${WRKSRC}/Makefile
-
-post-install:
- ${MKDIR} ${ASTETCDIR}
-.for f in ${CONF_SAMPLES}
- ${INSTALL_DATA} ${WRKSRC}/configs/$f ${ASTETCDIR}
-.endfor
-
-.include <bsd.port.mk>
diff --git a/net/asterisk12-addons/distinfo b/net/asterisk12-addons/distinfo
deleted file mode 100644
index 1553a3f59f86..000000000000
--- a/net/asterisk12-addons/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (asterisk-addons-1.2.3.tar.gz) = 2089e119985508b5a4a1916e2242184d
-SHA256 (asterisk-addons-1.2.3.tar.gz) = 4eeb3f9f5ceb64b0742e8118ca7ba842330d28e7fd505a828730db0ee2997467
-SIZE (asterisk-addons-1.2.3.tar.gz) = 750973
diff --git a/net/asterisk12-addons/files/patch-Makefile b/net/asterisk12-addons/files/patch-Makefile
deleted file mode 100644
index cfd4ba9c1c67..000000000000
--- a/net/asterisk12-addons/files/patch-Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
---- Makefile.orig Fri Dec 2 05:14:28 2005
-+++ Makefile Tue Mar 28 00:15:47 2006
-@@ -20,8 +20,8 @@
- CFLAGS+=-D_GNU_SOURCE
-
- INSTALL=install
--INSTALL_PREFIX=
--ASTLIBDIR=$(INSTALL_PREFIX)/usr/lib/asterisk
-+INSTALL_PREFIX=$(PREFIX)
-+ASTLIBDIR=$(INSTALL_PREFIX)/lib/asterisk
- MODULES_DIR=$(ASTLIBDIR)/modules
-
- #
-@@ -56,7 +56,8 @@
- $(MAKE) -C format_mp3 all
-
- install: all
-- for x in $(MODS); do $(INSTALL) -m 755 $$x $(DESTDIR)$(MODULES_DIR) ; done
-+ mkdir -p $(DESTDIR)$(MODULES_DIR)
-+ for x in $(MODS); do $(BSD_INSTALL_PROGRAM) $$x $(DESTDIR)$(MODULES_DIR) ; done
-
- clean:
- rm -f *.so *.o .depend
diff --git a/net/asterisk12-addons/pkg-descr b/net/asterisk12-addons/pkg-descr
deleted file mode 100644
index 797a19b3c61f..000000000000
--- a/net/asterisk12-addons/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-This package contains additional modules for the Asterisk Open Source PBX
-which are, for one reason or another, not included in the normal base
-distribution. Many of these modules are experimental.
-
-WWW: http://www.asteriskpbx.com
diff --git a/net/asterisk12-addons/pkg-plist b/net/asterisk12-addons/pkg-plist
deleted file mode 100644
index 09713ed4936e..000000000000
--- a/net/asterisk12-addons/pkg-plist
+++ /dev/null
@@ -1,11 +0,0 @@
-@unexec if cmp -s %D/etc/asterisk/cdr_mysql.conf %D/etc/asterisk/cdr_mysql.conf.sample; then rm -f %D/etc/asterisk/cdr_mysql.conf; fi
-etc/asterisk/cdr_mysql.conf.sample
-@exec [-f %B/cdr_mysql.conf ] || cp %B/%f %B/cdr_mysql.conf
-@unexec if cmp -s %D/etc/asterisk/res_mysql.conf %D/etc/asterisk/res_mysql.conf.sample; then rm -f %D/etc/asterisk/res_mysql.conf; fi
-etc/asterisk/res_mysql.conf.sample
-@exec [-f %B/res_mysql.conf ] || cp $B/%f %B/res_mysql.conf
-lib/asterisk/modules/app_addon_sql_mysql.so
-lib/asterisk/modules/app_saycountpl.so
-lib/asterisk/modules/cdr_addon_mysql.so
-lib/asterisk/modules/format_mp3.so
-lib/asterisk/modules/res_config_mysql.so