Skip site navigation (1)Skip section navigation (2)

CVS log for ports/net/asterisk12/Attic/pkg-plist

[BACK] Up to [FreeBSD] / ports / net / asterisk12

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.27
Tue Nov 30 03:47:33 2010 UTC (14 months, 1 week ago) by fjoe
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.26: +0 -0 lines
asterisk 1.2 has been EOL'ed upstream on 21 Nov 2010.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Jan 12 20:48:54 2009 UTC (3 years ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_3_0, RELEASE_7_2_0
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -0 lines
o Update to 1.2.30.2;

o Make speex codec working with recent version of libspeex. PR: 129970.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Jul 31 21:18:08 2007 UTC (4 years, 6 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_5_EOL
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -0 lines
o Upgrade to 1.2.23.

o Disable fax-related modules since they don't compile with newest spandsp.

o Enable FreeTDS support (could be disabled using WITHOUT_FREETDS knob).

Sponsored by: Sippy Software, Inc. ( http://www.sippysoft.com/ )

Revision 1.24: download - view: text, markup, annotated - select for diffs
Thu Apr 26 00:11:37 2007 UTC (4 years, 9 months ago) by sobomax
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +12 -0 lines
o Update zaptel to 1.4.1;

Submitted by:	Oleksandr Tymoshenko <gonzo@pbxpress.com>

o update libpri to 1.4.0;

PR:		111555
Submitted by:	"Phillip N." <pneumann@gmail.com>

o update asterisk12 to 1.2.7.

Sponsored by:	Sippy Software, Inc. ( http://www.sippysoft.com/ )

The reason it all is going in together is that they are interdependent.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Jan 3 16:18:06 2007 UTC (5 years, 1 month ago) by bsam
Branches: MAIN
CVS tags: old_RELEASE_4_EOL
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +8 -1 lines
1. Fix a typo: dmsmgr.conf -> dnsmgr.conf.
2. Create all needed directories (add @exec mkdir -p <dirs>) at
   pkg-plist file. This bug is seen only when the port is pkg_added/pkg_deletted
   by a port which depends on current port (ex. net/asterisk-addons).
3. Bump PORTREVISION.

PR:		105310
Submitted by:	bsam (me)
Approved by:	sobomax (maintainer timeout, 9 weeks)

Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Oct 4 04:41:26 2006 UTC (5 years, 4 months ago) by sobomax
Branches: MAIN
CVS tags: old_RELEASE_6_2_0
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -0 lines
Update to 1.2.12.1.

PR:		103426
Submitted by:	Thomas Sandford

Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Jun 16 23:34:44 2006 UTC (5 years, 7 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
Update to 1.2.9.1.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Apr 26 11:31:03 2006 UTC (5 years, 9 months ago) by fjoe
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +15 -17 lines
- Update to 1.2.7.1 [1]
- Remove bristuff support (will be added later as a slave port)
- Update codec negotiation patch [2]
- Use pwlib and openh323 from ports [3]
- Remove FORBIDDEN now that asterisk is >= 1.2.6

Note: WITH_ZAPTEL may be broken because zaptel-bsd driver is not
synced with Digium zaptel driver.

PR:		93528, 96315
Submitted by:	Andriy I Pylypenko <bamby@portaone.com> [1] [2] [3]
Approved by:	MAINTAINER

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Mar 15 08:09:24 2006 UTC (5 years, 10 months ago) by fjoe
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +23 -8 lines
- Bring back bristuff support (bristuff-0.3.0-PRE-1l).
- Bump PORTREVISIONs

Approved by:	sobomax

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Feb 6 22:03:50 2006 UTC (6 years ago) by sobomax
Branches: MAIN
CVS tags: old_RELEASE_6_1_0, old_RELEASE_5_5_0
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -1 lines
Fix PLIST on 4.x (one of the modules can not be built due to absend va_copy()
function).

Submitted by:		Dan Lukes <dan@obluda.cz>

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Jan 17 22:27:45 2006 UTC (6 years ago) by sobomax
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +129 -30 lines
Update to 1.2.1.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Aug 14 18:44:06 2005 UTC (6 years, 5 months ago) by fjoe
Branches: MAIN
CVS tags: old_RELEASE_6_0_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
- Add dependency on unixODBC (and WITHOUT_ODBC knob).
- Unify WITH_FOO knobs.
- Bump PORTREVISION.

Approved by:	portmgr, MAINTAINER

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Jul 12 10:11:17 2005 UTC (6 years, 7 months ago) by fjoe
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +8 -0 lines
Update to 1.0.9 and bristuff-0.2.0-RC8h.

Approved by:	MAINTAINER

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Jul 11 11:11:36 2005 UTC (6 years, 7 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -0 lines
Add support for faxes based on spandsp port.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Apr 19 18:23:41 2005 UTC (6 years, 9 months ago) by fjoe
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +0 -1 lines
- USE_RC_SUBR automagically installs startup script and adds it to PLIST --
remove some junk left from previous commit.
- Bump PORTREVISION

Approved by:	MAINTAINER

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Apr 13 18:03:04 2005 UTC (6 years, 10 months ago) by fjoe
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -3 lines
Update to 1.0.7.

Requested by:	many

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Mar 9 19:45:06 2005 UTC (6 years, 11 months ago) by fjoe
Branches: MAIN
CVS tags: old_RELEASE_5_4_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -0 lines
Update to 1.0.6 and bristuff 0.2.0-RC7j.

Approved by:	MAINTAINER
Sponsored by:	LF.net

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Feb 28 11:02:29 2005 UTC (6 years, 11 months ago) by fjoe
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -0 lines
- Update to 1.0.5.
- Add PATCHFILE by Klaus-Peter Junghanns for quadBRI/octoBRI (HFC-S) support
- Enable libpri support in chan_zap module.

Sponsored by:	LF.net
Approved by:	MAINTAINER

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Jan 22 11:24:54 2005 UTC (7 years ago) by krion
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +324 -324 lines
Portlint(1)

Approved by:	maintainer

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Dec 29 00:01:54 2004 UTC (7 years, 1 month ago) by sobomax
Branches: MAIN
CVS tags: old_RELEASE_4_11_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -0 lines
o Provide rc.d script;

o Fix build on 5.2.1.

Submitted by:	Marat N.Afanasyev <amarat@ksu.ru>

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Dec 13 13:35:02 2004 UTC (7 years, 1 month ago) by sobomax
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +8 -7 lines
o Update to 1.0.2.

o Add often requested knobs WITHOUT_H323 and WITHOUT_ZAPTEL.

o Add untested support for building on sparc64.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Oct 17 18:00:01 2004 UTC (7 years, 3 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +181 -9 lines
Update to 1.0.1.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Apr 30 05:21:08 2004 UTC (7 years, 9 months ago) by sobomax
Branches: MAIN
CVS tags: old_RELEASE_5_3_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +7 -1 lines
- Update to 0.9.0;
- add optional support for building with Zaptel module.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Feb 5 19:38:40 2004 UTC (8 years ago) by sobomax
Branches: MAIN
CVS tags: old_RELEASE_4_10_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +31 -8 lines
Update to 0.7.1.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Oct 20 09:26:28 2003 UTC (8 years, 3 months ago) by sobomax
Branches: MAIN
CVS tags: old_RELEASE_5_2_1, old_RELEASE_5_2_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -0 lines
- Fix problem with speex shared library version;
- build/install h323 channel module.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Oct 18 19:11:29 2003 UTC (8 years, 3 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -0 lines
Fix if audio/speex is installed (actually make speex a required dependency).

Reported by:	Tilghman Lesher <tilghman@mail.jeffandtilghman.com>

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Oct 17 11:22:51 2003 UTC (8 years, 3 months ago) by sobomax
Branches: MAIN
Add asterisk 0.5.0, an Open Source PBX and telephony toolkit.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options