diff options
Diffstat (limited to 'devel')
47 files changed, 0 insertions, 1276 deletions
diff --git a/devel/Makefile b/devel/Makefile index a0224019b0f7..66cd982abec1 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -358,7 +358,6 @@ SUBDIR += cl-trivial-features-sbcl SUBDIR += cl-trivial-gray-streams SUBDIR += cl-trivial-gray-streams-sbcl - SUBDIR += clanlib1 SUBDIR += clazy SUBDIR += cld2 SUBDIR += clewn @@ -614,7 +613,6 @@ SUBDIR += envsubst SUBDIR += epl.el SUBDIR += epm - SUBDIR += eric6 SUBDIR += eris SUBDIR += erlang-backoff SUBDIR += erlang-bbmustache @@ -1265,7 +1263,6 @@ SUBDIR += libgudev SUBDIR += libgusb SUBDIR += libgutenfetch - SUBDIR += libhash SUBDIR += libhoard SUBDIR += libhtp SUBDIR += libhyve-remote @@ -4469,7 +4466,6 @@ SUBDIR += py-dirspec SUBDIR += py-distlib SUBDIR += py-distributed - SUBDIR += py-dj31-django-rq SUBDIR += py-dj32-django-rq SUBDIR += py-dj32-graphene-django SUBDIR += py-django-rq @@ -5627,7 +5623,6 @@ SUBDIR += ruby-build SUBDIR += ruby-gems SUBDIR += ruby-rbprof - SUBDIR += ruby-sdl SUBDIR += ruby-setup.rb SUBDIR += ruby-subversion SUBDIR += rubygem-CFPropertyList @@ -6734,13 +6729,11 @@ SUBDIR += rubygem-ruby-ole SUBDIR += rubygem-ruby-prof SUBDIR += rubygem-ruby-progressbar - SUBDIR += rubygem-ruby-sdl-ffi SUBDIR += rubygem-ruby-statistics SUBDIR += rubygem-ruby2_keywords SUBDIR += rubygem-ruby2ruby SUBDIR += rubygem-ruby_dep SUBDIR += rubygem-ruby_parser - SUBDIR += rubygem-rubygame SUBDIR += rubygem-rubygems-mirror SUBDIR += rubygem-rubygems-tasks SUBDIR += rubygem-rubygems-test @@ -6982,7 +6975,6 @@ SUBDIR += sdl2pp SUBDIR += sdl_console SUBDIR += sdl_gnat - SUBDIR += sdl_sge SUBDIR += sdlmm SUBDIR += sdlskk SUBDIR += sdts++ @@ -7231,7 +7223,6 @@ SUBDIR += yaml-cpp03 SUBDIR += yaml2argdata SUBDIR += yasm - SUBDIR += yasm-devel SUBDIR += yder SUBDIR += youcompleteme SUBDIR += yuck diff --git a/devel/clanlib1/Makefile b/devel/clanlib1/Makefile deleted file mode 100644 index 8ba539db4081..000000000000 --- a/devel/clanlib1/Makefile +++ /dev/null @@ -1,54 +0,0 @@ -# Created by: Maxim Sobolev <sobomax@FreeBSD.org> - -PORTNAME= clanlib -PORTVERSION= 1.0.0 -PORTREVISION= 10 -CATEGORIES= devel -MASTER_SITES= http://www.clanlib.org/download/releases-1.0/ -PKGNAMESUFFIX= 1 -DISTNAME= ClanLib-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Cross-platform game SDK - -LICENSE= ZLIB -LICENSE_FILE= ${WRKSRC}/COPYING - -DEPRECATED= Older than expired and removed devel/clanlib -EXPIRATION_DATE=2021-12-31 - -LIB_DEPENDS= libpng.so:graphics/png \ - libmikmod.so:audio/libmikmod \ - libvorbis.so:audio/libvorbis \ - libogg.so:audio/libogg - -USES= alias cpe gl gmake jpeg libtool localbase:ldflags pathfix pkgconfig \ - sdl tar:tgz xorg -USE_CXXSTD= c++98 -USE_XORG= x11 xi xxf86vm -USE_LDCONFIG= yes -USE_SDL= gfx -USE_GL= gl glu - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-docs \ - --enable-clanDisplay \ - --enable-clanGL \ - --enable-clanSDL \ - --enable-clanSound \ - --enable-clanNetwork \ - --enable-clanGUI \ - --enable-clanMikMod \ - --enable-clanVorbis \ - --enable-getaddr -INSTALL_TARGET= install-strip - -PLIST_SUB+= VER=${PORTVERSION:R} - -post-patch: - @${GREP} -lR "SDL/SDL" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ - 's|SDL/SDL|SDL|g' - @${REINPLACE_CMD} -e 's|@perl_exec@|${PERL}|g' \ - ${WRKSRC}/Documentation/Utilities/webbuilder.pl.in - -.include <bsd.port.mk> diff --git a/devel/clanlib1/distinfo b/devel/clanlib1/distinfo deleted file mode 100644 index 6dbac5862aaf..000000000000 --- a/devel/clanlib1/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ClanLib-1.0.0.tgz) = 2a296c30be30b42866666a2d43815c78345c7d78ef2126e2dc1694405dfd67f9 -SIZE (ClanLib-1.0.0.tgz) = 7535910 diff --git a/devel/clanlib1/files/patch-Sources_Core_IOData_Generic_datafile__inputprovider.h b/devel/clanlib1/files/patch-Sources_Core_IOData_Generic_datafile__inputprovider.h deleted file mode 100644 index d1365fdd18b6..000000000000 --- a/devel/clanlib1/files/patch-Sources_Core_IOData_Generic_datafile__inputprovider.h +++ /dev/null @@ -1,12 +0,0 @@ ---- Sources/Core/IOData/Generic/datafile_inputprovider.h.orig 2006-10-27 01:55:01 UTC -+++ Sources/Core/IOData/Generic/datafile_inputprovider.h -@@ -144,7 +144,7 @@ protected: - cache.insert( -- std::make_pair<std::string const, std::pair<int, int> >( -+ std::make_pair( - resource_id, -- std::make_pair<int,int>(data_pos, data_size))); -+ std::make_pair(data_pos, data_size))); - } - - private: diff --git a/devel/clanlib1/files/patch-Sources_GUI_inputbox__generic.cpp b/devel/clanlib1/files/patch-Sources_GUI_inputbox__generic.cpp deleted file mode 100644 index 889dcddc50c4..000000000000 --- a/devel/clanlib1/files/patch-Sources_GUI_inputbox__generic.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- Sources/GUI/inputbox_generic.cpp.orig 2008-04-18 11:16:05 UTC -+++ Sources/GUI/inputbox_generic.cpp -@@ -84,7 +84,7 @@ int CL_InputUndo::doUndo( std::string & - - int CL_InputUndo::doRedo( std::string & text ) - { -- if (!canRedo()) return NULL; -+ if (!canRedo()) return 0; - - OneUndo const & u = undo_array[cur_pos]; - diff --git a/devel/clanlib1/files/patch-Sources__Core__System__Unix__init_linux.cpp b/devel/clanlib1/files/patch-Sources__Core__System__Unix__init_linux.cpp deleted file mode 100644 index 708cbae0c3f4..000000000000 --- a/devel/clanlib1/files/patch-Sources__Core__System__Unix__init_linux.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- Sources/Core/System/Unix/init_linux.cpp.orig 2009-03-23 00:40:42 UTC -+++ Sources/Core/System/Unix/init_linux.cpp -@@ -131,7 +131,7 @@ std::string CL_System::get_exe_path() - - #else - #ifndef PROC_EXE_PATH --#define PROC_EXE_PATH "/proc/self/exe" -+#define PROC_EXE_PATH "/proc/curproc/file" - #endif - int size; - struct stat sb; diff --git a/devel/clanlib1/files/patch-Sources__Display__Providers__png_provider_generic.cpp b/devel/clanlib1/files/patch-Sources__Display__Providers__png_provider_generic.cpp deleted file mode 100644 index 20cc7eabd581..000000000000 --- a/devel/clanlib1/files/patch-Sources__Display__Providers__png_provider_generic.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- Sources/Display/Providers/png_provider_generic.cpp.orig 2006-10-27 01:55:01 UTC -+++ Sources/Display/Providers/png_provider_generic.cpp -@@ -107,7 +107,7 @@ void CL_PNGProvider_Generic::init() - png_destroy_read_struct(&png_ptr, &info_ptr, (png_infopp) NULL); - cl_assert(false); - } -- if (setjmp(png_ptr->jmpbuf)) -+ if (setjmp(png_jmpbuf(png_ptr))) - { - png_destroy_read_struct(&png_ptr, &info_ptr, &end_info); - cl_assert(false); diff --git a/devel/clanlib1/files/patch-libc++ b/devel/clanlib1/files/patch-libc++ deleted file mode 100644 index 0ff47908cca1..000000000000 --- a/devel/clanlib1/files/patch-libc++ +++ /dev/null @@ -1,20 +0,0 @@ ---- Sources/GL/canvas_opengl.cpp.orig 2007-10-21 00:14:01 UTC -+++ Sources/GL/canvas_opengl.cpp -@@ -27,6 +27,7 @@ - ** (if your name is missing here, please add it) - */ - -+#include <stdlib.h> - #include "Display/display_precomp.h" - #include "canvas_opengl.h" - #include "API/Core/System/error.h" ---- Sources/Network/Socket/ip_address_getaddr.cpp.orig 2007-10-21 00:14:01 UTC -+++ Sources/Network/Socket/ip_address_getaddr.cpp -@@ -29,6 +29,7 @@ - - #ifdef USE_GETADDR - -+#include <stdlib.h> - #include "ip_address_getaddr.h" - #include "API/Core/System/error.h" - #include "API/Core/System/mutex.h" diff --git a/devel/clanlib1/pkg-descr b/devel/clanlib1/pkg-descr deleted file mode 100644 index 5f200f6f30f6..000000000000 --- a/devel/clanlib1/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -ClanLib delivers a platform independent interface to write games with. If a -game is written with ClanLib, it should be possible to compile the game under -any platform (supported by ClanLib, that is) without changes in the application -source code. - -But ClanLib is not just a wrapper library, providing an common interface to -low level libraries such as DirectX, Svgalib, X11, GGI, etc. While platform -independency is ClanLib's primary goal, it also tries to be a service-minded -game SDK. In other words, authors have put great effort in to designing the API, -to ensure ClanLib's easy of use - while maintaining it's power. - -WWW: http://www.clanlib.org/ diff --git a/devel/clanlib1/pkg-plist b/devel/clanlib1/pkg-plist deleted file mode 100644 index b98e0d0e6611..000000000000 --- a/devel/clanlib1/pkg-plist +++ /dev/null @@ -1,350 +0,0 @@ -include/ClanLib-%%VER%%/ClanLib/Application/clanapp.h -include/ClanLib-%%VER%%/ClanLib/Core/IOData/cl_endian.h -include/ClanLib-%%VER%%/ClanLib/Core/IOData/datatypes.h -include/ClanLib-%%VER%%/ClanLib/Core/IOData/directory.h -include/ClanLib-%%VER%%/ClanLib/Core/IOData/directory_scanner.h -include/ClanLib-%%VER%%/ClanLib/Core/IOData/inputsource.h -include/ClanLib-%%VER%%/ClanLib/Core/IOData/inputsource_file.h -include/ClanLib-%%VER%%/ClanLib/Core/IOData/inputsource_memory.h -include/ClanLib-%%VER%%/ClanLib/Core/IOData/inputsource_provider.h -include/ClanLib-%%VER%%/ClanLib/Core/IOData/inputsource_provider_file.h -include/ClanLib-%%VER%%/ClanLib/Core/IOData/inputsource_zipped.h -include/ClanLib-%%VER%%/ClanLib/Core/IOData/outputsource.h -include/ClanLib-%%VER%%/ClanLib/Core/IOData/outputsource_file.h -include/ClanLib-%%VER%%/ClanLib/Core/IOData/outputsource_memory.h -include/ClanLib-%%VER%%/ClanLib/Core/IOData/outputsource_provider.h -include/ClanLib-%%VER%%/ClanLib/Core/IOData/outputsource_zipped.h -include/ClanLib-%%VER%%/ClanLib/Core/IOData/zip_archive.h -include/ClanLib-%%VER%%/ClanLib/Core/IOData/zip_file_entry.h -include/ClanLib-%%VER%%/ClanLib/Core/Math/circle.h -include/ClanLib-%%VER%%/ClanLib/Core/Math/cl_vector.h -include/ClanLib-%%VER%%/ClanLib/Core/Math/delauney_triangulator.h -include/ClanLib-%%VER%%/ClanLib/Core/Math/line_math.h -include/ClanLib-%%VER%%/ClanLib/Core/Math/math.h -include/ClanLib-%%VER%%/ClanLib/Core/Math/matrix4x4.h -include/ClanLib-%%VER%%/ClanLib/Core/Math/number_pool.h -include/ClanLib-%%VER%%/ClanLib/Core/Math/origin.h -include/ClanLib-%%VER%%/ClanLib/Core/Math/outline_triangulator.h -include/ClanLib-%%VER%%/ClanLib/Core/Math/point.h -include/ClanLib-%%VER%%/ClanLib/Core/Math/pointset_math.h -include/ClanLib-%%VER%%/ClanLib/Core/Math/quad.h -include/ClanLib-%%VER%%/ClanLib/Core/Math/rect.h -include/ClanLib-%%VER%%/ClanLib/Core/Math/size.h -include/ClanLib-%%VER%%/ClanLib/Core/Math/triangle_math.h -include/ClanLib-%%VER%%/ClanLib/Core/Math/vector2.h -include/ClanLib-%%VER%%/ClanLib/Core/Math/vector2.inl -include/ClanLib-%%VER%%/ClanLib/Core/Resources/resource.h -include/ClanLib-%%VER%%/ClanLib/Core/Resources/resource_manager.h -include/ClanLib-%%VER%%/ClanLib/Core/Resources/resourcedata.h -include/ClanLib-%%VER%%/ClanLib/Core/Resources/resourcetype_boolean.h -include/ClanLib-%%VER%%/ClanLib/Core/Resources/resourcetype_float.h -include/ClanLib-%%VER%%/ClanLib/Core/Resources/resourcetype_integer.h -include/ClanLib-%%VER%%/ClanLib/Core/Resources/resourcetype_raw.h -include/ClanLib-%%VER%%/ClanLib/Core/Resources/resourcetype_string.h -include/ClanLib-%%VER%%/ClanLib/Core/System/call_stack.h -include/ClanLib-%%VER%%/ClanLib/Core/System/cl_assert.h -include/ClanLib-%%VER%%/ClanLib/Core/System/cl_library.h -include/ClanLib-%%VER%%/ClanLib/Core/System/clanstring.h -include/ClanLib-%%VER%%/ClanLib/Core/System/clipboard.h -include/ClanLib-%%VER%%/ClanLib/Core/System/clonable.h -include/ClanLib-%%VER%%/ClanLib/Core/System/command_line.h -include/ClanLib-%%VER%%/ClanLib/Core/System/console_window.h -include/ClanLib-%%VER%%/ClanLib/Core/System/crash_reporter.h -include/ClanLib-%%VER%%/ClanLib/Core/System/error.h -include/ClanLib-%%VER%%/ClanLib/Core/System/event_listener.h -include/ClanLib-%%VER%%/ClanLib/Core/System/event_trigger.h -include/ClanLib-%%VER%%/ClanLib/Core/System/keep_alive.h -include/ClanLib-%%VER%%/ClanLib/Core/System/lazycopyptr.h -include/ClanLib-%%VER%%/ClanLib/Core/System/log.h -include/ClanLib-%%VER%%/ClanLib/Core/System/mutex.h -include/ClanLib-%%VER%%/ClanLib/Core/System/mutexsharedptr.h -include/ClanLib-%%VER%%/ClanLib/Core/System/mutexweakptr.h -include/ClanLib-%%VER%%/ClanLib/Core/System/owningptr.h -include/ClanLib-%%VER%%/ClanLib/Core/System/setupcore.h -include/ClanLib-%%VER%%/ClanLib/Core/System/sharedptr.h -include/ClanLib-%%VER%%/ClanLib/Core/System/system.h -include/ClanLib-%%VER%%/ClanLib/Core/System/thread.h -include/ClanLib-%%VER%%/ClanLib/Core/System/threadfunc_v0.h -include/ClanLib-%%VER%%/ClanLib/Core/System/threadfunc_v1.h -include/ClanLib-%%VER%%/ClanLib/Core/System/threadfunc_v2.h -include/ClanLib-%%VER%%/ClanLib/Core/System/timer.h -include/ClanLib-%%VER%%/ClanLib/Core/System/weakptr.h -include/ClanLib-%%VER%%/ClanLib/Core/XML/dom_attr.h -include/ClanLib-%%VER%%/ClanLib/Core/XML/dom_cdata_section.h -include/ClanLib-%%VER%%/ClanLib/Core/XML/dom_character_data.h -include/ClanLib-%%VER%%/ClanLib/Core/XML/dom_comment.h -include/ClanLib-%%VER%%/ClanLib/Core/XML/dom_document.h -include/ClanLib-%%VER%%/ClanLib/Core/XML/dom_document_fragment.h -include/ClanLib-%%VER%%/ClanLib/Core/XML/dom_document_type.h -include/ClanLib-%%VER%%/ClanLib/Core/XML/dom_element.h -include/ClanLib-%%VER%%/ClanLib/Core/XML/dom_entity.h -include/ClanLib-%%VER%%/ClanLib/Core/XML/dom_entity_reference.h -include/ClanLib-%%VER%%/ClanLib/Core/XML/dom_exception.h -include/ClanLib-%%VER%%/ClanLib/Core/XML/dom_implementation.h -include/ClanLib-%%VER%%/ClanLib/Core/XML/dom_named_node_map.h -include/ClanLib-%%VER%%/ClanLib/Core/XML/dom_node.h -include/ClanLib-%%VER%%/ClanLib/Core/XML/dom_node_list.h -include/ClanLib-%%VER%%/ClanLib/Core/XML/dom_notation.h -include/ClanLib-%%VER%%/ClanLib/Core/XML/dom_processing_instruction.h -include/ClanLib-%%VER%%/ClanLib/Core/XML/dom_text.h -include/ClanLib-%%VER%%/ClanLib/Core/XML/xml_token.h -include/ClanLib-%%VER%%/ClanLib/Core/XML/xml_tokenizer.h -include/ClanLib-%%VER%%/ClanLib/Core/XML/xml_writer.h -include/ClanLib-%%VER%%/ClanLib/Core/core_iostream.h -include/ClanLib-%%VER%%/ClanLib/Display/Collision/collision_outline.h -include/ClanLib-%%VER%%/ClanLib/Display/Collision/contour.h -include/ClanLib-%%VER%%/ClanLib/Display/Collision/outline_accuracy.h -include/ClanLib-%%VER%%/ClanLib/Display/Collision/outline_circle.h -include/ClanLib-%%VER%%/ClanLib/Display/Collision/outline_math.h -include/ClanLib-%%VER%%/ClanLib/Display/Collision/outline_provider.h -include/ClanLib-%%VER%%/ClanLib/Display/Collision/outline_provider_bitmap.h -include/ClanLib-%%VER%%/ClanLib/Display/Collision/outline_provider_file.h -include/ClanLib-%%VER%%/ClanLib/Display/Providers/bmp_provider.h -include/ClanLib-%%VER%%/ClanLib/Display/Providers/dc_buffer.h -include/ClanLib-%%VER%%/ClanLib/Display/Providers/jpeg_provider.h -include/ClanLib-%%VER%%/ClanLib/Display/Providers/pcx_provider.h -include/ClanLib-%%VER%%/ClanLib/Display/Providers/png_provider.h -include/ClanLib-%%VER%%/ClanLib/Display/Providers/provider_factory.h -include/ClanLib-%%VER%%/ClanLib/Display/Providers/provider_type.h -include/ClanLib-%%VER%%/ClanLib/Display/Providers/provider_type_register.h -include/ClanLib-%%VER%%/ClanLib/Display/Providers/targa_provider.h -include/ClanLib-%%VER%%/ClanLib/Display/blend_func.h -include/ClanLib-%%VER%%/ClanLib/Display/canvas.h -include/ClanLib-%%VER%%/ClanLib/Display/color.h -include/ClanLib-%%VER%%/ClanLib/Display/display.h -include/ClanLib-%%VER%%/ClanLib/Display/display_iostream.h -include/ClanLib-%%VER%%/ClanLib/Display/display_mode.h -include/ClanLib-%%VER%%/ClanLib/Display/display_window.h -include/ClanLib-%%VER%%/ClanLib/Display/display_window_description.h -include/ClanLib-%%VER%%/ClanLib/Display/font.h -include/ClanLib-%%VER%%/ClanLib/Display/frameratecounter.h -include/ClanLib-%%VER%%/ClanLib/Display/glyph_buffer.h -include/ClanLib-%%VER%%/ClanLib/Display/gradient.h -include/ClanLib-%%VER%%/ClanLib/Display/graphic_context.h -include/ClanLib-%%VER%%/ClanLib/Display/input_buffer.h -include/ClanLib-%%VER%%/ClanLib/Display/input_button.h -include/ClanLib-%%VER%%/ClanLib/Display/input_context.h -include/ClanLib-%%VER%%/ClanLib/Display/input_device.h -include/ClanLib-%%VER%%/ClanLib/Display/input_event.h -include/ClanLib-%%VER%%/ClanLib/Display/joystick.h -include/ClanLib-%%VER%%/ClanLib/Display/key_binding.h -include/ClanLib-%%VER%%/ClanLib/Display/keyboard.h -include/ClanLib-%%VER%%/ClanLib/Display/keys.h -include/ClanLib-%%VER%%/ClanLib/Display/mouse.h -include/ClanLib-%%VER%%/ClanLib/Display/palette.h -include/ClanLib-%%VER%%/ClanLib/Display/pixel_buffer.h -include/ClanLib-%%VER%%/ClanLib/Display/pixel_format.h -include/ClanLib-%%VER%%/ClanLib/Display/pixel_format_type.h -include/ClanLib-%%VER%%/ClanLib/Display/rle_surface.h -include/ClanLib-%%VER%%/ClanLib/Display/setupdisplay.h -include/ClanLib-%%VER%%/ClanLib/Display/sprite.h -include/ClanLib-%%VER%%/ClanLib/Display/sprite_description.h -include/ClanLib-%%VER%%/ClanLib/Display/sprite_packer.h -include/ClanLib-%%VER%%/ClanLib/Display/stencil_func.h -include/ClanLib-%%VER%%/ClanLib/Display/surface.h -include/ClanLib-%%VER%%/ClanLib/Display/text_styler.h -include/ClanLib-%%VER%%/ClanLib/GL/light_source.h -include/ClanLib-%%VER%%/ClanLib/GL/opengl.h -include/ClanLib-%%VER%%/ClanLib/GL/opengl_state.h -include/ClanLib-%%VER%%/ClanLib/GL/opengl_state_data.h -include/ClanLib-%%VER%%/ClanLib/GL/opengl_surface.h -include/ClanLib-%%VER%%/ClanLib/GL/opengl_window.h -include/ClanLib-%%VER%%/ClanLib/GL/opengl_window_description.h -include/ClanLib-%%VER%%/ClanLib/GL/opengl_wrap.h -include/ClanLib-%%VER%%/ClanLib/GL/program_attribute.h -include/ClanLib-%%VER%%/ClanLib/GL/program_object.h -include/ClanLib-%%VER%%/ClanLib/GL/program_uniform.h -include/ClanLib-%%VER%%/ClanLib/GL/setupgl.h -include/ClanLib-%%VER%%/ClanLib/GL/shader_object.h -include/ClanLib-%%VER%%/ClanLib/GL/texture.h -include/ClanLib-%%VER%%/ClanLib/GL/viewpoint.h -include/ClanLib-%%VER%%/ClanLib/GUI/button.h -include/ClanLib-%%VER%%/ClanLib/GUI/checkbox.h -include/ClanLib-%%VER%%/ClanLib/GUI/component.h -include/ClanLib-%%VER%%/ClanLib/GUI/component_manager.h -include/ClanLib-%%VER%%/ClanLib/GUI/component_move_handler.h -include/ClanLib-%%VER%%/ClanLib/GUI/component_resize_handler.h -include/ClanLib-%%VER%%/ClanLib/GUI/component_style.h -include/ClanLib-%%VER%%/ClanLib/GUI/component_type.h -include/ClanLib-%%VER%%/ClanLib/GUI/deck.h -include/ClanLib-%%VER%%/ClanLib/GUI/filedialog.h -include/ClanLib-%%VER%%/ClanLib/GUI/frame.h -include/ClanLib-%%VER%%/ClanLib/GUI/gui_manager.h -include/ClanLib-%%VER%%/ClanLib/GUI/image.h -include/ClanLib-%%VER%%/ClanLib/GUI/inputbox.h -include/ClanLib-%%VER%%/ClanLib/GUI/inputbox_stylebase.h -include/ClanLib-%%VER%%/ClanLib/GUI/inputdialog.h -include/ClanLib-%%VER%%/ClanLib/GUI/label.h -include/ClanLib-%%VER%%/ClanLib/GUI/layout.h -include/ClanLib-%%VER%%/ClanLib/GUI/listbox.h -include/ClanLib-%%VER%%/ClanLib/GUI/listitem.h -include/ClanLib-%%VER%%/ClanLib/GUI/menu.h -include/ClanLib-%%VER%%/ClanLib/GUI/menu_item.h -include/ClanLib-%%VER%%/ClanLib/GUI/menu_node.h -include/ClanLib-%%VER%%/ClanLib/GUI/messagebox.h -include/ClanLib-%%VER%%/ClanLib/GUI/progressbar.h -include/ClanLib-%%VER%%/ClanLib/GUI/radiobutton.h -include/ClanLib-%%VER%%/ClanLib/GUI/radiogroup.h -include/ClanLib-%%VER%%/ClanLib/GUI/richedit.h -include/ClanLib-%%VER%%/ClanLib/GUI/richedit_paragraph.h -include/ClanLib-%%VER%%/ClanLib/GUI/scrollbar.h -include/ClanLib-%%VER%%/ClanLib/GUI/setupgui.h -include/ClanLib-%%VER%%/ClanLib/GUI/stylemanager.h -include/ClanLib-%%VER%%/ClanLib/GUI/treeitem.h -include/ClanLib-%%VER%%/ClanLib/GUI/treenode.h -include/ClanLib-%%VER%%/ClanLib/GUI/treeview.h -include/ClanLib-%%VER%%/ClanLib/GUI/window.h -include/ClanLib-%%VER%%/ClanLib/GUIStyleSilver/button_silver.h -include/ClanLib-%%VER%%/ClanLib/GUIStyleSilver/checkbox_silver.h -include/ClanLib-%%VER%%/ClanLib/GUIStyleSilver/frame_silver.h -include/ClanLib-%%VER%%/ClanLib/GUIStyleSilver/image_silver.h -include/ClanLib-%%VER%%/ClanLib/GUIStyleSilver/inputbox_silver.h -include/ClanLib-%%VER%%/ClanLib/GUIStyleSilver/label_silver.h -include/ClanLib-%%VER%%/ClanLib/GUIStyleSilver/listbox_silver.h -include/ClanLib-%%VER%%/ClanLib/GUIStyleSilver/menu_item_silver.h -include/ClanLib-%%VER%%/ClanLib/GUIStyleSilver/menu_node_silver.h -include/ClanLib-%%VER%%/ClanLib/GUIStyleSilver/menu_silver.h -include/ClanLib-%%VER%%/ClanLib/GUIStyleSilver/progressbar_silver.h -include/ClanLib-%%VER%%/ClanLib/GUIStyleSilver/radiobutton_silver.h -include/ClanLib-%%VER%%/ClanLib/GUIStyleSilver/richedit_silver.h -include/ClanLib-%%VER%%/ClanLib/GUIStyleSilver/scrollbar_silver.h -include/ClanLib-%%VER%%/ClanLib/GUIStyleSilver/stylemanager_silver.h -include/ClanLib-%%VER%%/ClanLib/GUIStyleSilver/treeitem_silver.h -include/ClanLib-%%VER%%/ClanLib/GUIStyleSilver/treeview_silver.h -include/ClanLib-%%VER%%/ClanLib/GUIStyleSilver/window_silver.h -include/ClanLib-%%VER%%/ClanLib/MikMod/setupmikmod.h -include/ClanLib-%%VER%%/ClanLib/MikMod/soundprovider_mikmod.h -include/ClanLib-%%VER%%/ClanLib/Network/IRC/dcc_download.h -include/ClanLib-%%VER%%/ClanLib/Network/IRC/irc_connection.h -include/ClanLib-%%VER%%/ClanLib/Network/IRC/irc_numerics.h -include/ClanLib-%%VER%%/ClanLib/Network/NetObjects/netobject_client.h -include/ClanLib-%%VER%%/ClanLib/Network/NetObjects/netobject_controller.h -include/ClanLib-%%VER%%/ClanLib/Network/NetObjects/netobject_server.h -include/ClanLib-%%VER%%/ClanLib/Network/NetSession/inputsource_netpacket.h -include/ClanLib-%%VER%%/ClanLib/Network/NetSession/inputsource_netstream.h -include/ClanLib-%%VER%%/ClanLib/Network/NetSession/netcomputer.h -include/ClanLib-%%VER%%/ClanLib/Network/NetSession/netgroup.h -include/ClanLib-%%VER%%/ClanLib/Network/NetSession/netpacket.h -include/ClanLib-%%VER%%/ClanLib/Network/NetSession/netsession.h -include/ClanLib-%%VER%%/ClanLib/Network/NetSession/netstream.h -include/ClanLib-%%VER%%/ClanLib/Network/NetSession/outputsource_netpacket.h -include/ClanLib-%%VER%%/ClanLib/Network/NetSession/outputsource_netstream.h -include/ClanLib-%%VER%%/ClanLib/Network/NetVariables/netvariables.h -include/ClanLib-%%VER%%/ClanLib/Network/Socket/inputsource_socket.h -include/ClanLib-%%VER%%/ClanLib/Network/Socket/ip_address.h -include/ClanLib-%%VER%%/ClanLib/Network/Socket/outputsource_socket.h -include/ClanLib-%%VER%%/ClanLib/Network/Socket/socket.h -include/ClanLib-%%VER%%/ClanLib/Network/setupnetwork.h -include/ClanLib-%%VER%%/ClanLib/SDL/setupsdl.h -include/ClanLib-%%VER%%/ClanLib/Signals/signal.h -include/ClanLib-%%VER%%/ClanLib/Signals/signal_v0.h -include/ClanLib-%%VER%%/ClanLib/Signals/signal_v1.h -include/ClanLib-%%VER%%/ClanLib/Signals/signal_v2.h -include/ClanLib-%%VER%%/ClanLib/Signals/signal_v3.h -include/ClanLib-%%VER%%/ClanLib/Signals/signal_v4.h -include/ClanLib-%%VER%%/ClanLib/Signals/signal_v5.h -include/ClanLib-%%VER%%/ClanLib/Signals/slot.h -include/ClanLib-%%VER%%/ClanLib/Signals/slot_container.h -include/ClanLib-%%VER%%/ClanLib/Signals/slot_generic.h -include/ClanLib-%%VER%%/ClanLib/Signals/slot_v0.h -include/ClanLib-%%VER%%/ClanLib/Signals/slot_v1.h -include/ClanLib-%%VER%%/ClanLib/Signals/slot_v2.h -include/ClanLib-%%VER%%/ClanLib/Signals/slot_v3.h -include/ClanLib-%%VER%%/ClanLib/Signals/slot_v4.h -include/ClanLib-%%VER%%/ClanLib/Signals/slot_v5.h -include/ClanLib-%%VER%%/ClanLib/Signals/slotbuffer_v0.h -include/ClanLib-%%VER%%/ClanLib/Signals/slotbuffer_v1.h -include/ClanLib-%%VER%%/ClanLib/Sound/SoundFilters/echofilter.h -include/ClanLib-%%VER%%/ClanLib/Sound/SoundFilters/fadefilter.h -include/ClanLib-%%VER%%/ClanLib/Sound/SoundFilters/inverse_echofilter.h -include/ClanLib-%%VER%%/ClanLib/Sound/SoundProviders/soundprovider_factory.h -include/ClanLib-%%VER%%/ClanLib/Sound/SoundProviders/soundprovider_raw.h -include/ClanLib-%%VER%%/ClanLib/Sound/SoundProviders/soundprovider_recorder.h -include/ClanLib-%%VER%%/ClanLib/Sound/SoundProviders/soundprovider_type.h -include/ClanLib-%%VER%%/ClanLib/Sound/SoundProviders/soundprovider_type_register.h -include/ClanLib-%%VER%%/ClanLib/Sound/SoundProviders/soundprovider_wave.h -include/ClanLib-%%VER%%/ClanLib/Sound/cd_drive.h -include/ClanLib-%%VER%%/ClanLib/Sound/setupsound.h -include/ClanLib-%%VER%%/ClanLib/Sound/sound.h -include/ClanLib-%%VER%%/ClanLib/Sound/soundbuffer.h -include/ClanLib-%%VER%%/ClanLib/Sound/soundbuffer_session.h -include/ClanLib-%%VER%%/ClanLib/Sound/soundfilter.h -include/ClanLib-%%VER%%/ClanLib/Sound/soundformat.h -include/ClanLib-%%VER%%/ClanLib/Sound/soundoutput.h -include/ClanLib-%%VER%%/ClanLib/Sound/soundoutput_description.h -include/ClanLib-%%VER%%/ClanLib/Sound/soundprovider.h -include/ClanLib-%%VER%%/ClanLib/Sound/soundprovider_session.h -include/ClanLib-%%VER%%/ClanLib/Vorbis/setupvorbis.h -include/ClanLib-%%VER%%/ClanLib/Vorbis/soundprovider_vorbis.h -include/ClanLib-%%VER%%/ClanLib/application.h -include/ClanLib-%%VER%%/ClanLib/core.h -include/ClanLib-%%VER%%/ClanLib/display.h -include/ClanLib-%%VER%%/ClanLib/gl.h -include/ClanLib-%%VER%%/ClanLib/gui.h -include/ClanLib-%%VER%%/ClanLib/guistylesilver.h -include/ClanLib-%%VER%%/ClanLib/mikmod.h -include/ClanLib-%%VER%%/ClanLib/network.h -include/ClanLib-%%VER%%/ClanLib/sdl.h -include/ClanLib-%%VER%%/ClanLib/signals.h -include/ClanLib-%%VER%%/ClanLib/sound.h -include/ClanLib-%%VER%%/ClanLib/vorbis.h -lib/libclanApp.a -lib/libclanApp.so -lib/libclanApp.so.1 -lib/libclanApp.so.1.0.0 -lib/libclanCore.a -lib/libclanCore.so -lib/libclanCore.so.1 -lib/libclanCore.so.1.0.0 -lib/libclanDisplay.a -lib/libclanDisplay.so -lib/libclanDisplay.so.1 -lib/libclanDisplay.so.1.0.0 -lib/libclanGL.a -lib/libclanGL.so -lib/libclanGL.so.1 -lib/libclanGL.so.1.0.0 -lib/libclanGUI.a -lib/libclanGUI.so -lib/libclanGUI.so.1 -lib/libclanGUI.so.1.0.0 -lib/libclanGUIStyleSilver.a -lib/libclanGUIStyleSilver.so -lib/libclanGUIStyleSilver.so.1 -lib/libclanGUIStyleSilver.so.1.0.0 -lib/libclanMikMod.a -lib/libclanMikMod.so -lib/libclanMikMod.so.1 -lib/libclanMikMod.so.1.0.0 -lib/libclanNetwork.a -lib/libclanNetwork.so -lib/libclanNetwork.so.1 -lib/libclanNetwork.so.1.0.0 -lib/libclanSDL.a -lib/libclanSDL.so -lib/libclanSDL.so.1 -lib/libclanSDL.so.1.0.0 -lib/libclanSignals.a -lib/libclanSignals.so -lib/libclanSignals.so.1 -lib/libclanSignals.so.1.0.0 -lib/libclanSound.a -lib/libclanSound.so -lib/libclanSound.so.1 -lib/libclanSound.so.1.0.0 -lib/libclanVorbis.a -lib/libclanVorbis.so -lib/libclanVorbis.so.1 -lib/libclanVorbis.so.1.0.0 -libdata/pkgconfig/clanApp-%%VER%%.pc -libdata/pkgconfig/clanCore-%%VER%%.pc -libdata/pkgconfig/clanDisplay-%%VER%%.pc -libdata/pkgconfig/clanGL-%%VER%%.pc -libdata/pkgconfig/clanGUI-%%VER%%.pc -libdata/pkgconfig/clanGUIStyleSilver-%%VER%%.pc -libdata/pkgconfig/clanMikMod-%%VER%%.pc -libdata/pkgconfig/clanNetwork-%%VER%%.pc -libdata/pkgconfig/clanSDL-%%VER%%.pc -libdata/pkgconfig/clanSignals-%%VER%%.pc -libdata/pkgconfig/clanSound-%%VER%%.pc -libdata/pkgconfig/clanVorbis-%%VER%%.pc diff --git a/devel/eric6/Makefile b/devel/eric6/Makefile deleted file mode 100644 index 7f975775b5c1..000000000000 --- a/devel/eric6/Makefile +++ /dev/null @@ -1,80 +0,0 @@ -# Created by: Boris Samorodov <bsam@FreeBSD.org> - -.include "${.CURDIR}/../../devel/eric6/bsd.eric6.mk" - -PKGNAMESUFFIX= -qt5-${FLAVOR:U:S/_/-/} -DISTNAME= ${PORTNAME}-nolang-${DISTVERSION} -PORTREVISION= 0 -CATEGORIES= devel python - -DEPRECATED= Uses EOL Python 2.7 via www/py-qt5-webengine -EXPIRATION_DATE=2021-12-31 - -BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}toml>=0:textproc/py-toml@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}virtualenv>=15.2:devel/py-virtualenv@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}docutils>=0.14:textproc/py-docutils@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}editorconfig>=0.12.0:editors/py-editorconfig@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}send2trash>=1.5:deskutils/py-send2trash@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}asttokens>=1.1:devel/py-asttokens@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}markdown>=2.3.1:textproc/py-markdown@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}enchant>=0:textproc/py-enchant@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} - -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}toml>=0:textproc/py-toml@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}virtualenv>=15.2:devel/py-virtualenv@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}docutils>=0.14:textproc/py-docutils@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}editorconfig>=0.12.0:editors/py-editorconfig@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}send2trash>=1.5:deskutils/py-send2trash@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}asttokens>=1.1:devel/py-asttokens@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}markdown>=2.3.1:textproc/py-markdown@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}enchant>=0:textproc/py-enchant@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} - -CONFLICTS_INSTALL= ${FLAVORS:N${FLAVOR}:C/^/${PORTNAME}-qt5-/} - -USES+= desktop-file-utils python:3.5+ pyqt:5 shebangfix -USE_PYTHON= flavors -USE_PYQT= chart core gui qscintilla2 webengine \ - help_run network_run svg_run sql_run -INSTALL_PY= install.py -c -f eric6config.freebsd -i ${STAGEDIR} -SHEBANG_FILES= *.py eric/eric6/*.py eric/scripts/*.py -SUB_FILES= eric6.desktop -MASTERPORT= yes - -PORTDATA= * -PORTDOCS= * -PORTEXAMPLES= * - -OPTIONS_DEFINE= DOCS EXAMPLES - -.include <bsd.port.options.mk> - -post-patch: - ${RM} ${WRKSRC}/eric/i18n/*.qm ${WRKSRC}/eric/i18n/*.ts - -do-configure: - ${SED} -e 's,PYTHON_SITELIBDIR,${PYTHON_SITELIBDIR},' \ - -e 's,PREFIX,${PREFIX},' \ - -e 's,DATADIR,${DATADIR},' \ - -e 's,LOCALBASE,${LOCALBASE},' \ - -e 's,DOCSDIR,${DOCSDIR},' \ - -e 's,EXAMPLESDIR,${EXAMPLESDIR},' \ - < ${FILESDIR}/config > ${WRKSRC}/eric6config.freebsd - -do-install: - @(cd ${WRKSRC}; \ - ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} ${INSTALL_PY}) - -post-install: - ${INSTALL_DATA} ${WRKDIR}/eric6.desktop ${STAGEDIR}${PREFIX}/share/applications/ - ${LN} -sf ${DATADIR:C|${PREFIX}(/share(/pixmaps)?)?||:C|/[^/]+|../|g}eric6/icons/default/eric.png \ - ${STAGEDIR}${PREFIX}/share/pixmaps/eric6.png - @${MKDIR} ${STAGEDIR}${DATADIR}/i18n - ${REINPLACE_CMD} -e 's|${STAGEDIR}|${DATADIR}|g' \ - -e 's|${WRKSRC}|${DATADIR}|g' \ - ${STAGEDIR}/${DATADIR}/eric6install.json - @${RM} ${STAGEDIR}/${DATADIR}/eric6install.json.bak - -.include <bsd.port.mk> diff --git a/devel/eric6/Makefile.inc b/devel/eric6/Makefile.inc deleted file mode 100644 index 3c6ab023316d..000000000000 --- a/devel/eric6/Makefile.inc +++ /dev/null @@ -1,22 +0,0 @@ -# Created by: Boris Samorodov <bsam@FreeBSD.org> -# -# This is a set of Makefile macros which allow to build the -# localized language packages for devel/eric6: -# german/eric6, russian/eric6, devel/es-eric6 - -.include "${.CURDIR}/../../devel/eric6/bsd.eric6.mk" - -PKGNAMEPREFIX= ${I18N_LANG}- -DISTNAME= ${PORTNAME}-i18n-${I18N_LANG}-${PORTVERSION} - -COMMENT= ${I18N_LANG} i18n package for Eric6 IDE - -NO_ARCH= yes -NO_BUILD= yes -PLIST_FILES= ${DATADIR}/i18n/${PORTNAME}_${I18N_LANG}.qm - -do-install: - ${MKDIR} ${STAGEDIR}${DATADIR}/i18n - ${INSTALL_DATA} ${WRKSRC}/eric/eric6/i18n/${PORTNAME}_${I18N_LANG}.qm ${STAGEDIR}${DATADIR}/i18n/ - -.include <bsd.port.mk> diff --git a/devel/eric6/bsd.eric6.mk b/devel/eric6/bsd.eric6.mk deleted file mode 100644 index 6f6afc6b8257..000000000000 --- a/devel/eric6/bsd.eric6.mk +++ /dev/null @@ -1,22 +0,0 @@ -# Created by: Boris Samorodov <bsam@FreeBSD.org> -# -# This is a set of Makefile macros that are common between devel/eric6 and -# localized language packages for devel/eric6: -# german/eric6, russian/eric6, devel/es-eric6 - -PORTNAME= eric6 -PORTVERSION= 21.11 -PORTREVISION?= 0 -MASTER_SITES= SF/eric-ide/${PORTNAME}/stable/${PORTVERSION} -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -MAINTAINER= fluffy@FreeBSD.org -COMMENT= Full featured Python and Ruby editor and IDE based on Qt - -LICENSE= GPLv3 - -DESCR= ${.CURDIR}/../../devel/eric6/pkg-descr -MAKE_ENV+= "HOME=${WRKDIR}" - -NO_ARCH= yes -NO_BUILD= yes diff --git a/devel/eric6/distinfo b/devel/eric6/distinfo deleted file mode 100644 index 68d4504b0814..000000000000 --- a/devel/eric6/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1636374251 -SHA256 (eric6-nolang-21.11.tar.gz) = 769e85fbf06650069e41b7587b13ae5c07c68ef49ea1cf9d38f19ea8655bb0e1 -SIZE (eric6-nolang-21.11.tar.gz) = 12945495 diff --git a/devel/eric6/files/config b/devel/eric6/files/config deleted file mode 100644 index e93b28228f01..000000000000 --- a/devel/eric6/files/config +++ /dev/null @@ -1,22 +0,0 @@ -# -*- coding: utf-8 -*- -# -# This module contains the configuration of the individual eric6 installation -# - -cfg = { - 'ericDir' : 'DATADIR', - 'ericPixDir' : 'DATADIR/pixmaps', - 'ericIconDir' : 'DATADIR/icons', - 'ericDTDDir' : 'DATADIR/DTDs', - 'ericCSSDir' : 'DATADIR/CSSs', - 'ericStylesDir' : 'DATADIR/Styles', - 'ericDocDir' : 'DOCSDIR', - 'ericExamplesDir' : 'EXAMPLESDIR', - 'ericTranslationsDir' : 'DATADIR/i18n', - 'ericTemplatesDir' : 'DATADIR/DesignerTemplates', - 'ericCodeTemplatesDir' : 'DATADIR/CodeTemplates', - 'ericOthersDir' : 'DATADIR/Others', - 'bindir' : 'PREFIX/bin', - 'mdir' : 'PYTHON_SITELIBDIR', - 'apidir' : 'LOCALBASE/share/qt5/qsci/api', -} diff --git a/devel/eric6/files/eric6.desktop.in b/devel/eric6/files/eric6.desktop.in deleted file mode 100644 index bdcfcabfaea2..000000000000 --- a/devel/eric6/files/eric6.desktop.in +++ /dev/null @@ -1,10 +0,0 @@ -[Desktop Entry] -Name=Eric IDE -GenericName=Python and Ruby IDE -Comment=Full featured Python and Ruby editor and IDE based on Qt4 -Type=Application -Exec=eric6 -Icon=eric6 -MimeType=application/x-python;application/x-eric; -Categories=Development;TextEditor;Qt;Application; -Terminal=false diff --git a/devel/eric6/pkg-descr b/devel/eric6/pkg-descr deleted file mode 100644 index f5830555dd10..000000000000 --- a/devel/eric6/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Eric is a full featured Python and Ruby editor and IDE, written in python. - -It is based on the cross platform Qt gui toolkit, integrating the highly -flexible Scintilla editor control. It is designed to be usable as everyday's -quick and dirty editor as well as being usable as a professional project -management tool integrating many advanced features Python offers -the professional coder. - -This is a port of eric6 (based on Qt5). - -WWW: https://eric-ide.python-projects.org/index.html diff --git a/devel/eric6/pkg-message b/devel/eric6/pkg-message deleted file mode 100644 index 9cf10be76e1d..000000000000 --- a/devel/eric6/pkg-message +++ /dev/null @@ -1,10 +0,0 @@ -[ -{ type: install - message: <<EOM -eric6 has the following localized language packages: - de-eric6 - es-eric6 - ru-eric6 -EOM -} -] diff --git a/devel/eric6/pkg-plist b/devel/eric6/pkg-plist deleted file mode 100644 index 13b42758fe2e..000000000000 --- a/devel/eric6/pkg-plist +++ /dev/null @@ -1,44 +0,0 @@ -bin/eric6 -bin/eric6_api -bin/eric6_browser -bin/eric6_compare -bin/eric6_configure -bin/eric6_diff -bin/eric6_doc -bin/eric6_editor -bin/eric6_hexeditor -bin/eric6_iconeditor -bin/eric6_plugininstall -bin/eric6_pluginrepository -bin/eric6_pluginuninstall -bin/eric6_qregularexpression -bin/eric6_re -bin/eric6_shell -bin/eric6_snap -bin/eric6_sqlbrowser -bin/eric6_tray -bin/eric6_trpreviewer -bin/eric6_uipreviewer -bin/eric6_unittest -%%PYTHON_SITELIBDIR%%/eric6config.py -%%PYTHON_SITELIBDIR%%/eric6plugins/__init__.py -share/applications/eric6.desktop -share/pixmaps/eric6.png -share/qt5/qsci/api/python/eric6.api -share/qt5/qsci/api/python/eric6.bas -share/qt5/qsci/api/python/zope-2.10.7.api -share/qt5/qsci/api/python/zope-2.11.2.api -share/qt5/qsci/api/python/zope-3.3.1.api -share/qt5/qsci/api/qss/qss.api -share/qt5/qsci/api/ruby/Ruby-1.8.7.api -share/qt5/qsci/api/ruby/Ruby-1.8.7.bas -share/qt5/qsci/api/ruby/Ruby-1.9.1.api -share/qt5/qsci/api/ruby/Ruby-1.9.1.bas -share/qt5/qsci/api/python/calliope.api -share/qt5/qsci/api/python/circuitpython.api -share/qt5/qsci/api/python/microbit.api -share/qt5/qsci/api/python/micropython.api -share/qt5/qsci/api/python/micropython.bas -@dir %%DATADIR%%/DTDs -@dir %%DATADIR%%/i18n -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%% diff --git a/devel/libhash/Makefile b/devel/libhash/Makefile deleted file mode 100644 index ea30753603ff..000000000000 --- a/devel/libhash/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# Created by: Andrew <andrew@ugh.net.au> - -PORTNAME= libhash -PORTVERSION= 1.0.3 -CATEGORIES= devel -MASTER_SITES= GENTOO - -MAINTAINER= rodrigo@FreeBSD.org -COMMENT= Library for manipulating hash tables - -DEPRECATED= Abandoned upstream -EXPIRATION_DATE= 2021-12-31 - -WRKSRC= ${WRKDIR}/libhash - -USES= uidfix -USE_LDCONFIG= yes - -.if defined(NO_PROFILE) -PLIST_SUB+= PROFILE="@comment " -.else -PLIST_SUB+= PROFILE="" -.endif - -.include <bsd.port.mk> diff --git a/devel/libhash/distinfo b/devel/libhash/distinfo deleted file mode 100644 index fab6ae985909..000000000000 --- a/devel/libhash/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (libhash-1.0.3.tar.gz) = 13d57b35537d98aaf39115d0bb253fe54009f773d239b235267c34769bd1ef9d -SIZE (libhash-1.0.3.tar.gz) = 8918 diff --git a/devel/libhash/pkg-descr b/devel/libhash/pkg-descr deleted file mode 100644 index c309f7364679..000000000000 --- a/devel/libhash/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This C library provides functions for manipulating in memory hash tables (aka -associative arrays). Data is stored as void *'s so any data structure can be -stored. diff --git a/devel/libhash/pkg-plist b/devel/libhash/pkg-plist deleted file mode 100644 index 73d3896fba8d..000000000000 --- a/devel/libhash/pkg-plist +++ /dev/null @@ -1,21 +0,0 @@ -include/hash.h -lib/libhash.so.1 -lib/libhash.so -lib/libhash.a -%%PROFILE%%lib/libhash_p.a -man/man3/hash_compare_int.3.gz -man/man3/hash_compare_string.3.gz -man/man3/hash_copy_int.3.gz -man/man3/hash_copy_string.3.gz -man/man3/hash_deinitialise.3.gz -man/man3/hash_delete.3.gz -man/man3/hash_fetch_next.3.gz -man/man3/hash_hash_int.3.gz -man/man3/hash_hash_string.3.gz -man/man3/hash_initialise.3.gz -man/man3/hash_insert.3.gz -man/man3/hash_iterator_deinitialise.3.gz -man/man3/hash_iterator_initialise.3.gz -man/man3/hash_retrieve.3.gz -man/man3/libhash.3.gz -man/man3/libhash_convenience.3.gz diff --git a/devel/py-dj31-django-rq/Makefile b/devel/py-dj31-django-rq/Makefile deleted file mode 100644 index a5b22ab1a027..000000000000 --- a/devel/py-dj31-django-rq/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# Created by: René Ladan <rene@freebsd.org> - -PORTNAME= django-rq -PORTVERSION= 2.5.1 -CATEGORIES= devel python -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj31- -MASTER_SITES= CHEESESHOP - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Provides Django integration for RQ (Redis Queue) - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE.txt - -DEPRECATED= Extended support of Django 3.1 ends December 2021, upgrade to the Django 3.2+ version of this port. See https://www.djangoproject.com/download/ -EXPIRATION_DATE= 2021-12-31 - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django31>=2.0:www/py-django31@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}redis>=3:databases/py-redis@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}rq>=1.2:devel/py-rq@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}docutils>=0,1:textproc/py-docutils@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} \ - redis-server:databases/redis - -USES= python:3.6+ -USE_PYTHON= autoplist concurrent distutils - -NO_ARCH= yes - -CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}django-rq \ - ${PYTHON_PKGNAMEPREFIX}dj32-django-rq - -# https://github.com/rq/django-rq/blob/master/Makefile -do-test: - cd ${WRKSRC} && coverage-${PYTHON_VER} run ${LOCALBASE}/bin/django-admin.py test django_rq --settings=django_rq.tests.settings --pythonpath=. - cd ${WRKSRC} && ${PYTHON_CMD} setup.py check --metadata --restructuredtext --strict - -.include <bsd.port.mk> diff --git a/devel/py-dj31-django-rq/distinfo b/devel/py-dj31-django-rq/distinfo deleted file mode 100644 index 07364c032411..000000000000 --- a/devel/py-dj31-django-rq/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1638556554 -SHA256 (django-rq-2.5.1.tar.gz) = f08486602664d73a6e335872c868d79663e380247e6307496d01b8fa770fefd8 -SIZE (django-rq-2.5.1.tar.gz) = 43704 diff --git a/devel/py-dj31-django-rq/pkg-descr b/devel/py-dj31-django-rq/pkg-descr deleted file mode 100644 index 5273572bf046..000000000000 --- a/devel/py-dj31-django-rq/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Django integration with RQ, a Redis based Python queuing library. Django-RQ is a -simple app that allows you to configure your queues in django's settings.py and -easily use them in your project. - -WWW: https://github.com/rq/django-rq diff --git a/devel/ruby-sdl/Makefile b/devel/ruby-sdl/Makefile deleted file mode 100644 index 2665c9364bb4..000000000000 --- a/devel/ruby-sdl/Makefile +++ /dev/null @@ -1,76 +0,0 @@ -# Created by: Akinori MUSHA aka knu <knu@idaemons.org> - -PORTNAME= sdl -PORTVERSION= 2.2.0 -CATEGORIES= devel graphics audio ruby -MASTER_SITES= https://ohai.github.io/rubysdl/archives/ -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= ruby${PORTNAME}-${PORTVERSION} -DIST_SUBDIR= ruby - -MAINTAINER= ports@FreeBSD.org -COMMENT= Ruby extension library to use SDL library - -LICENSE= LGPL21 - -DEPRECATED= Depends on expired devel/sdl_sge -EXPIRATION_DATE=2021-12-31 - -LIB_DEPENDS= libSGE.so:devel/sdl_sge \ - libSDLSKK.so:devel/sdlskk \ - libsmpeg.so:multimedia/smpeg -RUN_DEPENDS= rubygem-opengl>=0:graphics/rubygem-opengl - -USES= sdl -USE_SDL= mixer image ttf sdl -USE_RUBY= yes -USE_RUBY_EXTCONF= yes - -CONFIGURE_ARGS= --with-sdl-config="sdl-config" \ - --enable-opengl --linkoglmodule \ - --with-x11-dir="${LOCALBASE}" \ - --disable-pthreads -INSTALL_TARGET= site-install - -PORTDOCS= * -PORTEXAMPLES= * - -DOCSDIR= ${RUBY_MODDOCDIR} -EXAMPLESDIR= ${RUBY_MODEXAMPLESDIR} - -DOCSRCDIR1= ${WRKSRC} -DOC_FILES_WRKSRC_JA= NEWS.ja README.ja -DOC_FILES_WRKSRC_EN= NEWS.en README.en - -DOCSRCDIRJA= ${WRKSRC}/doc -DOCSDIRJA= ${RUBY_MODDOCDIR}/doc -DOC_FILESJA= *.rsd *.rb *ref.html - -DOCSRCDIREN= ${WRKSRC}/doc-en -DOCSDIREN= ${RUBY_MODDOCDIR}/doc-en -DOC_FILESEN= *.rsd *ref.en.html - -OPTIONS_DEFINE= DOCS EXAMPLES -OPTIONS_SUB= yes - -post-patch: - @${REINPLACE_CMD} -e 's|LOCAL_LIBS|LDFLAGS|g' ${WRKSRC}/extconf.rb - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ruby/site_ruby/${RUBY_VER}/*/sdl_ext.so - @${REINPLACE_CMD} -e 's|ruby|${LOCALBASE}/bin/ruby|g' ${WRKSRC}/doc/rsd.rb - -post-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR}/ja - ${INSTALL_DATA} ${DOC_FILES_WRKSRC_JA:S|^|${DOCSRCDIR1}/|} ${STAGEDIR}${DOCSDIR}/ja/ - ${INSTALL_DATA} ${DOC_FILES_WRKSRC_EN:S|^|${DOCSRCDIR1}/|} ${STAGEDIR}${DOCSDIR} - - @${MKDIR} ${STAGEDIR}${DOCSDIR}/doc/ja - ${INSTALL_DATA} ${DOC_FILESJA:S|^|${DOCSRCDIRJA}/|} ${STAGEDIR}${DOCSDIR}/doc/ja/ - ${INSTALL_DATA} ${DOC_FILESEN:S|^|${DOCSRCDIREN}/|} ${STAGEDIR}${DOCSDIR}/doc/ - -post-install-EXAMPLES-on: - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/sample/* ${STAGEDIR}${EXAMPLESDIR} - -.include <bsd.port.mk> diff --git a/devel/ruby-sdl/distinfo b/devel/ruby-sdl/distinfo deleted file mode 100644 index 3b02e602abfe..000000000000 --- a/devel/ruby-sdl/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1532165196 -SHA256 (ruby/rubysdl-2.2.0.tar.gz) = 2f4787b57faef7722bca2d7030ee72ee6ce6d03a2124ee48682d7613b21239a7 -SIZE (ruby/rubysdl-2.2.0.tar.gz) = 799369 diff --git a/devel/ruby-sdl/pkg-descr b/devel/ruby-sdl/pkg-descr deleted file mode 100644 index a5fe3f4830b0..000000000000 --- a/devel/ruby-sdl/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -Ruby/SDL is a Ruby extension library to use SDL library. - -Ruby/SDL has following functions. - - Fast 2D graphics drawing. - Input from keyboard, mouse, joystick. - CD playback. - Sound Playback with SDL_mixer - TTF (TrueType Font) drawing with SDL_TTF - Load image files, supporting BMP, PNM, XPM, LBM, PCX, GIF, JPEG, PNG, - TGA formats with SDL_image - mpeg playback with SMPGE - Japanese string input with SDLSKK - 3D graphics drawing with OpenGL Interface - bdf font drawing with SDL_kanji - -WWW: https://ohai.github.io/rubysdl/ diff --git a/devel/ruby-sdl/pkg-plist b/devel/ruby-sdl/pkg-plist deleted file mode 100644 index 294b2360014e..000000000000 --- a/devel/ruby-sdl/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -%%RUBY_SITEARCHLIBDIR%%/sdl_ext.so -%%RUBY_SITELIBDIR%%/rubysdl_aliases.rb -%%RUBY_SITELIBDIR%%/rubysdl_compatible_ver1.rb -%%RUBY_SITELIBDIR%%/sdl.rb -%%RUBY_SITELIBDIR%%/sdl1_compatible.rb diff --git a/devel/rubygem-ruby-sdl-ffi/Makefile b/devel/rubygem-ruby-sdl-ffi/Makefile deleted file mode 100644 index bb341f29e2c7..000000000000 --- a/devel/rubygem-ruby-sdl-ffi/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# Created by: Christoph Kick - -PORTNAME= ruby-sdl-ffi -PORTVERSION= 0.4 -CATEGORIES= devel rubygems -MASTER_SITES= RG - -MAINTAINER= ruby@FreeBSD.org -COMMENT= Low-level binding to SDL and related libraries using Ruby-FFI - -LICENSE= MIT - -DEPRECATED= Depends on expired devel/sdl_sge -EXPIRATION_DATE=2021-12-31 - -RUN_DEPENDS= rubygem-nice-ffi>=0.2:devel/rubygem-nice-ffi - -NO_ARCH= yes - -USE_RUBY= yes -USES= gem - -.include <bsd.port.mk> diff --git a/devel/rubygem-ruby-sdl-ffi/distinfo b/devel/rubygem-ruby-sdl-ffi/distinfo deleted file mode 100644 index 9055af21b7f6..000000000000 --- a/devel/rubygem-ruby-sdl-ffi/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (rubygem/ruby-sdl-ffi-0.4.gem) = ecb098158c60543d387dd17d270354a6309bfc1d7f89c87a010c6653de3a3b7a -SIZE (rubygem/ruby-sdl-ffi-0.4.gem) = 34816 diff --git a/devel/rubygem-ruby-sdl-ffi/pkg-descr b/devel/rubygem-ruby-sdl-ffi/pkg-descr deleted file mode 100644 index bdf36a888eca..000000000000 --- a/devel/rubygem-ruby-sdl-ffi/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Ruby-SDL-FFI is a low-level binding to SDL and related libraries using -Ruby-FFI. It provides very basic access to SDL from Ruby without the -need for a compiled C wrapper. It aims to be platform and Ruby -implementation independent. - -WWW: https://github.com/jacius/ruby-sdl-ffi diff --git a/devel/rubygem-rubygame/Makefile b/devel/rubygem-rubygame/Makefile deleted file mode 100644 index c91d24bdd2b6..000000000000 --- a/devel/rubygem-rubygame/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# Created by: ws Christoph Kick - -PORTNAME= rubygame -PORTVERSION= 2.6.4 -PORTREVISION= 9 -CATEGORIES= devel rubygems -MASTER_SITES= RG - -MAINTAINER= ruby@FreeBSD.org -COMMENT= Game-development extension and library for the ruby language - -LICENSE= LGPL21 - -DEPRECATED= Depends on expired devel/sdl_sge -EXPIRATION_DATE=2021-12-31 - -RUN_DEPENDS= rubygem-rake>=0.7.0:devel/rubygem-rake \ - rubygem-ruby-sdl-ffi>=0.1.0:devel/rubygem-ruby-sdl-ffi - -NO_ARCH= yes -USE_RUBY= yes -USE_SDL= gfx image mixer ttf -USES= gem sdl - -.include <bsd.port.mk> diff --git a/devel/rubygem-rubygame/distinfo b/devel/rubygem-rubygame/distinfo deleted file mode 100644 index a8bda5e8393d..000000000000 --- a/devel/rubygem-rubygame/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (rubygem/rubygame-2.6.4.gem) = e6f44e2f579d17e69c2e2894c50b23e491722736827857bc3a50684cc3ae20e9 -SIZE (rubygem/rubygame-2.6.4.gem) = 590336 diff --git a/devel/rubygem-rubygame/pkg-descr b/devel/rubygem-rubygame/pkg-descr deleted file mode 100644 index 08b81577dbeb..000000000000 --- a/devel/rubygem-rubygame/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Rubygame is a game-development extension and library for the ruby -language, with similarities to pygame. The purpose of rubygame is -make the creation of games in the ruby language simple, easy, and -fun, without limiting flexibility. - -WWW: http://rubygame.org/ diff --git a/devel/sdl_sge/Makefile b/devel/sdl_sge/Makefile deleted file mode 100644 index b569cb8d07f5..000000000000 --- a/devel/sdl_sge/Makefile +++ /dev/null @@ -1,55 +0,0 @@ -# Created by: Jona Joachim <walkingshadow@grummel.net> - -PORTNAME= sdl_sge -PORTVERSION= 0.030809 -PORTREVISION= 15 -CATEGORIES= devel graphics -MASTER_SITES= http://ports-space.haiku-files.org/source/ -DISTNAME= sge030809 - -MAINTAINER= ports@FreeBSD.org -COMMENT= Graphic library for the Simple DirectMedia Layer (SDL) - -LICENSE= LGPL20+ # LICENSE is LGPL21 - -USES= gmake sdl -USE_SDL= sdl -USE_LDCONFIG= yes - -PORTDOCS= * -PORTEXAMPLES= * - -DEPRECATED= Upstream no longer maintained -EXPIRATION_DATE= 2021-10-31 - -OPTIONS_DEFINE= SDL FREETYPE DOCS EXAMPLES -OPTIONS_DEFAULT=SDL FREETYPE - -FREETYPE_LIB_DEPENDS= libfreetype.so:print/freetype2 -FREETYPE_USES= pkgconfig -FREETYPE_MAKE_ARGS= USE_FT=y -FREETYPE_MAKE_ARGS_OFF= USE_FT=n - -SDL_DESC= Enable support for SDL_image -SDL_USE= SDL=image -SDL_MAKE_ARGS= USE_IMG=y -SDL_MAKE_ARGS_OFF= USE_IMG=n - -post-patch: - @${REINPLACE_CMD} -e \ - 's|PREFIX =PREFIX|PREFIX =${STAGEDIR}${PREFIX}|g ; \ - s|PREFIX_H =PREFIX_H|PREFIX_H =${STAGEDIR}${PREFIX}/include/SDL|g ; \ - s|sdl-config|${SDL_CONFIG}|g' ${WRKSRC}/Makefile.conf - -post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libSGE.so - -post-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/docs/* ${STAGEDIR}${DOCSDIR} - -post-install-EXAMPLES-on: - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} - -.include <bsd.port.mk> diff --git a/devel/sdl_sge/distinfo b/devel/sdl_sge/distinfo deleted file mode 100644 index 4a319900b843..000000000000 --- a/devel/sdl_sge/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (sge030809.tar.gz) = 25cfbe59ab99647254e69d25984707045492c2a5d1b15f27d999d0284a7110fc -SIZE (sge030809.tar.gz) = 251698 diff --git a/devel/sdl_sge/files/patch-Makefile b/devel/sdl_sge/files/patch-Makefile deleted file mode 100644 index 9089803403f0..000000000000 --- a/devel/sdl_sge/files/patch-Makefile +++ /dev/null @@ -1,29 +0,0 @@ ---- work/sge030809/Makefile Tue Aug 12 00:40:41 2003 -+++ Makefile Fri Aug 4 15:28:10 2006 -@@ -12,16 +12,11 @@ - - all: config $(OBJECTS) - @ar rsc libSGE.a $(OBJECTS) -+ $(CXX) $(CFLAGS) -Wl,-soname,libSGE.so.$(API_VER) -fpic -fPIC -shared -o libSGE.so $(OBJECTS) $(LIBS) - - $(OBJECTS): %.o:%.cpp %.h #Each object depends on thier .cpp and .h file - $(CXX) $(CFLAGS) -c $< - --shared: all -- $(CXX) $(CFLAGS) -Wl,-soname,libSGE.so.$(API_VER) -fpic -fPIC -shared -o libSGE.so $(OBJECTS) $(LIBS) -- --shared-strip: shared -- @strip libSGE.so -- - # Building a dll... I have no idea how to do this, but it should be something like below. - dll: config $(OBJECTS) - dlltool --output-def SGE.def $(OBJECTS) -@@ -70,7 +65,7 @@ - @echo "" - endif - --install: shared -+install: - @mkdir -p $(PREFIX_H) - install -c -m 644 sge*.h $(PREFIX_H) - @mkdir -p $(PREFIX)/lib diff --git a/devel/sdl_sge/files/patch-Makefile.conf b/devel/sdl_sge/files/patch-Makefile.conf deleted file mode 100644 index 7e638957ad24..000000000000 --- a/devel/sdl_sge/files/patch-Makefile.conf +++ /dev/null @@ -1,66 +0,0 @@ ---- Makefile.conf.orig 2003-08-11 22:43:35 UTC -+++ Makefile.conf -@@ -7,11 +7,6 @@ C_COMP = y - #USE_IMG = n - #QUIET = y - -- --# Compilers (C and C++) --CC=gcc --CXX=g++ -- - # Make sure sdl-config is available - HAVE_SDL =$(shell if (sdl-config --version) < /dev/null > /dev/null 2>&1; then echo "y"; else echo "n"; fi;) - ifeq ($(HAVE_SDL),n) -@@ -19,45 +14,24 @@ ifeq ($(HAVE_SDL),n) - endif - - # Where should SGE be installed? --PREFIX =$(shell sdl-config --prefix) -+PREFIX =PREFIX - - # Where should the headerfiles be installed? --PREFIX_H =$(shell sdl-config --prefix)/include/SDL -+PREFIX_H =PREFIX_H - - # Flags passed to the compiler --CFLAGS =-Wall -O3 -ffast-math -+#CFLAGS =-Wall -O3 -ffast-math - SGE_CFLAGS =$(shell sdl-config --cflags) --# Uncomment to make some more optimizations --#CFLAGS =-Wall -O9 -ffast-math -march=i686 - -- - # Libs config --SGE_LIBS =$(shell sdl-config --libs) -lstdc++ -+SGE_LIBS =$(shell sdl-config --libs) - -- --# Is freetype-config available? --HAVE_FT =$(shell if (freetype-config --version) < /dev/null > /dev/null 2>&1; then echo "y"; else echo "n"; fi;) --ifeq ($(HAVE_FT),n) -- USE_FT = n --endif -- - ifneq ($(USE_FT),n) - USE_FT = y -- SGE_LIBS +=$(shell freetype-config --libs) -- FT_CFLAGS =$(shell freetype-config --cflags) -+ SGE_LIBS +=$(shell pkg-config freetype2 --libs) -+ FT_CFLAGS =$(shell pkg-config freetype2 --cflags) - endif - -- --# Is SDL_image available? --HAVE_IMG =$(shell if test -e "`sdl-config --prefix`/include/SDL/SDL_image.h" >/dev/null 2>&1; then echo "y"; else echo "n"; fi;) -- --ifneq ($(USE_IMG),y) -- ifneq ($(USE_IMG),n) -- USE_IMG =$(HAVE_IMG) -- endif --endif -- - ifeq ($(USE_IMG),y) - SGE_LIBS +=-lSDL_image - endif -- diff --git a/devel/sdl_sge/files/patch-sge030809-sge_tt_text.cpp b/devel/sdl_sge/files/patch-sge030809-sge_tt_text.cpp deleted file mode 100644 index 83cff497cf45..000000000000 --- a/devel/sdl_sge/files/patch-sge030809-sge_tt_text.cpp +++ /dev/null @@ -1,26 +0,0 @@ ---- sge_tt_text.cpp.orig Fri Aug 8 08:48:08 2003 -+++ sge_tt_text.cpp Wed Oct 4 11:43:47 2006 -@@ -36,10 +36,10 @@ - #include "sge_textpp.h" - - #ifndef _SGE_NOTTF --#include <freetype/freetype.h> --#include <freetype/ftoutln.h> --#include <freetype/ttnameid.h> --#include <freetype/internal/ftobjs.h> -+#include <ft2build.h> -+#include FT_FREETYPE_H -+#include FT_OUTLINE_H -+#include FT_TRUETYPE_IDS_H - - /* The structure used to hold glyph information (cached) */ - struct glyph { -@@ -294,7 +294,7 @@ - } - memset(stream, 0, sizeof(*stream)); - -- stream->memory = _sge_library->memory; -+ stream->memory = NULL; - stream->read = RWread; - stream->descriptor.pointer = src; - stream->pos = (unsigned long)position; diff --git a/devel/sdl_sge/pkg-descr b/devel/sdl_sge/pkg-descr deleted file mode 100644 index b38bbf0a0e1c..000000000000 --- a/devel/sdl_sge/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -SGE is a graphic library for the Simple DirectMedia Layer (SDL) library. -Some of SGE:s features are: - -Pixel operations - -Clipping - -Lines, circles and other figures (with antialiasing and alpha blending) - -Rotation and scaling of surfaces - -Palette functions - -TrueType/Bitmap/SFont font functions - -Basic 2D collision detection - -Sprite classes - -Basic texture mapping - -Filled and gourand shaded polygons (with antialiasing or alpha blending) diff --git a/devel/sdl_sge/pkg-plist b/devel/sdl_sge/pkg-plist deleted file mode 100644 index 3b09ef04ab05..000000000000 --- a/devel/sdl_sge/pkg-plist +++ /dev/null @@ -1,17 +0,0 @@ -include/SDL/sge.h -include/SDL/sge_blib.h -include/SDL/sge_bm_text.h -include/SDL/sge_collision.h -include/SDL/sge_config.h -include/SDL/sge_internal.h -include/SDL/sge_misc.h -include/SDL/sge_primitives.h -include/SDL/sge_rotation.h -include/SDL/sge_shape.h -include/SDL/sge_surface.h -include/SDL/sge_textpp.h -include/SDL/sge_tt_text.h -lib/libSGE.a -lib/libSGE.so -lib/libSGE.so.0 -lib/libSGE.so.0.030809 diff --git a/devel/yasm-devel/Makefile b/devel/yasm-devel/Makefile deleted file mode 100644 index 17669ce78c25..000000000000 --- a/devel/yasm-devel/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# Created by: ijliao - -PORTNAME= yasm -PORTVERSION= 1.2.0.29 -DISTVERSIONSUFFIX= .g87c0 -PORTREVISION= 1 -CATEGORIES= devel lang -MASTER_SITES= http://www.tortall.net/projects/yasm/snapshots/v${DISTVERSION}${DISTVERSIONSUFFIX}/ -PKGNAMESUFFIX= -devel - -MAINTAINER= koobs@FreeBSD.org -COMMENT= Complete rewrite of the NASM assembler (Development Snapshot) - -LICENSE= ART10 BSD2CLAUSE BSD3CLAUSE -LICENSE_COMB= multi - -DEPRECATED= No need to keep the -devel version due to upstream inactivity -EXPIRATION_DATE= 2021-12-31 - -OPTIONS_DEFINE= DEBUG NLS - -GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --disable-python --disable-python-bindings -TEST_TARGET= check - -NLS_USES= gettext iconv -NLS_CONFIGURE_ENABLE= nls -NLS_CONFIGURE_ON= --with-libiconv-prefix=${LOCALBASE} \ - --with-libintl-prefix=${LOCALBASE} -NLS_CONFIGURE_OFF= --without-libiconv-prefix \ - --without-libintl-prefix - -CONFLICTS_INSTALL= yasm - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MDEBUG} || defined(WITH_DEBUG) -CONFIGURE_ARGS+= --enable-debug -.endif - -.include <bsd.port.mk> diff --git a/devel/yasm-devel/distinfo b/devel/yasm-devel/distinfo deleted file mode 100644 index faafe666284a..000000000000 --- a/devel/yasm-devel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (yasm-1.2.0.29.g87c0.tar.gz) = 1d73e87cfc58ef89fd2bb63c680bdb32c6b99f07159744722f5e9dd00b9b876f -SIZE (yasm-1.2.0.29.g87c0.tar.gz) = 1428812 diff --git a/devel/yasm-devel/pkg-descr b/devel/yasm-devel/pkg-descr deleted file mode 100644 index c37a780ded0b..000000000000 --- a/devel/yasm-devel/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -YASM is a complete rewrite of the NASM assembler under the "new" BSD License. - -Yasm currently supports the x86 and AMD64 instruction sets, accepts -NASM and GAS assembler syntaxes, outputs binary, ELF32, ELF64, COFF, Mach-O -(32 and 64), RDOFF2, Win32, and Win64 object formats, and generates source -debugging information in STABS, DWARF 2, and CodeView 8 formats. - -WWW: http://www.tortall.net/projects/yasm/ diff --git a/devel/yasm-devel/pkg-plist b/devel/yasm-devel/pkg-plist deleted file mode 100644 index 1193eba5253d..000000000000 --- a/devel/yasm-devel/pkg-plist +++ /dev/null @@ -1,38 +0,0 @@ -bin/yasm -bin/ytasm -bin/vsyasm -include/libyasm.h -include/libyasm-stdint.h -include/libyasm/arch.h -include/libyasm/assocdat.h -include/libyasm/bitvect.h -include/libyasm/bytecode.h -include/libyasm/compat-queue.h -include/libyasm/coretype.h -include/libyasm/dbgfmt.h -include/libyasm/errwarn.h -include/libyasm/expr.h -include/libyasm/file.h -include/libyasm/floatnum.h -include/libyasm/hamt.h -include/libyasm/insn.h -include/libyasm/intnum.h -include/libyasm/inttree.h -include/libyasm/linemap.h -include/libyasm/listfmt.h -include/libyasm/md5.h -include/libyasm/module.h -include/libyasm/objfmt.h -include/libyasm/parser.h -include/libyasm/phash.h -include/libyasm/preproc.h -include/libyasm/section.h -include/libyasm/symrec.h -include/libyasm/valparam.h -include/libyasm/value.h -lib/libyasm.a -man/man1/yasm.1.gz -man/man7/yasm_arch.7.gz -man/man7/yasm_dbgfmts.7.gz -man/man7/yasm_objfmts.7.gz -man/man7/yasm_parsers.7.gz |