diff options
55 files changed, 11 insertions, 1206 deletions
@@ -9526,3 +9526,14 @@ www/pyweblib|www/py-pyweblib|2017-08-25|Rename to comply with PyPI scheme databases/libzbxpgsql|databases/zabbix3-libzbxpgsql|2017-08-26|Rename to allow multiple versions of libzbxpgsql to coexist x11-toolkits/kirigami||2017-08-28|Not needed by anything x11-toolkits/kirigami2|x11-toolkits/kf5-kirigami2|2017-08-28|Became an official framework +www/speedtest-mini||2017-09-03|Has expired: Discontinued upstream (on June 30, 2017) +devel/rubygem-sequel3|devel/rubygem-sequel|2017-09-03|Has expired: Use devel/rubygem-sequel instead +audio/tomahawk||2017-09-03|Has expired: Project is dead upstream. +mail/rubygem-larch||2017-09-03|Has expired: Unmaintained by upstream, no changes since 2013 +devel/rubygem-sidekiq4|devel/rubygem-sidekiq|2017-09-03|Has expired: Use devel/rubygem-sidekiq instead +devel/rubygem-webpacker1-rails5|devel/rubygem-webpacker-rails5|2017-09-03|Has expired: Use devel/rubygem-webpacker-rails5 instead +devel/rubygem-sidekiq-cron04|devel/rubygem-sidekiq-cron|2017-09-03|Has expired: Use devel/rubygem-sidekiq-cron instead +www/py-django19||2017-09-03|Has expired: Unsupported upstream +mail/movemail||2017-09-03|Has expired: Out of date +german/phone||2017-09-03|Has expired: Out of date +ports-mgmt/fbsdmon||2017-09-03|Has expired: no longer maintained, web site it sends data to has been taken over by cybersquatters diff --git a/audio/Makefile b/audio/Makefile index 15c9bb287f52..438baa854d1e 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -796,7 +796,6 @@ SUBDIR += timidity++-xaw SUBDIR += timidity++-xskin SUBDIR += tkeca - SUBDIR += tomahawk SUBDIR += toolame SUBDIR += tosha SUBDIR += trommler diff --git a/audio/tomahawk/Makefile b/audio/tomahawk/Makefile deleted file mode 100644 index afdfb692845e..000000000000 --- a/audio/tomahawk/Makefile +++ /dev/null @@ -1,62 +0,0 @@ -# Created by: Nicola Vitale <nivit@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= tomahawk -PORTVERSION= 0.8.4 -PORTREVISION= 7 -CATEGORIES= audio - -MAINTAINER= ports@FreeBSD.org -COMMENT= Multi-source, social, and smart music player - -LICENSE= GPLv3 - -BUILD_DEPENDS= sparsehash>=2.0.2:devel/sparsehash \ - websocketpp>=0.4.0:devel/websocketpp -RUN_DEPENDS= phonon-vlc>=0.6.1:multimedia/phonon-vlc -LIB_DEPENDS= libattica.so:x11-toolkits/attica \ - liblucene++.so:textproc/luceneplusplus \ - libboost_thread.so:devel/boost-libs \ - libechonest.so:audio/libechonest \ - libgnutls.so:security/gnutls \ - libjreen.so:net-im/libjreen \ - liblastfm.so:audio/liblastfm \ - libqca.so:devel/qca \ - libqjson.so:devel/qjson \ - libqtkeychain.so:security/qtkeychain-qt4 \ - libquazip.so:archivers/quazip \ - libtag.so:audio/taglib - -CMAKE_ARGS= -DBUILD_RELEASE="ON" -CXXFLAGS+= -Wno-cast-align -I${LOCALBASE}/include -LDFLAGS+= -lz - -BROKEN= Does not build against new qtkeychain-0.80.0 -# https://github.com/tomahawk-player/tomahawk/commit/c8389592488c07079f40e7edb9195cfabbc58740 -DEPRECATED= Project is dead upstream. -EXPIRATION_DATE=2017-08-31 - -GH_ACCOUNT= tomahawk-player - -TELEPATHY_LIB_DEPENDS= libtelepathy-qt4.so:net-im/telepathy-qt4 -TELEPATHY_DESC= Configure Telepathy Settings -TELEPATHY_USES= kde:4 -TELEPATHY_USE= KDE=kdelibs,automoc4 - -INSTALLS_ICONS= yes - -OPTIONS_DEFAULT= -OPTIONS_DEFINE= TELEPATHY -OPTIONS_SUB= yes - -PLIST_SUB+= DESKTOPDIR=${DESKTOPDIR:S,^${PREFIX}/,,} \ - PORTVERSION=${PORTVERSION} - -USES= cmake compiler:c++11-lib desktop-file-utils pkgconfig -USE_GITHUB= yes -USE_LDCONFIG= yes -USE_QT4= dbus designer gui linguist_build moc_build \ - network phonon qmake_build qtestlib rcc_build \ - sql-sqlite2 svg uic_build xml - -.include <bsd.port.mk> diff --git a/audio/tomahawk/distinfo b/audio/tomahawk/distinfo deleted file mode 100644 index 9cb9734ef8f3..000000000000 --- a/audio/tomahawk/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (tomahawk-player-tomahawk-0.8.4_GH0.tar.gz) = c61089cda8af780015cf3c7c9d0d2a704fb7ee756c228ab3fd7808f264756236 -SIZE (tomahawk-player-tomahawk-0.8.4_GH0.tar.gz) = 9699629 diff --git a/audio/tomahawk/files/patch-git_ee46563 b/audio/tomahawk/files/patch-git_ee46563 deleted file mode 100644 index 254a64d6e3d9..000000000000 --- a/audio/tomahawk/files/patch-git_ee46563 +++ /dev/null @@ -1,26 +0,0 @@ -diff --git a/CMakeModules/FindTaglib.cmake b/CMakeModules/FindTaglib.cmake -index e0efbef..f54ff78 100644 ---- CMakeModules/FindTaglib.cmake -+++ CMakeModules/FindTaglib.cmake -@@ -34,10 +34,10 @@ ELSE() - - exec_program(${TAGLIBCONFIG_EXECUTABLE} ARGS --version RETURN_VALUE _return_VALUE OUTPUT_VARIABLE TAGLIB_VERSION) - -- if(TAGLIB_VERSION STRLESS "${TAGLIB_MIN_VERSION}") -+ if(TAGLIB_VERSION VERSION_LESS "${TAGLIB_MIN_VERSION}") - message(STATUS "TagLib version not found: version searched :${TAGLIB_MIN_VERSION}, found ${TAGLIB_VERSION}") - set(TAGLIB_FOUND FALSE) -- else(TAGLIB_VERSION STRLESS "${TAGLIB_MIN_VERSION}") -+ else(TAGLIB_VERSION VERSION_LESS "${TAGLIB_MIN_VERSION}") - - exec_program(${TAGLIBCONFIG_EXECUTABLE} ARGS --libs RETURN_VALUE _return_VALUE OUTPUT_VARIABLE TAGLIB_LIBRARIES) - -@@ -48,7 +48,7 @@ ELSE() - # message(STATUS "Found taglib: ${TAGLIB_LIBRARIES}") - endif(TAGLIB_LIBRARIES AND TAGLIB_CFLAGS) - string(REGEX REPLACE " *-I" ";" TAGLIB_INCLUDES "${TAGLIB_CFLAGS}") -- endif(TAGLIB_VERSION STRLESS "${TAGLIB_MIN_VERSION}") -+ endif(TAGLIB_VERSION VERSION_LESS "${TAGLIB_MIN_VERSION}") - mark_as_advanced(TAGLIB_CFLAGS TAGLIB_LIBRARIES TAGLIB_INCLUDES) - - else(TAGLIBCONFIG_EXECUTABLE) diff --git a/audio/tomahawk/files/patch-src_libtomahawk_CMakeLists.txt b/audio/tomahawk/files/patch-src_libtomahawk_CMakeLists.txt deleted file mode 100644 index 56b639f17852..000000000000 --- a/audio/tomahawk/files/patch-src_libtomahawk_CMakeLists.txt +++ /dev/null @@ -1,21 +0,0 @@ -Make sure targets depending on tomahawklib also include LIBATTICA_INCLUDE_DIR. - -If x11-toolkits/attica is not installed in a location such as -${LOCALBASE}/include, we risk breaking the build like this: - - In file included from /wrkdirs/usr/ports/audio/tomahawk/work/tomahawk-0.8.4/src/infoplugins/generic/charts/ChartsPlugin.cpp:29: - In file included from /wrkdirs/usr/ports/audio/tomahawk/work/tomahawk-0.8.4/src/libtomahawk/TomahawkSettings.h:28: - /wrkdirs/usr/ports/audio/tomahawk/work/tomahawk-0.8.4/src/libtomahawk/AtticaManager.h:30:10: fatal error: 'attica/provider.h' file not found - #include <attica/provider.h> ---- src/libtomahawk/CMakeLists.txt.orig 2015-04-15 04:41:40 UTC -+++ src/libtomahawk/CMakeLists.txt -@@ -488,6 +488,9 @@ set_target_properties( - OUTPUT_NAME "tomahawk" - ) - -+if(LIBATTICA_FOUND) -+ TARGET_INCLUDE_DIRECTORIES(tomahawklib INTERFACE ${LIBATTICA_INCLUDE_DIR}) -+endif(LIBATTICA_FOUND) - - qt5_use_modules(tomahawklib Widgets Network Sql WebKitWidgets Concurrent Xml UiTools Svg) - diff --git a/audio/tomahawk/files/patch-src_libtomahawk_sip_PeerInfo.cpp b/audio/tomahawk/files/patch-src_libtomahawk_sip_PeerInfo.cpp deleted file mode 100644 index 4a9dd1de3c74..000000000000 --- a/audio/tomahawk/files/patch-src_libtomahawk_sip_PeerInfo.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/libtomahawk/sip/PeerInfo.cpp.orig 2015-04-15 04:41:40 UTC -+++ src/libtomahawk/sip/PeerInfo.cpp -@@ -333,7 +333,7 @@ PeerInfo::setAvatar( const QPixmap& avat - d->fancyAvatar.reset(); - - Q_ASSERT( !contactId().isEmpty() ); -- TomahawkUtils::Cache::instance()->putData( "Sources", 7776000000 /* 90 days */, contactId(), ba ); -+ TomahawkUtils::Cache::instance()->putData( "Sources", Q_INT64_C(7776000000) /* 90 days */, contactId(), ba ); - } - - diff --git a/audio/tomahawk/files/patch-src_libtomahawk_utils_Closure.h b/audio/tomahawk/files/patch-src_libtomahawk_utils_Closure.h deleted file mode 100644 index e805f28c5ec9..000000000000 --- a/audio/tomahawk/files/patch-src_libtomahawk_utils_Closure.h +++ /dev/null @@ -1,13 +0,0 @@ ---- src/libtomahawk/utils/Closure.h.orig 2015-04-15 04:41:40 UTC -+++ src/libtomahawk/utils/Closure.h -@@ -40,6 +40,10 @@ using std::tr1::function; - #include <boost/noncopyable.hpp> - #include <boost/scoped_ptr.hpp> - -+#ifdef _LIBCPP_VERSION -+namespace std { namespace tr1 = std; } -+#endif -+ - namespace _detail { - - class DLLEXPORT ClosureArgumentWrapper { diff --git a/audio/tomahawk/files/patch-src_libtomahawk_utils_TomahawkUtils.cpp b/audio/tomahawk/files/patch-src_libtomahawk_utils_TomahawkUtils.cpp deleted file mode 100644 index c4d7209f8652..000000000000 --- a/audio/tomahawk/files/patch-src_libtomahawk_utils_TomahawkUtils.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- src/libtomahawk/utils/TomahawkUtils.cpp.orig 2015-04-15 04:41:40 UTC -+++ src/libtomahawk/utils/TomahawkUtils.cpp -@@ -19,6 +19,8 @@ - * along with Tomahawk. If not, see <http://www.gnu.org/licenses/>. - */ - -+#include <unistd.h> -+ - #include "utils/TomahawkUtils.h" - - #include "config.h" -@@ -183,7 +185,7 @@ appDataDir() - } - #elif defined(Q_OS_MAC) - path = appSupportFolderPath(); -- #elif defined(Q_OS_LINUX) -+ #elif defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD) - path = QDir::home().filePath( ".local/share" ); - #else - path = QCoreApplication::applicationDirPath(); diff --git a/audio/tomahawk/pkg-descr b/audio/tomahawk/pkg-descr deleted file mode 100644 index 8594ccd4a7dc..000000000000 --- a/audio/tomahawk/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Tomahawk is a music player that fundamentally changes the way music is -consumed and shared. - -It decouples the name of the song from the source it was shared from - and -fulfills the request using all of your available sources. - -This creates a universal translation layer across music repositories, -streaming services and geographic territories. - -WWW: http://www.tomahawk-player.org/ diff --git a/audio/tomahawk/pkg-message b/audio/tomahawk/pkg-message deleted file mode 100644 index 8136fd05e97b..000000000000 --- a/audio/tomahawk/pkg-message +++ /dev/null @@ -1,2 +0,0 @@ -ATTENTION! -Tomahawk currently does not work if multimedia/phonon-gstreamer is installed. diff --git a/audio/tomahawk/pkg-plist b/audio/tomahawk/pkg-plist deleted file mode 100644 index 379c88e1a1ba..000000000000 --- a/audio/tomahawk/pkg-plist +++ /dev/null @@ -1,408 +0,0 @@ -bin/tomahawk -include/libtomahawk/ActionCollection.h -include/libtomahawk/Album.h -include/libtomahawk/AlbumPlaylistInterface.h -include/libtomahawk/Album_p.h -include/libtomahawk/Artist.h -include/libtomahawk/ArtistPlaylistInterface.h -include/libtomahawk/AtticaManager.h -include/libtomahawk/ContextMenu.h -include/libtomahawk/CountryUtils.h -include/libtomahawk/DllMacro.h -include/libtomahawk/DropJob.h -include/libtomahawk/EchonestCatalogSynchronizer.h -include/libtomahawk/FuncTimeout.h -include/libtomahawk/GlobalActionManager.h -include/libtomahawk/HeadlessCheck.h -include/libtomahawk/LatchManager.h -include/libtomahawk/MetaPlaylistInterface.h -include/libtomahawk/Pipeline.h -include/libtomahawk/Pipeline_p.h -include/libtomahawk/PlaybackLog.h -include/libtomahawk/Playlist.h -include/libtomahawk/PlaylistEntry.h -include/libtomahawk/PlaylistEntry_p.h -include/libtomahawk/PlaylistInterface.h -include/libtomahawk/PlaylistPlaylistInterface.h -include/libtomahawk/Playlist_p.h -include/libtomahawk/Query.h -include/libtomahawk/Query_p.h -include/libtomahawk/Result.h -include/libtomahawk/SocialAction.h -include/libtomahawk/Source.h -include/libtomahawk/SourceList.h -include/libtomahawk/SourcePlaylistInterface.h -include/libtomahawk/Source_p.h -include/libtomahawk/TomahawkPlugin.h -include/libtomahawk/TomahawkSettings.h -include/libtomahawk/TomahawkVersion.h -include/libtomahawk/Track.h -include/libtomahawk/TrackData.h -include/libtomahawk/Track_p.h -include/libtomahawk/Typedefs.h -include/libtomahawk/UrlHandler.h -include/libtomahawk/UrlHandler_p.h -include/libtomahawk/ViewManager.h -include/libtomahawk/ViewPage.h -include/libtomahawk/ViewPageLazyLoader.h -include/libtomahawk/ViewPagePlugin.h -include/libtomahawk/accounts/Account.h -include/libtomahawk/accounts/AccountConfigWidget.h -include/libtomahawk/accounts/AccountDelegate.h -include/libtomahawk/accounts/AccountDllMacro.h -include/libtomahawk/accounts/AccountFactoryWrapper.h -include/libtomahawk/accounts/AccountFactoryWrapperDelegate.h -include/libtomahawk/accounts/AccountManager.h -include/libtomahawk/accounts/AccountModel.h -include/libtomahawk/accounts/AccountModelFilterProxy.h -include/libtomahawk/accounts/AccountModelNode.h -include/libtomahawk/accounts/ConfigStorage.h -include/libtomahawk/accounts/ConfigStorageDllMacro.h -include/libtomahawk/accounts/CredentialsManager.h -include/libtomahawk/accounts/DelegateConfigWrapper.h -include/libtomahawk/accounts/LocalConfigStorage.h -include/libtomahawk/accounts/ResolverAccount.h -include/libtomahawk/accounts/lastfm/LastFmAccount.h -include/libtomahawk/accounts/lastfm/LastFmConfig.h -include/libtomahawk/accounts/lastfm/LastFmInfoPlugin.h -include/libtomahawk/accounts/spotify/SpotifyAccount.h -include/libtomahawk/accounts/spotify/SpotifyAccountConfig.h -include/libtomahawk/accounts/spotify/SpotifyInfoPlugin.h -include/libtomahawk/accounts/spotify/SpotifyPlaylistUpdater.h -include/libtomahawk/audio/AudioEngine.h -include/libtomahawk/audio/AudioEngine_p.h -include/libtomahawk/collection/AlbumsRequest.h -include/libtomahawk/collection/ArtistsRequest.h -include/libtomahawk/collection/Collection.h -include/libtomahawk/collection/TracksRequest.h -include/libtomahawk/config.h -include/libtomahawk/database/Database.h -include/libtomahawk/database/DatabaseCollection.h -include/libtomahawk/database/DatabaseCommand.h -include/libtomahawk/database/DatabaseCommandLoggable.h -include/libtomahawk/database/DatabaseCommand_AddClientAuth.h -include/libtomahawk/database/DatabaseCommand_AddFiles.h -include/libtomahawk/database/DatabaseCommand_AddSource.h -include/libtomahawk/database/DatabaseCommand_AllAlbums.h -include/libtomahawk/database/DatabaseCommand_AllArtists.h -include/libtomahawk/database/DatabaseCommand_AllTracks.h -include/libtomahawk/database/DatabaseCommand_ArtistStats.h -include/libtomahawk/database/DatabaseCommand_CalculatePlaytime.h -include/libtomahawk/database/DatabaseCommand_CalculatePlaytime_p.h -include/libtomahawk/database/DatabaseCommand_ClientAuthValid.h -include/libtomahawk/database/DatabaseCommand_CollectionAttributes.h -include/libtomahawk/database/DatabaseCommand_CollectionStats.h -include/libtomahawk/database/DatabaseCommand_CreateDynamicPlaylist.h -include/libtomahawk/database/DatabaseCommand_CreatePlaylist.h -include/libtomahawk/database/DatabaseCommand_DeleteDynamicPlaylist.h -include/libtomahawk/database/DatabaseCommand_DeleteFiles.h -include/libtomahawk/database/DatabaseCommand_DeleteInboxEntry.h -include/libtomahawk/database/DatabaseCommand_DeletePlaylist.h -include/libtomahawk/database/DatabaseCommand_DirMtimes.h -include/libtomahawk/database/DatabaseCommand_FileMTimes.h -include/libtomahawk/database/DatabaseCommand_ForceResync.h -include/libtomahawk/database/DatabaseCommand_GenericSelect.h -include/libtomahawk/database/DatabaseCommand_ImportPlaylist.h -include/libtomahawk/database/DatabaseCommand_LoadAllAutoPlaylists.h -include/libtomahawk/database/DatabaseCommand_LoadAllPlaylists.h -include/libtomahawk/database/DatabaseCommand_LoadAllPlaylists_p.h -include/libtomahawk/database/DatabaseCommand_LoadAllSortedPlaylists.h -include/libtomahawk/database/DatabaseCommand_LoadAllSources.h -include/libtomahawk/database/DatabaseCommand_LoadAllStations.h -include/libtomahawk/database/DatabaseCommand_LoadDynamicPlaylist.h -include/libtomahawk/database/DatabaseCommand_LoadDynamicPlaylistEntries.h -include/libtomahawk/database/DatabaseCommand_LoadFiles.h -include/libtomahawk/database/DatabaseCommand_LoadInboxEntries.h -include/libtomahawk/database/DatabaseCommand_LoadOps.h -include/libtomahawk/database/DatabaseCommand_LoadPlaylistEntries.h -include/libtomahawk/database/DatabaseCommand_LoadSocialActions.h -include/libtomahawk/database/DatabaseCommand_LoadTrackAttributes.h -include/libtomahawk/database/DatabaseCommand_LogPlayback.h -include/libtomahawk/database/DatabaseCommand_ModifyInboxEntry.h -include/libtomahawk/database/DatabaseCommand_ModifyPlaylist.h -include/libtomahawk/database/DatabaseCommand_NetworkCharts.h -include/libtomahawk/database/DatabaseCommand_PlaybackCharts.h -include/libtomahawk/database/DatabaseCommand_PlaybackHistory.h -include/libtomahawk/database/DatabaseCommand_RenamePlaylist.h -include/libtomahawk/database/DatabaseCommand_Resolve.h -include/libtomahawk/database/DatabaseCommand_SetCollectionAttributes.h -include/libtomahawk/database/DatabaseCommand_SetDynamicPlaylistRevision.h -include/libtomahawk/database/DatabaseCommand_SetPlaylistRevision.h -include/libtomahawk/database/DatabaseCommand_SetTrackAttributes.h -include/libtomahawk/database/DatabaseCommand_ShareTrack.h -include/libtomahawk/database/DatabaseCommand_SocialAction.h -include/libtomahawk/database/DatabaseCommand_SourceOffline.h -include/libtomahawk/database/DatabaseCommand_TrackAttributes.h -include/libtomahawk/database/DatabaseCommand_TrackStats.h -include/libtomahawk/database/DatabaseCommand_TrendingArtists.h -include/libtomahawk/database/DatabaseCommand_TrendingArtists_p.h -include/libtomahawk/database/DatabaseCommand_TrendingTracks.h -include/libtomahawk/database/DatabaseCommand_TrendingTracks_p.h -include/libtomahawk/database/DatabaseCommand_UpdateSearchIndex.h -include/libtomahawk/database/DatabaseCommand_p.h -include/libtomahawk/database/DatabaseImpl.h -include/libtomahawk/database/DatabaseResolver.h -include/libtomahawk/database/DatabaseWorker.h -include/libtomahawk/database/IdThreadWorker.h -include/libtomahawk/database/LocalCollection.h -include/libtomahawk/database/Op.h -include/libtomahawk/database/Schema.sql.h -include/libtomahawk/database/TomahawkSqlQuery.h -include/libtomahawk/filemetadata/MetadataEditor.h -include/libtomahawk/filemetadata/MusicScanner.h -include/libtomahawk/filemetadata/ScanManager.h -include/libtomahawk/filemetadata/taghandlers/apetag.h -include/libtomahawk/filemetadata/taghandlers/asftag.h -include/libtomahawk/filemetadata/taghandlers/id3v1tag.h -include/libtomahawk/filemetadata/taghandlers/id3v2tag.h -include/libtomahawk/filemetadata/taghandlers/mp4tag.h -include/libtomahawk/filemetadata/taghandlers/oggtag.h -include/libtomahawk/filemetadata/taghandlers/tag.h -include/libtomahawk/infosystem/InfoSystem.h -include/libtomahawk/infosystem/InfoSystemCache.h -include/libtomahawk/infosystem/InfoSystemWorker.h -include/libtomahawk/jobview/AclJobItem.h -include/libtomahawk/jobview/ErrorStatusMessage.h -include/libtomahawk/jobview/InboxJobItem.h -include/libtomahawk/jobview/IndexingJobItem.h -include/libtomahawk/jobview/JobStatusDelegate.h -include/libtomahawk/jobview/JobStatusItem.h -include/libtomahawk/jobview/JobStatusModel.h -include/libtomahawk/jobview/JobStatusView.h -include/libtomahawk/jobview/LatchedStatusItem.h -include/libtomahawk/jobview/PipelineStatusItem.h -include/libtomahawk/jobview/ScannerStatusItem.h -include/libtomahawk/jobview/TransferStatusItem.h -include/libtomahawk/network/BufferIoDevice.h -include/libtomahawk/network/BufferIoDevice_p.h -include/libtomahawk/network/Connection.h -include/libtomahawk/network/ConnectionManager.h -include/libtomahawk/network/ConnectionManager_p.h -include/libtomahawk/network/Connection_p.h -include/libtomahawk/network/ControlConnection.h -include/libtomahawk/network/ControlConnection_p.h -include/libtomahawk/network/DBSyncConnectionState.h -include/libtomahawk/network/DbSyncConnection.h -include/libtomahawk/network/Enums.h -include/libtomahawk/network/Msg.h -include/libtomahawk/network/MsgProcessor.h -include/libtomahawk/network/Msg_p.h -include/libtomahawk/network/PortFwdThread.h -include/libtomahawk/network/QTcpSocketExtra.h -include/libtomahawk/network/RemoteCollection.h -include/libtomahawk/network/Servent.h -include/libtomahawk/network/Servent_p.h -include/libtomahawk/network/StreamConnection.h -include/libtomahawk/playlist/AlbumModel.h -include/libtomahawk/playlist/ColumnItemDelegate.h -include/libtomahawk/playlist/ColumnView.h -include/libtomahawk/playlist/ColumnViewPreviewWidget.h -include/libtomahawk/playlist/ContextView.h -include/libtomahawk/playlist/GridItemDelegate.h -include/libtomahawk/playlist/GridView.h -include/libtomahawk/playlist/InboxModel.h -include/libtomahawk/playlist/InboxView.h -include/libtomahawk/playlist/LovedTracksModel.h -include/libtomahawk/playlist/LovedTracksModel_p.h -include/libtomahawk/playlist/PlayableItem.h -include/libtomahawk/playlist/PlayableModel.h -include/libtomahawk/playlist/PlayableModel_p.h -include/libtomahawk/playlist/PlayableProxyModel.h -include/libtomahawk/playlist/PlayableProxyModelPlaylistInterface.h -include/libtomahawk/playlist/PlaylistItemDelegate.h -include/libtomahawk/playlist/PlaylistModel.h -include/libtomahawk/playlist/PlaylistModel_p.h -include/libtomahawk/playlist/PlaylistTemplate.h -include/libtomahawk/playlist/PlaylistTemplate_p.h -include/libtomahawk/playlist/PlaylistUpdaterInterface.h -include/libtomahawk/playlist/QueueProxyModel.h -include/libtomahawk/playlist/QueueView.h -include/libtomahawk/playlist/RecentlyAddedModel.h -include/libtomahawk/playlist/RecentlyLovedTracksModel.h -include/libtomahawk/playlist/RecentlyLovedTracksModel_p.h -include/libtomahawk/playlist/RecentlyPlayedModel.h -include/libtomahawk/playlist/RevisionQueueItem.h -include/libtomahawk/playlist/SingleTrackPlaylistInterface.h -include/libtomahawk/playlist/TopLovedTracksModel.h -include/libtomahawk/playlist/TopLovedTracksModel_p.h -include/libtomahawk/playlist/TrackDetailView.h -include/libtomahawk/playlist/TrackItemDelegate.h -include/libtomahawk/playlist/TrackView.h -include/libtomahawk/playlist/TreeModel.h -include/libtomahawk/playlist/TreeProxyModel.h -include/libtomahawk/playlist/TreeProxyModelPlaylistInterface.h -include/libtomahawk/playlist/ViewHeader.h -include/libtomahawk/playlist/XspfPlaylistTemplate.h -include/libtomahawk/playlist/XspfPlaylistTemplate_p.h -include/libtomahawk/playlist/XspfUpdater.h -include/libtomahawk/playlist/dynamic/DynamicControl.h -include/libtomahawk/playlist/dynamic/DynamicModel.h -include/libtomahawk/playlist/dynamic/DynamicPlaylist.h -include/libtomahawk/playlist/dynamic/DynamicPlaylistRevision.h -include/libtomahawk/playlist/dynamic/DynamicPlaylist_p.h -include/libtomahawk/playlist/dynamic/DynamicView.h -include/libtomahawk/playlist/dynamic/GeneratorFactory.h -include/libtomahawk/playlist/dynamic/GeneratorInterface.h -include/libtomahawk/playlist/dynamic/database/DatabaseControl.h -include/libtomahawk/playlist/dynamic/database/DatabaseGenerator.h -include/libtomahawk/playlist/dynamic/echonest/EchonestControl.h -include/libtomahawk/playlist/dynamic/echonest/EchonestGenerator.h -include/libtomahawk/playlist/dynamic/echonest/EchonestSteerer.h -include/libtomahawk/playlist/dynamic/widgets/CollapsibleControls.h -include/libtomahawk/playlist/dynamic/widgets/DynamicControlList.h -include/libtomahawk/playlist/dynamic/widgets/DynamicControlWrapper.h -include/libtomahawk/playlist/dynamic/widgets/DynamicSetupWidget.h -include/libtomahawk/playlist/dynamic/widgets/DynamicWidget.h -include/libtomahawk/playlist/dynamic/widgets/MiscControlWidgets.h -include/libtomahawk/playlist/dynamic/widgets/ReadOrWriteWidget.h -include/libtomahawk/resolvers/ExternalResolver.h -include/libtomahawk/resolvers/ExternalResolverGui.h -include/libtomahawk/resolvers/JSResolver.h -include/libtomahawk/resolvers/JSResolverHelper.h -include/libtomahawk/resolvers/JSResolver_p.h -include/libtomahawk/resolvers/Resolver.h -include/libtomahawk/resolvers/ScriptCollection.h -include/libtomahawk/resolvers/ScriptCommand.h -include/libtomahawk/resolvers/ScriptCommandQueue.h -include/libtomahawk/resolvers/ScriptCommand_AllAlbums.h -include/libtomahawk/resolvers/ScriptCommand_AllArtists.h -include/libtomahawk/resolvers/ScriptCommand_AllTracks.h -include/libtomahawk/resolvers/ScriptCommand_LookupUrl.h -include/libtomahawk/resolvers/ScriptCommand_LookupUrl_p.h -include/libtomahawk/resolvers/ScriptEngine.h -include/libtomahawk/resolvers/ScriptResolver.h -include/libtomahawk/sip/PeerInfo.h -include/libtomahawk/sip/PeerInfo_p.h -include/libtomahawk/sip/SipInfo.h -include/libtomahawk/sip/SipPlugin.h -include/libtomahawk/sip/SipStatusMessage.h -include/libtomahawk/sip/SipStatusMessage_p.h -include/libtomahawk/thirdparty/Qocoa/qbutton.h -include/libtomahawk/thirdparty/Qocoa/qocoa_mac.h -include/libtomahawk/thirdparty/Qocoa/qsearchfield.h -include/libtomahawk/thirdparty/Qocoa/qtoolbartabdialog.h -include/libtomahawk/utils/AnimatedSpinner.h -include/libtomahawk/utils/BinaryExtractWorker.h -include/libtomahawk/utils/BinaryInstallerHelper.h -include/libtomahawk/utils/Closure.h -include/libtomahawk/utils/Cloudstream.h -include/libtomahawk/utils/DpiScaler.h -include/libtomahawk/utils/DropJobNotifier.h -include/libtomahawk/utils/GroovesharkParser.h -include/libtomahawk/utils/GuiHelpers.h -include/libtomahawk/utils/ImageRegistry.h -include/libtomahawk/utils/ItunesLoader.h -include/libtomahawk/utils/ItunesParser.h -include/libtomahawk/utils/Json.h -include/libtomahawk/utils/JspfLoader.h -include/libtomahawk/utils/Logger.h -include/libtomahawk/utils/M3uLoader.h -include/libtomahawk/utils/NetworkAccessManager.h -include/libtomahawk/utils/NetworkProxyFactory.h -include/libtomahawk/utils/NetworkReply.h -include/libtomahawk/utils/PixmapDelegateFader.h -include/libtomahawk/utils/PluginLoader.h -include/libtomahawk/utils/PluginLoader_p.h -include/libtomahawk/utils/ProxyStyle.h -include/libtomahawk/utils/Qnr_IoDeviceStream.h -include/libtomahawk/utils/ResultUrlChecker.h -include/libtomahawk/utils/SharedTimeLine.h -include/libtomahawk/utils/ShortLinkHelper.h -include/libtomahawk/utils/ShortLinkHelper_p.h -include/libtomahawk/utils/ShortenedLinkParser.h -include/libtomahawk/utils/SmartPointerList.h -include/libtomahawk/utils/SpotifyParser.h -include/libtomahawk/utils/TomahawkCache.h -include/libtomahawk/utils/TomahawkStyle.h -include/libtomahawk/utils/TomahawkUtils.h -include/libtomahawk/utils/TomahawkUtilsGui.h -include/libtomahawk/utils/TomahawkUtils_Mac.h -include/libtomahawk/utils/WeakObjectHash.h -include/libtomahawk/utils/WeakObjectList.h -include/libtomahawk/utils/WidgetDragFilter.h -include/libtomahawk/utils/XspfGenerator.h -include/libtomahawk/utils/XspfLoader.h -include/libtomahawk/viewpages/AlbumViewPage.h -include/libtomahawk/viewpages/ArtistViewPage.h -include/libtomahawk/viewpages/CollectionViewPage.h -include/libtomahawk/viewpages/PlaylistViewPage.h -include/libtomahawk/viewpages/SearchViewPage.h -include/libtomahawk/viewpages/SourceViewPage.h -include/libtomahawk/viewpages/TrackViewPage.h -include/libtomahawk/widgets/AnimatedSplitter.h -include/libtomahawk/widgets/BackgroundWidget.h -include/libtomahawk/widgets/BasicHeader.h -include/libtomahawk/widgets/Breadcrumb.h -include/libtomahawk/widgets/BreadcrumbButton.h -include/libtomahawk/widgets/CaptionLabel.h -include/libtomahawk/widgets/ChartDataLoader.h -include/libtomahawk/widgets/ClickableLabel.h -include/libtomahawk/widgets/ComboBox.h -include/libtomahawk/widgets/ElidedLabel.h -include/libtomahawk/widgets/FilterHeader.h -include/libtomahawk/widgets/HeaderLabel.h -include/libtomahawk/widgets/HistoryWidget.h -include/libtomahawk/widgets/HoverControls.h -include/libtomahawk/widgets/ImageButton.h -include/libtomahawk/widgets/OverlayButton.h -include/libtomahawk/widgets/OverlayWidget.h -include/libtomahawk/widgets/PlayableCover.h -include/libtomahawk/widgets/PlaylistsModel.h -include/libtomahawk/widgets/PlaylistsModel_p.h -include/libtomahawk/widgets/QueryLabel.h -include/libtomahawk/widgets/RecentPlaylistsModel.h -include/libtomahawk/widgets/RecentlyPlayedPlaylistsModel.h -include/libtomahawk/widgets/ScriptCollectionHeader.h -include/libtomahawk/widgets/ScrollingLabel.h -include/libtomahawk/widgets/SeekSlider.h -include/libtomahawk/widgets/SourceTreePopupDialog.h -include/libtomahawk/widgets/SourceTreePopupDialog_mac.h -include/libtomahawk/widgets/ToggleButton.h -include/libtomahawk/widgets/searchlineedit/ClearButton.h -include/libtomahawk/widgets/searchlineedit/LineEdit.h -include/libtomahawk/widgets/searchlineedit/LineEdit_p.h -include/libtomahawk/widgets/searchlineedit/SearchButton.h -include/libtomahawk/widgets/searchlineedit/SearchLineEdit.h -lib/cmake/Tomahawk/TomahawkAddLibrary.cmake -lib/cmake/Tomahawk/TomahawkAddPlugin.cmake -lib/cmake/Tomahawk/TomahawkConfig.cmake -lib/cmake/Tomahawk/TomahawkConfigVersion.cmake -lib/cmake/Tomahawk/TomahawkLibraryDepends-%%CMAKE_BUILD_TYPE%%.cmake -lib/cmake/Tomahawk/TomahawkLibraryDepends.cmake -lib/cmake/Tomahawk/TomahawkUse.cmake -lib/libtomahawk-playdarapi.so -lib/libtomahawk-playdarapi.so.%%PORTVERSION%% -lib/libtomahawk-widgets.so -lib/libtomahawk-widgets.so.%%PORTVERSION%% -lib/libtomahawk.so -lib/libtomahawk.so.%%PORTVERSION%% -lib/libtomahawk_account_google.so -lib/libtomahawk_account_hatchet.so -lib/libtomahawk_account_xmpp.so -lib/libtomahawk_account_zeroconf.so -%%TELEPATHY%%lib/libtomahawk_configstorage_telepathy.so -%%TELEPATHY%%lib/libtomahawk_configstorage_telepathy_kde.so -lib/libtomahawk_infoplugin_charts.so -lib/libtomahawk_infoplugin_discogs.so -lib/libtomahawk_infoplugin_echonest.so -lib/libtomahawk_infoplugin_fdonotify.so -lib/libtomahawk_infoplugin_hypem.so -lib/libtomahawk_infoplugin_mpris.so -lib/libtomahawk_infoplugin_musicbrainz.so -lib/libtomahawk_infoplugin_musixmatch.so -lib/libtomahawk_infoplugin_newreleases.so -lib/libtomahawk_infoplugin_rovi.so -lib/libtomahawk_infoplugin_spotify.so -lib/libtomahawk_viewpage_charts.so -lib/libtomahawk_viewpage_dashboard.so -lib/libtomahawk_viewpage_newreleases.so -lib/libtomahawk_viewpage_whatsnew_0_8.so -%%DESKTOPDIR%%/tomahawk.desktop -share/icons/hicolor/1024x1024/apps/tomahawk.png -share/icons/hicolor/128x128/apps/tomahawk.png -share/icons/hicolor/16x16/apps/tomahawk.png -share/icons/hicolor/256x256/apps/tomahawk.png -share/icons/hicolor/32x32/apps/tomahawk.png -share/icons/hicolor/512x512/apps/tomahawk.png -share/icons/hicolor/64x64/apps/tomahawk.png -share/icons/hicolor/scalable/apps/tomahawk.svg diff --git a/devel/Makefile b/devel/Makefile index 03b3fe19443f..6178e95b7b10 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5725,7 +5725,6 @@ SUBDIR += rubygem-semi_semantic SUBDIR += rubygem-sentry-raven SUBDIR += rubygem-sequel - SUBDIR += rubygem-sequel3 SUBDIR += rubygem-settingslogic SUBDIR += rubygem-sexp_processor SUBDIR += rubygem-shoulda @@ -5734,11 +5733,9 @@ SUBDIR += rubygem-sidekiq SUBDIR += rubygem-sidekiq-bulk-rails5 SUBDIR += rubygem-sidekiq-cron - SUBDIR += rubygem-sidekiq-cron04 SUBDIR += rubygem-sidekiq-limit_fetch SUBDIR += rubygem-sidekiq-scheduler SUBDIR += rubygem-sidekiq-unique-jobs - SUBDIR += rubygem-sidekiq4 SUBDIR += rubygem-sidetiq SUBDIR += rubygem-sigdump SUBDIR += rubygem-simple-navigation @@ -5829,7 +5826,6 @@ SUBDIR += rubygem-webby SUBDIR += rubygem-webpacker-rails5 SUBDIR += rubygem-webpacker-rails50 - SUBDIR += rubygem-webpacker1-rails5 SUBDIR += rubygem-will_paginate SUBDIR += rubygem-windows_error SUBDIR += rubygem-wmi-lite diff --git a/devel/rubygem-sequel3/Makefile b/devel/rubygem-sequel3/Makefile deleted file mode 100644 index 9342aab92390..000000000000 --- a/devel/rubygem-sequel3/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# Created by: Wen Heping<wenheping@gmail.com> -# $FreeBSD$ - -# legacy for rubygem-larch - -PORTNAME= sequel -PORTVERSION= 3.48.0 -CATEGORIES= devel rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 3 - -MAINTAINER= ruby@FreeBSD.org -COMMENT= The Database Toolkit for Ruby - -LICENSE= MIT - -DEPRECATED= Use devel/rubygem-sequel instead -EXPIRATION_DATE=2017-08-31 - -PORTSCOUT= limit:^3 - -NO_ARCH= yes -USE_RUBY= yes -USES= gem - -PLIST_FILES= bin/sequel - -.include <bsd.port.mk> diff --git a/devel/rubygem-sequel3/distinfo b/devel/rubygem-sequel3/distinfo deleted file mode 100644 index 3f260011898a..000000000000 --- a/devel/rubygem-sequel3/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (rubygem/sequel-3.48.0.gem) = 5ef9ef0b85dc686a610f55ffd18e0b3a432a1155f48ddec9894e5a01b0986360 -SIZE (rubygem/sequel-3.48.0.gem) = 1160192 diff --git a/devel/rubygem-sequel3/pkg-descr b/devel/rubygem-sequel3/pkg-descr deleted file mode 100644 index d739d2bf5880..000000000000 --- a/devel/rubygem-sequel3/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -Sequel is a database toolkit for Ruby. - * Sequel provides thread safety, connection pooling and a concise - DSL for constructing database queries and table schemas. - * Sequel also includes a lightweight but comprehensive ORM layer for - mapping records to Ruby objects and handling associated records. - * Sequel supports advanced database features such as prepared - statements, bound variables, master/slave configurations, and database - sharding. - * Sequel makes it easy to deal with multiple records without having - to break your teeth on SQL. - * Sequel currently has adapters for ADO, DB2, DBI, Informix, JDBC, - MySQL, ODBC, OpenBase, Oracle, PostgreSQL and SQLite3. - -WWW: http://sequel.jeremyevans.net/ diff --git a/devel/rubygem-sidekiq-cron04/Makefile b/devel/rubygem-sidekiq-cron04/Makefile deleted file mode 100644 index 3ecdef0c61cb..000000000000 --- a/devel/rubygem-sidekiq-cron04/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= sidekiq-cron -PORTVERSION= 0.4.5 -PORTREVISION= 1 -CATEGORIES= devel rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 04 - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Enables to set jobs to be run in specified time (using CRON notation) - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE.txt - -RUN_DEPENDS= rubygem-redis-namespace>=1.5.2:databases/rubygem-redis-namespace \ - rubygem-rufus-scheduler>=2.0.24:devel/rubygem-rufus-scheduler \ - rubygem-sidekiq4>=4.2.1:devel/rubygem-sidekiq4 - -DEPRECATED= Use devel/rubygem-sidekiq-cron instead -EXPIRATION_DATE=2017-08-31 - -PORTSCOUT= limit:^0\.4\. - -NO_ARCH= yes -USE_RUBY= yes -USES= gem - -.include <bsd.port.mk> diff --git a/devel/rubygem-sidekiq-cron04/distinfo b/devel/rubygem-sidekiq-cron04/distinfo deleted file mode 100644 index 489ecb151b4a..000000000000 --- a/devel/rubygem-sidekiq-cron04/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1481028713 -SHA256 (rubygem/sidekiq-cron-0.4.5.gem) = ee4c63821c6834dbdd884c07f1467a20116dc82449ce8491ff3236b14bd30bcb -SIZE (rubygem/sidekiq-cron-0.4.5.gem) = 175616 diff --git a/devel/rubygem-sidekiq-cron04/pkg-descr b/devel/rubygem-sidekiq-cron04/pkg-descr deleted file mode 100644 index 78a2fca4665e..000000000000 --- a/devel/rubygem-sidekiq-cron04/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Sidekiq-Cron is a scheduling add-on for Sidekiq. - -It runs a thread alongside Sidekiq workers to schedule jobs at specified times -(using cron notation * * * * * parsed by Rufus-Scheduler). - -It also checks for new jobs to schedule every 10 seconds and doesn't schedule -the same job multiple times when more than one Sidekiq worker is running. - -Scheduling jobs are added only when at least one Sidekiq process is running. - -WWW: https://github.com/ondrejbartas/sidekiq-cron diff --git a/devel/rubygem-sidekiq4/Makefile b/devel/rubygem-sidekiq4/Makefile deleted file mode 100644 index cde31a3298f3..000000000000 --- a/devel/rubygem-sidekiq4/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# Created by: Steve Wills <swills@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= sidekiq -PORTVERSION= 4.2.10 -CATEGORIES= devel rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 4 - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Simple, efficient background processing for Ruby - -LICENSE= LGPL3 -LICENSE_FILE= ${WRKSRC}/LICENSE - -RUN_DEPENDS= rubygem-concurrent-ruby>=1.0.0:devel/rubygem-concurrent-ruby \ - rubygem-connection_pool>=2.2:net/rubygem-connection_pool \ - rubygem-rack-protection>=1.5.0:www/rubygem-rack-protection \ - rubygem-redis>=3.2.1:databases/rubygem-redis - -DEPRECATED= Use devel/rubygem-sidekiq instead -EXPIRATION_DATE=2017-08-31 - -PORTSCOUT= limit:^4\. - -NO_ARCH= yes -USE_RUBY= yes -USES= gem - -PLIST_FILES= bin/sidekiq bin/sidekiqctl - -.include <bsd.port.mk> diff --git a/devel/rubygem-sidekiq4/distinfo b/devel/rubygem-sidekiq4/distinfo deleted file mode 100644 index 399713af6b45..000000000000 --- a/devel/rubygem-sidekiq4/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1489853040 -SHA256 (rubygem/sidekiq-4.2.10.gem) = 35f58fd01bf8a7bfba28c5b759cff672002a85ba1c02d72e7866113ca63edf6d -SIZE (rubygem/sidekiq-4.2.10.gem) = 270336 diff --git a/devel/rubygem-sidekiq4/pkg-descr b/devel/rubygem-sidekiq4/pkg-descr deleted file mode 100644 index 2a55a4e8b692..000000000000 --- a/devel/rubygem-sidekiq4/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Simple, efficient background processing for Ruby - -WWW: http://sidekiq.org/ -WWW: https://github.com/mperham/sidekiq diff --git a/devel/rubygem-webpacker1-rails5/Makefile b/devel/rubygem-webpacker1-rails5/Makefile deleted file mode 100644 index 3ee0291cdb68..000000000000 --- a/devel/rubygem-webpacker1-rails5/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# $FreeBSD$ - -PORTNAME= webpacker -PORTVERSION= 1.2 -CATEGORIES= devel rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 1-rails5 - -MAINTAINER= ruby@FreeBSD.org -COMMENT= Use Webpack to manage app-like JavaScript modules in Rails - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/MIT-LICENSE - -RUN_DEPENDS= rubygem-activesupport5>0:devel/rubygem-activesupport5 \ - rubygem-multi_json>=1.2:devel/rubygem-multi_json \ - rubygem-railties5>0:www/rubygem-railties5 \ - yarn>0:www/yarn - -DEPRECATED= Use devel/rubygem-webpacker-rails5 instead -EXPIRATION_DATE=2017-08-31 - -PORTSCOUT= limit:^1\. - -NO_ARCH= yes -USE_RUBY= yes -USES= gem - -.include <bsd.port.mk> diff --git a/devel/rubygem-webpacker1-rails5/distinfo b/devel/rubygem-webpacker1-rails5/distinfo deleted file mode 100644 index 8ba3b983363f..000000000000 --- a/devel/rubygem-webpacker1-rails5/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1497538719 -SHA256 (rubygem/webpacker-1.2.gem) = eb6b66b313a3cfdaaab9b48d592563ae08fc6ec8a7aadc14253b3064446e34c5 -SIZE (rubygem/webpacker-1.2.gem) = 33792 diff --git a/devel/rubygem-webpacker1-rails5/pkg-descr b/devel/rubygem-webpacker1-rails5/pkg-descr deleted file mode 100644 index 0910de7ca8db..000000000000 --- a/devel/rubygem-webpacker1-rails5/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Webpacker makes it easy to use the JavaScript preprocessor and bundler Webpack -to manage application-like JavaScript in Rails. It coexists with the asset -pipeline, as the primary purpose for Webpack is app-like JavaScript, not images, -css, or even JavaScript Sprinkles (that all continues to live in app/assets). It -is, however, possible to use Webpacker for CSS and images assets as well, in -which case you may not even need the asset pipeline. This is mostly relevant -when exclusively using component-based JavaScript frameworks. - -WWW: https://github.com/rails/webpacker diff --git a/german/Makefile b/german/Makefile index 7133860b319d..a1eb3ff18b5e 100644 --- a/german/Makefile +++ b/german/Makefile @@ -21,7 +21,6 @@ SUBDIR += libreoffice SUBDIR += mediathekview SUBDIR += mythes - SUBDIR += phone SUBDIR += php_doc SUBDIR += schwobifyer SUBDIR += selfhtml diff --git a/german/phone/Makefile b/german/phone/Makefile deleted file mode 100644 index ac2cfd034e01..000000000000 --- a/german/phone/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# Created by: wosch -# $FreeBSD$ - -PORTNAME= phone -PORTVERSION= 1.0 -CATEGORIES= german -MASTER_SITES= http://wolfram.schneider.org/src/ -DISTNAME= avon-1996 -EXTRACT_SUFX= .gz - -MAINTAINER= wosch@FreeBSD.org -COMMENT= German phone code / Deutsche Telefonvorwahl (AVON) - -DEPRECATED= Out of date -EXPIRATION_DATE= 2017-09-01 - -PLIST_FILES= share/misc/de.phone -NO_WRKSUBDIR= YES -EXTRACT_CMD= ${GZCAT} -EXTRACT_BEFORE_ARGS= # None -EXTRACT_AFTER_ARGS= > ${WRKSRC}/de.phone -NO_BUILD= YES - -do-install: - ${INSTALL_DATA} ${WRKSRC}/de.phone ${STAGEDIR}${PREFIX}/share/misc - -.include <bsd.port.mk> diff --git a/german/phone/distinfo b/german/phone/distinfo deleted file mode 100644 index 3f028ecfa10c..000000000000 --- a/german/phone/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (avon-1996.gz) = 40c3e7b37118be3e4548557c81fc642f1c009031972ad9e442acf0dc84f0379d -SIZE (avon-1996.gz) = 50350 diff --git a/german/phone/pkg-descr b/german/phone/pkg-descr deleted file mode 100644 index d5ca982610b1..000000000000 --- a/german/phone/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -German phone code. - -Deutsche Telefonvorwahl (AVON). Mit Umlauten. 120KB unkomprimiert. diff --git a/mail/Makefile b/mail/Makefile index 5c2ef945a9fe..d099014b1842 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -251,7 +251,6 @@ SUBDIR += mlmmj SUBDIR += mls SUBDIR += mmr - SUBDIR += movemail SUBDIR += mpop SUBDIR += mreport SUBDIR += msgconvert @@ -615,7 +614,6 @@ SUBDIR += rubygem-email_reply_parser-discourse SUBDIR += rubygem-email_reply_trimmer SUBDIR += rubygem-exception_notification - SUBDIR += rubygem-larch SUBDIR += rubygem-mail SUBDIR += rubygem-mail_room SUBDIR += rubygem-mailboxer diff --git a/mail/movemail/Makefile b/mail/movemail/Makefile deleted file mode 100644 index f1736ecd450d..000000000000 --- a/mail/movemail/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Created by: wosch -# $FreeBSD$ - -PORTNAME= movemail -PORTVERSION= 1.0 -PORTREVISION= 1 -CATEGORIES= mail -MASTER_SITES= http://wolfram.schneider.org/src/ - -MAINTAINER= wosch@FreeBSD.org -COMMENT= Move your mail box to another location - -DEPRECATED= Out of date -EXPIRATION_DATE= 2017-09-01 - -USES= uidfix - -PLIST_FILES= bin/movemail \ - man/man1/movemail.1.gz - -.include <bsd.port.mk> diff --git a/mail/movemail/distinfo b/mail/movemail/distinfo deleted file mode 100644 index 12297a1b8662..000000000000 --- a/mail/movemail/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (movemail-1.0.tar.gz) = 3a090a393329493791bd1b6d90184641ac739c6ba5de7461444a9ea68fc7386c -SIZE (movemail-1.0.tar.gz) = 15868 diff --git a/mail/movemail/files/patch-movemail.c b/mail/movemail/files/patch-movemail.c deleted file mode 100644 index dd8a6a942037..000000000000 --- a/mail/movemail/files/patch-movemail.c +++ /dev/null @@ -1,53 +0,0 @@ ---- movemail.c.orig 1997-09-05 18:15:56.000000000 +0200 -+++ movemail.c 2010-05-29 14:19:38.000000000 +0200 -@@ -63,6 +63,7 @@ - #include <stdlib.h> - #include <errno.h> - #include "syswait.h" -+#include <string.h> - #ifdef MAIL_USE_POP - #include "pop.h" - #endif -@@ -529,13 +530,13 @@ - server = pop_open (0, user, password, POP_NO_GETPASS); - if (! server) - { -- error (pop_error); -+ error ("%s",pop_error); - return (1); - } - - if (pop_stat (server, &nmsgs, &nbytes)) - { -- error (pop_error); -+ error ("%s", pop_error); - return (1); - } - -@@ -568,7 +569,7 @@ - mbx_delimit_begin (mbf); - if (pop_retr (server, i, mbx_write, mbf) != OK) - { -- error (Errmsg); -+ error ("%s",Errmsg); - close (mbfi); - return (1); - } -@@ -607,7 +608,7 @@ - { - if (pop_delete (server, i)) - { -- error (pop_error); -+ error ("%s",pop_error); - pop_close (server); - return (1); - } -@@ -615,7 +616,7 @@ - - if (pop_quit (server)) - { -- error (pop_error); -+ error ("%s",pop_error); - return (1); - } - diff --git a/mail/movemail/pkg-descr b/mail/movemail/pkg-descr deleted file mode 100644 index 1ba96caa2bbd..000000000000 --- a/mail/movemail/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Move your mail box to another location. - -Example: - - $ movemail /var/mail/rammstein ~/backup/rammstein.970905 - -Move the mail box of the user `rammstein' to `~/backup/rammstein.970905'. - -Movemail is part of the GNU Emacs distribution (version 19.34). -This port works only for FreeBSD. diff --git a/mail/rubygem-larch/Makefile b/mail/rubygem-larch/Makefile deleted file mode 100644 index be912af419a9..000000000000 --- a/mail/rubygem-larch/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# Created by: Eric Freeman <freebsdports@chillibear.com> -# $FreeBSD$ - -PORTNAME= larch -PORTVERSION= 1.1.2 -PORTREVISION= 2 -CATEGORIES= mail rubygems -MASTER_SITES= RG - -MAINTAINER= ruby@FreeBSD.org -COMMENT= Larch copies messages from one IMAP server to another - -LICENSE= GPLv2 - -RUN_DEPENDS= rubygem-highline>=1.5:devel/rubygem-highline \ - rubygem-sequel3>=3.14:devel/rubygem-sequel3 \ - rubygem-sqlite3>=1.3:databases/rubygem-sqlite3 \ - rubygem-trollop1>=1.13:devel/rubygem-trollop1 - -DEPRECATED= Unmaintained by upstream, no changes since 2013 -EXPIRATION_DATE=2017-08-31 - -NO_ARCH= yes -USE_RUBY= yes -USES= gem - -PLIST_FILES= bin/larch - -.include <bsd.port.mk> diff --git a/mail/rubygem-larch/distinfo b/mail/rubygem-larch/distinfo deleted file mode 100644 index e07c19ec5e4d..000000000000 --- a/mail/rubygem-larch/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (rubygem/larch-1.1.2.gem) = decd48b8c0b21a5e7a475853ae27fd7c996dbde905bfd3c5be89a3ef092bb21d -SIZE (rubygem/larch-1.1.2.gem) = 31744 diff --git a/mail/rubygem-larch/pkg-descr b/mail/rubygem-larch/pkg-descr deleted file mode 100644 index b9f506d451cf..000000000000 --- a/mail/rubygem-larch/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Larch is a tool to copy messages from one IMAP server to another quickly and -safely. It's smart enough not to copy messages that already exist on the -destination and robust enough to deal with interruptions caused by flaky -connections or misbehaving servers. - -WWW: https://github.com/rgrove/larch diff --git a/ports-mgmt/Makefile b/ports-mgmt/Makefile index e8a44212ece8..7319b87895d1 100644 --- a/ports-mgmt/Makefile +++ b/ports-mgmt/Makefile @@ -11,7 +11,6 @@ SUBDIR += dialog4ports-static SUBDIR += distilator SUBDIR += fastest_sites - SUBDIR += fbsdmon SUBDIR += freebsd-bugzilla-cli SUBDIR += genpatch SUBDIR += genplist diff --git a/ports-mgmt/fbsdmon/Makefile b/ports-mgmt/fbsdmon/Makefile deleted file mode 100644 index fee6efbcd9f2..000000000000 --- a/ports-mgmt/fbsdmon/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# Created by: Grzegorz Blach <gblach@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= fbsdmon -PORTVERSION= 1.01 -PORTREVISION= 2 -CATEGORIES= ports-mgmt sysutils -MASTER_SITES= LOCAL/gblach/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Submit system and ports statistics to fbsdmon.org - -LIB_DEPENDS= libcurl.so:ftp/curl \ - libjansson.so:devel/jansson - -DEPRECATED= no longer maintained, web site it sends data to has been taken over by cybersquatters -EXPIRATION_DATE=2017-09-01 - -.if !defined(PACKAGE_BUILDING) -IGNORE= ${DEPRECATED} -.endif - -SUB_FILES= 600.fbsdmon pkg-message -USE_RC_SUBR= fbsdmon - -post-patch: - @${REINPLACE_CMD} '/^LIBS =/s/$$/ -lz/' ${WRKSRC}/Makefile - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/fbsdmon ${STAGEDIR}${PREFIX}/sbin - ${MKDIR} ${STAGEDIR}/var/db/fbsdmon - ${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/weekly - ${INSTALL_SCRIPT} ${WRKDIR}/600.fbsdmon \ - ${STAGEDIR}${PREFIX}/etc/periodic/weekly - -.include <bsd.port.mk> diff --git a/ports-mgmt/fbsdmon/distinfo b/ports-mgmt/fbsdmon/distinfo deleted file mode 100644 index dbf33e5aeb07..000000000000 --- a/ports-mgmt/fbsdmon/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (fbsdmon-1.01.tar.gz) = e42a3a6822e23b84e662227d177b63fcd297f14f3691d641e0b9af63cbc93de1 -SIZE (fbsdmon-1.01.tar.gz) = 3864 diff --git a/ports-mgmt/fbsdmon/files/600.fbsdmon.in b/ports-mgmt/fbsdmon/files/600.fbsdmon.in deleted file mode 100644 index bf5e882f64a3..000000000000 --- a/ports-mgmt/fbsdmon/files/600.fbsdmon.in +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -# If there is a global system configuration file, suck it in. -# -if [ -r /etc/defaults/periodic.conf ] -then - . /etc/defaults/periodic.conf - source_periodic_confs -fi - -case "$weekly_fbsdmon_enable" in - [Yy][Ee][Ss]) - echo "" - echo "Sending statistic to fbsdmon.org" - - %%PREFIX%%/sbin/fbsdmon -D -s - rc=$?;; - - *) rc=0;; -esac - -exit $rc diff --git a/ports-mgmt/fbsdmon/files/fbsdmon.in b/ports-mgmt/fbsdmon/files/fbsdmon.in deleted file mode 100644 index 8d0b7d65c9ca..000000000000 --- a/ports-mgmt/fbsdmon/files/fbsdmon.in +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -# PROVIDE: fbsdmon -# REQUIRE: LOGIN -# KEYWORD: shutdown - -# Add the following line to /etc/rc.conf to enable `fbsdmon': -# -# fbsdmon_enable="YES" -# - - -. /etc/rc.subr - -name=fbsdmon -rcvar=fbsdmon_enable - -load_rc_config "$name" -: ${fbsdmon_enable="NO"} - -command="%%PREFIX%%/sbin/$name" -command_args="-D" - -run_rc_command "$1" diff --git a/ports-mgmt/fbsdmon/files/patch-src_io.c b/ports-mgmt/fbsdmon/files/patch-src_io.c deleted file mode 100644 index 260471c80648..000000000000 --- a/ports-mgmt/fbsdmon/files/patch-src_io.c +++ /dev/null @@ -1,18 +0,0 @@ ---- src/io.c.orig 2014-09-06 23:04:23 UTC -+++ src/io.c -@@ -16,6 +16,15 @@ extern char *fbsdmon_url(char *path) - if(NULL != prefix) prefix = strdup(prefix); - else prefix = strdup("http://fbsdmon.org/"); - -+ if (strstr(prefix, "fbsdmon.org") != NULL) { -+ fprintf(stderr, "fbsdmon is no longer supported, and the " -+ "web site it sends data to (http://fbsdmon.org/), " -+ "has been taken over by cybersquatters. Refusing " -+ "to send system info to an unknown party. Please " -+ "deinstall fbsdmon package.\n\n"); -+ exit(1); -+ } -+ - char *url = malloc(strlen(prefix) + strlen(path) + 1); - bzero(url, 1); - strcat(url, prefix); diff --git a/ports-mgmt/fbsdmon/files/pkg-message.in b/ports-mgmt/fbsdmon/files/pkg-message.in deleted file mode 100644 index a6ec40605528..000000000000 --- a/ports-mgmt/fbsdmon/files/pkg-message.in +++ /dev/null @@ -1,10 +0,0 @@ - - To enable weekly reporting, add this line to /etc/periodic.conf: - weekly_fbsdmon_enable="YES" - - To enable boottime reporting, add this line to /etc/rc.conf: - fbsdmon_enable="YES" - - To run it manually, run command: - %%PREFIX%%/sbin/fbsdmon - diff --git a/ports-mgmt/fbsdmon/pkg-descr b/ports-mgmt/fbsdmon/pkg-descr deleted file mode 100644 index 15590c742e20..000000000000 --- a/ports-mgmt/fbsdmon/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Submit system and ports statistics to fbsdmon.org. - -Statistics can be sent from command line, from rc script -or from periodic script. - -WWW: http://fbsdmon.org/ diff --git a/ports-mgmt/fbsdmon/pkg-plist b/ports-mgmt/fbsdmon/pkg-plist deleted file mode 100644 index 0ed0b1b67a2d..000000000000 --- a/ports-mgmt/fbsdmon/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -sbin/fbsdmon -etc/periodic/weekly/600.fbsdmon -@dir /var/db/fbsdmon diff --git a/www/Makefile b/www/Makefile index 8ac199753f26..83b06cdbb970 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1618,7 +1618,6 @@ SUBDIR += py-django110 SUBDIR += py-django111 SUBDIR += py-django18 - SUBDIR += py-django19 SUBDIR += py-django_compressor SUBDIR += py-django_openstack_auth SUBDIR += py-django_polymorphic @@ -2199,7 +2198,6 @@ SUBDIR += sogo3-activesync SUBDIR += spawn-fcgi SUBDIR += spdylay - SUBDIR += speedtest-mini SUBDIR += spreadlogd SUBDIR += sqstat SUBDIR += squid diff --git a/www/py-django19/Makefile b/www/py-django19/Makefile deleted file mode 100644 index a33d803b4708..000000000000 --- a/www/py-django19/Makefile +++ /dev/null @@ -1,73 +0,0 @@ -# Created by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> -# $FreeBSD$ - -PORTNAME= django -PORTVERSION= 1.9.13 -PORTREVISION= 2 -CATEGORIES= www python -MASTER_SITES= CHEESESHOP \ - https://www.djangoproject.com/m/releases/${PORTVERSION:R}/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PKGNAMESUFFIX= 19 -DISTNAME= Django-${PORTVERSION} -DIST_SUBDIR= python - -MAINTAINER= python@FreeBSD.org -COMMENT= High-level Python Web Framework - -LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz - -DEPRECATED= Unsupported upstream -EXPIRATION_DATE=2017-09-01 - -NO_ARCH= yes -USES= cpe python shebangfix -USE_PYTHON= autoplist distutils -SHEBANG_FILES= django/bin/django-admin.py \ - django/conf/project_template/manage.py-tpl - -CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}django-devel ${PYTHON_PKGNAMEPREFIX}django1[68] ${PYTHON_PKGNAMEPREFIX}django11[01] -CPE_VENDOR= djangoproject - -DOCSDIR= ${PREFIX}/share/doc/py-django - -OPTIONS_DEFINE= DOCS FASTCGI HTMLDOCS -OPTIONS_DEFAULT= SQLITE - -OPTIONS_GROUP= DATABASE -OPTIONS_GROUP_DATABASE= PGSQL MYSQL SQLITE - -HTMLDOCS_DESC= Install HTML documentation (requires Sphinx) - -PLIST_FILES= man/man1/django-admin.1.gz - -HTMLDOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx -PGSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>0:databases/py-psycopg2 -MYSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.2:databases/py-MySQLdb -SQLITE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 -FASTCGI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flup>0:www/py-flup - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MHTMLDOCS} && empty(PORT_OPTIONS:MDOCS) -IGNORE= you cannot build documentation with DOCS option disabled -PORTDOCS= * -.endif - -post-build-HTMLDOCS-on: - cd ${WRKSRC}/docs && ${MAKE} html - -post-install: - ${INSTALL_MAN} ${WRKSRC}/docs/man/* ${STAGEDIR}/${MAN1PREFIX}/man/man1 - @${ECHO_MSG} "" - @${ECHO_MSG} " * See http://docs.djangoproject.com/ for complete documentation" - @${ECHO_MSG} "" - -post-install-HTMLDOCS-on: - ${MKDIR} ${STAGEDIR}/${DOCSDIR} - ${CP} -R ${WRKSRC}/docs/_build/html ${STAGEDIR}/${DOCSDIR} - -.include <bsd.port.mk> diff --git a/www/py-django19/distinfo b/www/py-django19/distinfo deleted file mode 100644 index 7b7efc454cb8..000000000000 --- a/www/py-django19/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1491326617 -SHA256 (python/Django-1.9.13.tar.gz) = c007dba5086061f7d0f4d88a3bc4016d881a7eede86d6c1c4fdbbaadddd53f1d -SIZE (python/Django-1.9.13.tar.gz) = 7498364 diff --git a/www/py-django19/pkg-descr b/www/py-django19/pkg-descr deleted file mode 100644 index 0ea493b87ab6..000000000000 --- a/www/py-django19/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Django is a high-level Python Web framework that encourages rapid development -and clean, pragmatic design. - -Developed and used over the past two years by a fast-moving online-news -operation, Django was designed from scratch to handle two challenges: the -intensive deadlines of a newsroom and the stringent requirements of experienced -Web developers. It has convenient niceties for developing content-management -systems, but it's an excellent tool for building any Web site. - -WWW: https://www.djangoproject.com/ diff --git a/www/speedtest-mini/Makefile b/www/speedtest-mini/Makefile deleted file mode 100644 index 3c234a301d5e..000000000000 --- a/www/speedtest-mini/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# Created by: Anton Grytsuk <gx@bsdplanet.ru> -# $FreeBSD$ - -PORTNAME= speedtest-mini -PORTVERSION= 2.1.8.20170224 -PORTEPOCH= 1 -CATEGORIES= www -MASTER_SITES= http://c.speedtest.net/mini/ -DISTNAME= mini - -MAINTAINER= meta+ports@vmeta.jp -COMMENT= Mini bandwidth speed test on your own server - -DEPRECATED= Discontinued upstream (on June 30, 2017) -EXPIRATION_DATE=2017-08-30 - -NO_BUILD= yes -PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" -SUB_FILES= pkg-message -USES= zip - -do-install: - @${MKDIR} -m 755 ${STAGEDIR}${WWWDIR}/speedtest - ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/index-php.html ${STAGEDIR}${WWWDIR}/index.html - ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/speedtest.swf ${STAGEDIR}${WWWDIR} - ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/speedtest/random* \ - ${STAGEDIR}${WWWDIR}/speedtest - ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/speedtest/swfobject.js \ - ${STAGEDIR}${WWWDIR}/speedtest - ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/speedtest/upload.php \ - ${STAGEDIR}${WWWDIR}/speedtest - ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/speedtest/latency.txt \ - ${STAGEDIR}${WWWDIR}/speedtest - -.include <bsd.port.mk> diff --git a/www/speedtest-mini/distinfo b/www/speedtest-mini/distinfo deleted file mode 100644 index 8c2088a1c04f..000000000000 --- a/www/speedtest-mini/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1488638433 -SHA256 (mini.zip) = bbcfc3986a5525e4fab0e069b23b24da15510af1bb2782a55eec4039d0f5a22b -SIZE (mini.zip) = 99053366 diff --git a/www/speedtest-mini/files/pkg-message.in b/www/speedtest-mini/files/pkg-message.in deleted file mode 100644 index 805624aacce9..000000000000 --- a/www/speedtest-mini/files/pkg-message.in +++ /dev/null @@ -1,21 +0,0 @@ - -Speedtest Mini has been installed into: - - %%WWWDIR%% - -Please edit php.ini to suit your needs. - -To make speedtest available through your web site, I suggest -that you add something like the following to httpd.conf: - - Alias /speedtest/ "%%WWWDIR%%/" - - <Directory "%%WWWDIR%%/"> - Options none - DirectoryIndex index.html - AllowOverride All - - Order Deny,Allow - Deny from all - Allow from 127.0.0.1 .example.com - </Directory> diff --git a/www/speedtest-mini/pkg-descr b/www/speedtest-mini/pkg-descr deleted file mode 100644 index 10adf6b865ca..000000000000 --- a/www/speedtest-mini/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Speedtest.net Mini is a package that allows to free speed test on -your own server that uses the same technology as Speedtest.net. - -WWW: http://www.speedtest.net/mini.php diff --git a/www/speedtest-mini/pkg-plist b/www/speedtest-mini/pkg-plist deleted file mode 100644 index 2f216501cdb2..000000000000 --- a/www/speedtest-mini/pkg-plist +++ /dev/null @@ -1,21 +0,0 @@ -@owner %%WWWOWN%% -@group %%WWWGRP%% -%%WWWDIR%%/index.html -%%WWWDIR%%/speedtest.swf -%%WWWDIR%%/speedtest/latency.txt -%%WWWDIR%%/speedtest/random1000x1000.jpg -%%WWWDIR%%/speedtest/random1500x1500.jpg -%%WWWDIR%%/speedtest/random2000x2000.jpg -%%WWWDIR%%/speedtest/random2500x2500.jpg -%%WWWDIR%%/speedtest/random3000x3000.jpg -%%WWWDIR%%/speedtest/random3500x3500.jpg -%%WWWDIR%%/speedtest/random350x350.jpg -%%WWWDIR%%/speedtest/random4000x4000.jpg -%%WWWDIR%%/speedtest/random500x500.jpg -%%WWWDIR%%/speedtest/random750x750.jpg -%%WWWDIR%%/speedtest/swfobject.js -%%WWWDIR%%/speedtest/upload.php -@dir %%WWWDIR%%/speedtest -@dir %%WWWDIR%% -@owner -@group |