summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-11-17 13:02:38 +0000
committerRene Ladan <rene@FreeBSD.org>2013-11-17 13:02:38 +0000
commitc5f8d83c1789d47603455cf8184e1a709c5e36f6 (patch)
tree1a6c57ecae5d21cb19fffb1deaa5109c553020c8
parent- Enable staging support (diff)
Remove expired ports:
2013-11-17 net-im/decibel: Deprecated and unsupported upstream for many years, not used by anything 2013-11-17 databases/postgresql-libpq++: Not maintained upstreams for 10+ years.
-rw-r--r--MOVED2
-rw-r--r--databases/Makefile1
-rw-r--r--databases/postgresql-libpq++/Makefile36
-rw-r--r--databases/postgresql-libpq++/distinfo2
-rw-r--r--databases/postgresql-libpq++/files/patch-pgconnection_h13
-rw-r--r--databases/postgresql-libpq++/pkg-descr5
-rw-r--r--databases/postgresql-libpq++/pkg-plist9
-rw-r--r--net-im/Makefile1
-rw-r--r--net-im/decibel/Makefile28
-rw-r--r--net-im/decibel/distinfo2
-rw-r--r--net-im/decibel/files/patch-CMakeLists.txt19
-rw-r--r--net-im/decibel/pkg-descr13
-rw-r--r--net-im/decibel/pkg-plist47
13 files changed, 2 insertions, 176 deletions
diff --git a/MOVED b/MOVED
index 55b0060670ad..22189effa535 100644
--- a/MOVED
+++ b/MOVED
@@ -5186,3 +5186,5 @@ editors/xxe||2013-11-15|Has expired: XXE becomes unfetchable every 3-4 months as
editors/xml2rfc-xxe||2013-11-15|Has expired: Depends on editors/xxe, which is due to be removed due to lack of maintainer
devel/perltidy|devel/p5-Perl-Tidy|2013-11-15|Renamed to match upstream naming
math/vtk|math/vtk5|2013-11-17|Removed, EOLed
+net-im/decibel||2013-11-17|Has expired: Deprecated and unsupported upstream for many years, not used by anything
+databases/postgresql-libpq++||2013-11-17|Has expired: Not maintained upstreams for 10+ years.
diff --git a/databases/Makefile b/databases/Makefile
index 5d27f417fc99..fc5de38de77d 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -665,7 +665,6 @@
SUBDIR += postgis-jdbc
SUBDIR += postgresql-jdbc
SUBDIR += postgresql-libpgeasy
- SUBDIR += postgresql-libpq++
SUBDIR += postgresql-libpqxx
SUBDIR += postgresql-libpqxx3
SUBDIR += postgresql-odbc
diff --git a/databases/postgresql-libpq++/Makefile b/databases/postgresql-libpq++/Makefile
deleted file mode 100644
index 2b6087ae04c4..000000000000
--- a/databases/postgresql-libpq++/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# Created by: Palle Girgensohn <girgen@pingpong.net>
-# $FreeBSD$
-
-PORTNAME= libpq++
-PORTVERSION= 4.0
-PORTREVISION= 4
-CATEGORIES= databases
-MASTER_SITES= ${MASTER_SITE_PGSQL}
-MASTER_SITE_SUBDIR= projects/gborg/libpqpp/stable
-PKGNAMEPREFIX= postgresql-
-DIST_SUBDIR= postgresql
-
-MAINTAINER= pgsql@FreeBSD.org
-COMMENT= C++ interface for PostgreSQL
-
-DEPRECATED= Not maintained upstreams for 10+ years.
-EXPIRATION_DATE=2013-11-17
-
-.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 1000024
-BROKEN= Does not build under FreeBSD 10
-.endif
-
-USE_PGSQL= YES
-USES= gmake
-USE_LDCONFIG= YES
-
-NO_STAGE= yes
-post-patch:
- ${REINPLACE_CMD} "s,/usr/local/pgsql,${PREFIX},; \
- s,^CFLAGS.*,CFLAGS=${CFLAGS},; \
- s,\...SO_MINOR_VERSION.,,; \
- s,\-I,\-fPIC \-I,; \
- s,\(\-[IL]\)[^/]*,\\1${LOCALBASE}," ${WRKSRC}/Makefile
-
-.include <bsd.port.mk>
diff --git a/databases/postgresql-libpq++/distinfo b/databases/postgresql-libpq++/distinfo
deleted file mode 100644
index ca201bfc2dd0..000000000000
--- a/databases/postgresql-libpq++/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (postgresql/libpq++-4.0.tar.gz) = 3a5a6ed9eac9477b20bf64b61e2f8bfb6f27a602a6093212a4a247d44715eb03
-SIZE (postgresql/libpq++-4.0.tar.gz) = 25809
diff --git a/databases/postgresql-libpq++/files/patch-pgconnection_h b/databases/postgresql-libpq++/files/patch-pgconnection_h
deleted file mode 100644
index 101d7d7713f9..000000000000
--- a/databases/postgresql-libpq++/files/patch-pgconnection_h
+++ /dev/null
@@ -1,13 +0,0 @@
---- pgconnection.h.orig Wed Nov 27 05:46:08 2002
-+++ pgconnection.h Sun Dec 7 23:15:54 2003
-@@ -21,6 +21,10 @@
- #ifndef PGCONNECTION_H
- #define PGCONNECTION_H
-
-+#ifndef DLLIMPORT
-+#define DLLIMPORT
-+#endif
-+
- #ifdef HAVE_CXX_STRING_HEADER
- #include <string>
- #endif
diff --git a/databases/postgresql-libpq++/pkg-descr b/databases/postgresql-libpq++/pkg-descr
deleted file mode 100644
index be6e6b312378..000000000000
--- a/databases/postgresql-libpq++/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-This is the C++ interface that has been shipped as part of PostgreSQL for
-many releases. There is a newer C++ interface called libpqxx, which is
-in a separate port, postgresql-libpqxx.
-
-WWW: http://gborg.postgresql.org/project/libpqpp/
diff --git a/databases/postgresql-libpq++/pkg-plist b/databases/postgresql-libpq++/pkg-plist
deleted file mode 100644
index bbd73d84b359..000000000000
--- a/databases/postgresql-libpq++/pkg-plist
+++ /dev/null
@@ -1,9 +0,0 @@
-include/libpq++.h
-include/libpq++/pgconnection.h
-include/libpq++/pgdatabase.h
-include/libpq++/pgtransdb.h
-include/libpq++/pgcursordb.h
-include/libpq++/pglobject.h
-lib/libpq++.so.4
-lib/libpq++.so
-@dirrm include/libpq++
diff --git a/net-im/Makefile b/net-im/Makefile
index f114d67928bc..57a0d442e120 100644
--- a/net-im/Makefile
+++ b/net-im/Makefile
@@ -15,7 +15,6 @@
SUBDIR += climm
SUBDIR += coccinella
SUBDIR += convey
- SUBDIR += decibel
SUBDIR += echat
SUBDIR += ejabberd
SUBDIR += ekiga
diff --git a/net-im/decibel/Makefile b/net-im/decibel/Makefile
deleted file mode 100644
index 26a44c963f0f..000000000000
--- a/net-im/decibel/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# Created by: arved
-# $FreeBSD$
-
-PORTNAME= decibel
-PORTVERSION= 0.5.0
-PORTREVISION= 10
-CATEGORIES= net-im
-MASTER_SITES= http://decibel.kde.org/fileadmin/downloads/decibel/releases/
-
-MAINTAINER= kde@FreeBSD.org
-COMMENT= Realtime communications framework
-
-LIB_DEPENDS= QtTapioca.0:${PORTSDIR}/net-im/tapioca-qt
-
-DEPRECATED= Deprecated and unsupported upstream for many years, not used by anything
-EXPIRATION_DATE= 2013-11-17
-
-USE_QT4= xml dbus gui qtestlib qmake_build moc_build uic_build rcc_build
-USE_LDCONFIG= yes
-USES= cmake pkgconfig
-
-NO_STAGE= yes
-post-patch:
- ${REINPLACE_CMD} -e \
- "s,$${LIB_INSTALL_DIR}/pkgconfig,data/pkgconfig,g"\
- ${WRKSRC}/src/client/Decibel/CMakeLists.txt
-
-.include <bsd.port.mk>
diff --git a/net-im/decibel/distinfo b/net-im/decibel/distinfo
deleted file mode 100644
index f18294ca9b89..000000000000
--- a/net-im/decibel/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (decibel-0.5.0.tar.gz) = e463e79e92dbfd1d987d22af4d432166f54e81c74916b540fdb79216b5d2711f
-SIZE (decibel-0.5.0.tar.gz) = 135664
diff --git a/net-im/decibel/files/patch-CMakeLists.txt b/net-im/decibel/files/patch-CMakeLists.txt
deleted file mode 100644
index 29e7d0e25ec2..000000000000
--- a/net-im/decibel/files/patch-CMakeLists.txt
+++ /dev/null
@@ -1,19 +0,0 @@
---- CMakeLists.txt.orig 2007-07-19 19:42:20.000000000 +0400
-+++ CMakeLists.txt 2008-12-31 11:24:59.000000000 +0300
-@@ -4,7 +4,6 @@
- SET(CMAKE_INCLUDE_DIRECTORIES_PROJECT_BEFORE ON)
-
- FIND_PACKAGE(Qt4 REQUIRED)
--FIND_PACKAGE(KDE4)
- INCLUDE(UsePkgConfig REQUIRED)
- INCLUDE(Qt4DBusMacros REQUIRED)
- INCLUDE(FindDoxygen)
-@@ -19,7 +18,7 @@
- SET(PATCH_LEVEL "0")
-
- SET(VERSION "${MAYOR_VERSION}.${MINOR_VERSION}.${PATCH_LEVEL}")
--SET(SO_VERSION "${VERSION}")
-+SET(SO_VERSION "${MAYOR_VERSION}")
-
- # Suffix for x86/x86_64:
- SET(LIB_SUFFIX "" CACHE STRING "Define suffix of directory name (32/64)" )
diff --git a/net-im/decibel/pkg-descr b/net-im/decibel/pkg-descr
deleted file mode 100644
index 8dc7e45fa4c2..000000000000
--- a/net-im/decibel/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-Decibel is a realtime communications framework, integrating services
-like CTI (Computer Telephone Integration), VoIP (Voice over IP), text
-based chat and instant messaging.
-Desktop users find in Decibel one central place to manage all their
-realtime communication settings and can easily configure and change responses
-to communication requests.
-By providing a simple, DBus-based API to the services like communication
-accountmanagement, connection to contacts, etc. Decibel reduces the
-complexity and effort of accessing realtime communication technologies in
-applications. This allows for integration of realtime communication
-technologies into applications that are not focused on communication.
-
-WWW: http://decibel.kde.org
diff --git a/net-im/decibel/pkg-plist b/net-im/decibel/pkg-plist
deleted file mode 100644
index c2541bbb8982..000000000000
--- a/net-im/decibel/pkg-plist
+++ /dev/null
@@ -1,47 +0,0 @@
-bin/decibel
-bin/decibel_logger
-include/Decibel/AccountData
-include/Decibel/AccountManager
-include/Decibel/ChannelHandler
-include/Decibel/ComponentManager
-include/Decibel/ContactManager
-include/Decibel/DBusNames
-include/Decibel/Errors
-include/Decibel/ProtocolManager
-include/Decibel/Types
-include/Decibel/accountdata.h
-include/Decibel/accountmanager.h
-include/Decibel/channelhandler.h
-include/Decibel/componentmanager.h
-include/Decibel/contactmanager.h
-include/Decibel/dbusnames.h
-include/Decibel/decibel_export.h
-include/Decibel/errors.h
-include/Decibel/protocolmanager.h
-include/Decibel/types.h
-lib/Decibel/decibel_chatstarter_demo
-lib/Decibel/decibel_defaultcmfor_demo
-lib/Decibel/decibel_deleteaccount_demo
-lib/Decibel/decibel_listaccounts_demo
-lib/Decibel/decibel_listcms_demo
-lib/Decibel/decibel_listcmsfor_demo
-lib/Decibel/decibel_phonestarter_demo
-lib/Decibel/decibel_registeraccount_demo
-lib/Decibel/decibel_setdefaultcmfor_demo
-lib/Decibel/decibel_setpresence_demo
-lib/Decibel/decibel_simpleclient_demo
-lib/Decibel/decibel_supportedprotocols_demo
-lib/libdecibel.so
-lib/libdecibel.so.0
-lib/libdecibel.so.0.5.0
-libdata/pkgconfig/Decibel.pc
-share/Decibel/components/de.basyskom.decibellogger.component
-share/Decibel/components/de.basyskom.simpleclient.textchannel.component
-share/dbus-1/services/de.basyskom.decibel.log.service
-share/dbus-1/services/de.basyskom.simpleclient.service
-share/doc/Decibel/demos.html
-@dirrm share/doc/Decibel
-@dirrm share/Decibel/components
-@dirrm share/Decibel
-@dirrm lib/Decibel
-@dirrm include/Decibel