diff options
Diffstat (limited to 'net/opal')
-rw-r--r-- | net/opal/Makefile | 43 | ||||
-rw-r--r-- | net/opal/distinfo | 3 | ||||
-rw-r--r-- | net/opal/files/patch-makefile.in | 13 | ||||
-rw-r--r-- | net/opal/files/patch-openh323u.mak.in | 47 | ||||
-rw-r--r-- | net/opal/pkg-descr | 13 | ||||
-rw-r--r-- | net/opal/pkg-plist | 90 |
6 files changed, 0 insertions, 209 deletions
diff --git a/net/opal/Makefile b/net/opal/Makefile deleted file mode 100644 index 205f557afca5..000000000000 --- a/net/opal/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: openh323 -# Date created: Thu Feb 17 15:00:48 GMT 2000 -# Whom: Roger Hardiman <roger@freebsd.org> -# -# $FreeBSD$ -# - -PORTNAME= openh323 -PORTVERSION= 1.17.3 -PORTREVISION= 2 -CATEGORIES= net -MASTER_SITES= http://www.voxgratia.org/releases/ -DISTNAME= ${PORTNAME}-v${PORTVERSION:S/./_/g}-src- -EXTRACT_SUFX= tar.gz - -MAINTAINER= steve@energistic.com -COMMENT= A H323 Video Conferencing library - -LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \ - pt_r.1:${PORTSDIR}/devel/pwlib - -WRKSRC= ${WRKDIR}/${PORTNAME}_v${PORTVERSION:S/./_/g} - -USE_BISON= yes -USE_GMAKE= yes -USE_OPENLDAP= yes -USE_AUTOTOOLS= autoconf:259 -GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes - -ALL_TARGET= optshared -CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -I${WRKSRC}/include" \ - LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" BUILDTIME="YES" -MAKE_ENV= BUILDTIME="YES" -NO_FILTER_SHLIBS= yes - -.include <bsd.port.pre.mk> - -.if (${ARCH} == "amd64") || (${ARCH} == "ia64") || (${ARCH} == "sparc64") -CFLAGS+= -fPIC -.endif - -.include <bsd.port.post.mk> diff --git a/net/opal/distinfo b/net/opal/distinfo deleted file mode 100644 index 59d1d8ae9281..000000000000 --- a/net/opal/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (openh323-v1_17_3-src-tar.gz) = 6797f1c04aaeb3b6a43aebd70b5e8b5d -SHA256 (openh323-v1_17_3-src-tar.gz) = 625bb7b6ba19638a037e7f231523bdeff0eccc4ae71abaed7700b3bc8dd47e67 -SIZE (openh323-v1_17_3-src-tar.gz) = 3745141 diff --git a/net/opal/files/patch-makefile.in b/net/opal/files/patch-makefile.in deleted file mode 100644 index 536bf181d711..000000000000 --- a/net/opal/files/patch-makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- Makefile.in.orig Thu Feb 2 13:29:46 2006 -+++ Makefile.in Thu Feb 2 13:33:57 2006 -@@ -351,8 +351,8 @@ - ln -sf $(OH323_FILE).@MAJOR_VERSION@.@MINOR_VERSION@.@BUILD_NUMBER@ $(OH323_FILE) \ - ) - (cd $(DESTDIR)$(LIBDIR); \ -- rm -f libopenh323.@SHAREDLIBEXT@ ; \ -- ln -sf $(OH323_FILE) libopenh323.@SHAREDLIBEXT@ \ -+ rm -f libopenh323.so ; \ -+ ln -sf $(OH323_FILE) libopenh323.so \ - ) - ( for dir in $(DESTDIR)$(LIBDIR) \ - $(DESTDIR)$(PREFIX)/include/openh323 \ diff --git a/net/opal/files/patch-openh323u.mak.in b/net/opal/files/patch-openh323u.mak.in deleted file mode 100644 index e68b8c4420b9..000000000000 --- a/net/opal/files/patch-openh323u.mak.in +++ /dev/null @@ -1,47 +0,0 @@ ---- openh323u.mak.in.orig Tue Mar 7 15:45:47 2006 -+++ openh323u.mak.in Tue Mar 7 15:50:52 2006 -@@ -163,7 +163,15 @@ - # - - PWLIBDIR = @PWLIBDIR@ -+ -+ifdef BUILDTIME - OPENH323DIR = @OPENH323DIR@ -+endif -+ -+ifndef OPENH323DIR -+OPENH323DIR = /usr/local/share/openh323 -+endif -+ - STDCCFLAGS += @STDCCFLAGS@ - LDFLAGS += @LDFLAGS@ - LDLIBS += @LDLIBS@ -@@ -197,12 +205,19 @@ - #OH323_SUPPRESS_H235 = 1 - - OH323_SRCDIR = $(OPENH323DIR)/src -+ - ifdef PREFIX - OH323_INCDIR = $(PREFIX)/include/openh323 -+OH323_LIBDIR = $(PREFIX)/lib - else - OH323_INCDIR = $(OPENH323DIR)/include - endif # PREFIX - -+ifdef BUILDTIME -+OH323_INCDIR = ${OPENH323DIR}/include -+OH323_LIBDIR = $(OPENH323DIR)/lib -+endif #BUILDTIME -+ - ifndef OH323_LIBDIR - OH323_LIBDIR = $(OPENH323DIR)/lib - endif # OH323_LIBDIR -@@ -216,7 +231,7 @@ - OH323_SUFFIX = $(OBJ_SUFFIX) - endif # NOTRACE - --OH323_BASE = h323_$(PLATFORM_TYPE)_$(OH323_SUFFIX)$(LIB_TYPE) -+OH323_BASE = h323_$(OH323_SUFFIX)$(LIB_TYPE) - OH323_FILE = lib$(OH323_BASE).$(LIB_SUFFIX) - - LDFLAGS += -L$(OH323_LIBDIR) diff --git a/net/opal/pkg-descr b/net/opal/pkg-descr deleted file mode 100644 index 5ea7add9f222..000000000000 --- a/net/opal/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -OpenH323 is a multi-platform H323 Video Conferencing library. - -This is used to make H323 Video Conferencing applications -like GnomeMeeting and ohphone. (both in the FreeBSD ports tree) - -The library includes a sample program called simph323. - -The OpenH323 library makes use of PWLib. http://www.equival.com -PWLib is a multi-platform code library that can be used to write -applications that will compile and run on the BSD Unixes, Windows, Linux -and a few other Unix variants. It was developed by Equivalence Ltd Pty. - -WWW: http://www.openh323.org/ diff --git a/net/opal/pkg-plist b/net/opal/pkg-plist deleted file mode 100644 index 6eea50b90190..000000000000 --- a/net/opal/pkg-plist +++ /dev/null @@ -1,90 +0,0 @@ -lib/libh323_r.so -lib/libh323_r.so.1 -lib/libh323_r.so.1.17 -lib/libh323_r.so.1.17.3 -lib/libopenh323.so -include/openh323/QTIoctl.h -include/openh323/channels.h -include/openh323/codecs.h -include/openh323/cu30codec.h -include/openh323/dynacodec.h -include/openh323/ffh263codec.h -include/openh323/gccpdu.h -include/openh323/gkclient.h -include/openh323/gkserver.h -include/openh323/guid.h -include/openh323/h225.h -include/openh323/h225ras.h -include/openh323/h235.h -include/openh323/h235auth.h -include/openh323/h245.h -include/openh323/h248.h -include/openh323/h261codec.h -include/openh323/h263codec.h -include/openh323/h323.h -include/openh323/h323annexg.h -include/openh323/h323caps.h -include/openh323/h323con.h -include/openh323/h323ep.h -include/openh323/h323neg.h -include/openh323/h323pdu.h -include/openh323/h323pluginmgr.h -include/openh323/h323rtp.h -include/openh323/h323t120.h -include/openh323/h323t38.h -include/openh323/h323trans.h -include/openh323/h4501.h -include/openh323/h45010.h -include/openh323/h45011.h -include/openh323/h4502.h -include/openh323/h4503.h -include/openh323/h4504.h -include/openh323/h4505.h -include/openh323/h4506.h -include/openh323/h4507.h -include/openh323/h4508.h -include/openh323/h4509.h -include/openh323/h450pdu.h -include/openh323/h460.h -include/openh323/h501.h -include/openh323/h501pdu.h -include/openh323/hid.h -include/openh323/ixjDefs.h -include/openh323/ixjidb.h -include/openh323/ixjlid.h -include/openh323/jitter.h -include/openh323/lid.h -include/openh323/mcspdu.h -include/openh323/mediafmt.h -include/openh323/opalosp.h -include/openh323/opalplugin.h -include/openh323/opalusbdevice.h -include/openh323/opalvxml.h -include/openh323/opalwavfile.h -include/openh323/openh323buildopts.h -include/openh323/peclient.h -include/openh323/q931.h -include/openh323/rfc2190avcodec.h -include/openh323/rfc2833.h -include/openh323/rtp.h -include/openh323/rtp2wav.h -include/openh323/svcctrl.h -include/openh323/t120proto.h -include/openh323/t38.h -include/openh323/t38proto.h -include/openh323/transports.h -include/openh323/vblasterlid.h -include/openh323/vpblid.h -include/openh323/x224.h -include/openh323/x880.h -@dirrm include/openh323 -%%DATADIR%%/openh323u.mak -@dirrm %%DATADIR%% -lib/pwlib/codecs/audio/g726_audio_pwplugin.so -lib/pwlib/codecs/audio/gsm0610_audio_pwplugin.so -lib/pwlib/codecs/audio/ilbc_audio_pwplugin.so -lib/pwlib/codecs/audio/ima_adpcm_audio_pwplugin.so -lib/pwlib/codecs/audio/lpc10_audio_pwplugin.so -lib/pwlib/codecs/audio/speex_audio_pwplugin.so -@dirrm lib/pwlib/codecs/audio -@dirrm lib/pwlib/codecs |