diff options
Diffstat (limited to 'devel')
552 files changed, 2 insertions, 27576 deletions
diff --git a/devel/allegro-devel/Makefile b/devel/allegro-devel/Makefile deleted file mode 100644 index 207c85e6b389..000000000000 --- a/devel/allegro-devel/Makefile +++ /dev/null @@ -1,89 +0,0 @@ -# New ports collection makefile for: allegro -# Date created: 23-Feb-2001 -# Whom: Jimmy Olgeni <olgeni@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= allegro -PORTVERSION= 4.1.12 -PORTREVISION= 1 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= alleg - -MAINTAINER= ports@FreeBSD.org -COMMENT= A cross-platform library for games and multimedia programming - -USE_XLIB= yes -WANT_GNOME= yes -USE_REINPLACE= yes -USE_GMAKE= yes -USE_AUTOCONF_VER= 253 -CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -DHAVE_LIBPTHREAD" \ - LDFLAGS="${PTHREAD_LIBS}" -CONFIGURE_ARGS= --enable-vga=no -MAKEFILE= makefile -ALL_TARGET= full-build -INSTALLS_SHLIB= yes - -SHLIB_VER= 41 -PLIST_SUB= SHLIB_VER="${SHLIB_VER}" -DEMO= demo.c demo.dat demo.h music.txt ../readme.txt - -INFO= allegro - -.include <bsd.port.pre.mk> - -.if ${HAVE_GNOME:Mesound}!="" -USE_GNOME+= esound -PKGNAMESUFFIX= -esound -PLIST_SUB+= ESOUND="" -.else -CONFIGURE_ARGS+= --enable-esddigi=no -PLIST_SUB+= ESOUND="@comment " -.endif - -.if exists(${LOCALBASE}/lib/libartsc.so.0) -WITH_ARTS= yes -.endif -.if defined(WITH_ARTS) -LIB_DEPENDS+= artsc.0:${PORTSDIR}/audio/arts -PLIST_SUB+= ARTS="" -.else -CONFIGURE_ARGS+= --disable-artsdigi -PLIST_SUB+= ARTS="@comment " -.endif - -.if defined(WITHOUT_DEVEL) -INSTALL_TARGET= mini-install install-man install-info -PLIST_SUB+= FULL="@comment " -.else -INSTALL_TARGET= full-install install-man install-info -PLIST_SUB+= FULL="" -.endif - -.if !defined(NOPORTDOCS) -PLIST_SUB+= EXAMPLESDIR="share/examples/${PORTNAME}" -.endif - -post-patch: - @${REINPLACE_CMD} -e \ - 's|${PORTVERSION}|${SHLIB_VER}|g' ${WRKSRC}/makefile.ver - @${REINPLACE_CMD} -e 's|-l[$$]{lib_type}-[$$]{version}|-l\$${lib_type}|' \ - ${WRKSRC}/misc/allegro-config.in - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/docs/html/*.html ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/docs/html/*.css ${DOCSDIR} - @${MKDIR} ${EXAMPLESDIR} - ${INSTALL_PROGRAM} ${WRKSRC}/demo/demo ${EXAMPLESDIR} -.for FILE in ${DEMO} - ${INSTALL_DATA} ${WRKSRC}/demo/${FILE} ${EXAMPLESDIR} -.endfor -.endif - -.include "Makefile.man" -.include <bsd.port.post.mk> diff --git a/devel/allegro-devel/Makefile.man b/devel/allegro-devel/Makefile.man deleted file mode 100644 index ae663ffea8fb..000000000000 --- a/devel/allegro-devel/Makefile.man +++ /dev/null @@ -1,790 +0,0 @@ -MAN3= \ - ASSERT.3 \ - AUDIOSTREAM.3 \ - BITMAP.3 \ - COLOR_MAP.3 \ - COMPILED_SPRITE.3 \ - DATAFILE.3 \ - DIALOG.3 \ - DIALOG_PLAYER.3 \ - END_OF_MAIN.3 \ - FONT.3 \ - GFX_MODE.3 \ - GFX_MODE_LIST.3 \ - JOYSTICK_BUTTON_INFO.3 \ - JOYSTICK_INFO.3 \ - JOYSTICK_STICK_INFO.3 \ - JOYSTIC_AXIS_INFO.3 \ - MASK_COLOR_15.3 \ - MASK_COLOR_16.3 \ - MASK_COLOR_24.3 \ - MASK_COLOR_32.3 \ - MASK_COLOR_8.3 \ - MATRIX.3 \ - MATRIX_f.3 \ - MENU.3 \ - MENU_PLAYER.3 \ - MIDI.3 \ - PACKFILE.3 \ - PALETTE.3 \ - QUAT.3 \ - RGB.3 \ - RGB_MAP.3 \ - RLE_SPRITE.3 \ - SAMPLE.3 \ - TRACE.3 \ - V3D.3 \ - V3D_f.3 \ - ZBUFFER.3 \ - _getpixel.3 \ - _getpixel15.3 \ - _getpixel16.3 \ - _getpixel24.3 \ - _getpixel32.3 \ - _putpixel.3 \ - _putpixel15.3 \ - _putpixel16.3 \ - _putpixel24.3 \ - _putpixel32.3 \ - _set_color.3 \ - _ustrdup.3 \ - acquire_bitmap.3 \ - acquire_screen.3 \ - active_dialog.3 \ - active_menu.3 \ - adjust_sample.3 \ - al_assert.3 \ - al_ffblk.3 \ - al_findclose.3 \ - al_findfirst.3 \ - al_findnext.3 \ - al_trace.3 \ - alert.3 \ - alert3.3 \ - allegro_404_char.3 \ - allegro_error.3 \ - allegro_exit.3 \ - allegro_id.3 \ - allegro_init.3 \ - allegro_message.3 \ - allocate_voice.3 \ - append_filename.3 \ - apply_matrix.3 \ - apply_matrix_f.3 \ - apply_quat.3 \ - arc.3 \ - bestfit_color.3 \ - bitmap_color_depth.3 \ - bitmap_mask_color.3 \ - black_palette.3 \ - blit.3 \ - broadcast_dialog_message.3 \ - calc_spline.3 \ - calibrate_joystick.3 \ - calibrate_joystick_name.3 \ - canonicalize_filename.3 \ - centre_dialog.3 \ - check_cpu.3 \ - circle.3 \ - circlefill.3 \ - clear_bitmap.3 \ - clear_keybuf.3 \ - clear_scene.3 \ - clear_to_color.3 \ - clear_zbuffer.3 \ - clip3d.3 \ - clip3d_f.3 \ - close_fli.3 \ - color_map.3 \ - config_is_hooked.3 \ - cpu_capabilities.3 \ - cpu_family.3 \ - cpu_model.3 \ - cpu_vendor.3 \ - create_bitmap.3 \ - create_bitmap_ex.3 \ - create_blender_table.3 \ - create_color_table.3 \ - create_light_table.3 \ - create_rgb_table.3 \ - create_sample.3 \ - create_scene.3 \ - create_sub_bitmap.3 \ - create_sub_zbuffer.3 \ - create_system_bitmap.3 \ - create_trans_table.3 \ - create_video_bitmap.3 \ - create_zbuffer.3 \ - cross_product.3 \ - cross_product_f.3 \ - d_bitmap_proc.3 \ - d_box_proc.3 \ - d_button_proc.3 \ - d_check_proc.3 \ - d_clear_proc.3 \ - d_ctext_proc.3 \ - d_edit_proc.3 \ - d_icon_proc.3 \ - d_keyboard_proc.3 \ - d_list_proc.3 \ - d_menu_proc.3 \ - d_radio_proc.3 \ - d_rtext_proc.3 \ - d_shadow_box_proc.3 \ - d_slider_proc.3 \ - d_text_list_proc.3 \ - d_text_proc.3 \ - d_textbox_proc.3 \ - d_yield_proc.3 \ - deallocate_voice.3 \ - default_palette.3 \ - delete_file.3 \ - desktop_color_depth.3 \ - desktop_palette.3 \ - destroy_bitmap.3 \ - destroy_compiled_sprite.3 \ - destroy_font.3 \ - destroy_gfx_mode_list.3 \ - destroy_midi.3 \ - destroy_rle_sprite.3 \ - destroy_sample.3 \ - destroy_scene.3 \ - destroy_zbuffer.3 \ - detect_digi_driver.3 \ - detect_midi_driver.3 \ - dialog_message.3 \ - digi_recorder.3 \ - do_arc.3 \ - do_circle.3 \ - do_dialog.3 \ - do_ellipse.3 \ - do_line.3 \ - do_menu.3 \ - do_uconvert.3 \ - dot_product.3 \ - dot_product_f.3 \ - draw_character_ex.3 \ - draw_compiled_sprite.3 \ - draw_gouraud_sprite.3 \ - draw_lit_rle_sprite.3 \ - draw_lit_sprite.3 \ - draw_rle_sprite.3 \ - draw_sprite.3 \ - draw_sprite_h_flip.3 \ - draw_sprite_v_flip.3 \ - draw_sprite_vh_flip.3 \ - draw_trans_rle_sprite.3 \ - draw_trans_sprite.3 \ - drawing_mode.3 \ - ellipse.3 \ - ellipsefill.3 \ - empty_string.3 \ - enable_triple_buffer.3 \ - ex12bit.3 \ - ex3buf.3 \ - ex3d.3 \ - exaccel.3 \ - exalpha.3 \ - exbitmap.3 \ - exblend.3 \ - excamera.3 \ - excolmap.3 \ - exconfig.3 \ - excustom.3 \ - exdata.3 \ - exdbuf.3 \ - exdodgy.3 \ - exexedat.3 \ - exfixed.3 \ - exflame.3 \ - exflip.3 \ - exgui.3 \ - exhello.3 \ - exists.3 \ - exjoy.3 \ - exkeys.3 \ - exlights.3 \ - exmem.3 \ - exmidi.3 \ - exmouse.3 \ - expal.3 \ - expat.3 \ - exquat.3 \ - exrgbhsv.3 \ - exsample.3 \ - exscale.3 \ - exscn3d.3 \ - exscroll.3 \ - exshade.3 \ - exspline.3 \ - exsprite.3 \ - exstars.3 \ - exstream.3 \ - exswitch.3 \ - extimer.3 \ - extrans.3 \ - extruec.3 \ - exunicod.3 \ - exupdate.3 \ - exxfade.3 \ - exzbuf.3 \ - fade_from.3 \ - fade_from_range.3 \ - fade_in.3 \ - fade_in_range.3 \ - fade_interpolate.3 \ - fade_out.3 \ - fade_out_range.3 \ - file_exists.3 \ - file_select_ex.3 \ - file_size.3 \ - file_time.3 \ - find_allegro_resource.3 \ - find_datafile_object.3 \ - find_dialog_focus.3 \ - fix_filename_case.3 \ - fix_filename_slashes.3 \ - fixacos.3 \ - fixadd.3 \ - fixasin.3 \ - fixatan.3 \ - fixatan2.3 \ - fixceil.3 \ - fixcos.3 \ - fixdiv.3 \ - fixed.3 \ - fixfloor.3 \ - fixhypot.3 \ - fixmul.3 \ - fixsin.3 \ - fixsqrt.3 \ - fixsub.3 \ - fixtan.3 \ - fixtof.3 \ - fixtoi.3 \ - fixtorad_r.3 \ - fixup_datafile.3 \ - fli_bitmap.3 \ - fli_bmp_dirty_from.3 \ - fli_bmp_dirty_to.3 \ - fli_frame.3 \ - fli_pal_dirty_from.3 \ - fli_pal_dirty_to.3 \ - fli_palette.3 \ - fli_timer.3 \ - floodfill.3 \ - flush_config_file.3 \ - font.3 \ - for_each_file_ex.3 \ - free_audio_stream_buffer.3 \ - freeze_mouse_flag.3 \ - ftofix.3 \ - generate_332_palette.3 \ - generate_optimized_palette.3 \ - get_align_matrix.3 \ - get_align_matrix_f.3 \ - get_audio_stream_buffer.3 \ - get_camera_matrix.3 \ - get_camera_matrix_f.3 \ - get_color.3 \ - get_color_conversion.3 \ - get_color_depth.3 \ - get_compiled_sprite.3 \ - get_config_argv.3 \ - get_config_float.3 \ - get_config_hex.3 \ - get_config_id.3 \ - get_config_int.3 \ - get_config_string.3 \ - get_config_text.3 \ - get_datafile_property.3 \ - get_desktop_resolution.3 \ - get_display_switch_mode.3 \ - get_executable_name.3 \ - get_extension.3 \ - get_filename.3 \ - get_gfx_mode_list.3 \ - get_mouse_mickeys.3 \ - get_palette.3 \ - get_palette_range.3 \ - get_refresh_rate.3 \ - get_rle_sprite.3 \ - get_rotation_matrix.3 \ - get_rotation_matrix_f.3 \ - get_rotation_quat.3 \ - get_scaling_matrix.3 \ - get_scaling_matrix_f.3 \ - get_sound_input_cap_bits.3 \ - get_sound_input_cap_parm.3 \ - get_sound_input_cap_rate.3 \ - get_sound_input_cap_stereo.3 \ - get_transformation_matrix.3 \ - get_transformation_matrix_f.3 \ - get_translation_matrix.3 \ - get_translation_matrix_f.3 \ - get_uformat.3 \ - get_vector_rotation_matrix.3 \ - get_vector_rotation_matrix_f.3 \ - get_vector_rotation_quat.3 \ - get_x_rotate_matrix.3 \ - get_x_rotate_matrix_f.3 \ - get_x_rotate_quat.3 \ - get_y_rotate_matrix.3 \ - get_y_rotate_matrix_f.3 \ - get_y_rotate_quat.3 \ - get_z_rotate_matrix.3 \ - get_z_rotate_matrix_f.3 \ - get_z_rotate_quat.3 \ - geta.3 \ - geta32.3 \ - geta_depth.3 \ - getb.3 \ - getb15.3 \ - getb16.3 \ - getb24.3 \ - getb32.3 \ - getb8.3 \ - getb_depth.3 \ - getg.3 \ - getg15.3 \ - getg16.3 \ - getg24.3 \ - getg32.3 \ - getg8.3 \ - getg_depth.3 \ - getpixel.3 \ - getr.3 \ - getr15.3 \ - getr16.3 \ - getr24.3 \ - getr32.3 \ - getr8.3 \ - getr_depth.3 \ - gfx_capabilities.3 \ - gfx_mode_select.3 \ - gfx_mode_select_ex.3 \ - gfx_mode_select_filter.3 \ - gui_bg_color.3 \ - gui_button_proc.3 \ - gui_ctext_proc.3 \ - gui_edit_proc.3 \ - gui_fg_color.3 \ - gui_font_baseline.3 \ - gui_list_proc.3 \ - gui_menu_draw_menu.3 \ - gui_menu_draw_menu_item.3 \ - gui_mg_color.3 \ - gui_mouse_b.3 \ - gui_mouse_focus.3 \ - gui_mouse_x.3 \ - gui_mouse_y.3 \ - gui_mouse_z.3 \ - gui_shadow_box_proc.3 \ - gui_strlen.3 \ - gui_text_list_proc.3 \ - gui_textout_ex.3 \ - hline.3 \ - hook_config_section.3 \ - hsv_to_rgb.3 \ - identity_matrix.3 \ - identity_matrix_f.3 \ - identity_quat.3 \ - init_dialog.3 \ - init_menu.3 \ - initialise_joystick.3 \ - install_allegro.3 \ - install_int.3 \ - install_int_ex.3 \ - install_joystick.3 \ - install_keyboard.3 \ - install_keyboard_hooks.3 \ - install_mouse.3 \ - install_param_int.3 \ - install_param_int_ex.3 \ - install_sound.3 \ - install_sound_input.3 \ - install_timer.3 \ - is_linear_bitmap.3 \ - is_memory_bitmap.3 \ - is_planar_bitmap.3 \ - is_relative_filename.3 \ - is_same_bitmap.3 \ - is_screen_bitmap.3 \ - is_sub_bitmap.3 \ - is_system_bitmap.3 \ - is_video_bitmap.3 \ - itofix.3 \ - joy.3 \ - key.3 \ - key_led_flag.3 \ - key_shifts.3 \ - keyboard_callback.3 \ - keyboard_lowlevel_callback.3 \ - keyboard_needs_poll.3 \ - keyboard_ucallback.3 \ - keypressed.3 \ - line.3 \ - load_bitmap.3 \ - load_bmp.3 \ - load_datafile.3 \ - load_datafile_callback.3 \ - load_datafile_object.3 \ - load_ibk.3 \ - load_joystick_data.3 \ - load_lbm.3 \ - load_midi.3 \ - load_midi_patches.3 \ - load_pcx.3 \ - load_sample.3 \ - load_tga.3 \ - load_voc.3 \ - load_wav.3 \ - lock_bitmap.3 \ - lock_midi.3 \ - lock_sample.3 \ - make_absolute_filename.3 \ - make_relative_filename.3 \ - makeacol.3 \ - makeacol32.3 \ - makeacol_depth.3 \ - makecol.3 \ - makecol15.3 \ - makecol15_dither.3 \ - makecol16.3 \ - makecol16_dither.3 \ - makecol24.3 \ - makecol32.3 \ - makecol8.3 \ - makecol_depth.3 \ - masked_blit.3 \ - masked_stretch_blit.3 \ - matrix_mul.3 \ - matrix_mul_f.3 \ - matrix_to_quat.3 \ - midi_loop_end.3 \ - midi_loop_start.3 \ - midi_meta_callback.3 \ - midi_msg_callback.3 \ - midi_out.3 \ - midi_pause.3 \ - midi_pos.3 \ - midi_recorder.3 \ - midi_resume.3 \ - midi_seek.3 \ - midi_sysex_callback.3 \ - mouse_b.3 \ - mouse_callback.3 \ - mouse_needs_poll.3 \ - mouse_pos.3 \ - mouse_sprite.3 \ - mouse_x.3 \ - mouse_x_focus.3 \ - mouse_y.3 \ - mouse_y_focus.3 \ - mouse_z.3 \ - need_uconvert.3 \ - next_fli_frame.3 \ - normalize_vector.3 \ - normalize_vector_f.3 \ - num_joysticks.3 \ - object_message.3 \ - offer_focus.3 \ - open_fli.3 \ - open_memory_fli.3 \ - os_multitasking.3 \ - os_revision.3 \ - os_type.3 \ - os_version.3 \ - override_config_data.3 \ - override_config_file.3 \ - pack_fclose.3 \ - pack_fclose_chunk.3 \ - pack_feof.3 \ - pack_ferror.3 \ - pack_fgets.3 \ - pack_fopen.3 \ - pack_fopen_chunk.3 \ - pack_fputs.3 \ - pack_fread.3 \ - pack_fseek.3 \ - pack_fwrite.3 \ - pack_getc.3 \ - pack_igetl.3 \ - pack_igetw.3 \ - pack_iputl.3 \ - pack_iputw.3 \ - pack_mgetl.3 \ - pack_mgetw.3 \ - pack_mputl.3 \ - pack_mputw.3 \ - pack_putc.3 \ - packfile_password.3 \ - palette_color.3 \ - persp_project.3 \ - persp_project_f.3 \ - pivot_scaled_sprite.3 \ - pivot_scaled_sprite_v_flip.3 \ - pivot_sprite.3 \ - pivot_sprite_v_flip.3 \ - play_audio_stream.3 \ - play_fli.3 \ - play_looped_midi.3 \ - play_memory_fli.3 \ - play_midi.3 \ - play_sample.3 \ - poll_joystick.3 \ - poll_keyboard.3 \ - poll_mouse.3 \ - poll_scroll.3 \ - polygon.3 \ - polygon3d.3 \ - polygon3d_f.3 \ - polygon_z_normal.3 \ - polygon_z_normal_f.3 \ - pop_config_state.3 \ - popup_dialog.3 \ - position_dialog.3 \ - position_mouse.3 \ - position_mouse_z.3 \ - push_config_state.3 \ - put_backslash.3 \ - putpixel.3 \ - qnx_get_window.3 \ - qscale_matrix.3 \ - qscale_matrix_f.3 \ - qtranslate_matrix.3 \ - qtranslate_matrix_f.3 \ - quad3d.3 \ - quad3d_f.3 \ - quat_interpolate.3 \ - quat_mul.3 \ - quat_slerp.3 \ - quat_to_matrix.3 \ - radtofix_r.3 \ - read_sound_input.3 \ - readkey.3 \ - reallocate_voice.3 \ - rect.3 \ - rectfill.3 \ - register_assert_handler.3 \ - register_bitmap_file_type.3 \ - register_datafile_object.3 \ - register_sample_file_type.3 \ - register_trace_handler.3 \ - register_uformat.3 \ - release_bitmap.3 \ - release_screen.3 \ - release_voice.3 \ - reload_config_texts.3 \ - remove_display_switch_callback.3 \ - remove_int.3 \ - remove_joystick.3 \ - remove_keyboard.3 \ - remove_mouse.3 \ - remove_param_int.3 \ - remove_sound.3 \ - remove_sound_input.3 \ - remove_timer.3 \ - render_scene.3 \ - replace_extension.3 \ - replace_filename.3 \ - request_refresh_rate.3 \ - request_scroll.3 \ - request_video_bitmap.3 \ - reserve_voices.3 \ - reset_fli_variables.3 \ - rest.3 \ - rest_callback.3 \ - retrace_count.3 \ - retrace_proc.3 \ - rgb_map.3 \ - rgb_to_hsv.3 \ - rotate_scaled_sprite.3 \ - rotate_scaled_sprite_v_flip.3 \ - rotate_sprite.3 \ - rotate_sprite_v_flip.3 \ - save_bitmap.3 \ - save_bmp.3 \ - save_joystick_data.3 \ - save_pcx.3 \ - save_sample.3 \ - save_tga.3 \ - scancode_to_ascii.3 \ - scare_mouse.3 \ - scare_mouse_area.3 \ - scene_gap.3 \ - scene_polygon3d.3 \ - scene_polygon3d_f.3 \ - screen.3 \ - scroll_screen.3 \ - select_palette.3 \ - set_add_blender.3 \ - set_alpha_blender.3 \ - set_blender_mode.3 \ - set_blender_mode_ex.3 \ - set_burn_blender.3 \ - set_clip.3 \ - set_close_button_callback.3 \ - set_color.3 \ - set_color_blender.3 \ - set_color_conversion.3 \ - set_color_depth.3 \ - set_config_data.3 \ - set_config_file.3 \ - set_config_float.3 \ - set_config_hex.3 \ - set_config_id.3 \ - set_config_int.3 \ - set_config_string.3 \ - set_dialog_color.3 \ - set_difference_blender.3 \ - set_display_switch_callback.3 \ - set_display_switch_mode.3 \ - set_dissolve_blender.3 \ - set_dodge_blender.3 \ - set_gfx_mode.3 \ - set_hue_blender.3 \ - set_invert_blender.3 \ - set_keyboard_rate.3 \ - set_leds.3 \ - set_luminance_blender.3 \ - set_mouse_range.3 \ - set_mouse_speed.3 \ - set_mouse_sprite.3 \ - set_mouse_sprite_focus.3 \ - set_multiply_blender.3 \ - set_palette.3 \ - set_palette_range.3 \ - set_projection_viewport.3 \ - set_saturation_blender.3 \ - set_screen_blender.3 \ - set_sound_input_source.3 \ - set_trans_blender.3 \ - set_ucodepage.3 \ - set_uformat.3 \ - set_volume.3 \ - set_volume_per_voice.3 \ - set_window_title.3 \ - set_write_alpha_blender.3 \ - set_zbuffer.3 \ - show_mouse.3 \ - show_video_bitmap.3 \ - shutdown_dialog.3 \ - shutdown_menu.3 \ - simulate_keypress.3 \ - simulate_ukeypress.3 \ - solid_mode.3 \ - spline.3 \ - start_sound_input.3 \ - stop_audio_stream.3 \ - stop_midi.3 \ - stop_sample.3 \ - stop_sound_input.3 \ - stretch_blit.3 \ - stretch_sprite.3 \ - text_height.3 \ - text_length.3 \ - textout_centre_ex.3 \ - textout_ex.3 \ - textout_justify_ex.3 \ - textout_right_ex.3 \ - textprintf_centre_ex.3 \ - textprintf_ex.3 \ - textprintf_justify_ex.3 \ - textprintf_right_ex.3 \ - three_finger_flag.3 \ - timer_can_simulate_retrace.3 \ - timer_is_using_retrace.3 \ - timer_simulate_retrace.3 \ - triangle.3 \ - triangle3d.3 \ - triangle3d_f.3 \ - uatof.3 \ - uconvert.3 \ - uconvert_ascii.3 \ - uconvert_size.3 \ - uconvert_toascii.3 \ - ucwidth.3 \ - ugetat.3 \ - ugetc.3 \ - ugetx.3 \ - ugetxc.3 \ - uinsert.3 \ - uisdigit.3 \ - uisok.3 \ - uisspace.3 \ - unload_datafile.3 \ - unload_datafile_object.3 \ - unscare_mouse.3 \ - unselect_palette.3 \ - uoffset.3 \ - update_dialog.3 \ - update_menu.3 \ - ureadkey.3 \ - uremove.3 \ - usetat.3 \ - usetc.3 \ - usprintf.3 \ - ustrcat.3 \ - ustrchr.3 \ - ustrcmp.3 \ - ustrcpy.3 \ - ustrdup.3 \ - ustrerror.3 \ - ustricmp.3 \ - ustrlen.3 \ - ustrlwr.3 \ - ustrncat.3 \ - ustrncmp.3 \ - ustrncpy.3 \ - ustrnicmp.3 \ - ustrpbrk.3 \ - ustrrchr.3 \ - ustrsize.3 \ - ustrsizez.3 \ - ustrstr.3 \ - ustrtod.3 \ - ustrtok.3 \ - ustrtok_r.3 \ - ustrtol.3 \ - ustrupr.3 \ - ustrzcat.3 \ - ustrzcpy.3 \ - ustrzncat.3 \ - ustrzncpy.3 \ - uszprintf.3 \ - utolower.3 \ - utoupper.3 \ - uvsprintf.3 \ - uvszprintf.3 \ - uwidth.3 \ - uwidth_max.3 \ - vector_length.3 \ - vector_length_f.3 \ - vline.3 \ - voice_check.3 \ - voice_get_frequency.3 \ - voice_get_pan.3 \ - voice_get_position.3 \ - voice_get_volume.3 \ - voice_ramp_volume.3 \ - voice_set_echo.3 \ - voice_set_frequency.3 \ - voice_set_pan.3 \ - voice_set_playmode.3 \ - voice_set_position.3 \ - voice_set_priority.3 \ - voice_set_tremolo.3 \ - voice_set_vibrato.3 \ - voice_set_volume.3 \ - voice_start.3 \ - voice_stop.3 \ - voice_stop_frequency_sweep.3 \ - voice_stop_pan_sweep.3 \ - voice_stop_volumeramp.3 \ - voice_sweep_frequency.3 \ - voice_sweep_pan.3 \ - vsync.3 \ - xor_mode.3 \ - xwin_set_window_name.3 \ - yield_timeslice.3 diff --git a/devel/allegro-devel/distinfo b/devel/allegro-devel/distinfo deleted file mode 100644 index 0c223ec6c9c6..000000000000 --- a/devel/allegro-devel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (allegro-4.1.12.tar.gz) = 93c215aab32b086dcfd8a74c1d383abc -SIZE (allegro-4.1.12.tar.gz) = 2760323 diff --git a/devel/allegro-devel/files/patch-configure.in b/devel/allegro-devel/files/patch-configure.in deleted file mode 100644 index 2d5542e78287..000000000000 --- a/devel/allegro-devel/files/patch-configure.in +++ /dev/null @@ -1,54 +0,0 @@ ---- configure.in.orig Sun Nov 9 19:43:06 2003 -+++ configure.in Thu Dec 11 22:22:35 2003 -@@ -256,8 +256,8 @@ - LINK_WITH_STATIC_LIBS=yes - allegro_static_libraries=yes - else -- LIBALLEG="lib/unix/lib${LIB_TO_LINK}-\$(shared_version).so lib/unix/lib${LIB_TO_LINK}_unsharable.a" -- LINK_LIBALLEG="-Llib/unix -l${LIB_TO_LINK}-\$(shared_version) -l${LIB_TO_LINK}_unsharable -lm" -+ LIBALLEG="lib/unix/lib${LIB_TO_LINK}.so.\$(shared_version) lib/unix/lib${LIB_TO_LINK}_unsharable.a" -+ LINK_LIBALLEG="-Llib/unix -l${LIB_TO_LINK} -l${LIB_TO_LINK}_unsharable -lm" - LINK_WITH_STATIC_LIBS=no - allegro_shared_libraries=yes - fi -@@ -286,13 +286,13 @@ - fi - if test "X$allegro_shared_libraries" = "Xyes"; then - if test "X$allegro_build_normal_library" = "Xyes"; then -- ALLEGRO_LIB_TARGETS="$ALLEGRO_LIB_TARGETS lib/unix/liballeg-\$(shared_version).so lib/unix/liballeg_unsharable.a" -+ ALLEGRO_LIB_TARGETS="$ALLEGRO_LIB_TARGETS lib/unix/liballeg.so.\$(shared_version) lib/unix/liballeg_unsharable.a" - fi - if test "X$allegro_build_debugging_library" = "Xyes"; then -- ALLEGRO_LIB_TARGETS="$ALLEGRO_LIB_TARGETS lib/unix/liballd-\$(shared_version).so lib/unix/liballd_unsharable.a" -+ ALLEGRO_LIB_TARGETS="$ALLEGRO_LIB_TARGETS lib/unix/liballd.so.\$(shared_version) lib/unix/liballd_unsharable.a" - fi - if test "X$allegro_build_profiling_library" = "Xyes"; then -- ALLEGRO_LIB_TARGETS="$ALLEGRO_LIB_TARGETS lib/unix/liballp-\$(shared_version).so lib/unix/liballp_unsharable.a" -+ ALLEGRO_LIB_TARGETS="$ALLEGRO_LIB_TARGETS lib/unix/liballp.so.\$(shared_version) lib/unix/liballp_unsharable.a" - fi - fi - AC_SUBST(ALLEGRO_LIB_TARGETS) -@@ -647,11 +647,11 @@ - if test "X$allegro_debug_with_fortify" = "Xyes"; then - ALLEGRO_DEBUG_CFLAGS="$ALLEGRO_DEBUG_CFLAGS -DFORTIFY" - fi -- ALLEGRO_PROFILE_CFLAGS="$CFLAGS -pg $TARGET_ARCH -O2 -funroll-loops -ffast-math $WFLAGS" -+ ALLEGRO_PROFILE_CFLAGS="$CFLAGS -pg $TARGET_ARCH -funroll-loops -ffast-math $WFLAGS" - if test "X$allegro_cv_support_fomit_frame_pointer" = "Xyes"; then -- CFLAGS="$CFLAGS $TARGET_ARCH -O2 -funroll-loops -ffast-math -fomit-frame-pointer $WFLAGS" -+ CFLAGS="$CFLAGS $TARGET_ARCH $CFLAGS -funroll-loops -ffast-math -fomit-frame-pointer $WFLAGS" - else -- CFLAGS="$CFLAGS $TARGET_ARCH -O2 -funroll-loops -ffast-math $WFLAGS" -+ CFLAGS="$CFLAGS $TARGET_ARCH $CFLAGS -funroll-loops -ffast-math $WFLAGS" - fi - ALLEGRO_SFLAGS="-x assembler-with-cpp" - ALLEGRO_SHAREDLIB_CFLAGS="-fPIC -DALLEGRO_SHARED" -@@ -740,7 +740,7 @@ - ${MAKE-make} depend - else - AC_MSG_WARN([Non-GNU make detected, trying gmake to build dependencies.]) -- gmake depend -+ ${MAKE-make} depend - fi - fi - diff --git a/devel/allegro-devel/files/patch-makefile.in b/devel/allegro-devel/files/patch-makefile.in deleted file mode 100644 index ffd14b923f9f..000000000000 --- a/devel/allegro-devel/files/patch-makefile.in +++ /dev/null @@ -1,96 +0,0 @@ ---- makefile.in.orig Sun Nov 9 19:43:06 2003 -+++ makefile.in Thu Dec 11 22:25:58 2003 -@@ -20,7 +20,7 @@ - mandir = @mandir@ - libdir = @libdir@ - modulebasedir = $(libdir)/allegro --moduledir = $(modulebasedir)/$(shared_major_minor) -+moduledir = $(modulebasedir)/$(shared_version) - - EXE = - OBJ = .o -@@ -29,12 +29,13 @@ - INFO_DIR = $(infodir)/dir - DESTDIR = - --ACLOCAL = aclocal --AUTOCONF = autoconf --AUTOHEADER = autoheader -+ACLOCAL = true -+AUTOCONF = true -+AUTOHEADER = true - - INSTALL = @INSTALL@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_INFO = @INSTALL_INFO@ - -@@ -325,6 +326,11 @@ - full-build: lib modules programs docs - - lib: $(ALLEGRO_LIB_TARGETS) -+ @for l in alleg alld allp; do \ -+ if test -f $(LIBDIR)/lib$${l}.so.$(shared_version); then \ -+ ln -sf lib$${l}.so.$(shared_version) $(LIBDIR)/lib$${l}.so; \ -+ fi; \ -+ done - - modules: $(ALLEGRO_MODULE_TARGETS) - -@@ -436,35 +442,37 @@ - fi; \ - done - @for l in alleg alld allp; do \ -- if test -f $(LIBDIR)/lib$${l}-$(shared_version).so; then \ -- echo Installing $(LIBDIR)/lib$${l}-$(shared_version).so to $(DESTDIR)$(libdir); \ -- $(INSTALL_DATA) $(LIBDIR)/lib$${l}-$(shared_version).so $(DESTDIR)$(libdir)/; \ -+ if test -f $(LIBDIR)/lib$${l}.so.$(shared_version); then \ -+ echo Installing $(LIBDIR)/lib$${l}.so.$(shared_version) to $(libdir); \ -+ $(INSTALL_PROGRAM) $(LIBDIR)/lib$${l}.so.$(shared_version) $(libdir)/; \ - $(INSTALL_DATA) $(LIBDIR)/lib$${l}_unsharable.a $(DESTDIR)$(libdir)/; \ - fi; \ - done - @if test -n "$(ALLEGRO_MODULE_TARGETS)"; then \ - $(mkinstalldirs) $(DESTDIR)$(moduledir); \ -- for m in $(ALLEGRO_MODULE_TARGETS) modules.lst; do \ -+ for m in $(ALLEGRO_MODULE_TARGETS); do \ - echo Installing $$m to $(DESTDIR)$(moduledir); \ -- $(INSTALL_DATA) $$m $(DESTDIR)$(moduledir)/; \ -+ $(INSTALL_PROGRAM) $$m $(DESTDIR)$(moduledir)/; \ - done; \ -+ echo Installing modules.lst to $(DESTDIR)$(moduledir); \ -+ $(INSTALL_DATA) modules.lst $(DESTDIR)$(moduledir)/; \ - fi - $(mkinstalldirs) $(DESTDIR)$(bindir) - @echo Installing allegro-config to $(DESTDIR)$(bindir) -- @$(INSTALL_PROGRAM) allegro-config $(DESTDIR)$(bindir) -- @if test -n "$(LIBDIR)/liball*-$(shared_version).so"; then \ -- (cat /etc/ld.so.conf | grep $(libdir) >/dev/null || \ -- test $(libdir) = /lib || test $(libdir) = /usr/lib) \ -- && ($(LDCONFIG) $(libdir) || true) || (\ -- echo "" ; \ -- echo "Warning: shared library destination $(libdir) is not in ldd search path." ; \ -- echo "Unless you add it to /etc/ld.so.conf, you must set LD_LIBRARY_PATH to include"; \ -- echo "$(libdir) each time you want to run an Allegro program." ; \ -- ) ; \ -- fi -+ @$(INSTALL_SCRIPT) allegro-config $(DESTDIR)$(bindir) -+# @if test -n "$(LIBDIR)/liball*-$(shared_version).so"; then \ -+# (cat /etc/ld.so.conf | grep $(libdir) >/dev/null || \ -+# test $(libdir) = /lib || test $(libdir) = /usr/lib) \ -+# && ($(LDCONFIG) $(libdir) || true) || (\ -+# echo "" ; \ -+# echo "Warning: shared library destination $(libdir) is not in ldd search path." ; \ -+# echo "Unless you add it to /etc/ld.so.conf, you must set LD_LIBRARY_PATH to include"; \ -+# echo "$(libdir) each time you want to run an Allegro program." ; \ -+# ) ; \ -+# fi - @for l in alleg alld allp; do \ -- if test -f $(DESTDIR)$(libdir)/lib$${l}-$(shared_version).so -a \! -h $(DESTDIR)$(libdir)/lib$${l}.so.${shared_major_minor}; then \ -- (cd $(DESTDIR)$(libdir); ln -s lib$${l}-$(shared_version).so lib$${l}.so.${shared_major_minor}); \ -+ if test -f $(libdir)/lib$${l}.so.$(shared_version) -a \! -L $(libdir)/lib$${l}.so; then \ -+ (cd $(libdir); ln -s lib$${l}.so.$(shared_version) lib$${l}.so); \ - fi; \ - done - diff --git a/devel/allegro-devel/files/patch-misc::allegro-config.in b/devel/allegro-devel/files/patch-misc::allegro-config.in deleted file mode 100644 index d060f8fd3641..000000000000 --- a/devel/allegro-devel/files/patch-misc::allegro-config.in +++ /dev/null @@ -1,11 +0,0 @@ ---- misc/allegro-config.in.orig Wed Oct 23 08:10:01 2002 -+++ misc/allegro-config.in Mon Nov 11 18:41:09 2002 -@@ -167,7 +167,7 @@ - if test "$static_libs" = "yes"; then - echo $libdirs $allegro_ldflags -l${lib_type} $allegro_libs - else -- echo $libdirs $allegro_ldflags -l${lib_type}-${version} -l${lib_type}_unsharable -+ echo $libdirs $allegro_ldflags -l${lib_type} -l${lib_type}_unsharable - fi - fi - diff --git a/devel/allegro-devel/files/patch-misc::deplib.sh b/devel/allegro-devel/files/patch-misc::deplib.sh deleted file mode 100644 index 2e0a7b4f3e2d..000000000000 --- a/devel/allegro-devel/files/patch-misc::deplib.sh +++ /dev/null @@ -1,20 +0,0 @@ ---- misc/deplib.sh.orig Sun Nov 9 19:43:07 2003 -+++ misc/deplib.sh Thu Dec 11 22:32:16 2003 -@@ -10,7 +10,7 @@ - staticlib="lib${1}.a" - staticobj="\$(${2}_OBJECTS)" - -- sharelib="lib${1}-\$(shared_version).so" -+ sharelib="lib${1}.so.\$(shared_version)" - shareobj="\$(${2}_SHARED_OBJECTS)" - - unsharelib="lib${1}_unsharable.a" -@@ -24,7 +24,7 @@ - echo " rm -f \$@" - # gf: This bit is obviously gcc-specific - # eb: Yes, but the GNU C Compiler doesn't always spell 'gcc' -- echo " \$(CC) -shared -o \$@ ${shareobj} ${3} \$(LDFLAGS) -Wl,-h,lib${1}.so.\$(shared_major_minor) \$(LIBS)" -+ echo " \$(CC) -shared -o \$@ ${shareobj} \$(LDFLAGS) -Wl,-h,lib${1}.so.\$(shared_version) \$(LIBS)" - echo "" - echo "\$(LIBDIR)/${unsharelib}: ${unshareobj}" - echo " rm -f \$@" diff --git a/devel/allegro-devel/pkg-descr b/devel/allegro-devel/pkg-descr deleted file mode 100644 index f6a33acbcb85..000000000000 --- a/devel/allegro-devel/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Allegro is a cross-platform library intended for use in computer games and -other types of multimedia programming. - -A wide range of extension packages and add-on modules are also available, which -can be found in the "Library Extensions" section of the Allegro website. - -WWW: http://www.talula.demon.co.uk/allegro/ diff --git a/devel/allegro-devel/pkg-plist b/devel/allegro-devel/pkg-plist deleted file mode 100644 index 4822141de246..000000000000 --- a/devel/allegro-devel/pkg-plist +++ /dev/null @@ -1,173 +0,0 @@ -bin/allegro-config -%%FULL%%bin/colormap -%%FULL%%bin/dat -%%FULL%%bin/dat2c -%%FULL%%bin/dat2s -%%FULL%%bin/exedat -%%FULL%%bin/grabber -%%FULL%%bin/pack -%%FULL%%bin/pat2dat -%%FULL%%bin/rgbmap -%%FULL%%bin/textconv -include/allegro.h -include/allegro/3d.h -include/allegro/3dmaths.h -include/allegro/alcompat.h -include/allegro/alinline.h -include/allegro/alunixac.h -include/allegro/base.h -include/allegro/color.h -include/allegro/compiled.h -include/allegro/config.h -include/allegro/datafile.h -include/allegro/debug.h -include/allegro/digi.h -include/allegro/draw.h -include/allegro/file.h -include/allegro/fix.h -include/allegro/fixed.h -include/allegro/fli.h -include/allegro/fmaths.h -include/allegro/gfx.h -include/allegro/graphics.h -include/allegro/gui.h -include/allegro/inline/3dmaths.inl -include/allegro/inline/asm.inl -include/allegro/inline/color.inl -include/allegro/inline/draw.inl -include/allegro/inline/file.inl -include/allegro/inline/fix.inl -include/allegro/inline/fmaths.inl -include/allegro/inline/gfx.inl -include/allegro/inline/matrix.inl -include/allegro/inline/rle.inl -include/allegro/inline/system.inl -include/allegro/internal/aintern.h -include/allegro/internal/aintvga.h -include/allegro/internal/alconfig.h -include/allegro/joystick.h -include/allegro/keyboard.h -include/allegro/matrix.h -include/allegro/midi.h -include/allegro/mouse.h -include/allegro/palette.h -include/allegro/platform/aintbeos.h -include/allegro/platform/aintdos.h -include/allegro/platform/aintlnx.h -include/allegro/platform/aintmac.h -include/allegro/platform/aintosx.h -include/allegro/platform/aintqnx.h -include/allegro/platform/aintunix.h -include/allegro/platform/aintwin.h -include/allegro/platform/al386gcc.h -include/allegro/platform/al386vc.h -include/allegro/platform/al386wat.h -include/allegro/platform/albcc32.h -include/allegro/platform/albecfg.h -include/allegro/platform/albeos.h -include/allegro/platform/aldjgpp.h -include/allegro/platform/aldos.h -include/allegro/platform/almac.h -include/allegro/platform/almaccfg.h -include/allegro/platform/almngw32.h -include/allegro/platform/almsvc.h -include/allegro/platform/alosx.h -include/allegro/platform/alosxcfg.h -include/allegro/platform/alplatf.h -include/allegro/platform/alqnx.h -include/allegro/platform/alqnxcfg.h -include/allegro/platform/alucfg.h -include/allegro/platform/alunix.h -include/allegro/platform/alunixac.h -include/allegro/platform/alwatcom.h -include/allegro/platform/alwin.h -include/allegro/platform/macdef.h -include/allegro/quat.h -include/allegro/rle.h -include/allegro/sound.h -include/allegro/stream.h -include/allegro/system.h -include/allegro/text.h -include/allegro/timer.h -include/allegro/unicode.h -include/linalleg.h -include/xalleg.h -%%ARTS%%lib/allegro/%%SHLIB_VER%%/alleg-artsdigi.so -lib/allegro/%%SHLIB_VER%%/alleg-dga2.so -%%ESOUND%%lib/allegro/%%SHLIB_VER%%/alleg-esddigi.so -lib/allegro/%%SHLIB_VER%%/modules.lst -lib/liballeg_unsharable.a -lib/liballeg.so -lib/liballeg.so.%%SHLIB_VER%% -%%PORTDOCS%%%%DOCSDIR%%/abi.html -%%PORTDOCS%%%%DOCSDIR%%/ahack.html -%%PORTDOCS%%%%DOCSDIR%%/alleg000.html -%%PORTDOCS%%%%DOCSDIR%%/alleg001.html -%%PORTDOCS%%%%DOCSDIR%%/alleg002.html -%%PORTDOCS%%%%DOCSDIR%%/alleg003.html -%%PORTDOCS%%%%DOCSDIR%%/alleg004.html -%%PORTDOCS%%%%DOCSDIR%%/alleg005.html -%%PORTDOCS%%%%DOCSDIR%%/alleg006.html -%%PORTDOCS%%%%DOCSDIR%%/alleg007.html -%%PORTDOCS%%%%DOCSDIR%%/alleg008.html -%%PORTDOCS%%%%DOCSDIR%%/alleg009.html -%%PORTDOCS%%%%DOCSDIR%%/alleg010.html -%%PORTDOCS%%%%DOCSDIR%%/alleg011.html -%%PORTDOCS%%%%DOCSDIR%%/alleg012.html -%%PORTDOCS%%%%DOCSDIR%%/alleg013.html -%%PORTDOCS%%%%DOCSDIR%%/alleg014.html -%%PORTDOCS%%%%DOCSDIR%%/alleg015.html -%%PORTDOCS%%%%DOCSDIR%%/alleg016.html -%%PORTDOCS%%%%DOCSDIR%%/alleg017.html -%%PORTDOCS%%%%DOCSDIR%%/alleg018.html -%%PORTDOCS%%%%DOCSDIR%%/alleg019.html -%%PORTDOCS%%%%DOCSDIR%%/alleg020.html -%%PORTDOCS%%%%DOCSDIR%%/alleg021.html -%%PORTDOCS%%%%DOCSDIR%%/alleg022.html -%%PORTDOCS%%%%DOCSDIR%%/alleg023.html -%%PORTDOCS%%%%DOCSDIR%%/alleg024.html -%%PORTDOCS%%%%DOCSDIR%%/alleg025.html -%%PORTDOCS%%%%DOCSDIR%%/alleg026.html -%%PORTDOCS%%%%DOCSDIR%%/alleg027.html -%%PORTDOCS%%%%DOCSDIR%%/alleg028.html -%%PORTDOCS%%%%DOCSDIR%%/alleg029.html -%%PORTDOCS%%%%DOCSDIR%%/alleg030.html -%%PORTDOCS%%%%DOCSDIR%%/alleg031.html -%%PORTDOCS%%%%DOCSDIR%%/alleg032.html -%%PORTDOCS%%%%DOCSDIR%%/alleg033.html -%%PORTDOCS%%%%DOCSDIR%%/alleg034.html -%%PORTDOCS%%%%DOCSDIR%%/alleg035.html -%%PORTDOCS%%%%DOCSDIR%%/alleg036.html -%%PORTDOCS%%%%DOCSDIR%%/alleg037.html -%%PORTDOCS%%%%DOCSDIR%%/alleg038.html -%%PORTDOCS%%%%DOCSDIR%%/alleg039.html -%%PORTDOCS%%%%DOCSDIR%%/alleg040.html -%%PORTDOCS%%%%DOCSDIR%%/alleg041.html -%%PORTDOCS%%%%DOCSDIR%%/alleg042.html -%%PORTDOCS%%%%DOCSDIR%%/alleg043.html -%%PORTDOCS%%%%DOCSDIR%%/alleg044.html -%%PORTDOCS%%%%DOCSDIR%%/alleg045.html -%%PORTDOCS%%%%DOCSDIR%%/allegro.css -%%PORTDOCS%%%%DOCSDIR%%/allegro.html -%%PORTDOCS%%%%DOCSDIR%%/api.html -%%PORTDOCS%%%%DOCSDIR%%/changes.html -%%PORTDOCS%%%%DOCSDIR%%/const.html -%%PORTDOCS%%%%DOCSDIR%%/faq.html -%%PORTDOCS%%%%DOCSDIR%%/help.html -%%PORTDOCS%%%%DOCSDIR%%/packfile.html -%%PORTDOCS%%%%DOCSDIR%%/readme.html -%%PORTDOCS%%%%DOCSDIR%%/thanks.html -%%PORTDOCS%%%%EXAMPLESDIR%%/demo -%%PORTDOCS%%%%EXAMPLESDIR%%/demo.c -%%PORTDOCS%%%%EXAMPLESDIR%%/demo.dat -%%PORTDOCS%%%%EXAMPLESDIR%%/demo.h -%%PORTDOCS%%%%EXAMPLESDIR%%/music.txt -%%PORTDOCS%%%%EXAMPLESDIR%%/readme.txt -%%PORTDOCS%%@dirrm %%DOCSDIR%% -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% -@dirrm lib/allegro/%%SHLIB_VER%% -@dirrm lib/allegro -@dirrm include/allegro/platform -@dirrm include/allegro/internal -@dirrm include/allegro/inline -@dirrm include/allegro diff --git a/devel/apache-ant/files/ant.sh.in b/devel/apache-ant/files/ant.sh.in deleted file mode 100644 index 34e80b5c8249..000000000000 --- a/devel/apache-ant/files/ant.sh.in +++ /dev/null @@ -1,102 +0,0 @@ -#!/bin/sh -# -#-*- mode: Fundamental; tab-width: 4; -*- -# ex:ts=4 -# -# FreeBSD-specific startup script for Apache Ant. -# -# See: http://ant.apache.org/ -# -# $FreeBSD$ -# - - -DEFAULT_JAVACMD=%%JAVA%% -DEFAULT_JAVA_HOME=%%JAVA_HOME%% -DEFAULT_JIKES=false -ANT_HOME=%%ANT_HOME%% - - -#----------------------------------------------------------------------------- -# Determine configuration settings -#----------------------------------------------------------------------------- - -# Load system-wide configuration -if [ -f "%%PREFIX%%/etc/ant.conf" ]; then - . %%PREFIX%%/etc/ant.conf -fi - -# Load user-specific configuration -if [ -f "${HOME}/.antrc" ]; then - . "${HOME}/.antrc" -fi - -# Determine if Jikes should be used -if [ -z "${usejikes}" ]; then - usejikes=${DEFAULT_JIKES}; -fi - -# Set ANT_LIB location -ANT_LIB="${ANT_HOME}/lib" - -# Determine 'java' executable -if [ -z "${JAVACMD}" ]; then - if [ -n "${JAVA_HOME}" ]; then - JAVACMD="${JAVA_HOME}/bin/java" - else - JAVACMD=${DEFAULT_JAVACMD} - fi -fi - -# Check if 'java' executable can be found -if [ ! -x "${JAVACMD}" ]; then - echo "Error: JAVA_HOME is not defined correctly: ${JAVA_HOME}" - echo " Unable to execute ${JAVACMD}" - exit 1 -fi - - -#----------------------------------------------------------------------------- -# Determine CLASSPATH -#----------------------------------------------------------------------------- - -# Prepend LOCALCLASSPATH variable with ant-launcher.jar -if [ -z "${LOCALCLASSPATH}" ]; then - LOCALCLASSPATH=${ANT_LIB}/ant-launcher.jar -else - LOCALCLASSPATH=${ANT_LIB}/ant-launcher.jar:${LOCALCLASSPATH} -fi - -# FreeBSD-specific: Add the .jar files from ${PREFIX}/share/java/classes -if [ "${ANT_INCLUDE_SHARED_JARS}" = "YES" ]; then - CLASSPATH_CMD=/usr/local/bin/classpath - if [ -x "${CLASSPATH_CMD}" ]; then - SHARED_JARS=`${CLASSPATH_CMD}` - LOCALCLASSPATH=${SHARED_JARS}:"${LOCALCLASSPATH}" - else - echo "Error: ${CLASSPATH_CMD} is not present on your system" - echo " you should install the java/javavmwrapper port" - exit 1 - fi -fi - - -#----------------------------------------------------------------------------- -# Determine all Ant options -#----------------------------------------------------------------------------- - -# Add Jikes flag if appropriate -if ${usejikes}; then - ANT_OPTS="${ANT_OPTS} -Dbuild.compiler=jikes" -fi - - -#----------------------------------------------------------------------------- -# Execute Ant -#----------------------------------------------------------------------------- - -if [ -n "${JIKESPATH}" ]; then - exec "${JAVACMD}" ${ANT_OPTS} -classpath "${LOCALCLASSPATH}" -Dant.home="${ANT_HOME}" -Djikes.class.path="${JIKESPATH}" org.apache.tools.ant.launch.Launcher ${ANT_ARGS} -lib "${CLASSPATH}" "$@" -else - exec "${JAVACMD}" ${ANT_OPTS} -classpath "${LOCALCLASSPATH}" -Dant.home="${ANT_HOME}" org.apache.tools.ant.launch.Launcher ${ANT_ARGS} -lib "${CLASSPATH}" "$@" -fi diff --git a/devel/apr0/Makefile b/devel/apr0/Makefile deleted file mode 100644 index 7272bb0fcdc4..000000000000 --- a/devel/apr0/Makefile +++ /dev/null @@ -1,179 +0,0 @@ -# New ports collection makefile for: apr -# Date created: 19 February 2002 -# Whom: Garrett Rooney <rooneg@electricjellyfish.net> -# -# $FreeBSD$ -# -# Tunables: -# APR_UTIL_WITHOUT_THREADS: disable threads support -# APR_UTIL_WITH_GDBM: force dependency on the GNU dbm -# APR_UTIL_WITHOUT_GDBM: unconditionally disable the use of GNU dbm -# APR_UTIL_WITH_BERKELEY_DB: force dependency on Sleepycat's Berkeley DB 4.2 -# APR_UTIL_WITHOUT_BERKELEY_DB: unconditionally disable the use of db4.2 -# (the database bindings are detected and recorded automatically if these -# switches are not set) -# APR_UTIL_WITH_LDAP: force dependency on OpenLDAP - -PORTNAME= apr -PORTVERSION= 1.0.1 -PORTREVISION= 1 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_APACHE} -MASTER_SITE_SUBDIR= apr -DISTFILES= apr-${PORTVERSION}.tar.gz apr-util-${PORTVERSION}.tar.gz - -MAINTAINER= rodrigc@crodrigues.org -COMMENT= The Apache Group's Portability Library - -BUILD_DEPENDS= ${PYTHON_CMD}:${PYTHON_PORTSDIR} -LIB_DEPENDS+= expat.5:${PORTSDIR}/textproc/expat2 - -USE_ICONV= yes -USE_AUTOMAKE_VER= 19 -USE_AUTOCONF_VER= 259 -WANT_LIBTOOL_VER= 15 -USE_REINPLACE= yes -USE_PERL5= yes -USE_GMAKE= yes -USE_PYTHON= yes -PYTHON_NO_DEPENDS= yes -INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes -WRKSRC= ${WRKDIR} - -APR_UTIL_CONF_ARGS= --with-apr=../apr-${PORTVERSION} \ - --with-expat=${PREFIX} \ - --with-iconv=${PREFIX} - -.include <bsd.port.pre.mk> - -.if defined(APR_UTIL_WITHOUT_THREADS) -CONFIGURE_ARGS+= --disable-threads -APR_UTIL_CONF_ARGS+= --disable-threads -.if defined(PKGNAMESUFFIX) -PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-nothr -.else -PKGNAMESUFFIX= -nothr -.endif -.endif - -.if defined(APR_UTIL_WITHOUT_GDBM) -APR_UTIL_CONF_ARGS+= --without-gdbm -.elif defined(APR_UTIL_WITH_GDBM) || exists(${LOCALBASE}/lib/libgdbm.so.3) -LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm -.if defined(PKGNAMESUFFIX) -PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-gdbm -.else -PKGNAMESUFFIX= -gdbm -.endif -.endif - -.if defined(APR_UTIL_WITHOUT_BERKELEY_DB) -APR_UTIL_CONF_ARGS+= --without-berkeley-db -.elif defined(APR_UTIL_WITH_BERKELEY_DB) || exists(${LOCALBASE}/lib/libdb-4.2.so.2) -LIB_DEPENDS+= db-4.2.2:${PORTSDIR}/databases/db42 -APR_UTIL_CONF_ARGS+= --with-berkeley-db=${PREFIX} -.if defined(PKGNAMESUFFIX) -PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-db4 -.else -PKGNAMESUFFIX= -db4 -.endif -.endif - -.if defined(APR_UTIL_WITH_LDAP) -USE_OPENLDAP= yes -APR_UTIL_CONF_ARGS+= --with-ldap-include=${PREFIX}/include \ - --with-ldap-lib=${PREFIX}/lib --with-ldap=ldap -.if defined(PKGNAMESUFFIX) -PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-ldap -.else -PKGNAMESUFFIX= -ldap -.endif -.endif - -pre-extract: - @${ECHO_MSG} "" -.if defined(APR_UTIL_WITHOUT_THREADS) - @${ECHO_MSG} "apr library will be built without threads support." -.else - @${ECHO_MSG} "apr library will be built with threads support." - @${ECHO_MSG} "All programs which use apr must be linked with threads too." - @${ECHO_MSG} "You can disable threads by defining APR_UTIL_WITHOUT_THREADS." -.endif - @${ECHO_MSG} "" -.if defined(APR_UTIL_WITHOUT_GDBM) - @${ECHO_MSG} "GDBM support is disabled." -.elif defined(APR_UTIL_WITH_GDBM) - @${ECHO_MSG} "GDBM support is forced." -.elif exists(${LOCALBASE}/lib/libgdbm.so.3) - @${ECHO_MSG} "GDBM support is enabled." - @${ECHO_MSG} "You can disable GDBM support by defining APR_UTIL_WITHOUT_GDBM." -.else - @${ECHO_MSG} "GDBM was not found." - @${ECHO_MSG} "You can force GDBM support by defining APR_UTIL_WITH_GDBM." -.endif - @${ECHO_MSG} "" -.if defined(APR_UTIL_WITHOUT_BERKELEY_DB) - @${ECHO_MSG} "Berkeley db4.2 support is disabled." -.elif defined(APR_UTIL_WITH_BERKELEY_DB) - @${ECHO_MSG} "Berkeley db4.2 support forced." -.elif exists(${LOCALBASE}/lib/libdb-4.2.so.2) - @${ECHO_MSG} "Berkeley db4.2 support is enabled." - @${ECHO_MSG} "You can disable Berkeley db4.2 support by defining APR_UTIL_WITHOUT_BERKELEY_DB." -.else - @${ECHO_MSG} "Berkeley db4.2 was not found." - @${ECHO_MSG} "You can force Berkeley db4.2 support by defining APR_UTIL_WITH_BERKELEY_DB." -.endif - @${ECHO_MSG} "" - -post-patch: - ${SED} -i .orig1 's/OSVERSION/'${OSVERSION}'/g' \ - ${WRKDIR}/apr-${PORTVERSION}/build/apr_hints.m4 - ${FIND} ${WRKDIR} -name "Makefile.in*" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' - -pre-configure: -.for d in apr apr-util -.for f in config.guess config.sub - ${CP} -f ${TEMPLATES}/${f} ${WRKDIR}/${d}-${PORTVERSION}/build/${f} - ${CHMOD} a+rx ${WRKDIR}/${d}-${PORTVERSION}/build/${f} -.endfor -.endfor - -run-autotools: - cd ${WRKDIR}/apr-${PORTVERSION}; ${SETENV} ${SCRIPTS_ENV} ${SH} ./buildconf - cd ${WRKDIR}/apr-util-${PORTVERSION} ; \ - ${RM} -fr xml/expat - cd ${WRKDIR}/apr-util-${PORTVERSION} ; \ - ${SETENV} ${SCRIPTS_ENV} ${SH} ./buildconf \ - --with-apr=../apr-${PORTVERSION} - cd ${WRKDIR}/apr-${PORTVERSION}; \ - ${SETENV} ${SCRIPTS_ENV} ${SH} ./configure ${CONFIGURE_ARGS} - cd ${WRKDIR}/apr-util-${PORTVERSION}; \ - ${SETENV} ${SCRIPTS_ENV} ${SH} \ - ./configure ${CONFIGURE_ARGS} ${APR_UTIL_CONF_ARGS} - -do-configure: - ${DO_NADA} - -do-build: - cd ${WRKDIR}/apr-${PORTVERSION}; ${SETENV} ${MAKE_ENV} ${GMAKE} - cd ${WRKDIR}/apr-util-${PORTVERSION}; ${SETENV} ${MAKE_ENV} ${GMAKE} - -do-install: - cd ${WRKDIR}/apr-${PORTVERSION}; ${SETENV} ${MAKE_ENV} ${GMAKE} install - cd ${WRKDIR}/apr-util-${PORTVERSION}; ${SETENV} ${MAKE_ENV} ${GMAKE} install - -debug_autoconf: - @echo "LIBTOOL: ${LIBTOOL_VERSION}" - @echo "AUTOCONF: dev ${dev_acver} cur ${cur_acver} use ${use_acver}" - @echo "AUTOMAKE: dev ${dev_amver} cur ${cur_amver} use ${use_amver}" - @echo "AUTOCONF_DIR: ${AUTOCONF_DIR}" - @echo "BUILD_DEPENDS: ${BUILD_DEPENDS}" - @echo "ACLOCAL_DIR: ${ACLOCAL_DIR}" - @echo "LIBTOOLFILES: ${LIBTOOLFILES}" - @echo "LIBTOOL_SHAREDIR: ${LIBTOOL_SHAREDIR}" - @echo "LIBTOOL_LIBEXECDIR: ${LIBTOOL_LIBEXECDIR}" - @echo "LIBTOOL_M4: ${LIBTOOL_M4}" - -.include <bsd.port.post.mk> diff --git a/devel/apr0/distinfo b/devel/apr0/distinfo deleted file mode 100644 index 203a6c982075..000000000000 --- a/devel/apr0/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -MD5 (apr-1.0.1.tar.gz) = 0a3cb911ea1823cfa3e5863892774705 -SIZE (apr-1.0.1.tar.gz) = 1058637 -MD5 (apr-util-1.0.1.tar.gz) = 36300ad71a6e7d15624ae83d51833b37 -SIZE (apr-util-1.0.1.tar.gz) = 597911 diff --git a/devel/apr0/files/patch-apr_hints.m4 b/devel/apr0/files/patch-apr_hints.m4 deleted file mode 100644 index a9ce56a2db11..000000000000 --- a/devel/apr0/files/patch-apr_hints.m4 +++ /dev/null @@ -1,15 +0,0 @@ ---- apr-1.0.1/build/apr_hints.m4.orig Wed Oct 27 11:12:28 2004 -+++ apr-1.0.1/build/apr_hints.m4 Wed Oct 27 11:25:32 2004 -@@ -137,11 +137,7 @@ - ;; - *-freebsd*) - APR_SETIFNULL(apr_lock_method, [USE_FLOCK_SERIALIZE]) -- if test -x /sbin/sysctl; then -- os_version=`/sbin/sysctl -n kern.osreldate` -- else -- os_version=000000 -- fi -+ os_version="OSVERSION" - # 502102 is when libc_r switched to libpthread (aka libkse). - if test $os_version -ge "502102"; then - apr_cv_pthreads_cflags="none" diff --git a/devel/apr0/pkg-descr b/devel/apr0/pkg-descr deleted file mode 100644 index 171e56b08723..000000000000 --- a/devel/apr0/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -The Apache Portable Runtime is a library of C data structures and routines, -forming a system portability layer that covers as many operating systems as -possible, including Unices, Win32, BeOS, and OS/2. - -This port also includes the APR-Util package, which contains some useful -utilities built on top of APR. - -WWW: http://apr.apache.org/ diff --git a/devel/apr0/pkg-plist b/devel/apr0/pkg-plist deleted file mode 100644 index 2fbe619d868b..000000000000 --- a/devel/apr0/pkg-plist +++ /dev/null @@ -1,82 +0,0 @@ -bin/apr-1-config -bin/apu-1-config -build-1/apr_rules.mk -build-1/libtool -build-1/make_exports.awk -build-1/make_var_export.awk -build-1/mkdir.sh -include/apr-1/apr.h -include/apr-1/apr_allocator.h -include/apr-1/apr_anylock.h -include/apr-1/apr_atomic.h -include/apr-1/apr_base64.h -include/apr-1/apr_buckets.h -include/apr-1/apr_date.h -include/apr-1/apr_dbm.h -include/apr-1/apr_dso.h -include/apr-1/apr_env.h -include/apr-1/apr_errno.h -include/apr-1/apr_file_info.h -include/apr-1/apr_file_io.h -include/apr-1/apr_fnmatch.h -include/apr-1/apr_general.h -include/apr-1/apr_getopt.h -include/apr-1/apr_global_mutex.h -include/apr-1/apr_hash.h -include/apr-1/apr_hooks.h -include/apr-1/apr_inherit.h -include/apr-1/apr_ldap.h -include/apr-1/apr_ldap_init.h -include/apr-1/apr_ldap_url.h -include/apr-1/apr_lib.h -include/apr-1/apr_md4.h -include/apr-1/apr_md5.h -include/apr-1/apr_mmap.h -include/apr-1/apr_network_io.h -include/apr-1/apr_optional.h -include/apr-1/apr_optional_hooks.h -include/apr-1/apr_poll.h -include/apr-1/apr_pools.h -include/apr-1/apr_portable.h -include/apr-1/apr_proc_mutex.h -include/apr-1/apr_queue.h -include/apr-1/apr_random.h -include/apr-1/apr_reslist.h -include/apr-1/apr_ring.h -include/apr-1/apr_rmm.h -include/apr-1/apr_sdbm.h -include/apr-1/apr_sha1.h -include/apr-1/apr_shm.h -include/apr-1/apr_signal.h -include/apr-1/apr_strings.h -include/apr-1/apr_strmatch.h -include/apr-1/apr_support.h -include/apr-1/apr_tables.h -include/apr-1/apr_thread_cond.h -include/apr-1/apr_thread_mutex.h -include/apr-1/apr_thread_proc.h -include/apr-1/apr_thread_rwlock.h -include/apr-1/apr_time.h -include/apr-1/apr_uri.h -include/apr-1/apr_user.h -include/apr-1/apr_uuid.h -include/apr-1/apr_version.h -include/apr-1/apr_want.h -include/apr-1/apr_xlate.h -include/apr-1/apr_xml.h -include/apr-1/apu.h -include/apr-1/apu_version.h -include/apr-1/apu_want.h -libdata/pkgconfig/apr-1.pc -libdata/pkgconfig/apr-util-1.pc -lib/apr.exp -lib/aprutil.exp -lib/libapr-1.a -lib/libapr-1.so -lib/libapr-1.so.0 -lib/libaprutil-1.a -lib/libaprutil-1.so -lib/libaprutil-1.so.0 -@unexec rmdir %D/libdata/pkgconfig 2>/dev/null || true -@dirrm build-1 -@dirrm include/apr-1 diff --git a/devel/apr1/Makefile b/devel/apr1/Makefile deleted file mode 100644 index 7272bb0fcdc4..000000000000 --- a/devel/apr1/Makefile +++ /dev/null @@ -1,179 +0,0 @@ -# New ports collection makefile for: apr -# Date created: 19 February 2002 -# Whom: Garrett Rooney <rooneg@electricjellyfish.net> -# -# $FreeBSD$ -# -# Tunables: -# APR_UTIL_WITHOUT_THREADS: disable threads support -# APR_UTIL_WITH_GDBM: force dependency on the GNU dbm -# APR_UTIL_WITHOUT_GDBM: unconditionally disable the use of GNU dbm -# APR_UTIL_WITH_BERKELEY_DB: force dependency on Sleepycat's Berkeley DB 4.2 -# APR_UTIL_WITHOUT_BERKELEY_DB: unconditionally disable the use of db4.2 -# (the database bindings are detected and recorded automatically if these -# switches are not set) -# APR_UTIL_WITH_LDAP: force dependency on OpenLDAP - -PORTNAME= apr -PORTVERSION= 1.0.1 -PORTREVISION= 1 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_APACHE} -MASTER_SITE_SUBDIR= apr -DISTFILES= apr-${PORTVERSION}.tar.gz apr-util-${PORTVERSION}.tar.gz - -MAINTAINER= rodrigc@crodrigues.org -COMMENT= The Apache Group's Portability Library - -BUILD_DEPENDS= ${PYTHON_CMD}:${PYTHON_PORTSDIR} -LIB_DEPENDS+= expat.5:${PORTSDIR}/textproc/expat2 - -USE_ICONV= yes -USE_AUTOMAKE_VER= 19 -USE_AUTOCONF_VER= 259 -WANT_LIBTOOL_VER= 15 -USE_REINPLACE= yes -USE_PERL5= yes -USE_GMAKE= yes -USE_PYTHON= yes -PYTHON_NO_DEPENDS= yes -INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes -WRKSRC= ${WRKDIR} - -APR_UTIL_CONF_ARGS= --with-apr=../apr-${PORTVERSION} \ - --with-expat=${PREFIX} \ - --with-iconv=${PREFIX} - -.include <bsd.port.pre.mk> - -.if defined(APR_UTIL_WITHOUT_THREADS) -CONFIGURE_ARGS+= --disable-threads -APR_UTIL_CONF_ARGS+= --disable-threads -.if defined(PKGNAMESUFFIX) -PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-nothr -.else -PKGNAMESUFFIX= -nothr -.endif -.endif - -.if defined(APR_UTIL_WITHOUT_GDBM) -APR_UTIL_CONF_ARGS+= --without-gdbm -.elif defined(APR_UTIL_WITH_GDBM) || exists(${LOCALBASE}/lib/libgdbm.so.3) -LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm -.if defined(PKGNAMESUFFIX) -PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-gdbm -.else -PKGNAMESUFFIX= -gdbm -.endif -.endif - -.if defined(APR_UTIL_WITHOUT_BERKELEY_DB) -APR_UTIL_CONF_ARGS+= --without-berkeley-db -.elif defined(APR_UTIL_WITH_BERKELEY_DB) || exists(${LOCALBASE}/lib/libdb-4.2.so.2) -LIB_DEPENDS+= db-4.2.2:${PORTSDIR}/databases/db42 -APR_UTIL_CONF_ARGS+= --with-berkeley-db=${PREFIX} -.if defined(PKGNAMESUFFIX) -PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-db4 -.else -PKGNAMESUFFIX= -db4 -.endif -.endif - -.if defined(APR_UTIL_WITH_LDAP) -USE_OPENLDAP= yes -APR_UTIL_CONF_ARGS+= --with-ldap-include=${PREFIX}/include \ - --with-ldap-lib=${PREFIX}/lib --with-ldap=ldap -.if defined(PKGNAMESUFFIX) -PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-ldap -.else -PKGNAMESUFFIX= -ldap -.endif -.endif - -pre-extract: - @${ECHO_MSG} "" -.if defined(APR_UTIL_WITHOUT_THREADS) - @${ECHO_MSG} "apr library will be built without threads support." -.else - @${ECHO_MSG} "apr library will be built with threads support." - @${ECHO_MSG} "All programs which use apr must be linked with threads too." - @${ECHO_MSG} "You can disable threads by defining APR_UTIL_WITHOUT_THREADS." -.endif - @${ECHO_MSG} "" -.if defined(APR_UTIL_WITHOUT_GDBM) - @${ECHO_MSG} "GDBM support is disabled." -.elif defined(APR_UTIL_WITH_GDBM) - @${ECHO_MSG} "GDBM support is forced." -.elif exists(${LOCALBASE}/lib/libgdbm.so.3) - @${ECHO_MSG} "GDBM support is enabled." - @${ECHO_MSG} "You can disable GDBM support by defining APR_UTIL_WITHOUT_GDBM." -.else - @${ECHO_MSG} "GDBM was not found." - @${ECHO_MSG} "You can force GDBM support by defining APR_UTIL_WITH_GDBM." -.endif - @${ECHO_MSG} "" -.if defined(APR_UTIL_WITHOUT_BERKELEY_DB) - @${ECHO_MSG} "Berkeley db4.2 support is disabled." -.elif defined(APR_UTIL_WITH_BERKELEY_DB) - @${ECHO_MSG} "Berkeley db4.2 support forced." -.elif exists(${LOCALBASE}/lib/libdb-4.2.so.2) - @${ECHO_MSG} "Berkeley db4.2 support is enabled." - @${ECHO_MSG} "You can disable Berkeley db4.2 support by defining APR_UTIL_WITHOUT_BERKELEY_DB." -.else - @${ECHO_MSG} "Berkeley db4.2 was not found." - @${ECHO_MSG} "You can force Berkeley db4.2 support by defining APR_UTIL_WITH_BERKELEY_DB." -.endif - @${ECHO_MSG} "" - -post-patch: - ${SED} -i .orig1 's/OSVERSION/'${OSVERSION}'/g' \ - ${WRKDIR}/apr-${PORTVERSION}/build/apr_hints.m4 - ${FIND} ${WRKDIR} -name "Makefile.in*" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' - -pre-configure: -.for d in apr apr-util -.for f in config.guess config.sub - ${CP} -f ${TEMPLATES}/${f} ${WRKDIR}/${d}-${PORTVERSION}/build/${f} - ${CHMOD} a+rx ${WRKDIR}/${d}-${PORTVERSION}/build/${f} -.endfor -.endfor - -run-autotools: - cd ${WRKDIR}/apr-${PORTVERSION}; ${SETENV} ${SCRIPTS_ENV} ${SH} ./buildconf - cd ${WRKDIR}/apr-util-${PORTVERSION} ; \ - ${RM} -fr xml/expat - cd ${WRKDIR}/apr-util-${PORTVERSION} ; \ - ${SETENV} ${SCRIPTS_ENV} ${SH} ./buildconf \ - --with-apr=../apr-${PORTVERSION} - cd ${WRKDIR}/apr-${PORTVERSION}; \ - ${SETENV} ${SCRIPTS_ENV} ${SH} ./configure ${CONFIGURE_ARGS} - cd ${WRKDIR}/apr-util-${PORTVERSION}; \ - ${SETENV} ${SCRIPTS_ENV} ${SH} \ - ./configure ${CONFIGURE_ARGS} ${APR_UTIL_CONF_ARGS} - -do-configure: - ${DO_NADA} - -do-build: - cd ${WRKDIR}/apr-${PORTVERSION}; ${SETENV} ${MAKE_ENV} ${GMAKE} - cd ${WRKDIR}/apr-util-${PORTVERSION}; ${SETENV} ${MAKE_ENV} ${GMAKE} - -do-install: - cd ${WRKDIR}/apr-${PORTVERSION}; ${SETENV} ${MAKE_ENV} ${GMAKE} install - cd ${WRKDIR}/apr-util-${PORTVERSION}; ${SETENV} ${MAKE_ENV} ${GMAKE} install - -debug_autoconf: - @echo "LIBTOOL: ${LIBTOOL_VERSION}" - @echo "AUTOCONF: dev ${dev_acver} cur ${cur_acver} use ${use_acver}" - @echo "AUTOMAKE: dev ${dev_amver} cur ${cur_amver} use ${use_amver}" - @echo "AUTOCONF_DIR: ${AUTOCONF_DIR}" - @echo "BUILD_DEPENDS: ${BUILD_DEPENDS}" - @echo "ACLOCAL_DIR: ${ACLOCAL_DIR}" - @echo "LIBTOOLFILES: ${LIBTOOLFILES}" - @echo "LIBTOOL_SHAREDIR: ${LIBTOOL_SHAREDIR}" - @echo "LIBTOOL_LIBEXECDIR: ${LIBTOOL_LIBEXECDIR}" - @echo "LIBTOOL_M4: ${LIBTOOL_M4}" - -.include <bsd.port.post.mk> diff --git a/devel/apr1/distinfo b/devel/apr1/distinfo deleted file mode 100644 index 203a6c982075..000000000000 --- a/devel/apr1/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -MD5 (apr-1.0.1.tar.gz) = 0a3cb911ea1823cfa3e5863892774705 -SIZE (apr-1.0.1.tar.gz) = 1058637 -MD5 (apr-util-1.0.1.tar.gz) = 36300ad71a6e7d15624ae83d51833b37 -SIZE (apr-util-1.0.1.tar.gz) = 597911 diff --git a/devel/apr1/files/patch-apr_hints.m4 b/devel/apr1/files/patch-apr_hints.m4 deleted file mode 100644 index a9ce56a2db11..000000000000 --- a/devel/apr1/files/patch-apr_hints.m4 +++ /dev/null @@ -1,15 +0,0 @@ ---- apr-1.0.1/build/apr_hints.m4.orig Wed Oct 27 11:12:28 2004 -+++ apr-1.0.1/build/apr_hints.m4 Wed Oct 27 11:25:32 2004 -@@ -137,11 +137,7 @@ - ;; - *-freebsd*) - APR_SETIFNULL(apr_lock_method, [USE_FLOCK_SERIALIZE]) -- if test -x /sbin/sysctl; then -- os_version=`/sbin/sysctl -n kern.osreldate` -- else -- os_version=000000 -- fi -+ os_version="OSVERSION" - # 502102 is when libc_r switched to libpthread (aka libkse). - if test $os_version -ge "502102"; then - apr_cv_pthreads_cflags="none" diff --git a/devel/apr1/pkg-descr b/devel/apr1/pkg-descr deleted file mode 100644 index 171e56b08723..000000000000 --- a/devel/apr1/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -The Apache Portable Runtime is a library of C data structures and routines, -forming a system portability layer that covers as many operating systems as -possible, including Unices, Win32, BeOS, and OS/2. - -This port also includes the APR-Util package, which contains some useful -utilities built on top of APR. - -WWW: http://apr.apache.org/ diff --git a/devel/apr1/pkg-plist b/devel/apr1/pkg-plist deleted file mode 100644 index 2fbe619d868b..000000000000 --- a/devel/apr1/pkg-plist +++ /dev/null @@ -1,82 +0,0 @@ -bin/apr-1-config -bin/apu-1-config -build-1/apr_rules.mk -build-1/libtool -build-1/make_exports.awk -build-1/make_var_export.awk -build-1/mkdir.sh -include/apr-1/apr.h -include/apr-1/apr_allocator.h -include/apr-1/apr_anylock.h -include/apr-1/apr_atomic.h -include/apr-1/apr_base64.h -include/apr-1/apr_buckets.h -include/apr-1/apr_date.h -include/apr-1/apr_dbm.h -include/apr-1/apr_dso.h -include/apr-1/apr_env.h -include/apr-1/apr_errno.h -include/apr-1/apr_file_info.h -include/apr-1/apr_file_io.h -include/apr-1/apr_fnmatch.h -include/apr-1/apr_general.h -include/apr-1/apr_getopt.h -include/apr-1/apr_global_mutex.h -include/apr-1/apr_hash.h -include/apr-1/apr_hooks.h -include/apr-1/apr_inherit.h -include/apr-1/apr_ldap.h -include/apr-1/apr_ldap_init.h -include/apr-1/apr_ldap_url.h -include/apr-1/apr_lib.h -include/apr-1/apr_md4.h -include/apr-1/apr_md5.h -include/apr-1/apr_mmap.h -include/apr-1/apr_network_io.h -include/apr-1/apr_optional.h -include/apr-1/apr_optional_hooks.h -include/apr-1/apr_poll.h -include/apr-1/apr_pools.h -include/apr-1/apr_portable.h -include/apr-1/apr_proc_mutex.h -include/apr-1/apr_queue.h -include/apr-1/apr_random.h -include/apr-1/apr_reslist.h -include/apr-1/apr_ring.h -include/apr-1/apr_rmm.h -include/apr-1/apr_sdbm.h -include/apr-1/apr_sha1.h -include/apr-1/apr_shm.h -include/apr-1/apr_signal.h -include/apr-1/apr_strings.h -include/apr-1/apr_strmatch.h -include/apr-1/apr_support.h -include/apr-1/apr_tables.h -include/apr-1/apr_thread_cond.h -include/apr-1/apr_thread_mutex.h -include/apr-1/apr_thread_proc.h -include/apr-1/apr_thread_rwlock.h -include/apr-1/apr_time.h -include/apr-1/apr_uri.h -include/apr-1/apr_user.h -include/apr-1/apr_uuid.h -include/apr-1/apr_version.h -include/apr-1/apr_want.h -include/apr-1/apr_xlate.h -include/apr-1/apr_xml.h -include/apr-1/apu.h -include/apr-1/apu_version.h -include/apr-1/apu_want.h -libdata/pkgconfig/apr-1.pc -libdata/pkgconfig/apr-util-1.pc -lib/apr.exp -lib/aprutil.exp -lib/libapr-1.a -lib/libapr-1.so -lib/libapr-1.so.0 -lib/libaprutil-1.a -lib/libaprutil-1.so -lib/libaprutil-1.so.0 -@unexec rmdir %D/libdata/pkgconfig 2>/dev/null || true -@dirrm build-1 -@dirrm include/apr-1 diff --git a/devel/apr2/Makefile b/devel/apr2/Makefile deleted file mode 100644 index 7272bb0fcdc4..000000000000 --- a/devel/apr2/Makefile +++ /dev/null @@ -1,179 +0,0 @@ -# New ports collection makefile for: apr -# Date created: 19 February 2002 -# Whom: Garrett Rooney <rooneg@electricjellyfish.net> -# -# $FreeBSD$ -# -# Tunables: -# APR_UTIL_WITHOUT_THREADS: disable threads support -# APR_UTIL_WITH_GDBM: force dependency on the GNU dbm -# APR_UTIL_WITHOUT_GDBM: unconditionally disable the use of GNU dbm -# APR_UTIL_WITH_BERKELEY_DB: force dependency on Sleepycat's Berkeley DB 4.2 -# APR_UTIL_WITHOUT_BERKELEY_DB: unconditionally disable the use of db4.2 -# (the database bindings are detected and recorded automatically if these -# switches are not set) -# APR_UTIL_WITH_LDAP: force dependency on OpenLDAP - -PORTNAME= apr -PORTVERSION= 1.0.1 -PORTREVISION= 1 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_APACHE} -MASTER_SITE_SUBDIR= apr -DISTFILES= apr-${PORTVERSION}.tar.gz apr-util-${PORTVERSION}.tar.gz - -MAINTAINER= rodrigc@crodrigues.org -COMMENT= The Apache Group's Portability Library - -BUILD_DEPENDS= ${PYTHON_CMD}:${PYTHON_PORTSDIR} -LIB_DEPENDS+= expat.5:${PORTSDIR}/textproc/expat2 - -USE_ICONV= yes -USE_AUTOMAKE_VER= 19 -USE_AUTOCONF_VER= 259 -WANT_LIBTOOL_VER= 15 -USE_REINPLACE= yes -USE_PERL5= yes -USE_GMAKE= yes -USE_PYTHON= yes -PYTHON_NO_DEPENDS= yes -INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes -WRKSRC= ${WRKDIR} - -APR_UTIL_CONF_ARGS= --with-apr=../apr-${PORTVERSION} \ - --with-expat=${PREFIX} \ - --with-iconv=${PREFIX} - -.include <bsd.port.pre.mk> - -.if defined(APR_UTIL_WITHOUT_THREADS) -CONFIGURE_ARGS+= --disable-threads -APR_UTIL_CONF_ARGS+= --disable-threads -.if defined(PKGNAMESUFFIX) -PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-nothr -.else -PKGNAMESUFFIX= -nothr -.endif -.endif - -.if defined(APR_UTIL_WITHOUT_GDBM) -APR_UTIL_CONF_ARGS+= --without-gdbm -.elif defined(APR_UTIL_WITH_GDBM) || exists(${LOCALBASE}/lib/libgdbm.so.3) -LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm -.if defined(PKGNAMESUFFIX) -PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-gdbm -.else -PKGNAMESUFFIX= -gdbm -.endif -.endif - -.if defined(APR_UTIL_WITHOUT_BERKELEY_DB) -APR_UTIL_CONF_ARGS+= --without-berkeley-db -.elif defined(APR_UTIL_WITH_BERKELEY_DB) || exists(${LOCALBASE}/lib/libdb-4.2.so.2) -LIB_DEPENDS+= db-4.2.2:${PORTSDIR}/databases/db42 -APR_UTIL_CONF_ARGS+= --with-berkeley-db=${PREFIX} -.if defined(PKGNAMESUFFIX) -PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-db4 -.else -PKGNAMESUFFIX= -db4 -.endif -.endif - -.if defined(APR_UTIL_WITH_LDAP) -USE_OPENLDAP= yes -APR_UTIL_CONF_ARGS+= --with-ldap-include=${PREFIX}/include \ - --with-ldap-lib=${PREFIX}/lib --with-ldap=ldap -.if defined(PKGNAMESUFFIX) -PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-ldap -.else -PKGNAMESUFFIX= -ldap -.endif -.endif - -pre-extract: - @${ECHO_MSG} "" -.if defined(APR_UTIL_WITHOUT_THREADS) - @${ECHO_MSG} "apr library will be built without threads support." -.else - @${ECHO_MSG} "apr library will be built with threads support." - @${ECHO_MSG} "All programs which use apr must be linked with threads too." - @${ECHO_MSG} "You can disable threads by defining APR_UTIL_WITHOUT_THREADS." -.endif - @${ECHO_MSG} "" -.if defined(APR_UTIL_WITHOUT_GDBM) - @${ECHO_MSG} "GDBM support is disabled." -.elif defined(APR_UTIL_WITH_GDBM) - @${ECHO_MSG} "GDBM support is forced." -.elif exists(${LOCALBASE}/lib/libgdbm.so.3) - @${ECHO_MSG} "GDBM support is enabled." - @${ECHO_MSG} "You can disable GDBM support by defining APR_UTIL_WITHOUT_GDBM." -.else - @${ECHO_MSG} "GDBM was not found." - @${ECHO_MSG} "You can force GDBM support by defining APR_UTIL_WITH_GDBM." -.endif - @${ECHO_MSG} "" -.if defined(APR_UTIL_WITHOUT_BERKELEY_DB) - @${ECHO_MSG} "Berkeley db4.2 support is disabled." -.elif defined(APR_UTIL_WITH_BERKELEY_DB) - @${ECHO_MSG} "Berkeley db4.2 support forced." -.elif exists(${LOCALBASE}/lib/libdb-4.2.so.2) - @${ECHO_MSG} "Berkeley db4.2 support is enabled." - @${ECHO_MSG} "You can disable Berkeley db4.2 support by defining APR_UTIL_WITHOUT_BERKELEY_DB." -.else - @${ECHO_MSG} "Berkeley db4.2 was not found." - @${ECHO_MSG} "You can force Berkeley db4.2 support by defining APR_UTIL_WITH_BERKELEY_DB." -.endif - @${ECHO_MSG} "" - -post-patch: - ${SED} -i .orig1 's/OSVERSION/'${OSVERSION}'/g' \ - ${WRKDIR}/apr-${PORTVERSION}/build/apr_hints.m4 - ${FIND} ${WRKDIR} -name "Makefile.in*" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' - -pre-configure: -.for d in apr apr-util -.for f in config.guess config.sub - ${CP} -f ${TEMPLATES}/${f} ${WRKDIR}/${d}-${PORTVERSION}/build/${f} - ${CHMOD} a+rx ${WRKDIR}/${d}-${PORTVERSION}/build/${f} -.endfor -.endfor - -run-autotools: - cd ${WRKDIR}/apr-${PORTVERSION}; ${SETENV} ${SCRIPTS_ENV} ${SH} ./buildconf - cd ${WRKDIR}/apr-util-${PORTVERSION} ; \ - ${RM} -fr xml/expat - cd ${WRKDIR}/apr-util-${PORTVERSION} ; \ - ${SETENV} ${SCRIPTS_ENV} ${SH} ./buildconf \ - --with-apr=../apr-${PORTVERSION} - cd ${WRKDIR}/apr-${PORTVERSION}; \ - ${SETENV} ${SCRIPTS_ENV} ${SH} ./configure ${CONFIGURE_ARGS} - cd ${WRKDIR}/apr-util-${PORTVERSION}; \ - ${SETENV} ${SCRIPTS_ENV} ${SH} \ - ./configure ${CONFIGURE_ARGS} ${APR_UTIL_CONF_ARGS} - -do-configure: - ${DO_NADA} - -do-build: - cd ${WRKDIR}/apr-${PORTVERSION}; ${SETENV} ${MAKE_ENV} ${GMAKE} - cd ${WRKDIR}/apr-util-${PORTVERSION}; ${SETENV} ${MAKE_ENV} ${GMAKE} - -do-install: - cd ${WRKDIR}/apr-${PORTVERSION}; ${SETENV} ${MAKE_ENV} ${GMAKE} install - cd ${WRKDIR}/apr-util-${PORTVERSION}; ${SETENV} ${MAKE_ENV} ${GMAKE} install - -debug_autoconf: - @echo "LIBTOOL: ${LIBTOOL_VERSION}" - @echo "AUTOCONF: dev ${dev_acver} cur ${cur_acver} use ${use_acver}" - @echo "AUTOMAKE: dev ${dev_amver} cur ${cur_amver} use ${use_amver}" - @echo "AUTOCONF_DIR: ${AUTOCONF_DIR}" - @echo "BUILD_DEPENDS: ${BUILD_DEPENDS}" - @echo "ACLOCAL_DIR: ${ACLOCAL_DIR}" - @echo "LIBTOOLFILES: ${LIBTOOLFILES}" - @echo "LIBTOOL_SHAREDIR: ${LIBTOOL_SHAREDIR}" - @echo "LIBTOOL_LIBEXECDIR: ${LIBTOOL_LIBEXECDIR}" - @echo "LIBTOOL_M4: ${LIBTOOL_M4}" - -.include <bsd.port.post.mk> diff --git a/devel/apr2/distinfo b/devel/apr2/distinfo deleted file mode 100644 index 203a6c982075..000000000000 --- a/devel/apr2/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -MD5 (apr-1.0.1.tar.gz) = 0a3cb911ea1823cfa3e5863892774705 -SIZE (apr-1.0.1.tar.gz) = 1058637 -MD5 (apr-util-1.0.1.tar.gz) = 36300ad71a6e7d15624ae83d51833b37 -SIZE (apr-util-1.0.1.tar.gz) = 597911 diff --git a/devel/apr2/files/patch-apr_hints.m4 b/devel/apr2/files/patch-apr_hints.m4 deleted file mode 100644 index a9ce56a2db11..000000000000 --- a/devel/apr2/files/patch-apr_hints.m4 +++ /dev/null @@ -1,15 +0,0 @@ ---- apr-1.0.1/build/apr_hints.m4.orig Wed Oct 27 11:12:28 2004 -+++ apr-1.0.1/build/apr_hints.m4 Wed Oct 27 11:25:32 2004 -@@ -137,11 +137,7 @@ - ;; - *-freebsd*) - APR_SETIFNULL(apr_lock_method, [USE_FLOCK_SERIALIZE]) -- if test -x /sbin/sysctl; then -- os_version=`/sbin/sysctl -n kern.osreldate` -- else -- os_version=000000 -- fi -+ os_version="OSVERSION" - # 502102 is when libc_r switched to libpthread (aka libkse). - if test $os_version -ge "502102"; then - apr_cv_pthreads_cflags="none" diff --git a/devel/apr2/pkg-descr b/devel/apr2/pkg-descr deleted file mode 100644 index 171e56b08723..000000000000 --- a/devel/apr2/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -The Apache Portable Runtime is a library of C data structures and routines, -forming a system portability layer that covers as many operating systems as -possible, including Unices, Win32, BeOS, and OS/2. - -This port also includes the APR-Util package, which contains some useful -utilities built on top of APR. - -WWW: http://apr.apache.org/ diff --git a/devel/apr2/pkg-plist b/devel/apr2/pkg-plist deleted file mode 100644 index 2fbe619d868b..000000000000 --- a/devel/apr2/pkg-plist +++ /dev/null @@ -1,82 +0,0 @@ -bin/apr-1-config -bin/apu-1-config -build-1/apr_rules.mk -build-1/libtool -build-1/make_exports.awk -build-1/make_var_export.awk -build-1/mkdir.sh -include/apr-1/apr.h -include/apr-1/apr_allocator.h -include/apr-1/apr_anylock.h -include/apr-1/apr_atomic.h -include/apr-1/apr_base64.h -include/apr-1/apr_buckets.h -include/apr-1/apr_date.h -include/apr-1/apr_dbm.h -include/apr-1/apr_dso.h -include/apr-1/apr_env.h -include/apr-1/apr_errno.h -include/apr-1/apr_file_info.h -include/apr-1/apr_file_io.h -include/apr-1/apr_fnmatch.h -include/apr-1/apr_general.h -include/apr-1/apr_getopt.h -include/apr-1/apr_global_mutex.h -include/apr-1/apr_hash.h -include/apr-1/apr_hooks.h -include/apr-1/apr_inherit.h -include/apr-1/apr_ldap.h -include/apr-1/apr_ldap_init.h -include/apr-1/apr_ldap_url.h -include/apr-1/apr_lib.h -include/apr-1/apr_md4.h -include/apr-1/apr_md5.h -include/apr-1/apr_mmap.h -include/apr-1/apr_network_io.h -include/apr-1/apr_optional.h -include/apr-1/apr_optional_hooks.h -include/apr-1/apr_poll.h -include/apr-1/apr_pools.h -include/apr-1/apr_portable.h -include/apr-1/apr_proc_mutex.h -include/apr-1/apr_queue.h -include/apr-1/apr_random.h -include/apr-1/apr_reslist.h -include/apr-1/apr_ring.h -include/apr-1/apr_rmm.h -include/apr-1/apr_sdbm.h -include/apr-1/apr_sha1.h -include/apr-1/apr_shm.h -include/apr-1/apr_signal.h -include/apr-1/apr_strings.h -include/apr-1/apr_strmatch.h -include/apr-1/apr_support.h -include/apr-1/apr_tables.h -include/apr-1/apr_thread_cond.h -include/apr-1/apr_thread_mutex.h -include/apr-1/apr_thread_proc.h -include/apr-1/apr_thread_rwlock.h -include/apr-1/apr_time.h -include/apr-1/apr_uri.h -include/apr-1/apr_user.h -include/apr-1/apr_uuid.h -include/apr-1/apr_version.h -include/apr-1/apr_want.h -include/apr-1/apr_xlate.h -include/apr-1/apr_xml.h -include/apr-1/apu.h -include/apr-1/apu_version.h -include/apr-1/apu_want.h -libdata/pkgconfig/apr-1.pc -libdata/pkgconfig/apr-util-1.pc -lib/apr.exp -lib/aprutil.exp -lib/libapr-1.a -lib/libapr-1.so -lib/libapr-1.so.0 -lib/libaprutil-1.a -lib/libaprutil-1.so -lib/libaprutil-1.so.0 -@unexec rmdir %D/libdata/pkgconfig 2>/dev/null || true -@dirrm build-1 -@dirrm include/apr-1 diff --git a/devel/asis-gpl/Makefile b/devel/asis-gpl/Makefile deleted file mode 100644 index 5f8a1cc5bd12..000000000000 --- a/devel/asis-gpl/Makefile +++ /dev/null @@ -1,55 +0,0 @@ -# New ports collection makefile for: asis -# Date created: 11 Jul 2000 -# Whom: Thomas Quinot <thomas@cuivre.fr.eu.org> -# -# $FreeBSD$ -# - -PORTNAME= asis -PORTVERSION= 3.15p -PORTREVISION= 1 -CATEGORIES= devel -MASTER_SITES= \ - ftp://ftp.lip6.fr/pub/gnat/${PORTVERSION}/asis/ \ - ftp://cs.nyu.edu/pub/gnat/${PORTVERSION}/asis/ -DISTNAME= asis-${PORTVERSION}-src -EXTRACT_SUFX= .tgz - -MAINTAINER= thomas@cuivre.fr.eu.org -COMMENT= GNAT implementation of the Ada Semantic Interface Specification - -BUILD_DEPENDS= adagcc:${PORTSDIR}/lang/gnat - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500039 -WITHOUT_CPU_CFLAGS= yes -.endif -CFLAGS= -O2 -pipe -USE_GMAKE= yes -MAKEFILE= "${FILESDIR}/Makefile.bsd" -MAKE_ARGS= GMAKE=${GMAKE} PORTVERSION=${PORTVERSION} \ - LN=${LN} - -do-install: - @${MKDIR} ${PREFIX}/lib/asis - @${INSTALL_DATA} ${WRKSRC}/asis/*.ad? ${WRKSRC}/gnat/*.ad? ${WRKSRC}/obj/*.ali ${PREFIX}/lib/asis - @${INSTALL_DATA} ${WRKSRC}/obj/libasis.a ${PREFIX}/lib - @${INSTALL_DATA} ${WRKSRC}/libasis-${PORTVERSION}.so.1 ${PREFIX}/lib - @${LN} -sf ${PREFIX}/lib/libasis-${PORTVERSION}.so.1 ${PREFIX}/lib/libasis-${PORTVERSION}.so - - @${INSTALL_PROGRAM} ${WRKSRC}/asistant.prg ${PREFIX}/bin/asistant - @${INSTALL_PROGRAM} ${WRKSRC}/display_source ${WRKSRC}/gnatelim ${WRKSRC}/gnatstub ${PREFIX}/bin - -post-install: - @${LDCONFIG} -m ${PREFIX}/lib -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/documentation/* ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/examples/ds/README ${DOCSDIR}/README.ds - @${INSTALL_DATA} ${WRKSRC}/tools/asistant/asistant.ug ${DOCSDIR}/README.asistant - @${INSTALL_DATA} ${WRKSRC}/tools/gnatelim/README ${DOCSDIR}/README.gnatelim - @${INSTALL_DATA} ${WRKSRC}/tools/gnatstub/README ${DOCSDIR}/README.gnatstub -.endif - -.include <bsd.port.post.mk> diff --git a/devel/asis-gpl/distinfo b/devel/asis-gpl/distinfo deleted file mode 100644 index d654304327a0..000000000000 --- a/devel/asis-gpl/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (asis-3.15p-src.tgz) = 649f92bca189da5c35d6c1af8d833c2f -SIZE (asis-3.15p-src.tgz) = 1401350 diff --git a/devel/asis-gpl/files/Makefile.bsd b/devel/asis-gpl/files/Makefile.bsd deleted file mode 100644 index eff73055df4b..000000000000 --- a/devel/asis-gpl/files/Makefile.bsd +++ /dev/null @@ -1,22 +0,0 @@ -ASISPROGFLAGS=-I../../asis -I../../gnat -I../../obj -largs -L../.. -lasis-${PORTVERSION} - -all: - ${GMAKE} -C obj clean bld-objs CFLAGS="${CFLAGS} -fPIC" CC=adagcc RM="rm -f" - adagcc -shared -Wl,-soname,libasis-${PORTVERSION}.so.1 \ - -o libasis-${PORTVERSION}.so.1 obj/*.o -lc - ${LN} -sf libasis-${PORTVERSION}.so.1 libasis-${PORTVERSION}.so - ${GMAKE} -C obj clean libasis.a CFLAGS="${CFLAGS}" CC=adagcc - chmod a-w obj/*.ali - cd examples/ds && \ - gnatmake ${CFLAGS} -o ../../display_source display_source ${ASISPROGFLAGS} - cd tools/asistant && \ - gnatmake ${CFLAGS} -o ../../asistant.prg asistant-driver ${ASISPROGFLAGS} - cd tools/gnatelim && \ - gnatmake ${CFLAGS} -o ../../gnatelim gnatelim-driver ${ASISPROGFLAGS} - cd tools/gnatstub && \ - gnatmake ${CFLAGS} -o ../../gnatstub gnatstub-driver ${ASISPROGFLAGS} - -clean: - ${GMAKE} clean - rm -f asistant.prg display_source gnatelim gnatstub libasis*.so.* - rm -f libasis*.so diff --git a/devel/asis-gpl/files/patch-aa b/devel/asis-gpl/files/patch-aa deleted file mode 100644 index 55cc39c424f5..000000000000 --- a/devel/asis-gpl/files/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ -#PATCHOPTIONS: -p0 ---- asis/a4g-gnat_int.ads.orig Wed Oct 27 15:06:50 1999 -+++ asis/a4g-gnat_int.ads Wed Oct 27 15:06:57 1999 -@@ -67,7 +67,7 @@ - -- Compiler Variables & Routines -- - ----------------------------------- - -- Gcc : constant String := "gcc"; -+ Gcc : constant String := "adagcc"; - - Nul_Argument_List : constant Argument_List (1 .. 0) := (others => null); - diff --git a/devel/asis-gpl/pkg-descr b/devel/asis-gpl/pkg-descr deleted file mode 100644 index e000151af855..000000000000 --- a/devel/asis-gpl/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -ASIS is an ISO standard API for the extraction of syntactic -and semantic information from an Ada compilation environment. -This is the implementation of ASIS for GNAT, the GNU Ada compiler. - -WWW: http://www.gnat.com/ - --- -Thomas Quinot -- <thomas@cuivre.fr.eu.org> diff --git a/devel/asis-gpl/pkg-plist b/devel/asis-gpl/pkg-plist deleted file mode 100644 index 37ec6defaabd..000000000000 --- a/devel/asis-gpl/pkg-plist +++ /dev/null @@ -1,319 +0,0 @@ -bin/asistant -bin/display_source -bin/gnatelim -bin/gnatstub -lib/asis/a4g-a_alloc.ads -lib/asis/a4g-a_alloc.ali -lib/asis/a4g-a_debug.adb -lib/asis/a4g-a_debug.ads -lib/asis/a4g-a_debug.ali -lib/asis/a4g-a_elists.adb -lib/asis/a4g-a_elists.ads -lib/asis/a4g-a_elists.ali -lib/asis/a4g-a_opt.adb -lib/asis/a4g-a_opt.ads -lib/asis/a4g-a_opt.ali -lib/asis/a4g-a_osint.adb -lib/asis/a4g-a_osint.ads -lib/asis/a4g-a_osint.ali -lib/asis/a4g-a_output.adb -lib/asis/a4g-a_output.ads -lib/asis/a4g-a_output.ali -lib/asis/a4g-a_sem.adb -lib/asis/a4g-a_sem.ads -lib/asis/a4g-a_sem.ali -lib/asis/a4g-a_sinput.adb -lib/asis/a4g-a_sinput.ads -lib/asis/a4g-a_sinput.ali -lib/asis/a4g-a_types.adb -lib/asis/a4g-a_types.ads -lib/asis/a4g-a_types.ali -lib/asis/a4g-asis_tables.adb -lib/asis/a4g-asis_tables.ads -lib/asis/a4g-asis_tables.ali -lib/asis/a4g-contt-dp.adb -lib/asis/a4g-contt-dp.ads -lib/asis/a4g-contt-dp.ali -lib/asis/a4g-contt-sd.adb -lib/asis/a4g-contt-sd.ads -lib/asis/a4g-contt-sd.ali -lib/asis/a4g-contt-tt.adb -lib/asis/a4g-contt-tt.ads -lib/asis/a4g-contt-tt.ali -lib/asis/a4g-contt-ut.adb -lib/asis/a4g-contt-ut.ads -lib/asis/a4g-contt-ut.ali -lib/asis/a4g-contt.adb -lib/asis/a4g-contt.ads -lib/asis/a4g-contt.ali -lib/asis/a4g-cu_info2.adb -lib/asis/a4g-cu_info2.ads -lib/asis/a4g-cu_info2.ali -lib/asis/a4g-dda_aux.adb -lib/asis/a4g-dda_aux.ads -lib/asis/a4g-dda_aux.ali -lib/asis/a4g-decl_sem.adb -lib/asis/a4g-decl_sem.ads -lib/asis/a4g-decl_sem.ali -lib/asis/a4g-defaults.adb -lib/asis/a4g-defaults.ads -lib/asis/a4g-defaults.ali -lib/asis/a4g-encl_el.adb -lib/asis/a4g-encl_el.ads -lib/asis/a4g-encl_el.ali -lib/asis/a4g-encl_el_old.adb -lib/asis/a4g-encl_el_old.ads -lib/asis/a4g-encl_el_old.ali -lib/asis/a4g-expr_sem.adb -lib/asis/a4g-expr_sem.ads -lib/asis/a4g-expr_sem.ali -lib/asis/a4g-get_unit.adb -lib/asis/a4g-get_unit.ads -lib/asis/a4g-get_unit.ali -lib/asis/a4g-gnat_int.adb -lib/asis/a4g-gnat_int.ads -lib/asis/a4g-gnat_int.ali -lib/asis/a4g-int_knds.ads -lib/asis/a4g-int_knds.ali -lib/asis/a4g-itests.adb -lib/asis/a4g-itests.ads -lib/asis/a4g-itests.ali -lib/asis/a4g-knd_conv.adb -lib/asis/a4g-knd_conv.ads -lib/asis/a4g-knd_conv.ali -lib/asis/a4g-mapping.adb -lib/asis/a4g-mapping.ads -lib/asis/a4g-mapping.ali -lib/asis/a4g-nencl_el.adb -lib/asis/a4g-nencl_el.ads -lib/asis/a4g-nencl_el.ali -lib/asis/a4g-norm.adb -lib/asis/a4g-norm.ads -lib/asis/a4g-norm.ali -lib/asis/a4g-queries.adb -lib/asis/a4g-queries.ads -lib/asis/a4g-queries.ali -lib/asis/a4g-skip_tb.adb -lib/asis/a4g-skip_tb.ads -lib/asis/a4g-skip_tb.ali -lib/asis/a4g-span_beginning.adb -lib/asis/a4g-span_beginning.ads -lib/asis/a4g-span_beginning.ali -lib/asis/a4g-span_end.adb -lib/asis/a4g-span_end.ads -lib/asis/a4g-span_end.ali -lib/asis/a4g-stand.adb -lib/asis/a4g-stand.ads -lib/asis/a4g-stand.ali -lib/asis/a4g-tree_rec.ads -lib/asis/a4g-tree_rec.ali -lib/asis/a4g-u_conv.adb -lib/asis/a4g-u_conv.ads -lib/asis/a4g-u_conv.ali -lib/asis/a4g-unit_rec.ads -lib/asis/a4g-unit_rec.ali -lib/asis/a4g-vcheck.adb -lib/asis/a4g-vcheck.ads -lib/asis/a4g-vcheck.ali -lib/asis/a4g.ads -lib/asis/a4g.ali -lib/asis/alloc.ads -lib/asis/alloc.ali -lib/asis/asis-ada_environments-containers.adb -lib/asis/asis-ada_environments-containers.ads -lib/asis/asis-ada_environments-containers.ali -lib/asis/asis-ada_environments.adb -lib/asis/asis-ada_environments.ads -lib/asis/asis-ada_environments.ali -lib/asis/asis-clauses.adb -lib/asis/asis-clauses.ads -lib/asis/asis-clauses.ali -lib/asis/asis-compilation_units-relations.adb -lib/asis/asis-compilation_units-relations.ads -lib/asis/asis-compilation_units-relations.ali -lib/asis/asis-compilation_units-times.adb -lib/asis/asis-compilation_units-times.ads -lib/asis/asis-compilation_units-times.ali -lib/asis/asis-compilation_units.adb -lib/asis/asis-compilation_units.ads -lib/asis/asis-compilation_units.ali -lib/asis/asis-data_decomposition-aux.adb -lib/asis/asis-data_decomposition-aux.ads -lib/asis/asis-data_decomposition-aux.ali -lib/asis/asis-data_decomposition-debug.adb -lib/asis/asis-data_decomposition-debug.ads -lib/asis/asis-data_decomposition-extensions.adb -lib/asis/asis-data_decomposition-extensions.ads -lib/asis/asis-data_decomposition-extensions.ali -lib/asis/asis-data_decomposition-set_get.adb -lib/asis/asis-data_decomposition-set_get.ads -lib/asis/asis-data_decomposition-set_get.ali -lib/asis/asis-data_decomposition-vcheck.adb -lib/asis/asis-data_decomposition-vcheck.ads -lib/asis/asis-data_decomposition-vcheck.ali -lib/asis/asis-data_decomposition.adb -lib/asis/asis-data_decomposition.ads -lib/asis/asis-data_decomposition.ali -lib/asis/asis-declarations.adb -lib/asis/asis-declarations.ads -lib/asis/asis-declarations.ali -lib/asis/asis-definitions.adb -lib/asis/asis-definitions.ads -lib/asis/asis-definitions.ali -lib/asis/asis-elements.adb -lib/asis/asis-elements.ads -lib/asis/asis-elements.ali -lib/asis/asis-errors.ads -lib/asis/asis-errors.ali -lib/asis/asis-exceptions.ads -lib/asis/asis-exceptions.ali -lib/asis/asis-expressions.adb -lib/asis/asis-expressions.ads -lib/asis/asis-expressions.ali -lib/asis/asis-extensions-flat_kinds.adb -lib/asis/asis-extensions-flat_kinds.ads -lib/asis/asis-extensions-flat_kinds.ali -lib/asis/asis-extensions.adb -lib/asis/asis-extensions.ads -lib/asis/asis-extensions.ali -lib/asis/asis-ids.adb -lib/asis/asis-ids.ads -lib/asis/asis-ids.ali -lib/asis/asis-implementation-permissions.adb -lib/asis/asis-implementation-permissions.ads -lib/asis/asis-implementation-permissions.ali -lib/asis/asis-implementation.adb -lib/asis/asis-implementation.ads -lib/asis/asis-implementation.ali -lib/asis/asis-iterator.adb -lib/asis/asis-iterator.ads -lib/asis/asis-iterator.ali -lib/asis/asis-set_get.adb -lib/asis/asis-set_get.ads -lib/asis/asis-set_get.ali -lib/asis/asis-statements.adb -lib/asis/asis-statements.ads -lib/asis/asis-statements.ali -lib/asis/asis-text-set_get.adb -lib/asis/asis-text-set_get.ads -lib/asis/asis-text-set_get.ali -lib/asis/asis-text.adb -lib/asis/asis-text.ads -lib/asis/asis-text.ali -lib/asis/asis.ads -lib/asis/asis.ali -lib/asis/atree.adb -lib/asis/atree.ads -lib/asis/atree.ali -lib/asis/casing.adb -lib/asis/casing.ads -lib/asis/casing.ali -lib/asis/csets.adb -lib/asis/csets.ads -lib/asis/csets.ali -lib/asis/debug.adb -lib/asis/debug.ads -lib/asis/debug.ali -lib/asis/einfo.adb -lib/asis/einfo.ads -lib/asis/einfo.ali -lib/asis/elists.adb -lib/asis/elists.ads -lib/asis/elists.ali -lib/asis/fname.adb -lib/asis/fname.ads -lib/asis/fname.ali -lib/asis/gnatvsn.ads -lib/asis/gnatvsn.ali -lib/asis/hostparm.ads -lib/asis/hostparm.ali -lib/asis/krunch.adb -lib/asis/krunch.ads -lib/asis/krunch.ali -lib/asis/lib-list.adb -lib/asis/lib-sort.adb -lib/asis/lib.adb -lib/asis/lib.ads -lib/asis/lib.ali -lib/asis/namet.adb -lib/asis/namet.ads -lib/asis/namet.ali -lib/asis/nlists.adb -lib/asis/nlists.ads -lib/asis/nlists.ali -lib/asis/opt.adb -lib/asis/opt.ads -lib/asis/opt.ali -lib/asis/output.adb -lib/asis/output.ads -lib/asis/output.ali -lib/asis/repinfo.adb -lib/asis/repinfo.ads -lib/asis/repinfo.ali -lib/asis/scans.adb -lib/asis/scans.ads -lib/asis/sinfo.adb -lib/asis/sinfo.ads -lib/asis/sinfo.ali -lib/asis/sinput.adb -lib/asis/sinput.ads -lib/asis/sinput.ali -lib/asis/snames.adb -lib/asis/snames.ads -lib/asis/snames.ali -lib/asis/stand.adb -lib/asis/stand.ads -lib/asis/stand.ali -lib/asis/stringt.adb -lib/asis/stringt.ads -lib/asis/stringt.ali -lib/asis/table.adb -lib/asis/table.ads -lib/asis/table.ali -lib/asis/tree_in.adb -lib/asis/tree_in.ads -lib/asis/tree_in.ali -lib/asis/tree_io.adb -lib/asis/tree_io.ads -lib/asis/tree_io.ali -lib/asis/types.adb -lib/asis/types.ads -lib/asis/types.ali -lib/asis/uintp.adb -lib/asis/uintp.ads -lib/asis/uintp.ali -lib/asis/uname.adb -lib/asis/uname.ads -lib/asis/uname.ali -lib/asis/urealp.adb -lib/asis/urealp.ads -lib/asis/urealp.ali -lib/asis/widechar.adb -lib/asis/widechar.ads -lib/asis/widechar.ali -lib/libasis-3.15p.so -lib/libasis-3.15p.so.1 -lib/libasis.a -%%PORTDOCS%%share/doc/asis/Makefile -%%PORTDOCS%%share/doc/asis/README.asistant -%%PORTDOCS%%share/doc/asis/README.ds -%%PORTDOCS%%share/doc/asis/README.gnatelim -%%PORTDOCS%%share/doc/asis/README.gnatstub -%%PORTDOCS%%share/doc/asis/asis_rm.html -%%PORTDOCS%%share/doc/asis/asis_rm.info -%%PORTDOCS%%share/doc/asis/asis_rm.ps -%%PORTDOCS%%share/doc/asis/asis_rm.texi -%%PORTDOCS%%share/doc/asis/asis_rm.txt -%%PORTDOCS%%share/doc/asis/asis_ug.html -%%PORTDOCS%%share/doc/asis/asis_ug.info -%%PORTDOCS%%share/doc/asis/asis_ug.info-1 -%%PORTDOCS%%share/doc/asis/asis_ug.info-2 -%%PORTDOCS%%share/doc/asis/asis_ug.ps -%%PORTDOCS%%share/doc/asis/asis_ug.texi -%%PORTDOCS%%share/doc/asis/asis_ug.txt -%%PORTDOCS%%share/doc/asis/asisinfo.txt -%%PORTDOCS%%share/doc/asis/non_implemented.txt -%%PORTDOCS%%@dirrm share/doc/asis -@dirrm lib/asis -@exec /sbin/ldconfig -m %D/lib -@unexec /sbin/ldconfig -R diff --git a/devel/astah-community/Makefile b/devel/astah-community/Makefile deleted file mode 100644 index b2f3f2d2d0a4..000000000000 --- a/devel/astah-community/Makefile +++ /dev/null @@ -1,66 +0,0 @@ -# New ports collection makefile for: jude_take -# Date created: 19 April 2004 -# Whom: Yoshihiko Sarumaru <mistral@imasy.or.jp> -# -# $FreeBSD$ -# - -PORTNAME= jude-community -PORTVERSION= 1.4.3 -CATEGORIES= devel -MASTER_SITES= # you have to register yourself as a member to download -DISTNAME= ${PORTNAME}-${PORTVERSION:S!.!_!g} -EXTRACT_SUFX= .zip - -MAINTAINER= mistral@imasy.or.jp -COMMENT= A Java/UML Object-Oriented Design Tool - -USE_ZIP= yes -USE_JAVA= 1.4+ -# It doesn't work well with linux-sun-jdk14 -# I haven't tested with the jdks of blackdown or ibm -JAVA_OS= native -NO_BUILD= yes -USE_REINPLACE= yes - -RESTRICTED= "See http://objectclub.esm.co.jp/Jude/permission_e.html" -NO_CDROM= ${RESTRICTED} - -PLIST_SUB+= PORTNAME=${PORTNAME} - -WRKSRC= ${WRKDIR}/${PORTNAME:S!-!_!} - -DOWNLOAD_URL= https://www.objectclub.jp/Jude/enquete_e.html - -.if !defined(NOPORTDOCS) -PORTDOCS= README-e.txt README.txt ReleaseNote-e.html ReleaseNote.html -.endif - -.include <bsd.port.pre.mk> - -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE= "You must manually fetch the distribution file from ${DOWNLOAD_URL}, then place it in ${DISTDIR} and run make again" -.endif - -post-patch: - ${REINPLACE_CMD} -e "s!%%JAVA_HOME%%!${JAVA_HOME}!; \ - s!%%DATADIR%%!${DATADIR}!" ${WRKSRC}/jude - -do-install: - ${MKDIR} ${DATADIR} - ${INSTALL_SCRIPT} ${WRKSRC}/jude ${PREFIX}/bin - ${INSTALL_SCRIPT} ${FILESDIR}/netscape ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.jar ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/JudeDefaultModel.jude ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/jude.ico ${DATADIR} - # ExportHTML needs lib/tools.jar to be copied - ${LN} -s ${JAVA_HOME}/lib/tools.jar ${DATADIR} - -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} -.for file in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.post.mk> diff --git a/devel/astah-community/distinfo b/devel/astah-community/distinfo deleted file mode 100644 index f3e5f31bdcef..000000000000 --- a/devel/astah-community/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (jude-community-1_4_3.zip) = b9a9842c77d64c0c35a7c128f7b47498 -SIZE (jude-community-1_4_3.zip) = 2308773 diff --git a/devel/astah-community/files/netscape b/devel/astah-community/files/netscape deleted file mode 100644 index 77997f4e77c1..000000000000 --- a/devel/astah-community/files/netscape +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -# add your favorite browser in the top of the list -for browser in mozilla linux-mozilla firefox linux-mozillafirebird opera linux-opera netscape7-english -do - type $browser > /dev/null 2>&1 && exec $browser "$@" -done diff --git a/devel/astah-community/files/patch-jude b/devel/astah-community/files/patch-jude deleted file mode 100644 index 61e51ae1b8f0..000000000000 --- a/devel/astah-community/files/patch-jude +++ /dev/null @@ -1,20 +0,0 @@ ---- jude.orig Tue Oct 26 21:21:53 2004 -+++ jude Tue Nov 9 13:58:28 2004 -@@ -3,13 +3,14 @@ - #Remove "#" from following two lines, if you'd like to use j2sdk. - #JAVA_HOME=/usr/lib/j2sdk1.4/;export JAVA_HOME - #PATH=$JAVA_HOME/bin; export PATH -+PATH=%%DATADIR%%:$PATH - --#JUDE_HOME=/usr/local/share/jude_community --JUDE_HOME=`dirname $0` -+JUDE_HOME=%%DATADIR%% -+#JUDE_HOME=`dirname $0` - JUDE_JAR=jude-community.jar - - CLASSPATH=$JUDE_HOME/$JUDE_JAR - - JAVA_OPTS="-Xms16m -Xmx512m -Xss2m" - --java $JAVA_OPTS -jar $JUDE_HOME/$JUDE_JAR $1 $2 $3 -+%%JAVA_HOME%%/bin/java $JAVA_OPTS -jar $JUDE_HOME/$JUDE_JAR $1 $2 $3 diff --git a/devel/astah-community/pkg-descr b/devel/astah-community/pkg-descr deleted file mode 100644 index 7d6de1a8e5e9..000000000000 --- a/devel/astah-community/pkg-descr +++ /dev/null @@ -1,18 +0,0 @@ -Jude/Community is a new tool which supports your object-oriented software -designing in Java(TM) and UML1.4(Unified Modeling Language). - -Basic Functions -- Support of UML1.4 -- Class Diagram - (Object, Package, Subsystem and Robustness Diagrams are included.) -- Usecase Diagram -- Sequence Diagram -- Collaboration Diagram -- Statechart Diagram -- Activity Diagram -- Deployment Diagram -- Component Diagram -- Generate Java source code from model. -- Import Java source files to create model. - -WWW: http://objectclub.esm.co.jp/Jude/jude-e.html diff --git a/devel/astah-community/pkg-plist b/devel/astah-community/pkg-plist deleted file mode 100644 index ca1518bdd3a6..000000000000 --- a/devel/astah-community/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/jude -%%DATADIR%%/netscape -%%DATADIR%%/%%PORTNAME%%.jar -%%DATADIR%%/JudeDefaultModel.jude -%%DATADIR%%/jude.ico -%%DATADIR%%/tools.jar -@dirrm %%DATADIR%% diff --git a/devel/atlas-devel/Makefile b/devel/atlas-devel/Makefile deleted file mode 100644 index 9e240f059b06..000000000000 --- a/devel/atlas-devel/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: Atlas -# Date created: 29 March 2001 -# Whom: Oliver Lehmann <lehmann@ans-netz.de> -# -# $FreeBSD$ -# - -PORTNAME= Atlas -PORTVERSION= 0.4.94 -PORTREVISION= 0 -CATEGORIES= devel -MASTER_SITES= ftp://ftp.worldforge.org/libs/Atlas-C++/transitional/ \ - http://purple.worldforge.org/wf/downloads/libs/Atlas-C++/transitional/ -DISTNAME= ${PORTNAME}-C++-${PORTVERSION} - -MAINTAINER= oliver@FreeBSD.org -COMMENT= A C++ reference implementation of the Atlas protocol - -USE_REINPLACE= YES -USE_INC_LIBTOOL_VER= 13 -GNU_CONFIGURE= YES -INSTALLS_SHLIB= YES - -post-patch: - @${REINPLACE_CMD} -e 's| install-docDATA | |g' \ - -e 's|\(^pkgconfigdir =\) .*|\1 ${PREFIX}/libdata/pkgconfig|g' \ - ${WRKSRC}/Makefile.in - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for docfile in README COPYING AUTHORS THANKS NEWS ChangeLog TODO HACKING ROADMAP - @${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/devel/atlas-devel/distinfo b/devel/atlas-devel/distinfo deleted file mode 100644 index 51c393628697..000000000000 --- a/devel/atlas-devel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (Atlas-C++-0.4.94.tar.gz) = e2024eb2504fff9e0db4091273c6e4d2 -SIZE(Atlas-C++-0.4.94.tar.gz) = 382284 diff --git a/devel/atlas-devel/pkg-descr b/devel/atlas-devel/pkg-descr deleted file mode 100644 index 05391ebf51cf..000000000000 --- a/devel/atlas-devel/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This library implements the Atlas protocol, for use in client-server -game applications. This library is suitable for linking to either -clients or servers. diff --git a/devel/atlas-devel/pkg-plist b/devel/atlas-devel/pkg-plist deleted file mode 100644 index 2dea095b3126..000000000000 --- a/devel/atlas-devel/pkg-plist +++ /dev/null @@ -1,101 +0,0 @@ -include/Atlas-C++-0.5/Atlas/Bridge.h -include/Atlas-C++-0.5/Atlas/Codec.h -include/Atlas-C++-0.5/Atlas/Codec_impl.h -include/Atlas-C++-0.5/Atlas/Codecs/Packed.h -include/Atlas-C++-0.5/Atlas/Codecs/Utility.h -include/Atlas-C++-0.5/Atlas/Codecs/XML.h -include/Atlas-C++-0.5/Atlas/EncoderBase.h -include/Atlas-C++-0.5/Atlas/Funky/Encoder.h -include/Atlas-C++-0.5/Atlas/Message/DecoderBase.h -include/Atlas-C++-0.5/Atlas/Message/Element.h -include/Atlas-C++-0.5/Atlas/Message/Encoder.h -include/Atlas-C++-0.5/Atlas/Message/Layer.h -include/Atlas-C++-0.5/Atlas/Message/QueuedDecoder.h -include/Atlas-C++-0.5/Atlas/Negotiate.h -include/Atlas-C++-0.5/Atlas/Net/Loopback.h -include/Atlas-C++-0.5/Atlas/Net/Stream.h -include/Atlas-C++-0.5/Atlas/Objects/Decoder.h -include/Atlas-C++-0.5/Atlas/Objects/Encoder.h -include/Atlas-C++-0.5/Atlas/Objects/Entity/Account.h -include/Atlas-C++-0.5/Atlas/Objects/Entity/Admin.h -include/Atlas-C++-0.5/Atlas/Objects/Entity/AdminEntity.h -include/Atlas-C++-0.5/Atlas/Objects/Entity/Game.h -include/Atlas-C++-0.5/Atlas/Objects/Entity/GameEntity.h -include/Atlas-C++-0.5/Atlas/Objects/Entity/Player.h -include/Atlas-C++-0.5/Atlas/Objects/Entity/RootEntity.h -include/Atlas-C++-0.5/Atlas/Objects/Operation/Action.h -include/Atlas-C++-0.5/Atlas/Objects/Operation/Appearance.h -include/Atlas-C++-0.5/Atlas/Objects/Operation/Combine.h -include/Atlas-C++-0.5/Atlas/Objects/Operation/Communicate.h -include/Atlas-C++-0.5/Atlas/Objects/Operation/Create.h -include/Atlas-C++-0.5/Atlas/Objects/Operation/Delete.h -include/Atlas-C++-0.5/Atlas/Objects/Operation/Disappearance.h -include/Atlas-C++-0.5/Atlas/Objects/Operation/Divide.h -include/Atlas-C++-0.5/Atlas/Objects/Operation/Error.h -include/Atlas-C++-0.5/Atlas/Objects/Operation/Feel.h -include/Atlas-C++-0.5/Atlas/Objects/Operation/Get.h -include/Atlas-C++-0.5/Atlas/Objects/Operation/Imaginary.h -include/Atlas-C++-0.5/Atlas/Objects/Operation/Info.h -include/Atlas-C++-0.5/Atlas/Objects/Operation/Listen.h -include/Atlas-C++-0.5/Atlas/Objects/Operation/Login.h -include/Atlas-C++-0.5/Atlas/Objects/Operation/Logout.h -include/Atlas-C++-0.5/Atlas/Objects/Operation/Look.h -include/Atlas-C++-0.5/Atlas/Objects/Operation/Move.h -include/Atlas-C++-0.5/Atlas/Objects/Operation/Perceive.h -include/Atlas-C++-0.5/Atlas/Objects/Operation/Perception.h -include/Atlas-C++-0.5/Atlas/Objects/Operation/RootOperation.h -include/Atlas-C++-0.5/Atlas/Objects/Operation/Set.h -include/Atlas-C++-0.5/Atlas/Objects/Operation/Sight.h -include/Atlas-C++-0.5/Atlas/Objects/Operation/Smell.h -include/Atlas-C++-0.5/Atlas/Objects/Operation/Sniff.h -include/Atlas-C++-0.5/Atlas/Objects/Operation/Sound.h -include/Atlas-C++-0.5/Atlas/Objects/Operation/Talk.h -include/Atlas-C++-0.5/Atlas/Objects/Operation/Touch.h -include/Atlas-C++-0.5/Atlas/Objects/Root.h -include/Atlas-C++-0.5/Atlas/Task.h -include/Atlas-C++-0.5/Atlas/Version.h -lib/libAtlas-0.5.la -lib/libAtlas-0.5.so -lib/libAtlas-0.5.so.1 -lib/libAtlasCodecs-0.5.la -lib/libAtlasCodecs-0.5.so -lib/libAtlasCodecs-0.5.so.1 -lib/libAtlasFunky-0.5.la -lib/libAtlasFunky-0.5.so -lib/libAtlasFunky-0.5.so.1 -lib/libAtlasMessage-0.5.la -lib/libAtlasMessage-0.5.so -lib/libAtlasMessage-0.5.so.1 -lib/libAtlasNet-0.5.la -lib/libAtlasNet-0.5.so -lib/libAtlasNet-0.5.so.1 -lib/libAtlasObjects-0.5.la -lib/libAtlasObjects-0.5.so -lib/libAtlasObjects-0.5.so.1 -lib/libAtlasObjectsEntity-0.5.la -lib/libAtlasObjectsEntity-0.5.so -lib/libAtlasObjectsEntity-0.5.so.1 -lib/libAtlasObjectsOperation-0.5.la -lib/libAtlasObjectsOperation-0.5.so -lib/libAtlasObjectsOperation-0.5.so.1 -libdata/pkgconfig/atlascpp-0.5.pc -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/THANKS -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/TODO -%%PORTDOCS%%%%DOCSDIR%%/HACKING -%%PORTDOCS%%%%DOCSDIR%%/ROADMAP -@dirrm include/Atlas-C++-0.5/Atlas/Codecs -@dirrm include/Atlas-C++-0.5/Atlas/Funky -@dirrm include/Atlas-C++-0.5/Atlas/Message -@dirrm include/Atlas-C++-0.5/Atlas/Net -@dirrm include/Atlas-C++-0.5/Atlas/Objects/Entity -@dirrm include/Atlas-C++-0.5/Atlas/Objects/Operation -@dirrm include/Atlas-C++-0.5/Atlas/Objects -@dirrm include/Atlas-C++-0.5/Atlas -@dirrm include/Atlas-C++-0.5 -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@unexec rmdir %D/libdata/pkgconfig 2>/dev/null || true diff --git a/devel/autoconf26/Makefile b/devel/autoconf26/Makefile deleted file mode 100644 index aa6be53c07c7..000000000000 --- a/devel/autoconf26/Makefile +++ /dev/null @@ -1,70 +0,0 @@ -# New ports collection makefile for: autoconf -# Date created: 7 October 1995 -# Whom: torstenb@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= autoconf -PORTVERSION= 2.59 -PORTREVISION= 2 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= autoconf -DISTNAME= autoconf-${PORTVERSION} - -MAINTAINER= ade@FreeBSD.org -COMMENT= Automatically configure source code on many Un*x platforms (version 2.59) - -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ - help2man:${PORTSDIR}/misc/help2man -RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -BUILD_VERSION= 259 -PLIST_SUB= BUILD_VERSION=${BUILD_VERSION} -LATEST_LINK= autoconf${BUILD_VERSION} -USE_BZIP2= yes -USE_GMAKE= yes -USE_PERL5= yes -USE_REINPLACE= yes -INFO= autoconf${BUILD_VERSION} standards${BUILD_VERSION} - -GNU_CONFIGURE= yes -CONFIGURE_ENV+= CONFIG_SHELL=${SH} -CONFIGURE_ENV+= M4=${LOCALBASE}/bin/gm4 -CONFIGURE_ARGS= --program-suffix=${BUILD_VERSION} --without-lispdir -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} - -GENERIC_TOOLS= config.guess config.sub elisp-comp install-sh mdate-sh \ - missing mkinstalldirs - -MAN1_PAGES= autoconf autoheader autom4te autoreconf autoscan \ - autoupdate config.guess config.sub ifnames -MAN1= ${MAN1_PAGES:S/$/${BUILD_VERSION}.1/g} - -post-patch: - @(cd ${WRKSRC} && ${REINPLACE_CMD} -E 's,(PACKAGE=autoconf),\1${BUILD_VERSION},' configure) - @(cd ${WRKSRC}/man && \ - for file in *.[1x]; do \ - ${REINPLACE_CMD} -E 's,([^-]auto)(conf|make|reconf|update|header|scan),\1\2${BUILD_VERSION},g ; \ - s,(config\.guess|config\.sub|ifnames),\1${BUILD_VERSION},g' $$file ; \ - done) - @(cd ${WRKSRC}/doc && \ - ${RM} -f *.info && \ - ${MV} autoconf.texi autoconf${BUILD_VERSION}.texi && \ - ${MV} standards.texi standards${BUILD_VERSION}.texi && \ - ${REINPLACE_CMD} -E 's,(autoconf)\),\1${BUILD_VERSION}\),g' autoconf${BUILD_VERSION}.texi && \ - ${REINPLACE_CMD} -E 's,(autoconf|standards)\.(info|texi),\1${BUILD_VERSION}\.\2,g' Makefile.in) - -post-install: -.for FILE in ${GENERIC_TOOLS} - @${INSTALL_SCRIPT} ${WRKSRC}/config/${FILE} ${PREFIX}/share/autoconf${BUILD_VERSION} -.endfor - @-${RM} -fr ${PREFIX}/libexec/autoconf${BUILD_VERSION} - @${MKDIR} ${PREFIX}/libexec/autoconf${BUILD_VERSION} -.for i in autoconf autoheader autoreconf autoscan autoupdate ifnames - @${LN} -sf ${PREFIX}/bin/${i}${BUILD_VERSION} \ - ${PREFIX}/libexec/autoconf${BUILD_VERSION}/${i} -.endfor - -.include <bsd.port.mk> diff --git a/devel/autoconf26/distinfo b/devel/autoconf26/distinfo deleted file mode 100644 index 5da53db8ed4a..000000000000 --- a/devel/autoconf26/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (autoconf-2.59.tar.bz2) = 1ee40f7a676b3cfdc0e3f7cd81551b5f -SIZE (autoconf-2.59.tar.bz2) = 925073 diff --git a/devel/autoconf26/files/patch-autoconf.texi b/devel/autoconf26/files/patch-autoconf.texi deleted file mode 100644 index 32c58797956f..000000000000 --- a/devel/autoconf26/files/patch-autoconf.texi +++ /dev/null @@ -1,35 +0,0 @@ ---- doc/autoconf.texi.orig Wed Nov 5 10:38:29 2003 -+++ doc/autoconf.texi Thu Oct 14 20:17:35 2004 -@@ -3,5 +3,5 @@ - @comment %**start of header --@setfilename autoconf.info -+@setfilename autoconf259.info - @include version.texi --@settitle Autoconf -+@settitle Autoconf259 - @setchapternewpage odd -@@ -212,23 +212,3 @@ - @direntry --* Autoconf: (autoconf). Create source code configuration scripts. --@end direntry -- --@dircategory Individual utilities --@direntry --* autoscan: (autoconf)autoscan Invocation. -- Semi-automatic @file{configure.ac} writing --* ifnames: (autoconf)ifnames Invocation. Listing conditionals in source. --* autoconf: (autoconf)autoconf Invocation. -- How to create configuration scripts --* autoreconf: (autoconf)autoreconf Invocation. -- Remaking multiple @command{configure} scripts --* autoheader: (autoconf)autoheader Invocation. -- How to create configuration templates --* autom4te: (autoconf)autom4te Invocation. -- The Autoconf executables backbone --* configure: (autoconf)configure Invocation. Configuring a package. --* autoupdate: (autoconf)autoupdate Invocation. -- Automatic update of @file{configure.ac} --* config.status: (autoconf)config.status Invocation. Recreating configurations. --* testsuite: (autoconf)testsuite Invocation. Running an Autotest test suite. -+* Autoconf259: (autoconf259). Create source code configuration scripts. - @end direntry diff --git a/devel/autoconf26/files/patch-autoreconf.in b/devel/autoconf26/files/patch-autoreconf.in deleted file mode 100644 index e0545245db62..000000000000 --- a/devel/autoconf26/files/patch-autoreconf.in +++ /dev/null @@ -1,7 +0,0 @@ ---- bin/autoreconf.in.orig Fri Oct 3 07:31:23 2003 -+++ bin/autoreconf.in Wed Jun 30 20:15:18 2004 -@@ -488,3 +488,3 @@ - verb "$configure_ac: creating directory $aux_dir"; -- mkdir $aux_dir -+ mkdir $aux_dir, 0777 - or error "cannot create $aux_dir: $!"; diff --git a/devel/autoconf26/files/patch-configure b/devel/autoconf26/files/patch-configure deleted file mode 100644 index bc622f2b52b1..000000000000 --- a/devel/autoconf26/files/patch-configure +++ /dev/null @@ -1,7 +0,0 @@ ---- configure.orig Thu Nov 6 01:33:28 2003 -+++ configure Sun Mar 14 16:53:34 2004 -@@ -1536,3 +1536,3 @@ - # Define the identity of the package. -- PACKAGE='autoconf' -+ PACKAGE='autoconf259' - VERSION='2.59' diff --git a/devel/autoconf26/files/patch-standards.texi b/devel/autoconf26/files/patch-standards.texi deleted file mode 100644 index 9d6134950668..000000000000 --- a/devel/autoconf26/files/patch-standards.texi +++ /dev/null @@ -1,12 +0,0 @@ ---- doc/standards.texi.orig Sun Sep 14 18:33:44 2003 -+++ doc/standards.texi Sun Mar 14 16:47:41 2004 -@@ -2,3 +2,3 @@ - @c %**start of header --@setfilename standards.info -+@setfilename standards259.info - @settitle GNU Coding Standards -@@ -10,3 +10,3 @@ - @direntry --* Standards: (standards). GNU coding standards. -+* Standards259: (standards259). GNU coding standards. - @end direntry diff --git a/devel/autoconf26/pkg-descr b/devel/autoconf26/pkg-descr deleted file mode 100644 index c404cc852ea8..000000000000 --- a/devel/autoconf26/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Autoconf is an extensible package of m4 macros that produce shell -scripts to automatically configure software source code packages. -These scripts can adapt the packages to many kinds of UNIX-like -systems without manual user intervention. Autoconf creates a -configuration script for a package from a template file that lists the -operating system features that the package can use, in the form of m4 -macro calls. - -WWW: http://www.gnu.org/software/autoconf/ diff --git a/devel/autoconf26/pkg-plist b/devel/autoconf26/pkg-plist deleted file mode 100644 index ac4409d55537..000000000000 --- a/devel/autoconf26/pkg-plist +++ /dev/null @@ -1,65 +0,0 @@ -bin/autoconf%%BUILD_VERSION%% -bin/autoheader%%BUILD_VERSION%% -bin/autom4te%%BUILD_VERSION%% -bin/autoreconf%%BUILD_VERSION%% -bin/autoscan%%BUILD_VERSION%% -bin/autoupdate%%BUILD_VERSION%% -bin/ifnames%%BUILD_VERSION%% -libexec/autoconf%%BUILD_VERSION%%/autoconf -libexec/autoconf%%BUILD_VERSION%%/autoheader -libexec/autoconf%%BUILD_VERSION%%/autoreconf -libexec/autoconf%%BUILD_VERSION%%/autoscan -libexec/autoconf%%BUILD_VERSION%%/autoupdate -libexec/autoconf%%BUILD_VERSION%%/ifnames -share/autoconf%%BUILD_VERSION%%/Autom4te/C4che.pm -share/autoconf%%BUILD_VERSION%%/Autom4te/ChannelDefs.pm -share/autoconf%%BUILD_VERSION%%/Autom4te/Channels.pm -share/autoconf%%BUILD_VERSION%%/Autom4te/Configure_ac.pm -share/autoconf%%BUILD_VERSION%%/Autom4te/FileUtils.pm -share/autoconf%%BUILD_VERSION%%/Autom4te/General.pm -share/autoconf%%BUILD_VERSION%%/Autom4te/Request.pm -share/autoconf%%BUILD_VERSION%%/Autom4te/Struct.pm -share/autoconf%%BUILD_VERSION%%/Autom4te/XFile.pm -share/autoconf%%BUILD_VERSION%%/INSTALL -share/autoconf%%BUILD_VERSION%%/autoconf/autoconf.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/autoconf.m4f -share/autoconf%%BUILD_VERSION%%/autoconf/autoheader.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/autoscan.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/autotest.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/autoupdate.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/c.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/fortran.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/functions.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/general.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/headers.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/lang.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/libs.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/oldnames.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/programs.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/specific.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/status.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/types.m4 -share/autoconf%%BUILD_VERSION%%/autom4te.cfg -share/autoconf%%BUILD_VERSION%%/autoscan/autoscan.list -share/autoconf%%BUILD_VERSION%%/autotest/autotest.m4 -share/autoconf%%BUILD_VERSION%%/autotest/autotest.m4f -share/autoconf%%BUILD_VERSION%%/autotest/general.m4 -share/autoconf%%BUILD_VERSION%%/config.guess -share/autoconf%%BUILD_VERSION%%/config.sub -share/autoconf%%BUILD_VERSION%%/elisp-comp -share/autoconf%%BUILD_VERSION%%/install-sh -share/autoconf%%BUILD_VERSION%%/m4sugar/m4sh.m4 -share/autoconf%%BUILD_VERSION%%/m4sugar/m4sh.m4f -share/autoconf%%BUILD_VERSION%%/m4sugar/m4sugar.m4 -share/autoconf%%BUILD_VERSION%%/m4sugar/m4sugar.m4f -share/autoconf%%BUILD_VERSION%%/m4sugar/version.m4 -share/autoconf%%BUILD_VERSION%%/mdate-sh -share/autoconf%%BUILD_VERSION%%/missing -share/autoconf%%BUILD_VERSION%%/mkinstalldirs -@dirrm share/autoconf%%BUILD_VERSION%%/m4sugar -@dirrm share/autoconf%%BUILD_VERSION%%/autotest -@dirrm share/autoconf%%BUILD_VERSION%%/autoscan -@dirrm share/autoconf%%BUILD_VERSION%%/autoconf -@dirrm share/autoconf%%BUILD_VERSION%%/Autom4te -@dirrm share/autoconf%%BUILD_VERSION%% -@dirrm libexec/autoconf%%BUILD_VERSION%% diff --git a/devel/autoconf261/Makefile b/devel/autoconf261/Makefile deleted file mode 100644 index aa6be53c07c7..000000000000 --- a/devel/autoconf261/Makefile +++ /dev/null @@ -1,70 +0,0 @@ -# New ports collection makefile for: autoconf -# Date created: 7 October 1995 -# Whom: torstenb@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= autoconf -PORTVERSION= 2.59 -PORTREVISION= 2 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= autoconf -DISTNAME= autoconf-${PORTVERSION} - -MAINTAINER= ade@FreeBSD.org -COMMENT= Automatically configure source code on many Un*x platforms (version 2.59) - -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ - help2man:${PORTSDIR}/misc/help2man -RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -BUILD_VERSION= 259 -PLIST_SUB= BUILD_VERSION=${BUILD_VERSION} -LATEST_LINK= autoconf${BUILD_VERSION} -USE_BZIP2= yes -USE_GMAKE= yes -USE_PERL5= yes -USE_REINPLACE= yes -INFO= autoconf${BUILD_VERSION} standards${BUILD_VERSION} - -GNU_CONFIGURE= yes -CONFIGURE_ENV+= CONFIG_SHELL=${SH} -CONFIGURE_ENV+= M4=${LOCALBASE}/bin/gm4 -CONFIGURE_ARGS= --program-suffix=${BUILD_VERSION} --without-lispdir -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} - -GENERIC_TOOLS= config.guess config.sub elisp-comp install-sh mdate-sh \ - missing mkinstalldirs - -MAN1_PAGES= autoconf autoheader autom4te autoreconf autoscan \ - autoupdate config.guess config.sub ifnames -MAN1= ${MAN1_PAGES:S/$/${BUILD_VERSION}.1/g} - -post-patch: - @(cd ${WRKSRC} && ${REINPLACE_CMD} -E 's,(PACKAGE=autoconf),\1${BUILD_VERSION},' configure) - @(cd ${WRKSRC}/man && \ - for file in *.[1x]; do \ - ${REINPLACE_CMD} -E 's,([^-]auto)(conf|make|reconf|update|header|scan),\1\2${BUILD_VERSION},g ; \ - s,(config\.guess|config\.sub|ifnames),\1${BUILD_VERSION},g' $$file ; \ - done) - @(cd ${WRKSRC}/doc && \ - ${RM} -f *.info && \ - ${MV} autoconf.texi autoconf${BUILD_VERSION}.texi && \ - ${MV} standards.texi standards${BUILD_VERSION}.texi && \ - ${REINPLACE_CMD} -E 's,(autoconf)\),\1${BUILD_VERSION}\),g' autoconf${BUILD_VERSION}.texi && \ - ${REINPLACE_CMD} -E 's,(autoconf|standards)\.(info|texi),\1${BUILD_VERSION}\.\2,g' Makefile.in) - -post-install: -.for FILE in ${GENERIC_TOOLS} - @${INSTALL_SCRIPT} ${WRKSRC}/config/${FILE} ${PREFIX}/share/autoconf${BUILD_VERSION} -.endfor - @-${RM} -fr ${PREFIX}/libexec/autoconf${BUILD_VERSION} - @${MKDIR} ${PREFIX}/libexec/autoconf${BUILD_VERSION} -.for i in autoconf autoheader autoreconf autoscan autoupdate ifnames - @${LN} -sf ${PREFIX}/bin/${i}${BUILD_VERSION} \ - ${PREFIX}/libexec/autoconf${BUILD_VERSION}/${i} -.endfor - -.include <bsd.port.mk> diff --git a/devel/autoconf261/distinfo b/devel/autoconf261/distinfo deleted file mode 100644 index 5da53db8ed4a..000000000000 --- a/devel/autoconf261/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (autoconf-2.59.tar.bz2) = 1ee40f7a676b3cfdc0e3f7cd81551b5f -SIZE (autoconf-2.59.tar.bz2) = 925073 diff --git a/devel/autoconf261/files/patch-autoconf.texi b/devel/autoconf261/files/patch-autoconf.texi deleted file mode 100644 index 32c58797956f..000000000000 --- a/devel/autoconf261/files/patch-autoconf.texi +++ /dev/null @@ -1,35 +0,0 @@ ---- doc/autoconf.texi.orig Wed Nov 5 10:38:29 2003 -+++ doc/autoconf.texi Thu Oct 14 20:17:35 2004 -@@ -3,5 +3,5 @@ - @comment %**start of header --@setfilename autoconf.info -+@setfilename autoconf259.info - @include version.texi --@settitle Autoconf -+@settitle Autoconf259 - @setchapternewpage odd -@@ -212,23 +212,3 @@ - @direntry --* Autoconf: (autoconf). Create source code configuration scripts. --@end direntry -- --@dircategory Individual utilities --@direntry --* autoscan: (autoconf)autoscan Invocation. -- Semi-automatic @file{configure.ac} writing --* ifnames: (autoconf)ifnames Invocation. Listing conditionals in source. --* autoconf: (autoconf)autoconf Invocation. -- How to create configuration scripts --* autoreconf: (autoconf)autoreconf Invocation. -- Remaking multiple @command{configure} scripts --* autoheader: (autoconf)autoheader Invocation. -- How to create configuration templates --* autom4te: (autoconf)autom4te Invocation. -- The Autoconf executables backbone --* configure: (autoconf)configure Invocation. Configuring a package. --* autoupdate: (autoconf)autoupdate Invocation. -- Automatic update of @file{configure.ac} --* config.status: (autoconf)config.status Invocation. Recreating configurations. --* testsuite: (autoconf)testsuite Invocation. Running an Autotest test suite. -+* Autoconf259: (autoconf259). Create source code configuration scripts. - @end direntry diff --git a/devel/autoconf261/files/patch-autoreconf.in b/devel/autoconf261/files/patch-autoreconf.in deleted file mode 100644 index e0545245db62..000000000000 --- a/devel/autoconf261/files/patch-autoreconf.in +++ /dev/null @@ -1,7 +0,0 @@ ---- bin/autoreconf.in.orig Fri Oct 3 07:31:23 2003 -+++ bin/autoreconf.in Wed Jun 30 20:15:18 2004 -@@ -488,3 +488,3 @@ - verb "$configure_ac: creating directory $aux_dir"; -- mkdir $aux_dir -+ mkdir $aux_dir, 0777 - or error "cannot create $aux_dir: $!"; diff --git a/devel/autoconf261/files/patch-configure b/devel/autoconf261/files/patch-configure deleted file mode 100644 index bc622f2b52b1..000000000000 --- a/devel/autoconf261/files/patch-configure +++ /dev/null @@ -1,7 +0,0 @@ ---- configure.orig Thu Nov 6 01:33:28 2003 -+++ configure Sun Mar 14 16:53:34 2004 -@@ -1536,3 +1536,3 @@ - # Define the identity of the package. -- PACKAGE='autoconf' -+ PACKAGE='autoconf259' - VERSION='2.59' diff --git a/devel/autoconf261/files/patch-standards.texi b/devel/autoconf261/files/patch-standards.texi deleted file mode 100644 index 9d6134950668..000000000000 --- a/devel/autoconf261/files/patch-standards.texi +++ /dev/null @@ -1,12 +0,0 @@ ---- doc/standards.texi.orig Sun Sep 14 18:33:44 2003 -+++ doc/standards.texi Sun Mar 14 16:47:41 2004 -@@ -2,3 +2,3 @@ - @c %**start of header --@setfilename standards.info -+@setfilename standards259.info - @settitle GNU Coding Standards -@@ -10,3 +10,3 @@ - @direntry --* Standards: (standards). GNU coding standards. -+* Standards259: (standards259). GNU coding standards. - @end direntry diff --git a/devel/autoconf261/pkg-descr b/devel/autoconf261/pkg-descr deleted file mode 100644 index c404cc852ea8..000000000000 --- a/devel/autoconf261/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Autoconf is an extensible package of m4 macros that produce shell -scripts to automatically configure software source code packages. -These scripts can adapt the packages to many kinds of UNIX-like -systems without manual user intervention. Autoconf creates a -configuration script for a package from a template file that lists the -operating system features that the package can use, in the form of m4 -macro calls. - -WWW: http://www.gnu.org/software/autoconf/ diff --git a/devel/autoconf261/pkg-plist b/devel/autoconf261/pkg-plist deleted file mode 100644 index ac4409d55537..000000000000 --- a/devel/autoconf261/pkg-plist +++ /dev/null @@ -1,65 +0,0 @@ -bin/autoconf%%BUILD_VERSION%% -bin/autoheader%%BUILD_VERSION%% -bin/autom4te%%BUILD_VERSION%% -bin/autoreconf%%BUILD_VERSION%% -bin/autoscan%%BUILD_VERSION%% -bin/autoupdate%%BUILD_VERSION%% -bin/ifnames%%BUILD_VERSION%% -libexec/autoconf%%BUILD_VERSION%%/autoconf -libexec/autoconf%%BUILD_VERSION%%/autoheader -libexec/autoconf%%BUILD_VERSION%%/autoreconf -libexec/autoconf%%BUILD_VERSION%%/autoscan -libexec/autoconf%%BUILD_VERSION%%/autoupdate -libexec/autoconf%%BUILD_VERSION%%/ifnames -share/autoconf%%BUILD_VERSION%%/Autom4te/C4che.pm -share/autoconf%%BUILD_VERSION%%/Autom4te/ChannelDefs.pm -share/autoconf%%BUILD_VERSION%%/Autom4te/Channels.pm -share/autoconf%%BUILD_VERSION%%/Autom4te/Configure_ac.pm -share/autoconf%%BUILD_VERSION%%/Autom4te/FileUtils.pm -share/autoconf%%BUILD_VERSION%%/Autom4te/General.pm -share/autoconf%%BUILD_VERSION%%/Autom4te/Request.pm -share/autoconf%%BUILD_VERSION%%/Autom4te/Struct.pm -share/autoconf%%BUILD_VERSION%%/Autom4te/XFile.pm -share/autoconf%%BUILD_VERSION%%/INSTALL -share/autoconf%%BUILD_VERSION%%/autoconf/autoconf.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/autoconf.m4f -share/autoconf%%BUILD_VERSION%%/autoconf/autoheader.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/autoscan.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/autotest.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/autoupdate.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/c.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/fortran.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/functions.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/general.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/headers.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/lang.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/libs.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/oldnames.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/programs.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/specific.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/status.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/types.m4 -share/autoconf%%BUILD_VERSION%%/autom4te.cfg -share/autoconf%%BUILD_VERSION%%/autoscan/autoscan.list -share/autoconf%%BUILD_VERSION%%/autotest/autotest.m4 -share/autoconf%%BUILD_VERSION%%/autotest/autotest.m4f -share/autoconf%%BUILD_VERSION%%/autotest/general.m4 -share/autoconf%%BUILD_VERSION%%/config.guess -share/autoconf%%BUILD_VERSION%%/config.sub -share/autoconf%%BUILD_VERSION%%/elisp-comp -share/autoconf%%BUILD_VERSION%%/install-sh -share/autoconf%%BUILD_VERSION%%/m4sugar/m4sh.m4 -share/autoconf%%BUILD_VERSION%%/m4sugar/m4sh.m4f -share/autoconf%%BUILD_VERSION%%/m4sugar/m4sugar.m4 -share/autoconf%%BUILD_VERSION%%/m4sugar/m4sugar.m4f -share/autoconf%%BUILD_VERSION%%/m4sugar/version.m4 -share/autoconf%%BUILD_VERSION%%/mdate-sh -share/autoconf%%BUILD_VERSION%%/missing -share/autoconf%%BUILD_VERSION%%/mkinstalldirs -@dirrm share/autoconf%%BUILD_VERSION%%/m4sugar -@dirrm share/autoconf%%BUILD_VERSION%%/autotest -@dirrm share/autoconf%%BUILD_VERSION%%/autoscan -@dirrm share/autoconf%%BUILD_VERSION%%/autoconf -@dirrm share/autoconf%%BUILD_VERSION%%/Autom4te -@dirrm share/autoconf%%BUILD_VERSION%% -@dirrm libexec/autoconf%%BUILD_VERSION%% diff --git a/devel/autoconf262/Makefile b/devel/autoconf262/Makefile deleted file mode 100644 index aa6be53c07c7..000000000000 --- a/devel/autoconf262/Makefile +++ /dev/null @@ -1,70 +0,0 @@ -# New ports collection makefile for: autoconf -# Date created: 7 October 1995 -# Whom: torstenb@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= autoconf -PORTVERSION= 2.59 -PORTREVISION= 2 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= autoconf -DISTNAME= autoconf-${PORTVERSION} - -MAINTAINER= ade@FreeBSD.org -COMMENT= Automatically configure source code on many Un*x platforms (version 2.59) - -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ - help2man:${PORTSDIR}/misc/help2man -RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -BUILD_VERSION= 259 -PLIST_SUB= BUILD_VERSION=${BUILD_VERSION} -LATEST_LINK= autoconf${BUILD_VERSION} -USE_BZIP2= yes -USE_GMAKE= yes -USE_PERL5= yes -USE_REINPLACE= yes -INFO= autoconf${BUILD_VERSION} standards${BUILD_VERSION} - -GNU_CONFIGURE= yes -CONFIGURE_ENV+= CONFIG_SHELL=${SH} -CONFIGURE_ENV+= M4=${LOCALBASE}/bin/gm4 -CONFIGURE_ARGS= --program-suffix=${BUILD_VERSION} --without-lispdir -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} - -GENERIC_TOOLS= config.guess config.sub elisp-comp install-sh mdate-sh \ - missing mkinstalldirs - -MAN1_PAGES= autoconf autoheader autom4te autoreconf autoscan \ - autoupdate config.guess config.sub ifnames -MAN1= ${MAN1_PAGES:S/$/${BUILD_VERSION}.1/g} - -post-patch: - @(cd ${WRKSRC} && ${REINPLACE_CMD} -E 's,(PACKAGE=autoconf),\1${BUILD_VERSION},' configure) - @(cd ${WRKSRC}/man && \ - for file in *.[1x]; do \ - ${REINPLACE_CMD} -E 's,([^-]auto)(conf|make|reconf|update|header|scan),\1\2${BUILD_VERSION},g ; \ - s,(config\.guess|config\.sub|ifnames),\1${BUILD_VERSION},g' $$file ; \ - done) - @(cd ${WRKSRC}/doc && \ - ${RM} -f *.info && \ - ${MV} autoconf.texi autoconf${BUILD_VERSION}.texi && \ - ${MV} standards.texi standards${BUILD_VERSION}.texi && \ - ${REINPLACE_CMD} -E 's,(autoconf)\),\1${BUILD_VERSION}\),g' autoconf${BUILD_VERSION}.texi && \ - ${REINPLACE_CMD} -E 's,(autoconf|standards)\.(info|texi),\1${BUILD_VERSION}\.\2,g' Makefile.in) - -post-install: -.for FILE in ${GENERIC_TOOLS} - @${INSTALL_SCRIPT} ${WRKSRC}/config/${FILE} ${PREFIX}/share/autoconf${BUILD_VERSION} -.endfor - @-${RM} -fr ${PREFIX}/libexec/autoconf${BUILD_VERSION} - @${MKDIR} ${PREFIX}/libexec/autoconf${BUILD_VERSION} -.for i in autoconf autoheader autoreconf autoscan autoupdate ifnames - @${LN} -sf ${PREFIX}/bin/${i}${BUILD_VERSION} \ - ${PREFIX}/libexec/autoconf${BUILD_VERSION}/${i} -.endfor - -.include <bsd.port.mk> diff --git a/devel/autoconf262/distinfo b/devel/autoconf262/distinfo deleted file mode 100644 index 5da53db8ed4a..000000000000 --- a/devel/autoconf262/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (autoconf-2.59.tar.bz2) = 1ee40f7a676b3cfdc0e3f7cd81551b5f -SIZE (autoconf-2.59.tar.bz2) = 925073 diff --git a/devel/autoconf262/files/patch-autoconf.texi b/devel/autoconf262/files/patch-autoconf.texi deleted file mode 100644 index 32c58797956f..000000000000 --- a/devel/autoconf262/files/patch-autoconf.texi +++ /dev/null @@ -1,35 +0,0 @@ ---- doc/autoconf.texi.orig Wed Nov 5 10:38:29 2003 -+++ doc/autoconf.texi Thu Oct 14 20:17:35 2004 -@@ -3,5 +3,5 @@ - @comment %**start of header --@setfilename autoconf.info -+@setfilename autoconf259.info - @include version.texi --@settitle Autoconf -+@settitle Autoconf259 - @setchapternewpage odd -@@ -212,23 +212,3 @@ - @direntry --* Autoconf: (autoconf). Create source code configuration scripts. --@end direntry -- --@dircategory Individual utilities --@direntry --* autoscan: (autoconf)autoscan Invocation. -- Semi-automatic @file{configure.ac} writing --* ifnames: (autoconf)ifnames Invocation. Listing conditionals in source. --* autoconf: (autoconf)autoconf Invocation. -- How to create configuration scripts --* autoreconf: (autoconf)autoreconf Invocation. -- Remaking multiple @command{configure} scripts --* autoheader: (autoconf)autoheader Invocation. -- How to create configuration templates --* autom4te: (autoconf)autom4te Invocation. -- The Autoconf executables backbone --* configure: (autoconf)configure Invocation. Configuring a package. --* autoupdate: (autoconf)autoupdate Invocation. -- Automatic update of @file{configure.ac} --* config.status: (autoconf)config.status Invocation. Recreating configurations. --* testsuite: (autoconf)testsuite Invocation. Running an Autotest test suite. -+* Autoconf259: (autoconf259). Create source code configuration scripts. - @end direntry diff --git a/devel/autoconf262/files/patch-autoreconf.in b/devel/autoconf262/files/patch-autoreconf.in deleted file mode 100644 index e0545245db62..000000000000 --- a/devel/autoconf262/files/patch-autoreconf.in +++ /dev/null @@ -1,7 +0,0 @@ ---- bin/autoreconf.in.orig Fri Oct 3 07:31:23 2003 -+++ bin/autoreconf.in Wed Jun 30 20:15:18 2004 -@@ -488,3 +488,3 @@ - verb "$configure_ac: creating directory $aux_dir"; -- mkdir $aux_dir -+ mkdir $aux_dir, 0777 - or error "cannot create $aux_dir: $!"; diff --git a/devel/autoconf262/files/patch-configure b/devel/autoconf262/files/patch-configure deleted file mode 100644 index bc622f2b52b1..000000000000 --- a/devel/autoconf262/files/patch-configure +++ /dev/null @@ -1,7 +0,0 @@ ---- configure.orig Thu Nov 6 01:33:28 2003 -+++ configure Sun Mar 14 16:53:34 2004 -@@ -1536,3 +1536,3 @@ - # Define the identity of the package. -- PACKAGE='autoconf' -+ PACKAGE='autoconf259' - VERSION='2.59' diff --git a/devel/autoconf262/files/patch-standards.texi b/devel/autoconf262/files/patch-standards.texi deleted file mode 100644 index 9d6134950668..000000000000 --- a/devel/autoconf262/files/patch-standards.texi +++ /dev/null @@ -1,12 +0,0 @@ ---- doc/standards.texi.orig Sun Sep 14 18:33:44 2003 -+++ doc/standards.texi Sun Mar 14 16:47:41 2004 -@@ -2,3 +2,3 @@ - @c %**start of header --@setfilename standards.info -+@setfilename standards259.info - @settitle GNU Coding Standards -@@ -10,3 +10,3 @@ - @direntry --* Standards: (standards). GNU coding standards. -+* Standards259: (standards259). GNU coding standards. - @end direntry diff --git a/devel/autoconf262/pkg-descr b/devel/autoconf262/pkg-descr deleted file mode 100644 index c404cc852ea8..000000000000 --- a/devel/autoconf262/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Autoconf is an extensible package of m4 macros that produce shell -scripts to automatically configure software source code packages. -These scripts can adapt the packages to many kinds of UNIX-like -systems without manual user intervention. Autoconf creates a -configuration script for a package from a template file that lists the -operating system features that the package can use, in the form of m4 -macro calls. - -WWW: http://www.gnu.org/software/autoconf/ diff --git a/devel/autoconf262/pkg-plist b/devel/autoconf262/pkg-plist deleted file mode 100644 index ac4409d55537..000000000000 --- a/devel/autoconf262/pkg-plist +++ /dev/null @@ -1,65 +0,0 @@ -bin/autoconf%%BUILD_VERSION%% -bin/autoheader%%BUILD_VERSION%% -bin/autom4te%%BUILD_VERSION%% -bin/autoreconf%%BUILD_VERSION%% -bin/autoscan%%BUILD_VERSION%% -bin/autoupdate%%BUILD_VERSION%% -bin/ifnames%%BUILD_VERSION%% -libexec/autoconf%%BUILD_VERSION%%/autoconf -libexec/autoconf%%BUILD_VERSION%%/autoheader -libexec/autoconf%%BUILD_VERSION%%/autoreconf -libexec/autoconf%%BUILD_VERSION%%/autoscan -libexec/autoconf%%BUILD_VERSION%%/autoupdate -libexec/autoconf%%BUILD_VERSION%%/ifnames -share/autoconf%%BUILD_VERSION%%/Autom4te/C4che.pm -share/autoconf%%BUILD_VERSION%%/Autom4te/ChannelDefs.pm -share/autoconf%%BUILD_VERSION%%/Autom4te/Channels.pm -share/autoconf%%BUILD_VERSION%%/Autom4te/Configure_ac.pm -share/autoconf%%BUILD_VERSION%%/Autom4te/FileUtils.pm -share/autoconf%%BUILD_VERSION%%/Autom4te/General.pm -share/autoconf%%BUILD_VERSION%%/Autom4te/Request.pm -share/autoconf%%BUILD_VERSION%%/Autom4te/Struct.pm -share/autoconf%%BUILD_VERSION%%/Autom4te/XFile.pm -share/autoconf%%BUILD_VERSION%%/INSTALL -share/autoconf%%BUILD_VERSION%%/autoconf/autoconf.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/autoconf.m4f -share/autoconf%%BUILD_VERSION%%/autoconf/autoheader.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/autoscan.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/autotest.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/autoupdate.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/c.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/fortran.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/functions.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/general.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/headers.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/lang.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/libs.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/oldnames.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/programs.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/specific.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/status.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/types.m4 -share/autoconf%%BUILD_VERSION%%/autom4te.cfg -share/autoconf%%BUILD_VERSION%%/autoscan/autoscan.list -share/autoconf%%BUILD_VERSION%%/autotest/autotest.m4 -share/autoconf%%BUILD_VERSION%%/autotest/autotest.m4f -share/autoconf%%BUILD_VERSION%%/autotest/general.m4 -share/autoconf%%BUILD_VERSION%%/config.guess -share/autoconf%%BUILD_VERSION%%/config.sub -share/autoconf%%BUILD_VERSION%%/elisp-comp -share/autoconf%%BUILD_VERSION%%/install-sh -share/autoconf%%BUILD_VERSION%%/m4sugar/m4sh.m4 -share/autoconf%%BUILD_VERSION%%/m4sugar/m4sh.m4f -share/autoconf%%BUILD_VERSION%%/m4sugar/m4sugar.m4 -share/autoconf%%BUILD_VERSION%%/m4sugar/m4sugar.m4f -share/autoconf%%BUILD_VERSION%%/m4sugar/version.m4 -share/autoconf%%BUILD_VERSION%%/mdate-sh -share/autoconf%%BUILD_VERSION%%/missing -share/autoconf%%BUILD_VERSION%%/mkinstalldirs -@dirrm share/autoconf%%BUILD_VERSION%%/m4sugar -@dirrm share/autoconf%%BUILD_VERSION%%/autotest -@dirrm share/autoconf%%BUILD_VERSION%%/autoscan -@dirrm share/autoconf%%BUILD_VERSION%%/autoconf -@dirrm share/autoconf%%BUILD_VERSION%%/Autom4te -@dirrm share/autoconf%%BUILD_VERSION%% -@dirrm libexec/autoconf%%BUILD_VERSION%% diff --git a/devel/autoconf267/Makefile b/devel/autoconf267/Makefile deleted file mode 100644 index aa6be53c07c7..000000000000 --- a/devel/autoconf267/Makefile +++ /dev/null @@ -1,70 +0,0 @@ -# New ports collection makefile for: autoconf -# Date created: 7 October 1995 -# Whom: torstenb@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= autoconf -PORTVERSION= 2.59 -PORTREVISION= 2 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= autoconf -DISTNAME= autoconf-${PORTVERSION} - -MAINTAINER= ade@FreeBSD.org -COMMENT= Automatically configure source code on many Un*x platforms (version 2.59) - -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ - help2man:${PORTSDIR}/misc/help2man -RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -BUILD_VERSION= 259 -PLIST_SUB= BUILD_VERSION=${BUILD_VERSION} -LATEST_LINK= autoconf${BUILD_VERSION} -USE_BZIP2= yes -USE_GMAKE= yes -USE_PERL5= yes -USE_REINPLACE= yes -INFO= autoconf${BUILD_VERSION} standards${BUILD_VERSION} - -GNU_CONFIGURE= yes -CONFIGURE_ENV+= CONFIG_SHELL=${SH} -CONFIGURE_ENV+= M4=${LOCALBASE}/bin/gm4 -CONFIGURE_ARGS= --program-suffix=${BUILD_VERSION} --without-lispdir -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} - -GENERIC_TOOLS= config.guess config.sub elisp-comp install-sh mdate-sh \ - missing mkinstalldirs - -MAN1_PAGES= autoconf autoheader autom4te autoreconf autoscan \ - autoupdate config.guess config.sub ifnames -MAN1= ${MAN1_PAGES:S/$/${BUILD_VERSION}.1/g} - -post-patch: - @(cd ${WRKSRC} && ${REINPLACE_CMD} -E 's,(PACKAGE=autoconf),\1${BUILD_VERSION},' configure) - @(cd ${WRKSRC}/man && \ - for file in *.[1x]; do \ - ${REINPLACE_CMD} -E 's,([^-]auto)(conf|make|reconf|update|header|scan),\1\2${BUILD_VERSION},g ; \ - s,(config\.guess|config\.sub|ifnames),\1${BUILD_VERSION},g' $$file ; \ - done) - @(cd ${WRKSRC}/doc && \ - ${RM} -f *.info && \ - ${MV} autoconf.texi autoconf${BUILD_VERSION}.texi && \ - ${MV} standards.texi standards${BUILD_VERSION}.texi && \ - ${REINPLACE_CMD} -E 's,(autoconf)\),\1${BUILD_VERSION}\),g' autoconf${BUILD_VERSION}.texi && \ - ${REINPLACE_CMD} -E 's,(autoconf|standards)\.(info|texi),\1${BUILD_VERSION}\.\2,g' Makefile.in) - -post-install: -.for FILE in ${GENERIC_TOOLS} - @${INSTALL_SCRIPT} ${WRKSRC}/config/${FILE} ${PREFIX}/share/autoconf${BUILD_VERSION} -.endfor - @-${RM} -fr ${PREFIX}/libexec/autoconf${BUILD_VERSION} - @${MKDIR} ${PREFIX}/libexec/autoconf${BUILD_VERSION} -.for i in autoconf autoheader autoreconf autoscan autoupdate ifnames - @${LN} -sf ${PREFIX}/bin/${i}${BUILD_VERSION} \ - ${PREFIX}/libexec/autoconf${BUILD_VERSION}/${i} -.endfor - -.include <bsd.port.mk> diff --git a/devel/autoconf267/distinfo b/devel/autoconf267/distinfo deleted file mode 100644 index 5da53db8ed4a..000000000000 --- a/devel/autoconf267/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (autoconf-2.59.tar.bz2) = 1ee40f7a676b3cfdc0e3f7cd81551b5f -SIZE (autoconf-2.59.tar.bz2) = 925073 diff --git a/devel/autoconf267/files/patch-autoconf.texi b/devel/autoconf267/files/patch-autoconf.texi deleted file mode 100644 index 32c58797956f..000000000000 --- a/devel/autoconf267/files/patch-autoconf.texi +++ /dev/null @@ -1,35 +0,0 @@ ---- doc/autoconf.texi.orig Wed Nov 5 10:38:29 2003 -+++ doc/autoconf.texi Thu Oct 14 20:17:35 2004 -@@ -3,5 +3,5 @@ - @comment %**start of header --@setfilename autoconf.info -+@setfilename autoconf259.info - @include version.texi --@settitle Autoconf -+@settitle Autoconf259 - @setchapternewpage odd -@@ -212,23 +212,3 @@ - @direntry --* Autoconf: (autoconf). Create source code configuration scripts. --@end direntry -- --@dircategory Individual utilities --@direntry --* autoscan: (autoconf)autoscan Invocation. -- Semi-automatic @file{configure.ac} writing --* ifnames: (autoconf)ifnames Invocation. Listing conditionals in source. --* autoconf: (autoconf)autoconf Invocation. -- How to create configuration scripts --* autoreconf: (autoconf)autoreconf Invocation. -- Remaking multiple @command{configure} scripts --* autoheader: (autoconf)autoheader Invocation. -- How to create configuration templates --* autom4te: (autoconf)autom4te Invocation. -- The Autoconf executables backbone --* configure: (autoconf)configure Invocation. Configuring a package. --* autoupdate: (autoconf)autoupdate Invocation. -- Automatic update of @file{configure.ac} --* config.status: (autoconf)config.status Invocation. Recreating configurations. --* testsuite: (autoconf)testsuite Invocation. Running an Autotest test suite. -+* Autoconf259: (autoconf259). Create source code configuration scripts. - @end direntry diff --git a/devel/autoconf267/files/patch-autoreconf.in b/devel/autoconf267/files/patch-autoreconf.in deleted file mode 100644 index e0545245db62..000000000000 --- a/devel/autoconf267/files/patch-autoreconf.in +++ /dev/null @@ -1,7 +0,0 @@ ---- bin/autoreconf.in.orig Fri Oct 3 07:31:23 2003 -+++ bin/autoreconf.in Wed Jun 30 20:15:18 2004 -@@ -488,3 +488,3 @@ - verb "$configure_ac: creating directory $aux_dir"; -- mkdir $aux_dir -+ mkdir $aux_dir, 0777 - or error "cannot create $aux_dir: $!"; diff --git a/devel/autoconf267/files/patch-configure b/devel/autoconf267/files/patch-configure deleted file mode 100644 index bc622f2b52b1..000000000000 --- a/devel/autoconf267/files/patch-configure +++ /dev/null @@ -1,7 +0,0 @@ ---- configure.orig Thu Nov 6 01:33:28 2003 -+++ configure Sun Mar 14 16:53:34 2004 -@@ -1536,3 +1536,3 @@ - # Define the identity of the package. -- PACKAGE='autoconf' -+ PACKAGE='autoconf259' - VERSION='2.59' diff --git a/devel/autoconf267/files/patch-standards.texi b/devel/autoconf267/files/patch-standards.texi deleted file mode 100644 index 9d6134950668..000000000000 --- a/devel/autoconf267/files/patch-standards.texi +++ /dev/null @@ -1,12 +0,0 @@ ---- doc/standards.texi.orig Sun Sep 14 18:33:44 2003 -+++ doc/standards.texi Sun Mar 14 16:47:41 2004 -@@ -2,3 +2,3 @@ - @c %**start of header --@setfilename standards.info -+@setfilename standards259.info - @settitle GNU Coding Standards -@@ -10,3 +10,3 @@ - @direntry --* Standards: (standards). GNU coding standards. -+* Standards259: (standards259). GNU coding standards. - @end direntry diff --git a/devel/autoconf267/pkg-descr b/devel/autoconf267/pkg-descr deleted file mode 100644 index c404cc852ea8..000000000000 --- a/devel/autoconf267/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Autoconf is an extensible package of m4 macros that produce shell -scripts to automatically configure software source code packages. -These scripts can adapt the packages to many kinds of UNIX-like -systems without manual user intervention. Autoconf creates a -configuration script for a package from a template file that lists the -operating system features that the package can use, in the form of m4 -macro calls. - -WWW: http://www.gnu.org/software/autoconf/ diff --git a/devel/autoconf267/pkg-plist b/devel/autoconf267/pkg-plist deleted file mode 100644 index ac4409d55537..000000000000 --- a/devel/autoconf267/pkg-plist +++ /dev/null @@ -1,65 +0,0 @@ -bin/autoconf%%BUILD_VERSION%% -bin/autoheader%%BUILD_VERSION%% -bin/autom4te%%BUILD_VERSION%% -bin/autoreconf%%BUILD_VERSION%% -bin/autoscan%%BUILD_VERSION%% -bin/autoupdate%%BUILD_VERSION%% -bin/ifnames%%BUILD_VERSION%% -libexec/autoconf%%BUILD_VERSION%%/autoconf -libexec/autoconf%%BUILD_VERSION%%/autoheader -libexec/autoconf%%BUILD_VERSION%%/autoreconf -libexec/autoconf%%BUILD_VERSION%%/autoscan -libexec/autoconf%%BUILD_VERSION%%/autoupdate -libexec/autoconf%%BUILD_VERSION%%/ifnames -share/autoconf%%BUILD_VERSION%%/Autom4te/C4che.pm -share/autoconf%%BUILD_VERSION%%/Autom4te/ChannelDefs.pm -share/autoconf%%BUILD_VERSION%%/Autom4te/Channels.pm -share/autoconf%%BUILD_VERSION%%/Autom4te/Configure_ac.pm -share/autoconf%%BUILD_VERSION%%/Autom4te/FileUtils.pm -share/autoconf%%BUILD_VERSION%%/Autom4te/General.pm -share/autoconf%%BUILD_VERSION%%/Autom4te/Request.pm -share/autoconf%%BUILD_VERSION%%/Autom4te/Struct.pm -share/autoconf%%BUILD_VERSION%%/Autom4te/XFile.pm -share/autoconf%%BUILD_VERSION%%/INSTALL -share/autoconf%%BUILD_VERSION%%/autoconf/autoconf.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/autoconf.m4f -share/autoconf%%BUILD_VERSION%%/autoconf/autoheader.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/autoscan.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/autotest.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/autoupdate.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/c.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/fortran.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/functions.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/general.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/headers.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/lang.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/libs.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/oldnames.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/programs.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/specific.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/status.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/types.m4 -share/autoconf%%BUILD_VERSION%%/autom4te.cfg -share/autoconf%%BUILD_VERSION%%/autoscan/autoscan.list -share/autoconf%%BUILD_VERSION%%/autotest/autotest.m4 -share/autoconf%%BUILD_VERSION%%/autotest/autotest.m4f -share/autoconf%%BUILD_VERSION%%/autotest/general.m4 -share/autoconf%%BUILD_VERSION%%/config.guess -share/autoconf%%BUILD_VERSION%%/config.sub -share/autoconf%%BUILD_VERSION%%/elisp-comp -share/autoconf%%BUILD_VERSION%%/install-sh -share/autoconf%%BUILD_VERSION%%/m4sugar/m4sh.m4 -share/autoconf%%BUILD_VERSION%%/m4sugar/m4sh.m4f -share/autoconf%%BUILD_VERSION%%/m4sugar/m4sugar.m4 -share/autoconf%%BUILD_VERSION%%/m4sugar/m4sugar.m4f -share/autoconf%%BUILD_VERSION%%/m4sugar/version.m4 -share/autoconf%%BUILD_VERSION%%/mdate-sh -share/autoconf%%BUILD_VERSION%%/missing -share/autoconf%%BUILD_VERSION%%/mkinstalldirs -@dirrm share/autoconf%%BUILD_VERSION%%/m4sugar -@dirrm share/autoconf%%BUILD_VERSION%%/autotest -@dirrm share/autoconf%%BUILD_VERSION%%/autoscan -@dirrm share/autoconf%%BUILD_VERSION%%/autoconf -@dirrm share/autoconf%%BUILD_VERSION%%/Autom4te -@dirrm share/autoconf%%BUILD_VERSION%% -@dirrm libexec/autoconf%%BUILD_VERSION%% diff --git a/devel/autoconf268/Makefile b/devel/autoconf268/Makefile deleted file mode 100644 index aa6be53c07c7..000000000000 --- a/devel/autoconf268/Makefile +++ /dev/null @@ -1,70 +0,0 @@ -# New ports collection makefile for: autoconf -# Date created: 7 October 1995 -# Whom: torstenb@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= autoconf -PORTVERSION= 2.59 -PORTREVISION= 2 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= autoconf -DISTNAME= autoconf-${PORTVERSION} - -MAINTAINER= ade@FreeBSD.org -COMMENT= Automatically configure source code on many Un*x platforms (version 2.59) - -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ - help2man:${PORTSDIR}/misc/help2man -RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -BUILD_VERSION= 259 -PLIST_SUB= BUILD_VERSION=${BUILD_VERSION} -LATEST_LINK= autoconf${BUILD_VERSION} -USE_BZIP2= yes -USE_GMAKE= yes -USE_PERL5= yes -USE_REINPLACE= yes -INFO= autoconf${BUILD_VERSION} standards${BUILD_VERSION} - -GNU_CONFIGURE= yes -CONFIGURE_ENV+= CONFIG_SHELL=${SH} -CONFIGURE_ENV+= M4=${LOCALBASE}/bin/gm4 -CONFIGURE_ARGS= --program-suffix=${BUILD_VERSION} --without-lispdir -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} - -GENERIC_TOOLS= config.guess config.sub elisp-comp install-sh mdate-sh \ - missing mkinstalldirs - -MAN1_PAGES= autoconf autoheader autom4te autoreconf autoscan \ - autoupdate config.guess config.sub ifnames -MAN1= ${MAN1_PAGES:S/$/${BUILD_VERSION}.1/g} - -post-patch: - @(cd ${WRKSRC} && ${REINPLACE_CMD} -E 's,(PACKAGE=autoconf),\1${BUILD_VERSION},' configure) - @(cd ${WRKSRC}/man && \ - for file in *.[1x]; do \ - ${REINPLACE_CMD} -E 's,([^-]auto)(conf|make|reconf|update|header|scan),\1\2${BUILD_VERSION},g ; \ - s,(config\.guess|config\.sub|ifnames),\1${BUILD_VERSION},g' $$file ; \ - done) - @(cd ${WRKSRC}/doc && \ - ${RM} -f *.info && \ - ${MV} autoconf.texi autoconf${BUILD_VERSION}.texi && \ - ${MV} standards.texi standards${BUILD_VERSION}.texi && \ - ${REINPLACE_CMD} -E 's,(autoconf)\),\1${BUILD_VERSION}\),g' autoconf${BUILD_VERSION}.texi && \ - ${REINPLACE_CMD} -E 's,(autoconf|standards)\.(info|texi),\1${BUILD_VERSION}\.\2,g' Makefile.in) - -post-install: -.for FILE in ${GENERIC_TOOLS} - @${INSTALL_SCRIPT} ${WRKSRC}/config/${FILE} ${PREFIX}/share/autoconf${BUILD_VERSION} -.endfor - @-${RM} -fr ${PREFIX}/libexec/autoconf${BUILD_VERSION} - @${MKDIR} ${PREFIX}/libexec/autoconf${BUILD_VERSION} -.for i in autoconf autoheader autoreconf autoscan autoupdate ifnames - @${LN} -sf ${PREFIX}/bin/${i}${BUILD_VERSION} \ - ${PREFIX}/libexec/autoconf${BUILD_VERSION}/${i} -.endfor - -.include <bsd.port.mk> diff --git a/devel/autoconf268/distinfo b/devel/autoconf268/distinfo deleted file mode 100644 index 5da53db8ed4a..000000000000 --- a/devel/autoconf268/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (autoconf-2.59.tar.bz2) = 1ee40f7a676b3cfdc0e3f7cd81551b5f -SIZE (autoconf-2.59.tar.bz2) = 925073 diff --git a/devel/autoconf268/files/patch-autoconf.texi b/devel/autoconf268/files/patch-autoconf.texi deleted file mode 100644 index 32c58797956f..000000000000 --- a/devel/autoconf268/files/patch-autoconf.texi +++ /dev/null @@ -1,35 +0,0 @@ ---- doc/autoconf.texi.orig Wed Nov 5 10:38:29 2003 -+++ doc/autoconf.texi Thu Oct 14 20:17:35 2004 -@@ -3,5 +3,5 @@ - @comment %**start of header --@setfilename autoconf.info -+@setfilename autoconf259.info - @include version.texi --@settitle Autoconf -+@settitle Autoconf259 - @setchapternewpage odd -@@ -212,23 +212,3 @@ - @direntry --* Autoconf: (autoconf). Create source code configuration scripts. --@end direntry -- --@dircategory Individual utilities --@direntry --* autoscan: (autoconf)autoscan Invocation. -- Semi-automatic @file{configure.ac} writing --* ifnames: (autoconf)ifnames Invocation. Listing conditionals in source. --* autoconf: (autoconf)autoconf Invocation. -- How to create configuration scripts --* autoreconf: (autoconf)autoreconf Invocation. -- Remaking multiple @command{configure} scripts --* autoheader: (autoconf)autoheader Invocation. -- How to create configuration templates --* autom4te: (autoconf)autom4te Invocation. -- The Autoconf executables backbone --* configure: (autoconf)configure Invocation. Configuring a package. --* autoupdate: (autoconf)autoupdate Invocation. -- Automatic update of @file{configure.ac} --* config.status: (autoconf)config.status Invocation. Recreating configurations. --* testsuite: (autoconf)testsuite Invocation. Running an Autotest test suite. -+* Autoconf259: (autoconf259). Create source code configuration scripts. - @end direntry diff --git a/devel/autoconf268/files/patch-autoreconf.in b/devel/autoconf268/files/patch-autoreconf.in deleted file mode 100644 index e0545245db62..000000000000 --- a/devel/autoconf268/files/patch-autoreconf.in +++ /dev/null @@ -1,7 +0,0 @@ ---- bin/autoreconf.in.orig Fri Oct 3 07:31:23 2003 -+++ bin/autoreconf.in Wed Jun 30 20:15:18 2004 -@@ -488,3 +488,3 @@ - verb "$configure_ac: creating directory $aux_dir"; -- mkdir $aux_dir -+ mkdir $aux_dir, 0777 - or error "cannot create $aux_dir: $!"; diff --git a/devel/autoconf268/files/patch-configure b/devel/autoconf268/files/patch-configure deleted file mode 100644 index bc622f2b52b1..000000000000 --- a/devel/autoconf268/files/patch-configure +++ /dev/null @@ -1,7 +0,0 @@ ---- configure.orig Thu Nov 6 01:33:28 2003 -+++ configure Sun Mar 14 16:53:34 2004 -@@ -1536,3 +1536,3 @@ - # Define the identity of the package. -- PACKAGE='autoconf' -+ PACKAGE='autoconf259' - VERSION='2.59' diff --git a/devel/autoconf268/files/patch-standards.texi b/devel/autoconf268/files/patch-standards.texi deleted file mode 100644 index 9d6134950668..000000000000 --- a/devel/autoconf268/files/patch-standards.texi +++ /dev/null @@ -1,12 +0,0 @@ ---- doc/standards.texi.orig Sun Sep 14 18:33:44 2003 -+++ doc/standards.texi Sun Mar 14 16:47:41 2004 -@@ -2,3 +2,3 @@ - @c %**start of header --@setfilename standards.info -+@setfilename standards259.info - @settitle GNU Coding Standards -@@ -10,3 +10,3 @@ - @direntry --* Standards: (standards). GNU coding standards. -+* Standards259: (standards259). GNU coding standards. - @end direntry diff --git a/devel/autoconf268/pkg-descr b/devel/autoconf268/pkg-descr deleted file mode 100644 index c404cc852ea8..000000000000 --- a/devel/autoconf268/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Autoconf is an extensible package of m4 macros that produce shell -scripts to automatically configure software source code packages. -These scripts can adapt the packages to many kinds of UNIX-like -systems without manual user intervention. Autoconf creates a -configuration script for a package from a template file that lists the -operating system features that the package can use, in the form of m4 -macro calls. - -WWW: http://www.gnu.org/software/autoconf/ diff --git a/devel/autoconf268/pkg-plist b/devel/autoconf268/pkg-plist deleted file mode 100644 index ac4409d55537..000000000000 --- a/devel/autoconf268/pkg-plist +++ /dev/null @@ -1,65 +0,0 @@ -bin/autoconf%%BUILD_VERSION%% -bin/autoheader%%BUILD_VERSION%% -bin/autom4te%%BUILD_VERSION%% -bin/autoreconf%%BUILD_VERSION%% -bin/autoscan%%BUILD_VERSION%% -bin/autoupdate%%BUILD_VERSION%% -bin/ifnames%%BUILD_VERSION%% -libexec/autoconf%%BUILD_VERSION%%/autoconf -libexec/autoconf%%BUILD_VERSION%%/autoheader -libexec/autoconf%%BUILD_VERSION%%/autoreconf -libexec/autoconf%%BUILD_VERSION%%/autoscan -libexec/autoconf%%BUILD_VERSION%%/autoupdate -libexec/autoconf%%BUILD_VERSION%%/ifnames -share/autoconf%%BUILD_VERSION%%/Autom4te/C4che.pm -share/autoconf%%BUILD_VERSION%%/Autom4te/ChannelDefs.pm -share/autoconf%%BUILD_VERSION%%/Autom4te/Channels.pm -share/autoconf%%BUILD_VERSION%%/Autom4te/Configure_ac.pm -share/autoconf%%BUILD_VERSION%%/Autom4te/FileUtils.pm -share/autoconf%%BUILD_VERSION%%/Autom4te/General.pm -share/autoconf%%BUILD_VERSION%%/Autom4te/Request.pm -share/autoconf%%BUILD_VERSION%%/Autom4te/Struct.pm -share/autoconf%%BUILD_VERSION%%/Autom4te/XFile.pm -share/autoconf%%BUILD_VERSION%%/INSTALL -share/autoconf%%BUILD_VERSION%%/autoconf/autoconf.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/autoconf.m4f -share/autoconf%%BUILD_VERSION%%/autoconf/autoheader.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/autoscan.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/autotest.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/autoupdate.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/c.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/fortran.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/functions.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/general.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/headers.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/lang.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/libs.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/oldnames.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/programs.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/specific.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/status.m4 -share/autoconf%%BUILD_VERSION%%/autoconf/types.m4 -share/autoconf%%BUILD_VERSION%%/autom4te.cfg -share/autoconf%%BUILD_VERSION%%/autoscan/autoscan.list -share/autoconf%%BUILD_VERSION%%/autotest/autotest.m4 -share/autoconf%%BUILD_VERSION%%/autotest/autotest.m4f -share/autoconf%%BUILD_VERSION%%/autotest/general.m4 -share/autoconf%%BUILD_VERSION%%/config.guess -share/autoconf%%BUILD_VERSION%%/config.sub -share/autoconf%%BUILD_VERSION%%/elisp-comp -share/autoconf%%BUILD_VERSION%%/install-sh -share/autoconf%%BUILD_VERSION%%/m4sugar/m4sh.m4 -share/autoconf%%BUILD_VERSION%%/m4sugar/m4sh.m4f -share/autoconf%%BUILD_VERSION%%/m4sugar/m4sugar.m4 -share/autoconf%%BUILD_VERSION%%/m4sugar/m4sugar.m4f -share/autoconf%%BUILD_VERSION%%/m4sugar/version.m4 -share/autoconf%%BUILD_VERSION%%/mdate-sh -share/autoconf%%BUILD_VERSION%%/missing -share/autoconf%%BUILD_VERSION%%/mkinstalldirs -@dirrm share/autoconf%%BUILD_VERSION%%/m4sugar -@dirrm share/autoconf%%BUILD_VERSION%%/autotest -@dirrm share/autoconf%%BUILD_VERSION%%/autoscan -@dirrm share/autoconf%%BUILD_VERSION%%/autoconf -@dirrm share/autoconf%%BUILD_VERSION%%/Autom4te -@dirrm share/autoconf%%BUILD_VERSION%% -@dirrm libexec/autoconf%%BUILD_VERSION%% diff --git a/devel/automake110/Makefile b/devel/automake110/Makefile deleted file mode 100644 index b612c9870439..000000000000 --- a/devel/automake110/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -# New ports collection makefile for: automake19 -# Date created: 15 Feb 2003 -# Whom: Udo Schweigert -# -# $FreeBSD$ -# - -PORTNAME= automake -PORTVERSION= 1.9.4 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= automake -DISTNAME= automake-${PORTVERSION} - -MAINTAINER= ade@FreeBSD.org -COMMENT= GNU Standards-compliant Makefile generator (version 1.9) - -WANT_AUTOCONF_VER=259 -WANT_AUTOCONF_RUN=yes -BUILD_VERSION= 19 -PLIST_SUB= BUILD_VERSION=${BUILD_VERSION} -LATEST_LINK= automake${BUILD_VERSION} -USE_BZIP2= yes -USE_PERL5= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= AUTOCONF=autoconf259 AUTOHEADER=autoheader259 MAKEINFO=makeinfo -CONFIGURE_ARGS= --program-suffix=${BUILD_VERSION} -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -USE_REINPLACE= yes -INFO= automake${BUILD_VERSION} - -post-patch: - @(cd ${WRKSRC}/doc && \ - ${RM} -f *.info && \ - ${MV} automake.texi automake${BUILD_VERSION}.texi && \ - ${REINPLACE_CMD} -E 's,(automake)\.(info),\1${BUILD_VERSION}\.\2,g' automake${BUILD_VERSION}.texi && \ - ${REINPLACE_CMD} -E 's,(automake)\.(info|texi),\1${BUILD_VERSION}\.\2,g' Makefile.in \ - ) - @${REINPLACE_CMD} -e 's,%%X11BASE%%,${X11BASE},g' ${WRKSRC}/aclocal.in - -pre-install: - @${RM} -fr ${PREFIX}/share/automake${BUILD_VERSION} - @${MKDIR} ${PREFIX}/share/automake${BUILD_VERSION} - @${MKDIR} ${PREFIX}/share/aclocal${BUILD_VERSION} - @${MKDIR} ${PREFIX}/libexec/automake${BUILD_VERSION} - -post-install: -.for i in aclocal automake - @${LN} -sf ${PREFIX}/bin/${i}${BUILD_VERSION} \ - ${PREFIX}/libexec/automake${BUILD_VERSION}/${i} -.endfor - -.include <bsd.port.mk> diff --git a/devel/automake110/distinfo b/devel/automake110/distinfo deleted file mode 100644 index b4b48cfaf44a..000000000000 --- a/devel/automake110/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (automake-1.9.4.tar.bz2) = 1b3a680fc5e046b275dd2456426f8a9e -SIZE (automake-1.9.4.tar.bz2) = 751849 diff --git a/devel/automake110/files/patch-Makefile.in b/devel/automake110/files/patch-Makefile.in deleted file mode 100644 index f24ffdd88721..000000000000 --- a/devel/automake110/files/patch-Makefile.in +++ /dev/null @@ -1,27 +0,0 @@ ---- Makefile.in.orig Sun Mar 7 09:04:32 2004 -+++ Makefile.in Sun Mar 14 17:07:15 2004 -@@ -82,2 +82,3 @@ - APIVERSION = @APIVERSION@ -+APIPVERSION = @APIPVERSION@ - AUTOCONF = @AUTOCONF@ -@@ -154,2 +155,3 @@ - -e 's,[@]APIVERSION[@],$(APIVERSION),g' \ -+ -e 's,[@]APIPVERSION[@],$(APIPVERSION),g' \ - -e 's,[@]PACKAGE[@],$(PACKAGE),g' \ -@@ -590,16 +592,4 @@ - @$(POST_INSTALL) -- @for p in $(bin_SCRIPTS); do \ -- f="`echo $$p|sed '$(transform)'`"; \ -- fv="$$f-$(APIVERSION)"; \ -- rm -f $(DESTDIR)$(bindir)/$$fv; \ -- echo " $(LN) $(DESTDIR)$(bindir)/$$f $(DESTDIR)$(bindir)/$$fv"; \ -- $(LN) $(DESTDIR)$(bindir)/$$f $(DESTDIR)$(bindir)/$$fv; \ -- done - - uninstall-hook: -- @for p in $(bin_SCRIPTS); do \ -- f="`echo $$p|sed '$(transform)'`"; \ -- fv="$$f-$(APIVERSION)"; \ -- rm -f $(DESTDIR)$(bindir)/$$fv; \ -- done - diff --git a/devel/automake110/files/patch-aclocal.in b/devel/automake110/files/patch-aclocal.in deleted file mode 100644 index 0745a4e187a7..000000000000 --- a/devel/automake110/files/patch-aclocal.in +++ /dev/null @@ -1,28 +0,0 @@ ---- aclocal.in.orig Sat Apr 10 10:15:32 2004 -+++ aclocal.in Wed May 26 14:33:27 2004 -@@ -31,3 +31,3 @@ - { -- my $perllibdir = $ENV{'perllibdir'} || '@datadir@/@PACKAGE@-@APIVERSION@'; -+ my $perllibdir = $ENV{'perllibdir'} || '@datadir@/@PACKAGE@@APIPVERSION@'; - unshift @INC, (split '@PATH_SEPARATOR@', $perllibdir); -@@ -47,4 +47,5 @@ - # Note also that the versioned directory is handled later. --$acdir = '@datadir@/aclocal'; -+$acdir = '@datadir@/aclocal@APIPVERSION@'; - $default_acdir = $acdir; -+$acdir_x11 = '%%X11BASE%%/share/aclocal'; - # contains a list of directories, one per line, to be added -@@ -411,3 +412,3 @@ - -- my $traces = ($ENV{AUTOM4TE} || 'autom4te'); -+ my $traces = ($ENV{AUTOM4TE} || 'autom4te259'); - $traces .= " --language Autoconf-without-aclocal-m4 "; -@@ -622,7 +623,3 @@ - -- # Search the versioned directory near the end, and then the -- # unversioned directory last. Only do this if the user didn't -- # override acdir. -- push (@dirlist, "$acdir-$APIVERSION") -- if $acdir eq $default_acdir; -+ unshift @dirlist, $acdir_x11 if -d "$acdir_x11/."; - diff --git a/devel/automake110/files/patch-automake.in b/devel/automake110/files/patch-automake.in deleted file mode 100644 index de0b9c2f2026..000000000000 --- a/devel/automake110/files/patch-automake.in +++ /dev/null @@ -1,12 +0,0 @@ ---- automake.in.orig Sat Apr 10 10:15:32 2004 -+++ automake.in Wed May 26 14:34:15 2004 -@@ -33,3 +33,3 @@ - { -- my $perllibdir = $ENV{'perllibdir'} || '@datadir@/@PACKAGE@-@APIVERSION@'; -+ my $perllibdir = $ENV{'perllibdir'} || '@datadir@/@PACKAGE@@APIPVERSION@'; - unshift @INC, (split '@PATH_SEPARATOR@', $perllibdir); -@@ -4440,3 +4440,3 @@ - -- my $traces = ($ENV{AUTOCONF} || 'autoconf') . " "; -+ my $traces = ($ENV{AUTOCONF} || 'autoconf259') . " "; - diff --git a/devel/automake110/files/patch-configure b/devel/automake110/files/patch-configure deleted file mode 100644 index 5e520b19e19f..000000000000 --- a/devel/automake110/files/patch-configure +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig Sat Dec 18 10:22:42 2004 -+++ configure Mon Dec 27 22:40:24 2004 -@@ -508,3 +508,3 @@ - ac_unique_file="automake.in" --ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os am_AUTOCONF INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar APIVERSION pkgvdatadir PERL TEX LN MODIFICATION_DELAY GREP EGREP FGREP LIBOBJS LTLIBOBJS' -+ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os am_AUTOCONF INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar APIVERSION APIPVERSION pkgvdatadir PERL TEX LN MODIFICATION_DELAY GREP EGREP FGREP LIBOBJS LTLIBOBJS' - ac_subst_files='' -@@ -1974,6 +1974,6 @@ - APIVERSION=`echo "$VERSION" | sed -e 's/^\([0-9]*\.[0-9]*[a-z]*\).*$/\1/'` -- -+APIPVERSION=`echo "$VERSION" | sed -e 's/^\([0-9]*\)\.\([0-9]*[a-z]*\).*$/\1\2/'` - - # A versioned directory, defined here for convenience. --pkgvdatadir="\${datadir}/$PACKAGE-$APIVERSION" -+pkgvdatadir="\${datadir}/automake${APIPVERSION}" - -@@ -3176,2 +3176,3 @@ - s,@APIVERSION@,$APIVERSION,;t t -+s,@APIPVERSION@,$APIPVERSION,;t t - s,@pkgvdatadir@,$pkgvdatadir,;t t diff --git a/devel/automake110/files/patch-doc::Makefile.in b/devel/automake110/files/patch-doc::Makefile.in deleted file mode 100644 index b3c320a7de74..000000000000 --- a/devel/automake110/files/patch-doc::Makefile.in +++ /dev/null @@ -1,35 +0,0 @@ ---- doc/Makefile.in.orig Sun Mar 7 09:04:33 2004 -+++ doc/Makefile.in Sun Mar 14 17:12:32 2004 -@@ -53,3 +53,3 @@ - DIST_SOURCES = --INFO_DEPS = $(srcdir)/automake.info -+INFO_DEPS = $(srcdir)/automake${APIPVERSION}.info - TEXINFO_TEX = $(top_srcdir)/lib/texinfo.tex -@@ -73,2 +73,3 @@ - APIVERSION = @APIVERSION@ -+APIPVERSION = @APIPVERSION@ - AUTOCONF = @AUTOCONF@ -@@ -93,3 +94,3 @@ - LTLIBOBJS = @LTLIBOBJS@ --MAKEINFO = @MAKEINFO@ -+MAKEINFO = @MAKEINFO@ --no-split - MODIFICATION_DELAY = @MODIFICATION_DELAY@ -@@ -135,3 +136,3 @@ - target_alias = @target_alias@ --info_TEXINFOS = automake.texi -+info_TEXINFOS = automake${APIPVERSION}.texi - automake_TEXINFOS = fdl.texi -@@ -142,3 +143,3 @@ - --TAGS_DEPENDENCIES = automake.texi -+TAGS_DEPENDENCIES = automake${APIPVERSION}.texi - all: all-am -@@ -222,5 +223,5 @@ - $(srcdir)/version.texi: $(srcdir)/stamp-vti --$(srcdir)/stamp-vti: automake.texi $(top_srcdir)/configure -- @(dir=.; test -f ./automake.texi || dir=$(srcdir); \ -- set `$(SHELL) $(top_srcdir)/lib/mdate-sh $$dir/automake.texi`; \ -+$(srcdir)/stamp-vti: automake${APIPVERSION}.texi $(top_srcdir)/configure -+ @(dir=.; test -f ./automake${APIPVERSION}.texi || dir=$(srcdir); \ -+ set `$(SHELL) $(top_srcdir)/lib/mdate-sh $$dir/automake${APIPVERSION}.texi`; \ - echo "@set UPDATED $$1 $$2 $$3"; \ diff --git a/devel/automake110/files/patch-doc::automake.texi b/devel/automake110/files/patch-doc::automake.texi deleted file mode 100644 index 54f71944163d..000000000000 --- a/devel/automake110/files/patch-doc::automake.texi +++ /dev/null @@ -1,24 +0,0 @@ ---- doc/automake.texi.orig Mon Nov 1 01:50:48 2004 -+++ doc/automake.texi Mon Nov 8 15:28:40 2004 -@@ -2,4 +2,4 @@ - @c %**start of header --@setfilename automake.info --@settitle automake -+@setfilename automake19.info -+@settitle automake19 - @setchapternewpage off -@@ -36,8 +36,3 @@ - @direntry --* automake: (automake). Making Makefile.in's. --@end direntry -- --@dircategory Individual utilities --@direntry --* aclocal: (automake)Invoking aclocal. Generating aclocal.m4. -+* automake19: (automake19). Making Makefile.in's. - @end direntry -@@ -9090,3 +9085,3 @@ - @multitable {8888-88-88} {8.8-p8} {8888} {888} {8888} {8888 (88)} {8888 (88)} {888} {888} --@headitem Date @tab Rel @tab am @tab acl @tab pm @tab @file{*.am} @tab m4 @tab doc @tab t -+@item Date @tab Rel @tab am @tab acl @tab pm @tab @file{*.am} @tab m4 @tab doc @tab t - @item 1994-09-19 @tab CVS @tab 141 @tab @tab @tab 299 (24) @tab @tab @tab diff --git a/devel/automake110/files/patch-lib::Automake::Config.in b/devel/automake110/files/patch-lib::Automake::Config.in deleted file mode 100644 index c9c17688d004..000000000000 --- a/devel/automake110/files/patch-lib::Automake::Config.in +++ /dev/null @@ -1,18 +0,0 @@ ---- lib/Automake/Config.in.orig Thu Dec 25 10:00:29 2003 -+++ lib/Automake/Config.in Mon Mar 29 20:23:13 2004 -@@ -25,5 +25,5 @@ - @ISA = qw (Exporter); --@EXPORT = qw ($APIVERSION $PACKAGE $VERSION $libdir); -+@EXPORT = qw ($APIVERSION $APIPVERSION $PACKAGE $VERSION $libdir); - --use vars qw ($APIVERSION $PACKAGE $VERSION $libdir); -+use vars qw ($APIVERSION $APIPVERSION $PACKAGE $VERSION $libdir); - -@@ -32,5 +32,6 @@ - $APIVERSION = '@APIVERSION@'; -+$APIPVERSION = '@APIPVERSION@'; - $PACKAGE = '@PACKAGE@'; - $VERSION = '@VERSION@'; --$libdir = '@datadir@/@PACKAGE@-@APIVERSION@'; -+$libdir = '@datadir@/@PACKAGE@@APIPVERSION@'; - diff --git a/devel/automake110/files/patch-lib::Automake::Makefile.in b/devel/automake110/files/patch-lib::Automake::Makefile.in deleted file mode 100644 index a1ae8ffe243e..000000000000 --- a/devel/automake110/files/patch-lib::Automake::Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- lib/Automake/Makefile.in.orig Sun Mar 7 09:04:33 2004 -+++ lib/Automake/Makefile.in Mon Mar 29 20:22:26 2004 -@@ -70,2 +70,3 @@ - APIVERSION = @APIVERSION@ -+APIPVERSION = @APIPVERSION@ - AUTOCONF = @AUTOCONF@ -@@ -161,2 +162,3 @@ - -e 's,[@]APIVERSION[@],$(APIVERSION),g' \ -+ -e 's,[@]APIPVERSION[@],$(APIPVERSION),g' \ - -e 's,[@]PACKAGE[@],$(PACKAGE),g' \ diff --git a/devel/automake110/files/patch-m4-Makefile.in b/devel/automake110/files/patch-m4-Makefile.in deleted file mode 100644 index 5125e696ab2c..000000000000 --- a/devel/automake110/files/patch-m4-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- m4/Makefile.in.orig Sun Mar 7 09:04:33 2004 -+++ m4/Makefile.in Sun Mar 14 17:09:37 2004 -@@ -60,2 +60,3 @@ - APIVERSION = @APIVERSION@ -+APIPVERSION = @APIPVERSION@ - AUTOCONF = @AUTOCONF@ -@@ -122,3 +123,3 @@ - target_alias = @target_alias@ --m4datadir = $(datadir)/aclocal-$(APIVERSION) -+m4datadir = $(datadir)/aclocal$(APIPVERSION) - dist_m4data_DATA = \ diff --git a/devel/automake110/pkg-descr b/devel/automake110/pkg-descr deleted file mode 100644 index c0c2845eff43..000000000000 --- a/devel/automake110/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -Automake is a tool for automatically generating Makefiles compliant with -the GNU Coding Standards. It was inspired by the 4.4BSD make and include -files, but aims to be portable and to conform to the GNU standards for -Makefile variables and targets. Automake is a Perl script. The input files -are called Makefile.am. The output files are called Makefile.in; They are -intended for use with Autoconf. Automake requires certain things to be done -in your configure.in. This package also includes the "aclocal" -program. aclocal is a program to generate an 'aclocal.m4' based on the -contents of 'configure.in'. It is useful as an extensible, maintainable -mechanism for augmenting autoconf. - -WWW: http://www.gnu.org/software/automake/ - --- AlanE <alane@freebsd.org> diff --git a/devel/automake110/pkg-plist b/devel/automake110/pkg-plist deleted file mode 100644 index c2a9c06f7644..000000000000 --- a/devel/automake110/pkg-plist +++ /dev/null @@ -1,119 +0,0 @@ -bin/aclocal%%BUILD_VERSION%% -bin/automake%%BUILD_VERSION%% -libexec/automake%%BUILD_VERSION%%/aclocal -libexec/automake%%BUILD_VERSION%%/automake -share/aclocal%%BUILD_VERSION%%/amversion.m4 -share/aclocal%%BUILD_VERSION%%/as.m4 -share/aclocal%%BUILD_VERSION%%/auxdir.m4 -share/aclocal%%BUILD_VERSION%%/ccstdc.m4 -share/aclocal%%BUILD_VERSION%%/cond.m4 -share/aclocal%%BUILD_VERSION%%/depend.m4 -share/aclocal%%BUILD_VERSION%%/depout.m4 -share/aclocal%%BUILD_VERSION%%/dmalloc.m4 -share/aclocal%%BUILD_VERSION%%/gcj.m4 -share/aclocal%%BUILD_VERSION%%/header.m4 -share/aclocal%%BUILD_VERSION%%/init.m4 -share/aclocal%%BUILD_VERSION%%/install-sh.m4 -share/aclocal%%BUILD_VERSION%%/lead-dot.m4 -share/aclocal%%BUILD_VERSION%%/lex.m4 -share/aclocal%%BUILD_VERSION%%/lispdir.m4 -share/aclocal%%BUILD_VERSION%%/maintainer.m4 -share/aclocal%%BUILD_VERSION%%/make.m4 -share/aclocal%%BUILD_VERSION%%/minuso.m4 -share/aclocal%%BUILD_VERSION%%/missing.m4 -share/aclocal%%BUILD_VERSION%%/mkdirp.m4 -share/aclocal%%BUILD_VERSION%%/multi.m4 -share/aclocal%%BUILD_VERSION%%/obsol-gt.m4 -share/aclocal%%BUILD_VERSION%%/obsol-lt.m4 -share/aclocal%%BUILD_VERSION%%/obsolete.m4 -share/aclocal%%BUILD_VERSION%%/options.m4 -share/aclocal%%BUILD_VERSION%%/protos.m4 -share/aclocal%%BUILD_VERSION%%/python.m4 -share/aclocal%%BUILD_VERSION%%/regex.m4 -share/aclocal%%BUILD_VERSION%%/runlog.m4 -share/aclocal%%BUILD_VERSION%%/sanity.m4 -share/aclocal%%BUILD_VERSION%%/strip.m4 -share/aclocal%%BUILD_VERSION%%/tar.m4 -share/automake%%BUILD_VERSION%%/Automake/ChannelDefs.pm -share/automake%%BUILD_VERSION%%/Automake/Channels.pm -share/automake%%BUILD_VERSION%%/Automake/Condition.pm -share/automake%%BUILD_VERSION%%/Automake/Config.pm -share/automake%%BUILD_VERSION%%/Automake/Configure_ac.pm -share/automake%%BUILD_VERSION%%/Automake/DisjConditions.pm -share/automake%%BUILD_VERSION%%/Automake/FileUtils.pm -share/automake%%BUILD_VERSION%%/Automake/General.pm -share/automake%%BUILD_VERSION%%/Automake/Item.pm -share/automake%%BUILD_VERSION%%/Automake/ItemDef.pm -share/automake%%BUILD_VERSION%%/Automake/Location.pm -share/automake%%BUILD_VERSION%%/Automake/Options.pm -share/automake%%BUILD_VERSION%%/Automake/Rule.pm -share/automake%%BUILD_VERSION%%/Automake/RuleDef.pm -share/automake%%BUILD_VERSION%%/Automake/Struct.pm -share/automake%%BUILD_VERSION%%/Automake/VarDef.pm -share/automake%%BUILD_VERSION%%/Automake/Variable.pm -share/automake%%BUILD_VERSION%%/Automake/Version.pm -share/automake%%BUILD_VERSION%%/Automake/Wrap.pm -share/automake%%BUILD_VERSION%%/Automake/XFile.pm -share/automake%%BUILD_VERSION%%/COPYING -share/automake%%BUILD_VERSION%%/INSTALL -share/automake%%BUILD_VERSION%%/acinstall -share/automake%%BUILD_VERSION%%/am/ansi2knr.am -share/automake%%BUILD_VERSION%%/am/check.am -share/automake%%BUILD_VERSION%%/am/clean-hdr.am -share/automake%%BUILD_VERSION%%/am/clean.am -share/automake%%BUILD_VERSION%%/am/compile.am -share/automake%%BUILD_VERSION%%/am/configure.am -share/automake%%BUILD_VERSION%%/am/data.am -share/automake%%BUILD_VERSION%%/am/dejagnu.am -share/automake%%BUILD_VERSION%%/am/depend.am -share/automake%%BUILD_VERSION%%/am/depend2.am -share/automake%%BUILD_VERSION%%/am/distdir.am -share/automake%%BUILD_VERSION%%/am/footer.am -share/automake%%BUILD_VERSION%%/am/header-vars.am -share/automake%%BUILD_VERSION%%/am/header.am -share/automake%%BUILD_VERSION%%/am/install.am -share/automake%%BUILD_VERSION%%/am/inst-vars.am -share/automake%%BUILD_VERSION%%/am/java.am -share/automake%%BUILD_VERSION%%/am/lang-compile.am -share/automake%%BUILD_VERSION%%/am/lex.am -share/automake%%BUILD_VERSION%%/am/library.am -share/automake%%BUILD_VERSION%%/am/libs.am -share/automake%%BUILD_VERSION%%/am/libtool.am -share/automake%%BUILD_VERSION%%/am/lisp.am -share/automake%%BUILD_VERSION%%/am/ltlib.am -share/automake%%BUILD_VERSION%%/am/ltlibrary.am -share/automake%%BUILD_VERSION%%/am/mans-vars.am -share/automake%%BUILD_VERSION%%/am/mans.am -share/automake%%BUILD_VERSION%%/am/multilib.am -share/automake%%BUILD_VERSION%%/am/program.am -share/automake%%BUILD_VERSION%%/am/progs.am -share/automake%%BUILD_VERSION%%/am/python.am -share/automake%%BUILD_VERSION%%/am/remake-hdr.am -share/automake%%BUILD_VERSION%%/am/scripts.am -share/automake%%BUILD_VERSION%%/am/subdirs.am -share/automake%%BUILD_VERSION%%/am/tags.am -share/automake%%BUILD_VERSION%%/am/texi-vers.am -share/automake%%BUILD_VERSION%%/am/texibuild.am -share/automake%%BUILD_VERSION%%/am/texinfos.am -share/automake%%BUILD_VERSION%%/am/yacc.am -share/automake%%BUILD_VERSION%%/ansi2knr.1 -share/automake%%BUILD_VERSION%%/ansi2knr.c -share/automake%%BUILD_VERSION%%/compile -share/automake%%BUILD_VERSION%%/config-ml.in -share/automake%%BUILD_VERSION%%/config.guess -share/automake%%BUILD_VERSION%%/config.sub -share/automake%%BUILD_VERSION%%/depcomp -share/automake%%BUILD_VERSION%%/elisp-comp -share/automake%%BUILD_VERSION%%/install-sh -share/automake%%BUILD_VERSION%%/mdate-sh -share/automake%%BUILD_VERSION%%/missing -share/automake%%BUILD_VERSION%%/mkinstalldirs -share/automake%%BUILD_VERSION%%/py-compile -share/automake%%BUILD_VERSION%%/symlink-tree -share/automake%%BUILD_VERSION%%/texinfo.tex -share/automake%%BUILD_VERSION%%/ylwrap -@dirrm share/aclocal%%BUILD_VERSION%% -@dirrm share/automake%%BUILD_VERSION%%/Automake -@dirrm share/automake%%BUILD_VERSION%%/am -@dirrm share/automake%%BUILD_VERSION%% -@dirrm libexec/automake%%BUILD_VERSION%% diff --git a/devel/avr-gcc-3/Makefile b/devel/avr-gcc-3/Makefile deleted file mode 100644 index a6383197bbde..000000000000 --- a/devel/avr-gcc-3/Makefile +++ /dev/null @@ -1,62 +0,0 @@ -# New ports collection makefile for: avr-gcc -# Date created: 29 Nov 2000 -# Whom: Joerg Wunsch <joerg@freebsd.org> -# -# $FreeBSD$ -# - -PORTNAME= gcc -PORTVERSION= 3.4.1 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GCC} -MASTER_SITES+= http://people.freebsd.org/~joerg/:local -MASTER_SITE_SUBDIR= releases/${DISTNAME} -PKGNAMEPREFIX= avr- -DISTFILES= gcc-core-${PORTVERSION}${EXTRACT_SUFX} \ - gcc-g++-${PORTVERSION}${EXTRACT_SUFX} \ - ${MAN_AUX}:local -EXTRACT_ONLY= gcc-core-${PORTVERSION}${EXTRACT_SUFX} \ - gcc-g++-${PORTVERSION}${EXTRACT_SUFX} - -MAINTAINER= joerg@freebsd.org -COMMENT= FSF GCC 3.x for Atmel AVR 8-bit RISC cross-development - -BUILD_DEPENDS= avr-as:${PORTSDIR}/devel/avr-binutils \ - avr-ld:${PORTSDIR}/devel/avr-binutils -RUN_DEPENDS= avr-as:${PORTSDIR}/devel/avr-binutils \ - avr-ld:${PORTSDIR}/devel/avr-binutils - -WRKSRC= ${WRKDIR}/gcc-${PORTVERSION} - -USE_AUTOHEADER_VER= 213 -USE_PERL5_BUILD= yes -USE_BZIP2= yes -USE_GMAKE= yes -USE_BISON= yes -GNU_CONFIGURE= yes - -CONFIGURE_ARGS= --target=avr --disable-nls - -MAN_AUX= gcc-man.${PORTVERSION}.tar.gz - -MAKE_FLAGS= LANGUAGES="c c++" -# get rid of that silly -mcpu=pentiumpro FreeBSD 5+ is so fond of. :-( -MAKE_ENV= MACHINE_ARCH=avr - -MAN1= avr-cpp.1 avr-gcc.1 avr-g++.1 avr-gcov.1 -MAN7= fsf-funding.7 gfdl.7 gpl.7 -INFO= cpp gcc gccint cppinternals gccinstall - -.include <bsd.port.pre.mk> - -# Since the pod2man in FreeBSD 4-stable's /usr/bin cannot be used, we -# help out by extracting precompiled manpages there. -pre-build: - if ${PERL} -e 'use 1.10 Pod::Man' >/dev/null 2>/dev/null ; \ - then : ; \ - else \ - cd ${WRKDIR}/gcc-${PORTVERSION} ; \ - ${TAR} -xvzf ${DISTDIR}/${MAN_AUX} ; \ - fi - -.include <bsd.port.post.mk> diff --git a/devel/avr-gcc-3/distinfo b/devel/avr-gcc-3/distinfo deleted file mode 100644 index 39b4b2a83de8..000000000000 --- a/devel/avr-gcc-3/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (gcc-core-3.4.1.tar.bz2) = 4b05b134baf92457494a0f4a28aa5213 -SIZE (gcc-core-3.4.1.tar.bz2) = 12862544 -MD5 (gcc-g++-3.4.1.tar.bz2) = 7517c88648883e3d92e1e8525ab823fa -SIZE (gcc-g++-3.4.1.tar.bz2) = 2406501 -MD5 (gcc-man.3.4.1.tar.gz) = 391a48b97607fe0de361c8f931cb6789 -SIZE (gcc-man.3.4.1.tar.gz) = 323370 diff --git a/devel/avr-gcc-3/files/patch-aa b/devel/avr-gcc-3/files/patch-aa deleted file mode 100644 index 8fe15263247a..000000000000 --- a/devel/avr-gcc-3/files/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ ---- libiberty/Makefile.in.orig Wed Jan 14 22:27:28 2004 -+++ libiberty/Makefile.in Wed Apr 21 11:14:30 2004 -@@ -267,7 +267,8 @@ - @MAINT@ echo stamp > stamp-functions - - INSTALL_DEST = @INSTALL_DEST@ --install: install_to_$(INSTALL_DEST) install-subdir -+#install: install_to_$(INSTALL_DEST) install-subdir -+install: - - install_to_libdir: all - ${mkinstalldirs} $(DESTDIR)$(libdir)$(MULTISUBDIR) diff --git a/devel/avr-gcc-3/files/patch-ab b/devel/avr-gcc-3/files/patch-ab deleted file mode 100644 index 9ebf9649b5e2..000000000000 --- a/devel/avr-gcc-3/files/patch-ab +++ /dev/null @@ -1,302 +0,0 @@ ---- Makefile.in.orig Wed Jan 14 21:09:37 2004 -+++ Makefile.in Wed Apr 21 12:27:58 2004 -@@ -595,23 +595,7 @@ - maybe-configure-libtermcap \ - maybe-configure-utils - .PHONY: configure-target --configure-target: \ -- maybe-configure-target-libstdc++-v3 \ -- maybe-configure-target-newlib \ -- maybe-configure-target-libf2c \ -- maybe-configure-target-libobjc \ -- maybe-configure-target-libtermcap \ -- maybe-configure-target-winsup \ -- maybe-configure-target-libgloss \ -- maybe-configure-target-libiberty \ -- maybe-configure-target-gperf \ -- maybe-configure-target-examples \ -- maybe-configure-target-libffi \ -- maybe-configure-target-libjava \ -- maybe-configure-target-zlib \ -- maybe-configure-target-boehm-gc \ -- maybe-configure-target-qthreads \ -- maybe-configure-target-rda -+configure-target: - - # The target built for a native build. - .PHONY: all.normal -@@ -684,23 +668,7 @@ - maybe-all-libtermcap \ - maybe-all-utils - .PHONY: all-target --all-target: \ -- maybe-all-target-libstdc++-v3 \ -- maybe-all-target-newlib \ -- maybe-all-target-libf2c \ -- maybe-all-target-libobjc \ -- maybe-all-target-libtermcap \ -- maybe-all-target-winsup \ -- maybe-all-target-libgloss \ -- maybe-all-target-libiberty \ -- maybe-all-target-gperf \ -- maybe-all-target-examples \ -- maybe-all-target-libffi \ -- maybe-all-target-libjava \ -- maybe-all-target-zlib \ -- maybe-all-target-boehm-gc \ -- maybe-all-target-qthreads \ -- maybe-all-target-rda -+all-target: - - # Do a target for all the subdirectories. A ``make do-X'' will do a - # ``make X'' in all subdirectories (because, in general, there is a -@@ -778,23 +746,7 @@ - maybe-info-utils - - .PHONY: info-target --info-target: \ -- maybe-info-target-libstdc++-v3 \ -- maybe-info-target-newlib \ -- maybe-info-target-libf2c \ -- maybe-info-target-libobjc \ -- maybe-info-target-libtermcap \ -- maybe-info-target-winsup \ -- maybe-info-target-libgloss \ -- maybe-info-target-libiberty \ -- maybe-info-target-gperf \ -- maybe-info-target-examples \ -- maybe-info-target-libffi \ -- maybe-info-target-libjava \ -- maybe-info-target-zlib \ -- maybe-info-target-boehm-gc \ -- maybe-info-target-qthreads \ -- maybe-info-target-rda -+info-target: - - # GCC, the eternal special case - .PHONY: maybe-info-gcc info-gcc -@@ -2654,23 +2606,7 @@ - maybe-dvi-utils - - .PHONY: dvi-target --dvi-target: \ -- maybe-dvi-target-libstdc++-v3 \ -- maybe-dvi-target-newlib \ -- maybe-dvi-target-libf2c \ -- maybe-dvi-target-libobjc \ -- maybe-dvi-target-libtermcap \ -- maybe-dvi-target-winsup \ -- maybe-dvi-target-libgloss \ -- maybe-dvi-target-libiberty \ -- maybe-dvi-target-gperf \ -- maybe-dvi-target-examples \ -- maybe-dvi-target-libffi \ -- maybe-dvi-target-libjava \ -- maybe-dvi-target-zlib \ -- maybe-dvi-target-boehm-gc \ -- maybe-dvi-target-qthreads \ -- maybe-dvi-target-rda -+dvi-target: - - # GCC, the eternal special case - .PHONY: maybe-dvi-gcc dvi-gcc -@@ -4530,23 +4466,7 @@ - maybe-TAGS-utils - - .PHONY: TAGS-target --TAGS-target: \ -- maybe-TAGS-target-libstdc++-v3 \ -- maybe-TAGS-target-newlib \ -- maybe-TAGS-target-libf2c \ -- maybe-TAGS-target-libobjc \ -- maybe-TAGS-target-libtermcap \ -- maybe-TAGS-target-winsup \ -- maybe-TAGS-target-libgloss \ -- maybe-TAGS-target-libiberty \ -- maybe-TAGS-target-gperf \ -- maybe-TAGS-target-examples \ -- maybe-TAGS-target-libffi \ -- maybe-TAGS-target-libjava \ -- maybe-TAGS-target-zlib \ -- maybe-TAGS-target-boehm-gc \ -- maybe-TAGS-target-qthreads \ -- maybe-TAGS-target-rda -+TAGS-target: - - # GCC, the eternal special case - .PHONY: maybe-TAGS-gcc TAGS-gcc -@@ -6406,23 +6326,7 @@ - maybe-install-info-utils - - .PHONY: install-info-target --install-info-target: \ -- maybe-install-info-target-libstdc++-v3 \ -- maybe-install-info-target-newlib \ -- maybe-install-info-target-libf2c \ -- maybe-install-info-target-libobjc \ -- maybe-install-info-target-libtermcap \ -- maybe-install-info-target-winsup \ -- maybe-install-info-target-libgloss \ -- maybe-install-info-target-libiberty \ -- maybe-install-info-target-gperf \ -- maybe-install-info-target-examples \ -- maybe-install-info-target-libffi \ -- maybe-install-info-target-libjava \ -- maybe-install-info-target-zlib \ -- maybe-install-info-target-boehm-gc \ -- maybe-install-info-target-qthreads \ -- maybe-install-info-target-rda -+install-info-target: - - # GCC, the eternal special case - .PHONY: maybe-install-info-gcc install-info-gcc -@@ -8363,23 +8267,7 @@ - maybe-installcheck-utils - - .PHONY: installcheck-target --installcheck-target: \ -- maybe-installcheck-target-libstdc++-v3 \ -- maybe-installcheck-target-newlib \ -- maybe-installcheck-target-libf2c \ -- maybe-installcheck-target-libobjc \ -- maybe-installcheck-target-libtermcap \ -- maybe-installcheck-target-winsup \ -- maybe-installcheck-target-libgloss \ -- maybe-installcheck-target-libiberty \ -- maybe-installcheck-target-gperf \ -- maybe-installcheck-target-examples \ -- maybe-installcheck-target-libffi \ -- maybe-installcheck-target-libjava \ -- maybe-installcheck-target-zlib \ -- maybe-installcheck-target-boehm-gc \ -- maybe-installcheck-target-qthreads \ -- maybe-installcheck-target-rda -+installcheck-target: - - # GCC, the eternal special case - .PHONY: maybe-installcheck-gcc installcheck-gcc -@@ -10239,23 +10127,7 @@ - maybe-mostlyclean-utils - - .PHONY: mostlyclean-target --mostlyclean-target: \ -- maybe-mostlyclean-target-libstdc++-v3 \ -- maybe-mostlyclean-target-newlib \ -- maybe-mostlyclean-target-libf2c \ -- maybe-mostlyclean-target-libobjc \ -- maybe-mostlyclean-target-libtermcap \ -- maybe-mostlyclean-target-winsup \ -- maybe-mostlyclean-target-libgloss \ -- maybe-mostlyclean-target-libiberty \ -- maybe-mostlyclean-target-gperf \ -- maybe-mostlyclean-target-examples \ -- maybe-mostlyclean-target-libffi \ -- maybe-mostlyclean-target-libjava \ -- maybe-mostlyclean-target-zlib \ -- maybe-mostlyclean-target-boehm-gc \ -- maybe-mostlyclean-target-qthreads \ -- maybe-mostlyclean-target-rda -+mostlyclean-target: - - # GCC, the eternal special case - .PHONY: maybe-mostlyclean-gcc mostlyclean-gcc -@@ -11992,23 +11864,7 @@ - maybe-clean-utils - - .PHONY: clean-target --clean-target: \ -- maybe-clean-target-libstdc++-v3 \ -- maybe-clean-target-newlib \ -- maybe-clean-target-libf2c \ -- maybe-clean-target-libobjc \ -- maybe-clean-target-libtermcap \ -- maybe-clean-target-winsup \ -- maybe-clean-target-libgloss \ -- maybe-clean-target-libiberty \ -- maybe-clean-target-gperf \ -- maybe-clean-target-examples \ -- maybe-clean-target-libffi \ -- maybe-clean-target-libjava \ -- maybe-clean-target-zlib \ -- maybe-clean-target-boehm-gc \ -- maybe-clean-target-qthreads \ -- maybe-clean-target-rda -+clean-target: - - # GCC, the eternal special case - .PHONY: maybe-clean-gcc clean-gcc -@@ -13759,23 +13615,7 @@ - maybe-distclean-utils - - .PHONY: distclean-target --distclean-target: \ -- maybe-distclean-target-libstdc++-v3 \ -- maybe-distclean-target-newlib \ -- maybe-distclean-target-libf2c \ -- maybe-distclean-target-libobjc \ -- maybe-distclean-target-libtermcap \ -- maybe-distclean-target-winsup \ -- maybe-distclean-target-libgloss \ -- maybe-distclean-target-libiberty \ -- maybe-distclean-target-gperf \ -- maybe-distclean-target-examples \ -- maybe-distclean-target-libffi \ -- maybe-distclean-target-libjava \ -- maybe-distclean-target-zlib \ -- maybe-distclean-target-boehm-gc \ -- maybe-distclean-target-qthreads \ -- maybe-distclean-target-rda -+distclean-target: - - # GCC, the eternal special case - .PHONY: maybe-distclean-gcc distclean-gcc -@@ -15526,23 +15366,7 @@ - maybe-maintainer-clean-utils - - .PHONY: maintainer-clean-target --maintainer-clean-target: \ -- maybe-maintainer-clean-target-libstdc++-v3 \ -- maybe-maintainer-clean-target-newlib \ -- maybe-maintainer-clean-target-libf2c \ -- maybe-maintainer-clean-target-libobjc \ -- maybe-maintainer-clean-target-libtermcap \ -- maybe-maintainer-clean-target-winsup \ -- maybe-maintainer-clean-target-libgloss \ -- maybe-maintainer-clean-target-libiberty \ -- maybe-maintainer-clean-target-gperf \ -- maybe-maintainer-clean-target-examples \ -- maybe-maintainer-clean-target-libffi \ -- maybe-maintainer-clean-target-libjava \ -- maybe-maintainer-clean-target-zlib \ -- maybe-maintainer-clean-target-boehm-gc \ -- maybe-maintainer-clean-target-qthreads \ -- maybe-maintainer-clean-target-rda -+maintainer-clean-target: - - # GCC, the eternal special case - .PHONY: maybe-maintainer-clean-gcc maintainer-clean-gcc -@@ -17526,23 +17350,7 @@ - maybe-install-utils - - .PHONY: install-target --install-target: \ -- maybe-install-target-libstdc++-v3 \ -- maybe-install-target-newlib \ -- maybe-install-target-libf2c \ -- maybe-install-target-libobjc \ -- maybe-install-target-libtermcap \ -- maybe-install-target-winsup \ -- maybe-install-target-libgloss \ -- maybe-install-target-libiberty \ -- maybe-install-target-gperf \ -- maybe-install-target-examples \ -- maybe-install-target-libffi \ -- maybe-install-target-libjava \ -- maybe-install-target-zlib \ -- maybe-install-target-boehm-gc \ -- maybe-install-target-qthreads \ -- maybe-install-target-rda -+install-target: - - uninstall: - @echo "the uninstall target is not supported in this tree" diff --git a/devel/avr-gcc-3/files/patch-ac b/devel/avr-gcc-3/files/patch-ac deleted file mode 100644 index a1826c113722..000000000000 --- a/devel/avr-gcc-3/files/patch-ac +++ /dev/null @@ -1,12 +0,0 @@ ---- configure.in.orig Mon Mar 1 20:27:33 2004 -+++ configure.in Wed Apr 21 11:14:31 2004 -@@ -428,6 +428,9 @@ - arm-*-pe*) - noconfigdirs="$noconfigdirs target-libgloss ${libgcj}" - ;; -+ avr-*-*) -+ noconfigdirs="$noconfigdirs ${libstdcxx_version} target-libglosstarget-libiberty" -+ ;; - arm-*-oabi*) - noconfigdirs="$noconfigdirs target-libgloss ${libgcj}" - ;; diff --git a/devel/avr-gcc-3/files/patch-ad b/devel/avr-gcc-3/files/patch-ad deleted file mode 100644 index 05c5c3a7407f..000000000000 --- a/devel/avr-gcc-3/files/patch-ad +++ /dev/null @@ -1,12 +0,0 @@ ---- config.guess.orig Sun Feb 22 15:44:23 2004 -+++ config.guess Wed Apr 21 15:10:25 2004 -@@ -792,6 +792,9 @@ - #endif - EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=` -+ if [ ".$UNAME_MACHINE" = ".amd64" ] ; then -+ UNAME_MACHINE=x86_64 -+ fi - # GNU/KFreeBSD systems have a "k" prefix to indicate we are using - # FreeBSD's kernel, but not the complete OS. - case ${LIBC} in gnu) kernel_only='k' ;; esac diff --git a/devel/avr-gcc-3/files/patch-binary-constants b/devel/avr-gcc-3/files/patch-binary-constants deleted file mode 100644 index 106cf16eb058..000000000000 --- a/devel/avr-gcc-3/files/patch-binary-constants +++ /dev/null @@ -1,1466 +0,0 @@ ---- gcc/cpplib.h.orig Mon Feb 9 13:23:51 2004 -+++ gcc/cpplib.h Thu Apr 29 12:24:10 2004 -@@ -630,6 +630,7 @@ - #define CPP_N_DECIMAL 0x0100 - #define CPP_N_HEX 0x0200 - #define CPP_N_OCTAL 0x0400 -+#define CPP_N_BINARY 0x0800 - - #define CPP_N_UNSIGNED 0x1000 /* Properties. */ - #define CPP_N_IMAGINARY 0x2000 ---- gcc/cppexp.c.orig Thu Feb 12 00:52:56 2004 -+++ gcc/cppexp.c Thu Apr 29 12:29:40 2004 -@@ -22,6 +22,9 @@ - #include "system.h" - #include "cpplib.h" - #include "cpphash.h" -+#include "flags.h" -+#include "coretypes.h" -+#include "toplev.h" - - #define PART_PRECISION (sizeof (cpp_num_part) * CHAR_BIT) - #define HALF_MASK (~(cpp_num_part) 0 >> (PART_PRECISION / 2)) -@@ -75,6 +78,9 @@ - #define SYNTAX_ERROR2(msgid, arg) \ - do { cpp_error (pfile, CPP_DL_ERROR, msgid, arg); goto syntax_error; } \ - while(0) -+#define SYNTAX_ERROR3(msgid, arg1, arg2) \ -+ do { cpp_error (pfile, CPP_DL_ERROR, msgid, arg1, arg2); goto syntax_error; } \ -+ while(0) - - /* Subroutine of cpp_classify_number. S points to a float suffix of - length LEN, possibly zero. Returns 0 for an invalid suffix, or a -@@ -171,6 +177,11 @@ - radix = 16; - str++; - } -+ else if ((*str == 'b' || *str == 'B') && (str[1] == '0' || str[1] == '1')) -+ { -+ radix = 2; -+ str++; -+ } - } - - /* Now scan for a well-formed integer or float. */ -@@ -209,7 +220,8 @@ - radix = 10; - - if (max_digit >= radix) -- SYNTAX_ERROR2 ("invalid digit \"%c\" in octal constant", '0' + max_digit); -+ SYNTAX_ERROR3 ("invalid digit \"%c\" in %s constant", '0' + max_digit, -+ radix == 2? "binary": "octal"); - - if (float_flag != NOT_FLOAT) - { -@@ -288,11 +300,16 @@ - if ((result & CPP_N_IMAGINARY) && CPP_PEDANTIC (pfile)) - cpp_error (pfile, CPP_DL_PEDWARN, - "imaginary constants are a GCC extension"); -+ if (radix == 2 && CPP_PEDANTIC (pfile)) -+ cpp_error (pfile, CPP_DL_PEDWARN, -+ "binary constants are a GCC extension"); - - if (radix == 10) - result |= CPP_N_DECIMAL; - else if (radix == 16) - result |= CPP_N_HEX; -+ else if (radix == 2) -+ result |= CPP_N_BINARY; - else - result |= CPP_N_OCTAL; - -@@ -341,6 +358,11 @@ - else if ((type & CPP_N_RADIX) == CPP_N_HEX) - { - base = 16; -+ p += 2; -+ } -+ else if ((type & CPP_N_RADIX) == CPP_N_BINARY) -+ { -+ base = 2; - p += 2; - } - ---- gcc/doc/extend.texi.orig Wed Jun 9 20:31:59 2004 -+++ gcc/doc/extend.texi Wed Jul 7 20:51:58 2004 -@@ -475,6 +475,7 @@ - * Pragmas:: Pragmas accepted by GCC. - * Unnamed Fields:: Unnamed struct/union fields within structs/unions. - * Thread-Local:: Per-thread variables. -+* Binary constants:: Binary constants using the `0b' prefix. - @end menu - - @node Statement Exprs -@@ -7648,6 +7649,26 @@ - Non-@code{static} members shall not be @code{__thread}. - @end quotation - @end itemize -+ -+@node Binary constants -+@section Binary constants using the `0b' prefix -+@cindex Binary constants using the `0b' prefix -+ -+@emph{Note:} This is currently a private extension of AVR-GCC. -+ -+Integer constants can be written as binary constants, consisting of a -+sequence of `0' and `1' digits, prefixed by `0b'. This is -+particularly useful in environments that operate a lot on the -+bit-level (like microcontrollers). -+ -+The following statements are identical: -+ -+@smallexample -+i = 42; -+i = 0x2a; -+i = 052; -+i = 0b101010; -+@end smallexample - - @node C++ Extensions - @chapter Extensions to the C++ Language ---- gcc/doc/gcc.info.orig Thu Jul 1 21:18:12 2004 -+++ gcc/doc/gcc.info Wed Jul 7 21:04:12 2004 -@@ -1,5 +1,5 @@ - This is doc/gcc.info, produced by makeinfo version 4.6 from --/home/mitchell/gcc-3.4.1/gcc-3.4.1/gcc/doc/gcc.texi. -+doc/gcc.texi. - - Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, - 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. -@@ -11510,6 +11510,7 @@ - * Pragmas:: Pragmas accepted by GCC. - * Unnamed Fields:: Unnamed struct/union fields within structs/unions. - * Thread-Local:: Per-thread variables. -+* Binary constants:: Binary constants using the `0b' prefix. - - - File: gcc.info, Node: Statement Exprs, Next: Local Labels, Up: C Extensions -@@ -18768,7 +18769,7 @@ - constructs may be detected and treated as compilation errors. - - --File: gcc.info, Node: Thread-Local, Prev: Unnamed Fields, Up: C Extensions -+File: gcc.info, Node: Thread-Local, Next: Binary constants, Prev: Unnamed Fields, Up: C Extensions - - Thread-Local Storage - ==================== -@@ -18986,6 +18987,26 @@ - Non-`static' members shall not be `__thread'. - - -+File: gcc.info, Node: Binary constants, Prev: Thread-Local, Up: C Extensions -+ -+Binary constants using the `0b' prefix -+====================================== -+ -+_Note:_ This is currently a private extension of AVR-GCC. -+ -+ Integer constants can be written as binary constants, consisting of a -+sequence of `0' and `1' digits, prefixed by `0b'. This is particularly -+useful in environments that operate a lot on the bit-level (like -+microcontrollers). -+ -+ The following statements are identical: -+ -+ i = 42; -+ i = 0x2a; -+ i = 052; -+ i = 0b101010; -+ -+ - File: gcc.info, Node: C++ Extensions, Next: Objective-C, Prev: C Extensions, Up: Top - - Extensions to the C++ Language -@@ -23875,23 +23896,23 @@ - * A: Preprocessor Options. - * all_load: Darwin Options. - * allowable_client: Darwin Options. --* ansi <1>: Non-bugs. -+* ansi <1>: Preprocessor Options. - * ansi <2>: Other Builtins. --* ansi <3>: Preprocessor Options. -+* ansi <3>: Standards. - * ansi <4>: C Dialect Options. --* ansi: Standards. -+* ansi: Non-bugs. - * arch_errors_fatal: Darwin Options. - * arch_only: Darwin Options. - * aux-info: C Dialect Options. --* b: Target Options. - * B: Directory Options. -+* b: Target Options. - * bcopy-builtin: PDP-11 Options. - * bind_at_load: Darwin Options. - * bundle: Darwin Options. - * bundle_loader: Darwin Options. --* c: Link Options. --* C: Preprocessor Options. -+* c <1>: Link Options. - * c: Overall Options. -+* C: Preprocessor Options. - * client_name: Darwin Options. - * compatibility_version: Darwin Options. - * crossjumping: Optimize Options. -@@ -23900,13 +23921,13 @@ - * d: Debugging Options. - * da: Debugging Options. - * dA: Debugging Options. --* dB: Debugging Options. - * db: Debugging Options. -+* dB: Debugging Options. - * dC: Debugging Options. - * dc: Debugging Options. -+* dd: Debugging Options. - * dD <1>: Preprocessor Options. - * dD: Debugging Options. --* dd: Debugging Options. - * dE: Debugging Options. - * dependency-file: Darwin Options. - * dF: Debugging Options. -@@ -23915,27 +23936,27 @@ - * dg: Debugging Options. - * dH: Debugging Options. - * dh: Debugging Options. --* dI: Preprocessor Options. - * di: Debugging Options. -+* dI: Preprocessor Options. - * dj: Debugging Options. - * dk: Debugging Options. - * dL: Debugging Options. - * dl: Debugging Options. --* dM: Preprocessor Options. - * dm: Debugging Options. --* dM: Debugging Options. --* dN <1>: Preprocessor Options. --* dN: Debugging Options. -+* dM <1>: Debugging Options. -+* dM: Preprocessor Options. - * dn: Debugging Options. -+* dN <1>: Debugging Options. -+* dN: Preprocessor Options. - * do: Debugging Options. - * dP: Debugging Options. - * dp: Debugging Options. - * dR: Debugging Options. - * dr: Debugging Options. --* dS: Debugging Options. - * ds: Debugging Options. --* dT: Debugging Options. -+* dS: Debugging Options. - * dt: Debugging Options. -+* dT: Debugging Options. - * dU: Debugging Options. - * du: Debugging Options. - * dumpmachine: Debugging Options. -@@ -23950,14 +23971,14 @@ - * dylinker_install_name: Darwin Options. - * dynamic: Darwin Options. - * dynamiclib: Darwin Options. --* dZ: Debugging Options. - * dz: Debugging Options. --* E <1>: Link Options. --* E: Overall Options. --* EB <1>: ARC Options. --* EB: MIPS Options. --* EL <1>: ARC Options. --* EL: MIPS Options. -+* dZ: Debugging Options. -+* E <1>: Overall Options. -+* E: Link Options. -+* EB <1>: MIPS Options. -+* EB: ARC Options. -+* EL <1>: MIPS Options. -+* EL: ARC Options. - * exported_symbols_list: Darwin Options. - * fabi-version: C++ Dialect Options. - * falign-functions: Optimize Options. -@@ -24007,8 +24028,8 @@ - * fforce-addr: Optimize Options. - * fforce-mem: Optimize Options. - * ffreestanding <1>: Function Attributes. --* ffreestanding <2>: C Dialect Options. --* ffreestanding: Standards. -+* ffreestanding <2>: Standards. -+* ffreestanding: C Dialect Options. - * ffunction-sections: Optimize Options. - * fgcse: Optimize Options. - * fgcse-las: Optimize Options. -@@ -24021,8 +24042,8 @@ - * finline-functions: Optimize Options. - * finline-limit: Optimize Options. - * finput-charset: Preprocessor Options. --* finstrument-functions <1>: Function Attributes. --* finstrument-functions: Code Gen Options. -+* finstrument-functions <1>: Code Gen Options. -+* finstrument-functions: Function Attributes. - * fkeep-inline-functions <1>: Inline. - * fkeep-inline-functions: Optimize Options. - * fkeep-static-consts: Optimize Options. -@@ -24045,9 +24066,9 @@ - * fno-common: Code Gen Options. - * fno-const-strings: C++ Dialect Options. - * fno-cprop-registers: Optimize Options. --* fno-default-inline <1>: Inline. -+* fno-default-inline <1>: C++ Dialect Options. - * fno-default-inline <2>: Optimize Options. --* fno-default-inline: C++ Dialect Options. -+* fno-default-inline: Inline. - * fno-defer-pop: Optimize Options. - * fno-elide-constructors: C++ Dialect Options. - * fno-enforce-eh-specs: C++ Dialect Options. -@@ -24056,11 +24077,11 @@ - * fno-gnu-keywords: C++ Dialect Options. - * fno-guess-branch-probability: Optimize Options. - * fno-ident: Code Gen Options. --* fno-implement-inlines <1>: C++ Interface. --* fno-implement-inlines: C++ Dialect Options. -+* fno-implement-inlines <1>: C++ Dialect Options. -+* fno-implement-inlines: C++ Interface. - * fno-implicit-inline-templates: C++ Dialect Options. --* fno-implicit-templates <1>: Template Instantiation. --* fno-implicit-templates: C++ Dialect Options. -+* fno-implicit-templates <1>: C++ Dialect Options. -+* fno-implicit-templates: Template Instantiation. - * fno-inline: Optimize Options. - * fno-math-errno: Optimize Options. - * fno-nil-receivers: Objective-C Dialect Options. -@@ -24090,8 +24111,8 @@ - * force_cpusubtype_ALL: Darwin Options. - * force_flat_namespace: Darwin Options. - * fpack-struct: Code Gen Options. --* fpcc-struct-return <1>: Incompatibilities. --* fpcc-struct-return: Code Gen Options. -+* fpcc-struct-return <1>: Code Gen Options. -+* fpcc-struct-return: Incompatibilities. - * fpch-deps: Preprocessor Options. - * fpeel-loops: Optimize Options. - * fpermissive: C++ Dialect Options. -@@ -24101,8 +24122,8 @@ - * fpie: Code Gen Options. - * fprefetch-loop-arrays: Optimize Options. - * fpreprocessed: Preprocessor Options. --* fprofile-arcs <1>: Other Builtins. --* fprofile-arcs: Debugging Options. -+* fprofile-arcs <1>: Debugging Options. -+* fprofile-arcs: Other Builtins. - * fprofile-generate: Optimize Options. - * fprofile-use: Optimize Options. - * fprofile-values: Optimize Options. -@@ -24114,8 +24135,8 @@ - * freorder-blocks: Optimize Options. - * freorder-functions: Optimize Options. - * freplace-objc-classes: Objective-C Dialect Options. --* frepo <1>: Template Instantiation. --* frepo: C++ Dialect Options. -+* frepo <1>: C++ Dialect Options. -+* frepo: Template Instantiation. - * frerun-cse-after-loop: Optimize Options. - * frerun-loop-opt: Optimize Options. - * frounding-math: Optimize Options. -@@ -24135,8 +24156,8 @@ - * fshort-enums: Code Gen Options. - * fshort-wchar: Code Gen Options. - * fsignaling-nans: Optimize Options. --* fsigned-bitfields <1>: Non-bugs. --* fsigned-bitfields: C Dialect Options. -+* fsigned-bitfields <1>: C Dialect Options. -+* fsigned-bitfields: Non-bugs. - * fsigned-char: C Dialect Options. - * fsingle-precision-constant: Optimize Options. - * fstack-check: Code Gen Options. -@@ -24155,11 +24176,11 @@ - * ftrapv: Code Gen Options. - * funit-at-a-time: Optimize Options. - * funroll-all-loops: Optimize Options. --* funroll-loops <1>: Non-bugs. --* funroll-loops: Optimize Options. -+* funroll-loops <1>: Optimize Options. -+* funroll-loops: Non-bugs. - * funsafe-math-optimizations: Optimize Options. --* funsigned-bitfields <1>: Non-bugs. --* funsigned-bitfields: C Dialect Options. -+* funsigned-bitfields <1>: C Dialect Options. -+* funsigned-bitfields: Non-bugs. - * funsigned-char: C Dialect Options. - * funswitch-loops: Optimize Options. - * funwind-tables: Code Gen Options. -@@ -24173,9 +24194,9 @@ - * fwritable-strings <1>: Incompatibilities. - * fwritable-strings: C Dialect Options. - * fzero-link: Objective-C Dialect Options. --* G <1>: System V Options. -+* G <1>: RS/6000 and PowerPC Options. - * G <2>: MIPS Options. --* G <3>: RS/6000 and PowerPC Options. -+* G <3>: System V Options. - * G: M32R/D Options. - * g: Debugging Options. - * gcoff: Debugging Options. -@@ -24190,11 +24211,11 @@ - * gxcoff+: Debugging Options. - * H: Preprocessor Options. - * headerpad_max_install_names: Darwin Options. --* help <1>: Preprocessor Options. --* help: Overall Options. -+* help <1>: Overall Options. -+* help: Preprocessor Options. - * hp-ld: HPPA Options. --* I <1>: Directory Options. --* I: Preprocessor Options. -+* I <1>: Preprocessor Options. -+* I: Directory Options. - * I- <1>: Directory Options. - * I-: Preprocessor Options. - * idirafter: Preprocessor Options. -@@ -24210,8 +24231,8 @@ - * iwithprefix: Preprocessor Options. - * iwithprefixbefore: Preprocessor Options. - * keep_private_externs: Darwin Options. --* L: Directory Options. - * l: Link Options. -+* L: Directory Options. - * lobjc: Link Options. - * M: Preprocessor Options. - * m1: SH Options. -@@ -24222,8 +24243,8 @@ - * m210: MCore Options. - * m3: SH Options. - * m31: S/390 and zSeries Options. --* m32 <1>: i386 and x86-64 Options. --* m32: SPARC Options. -+* m32 <1>: SPARC Options. -+* m32: i386 and x86-64 Options. - * m32-bit: CRIS Options. - * m32032: NS32K Options. - * m32081: NS32K Options. -@@ -24246,9 +24267,9 @@ - * m486: i386 and x86-64 Options. - * m4byte-functions: MCore Options. - * m5200: M680x0 Options. --* m64 <1>: S/390 and zSeries Options. -+* m64 <1>: SPARC Options. - * m64 <2>: i386 and x86-64 Options. --* m64: SPARC Options. -+* m64: S/390 and zSeries Options. - * m68000: M680x0 Options. - * m68020: M680x0 Options. - * m68020-40: M680x0 Options. -@@ -24305,12 +24326,12 @@ - * mapcs-frame: ARM Options. - * mapp-regs <1>: V850 Options. - * mapp-regs: SPARC Options. --* march <1>: CRIS Options. -+* march <1>: ARM Options. - * march <2>: S/390 and zSeries Options. - * march <3>: HPPA Options. --* march <4>: i386 and x86-64 Options. -+* march <4>: CRIS Options. - * march <5>: MIPS Options. --* march: ARM Options. -+* march: i386 and x86-64 Options. - * masm-compat: Intel 960 Options. - * masm-optimize: D30V Options. - * masm=DIALECT: i386 and x86-64 Options. -@@ -24323,17 +24344,17 @@ - * mbcopy: PDP-11 Options. - * mbig <1>: TMS320C3x/C4x Options. - * mbig: RS/6000 and PowerPC Options. --* mbig-endian <1>: IA-64 Options. --* mbig-endian <2>: MCore Options. --* mbig-endian <3>: RS/6000 and PowerPC Options. --* mbig-endian: ARM Options. -+* mbig-endian <1>: RS/6000 and PowerPC Options. -+* mbig-endian <2>: ARM Options. -+* mbig-endian <3>: IA-64 Options. -+* mbig-endian: MCore Options. - * mbig-memory: TMS320C3x/C4x Options. - * mbig-switch <1>: V850 Options. - * mbig-switch: HPPA Options. - * mbigtable: SH Options. - * mbit-align: RS/6000 and PowerPC Options. --* mbitfield <1>: NS32K Options. --* mbitfield: M680x0 Options. -+* mbitfield <1>: M680x0 Options. -+* mbitfield: NS32K Options. - * mbk: TMS320C3x/C4x Options. - * mbranch-cheap: PDP-11 Options. - * mbranch-cost: D30V Options. -@@ -24372,21 +24393,21 @@ - * mcmodel=small: i386 and x86-64 Options. - * mcode-align: Intel 960 Options. - * mcomplex-addr: Intel 960 Options. --* mcond-exec <1>: FRV Options. --* mcond-exec: D30V Options. -+* mcond-exec <1>: D30V Options. -+* mcond-exec: FRV Options. - * mcond-move: FRV Options. - * mconst-align: CRIS Options. - * mconst16: Xtensa Options. - * mconstant-gp: IA-64 Options. --* mcpu <1>: FRV Options. --* mcpu <2>: CRIS Options. --* mcpu <3>: ARC Options. --* mcpu <4>: TMS320C3x/C4x Options. --* mcpu <5>: DEC Alpha Options. --* mcpu <6>: i386 and x86-64 Options. --* mcpu <7>: RS/6000 and PowerPC Options. --* mcpu <8>: ARM Options. --* mcpu: SPARC Options. -+* mcpu <1>: DEC Alpha Options. -+* mcpu <2>: RS/6000 and PowerPC Options. -+* mcpu <3>: ARM Options. -+* mcpu <4>: FRV Options. -+* mcpu <5>: SPARC Options. -+* mcpu <6>: ARC Options. -+* mcpu <7>: TMS320C3x/C4x Options. -+* mcpu <8>: CRIS Options. -+* mcpu: i386 and x86-64 Options. - * mcpu32: M680x0 Options. - * mcypress: SPARC Options. - * MD: Preprocessor Options. -@@ -24394,8 +24415,8 @@ - * mdata: ARC Options. - * mdata-align: CRIS Options. - * mdb: TMS320C3x/C4x Options. --* mdebug <1>: S/390 and zSeries Options. --* mdebug: M32R/D Options. -+* mdebug <1>: M32R/D Options. -+* mdebug: S/390 and zSeries Options. - * mdec-asm: PDP-11 Options. - * mdisable-callt: V850 Options. - * mdisable-fpregs: HPPA Options. -@@ -24421,8 +24442,8 @@ - * mesa: S/390 and zSeries Options. - * metrax100: CRIS Options. - * metrax4: CRIS Options. --* mexplicit-relocs <1>: DEC Alpha Options. --* mexplicit-relocs: MIPS Options. -+* mexplicit-relocs <1>: MIPS Options. -+* mexplicit-relocs: DEC Alpha Options. - * mextmem: D30V Options. - * mextmemory: D30V Options. - * MF: Preprocessor Options. -@@ -24456,13 +24477,13 @@ - * mfpu: SPARC Options. - * mfull-toc: RS/6000 and PowerPC Options. - * mfused-madd <1>: Xtensa Options. --* mfused-madd <2>: S/390 and zSeries Options. --* mfused-madd <3>: MIPS Options. --* mfused-madd: RS/6000 and PowerPC Options. --* mg: VAX Options. -+* mfused-madd <2>: RS/6000 and PowerPC Options. -+* mfused-madd <3>: S/390 and zSeries Options. -+* mfused-madd: MIPS Options. - * MG: Preprocessor Options. --* mgas <1>: DEC Alpha Options. --* mgas: HPPA Options. -+* mg: VAX Options. -+* mgas <1>: HPPA Options. -+* mgas: DEC Alpha Options. - * mgnu: VAX Options. - * mgnu-as: IA-64 Options. - * mgnu-ld: IA-64 Options. -@@ -24472,12 +24493,12 @@ - * mgpr-32: FRV Options. - * mgpr-64: FRV Options. - * mh: H8/300 Options. --* mhard-float <1>: FRV Options. --* mhard-float <2>: S/390 and zSeries Options. --* mhard-float <3>: MIPS Options. --* mhard-float <4>: RS/6000 and PowerPC Options. --* mhard-float <5>: ARM Options. --* mhard-float: SPARC Options. -+* mhard-float <1>: S/390 and zSeries Options. -+* mhard-float <2>: ARM Options. -+* mhard-float <3>: SPARC Options. -+* mhard-float <4>: FRV Options. -+* mhard-float <5>: RS/6000 and PowerPC Options. -+* mhard-float: MIPS Options. - * mhard-quad-float: SPARC Options. - * mhardlit: MCore Options. - * mhimem: NS32K Options. -@@ -24501,8 +24522,8 @@ - * minmax: M68hc1x Options. - * minsert-sched-nops: RS/6000 and PowerPC Options. - * mint16: PDP-11 Options. --* mint32 <1>: PDP-11 Options. --* mint32: H8/300 Options. -+* mint32 <1>: H8/300 Options. -+* mint32: PDP-11 Options. - * mint64: MIPS Options. - * mintel-asm: Intel 960 Options. - * mips1: MIPS Options. -@@ -24529,11 +24550,11 @@ - * mlinker-opt: HPPA Options. - * mlinux: CRIS Options. - * mlittle: RS/6000 and PowerPC Options. --* mlittle-endian <1>: IA-64 Options. --* mlittle-endian <2>: MCore Options. --* mlittle-endian <3>: RS/6000 and PowerPC Options. --* mlittle-endian <4>: ARM Options. --* mlittle-endian: SPARC Options. -+* mlittle-endian <1>: MCore Options. -+* mlittle-endian <2>: SPARC Options. -+* mlittle-endian <3>: ARM Options. -+* mlittle-endian <4>: IA-64 Options. -+* mlittle-endian: RS/6000 and PowerPC Options. - * mlong-calls <1>: V850 Options. - * mlong-calls <2>: MIPS Options. - * mlong-calls <3>: ARM Options. -@@ -24621,8 +24642,8 @@ - * mno-embedded-pic: MIPS Options. - * mno-ep: V850 Options. - * mno-epsilon: MMIX Options. --* mno-explicit-relocs <1>: DEC Alpha Options. --* mno-explicit-relocs: MIPS Options. -+* mno-explicit-relocs <1>: MIPS Options. -+* mno-explicit-relocs: DEC Alpha Options. - * mno-fancy-math-387: i386 and x86-64 Options. - * mno-fast-fix: TMS320C3x/C4x Options. - * mno-faster-structs: SPARC Options. -@@ -24636,10 +24657,10 @@ - * mno-fp-regs: DEC Alpha Options. - * mno-fp-ret-in-387: i386 and x86-64 Options. - * mno-fpu: SPARC Options. --* mno-fused-madd <1>: Xtensa Options. --* mno-fused-madd <2>: S/390 and zSeries Options. --* mno-fused-madd <3>: MIPS Options. --* mno-fused-madd: RS/6000 and PowerPC Options. -+* mno-fused-madd <1>: S/390 and zSeries Options. -+* mno-fused-madd <2>: Xtensa Options. -+* mno-fused-madd <3>: RS/6000 and PowerPC Options. -+* mno-fused-madd: MIPS Options. - * mno-gnu-as: IA-64 Options. - * mno-gnu-ld: IA-64 Options. - * mno-gotplt: CRIS Options. -@@ -24652,11 +24673,11 @@ - * mno-knuthdiv: MMIX Options. - * mno-leaf-procedures: Intel 960 Options. - * mno-libfuncs: MMIX Options. --* mno-long-calls <1>: V850 Options. --* mno-long-calls <2>: HPPA Options. -+* mno-long-calls <1>: M68hc1x Options. -+* mno-long-calls <2>: ARM Options. - * mno-long-calls <3>: MIPS Options. --* mno-long-calls <4>: ARM Options. --* mno-long-calls: M68hc1x Options. -+* mno-long-calls <4>: V850 Options. -+* mno-long-calls: HPPA Options. - * mno-longcall: RS/6000 and PowerPC Options. - * mno-longcalls: Xtensa Options. - * mno-loop-unsigned: TMS320C3x/C4x Options. -@@ -24698,8 +24719,8 @@ - * mno-rpts: TMS320C3x/C4x Options. - * mno-scc: FRV Options. - * mno-sched-prolog: ARM Options. --* mno-sdata <1>: IA-64 Options. --* mno-sdata: RS/6000 and PowerPC Options. -+* mno-sdata <1>: RS/6000 and PowerPC Options. -+* mno-sdata: IA-64 Options. - * mno-side-effects: CRIS Options. - * mno-single-exit: MMIX Options. - * mno-slow-bytes: MCore Options. -@@ -24712,8 +24733,8 @@ - * mno-stack-align: CRIS Options. - * mno-stack-bias: SPARC Options. - * mno-strict-align <1>: Intel 960 Options. --* mno-strict-align <2>: RS/6000 and PowerPC Options. --* mno-strict-align: M680x0 Options. -+* mno-strict-align <2>: M680x0 Options. -+* mno-strict-align: RS/6000 and PowerPC Options. - * mno-string: RS/6000 and PowerPC Options. - * mno-sum-in-toc: RS/6000 and PowerPC Options. - * mno-svr3-shlib: i386 and x86-64 Options. -@@ -24784,9 +24805,9 @@ - * mregparam: NS32K Options. - * mregparm <1>: TMS320C3x/C4x Options. - * mregparm: i386 and x86-64 Options. --* mrelax <1>: SH Options. -+* mrelax <1>: MN10300 Options. - * mrelax <2>: H8/300 Options. --* mrelax: MN10300 Options. -+* mrelax: SH Options. - * mrelax-immediate: MCore Options. - * mrelocatable: RS/6000 and PowerPC Options. - * mrelocatable-lib: RS/6000 and PowerPC Options. -@@ -24796,29 +24817,29 @@ - * mrpts: TMS320C3x/C4x Options. - * mrtd <1>: Function Attributes. - * mrtd <2>: NS32K Options. --* mrtd <3>: i386 and x86-64 Options. --* mrtd: M680x0 Options. -+* mrtd <3>: M680x0 Options. -+* mrtd: i386 and x86-64 Options. - * ms: H8/300 Options. - * ms2600: H8/300 Options. - * msa: Intel 960 Options. --* msb <1>: NS32K Options. --* msb: Intel 960 Options. -+* msb <1>: Intel 960 Options. -+* msb: NS32K Options. - * mscc: FRV Options. - * msched-costly-dep: RS/6000 and PowerPC Options. - * mschedule: HPPA Options. - * msda: V850 Options. --* msdata <1>: IA-64 Options. --* msdata: RS/6000 and PowerPC Options. -+* msdata <1>: RS/6000 and PowerPC Options. -+* msdata: IA-64 Options. - * msdata-data: RS/6000 and PowerPC Options. - * msdata=default: RS/6000 and PowerPC Options. - * msdata=eabi: RS/6000 and PowerPC Options. --* msdata=none <1>: RS/6000 and PowerPC Options. --* msdata=none: M32R/D Options. -+* msdata=none <1>: M32R/D Options. -+* msdata=none: RS/6000 and PowerPC Options. - * msdata=sdata: M32R/D Options. - * msdata=sysv: RS/6000 and PowerPC Options. - * msdata=use: M32R/D Options. --* mshort <1>: M68hc1x Options. --* mshort: M680x0 Options. -+* mshort <1>: M680x0 Options. -+* mshort: M68hc1x Options. - * msim <1>: Xstormy16 Options. - * msim: RS/6000 and PowerPC Options. - * msingle-exit: MMIX Options. -@@ -24832,23 +24853,23 @@ - * msmall-exec: S/390 and zSeries Options. - * msmall-memory: TMS320C3x/C4x Options. - * msmall-text: DEC Alpha Options. --* msoft-float <1>: FRV Options. --* msoft-float <2>: PDP-11 Options. --* msoft-float <3>: S/390 and zSeries Options. --* msoft-float <4>: NS32K Options. --* msoft-float <5>: DEC Alpha Options. --* msoft-float <6>: Intel 960 Options. --* msoft-float <7>: HPPA Options. --* msoft-float <8>: i386 and x86-64 Options. --* msoft-float <9>: MIPS Options. --* msoft-float <10>: RS/6000 and PowerPC Options. --* msoft-float <11>: ARM Options. --* msoft-float <12>: SPARC Options. --* msoft-float: M680x0 Options. -+* msoft-float <1>: M680x0 Options. -+* msoft-float <2>: DEC Alpha Options. -+* msoft-float <3>: PDP-11 Options. -+* msoft-float <4>: Intel 960 Options. -+* msoft-float <5>: HPPA Options. -+* msoft-float <6>: S/390 and zSeries Options. -+* msoft-float <7>: MIPS Options. -+* msoft-float <8>: RS/6000 and PowerPC Options. -+* msoft-float <9>: FRV Options. -+* msoft-float <10>: NS32K Options. -+* msoft-float <11>: i386 and x86-64 Options. -+* msoft-float <12>: ARM Options. -+* msoft-float: SPARC Options. - * msoft-quad-float: SPARC Options. - * msoft-reg-count: M68hc1x Options. --* mspace <1>: V850 Options. --* mspace: SH Options. -+* mspace <1>: SH Options. -+* mspace: V850 Options. - * msparclite: SPARC Options. - * mspe: RS/6000 and PowerPC Options. - * msplit: PDP-11 Options. -@@ -24856,9 +24877,9 @@ - * msse: i386 and x86-64 Options. - * mstack-align: CRIS Options. - * mstack-bias: SPARC Options. --* mstrict-align <1>: Intel 960 Options. --* mstrict-align <2>: RS/6000 and PowerPC Options. --* mstrict-align: M680x0 Options. -+* mstrict-align <1>: RS/6000 and PowerPC Options. -+* mstrict-align <2>: M680x0 Options. -+* mstrict-align: Intel 960 Options. - * mstring: RS/6000 and PowerPC Options. - * mstructure-size-boundary: ARM Options. - * msupersparc: SPARC Options. -@@ -24882,14 +24903,14 @@ - * mtpcs-frame: ARM Options. - * mtpcs-leaf-frame: ARM Options. - * mtrap-precision: DEC Alpha Options. --* mtune <1>: CRIS Options. -+* mtune <1>: SPARC Options. - * mtune <2>: S/390 and zSeries Options. --* mtune <3>: DEC Alpha Options. --* mtune <4>: i386 and x86-64 Options. -+* mtune <3>: RS/6000 and PowerPC Options. -+* mtune <4>: ARM Options. - * mtune <5>: MIPS Options. --* mtune <6>: RS/6000 and PowerPC Options. --* mtune <7>: ARM Options. --* mtune: SPARC Options. -+* mtune <6>: i386 and x86-64 Options. -+* mtune <7>: DEC Alpha Options. -+* mtune: CRIS Options. - * multi_module: Darwin Options. - * multiply_defined: Darwin Options. - * multiply_defined_unused: Darwin Options. -@@ -24930,12 +24951,12 @@ - * noseglinkedit: Darwin Options. - * nostartfiles: Link Options. - * nostdinc: Preprocessor Options. --* nostdinc++ <1>: Preprocessor Options. --* nostdinc++: C++ Dialect Options. -+* nostdinc++ <1>: C++ Dialect Options. -+* nostdinc++: Preprocessor Options. - * nostdlib: Link Options. --* o: Preprocessor Options. --* O: Optimize Options. - * o: Overall Options. -+* O: Optimize Options. -+* o: Preprocessor Options. - * O0: Optimize Options. - * O1: Optimize Options. - * O2: Optimize Options. -@@ -24946,16 +24967,16 @@ - * pagezero_size: Darwin Options. - * param: Optimize Options. - * pass-exit-codes: Overall Options. --* pedantic <1>: Warnings and Errors. --* pedantic <2>: Alternate Keywords. --* pedantic <3>: C Extensions. --* pedantic <4>: Preprocessor Options. --* pedantic <5>: Warning Options. --* pedantic: Standards. -+* pedantic <1>: Alternate Keywords. -+* pedantic <2>: Warning Options. -+* pedantic <3>: Warnings and Errors. -+* pedantic <4>: Standards. -+* pedantic <5>: C Extensions. -+* pedantic: Preprocessor Options. - * pedantic-errors <1>: Warnings and Errors. --* pedantic-errors <2>: Non-bugs. -+* pedantic-errors <2>: Preprocessor Options. - * pedantic-errors <3>: Actual Bugs. --* pedantic-errors <4>: Preprocessor Options. -+* pedantic-errors <4>: Non-bugs. - * pedantic-errors <5>: Warning Options. - * pedantic-errors: Standards. - * pg: Debugging Options. -@@ -24999,20 +25020,20 @@ - * sim2: CRIS Options. - * single_module: Darwin Options. - * specs: Directory Options. --* static <1>: HPPA Options. --* static <2>: Darwin Options. --* static: Link Options. -+* static <1>: Link Options. -+* static <2>: HPPA Options. -+* static: Darwin Options. - * static-libgcc: Link Options. --* std <1>: Non-bugs. -+* std <1>: Standards. - * std <2>: Other Builtins. - * std <3>: C Dialect Options. --* std: Standards. -+* std: Non-bugs. - * std=: Preprocessor Options. - * sub_library: Darwin Options. - * sub_umbrella: Darwin Options. - * symbolic: Link Options. --* target-help <1>: Preprocessor Options. --* target-help: Overall Options. -+* target-help <1>: Overall Options. -+* target-help: Preprocessor Options. - * threads: HPPA Options. - * time: Debugging Options. - * traditional <1>: Incompatibilities. -@@ -25028,30 +25049,30 @@ - * undef: Preprocessor Options. - * undefined: Darwin Options. - * unexported_symbols_list: Darwin Options. -+* v <1>: Overall Options. -+* v: Preprocessor Options. - * V: Target Options. --* v <1>: Preprocessor Options. --* v: Overall Options. - * version <1>: Preprocessor Options. - * version: Overall Options. --* W: Incompatibilities. --* w: Preprocessor Options. - * W: Warning Options. --* w: Warning Options. -+* w <1>: Warning Options. -+* w: Preprocessor Options. -+* W: Incompatibilities. - * Wa: Assembler Options. - * Wabi: C++ Dialect Options. - * Waggregate-return: Warning Options. --* Wall <1>: Standard Libraries. -+* Wall <1>: Warning Options. - * Wall <2>: Preprocessor Options. --* Wall: Warning Options. -+* Wall: Standard Libraries. - * Wbad-function-cast: Warning Options. - * Wcast-align: Warning Options. - * Wcast-qual: Warning Options. - * Wchar-subscripts: Warning Options. --* Wcomment <1>: Preprocessor Options. --* Wcomment: Warning Options. -+* Wcomment <1>: Warning Options. -+* Wcomment: Preprocessor Options. - * Wcomments: Preprocessor Options. --* Wconversion <1>: Protoize Caveats. --* Wconversion: Warning Options. -+* Wconversion <1>: Warning Options. -+* Wconversion: Protoize Caveats. - * Wctor-dtor-privacy: C++ Dialect Options. - * Wdeclaration-after-statement: Warning Options. - * Wdisabled-optimization: Warning Options. -@@ -25060,13 +25081,13 @@ - * Weffc++: C++ Dialect Options. - * Wendif-labels <1>: Preprocessor Options. - * Wendif-labels: Warning Options. --* Werror <1>: Preprocessor Options. --* Werror: Warning Options. -+* Werror <1>: Warning Options. -+* Werror: Preprocessor Options. - * Werror-implicit-function-declaration: Warning Options. - * Wextra: Warning Options. - * Wfloat-equal: Warning Options. --* Wformat <1>: Function Attributes. --* Wformat: Warning Options. -+* Wformat <1>: Warning Options. -+* Wformat: Function Attributes. - * Wformat-nonliteral <1>: Function Attributes. - * Wformat-nonliteral: Warning Options. - * Wformat-security: Warning Options. -@@ -25115,8 +25136,8 @@ - * Wpacked: Warning Options. - * Wpadded: Warning Options. - * Wparentheses: Warning Options. --* Wpointer-arith <1>: Pointer Arith. --* Wpointer-arith: Warning Options. -+* Wpointer-arith <1>: Warning Options. -+* Wpointer-arith: Pointer Arith. - * Wredundant-decls: Warning Options. - * Wreorder: C++ Dialect Options. - * Wreturn-type: Warning Options. -@@ -25131,15 +25152,15 @@ - * Wswitch-enum: Warning Options. - * Wswitch-switch: Warning Options. - * Wsynth: C++ Dialect Options. --* Wsystem-headers <1>: Preprocessor Options. --* Wsystem-headers: Warning Options. --* Wtraditional <1>: Preprocessor Options. --* Wtraditional: Warning Options. -+* Wsystem-headers <1>: Warning Options. -+* Wsystem-headers: Preprocessor Options. -+* Wtraditional <1>: Warning Options. -+* Wtraditional: Preprocessor Options. - * Wtrigraphs <1>: Preprocessor Options. - * Wtrigraphs: Warning Options. - * Wundeclared-selector: Objective-C Dialect Options. --* Wundef <1>: Preprocessor Options. --* Wundef: Warning Options. -+* Wundef <1>: Warning Options. -+* Wundef: Preprocessor Options. - * Wuninitialized: Warning Options. - * Wunknown-pragmas: Warning Options. - * Wunreachable-code: Warning Options. -@@ -25195,8 +25216,8 @@ - * > in constraint: Simple Constraints. - * >?: Min and Max. - * ? in constraint: Multi-Alternative. --* ?: extensions <1>: Conditionals. --* ?: extensions: Lvalues. -+* ?: extensions <1>: Lvalues. -+* ?: extensions: Conditionals. - * ?: side effect: Conditionals. - * _ in variables in macros: Typeof. - * __builtin_apply: Constructing Calls. -@@ -25254,8 +25275,8 @@ - * __STDC_HOSTED__: Standards. - * __thread: Thread-Local. - * _Complex keyword: Complex. --* _exit: Other Builtins. - * _Exit: Other Builtins. -+* _exit: Other Builtins. - * ABI: Compatibility. - * abort: Other Builtins. - * abs: Other Builtins. -@@ -25272,8 +25293,8 @@ - * address_operand: Simple Constraints. - * alias attribute: Function Attributes. - * aliasing of parameters: Code Gen Options. --* aligned attribute <1>: Type Attributes. --* aligned attribute: Variable Attributes. -+* aligned attribute <1>: Variable Attributes. -+* aligned attribute: Type Attributes. - * alignment: Alignment. - * alloca: Other Builtins. - * alloca vs variable-length arrays: Variable Length. -@@ -25324,12 +25345,13 @@ - * base class members: Name lookup. - * bcmp: Other Builtins. - * binary compatibility: Compatibility. -+* Binary constants using the `0b' prefix: Binary constants. - * bound pointer to member function: Bound member functions. - * bug criteria: Bug Criteria. - * bugs: Bugs. - * bugs, known: Trouble. --* built-in functions <1>: Other Builtins. --* built-in functions: C Dialect Options. -+* built-in functions <1>: C Dialect Options. -+* built-in functions: Other Builtins. - * bzero: Other Builtins. - * C compilation options: Invoking GCC. - * C intermediate output, nonexistent: G++ and GCC. -@@ -25337,8 +25359,8 @@ - * C language, traditional: C Dialect Options. - * C standard: Standards. - * C standards: Standards. --* c++: Invoking G++. - * C++: G++ and GCC. -+* c++: Invoking G++. - * C++ comments: C++ Comments. - * C++ compilation options: Invoking GCC. - * C++ interface and implementation headers: C++ Interface. -@@ -25616,10 +25638,10 @@ - * functions which handle memory bank switching: Function Attributes. - * functions with non-null pointer arguments: Function Attributes. - * functions with printf, scanf, strftime or strfmon style arguments: Function Attributes. --* g in constraint: Simple Constraints. - * G in constraint: Simple Constraints. --* g++: Invoking G++. -+* g in constraint: Simple Constraints. - * G++: G++ and GCC. -+* g++: Invoking G++. - * gamma: Other Builtins. - * gammaf: Other Builtins. - * gammal: Other Builtins. -@@ -25644,7 +25666,8 @@ - * hardware models and configurations, specifying: Submodel Options. - * hex floats: Hex Floats. - * hosted environment <1>: C Dialect Options. --* hosted environment: Standards. -+* hosted environment <2>: Standards. -+* hosted environment: C Dialect Options. - * hosted implementation: Standards. - * HPPA Options: HPPA Options. - * hypot: Other Builtins. -@@ -26062,8 +26085,8 @@ - * TMPDIR: Environment Variables. - * TMS320C3x/C4x Options: TMS320C3x/C4x Options. - * traditional C language: C Dialect Options. --* treelang <1>: Standards. --* treelang: G++ and GCC. -+* treelang <1>: G++ and GCC. -+* treelang: Standards. - * trunc: Other Builtins. - * truncf: Other Builtins. - * truncl: Other Builtins. -@@ -26149,208 +26172,209 @@ - - - Tag Table: --Node: Top2025 --Node: G++ and GCC3708 --Node: Standards5740 --Node: Invoking GCC12898 --Node: Option Summary16604 --Node: Overall Options40871 --Node: Invoking G++47992 --Node: C Dialect Options49606 --Node: C++ Dialect Options60284 --Node: Objective-C Dialect Options76618 --Node: Language Independent Options85683 --Node: Warning Options87468 --Node: Debugging Options125892 --Node: Optimize Options146873 --Node: Preprocessor Options199940 --Ref: Wtrigraphs203955 --Ref: dashMF208712 --Ref: fdollars-in-identifiers216542 --Node: Assembler Options224402 --Node: Link Options225097 --Ref: Link Options-Footnote-1233463 --Node: Directory Options233797 --Node: Spec Files238782 --Node: Target Options258138 --Node: Submodel Options259434 --Node: M680x0 Options261132 --Node: M68hc1x Options268168 --Node: VAX Options269718 --Node: SPARC Options270251 --Node: ARM Options281399 --Node: MN10300 Options293845 --Node: M32R/D Options294889 --Node: RS/6000 and PowerPC Options298476 --Node: Darwin Options322571 --Node: MIPS Options324654 --Node: i386 and x86-64 Options335872 --Node: HPPA Options353588 --Node: Intel 960 Options361468 --Node: DEC Alpha Options364408 --Node: DEC Alpha/VMS Options375875 --Node: H8/300 Options376249 --Node: SH Options377298 --Node: System V Options379652 --Node: TMS320C3x/C4x Options380467 --Node: V850 Options385976 --Node: ARC Options389105 --Node: NS32K Options390304 --Node: AVR Options394826 --Node: MCore Options396624 --Node: IA-64 Options397626 --Node: D30V Options400587 --Node: S/390 and zSeries Options401827 --Node: CRIS Options405151 --Node: MMIX Options409366 --Node: PDP-11 Options411831 --Node: Xstormy16 Options413653 --Node: FRV Options413926 --Node: Xtensa Options417871 --Node: Code Gen Options421691 --Node: Environment Variables437317 --Node: Precompiled Headers444956 --Node: Running Protoize450178 --Node: C Implementation456505 --Node: Translation implementation457436 --Node: Environment implementation457871 --Node: Identifiers implementation458161 --Node: Characters implementation458774 --Node: Integers implementation460631 --Node: Floating point implementation461586 --Node: Arrays and pointers implementation463435 --Ref: Arrays and pointers implementation-Footnote-1464736 --Node: Hints implementation464860 --Node: Structures unions enumerations and bit-fields implementation466299 --Node: Qualifiers implementation467108 --Node: Preprocessing directives implementation467419 --Node: Library functions implementation469218 --Node: Architecture implementation469540 --Node: Locale-specific behavior implementation470105 --Node: C Extensions470400 --Node: Statement Exprs474498 --Node: Local Labels477981 --Node: Labels as Values480951 --Ref: Labels as Values-Footnote-1482997 --Node: Nested Functions483180 --Node: Constructing Calls487053 --Node: Typeof489378 --Node: Lvalues492537 --Node: Conditionals495029 --Node: Long Long495913 --Node: Complex497406 --Node: Hex Floats499964 --Node: Zero Length500989 --Node: Empty Structures504271 --Node: Variable Length504677 --Node: Variadic Macros507434 --Node: Escaped Newlines509806 --Node: Subscripting510635 --Node: Pointer Arith511358 --Node: Initializers511916 --Node: Compound Literals512402 --Node: Designated Inits514554 --Node: Case Ranges518204 --Node: Cast to Union518877 --Node: Mixed Declarations519963 --Node: Function Attributes520459 --Node: Attribute Syntax551570 --Node: Function Prototypes562168 --Node: C++ Comments563954 --Node: Dollar Signs564463 --Node: Character Escapes564918 --Node: Alignment565202 --Node: Variable Attributes566509 --Node: Type Attributes579493 --Node: Inline592244 --Node: Extended Asm596939 --Node: Constraints615938 --Node: Simple Constraints616778 --Node: Multi-Alternative623283 --Node: Modifiers624986 --Node: Machine Constraints627514 --Node: Asm Labels649707 --Node: Explicit Reg Vars651378 --Node: Global Reg Vars652829 --Node: Local Reg Vars657365 --Node: Alternate Keywords659152 --Node: Incomplete Enums660570 --Node: Function Names661317 --Node: Return Address663512 --Node: Vector Extensions666295 --Node: Other Builtins669897 --Node: Target Builtins689931 --Node: Alpha Built-in Functions690485 --Node: ARM Built-in Functions693463 --Node: X86 Built-in Functions700156 --Node: PowerPC AltiVec Built-in Functions710541 --Node: Pragmas768338 --Node: ARM Pragmas768833 --Node: RS/6000 and PowerPC Pragmas769437 --Node: Darwin Pragmas770164 --Node: Solaris Pragmas771217 --Node: Tru64 Pragmas771777 --Node: Unnamed Fields772515 --Node: Thread-Local773598 --Node: C99 Thread-Local Edits775672 --Node: C++98 Thread-Local Edits777670 --Node: C++ Extensions781101 --Node: Min and Max782789 --Node: Volatiles784164 --Node: Restricted Pointers787522 --Node: Vague Linkage789108 --Node: C++ Interface792756 --Ref: C++ Interface-Footnote-1797828 --Node: Template Instantiation797965 --Node: Bound member functions805093 --Node: C++ Attributes806633 --Node: Strong Using808265 --Node: Offsetof809509 --Node: Java Exceptions810115 --Node: Deprecated Features811499 --Node: Backwards Compatibility813492 --Node: Objective-C814837 --Node: Executing code before main815414 --Node: What you can and what you cannot do in +load818037 --Node: Type encoding820192 --Node: Garbage Collection823427 --Node: Constant string objects826078 --Node: compatibility_alias828578 --Node: Compatibility829448 --Node: Gcov836011 --Node: Gcov Intro836477 --Node: Invoking Gcov839185 --Node: Gcov and Optimization850522 --Node: Gcov Data Files853167 --Node: Trouble854273 --Node: Actual Bugs855862 --Node: Cross-Compiler Problems856770 --Node: Interoperation858277 --Node: External Bugs868416 --Node: Incompatibilities869849 --Node: Fixed Headers878257 --Node: Standard Libraries880561 --Node: Disappointments881923 --Node: C++ Misunderstandings886414 --Node: Static Definitions887223 --Node: Name lookup888262 --Ref: Name lookup-Footnote-1893045 --Node: Temporaries893232 --Node: Copy Assignment895193 --Node: Protoize Caveats897006 --Node: Non-bugs900958 --Node: Warnings and Errors910823 --Node: Bugs912575 --Node: Bug Criteria913133 --Node: Bug Reporting915321 --Node: Service915699 --Node: Contributing916512 --Node: Funding917250 --Node: GNU Project919739 --Node: Copying920385 --Node: GNU Free Documentation License939561 --Node: Contributors961961 --Node: Option Index989480 --Node: Keyword Index1066223 -+Node: Top1986 -+Node: G++ and GCC3669 -+Node: Standards5701 -+Node: Invoking GCC12859 -+Node: Option Summary16565 -+Node: Overall Options40832 -+Node: Invoking G++47953 -+Node: C Dialect Options49567 -+Node: C++ Dialect Options60245 -+Node: Objective-C Dialect Options76579 -+Node: Language Independent Options85644 -+Node: Warning Options87429 -+Node: Debugging Options125853 -+Node: Optimize Options146834 -+Node: Preprocessor Options199901 -+Ref: Wtrigraphs203916 -+Ref: dashMF208673 -+Ref: fdollars-in-identifiers216503 -+Node: Assembler Options224363 -+Node: Link Options225058 -+Ref: Link Options-Footnote-1233424 -+Node: Directory Options233758 -+Node: Spec Files238743 -+Node: Target Options258099 -+Node: Submodel Options259395 -+Node: M680x0 Options261093 -+Node: M68hc1x Options268129 -+Node: VAX Options269679 -+Node: SPARC Options270212 -+Node: ARM Options281360 -+Node: MN10300 Options293806 -+Node: M32R/D Options294850 -+Node: RS/6000 and PowerPC Options298437 -+Node: Darwin Options322532 -+Node: MIPS Options324615 -+Node: i386 and x86-64 Options335833 -+Node: HPPA Options353549 -+Node: Intel 960 Options361429 -+Node: DEC Alpha Options364369 -+Node: DEC Alpha/VMS Options375836 -+Node: H8/300 Options376210 -+Node: SH Options377259 -+Node: System V Options379613 -+Node: TMS320C3x/C4x Options380428 -+Node: V850 Options385937 -+Node: ARC Options389066 -+Node: NS32K Options390265 -+Node: AVR Options394787 -+Node: MCore Options396585 -+Node: IA-64 Options397587 -+Node: D30V Options400548 -+Node: S/390 and zSeries Options401788 -+Node: CRIS Options405112 -+Node: MMIX Options409327 -+Node: PDP-11 Options411792 -+Node: Xstormy16 Options413614 -+Node: FRV Options413887 -+Node: Xtensa Options417832 -+Node: Code Gen Options421652 -+Node: Environment Variables437278 -+Node: Precompiled Headers444917 -+Node: Running Protoize450139 -+Node: C Implementation456466 -+Node: Translation implementation457397 -+Node: Environment implementation457832 -+Node: Identifiers implementation458122 -+Node: Characters implementation458735 -+Node: Integers implementation460592 -+Node: Floating point implementation461547 -+Node: Arrays and pointers implementation463396 -+Ref: Arrays and pointers implementation-Footnote-1464697 -+Node: Hints implementation464821 -+Node: Structures unions enumerations and bit-fields implementation466260 -+Node: Qualifiers implementation467069 -+Node: Preprocessing directives implementation467380 -+Node: Library functions implementation469179 -+Node: Architecture implementation469501 -+Node: Locale-specific behavior implementation470066 -+Node: C Extensions470361 -+Node: Statement Exprs474523 -+Node: Local Labels478006 -+Node: Labels as Values480976 -+Ref: Labels as Values-Footnote-1483022 -+Node: Nested Functions483205 -+Node: Constructing Calls487078 -+Node: Typeof489403 -+Node: Lvalues492562 -+Node: Conditionals495054 -+Node: Long Long495938 -+Node: Complex497431 -+Node: Hex Floats499989 -+Node: Zero Length501014 -+Node: Empty Structures504296 -+Node: Variable Length504702 -+Node: Variadic Macros507459 -+Node: Escaped Newlines509831 -+Node: Subscripting510660 -+Node: Pointer Arith511383 -+Node: Initializers511941 -+Node: Compound Literals512427 -+Node: Designated Inits514579 -+Node: Case Ranges518229 -+Node: Cast to Union518902 -+Node: Mixed Declarations519988 -+Node: Function Attributes520484 -+Node: Attribute Syntax551595 -+Node: Function Prototypes562193 -+Node: C++ Comments563979 -+Node: Dollar Signs564488 -+Node: Character Escapes564943 -+Node: Alignment565227 -+Node: Variable Attributes566534 -+Node: Type Attributes579518 -+Node: Inline592269 -+Node: Extended Asm596964 -+Node: Constraints615963 -+Node: Simple Constraints616803 -+Node: Multi-Alternative623308 -+Node: Modifiers625011 -+Node: Machine Constraints627539 -+Node: Asm Labels649732 -+Node: Explicit Reg Vars651403 -+Node: Global Reg Vars652854 -+Node: Local Reg Vars657390 -+Node: Alternate Keywords659177 -+Node: Incomplete Enums660595 -+Node: Function Names661342 -+Node: Return Address663537 -+Node: Vector Extensions666320 -+Node: Other Builtins669922 -+Node: Target Builtins689956 -+Node: Alpha Built-in Functions690510 -+Node: ARM Built-in Functions693488 -+Node: X86 Built-in Functions700181 -+Node: PowerPC AltiVec Built-in Functions710566 -+Node: Pragmas768363 -+Node: ARM Pragmas768858 -+Node: RS/6000 and PowerPC Pragmas769462 -+Node: Darwin Pragmas770189 -+Node: Solaris Pragmas771242 -+Node: Tru64 Pragmas771802 -+Node: Unnamed Fields772540 -+Node: Thread-Local773623 -+Node: C99 Thread-Local Edits775722 -+Node: C++98 Thread-Local Edits777720 -+Node: Binary constants781151 -+Node: C++ Extensions781719 -+Node: Min and Max783407 -+Node: Volatiles784782 -+Node: Restricted Pointers788140 -+Node: Vague Linkage789726 -+Node: C++ Interface793374 -+Ref: C++ Interface-Footnote-1798446 -+Node: Template Instantiation798583 -+Node: Bound member functions805711 -+Node: C++ Attributes807251 -+Node: Strong Using808883 -+Node: Offsetof810127 -+Node: Java Exceptions810733 -+Node: Deprecated Features812117 -+Node: Backwards Compatibility814110 -+Node: Objective-C815455 -+Node: Executing code before main816032 -+Node: What you can and what you cannot do in +load818655 -+Node: Type encoding820810 -+Node: Garbage Collection824045 -+Node: Constant string objects826696 -+Node: compatibility_alias829196 -+Node: Compatibility830066 -+Node: Gcov836629 -+Node: Gcov Intro837095 -+Node: Invoking Gcov839803 -+Node: Gcov and Optimization851140 -+Node: Gcov Data Files853785 -+Node: Trouble854891 -+Node: Actual Bugs856480 -+Node: Cross-Compiler Problems857388 -+Node: Interoperation858895 -+Node: External Bugs869034 -+Node: Incompatibilities870467 -+Node: Fixed Headers878875 -+Node: Standard Libraries881179 -+Node: Disappointments882541 -+Node: C++ Misunderstandings887032 -+Node: Static Definitions887841 -+Node: Name lookup888880 -+Ref: Name lookup-Footnote-1893663 -+Node: Temporaries893850 -+Node: Copy Assignment895811 -+Node: Protoize Caveats897624 -+Node: Non-bugs901576 -+Node: Warnings and Errors911441 -+Node: Bugs913193 -+Node: Bug Criteria913751 -+Node: Bug Reporting915939 -+Node: Service916317 -+Node: Contributing917130 -+Node: Funding917868 -+Node: GNU Project920357 -+Node: Copying921003 -+Node: GNU Free Documentation License940179 -+Node: Contributors962579 -+Node: Option Index990098 -+Node: Keyword Index1066841 - - End Tag Table diff --git a/devel/avr-gcc-3/files/patch-dwarfdebug b/devel/avr-gcc-3/files/patch-dwarfdebug deleted file mode 100644 index 4663f984f160..000000000000 --- a/devel/avr-gcc-3/files/patch-dwarfdebug +++ /dev/null @@ -1,8 +0,0 @@ ---- gcc/config/avr/avr.h.orig Tue Mar 9 03:59:55 2004 -+++ gcc/config/avr/avr.h Sun Jul 4 21:46:12 2004 -@@ -2479,4 +2479,5 @@ - /* zero register r1 */ - #define ZERO_REGNO 1 - -+#define DWARF2_DEBUGGING_INFO 1 - #define PREFERRED_DEBUGGING_TYPE DBX_DEBUG diff --git a/devel/avr-gcc-3/pkg-descr b/devel/avr-gcc-3/pkg-descr deleted file mode 100644 index 20bd66ecd2b8..000000000000 --- a/devel/avr-gcc-3/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -FSF gcc-3.x for Atmel AVR cross-development - -This brings the gcc compiler to the Atmel AVR 8-bit RISC family of -microcontrollers. - -Included is the basic C++ compiler, although this is only of limited -use without a libstdc++, and it is little tested. - -Supported debugging formats: -gstabs [default] and -gstabs -Locally hack added: recognizes 0bXXX binary constants - -WWW: http://gcc.gnu.org/ -WWW: http://www.nongnu.org/avr-libc/ diff --git a/devel/avr-gcc-3/pkg-plist b/devel/avr-gcc-3/pkg-plist deleted file mode 100644 index 330a95ab22d0..000000000000 --- a/devel/avr-gcc-3/pkg-plist +++ /dev/null @@ -1,62 +0,0 @@ -avr/bin/c++ -avr/bin/g++ -avr/bin/gcc -bin/avr-c++ -bin/avr-cpp -bin/avr-g++ -bin/avr-gcc -bin/avr-gcc-3.4.1 -bin/avr-gccbug -lib/gcc/avr/3.4.1/avr3/libgcc.a -lib/gcc/avr/3.4.1/avr3/libgcov.a -lib/gcc/avr/3.4.1/avr4/libgcc.a -lib/gcc/avr/3.4.1/avr4/libgcov.a -lib/gcc/avr/3.4.1/avr5/libgcc.a -lib/gcc/avr/3.4.1/avr5/libgcov.a -lib/gcc/avr/3.4.1/include/README -lib/gcc/avr/3.4.1/include/fixed -lib/gcc/avr/3.4.1/include/float.h -lib/gcc/avr/3.4.1/include/iso646.h -lib/gcc/avr/3.4.1/include/limits.h -lib/gcc/avr/3.4.1/include/stdarg.h -lib/gcc/avr/3.4.1/include/stdbool.h -lib/gcc/avr/3.4.1/include/stddef.h -lib/gcc/avr/3.4.1/include/syslimits.h -lib/gcc/avr/3.4.1/include/unwind.h -lib/gcc/avr/3.4.1/include/varargs.h -lib/gcc/avr/3.4.1/install-tools/gsyslimits.h -lib/gcc/avr/3.4.1/install-tools/include/README -lib/gcc/avr/3.4.1/install-tools/include/float.h -lib/gcc/avr/3.4.1/install-tools/include/iso646.h -lib/gcc/avr/3.4.1/install-tools/include/limits.h -lib/gcc/avr/3.4.1/install-tools/include/stdarg.h -lib/gcc/avr/3.4.1/install-tools/include/stdbool.h -lib/gcc/avr/3.4.1/install-tools/include/stddef.h -lib/gcc/avr/3.4.1/install-tools/include/unwind.h -lib/gcc/avr/3.4.1/install-tools/include/varargs.h -lib/gcc/avr/3.4.1/install-tools/mkheaders.conf -lib/gcc/avr/3.4.1/libgcc.a -lib/gcc/avr/3.4.1/libgcov.a -lib/gcc/avr/3.4.1/specs -libexec/gcc/avr/3.4.1/cc1 -libexec/gcc/avr/3.4.1/cc1plus -libexec/gcc/avr/3.4.1/collect2 -libexec/gcc/avr/3.4.1/install-tools/fix-header -libexec/gcc/avr/3.4.1/install-tools/fixinc.sh -libexec/gcc/avr/3.4.1/install-tools/fixincl -libexec/gcc/avr/3.4.1/install-tools/fixproto -libexec/gcc/avr/3.4.1/install-tools/mkheaders -libexec/gcc/avr/3.4.1/install-tools/mkinstalldirs -@dirrm lib/gcc/avr/3.4.1/avr3 -@dirrm lib/gcc/avr/3.4.1/avr4 -@dirrm lib/gcc/avr/3.4.1/avr5 -@dirrm lib/gcc/avr/3.4.1/include -@dirrm lib/gcc/avr/3.4.1/install-tools/include -@dirrm lib/gcc/avr/3.4.1/install-tools -@dirrm lib/gcc/avr/3.4.1 -@dirrm lib/gcc/avr -@dirrm lib/gcc -@dirrm libexec/gcc/avr/3.4.1/install-tools -@dirrm libexec/gcc/avr/3.4.1 -@dirrm libexec/gcc/avr -@dirrm libexec/gcc diff --git a/devel/bison175/Makefile b/devel/bison175/Makefile deleted file mode 100644 index b9e512330f17..000000000000 --- a/devel/bison175/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# Ports collection makefile for: bison -# Date created: 27 Mar 1999 -# Whom: Jerry Hicks -# -# $FreeBSD$ -# - -PORTNAME= bison -PORTVERSION= 1.75 -PORTREVISION= 2 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= A parser generator from FSF, (mostly) compatible with Yacc - -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 -RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -CONFLICTS= bison-1.8[0-9]* - -USE_BZIP2= yes -GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" \ - MAKEINFO="makeinfo --no-split" - -MAN1= bison.1 -INFO= bison - -.if defined(WITHOUT_NLS) -CONFIGURE_ARGS+= --disable-nls -PLIST_SUB+= NLS="@comment " -.else -USE_GETTEXT= yes -PLIST_SUB+= NLS="" -.endif - -.ifdef USE_BISON -.error You have `USE_BISON' variable defined either in environment or in make(1) arguments. Please undefine and try again. -.endif - -post-extract: - @${RM} -f ${WRKSRC}/doc/bison.info* - -.include <bsd.port.mk> diff --git a/devel/bison175/distinfo b/devel/bison175/distinfo deleted file mode 100644 index 0dd8a2877656..000000000000 --- a/devel/bison175/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (bison-1.75.tar.bz2) = dd88fe42e35d554c00af430a9342456a -SIZE (bison-1.75.tar.bz2) = 773106 diff --git a/devel/bison175/pkg-descr b/devel/bison175/pkg-descr deleted file mode 100644 index c968b052baf7..000000000000 --- a/devel/bison175/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -Bison is a tool used to write parsers, such as the parser for GNU cc. -It is similar to Yacc, which is included in the base FreeBSD system. - -The main difference between Bison and Yacc that I know of is that -Bison supports the @N construction, which gives you access to -the starting and ending line number and character number associated -with any of the symbols in the current rule. - -Also, Bison supports the command `%expect N' which says not to mention -the conflicts if there are N shift/reduce conflicts and no reduce/reduce -conflicts. - -The differences in the algorithms stem mainly from the horrible -kludges that Johnson had to perpetrate to make Yacc fit in a PDP-11. - -Also, Bison uses a faster but less space-efficient encoding for the -parse tables (see Corbett's PhD thesis from Berkeley, "Static -Semantics in Compiler Error Recovery", June 1985, Report No. UCB/CSD -85/251), and more modern technique for generating the lookahead sets. -(See "Efficient Construction of LALR(1) Lookahead Sets" by F. DeRemer -and A. Pennello, in ACM TOPLS Vol 4 No 4, October 1982. Their -technique is the standard one now.) diff --git a/devel/bison175/pkg-plist b/devel/bison175/pkg-plist deleted file mode 100644 index f1d3f5a225f8..000000000000 --- a/devel/bison175/pkg-plist +++ /dev/null @@ -1,23 +0,0 @@ -@comment $FreeBSD$ -bin/bison -%%DATADIR%%/c.m4 -%%DATADIR%%/glr.c -%%DATADIR%%/lalr1.cc -%%DATADIR%%/m4sugar/m4sugar.m4 -%%DATADIR%%/m4sugar/version.m4 -%%DATADIR%%/yacc.c -%%NLS%%share/locale/de/LC_MESSAGES/bison.mo -%%NLS%%share/locale/es/LC_MESSAGES/bison.mo -%%NLS%%share/locale/et/LC_MESSAGES/bison.mo -%%NLS%%share/locale/fr/LC_MESSAGES/bison.mo -%%NLS%%share/locale/hr/LC_MESSAGES/bison.mo -%%NLS%%share/locale/id/LC_MESSAGES/bison.mo -%%NLS%%share/locale/it/LC_MESSAGES/bison.mo -%%NLS%%share/locale/ja/LC_MESSAGES/bison.mo -%%NLS%%share/locale/nl/LC_MESSAGES/bison.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/bison.mo -%%NLS%%share/locale/ru/LC_MESSAGES/bison.mo -%%NLS%%share/locale/sv/LC_MESSAGES/bison.mo -%%NLS%%share/locale/tr/LC_MESSAGES/bison.mo -@dirrm %%DATADIR%%/m4sugar -@dirrm %%DATADIR%% diff --git a/devel/bison2/Makefile b/devel/bison2/Makefile deleted file mode 100644 index 39d5bb440cb3..000000000000 --- a/devel/bison2/Makefile +++ /dev/null @@ -1,52 +0,0 @@ -# Ports collection makefile for: bison -# Date created: 27 Mar 1999 -# Whom: Jerry Hicks -# -# $FreeBSD$ -# - -PORTNAME= bison -PORTVERSION= 1.875 -PORTREVISION= 4 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= seanc@FreeBSD.org -COMMENT= A parser generator from FSF, (mostly) compatible with Yacc - -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 -RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -CONFLICTS= bison-1.7[0-9]* - -NO_LATEST_LINK= yes -USE_BZIP2= yes -GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" \ - MAKEINFO="makeinfo --no-split" - -MAN1= bison.1 -INFO= bison - -.if defined(WITHOUT_NLS) -CONFIGURE_ARGS+= --disable-nls -PLIST_SUB+= NLS="@comment " -.else -USE_GETTEXT= yes -PLIST_SUB+= NLS="" -.endif - -.ifdef USE_BISON -.error You have `USE_BISON' variable defined either in environment or in make(1) arguments. Please undefine and try again. -.endif - -post-extract: - @${RM} -f ${WRKSRC}/doc/bison.info* - -post-install: - ${LN} -sf ${PREFIX}/bin/bison ${PREFIX}/bin/bison1875 - -.include <bsd.port.mk> diff --git a/devel/bison2/distinfo b/devel/bison2/distinfo deleted file mode 100644 index ff1e1c63113b..000000000000 --- a/devel/bison2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (bison-1.875.tar.bz2) = b7f8027b249ebd4dd0cc948943a71af0 -SIZE (bison-1.875.tar.bz2) = 814922 diff --git a/devel/bison2/files/patch-data::yacc.c b/devel/bison2/files/patch-data::yacc.c deleted file mode 100644 index d30764ae6230..000000000000 --- a/devel/bison2/files/patch-data::yacc.c +++ /dev/null @@ -1,48 +0,0 @@ ---- data/yacc.c.orig Sat Dec 28 00:36:02 2002 -+++ data/yacc.c Sun Dec 5 14:26:50 2004 -@@ -465,7 +465,13 @@ - - #define YYACCEPT goto yyacceptlab - #define YYABORT goto yyabortlab --#define YYERROR goto yyerrlab1 -+#define YYERROR ]b4_location_if([do \ -+ { \ -+ yylerrsp = ylap; \ -+ *++yylerrsp = yyloc; \ -+ goto yyerrlab1; \ -+ } while (0)], \ -+ [goto yyerrlab1])[ - - /* Like YYERROR except do call yyerror. This remains here temporarily - to ease the transition to the new meaning of YYERROR, for GCC. -@@ -1103,29 +1109,13 @@ - - /* Else will try to reuse lookahead token after shifting the error - token. */ -- goto yyerrlab2; -+ goto yyerrlab1; - - - /*----------------------------------------------------. - | yyerrlab1 -- error raised explicitly by an action. | - `----------------------------------------------------*/ - yyerrlab1: -- -- /* Suppress GCC warning that yyerrlab1 is unused when no action -- invokes YYERROR. */ --#if defined (__GNUC_MINOR__) && 2093 <= (__GNUC__ * 1000 + __GNUC_MINOR__) -- __attribute__ ((__unused__)) --#endif -- --]b4_location_if([ yylerrsp = yylsp; -- *++yylerrsp = yyloc;])[ -- goto yyerrlab2; -- -- --/*---------------------------------------------------------------. --| yyerrlab2 -- pop states until the error token can be shifted. | --`---------------------------------------------------------------*/ --yyerrlab2: - yyerrstatus = 3; /* Each real token shifted decrements this. */ - - for (;;) diff --git a/devel/bison2/pkg-descr b/devel/bison2/pkg-descr deleted file mode 100644 index c968b052baf7..000000000000 --- a/devel/bison2/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -Bison is a tool used to write parsers, such as the parser for GNU cc. -It is similar to Yacc, which is included in the base FreeBSD system. - -The main difference between Bison and Yacc that I know of is that -Bison supports the @N construction, which gives you access to -the starting and ending line number and character number associated -with any of the symbols in the current rule. - -Also, Bison supports the command `%expect N' which says not to mention -the conflicts if there are N shift/reduce conflicts and no reduce/reduce -conflicts. - -The differences in the algorithms stem mainly from the horrible -kludges that Johnson had to perpetrate to make Yacc fit in a PDP-11. - -Also, Bison uses a faster but less space-efficient encoding for the -parse tables (see Corbett's PhD thesis from Berkeley, "Static -Semantics in Compiler Error Recovery", June 1985, Report No. UCB/CSD -85/251), and more modern technique for generating the lookahead sets. -(See "Efficient Construction of LALR(1) Lookahead Sets" by F. DeRemer -and A. Pennello, in ACM TOPLS Vol 4 No 4, October 1982. Their -technique is the standard one now.) diff --git a/devel/bison2/pkg-plist b/devel/bison2/pkg-plist deleted file mode 100644 index 71e3b6972fff..000000000000 --- a/devel/bison2/pkg-plist +++ /dev/null @@ -1,27 +0,0 @@ -@comment $FreeBSD$ -bin/bison -bin/bison1875 -bin/yacc -lib/liby.a -%%DATADIR%%/c.m4 -%%DATADIR%%/glr.c -%%DATADIR%%/lalr1.cc -%%DATADIR%%/m4sugar/m4sugar.m4 -%%DATADIR%%/README -%%DATADIR%%/yacc.c -%%NLS%%share/locale/da/LC_MESSAGES/bison.mo -%%NLS%%share/locale/de/LC_MESSAGES/bison.mo -%%NLS%%share/locale/es/LC_MESSAGES/bison.mo -%%NLS%%share/locale/et/LC_MESSAGES/bison.mo -%%NLS%%share/locale/fr/LC_MESSAGES/bison.mo -%%NLS%%share/locale/hr/LC_MESSAGES/bison.mo -%%NLS%%share/locale/id/LC_MESSAGES/bison.mo -%%NLS%%share/locale/it/LC_MESSAGES/bison.mo -%%NLS%%share/locale/ja/LC_MESSAGES/bison.mo -%%NLS%%share/locale/nl/LC_MESSAGES/bison.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/bison.mo -%%NLS%%share/locale/ru/LC_MESSAGES/bison.mo -%%NLS%%share/locale/sv/LC_MESSAGES/bison.mo -%%NLS%%share/locale/tr/LC_MESSAGES/bison.mo -@dirrm %%DATADIR%%/m4sugar -@dirrm %%DATADIR%% diff --git a/devel/bison20/Makefile b/devel/bison20/Makefile deleted file mode 100644 index 39d5bb440cb3..000000000000 --- a/devel/bison20/Makefile +++ /dev/null @@ -1,52 +0,0 @@ -# Ports collection makefile for: bison -# Date created: 27 Mar 1999 -# Whom: Jerry Hicks -# -# $FreeBSD$ -# - -PORTNAME= bison -PORTVERSION= 1.875 -PORTREVISION= 4 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= seanc@FreeBSD.org -COMMENT= A parser generator from FSF, (mostly) compatible with Yacc - -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 -RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -CONFLICTS= bison-1.7[0-9]* - -NO_LATEST_LINK= yes -USE_BZIP2= yes -GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" \ - MAKEINFO="makeinfo --no-split" - -MAN1= bison.1 -INFO= bison - -.if defined(WITHOUT_NLS) -CONFIGURE_ARGS+= --disable-nls -PLIST_SUB+= NLS="@comment " -.else -USE_GETTEXT= yes -PLIST_SUB+= NLS="" -.endif - -.ifdef USE_BISON -.error You have `USE_BISON' variable defined either in environment or in make(1) arguments. Please undefine and try again. -.endif - -post-extract: - @${RM} -f ${WRKSRC}/doc/bison.info* - -post-install: - ${LN} -sf ${PREFIX}/bin/bison ${PREFIX}/bin/bison1875 - -.include <bsd.port.mk> diff --git a/devel/bison20/distinfo b/devel/bison20/distinfo deleted file mode 100644 index ff1e1c63113b..000000000000 --- a/devel/bison20/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (bison-1.875.tar.bz2) = b7f8027b249ebd4dd0cc948943a71af0 -SIZE (bison-1.875.tar.bz2) = 814922 diff --git a/devel/bison20/files/patch-data::yacc.c b/devel/bison20/files/patch-data::yacc.c deleted file mode 100644 index d30764ae6230..000000000000 --- a/devel/bison20/files/patch-data::yacc.c +++ /dev/null @@ -1,48 +0,0 @@ ---- data/yacc.c.orig Sat Dec 28 00:36:02 2002 -+++ data/yacc.c Sun Dec 5 14:26:50 2004 -@@ -465,7 +465,13 @@ - - #define YYACCEPT goto yyacceptlab - #define YYABORT goto yyabortlab --#define YYERROR goto yyerrlab1 -+#define YYERROR ]b4_location_if([do \ -+ { \ -+ yylerrsp = ylap; \ -+ *++yylerrsp = yyloc; \ -+ goto yyerrlab1; \ -+ } while (0)], \ -+ [goto yyerrlab1])[ - - /* Like YYERROR except do call yyerror. This remains here temporarily - to ease the transition to the new meaning of YYERROR, for GCC. -@@ -1103,29 +1109,13 @@ - - /* Else will try to reuse lookahead token after shifting the error - token. */ -- goto yyerrlab2; -+ goto yyerrlab1; - - - /*----------------------------------------------------. - | yyerrlab1 -- error raised explicitly by an action. | - `----------------------------------------------------*/ - yyerrlab1: -- -- /* Suppress GCC warning that yyerrlab1 is unused when no action -- invokes YYERROR. */ --#if defined (__GNUC_MINOR__) && 2093 <= (__GNUC__ * 1000 + __GNUC_MINOR__) -- __attribute__ ((__unused__)) --#endif -- --]b4_location_if([ yylerrsp = yylsp; -- *++yylerrsp = yyloc;])[ -- goto yyerrlab2; -- -- --/*---------------------------------------------------------------. --| yyerrlab2 -- pop states until the error token can be shifted. | --`---------------------------------------------------------------*/ --yyerrlab2: - yyerrstatus = 3; /* Each real token shifted decrements this. */ - - for (;;) diff --git a/devel/bison20/pkg-descr b/devel/bison20/pkg-descr deleted file mode 100644 index c968b052baf7..000000000000 --- a/devel/bison20/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -Bison is a tool used to write parsers, such as the parser for GNU cc. -It is similar to Yacc, which is included in the base FreeBSD system. - -The main difference between Bison and Yacc that I know of is that -Bison supports the @N construction, which gives you access to -the starting and ending line number and character number associated -with any of the symbols in the current rule. - -Also, Bison supports the command `%expect N' which says not to mention -the conflicts if there are N shift/reduce conflicts and no reduce/reduce -conflicts. - -The differences in the algorithms stem mainly from the horrible -kludges that Johnson had to perpetrate to make Yacc fit in a PDP-11. - -Also, Bison uses a faster but less space-efficient encoding for the -parse tables (see Corbett's PhD thesis from Berkeley, "Static -Semantics in Compiler Error Recovery", June 1985, Report No. UCB/CSD -85/251), and more modern technique for generating the lookahead sets. -(See "Efficient Construction of LALR(1) Lookahead Sets" by F. DeRemer -and A. Pennello, in ACM TOPLS Vol 4 No 4, October 1982. Their -technique is the standard one now.) diff --git a/devel/bison20/pkg-plist b/devel/bison20/pkg-plist deleted file mode 100644 index 71e3b6972fff..000000000000 --- a/devel/bison20/pkg-plist +++ /dev/null @@ -1,27 +0,0 @@ -@comment $FreeBSD$ -bin/bison -bin/bison1875 -bin/yacc -lib/liby.a -%%DATADIR%%/c.m4 -%%DATADIR%%/glr.c -%%DATADIR%%/lalr1.cc -%%DATADIR%%/m4sugar/m4sugar.m4 -%%DATADIR%%/README -%%DATADIR%%/yacc.c -%%NLS%%share/locale/da/LC_MESSAGES/bison.mo -%%NLS%%share/locale/de/LC_MESSAGES/bison.mo -%%NLS%%share/locale/es/LC_MESSAGES/bison.mo -%%NLS%%share/locale/et/LC_MESSAGES/bison.mo -%%NLS%%share/locale/fr/LC_MESSAGES/bison.mo -%%NLS%%share/locale/hr/LC_MESSAGES/bison.mo -%%NLS%%share/locale/id/LC_MESSAGES/bison.mo -%%NLS%%share/locale/it/LC_MESSAGES/bison.mo -%%NLS%%share/locale/ja/LC_MESSAGES/bison.mo -%%NLS%%share/locale/nl/LC_MESSAGES/bison.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/bison.mo -%%NLS%%share/locale/ru/LC_MESSAGES/bison.mo -%%NLS%%share/locale/sv/LC_MESSAGES/bison.mo -%%NLS%%share/locale/tr/LC_MESSAGES/bison.mo -@dirrm %%DATADIR%%/m4sugar -@dirrm %%DATADIR%% diff --git a/devel/bugzilla2/Makefile b/devel/bugzilla2/Makefile deleted file mode 100644 index e1fba4a40db9..000000000000 --- a/devel/bugzilla2/Makefile +++ /dev/null @@ -1,131 +0,0 @@ -# New ports collection makefile for: bugzilla -# Date created: 28 September 2001 -# Whom: Alexey Zelkin <phantom@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME?= bugzilla -PORTVERSION?= 2.16.7 -CATEGORIES?= devel -MASTER_SITES= ${MASTER_SITE_MOZILLA} -MASTER_SITE_SUBDIR= webtools webtools/archived - -MAINTAINER?= ports@FreeBSD.org -COMMENT?= Bug-tracking system developed by Mozilla Project - -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Mysql.pm:${PORTSDIR}/databases/p5-Mysql \ - ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate \ - ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \ - ${SITE_PERL}/Text/Wrap.pm:${PORTSDIR}/textproc/p5-Text-Tabs+Wrap - -.if !defined(WITHOUT_BUG_CHARTING_MODULES) -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \ - ${SITE_PERL}/Chart/Base.pm:${PORTSDIR}/graphics/p5-chart -.endif - -.if defined(WITH_BUG_MAILING_MODULES) -RUN_DEPENDS+= ${SITE_PERL}/MIME/Parser.pm:${PORTSDIR}/mail/p5-MIME-Tools -.endif - -.if defined(WITH_BUG_EXPORT_AND_IMPORT) -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser -.endif - -CONFLICTS?= ja-bugzilla-2.* - -.if defined(WITH_CONTRIB) -PLIST_SUB+= CONTRIB="" -.else -PLIST_SUB+= CONTRIB="@comment " -.endif - -USE_REINPLACE= yes - -NO_BUILD= yes -BINMODE= 700 -PKGMESSAGE= ${WRKDIR}/pkg-message - -BUGZILLADIR?= www/data/bugzilla -BUGZILLADOCS= html images txt rel_notes.txt -BONSAIPERLWC= *.cgi *.pl *.pm processmail syncshadowdb contrib/*.pl -SENDMAILWC= *.pl *.pm processmail contrib/*.pl - -PLIST_SUB+= BUGZILLADIR=${BUGZILLADIR} - -pre-everything:: - @${ECHO_MSG} "" - @${ECHO_MSG} "You may use the following options:" - @${ECHO_MSG} "" - @${ECHO_MSG} " WITHOUT_BUG_CHARTING_MODULES do not install perl modules required for bug" - @${ECHO_MSG} " charting support" - @${ECHO_MSG} "" - @${ECHO_MSG} " WITH_BUG_MAILING_MODULES install perl modules required for bug mailing" - @${ECHO_MSG} " support (contrib/bug_email.pl) interface" - @${ECHO_MSG} "" - @${ECHO_MSG} " WITH_BUG_EXPORT_AND_IMPORT install perl modules required for bug" - @${ECHO_MSG} " export/import feature to move bugs to or from" - @${ECHO_MSG} " other bugzilla installations" - @${ECHO_MSG} "" - @${ECHO_MSG} " WITH_CONTRIB to install various user-contributed scripts," - @${ECHO_MSG} " e.g. to import bugs from other databases, to" - @${ECHO_MSG} " allow follow-ups/submissions by e-mail etc." - @${ECHO_MSG} "" - -post-patch: - @${FIND} -d ${WRKSRC} -name CVS -type d -exec ${RM} -rf {} \; - @${FIND} -d ${WRKSRC} -name sgml -type d -exec ${RM} -rf {} \; - @${FIND} ${WRKSRC} -name .cvsignore -type f -exec ${RM} -f {} \; - @${FIND} ${WRKSRC} -name README.docs -type f -exec ${RM} -f {} \; - @${FIND} ${WRKSRC} -name \*.orig -type f -exec ${RM} -f {} \; -.for i in ${BONSAIPERLWC} - @${REINPLACE_CMD} -e 's@#!/usr/bonsaitools/bin/perl@#!/usr/bin/perl@' \ - ${WRKSRC}/$i -.endfor -.for i in ${SENDMAILWC} - @${REINPLACE_CMD} -e 's@/usr/lib/sendmail@/usr/sbin/sendmail@' \ - ${WRKSRC}/$i -.endfor - @${FIND} ${WRKSRC} -name \*.bak -type f -exec ${RM} -f {} \; - -pre-install: - @${FIND} ${WRKSRC}/docs -type d -exec ${CHMOD} 755 {} \; - @${FIND} ${WRKSRC}/docs -type f -exec ${CHMOD} ${MANMODE} {} \; - @${FIND} ${WRKSRC}/docs -type f -exec ${CHOWN} root:wheel {} \; - -do-install: - ${MKDIR} ${PREFIX}/${BUGZILLADIR} - ${FIND} ${WRKSRC} \! -type d -maxdepth 1 \! -name UPGRADING* -exec \ - ${INSTALL_SCRIPT} {} ${PREFIX}/${BUGZILLADIR} \; - ${TAR} -C ${WRKSRC} -cf - template css | ${TAR} --unlink -C ${PREFIX}/${BUGZILLADIR} -xf - -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${TAR} -C ${WRKSRC}/docs -cf - . | ${TAR} --unlink -C ${DOCSDIR} -xf - -.endif -.if defined(WITH_CONTRIB) - ${MKDIR} ${PREFIX}/${BUGZILLADIR}/contrib ${PREFIX}/${BUGZILLADIR}/contrib/cmdline - cd ${WRKSRC}/contrib; ${INSTALL_SCRIPT} BugzillaEmail.pm bug_email.pl \ - bugzilla_email_append.pl cvs-update.sh gnats2bz.pl jb2bz.py \ - mysqld-watcher.pl yp_nomail.sh ${PREFIX}/${BUGZILLADIR}/contrib - cd ${WRKSRC}/contrib/cmdline; ${INSTALL_SCRIPT} buglist bugs \ - query.conf ${PREFIX}/${BUGZILLADIR}/contrib/cmdline -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR}/contrib - cd ${WRKSRC}/contrib; ${INSTALL_DATA} README README.Mailif \ - bugmail_help.html bugzilla.procmailrc ${DOCSDIR}/contrib -.endif -.endif - -post-install: - @${SED} -e "s:%%PREFIX%%:${PREFIX}:g" \ - -e "s:%%BUGZILLADIR%%:${BUGZILLADIR}:g" \ - -e "s:%%PORTDOCS%%:${PORTDOCS}:g" \ - -e "s:%%DOCSDIR%%:${DOCSDIR}:g" \ - ${MASTERDIR}/pkg-message >${PKGMESSAGE} -.if !defined(BATCH) - @${ECHO_MSG} - @${CAT} ${PKGMESSAGE} - @${ECHO_MSG} -.endif - -.include <bsd.port.mk> diff --git a/devel/bugzilla2/distinfo b/devel/bugzilla2/distinfo deleted file mode 100644 index 4bea4993636b..000000000000 --- a/devel/bugzilla2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (bugzilla-2.16.7.tar.gz) = ee4c92bfd940521cc68ea91917f9f0dd -SIZE (bugzilla-2.16.7.tar.gz) = 1368799 diff --git a/devel/bugzilla2/files/patch-checksetup.pl b/devel/bugzilla2/files/patch-checksetup.pl deleted file mode 100644 index 2beed10bacaf..000000000000 --- a/devel/bugzilla2/files/patch-checksetup.pl +++ /dev/null @@ -1,11 +0,0 @@ ---- checksetup.pl~ Fri Apr 16 02:48:51 2004 -+++ checksetup.pl Thu Jul 15 23:37:09 2004 -@@ -399,7 +399,7 @@ - # and you cannot set this up any other way. YOU HAVE BEEN WARNED. - # If you set this to anything besides "", you will need to run checksetup.pl - # as root, or as a user who is a member of the specified group. --$webservergroup = "apache"; -+$webservergroup = "nogroup"; - '); - - diff --git a/devel/bugzilla2/files/patch-runtests.sh b/devel/bugzilla2/files/patch-runtests.sh deleted file mode 100644 index 5ccf3dbeeef0..000000000000 --- a/devel/bugzilla2/files/patch-runtests.sh +++ /dev/null @@ -1,8 +0,0 @@ ---- runtests.sh~ Tue Jan 8 12:58:39 2002 -+++ runtests.sh Tue Jan 8 12:58:47 2002 -@@ -9,4 +9,4 @@ - fi - done - --/usr/bonsaitools/bin/perl -e "${PART1}${TEST_VERBOSE}${PART2}" t/*.t -+/usr/bin/perl -e "${PART1}${TEST_VERBOSE}${PART2}" t/*.t diff --git a/devel/bugzilla2/files/patch-t-002goodperl.t b/devel/bugzilla2/files/patch-t-002goodperl.t deleted file mode 100644 index cf9fe9e930ce..000000000000 --- a/devel/bugzilla2/files/patch-t-002goodperl.t +++ /dev/null @@ -1,11 +0,0 @@ ---- t/002goodperl.t~ Mon Feb 3 20:29:23 2003 -+++ t/002goodperl.t Mon Feb 3 20:29:37 2003 -@@ -60,7 +60,7 @@ - $file =~ m/.*\.(.*)/; - my $ext = $1; - -- if ($file_line1 !~ /\/usr\/bonsaitools\/bin\/perl/) { -+ if ($file_line1 !~ /\/usr\/bin\/perl/) { - ok(1,"$file does not have a shebang"); - } else { - my $flags; diff --git a/devel/bugzilla2/pkg-descr b/devel/bugzilla2/pkg-descr deleted file mode 100644 index f4b9cfcf388e..000000000000 --- a/devel/bugzilla2/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -Bugzilla is one example of a class of programs called "Defect Tracking -Systems", or, more commonly, "Bug-Tracking Systems". Defect Tracking -Systems allow individual or groups of developers to keep track of -outstanding bugs in their product effectively. - -Bugzilla has matured immensely, and now boasts many advanced features. -These include: - - * integrated, product-based granular security schema - * inter-bug dependencies and dependency graphing - * advanced reporting capabilities - * a robust, stable RDBMS back-end - * extensive configurability - * a very well-understood and well-thought-out natural bug resolution - protocol - * email, XML, console, and HTTP APIs - * available integration with automated software configuration - management systems, including Perforce and CVS (through the - Bugzilla email interface and checkin/checkout scripts) - * too many more features to list - -WWW: http://www.mozilla.org/projects/bugzilla/ diff --git a/devel/bugzilla2/pkg-message b/devel/bugzilla2/pkg-message deleted file mode 100644 index 0474ba8f11ec..000000000000 --- a/devel/bugzilla2/pkg-message +++ /dev/null @@ -1,23 +0,0 @@ -========================================================================== - Bugzilla has now been installed. To quick setup you have to: - - 1. Create database user who has rights on bugs database manipulation - by following mysql commands: - - GRANT SELECT,INSERT,UPDATE,DELETE,INDEX,ALTER,CREATE,DROP,REFERENCES,\ - LOCK TABLES ON <database>.* TO <dbuser>@<host> \ - IDENTIFIED BY '<password>'; - FLUSH PRIVILEGES; - - where <database> is a bugs database name; <dbuser> is a bugs database - owner; <host> is a host there bugzilla is being setup; - <password> is a database owner's password; - - 2. Change working directory to %%PREFIX%%/%%BUGZILLADIR%% - 3. Run "./checksetup.pl" script as root user - 4. Read output carefully and follow all instructions - - For more complete database setup and post-installation instructions - and security tips/notes please read Bugzilla Guide in - %%PORTDOCS%%%%DOCSDIR%% (chapter 4: Installation) -========================================================================== diff --git a/devel/bugzilla2/pkg-plist b/devel/bugzilla2/pkg-plist deleted file mode 100644 index b5557cad826a..000000000000 --- a/devel/bugzilla2/pkg-plist +++ /dev/null @@ -1,286 +0,0 @@ -%%PORTDOCS%%%%DOCSDIR%%/html/about.html -%%PORTDOCS%%%%DOCSDIR%%/html/administration.html -%%PORTDOCS%%%%DOCSDIR%%/html/Bugzilla-Guide.html -%%PORTDOCS%%%%DOCSDIR%%/html/cmdline.html -%%PORTDOCS%%%%DOCSDIR%%/html/conventions.html -%%PORTDOCS%%%%DOCSDIR%%/html/copyright.html -%%PORTDOCS%%%%DOCSDIR%%/html/credits.html -%%PORTDOCS%%%%DOCSDIR%%/html/cust-templates.html -%%PORTDOCS%%%%DOCSDIR%%/html/database.html -%%PORTDOCS%%%%DOCSDIR%%/html/dbdoc.html -%%PORTDOCS%%%%DOCSDIR%%/html/dbschema.html -%%PORTDOCS%%%%DOCSDIR%%/html/disclaimer.html -%%PORTDOCS%%%%DOCSDIR%%/html/extraconfig.html -%%PORTDOCS%%%%DOCSDIR%%/html/faq.html -%%PORTDOCS%%%%DOCSDIR%%/html/gfdl-0.html -%%PORTDOCS%%%%DOCSDIR%%/html/gfdl-1.html -%%PORTDOCS%%%%DOCSDIR%%/html/gfdl-10.html -%%PORTDOCS%%%%DOCSDIR%%/html/gfdl-2.html -%%PORTDOCS%%%%DOCSDIR%%/html/gfdl-3.html -%%PORTDOCS%%%%DOCSDIR%%/html/gfdl-4.html -%%PORTDOCS%%%%DOCSDIR%%/html/gfdl-5.html -%%PORTDOCS%%%%DOCSDIR%%/html/gfdl-6.html -%%PORTDOCS%%%%DOCSDIR%%/html/gfdl-7.html -%%PORTDOCS%%%%DOCSDIR%%/html/gfdl-8.html -%%PORTDOCS%%%%DOCSDIR%%/html/gfdl-9.html -%%PORTDOCS%%%%DOCSDIR%%/html/gfdl-howto.html -%%PORTDOCS%%%%DOCSDIR%%/html/gfdl.html -%%PORTDOCS%%%%DOCSDIR%%/html/glossary.html -%%PORTDOCS%%%%DOCSDIR%%/html/groups.html -%%PORTDOCS%%%%DOCSDIR%%/html/hintsandtips.html -%%PORTDOCS%%%%DOCSDIR%%/html/how.html -%%PORTDOCS%%%%DOCSDIR%%/html/index.html -%%PORTDOCS%%%%DOCSDIR%%/html/installation.html -%%PORTDOCS%%%%DOCSDIR%%/html/integration.html -%%PORTDOCS%%%%DOCSDIR%%/html/introduction.html -%%PORTDOCS%%%%DOCSDIR%%/html/newversions.html -%%PORTDOCS%%%%DOCSDIR%%/html/nonroot.html -%%PORTDOCS%%%%DOCSDIR%%/html/osx.html -%%PORTDOCS%%%%DOCSDIR%%/html/parameters.html -%%PORTDOCS%%%%DOCSDIR%%/html/patches.html -%%PORTDOCS%%%%DOCSDIR%%/html/programadmin.html -%%PORTDOCS%%%%DOCSDIR%%/html/rewrite.html -%%PORTDOCS%%%%DOCSDIR%%/html/security.html -%%PORTDOCS%%%%DOCSDIR%%/html/stepbystep.html -%%PORTDOCS%%%%DOCSDIR%%/html/troubleshooting.html -%%PORTDOCS%%%%DOCSDIR%%/html/upgrading.html -%%PORTDOCS%%%%DOCSDIR%%/html/useradmin.html -%%PORTDOCS%%%%DOCSDIR%%/html/userpreferences.html -%%PORTDOCS%%%%DOCSDIR%%/html/using.html -%%PORTDOCS%%%%DOCSDIR%%/html/variant-fenris.html -%%PORTDOCS%%%%DOCSDIR%%/html/variant-scarab.html -%%PORTDOCS%%%%DOCSDIR%%/html/voting.html -%%PORTDOCS%%%%DOCSDIR%%/html/variant-issuezilla.html -%%PORTDOCS%%%%DOCSDIR%%/html/variant-perforce.html -%%PORTDOCS%%%%DOCSDIR%%/html/variant-redhat.html -%%PORTDOCS%%%%DOCSDIR%%/html/variant-sourceforge.html -%%PORTDOCS%%%%DOCSDIR%%/html/variants.html -%%PORTDOCS%%%%DOCSDIR%%/html/whatis.html -%%PORTDOCS%%%%DOCSDIR%%/html/why.html -%%PORTDOCS%%%%DOCSDIR%%/html/win32.html -%%PORTDOCS%%%%DOCSDIR%%/images/caution.gif -%%PORTDOCS%%%%DOCSDIR%%/images/dbschema.jpg -%%PORTDOCS%%%%DOCSDIR%%/images/dbschema.ps -%%PORTDOCS%%%%DOCSDIR%%/images/note.gif -%%PORTDOCS%%%%DOCSDIR%%/images/tip.gif -%%PORTDOCS%%%%DOCSDIR%%/images/warning.gif -%%PORTDOCS%%%%DOCSDIR%%/makedocs.pl -%%PORTDOCS%%%%DOCSDIR%%/pdf/Bugzilla-Guide.pdf -%%PORTDOCS%%%%DOCSDIR%%/rel_notes.txt -%%PORTDOCS%%%%DOCSDIR%%/txt/Bugzilla-Guide.txt -%%PORTDOCS%%%%DOCSDIR%%/xml/Bugzilla-Guide.xml -%%PORTDOCS%%%%DOCSDIR%%/xml/about.xml -%%PORTDOCS%%%%DOCSDIR%%/xml/administration.xml -%%PORTDOCS%%%%DOCSDIR%%/xml/conventions.xml -%%PORTDOCS%%%%DOCSDIR%%/xml/database.xml -%%PORTDOCS%%%%DOCSDIR%%/xml/dbschema.mysql -%%PORTDOCS%%%%DOCSDIR%%/xml/faq.xml -%%PORTDOCS%%%%DOCSDIR%%/xml/filetemp.patch -%%PORTDOCS%%%%DOCSDIR%%/xml/gd-makefile.patch -%%PORTDOCS%%%%DOCSDIR%%/xml/gfdl.xml -%%PORTDOCS%%%%DOCSDIR%%/xml/glossary.xml -%%PORTDOCS%%%%DOCSDIR%%/xml/index.xml -%%PORTDOCS%%%%DOCSDIR%%/xml/installation.xml -%%PORTDOCS%%%%DOCSDIR%%/xml/integration.xml -%%PORTDOCS%%%%DOCSDIR%%/xml/introduction.xml -%%PORTDOCS%%%%DOCSDIR%%/xml/patches.xml -%%PORTDOCS%%%%DOCSDIR%%/xml/using.xml -%%PORTDOCS%%%%DOCSDIR%%/xml/variants.xml -%%PORTDOCS%%%%CONTRIB%%%%DOCSDIR%%/contrib/README -%%PORTDOCS%%%%CONTRIB%%%%DOCSDIR%%/contrib/README.Mailif -%%PORTDOCS%%%%CONTRIB%%%%DOCSDIR%%/contrib/bugmail_help.html -%%PORTDOCS%%%%CONTRIB%%%%DOCSDIR%%/contrib/bugzilla.procmailrc -%%CONTRIB%%%%BUGZILLADIR%%/contrib/BugzillaEmail.pm -%%CONTRIB%%%%BUGZILLADIR%%/contrib/bug_email.pl -%%CONTRIB%%%%BUGZILLADIR%%/contrib/bugzilla_email_append.pl -%%CONTRIB%%%%BUGZILLADIR%%/contrib/cvs-update.sh -%%CONTRIB%%%%BUGZILLADIR%%/contrib/gnats2bz.pl -%%CONTRIB%%%%BUGZILLADIR%%/contrib/jb2bz.py -%%CONTRIB%%%%BUGZILLADIR%%/contrib/mysqld-watcher.pl -%%CONTRIB%%%%BUGZILLADIR%%/contrib/yp_nomail.sh -%%CONTRIB%%%%BUGZILLADIR%%/contrib/cmdline/buglist -%%CONTRIB%%%%BUGZILLADIR%%/contrib/cmdline/bugs -%%CONTRIB%%%%BUGZILLADIR%%/contrib/cmdline/query.conf -%%BUGZILLADIR%%/buglist.cgi -%%BUGZILLADIR%%/1x1.gif -%%BUGZILLADIR%%/ant.jpg -%%BUGZILLADIR%%/attachment.cgi -%%BUGZILLADIR%%/Attachment.pm -%%BUGZILLADIR%%/Bug.pm -%%BUGZILLADIR%%/bug_form.pl -%%BUGZILLADIR%%/bug_status.html -%%BUGZILLADIR%%/bugwritinghelp.html -%%BUGZILLADIR%%/bugzilla.dtd -%%BUGZILLADIR%%/CGI.pl -%%BUGZILLADIR%%/changepassword.cgi -%%BUGZILLADIR%%/checksetup.pl -%%BUGZILLADIR%%/colchange.cgi -%%BUGZILLADIR%%/collectstats.pl -%%BUGZILLADIR%%/confirmhelp.html -%%BUGZILLADIR%%/createaccount.cgi -%%BUGZILLADIR%%/defparams.pl -%%BUGZILLADIR%%/describecomponents.cgi -%%BUGZILLADIR%%/describekeywords.cgi -%%BUGZILLADIR%%/move.pl -%%BUGZILLADIR%%/doeditparams.cgi -%%BUGZILLADIR%%/duplicates.cgi -%%BUGZILLADIR%%/editattachstatuses.cgi -%%BUGZILLADIR%%/editcomponents.cgi -%%BUGZILLADIR%%/editgroups.cgi -%%BUGZILLADIR%%/editkeywords.cgi -%%BUGZILLADIR%%/editmilestones.cgi -%%BUGZILLADIR%%/editparams.cgi -%%BUGZILLADIR%%/editproducts.cgi -%%BUGZILLADIR%%/editusers.cgi -%%BUGZILLADIR%%/editversions.cgi -%%BUGZILLADIR%%/enter_bug.cgi -%%BUGZILLADIR%%/globals.pl -%%BUGZILLADIR%%/help.html -%%BUGZILLADIR%%/helpemailquery.html -%%BUGZILLADIR%%/how_to_mail.html -%%BUGZILLADIR%%/importxml.pl -%%BUGZILLADIR%%/index.cgi -%%BUGZILLADIR%%/localconfig.js -%%BUGZILLADIR%%/long_list.cgi -%%BUGZILLADIR%%/notargetmilestone.html -%%BUGZILLADIR%%/post_bug.cgi -%%BUGZILLADIR%%/process_bug.cgi -%%BUGZILLADIR%%/processmail -%%BUGZILLADIR%%/queryhelp.cgi -%%BUGZILLADIR%%/quicksearch.html -%%BUGZILLADIR%%/quicksearch.js -%%BUGZILLADIR%%/quicksearchhack.html -%%BUGZILLADIR%%/quips.cgi -%%BUGZILLADIR%%/README -%%BUGZILLADIR%%/RelationSet.pm -%%BUGZILLADIR%%/relogin.cgi -%%BUGZILLADIR%%/reports.cgi -%%BUGZILLADIR%%/robots.txt -%%BUGZILLADIR%%/runtests.pl -%%BUGZILLADIR%%/runtests.sh -%%BUGZILLADIR%%/sanitycheck.cgi -%%BUGZILLADIR%%/show_activity.cgi -%%BUGZILLADIR%%/show_bug.cgi -%%BUGZILLADIR%%/showattachment.cgi -%%BUGZILLADIR%%/showdependencygraph.cgi -%%BUGZILLADIR%%/sidebar.cgi -%%BUGZILLADIR%%/showdependencytree.cgi -%%BUGZILLADIR%%/syncshadowdb -%%BUGZILLADIR%%/token.cgi -%%BUGZILLADIR%%/Token.pm -%%BUGZILLADIR%%/userprefs.cgi -%%BUGZILLADIR%%/votehelp.html -%%BUGZILLADIR%%/votes.cgi -%%BUGZILLADIR%%/whineatnews.pl -%%BUGZILLADIR%%/xml.cgi -%%BUGZILLADIR%%/query.cgi -%%BUGZILLADIR%%/template/en/default/account/cancel-token.txt.tmpl -%%BUGZILLADIR%%/template/en/default/account/create.html.tmpl -%%BUGZILLADIR%%/template/en/default/account/created.html.tmpl -%%BUGZILLADIR%%/template/en/default/account/email/change-new.txt.tmpl -%%BUGZILLADIR%%/template/en/default/account/email/change-old.txt.tmpl -%%BUGZILLADIR%%/template/en/default/account/email/confirm.html.tmpl -%%BUGZILLADIR%%/template/en/default/account/exists.html.tmpl -%%BUGZILLADIR%%/template/en/default/account/password/forgotten-password.txt.tmpl -%%BUGZILLADIR%%/template/en/default/account/password/set-forgotten-password.html.tmpl -%%BUGZILLADIR%%/template/en/default/account/prefs/account.html.tmpl -%%BUGZILLADIR%%/template/en/default/account/prefs/email.html.tmpl -%%BUGZILLADIR%%/template/en/default/account/prefs/footer.html.tmpl -%%BUGZILLADIR%%/template/en/default/account/prefs/permissions.html.tmpl -%%BUGZILLADIR%%/template/en/default/account/prefs/prefs.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/attachstatus/create.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/attachstatus/delete.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/attachstatus/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/attachstatus/list.html.tmpl -%%BUGZILLADIR%%/template/en/default/attachment/content-types.html.tmpl -%%BUGZILLADIR%%/template/en/default/attachment/create.html.tmpl -%%BUGZILLADIR%%/template/en/default/attachment/created.html.tmpl -%%BUGZILLADIR%%/template/en/default/attachment/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/attachment/list.html.tmpl -%%BUGZILLADIR%%/template/en/default/attachment/show-multiple.html.tmpl -%%BUGZILLADIR%%/template/en/default/attachment/updated.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/activity/show.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/activity/table.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/choose-xml.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/choose.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/comments.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/create/comment.txt.tmpl -%%BUGZILLADIR%%/template/en/default/bug/create/create.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/create/created.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/create/make-template.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/create/user-message.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/dependency-graph.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/dependency-tree.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/navigate.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/process/confirm-duplicate.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/process/midair.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/process/next.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/process/results.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/process/verify-new-product.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/show-multiple.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/votes/delete-all.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/votes/list-for-bug.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/votes/list-for-user.html.tmpl -%%BUGZILLADIR%%/template/en/default/filterexceptions.pl -%%BUGZILLADIR%%/template/en/default/global/banner.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/choose-product.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/code-error.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/footer.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/header.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/hidden-fields.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/message.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/select-menu.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/useful-links.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/user-error.html.tmpl -%%BUGZILLADIR%%/template/en/default/index.html.tmpl -%%BUGZILLADIR%%/template/en/default/list/change-columns.html.tmpl -%%BUGZILLADIR%%/template/en/default/list/edit-multiple.html.tmpl -%%BUGZILLADIR%%/template/en/default/list/list-rdf.rdf.tmpl -%%BUGZILLADIR%%/template/en/default/list/list-simple.html.tmpl -%%BUGZILLADIR%%/template/en/default/list/list.html.tmpl -%%BUGZILLADIR%%/template/en/default/list/quips.html.tmpl -%%BUGZILLADIR%%/template/en/default/list/server-push.html.tmpl -%%BUGZILLADIR%%/template/en/default/list/table.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/components.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/duplicates-simple.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/duplicates-table.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/duplicates.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/keywords.html.tmpl -%%BUGZILLADIR%%/template/en/default/search/boolean-charts.html.tmpl -%%BUGZILLADIR%%/template/en/default/search/form.html.tmpl -%%BUGZILLADIR%%/template/en/default/search/knob.html.tmpl -%%BUGZILLADIR%%/template/en/default/search/search.html.tmpl -%%BUGZILLADIR%%/template/en/default/sidebar.xul.tmpl -%%BUGZILLADIR%%/css/buglist.css -%%BUGZILLADIR%%/css/panel.css -%%CONTRIB%%@dirrm %%BUGZILLADIR%%/contrib/cmdline -%%CONTRIB%%@dirrm %%BUGZILLADIR%%/contrib -@dirrm %%BUGZILLADIR%%/template/en/default/account/email -@dirrm %%BUGZILLADIR%%/template/en/default/account/password -@dirrm %%BUGZILLADIR%%/template/en/default/account/prefs -@dirrm %%BUGZILLADIR%%/template/en/default/account -@dirrm %%BUGZILLADIR%%/template/en/default/admin/attachstatus -@dirrm %%BUGZILLADIR%%/template/en/default/admin -@dirrm %%BUGZILLADIR%%/template/en/default/attachment -@dirrm %%BUGZILLADIR%%/template/en/default/bug/activity -@dirrm %%BUGZILLADIR%%/template/en/default/bug/create -@dirrm %%BUGZILLADIR%%/template/en/default/bug/process -@dirrm %%BUGZILLADIR%%/template/en/default/bug/votes -@dirrm %%BUGZILLADIR%%/template/en/default/bug -@dirrm %%BUGZILLADIR%%/template/en/default/global -@dirrm %%BUGZILLADIR%%/template/en/default/list -@dirrm %%BUGZILLADIR%%/template/en/default/reports -@dirrm %%BUGZILLADIR%%/template/en/default/search -@dirrm %%BUGZILLADIR%%/template/en/default -@dirrm %%BUGZILLADIR%%/template/en -@dirrm %%BUGZILLADIR%%/template -@dirrm %%BUGZILLADIR%%/css -@dirrm %%BUGZILLADIR%% -%%PORTDOCS%%%%CONTRIB%%@dirrm %%DOCSDIR%%/contrib -%%PORTDOCS%%@dirrm %%DOCSDIR%%/xml -%%PORTDOCS%%@dirrm %%DOCSDIR%%/txt -%%PORTDOCS%%@dirrm %%DOCSDIR%%/pdf -%%PORTDOCS%%@dirrm %%DOCSDIR%%/images -%%PORTDOCS%%@dirrm %%DOCSDIR%%/html -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/devel/bugzilla3/Makefile b/devel/bugzilla3/Makefile deleted file mode 100644 index e1fba4a40db9..000000000000 --- a/devel/bugzilla3/Makefile +++ /dev/null @@ -1,131 +0,0 @@ -# New ports collection makefile for: bugzilla -# Date created: 28 September 2001 -# Whom: Alexey Zelkin <phantom@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME?= bugzilla -PORTVERSION?= 2.16.7 -CATEGORIES?= devel -MASTER_SITES= ${MASTER_SITE_MOZILLA} -MASTER_SITE_SUBDIR= webtools webtools/archived - -MAINTAINER?= ports@FreeBSD.org -COMMENT?= Bug-tracking system developed by Mozilla Project - -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Mysql.pm:${PORTSDIR}/databases/p5-Mysql \ - ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate \ - ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \ - ${SITE_PERL}/Text/Wrap.pm:${PORTSDIR}/textproc/p5-Text-Tabs+Wrap - -.if !defined(WITHOUT_BUG_CHARTING_MODULES) -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \ - ${SITE_PERL}/Chart/Base.pm:${PORTSDIR}/graphics/p5-chart -.endif - -.if defined(WITH_BUG_MAILING_MODULES) -RUN_DEPENDS+= ${SITE_PERL}/MIME/Parser.pm:${PORTSDIR}/mail/p5-MIME-Tools -.endif - -.if defined(WITH_BUG_EXPORT_AND_IMPORT) -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser -.endif - -CONFLICTS?= ja-bugzilla-2.* - -.if defined(WITH_CONTRIB) -PLIST_SUB+= CONTRIB="" -.else -PLIST_SUB+= CONTRIB="@comment " -.endif - -USE_REINPLACE= yes - -NO_BUILD= yes -BINMODE= 700 -PKGMESSAGE= ${WRKDIR}/pkg-message - -BUGZILLADIR?= www/data/bugzilla -BUGZILLADOCS= html images txt rel_notes.txt -BONSAIPERLWC= *.cgi *.pl *.pm processmail syncshadowdb contrib/*.pl -SENDMAILWC= *.pl *.pm processmail contrib/*.pl - -PLIST_SUB+= BUGZILLADIR=${BUGZILLADIR} - -pre-everything:: - @${ECHO_MSG} "" - @${ECHO_MSG} "You may use the following options:" - @${ECHO_MSG} "" - @${ECHO_MSG} " WITHOUT_BUG_CHARTING_MODULES do not install perl modules required for bug" - @${ECHO_MSG} " charting support" - @${ECHO_MSG} "" - @${ECHO_MSG} " WITH_BUG_MAILING_MODULES install perl modules required for bug mailing" - @${ECHO_MSG} " support (contrib/bug_email.pl) interface" - @${ECHO_MSG} "" - @${ECHO_MSG} " WITH_BUG_EXPORT_AND_IMPORT install perl modules required for bug" - @${ECHO_MSG} " export/import feature to move bugs to or from" - @${ECHO_MSG} " other bugzilla installations" - @${ECHO_MSG} "" - @${ECHO_MSG} " WITH_CONTRIB to install various user-contributed scripts," - @${ECHO_MSG} " e.g. to import bugs from other databases, to" - @${ECHO_MSG} " allow follow-ups/submissions by e-mail etc." - @${ECHO_MSG} "" - -post-patch: - @${FIND} -d ${WRKSRC} -name CVS -type d -exec ${RM} -rf {} \; - @${FIND} -d ${WRKSRC} -name sgml -type d -exec ${RM} -rf {} \; - @${FIND} ${WRKSRC} -name .cvsignore -type f -exec ${RM} -f {} \; - @${FIND} ${WRKSRC} -name README.docs -type f -exec ${RM} -f {} \; - @${FIND} ${WRKSRC} -name \*.orig -type f -exec ${RM} -f {} \; -.for i in ${BONSAIPERLWC} - @${REINPLACE_CMD} -e 's@#!/usr/bonsaitools/bin/perl@#!/usr/bin/perl@' \ - ${WRKSRC}/$i -.endfor -.for i in ${SENDMAILWC} - @${REINPLACE_CMD} -e 's@/usr/lib/sendmail@/usr/sbin/sendmail@' \ - ${WRKSRC}/$i -.endfor - @${FIND} ${WRKSRC} -name \*.bak -type f -exec ${RM} -f {} \; - -pre-install: - @${FIND} ${WRKSRC}/docs -type d -exec ${CHMOD} 755 {} \; - @${FIND} ${WRKSRC}/docs -type f -exec ${CHMOD} ${MANMODE} {} \; - @${FIND} ${WRKSRC}/docs -type f -exec ${CHOWN} root:wheel {} \; - -do-install: - ${MKDIR} ${PREFIX}/${BUGZILLADIR} - ${FIND} ${WRKSRC} \! -type d -maxdepth 1 \! -name UPGRADING* -exec \ - ${INSTALL_SCRIPT} {} ${PREFIX}/${BUGZILLADIR} \; - ${TAR} -C ${WRKSRC} -cf - template css | ${TAR} --unlink -C ${PREFIX}/${BUGZILLADIR} -xf - -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${TAR} -C ${WRKSRC}/docs -cf - . | ${TAR} --unlink -C ${DOCSDIR} -xf - -.endif -.if defined(WITH_CONTRIB) - ${MKDIR} ${PREFIX}/${BUGZILLADIR}/contrib ${PREFIX}/${BUGZILLADIR}/contrib/cmdline - cd ${WRKSRC}/contrib; ${INSTALL_SCRIPT} BugzillaEmail.pm bug_email.pl \ - bugzilla_email_append.pl cvs-update.sh gnats2bz.pl jb2bz.py \ - mysqld-watcher.pl yp_nomail.sh ${PREFIX}/${BUGZILLADIR}/contrib - cd ${WRKSRC}/contrib/cmdline; ${INSTALL_SCRIPT} buglist bugs \ - query.conf ${PREFIX}/${BUGZILLADIR}/contrib/cmdline -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR}/contrib - cd ${WRKSRC}/contrib; ${INSTALL_DATA} README README.Mailif \ - bugmail_help.html bugzilla.procmailrc ${DOCSDIR}/contrib -.endif -.endif - -post-install: - @${SED} -e "s:%%PREFIX%%:${PREFIX}:g" \ - -e "s:%%BUGZILLADIR%%:${BUGZILLADIR}:g" \ - -e "s:%%PORTDOCS%%:${PORTDOCS}:g" \ - -e "s:%%DOCSDIR%%:${DOCSDIR}:g" \ - ${MASTERDIR}/pkg-message >${PKGMESSAGE} -.if !defined(BATCH) - @${ECHO_MSG} - @${CAT} ${PKGMESSAGE} - @${ECHO_MSG} -.endif - -.include <bsd.port.mk> diff --git a/devel/bugzilla3/distinfo b/devel/bugzilla3/distinfo deleted file mode 100644 index 4bea4993636b..000000000000 --- a/devel/bugzilla3/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (bugzilla-2.16.7.tar.gz) = ee4c92bfd940521cc68ea91917f9f0dd -SIZE (bugzilla-2.16.7.tar.gz) = 1368799 diff --git a/devel/bugzilla3/files/patch-checksetup.pl b/devel/bugzilla3/files/patch-checksetup.pl deleted file mode 100644 index 2beed10bacaf..000000000000 --- a/devel/bugzilla3/files/patch-checksetup.pl +++ /dev/null @@ -1,11 +0,0 @@ ---- checksetup.pl~ Fri Apr 16 02:48:51 2004 -+++ checksetup.pl Thu Jul 15 23:37:09 2004 -@@ -399,7 +399,7 @@ - # and you cannot set this up any other way. YOU HAVE BEEN WARNED. - # If you set this to anything besides "", you will need to run checksetup.pl - # as root, or as a user who is a member of the specified group. --$webservergroup = "apache"; -+$webservergroup = "nogroup"; - '); - - diff --git a/devel/bugzilla3/files/patch-runtests.sh b/devel/bugzilla3/files/patch-runtests.sh deleted file mode 100644 index 5ccf3dbeeef0..000000000000 --- a/devel/bugzilla3/files/patch-runtests.sh +++ /dev/null @@ -1,8 +0,0 @@ ---- runtests.sh~ Tue Jan 8 12:58:39 2002 -+++ runtests.sh Tue Jan 8 12:58:47 2002 -@@ -9,4 +9,4 @@ - fi - done - --/usr/bonsaitools/bin/perl -e "${PART1}${TEST_VERBOSE}${PART2}" t/*.t -+/usr/bin/perl -e "${PART1}${TEST_VERBOSE}${PART2}" t/*.t diff --git a/devel/bugzilla3/files/patch-t-002goodperl.t b/devel/bugzilla3/files/patch-t-002goodperl.t deleted file mode 100644 index cf9fe9e930ce..000000000000 --- a/devel/bugzilla3/files/patch-t-002goodperl.t +++ /dev/null @@ -1,11 +0,0 @@ ---- t/002goodperl.t~ Mon Feb 3 20:29:23 2003 -+++ t/002goodperl.t Mon Feb 3 20:29:37 2003 -@@ -60,7 +60,7 @@ - $file =~ m/.*\.(.*)/; - my $ext = $1; - -- if ($file_line1 !~ /\/usr\/bonsaitools\/bin\/perl/) { -+ if ($file_line1 !~ /\/usr\/bin\/perl/) { - ok(1,"$file does not have a shebang"); - } else { - my $flags; diff --git a/devel/bugzilla3/pkg-descr b/devel/bugzilla3/pkg-descr deleted file mode 100644 index f4b9cfcf388e..000000000000 --- a/devel/bugzilla3/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -Bugzilla is one example of a class of programs called "Defect Tracking -Systems", or, more commonly, "Bug-Tracking Systems". Defect Tracking -Systems allow individual or groups of developers to keep track of -outstanding bugs in their product effectively. - -Bugzilla has matured immensely, and now boasts many advanced features. -These include: - - * integrated, product-based granular security schema - * inter-bug dependencies and dependency graphing - * advanced reporting capabilities - * a robust, stable RDBMS back-end - * extensive configurability - * a very well-understood and well-thought-out natural bug resolution - protocol - * email, XML, console, and HTTP APIs - * available integration with automated software configuration - management systems, including Perforce and CVS (through the - Bugzilla email interface and checkin/checkout scripts) - * too many more features to list - -WWW: http://www.mozilla.org/projects/bugzilla/ diff --git a/devel/bugzilla3/pkg-message b/devel/bugzilla3/pkg-message deleted file mode 100644 index 0474ba8f11ec..000000000000 --- a/devel/bugzilla3/pkg-message +++ /dev/null @@ -1,23 +0,0 @@ -========================================================================== - Bugzilla has now been installed. To quick setup you have to: - - 1. Create database user who has rights on bugs database manipulation - by following mysql commands: - - GRANT SELECT,INSERT,UPDATE,DELETE,INDEX,ALTER,CREATE,DROP,REFERENCES,\ - LOCK TABLES ON <database>.* TO <dbuser>@<host> \ - IDENTIFIED BY '<password>'; - FLUSH PRIVILEGES; - - where <database> is a bugs database name; <dbuser> is a bugs database - owner; <host> is a host there bugzilla is being setup; - <password> is a database owner's password; - - 2. Change working directory to %%PREFIX%%/%%BUGZILLADIR%% - 3. Run "./checksetup.pl" script as root user - 4. Read output carefully and follow all instructions - - For more complete database setup and post-installation instructions - and security tips/notes please read Bugzilla Guide in - %%PORTDOCS%%%%DOCSDIR%% (chapter 4: Installation) -========================================================================== diff --git a/devel/bugzilla3/pkg-plist b/devel/bugzilla3/pkg-plist deleted file mode 100644 index b5557cad826a..000000000000 --- a/devel/bugzilla3/pkg-plist +++ /dev/null @@ -1,286 +0,0 @@ -%%PORTDOCS%%%%DOCSDIR%%/html/about.html -%%PORTDOCS%%%%DOCSDIR%%/html/administration.html -%%PORTDOCS%%%%DOCSDIR%%/html/Bugzilla-Guide.html -%%PORTDOCS%%%%DOCSDIR%%/html/cmdline.html -%%PORTDOCS%%%%DOCSDIR%%/html/conventions.html -%%PORTDOCS%%%%DOCSDIR%%/html/copyright.html -%%PORTDOCS%%%%DOCSDIR%%/html/credits.html -%%PORTDOCS%%%%DOCSDIR%%/html/cust-templates.html -%%PORTDOCS%%%%DOCSDIR%%/html/database.html -%%PORTDOCS%%%%DOCSDIR%%/html/dbdoc.html -%%PORTDOCS%%%%DOCSDIR%%/html/dbschema.html -%%PORTDOCS%%%%DOCSDIR%%/html/disclaimer.html -%%PORTDOCS%%%%DOCSDIR%%/html/extraconfig.html -%%PORTDOCS%%%%DOCSDIR%%/html/faq.html -%%PORTDOCS%%%%DOCSDIR%%/html/gfdl-0.html -%%PORTDOCS%%%%DOCSDIR%%/html/gfdl-1.html -%%PORTDOCS%%%%DOCSDIR%%/html/gfdl-10.html -%%PORTDOCS%%%%DOCSDIR%%/html/gfdl-2.html -%%PORTDOCS%%%%DOCSDIR%%/html/gfdl-3.html -%%PORTDOCS%%%%DOCSDIR%%/html/gfdl-4.html -%%PORTDOCS%%%%DOCSDIR%%/html/gfdl-5.html -%%PORTDOCS%%%%DOCSDIR%%/html/gfdl-6.html -%%PORTDOCS%%%%DOCSDIR%%/html/gfdl-7.html -%%PORTDOCS%%%%DOCSDIR%%/html/gfdl-8.html -%%PORTDOCS%%%%DOCSDIR%%/html/gfdl-9.html -%%PORTDOCS%%%%DOCSDIR%%/html/gfdl-howto.html -%%PORTDOCS%%%%DOCSDIR%%/html/gfdl.html -%%PORTDOCS%%%%DOCSDIR%%/html/glossary.html -%%PORTDOCS%%%%DOCSDIR%%/html/groups.html -%%PORTDOCS%%%%DOCSDIR%%/html/hintsandtips.html -%%PORTDOCS%%%%DOCSDIR%%/html/how.html -%%PORTDOCS%%%%DOCSDIR%%/html/index.html -%%PORTDOCS%%%%DOCSDIR%%/html/installation.html -%%PORTDOCS%%%%DOCSDIR%%/html/integration.html -%%PORTDOCS%%%%DOCSDIR%%/html/introduction.html -%%PORTDOCS%%%%DOCSDIR%%/html/newversions.html -%%PORTDOCS%%%%DOCSDIR%%/html/nonroot.html -%%PORTDOCS%%%%DOCSDIR%%/html/osx.html -%%PORTDOCS%%%%DOCSDIR%%/html/parameters.html -%%PORTDOCS%%%%DOCSDIR%%/html/patches.html -%%PORTDOCS%%%%DOCSDIR%%/html/programadmin.html -%%PORTDOCS%%%%DOCSDIR%%/html/rewrite.html -%%PORTDOCS%%%%DOCSDIR%%/html/security.html -%%PORTDOCS%%%%DOCSDIR%%/html/stepbystep.html -%%PORTDOCS%%%%DOCSDIR%%/html/troubleshooting.html -%%PORTDOCS%%%%DOCSDIR%%/html/upgrading.html -%%PORTDOCS%%%%DOCSDIR%%/html/useradmin.html -%%PORTDOCS%%%%DOCSDIR%%/html/userpreferences.html -%%PORTDOCS%%%%DOCSDIR%%/html/using.html -%%PORTDOCS%%%%DOCSDIR%%/html/variant-fenris.html -%%PORTDOCS%%%%DOCSDIR%%/html/variant-scarab.html -%%PORTDOCS%%%%DOCSDIR%%/html/voting.html -%%PORTDOCS%%%%DOCSDIR%%/html/variant-issuezilla.html -%%PORTDOCS%%%%DOCSDIR%%/html/variant-perforce.html -%%PORTDOCS%%%%DOCSDIR%%/html/variant-redhat.html -%%PORTDOCS%%%%DOCSDIR%%/html/variant-sourceforge.html -%%PORTDOCS%%%%DOCSDIR%%/html/variants.html -%%PORTDOCS%%%%DOCSDIR%%/html/whatis.html -%%PORTDOCS%%%%DOCSDIR%%/html/why.html -%%PORTDOCS%%%%DOCSDIR%%/html/win32.html -%%PORTDOCS%%%%DOCSDIR%%/images/caution.gif -%%PORTDOCS%%%%DOCSDIR%%/images/dbschema.jpg -%%PORTDOCS%%%%DOCSDIR%%/images/dbschema.ps -%%PORTDOCS%%%%DOCSDIR%%/images/note.gif -%%PORTDOCS%%%%DOCSDIR%%/images/tip.gif -%%PORTDOCS%%%%DOCSDIR%%/images/warning.gif -%%PORTDOCS%%%%DOCSDIR%%/makedocs.pl -%%PORTDOCS%%%%DOCSDIR%%/pdf/Bugzilla-Guide.pdf -%%PORTDOCS%%%%DOCSDIR%%/rel_notes.txt -%%PORTDOCS%%%%DOCSDIR%%/txt/Bugzilla-Guide.txt -%%PORTDOCS%%%%DOCSDIR%%/xml/Bugzilla-Guide.xml -%%PORTDOCS%%%%DOCSDIR%%/xml/about.xml -%%PORTDOCS%%%%DOCSDIR%%/xml/administration.xml -%%PORTDOCS%%%%DOCSDIR%%/xml/conventions.xml -%%PORTDOCS%%%%DOCSDIR%%/xml/database.xml -%%PORTDOCS%%%%DOCSDIR%%/xml/dbschema.mysql -%%PORTDOCS%%%%DOCSDIR%%/xml/faq.xml -%%PORTDOCS%%%%DOCSDIR%%/xml/filetemp.patch -%%PORTDOCS%%%%DOCSDIR%%/xml/gd-makefile.patch -%%PORTDOCS%%%%DOCSDIR%%/xml/gfdl.xml -%%PORTDOCS%%%%DOCSDIR%%/xml/glossary.xml -%%PORTDOCS%%%%DOCSDIR%%/xml/index.xml -%%PORTDOCS%%%%DOCSDIR%%/xml/installation.xml -%%PORTDOCS%%%%DOCSDIR%%/xml/integration.xml -%%PORTDOCS%%%%DOCSDIR%%/xml/introduction.xml -%%PORTDOCS%%%%DOCSDIR%%/xml/patches.xml -%%PORTDOCS%%%%DOCSDIR%%/xml/using.xml -%%PORTDOCS%%%%DOCSDIR%%/xml/variants.xml -%%PORTDOCS%%%%CONTRIB%%%%DOCSDIR%%/contrib/README -%%PORTDOCS%%%%CONTRIB%%%%DOCSDIR%%/contrib/README.Mailif -%%PORTDOCS%%%%CONTRIB%%%%DOCSDIR%%/contrib/bugmail_help.html -%%PORTDOCS%%%%CONTRIB%%%%DOCSDIR%%/contrib/bugzilla.procmailrc -%%CONTRIB%%%%BUGZILLADIR%%/contrib/BugzillaEmail.pm -%%CONTRIB%%%%BUGZILLADIR%%/contrib/bug_email.pl -%%CONTRIB%%%%BUGZILLADIR%%/contrib/bugzilla_email_append.pl -%%CONTRIB%%%%BUGZILLADIR%%/contrib/cvs-update.sh -%%CONTRIB%%%%BUGZILLADIR%%/contrib/gnats2bz.pl -%%CONTRIB%%%%BUGZILLADIR%%/contrib/jb2bz.py -%%CONTRIB%%%%BUGZILLADIR%%/contrib/mysqld-watcher.pl -%%CONTRIB%%%%BUGZILLADIR%%/contrib/yp_nomail.sh -%%CONTRIB%%%%BUGZILLADIR%%/contrib/cmdline/buglist -%%CONTRIB%%%%BUGZILLADIR%%/contrib/cmdline/bugs -%%CONTRIB%%%%BUGZILLADIR%%/contrib/cmdline/query.conf -%%BUGZILLADIR%%/buglist.cgi -%%BUGZILLADIR%%/1x1.gif -%%BUGZILLADIR%%/ant.jpg -%%BUGZILLADIR%%/attachment.cgi -%%BUGZILLADIR%%/Attachment.pm -%%BUGZILLADIR%%/Bug.pm -%%BUGZILLADIR%%/bug_form.pl -%%BUGZILLADIR%%/bug_status.html -%%BUGZILLADIR%%/bugwritinghelp.html -%%BUGZILLADIR%%/bugzilla.dtd -%%BUGZILLADIR%%/CGI.pl -%%BUGZILLADIR%%/changepassword.cgi -%%BUGZILLADIR%%/checksetup.pl -%%BUGZILLADIR%%/colchange.cgi -%%BUGZILLADIR%%/collectstats.pl -%%BUGZILLADIR%%/confirmhelp.html -%%BUGZILLADIR%%/createaccount.cgi -%%BUGZILLADIR%%/defparams.pl -%%BUGZILLADIR%%/describecomponents.cgi -%%BUGZILLADIR%%/describekeywords.cgi -%%BUGZILLADIR%%/move.pl -%%BUGZILLADIR%%/doeditparams.cgi -%%BUGZILLADIR%%/duplicates.cgi -%%BUGZILLADIR%%/editattachstatuses.cgi -%%BUGZILLADIR%%/editcomponents.cgi -%%BUGZILLADIR%%/editgroups.cgi -%%BUGZILLADIR%%/editkeywords.cgi -%%BUGZILLADIR%%/editmilestones.cgi -%%BUGZILLADIR%%/editparams.cgi -%%BUGZILLADIR%%/editproducts.cgi -%%BUGZILLADIR%%/editusers.cgi -%%BUGZILLADIR%%/editversions.cgi -%%BUGZILLADIR%%/enter_bug.cgi -%%BUGZILLADIR%%/globals.pl -%%BUGZILLADIR%%/help.html -%%BUGZILLADIR%%/helpemailquery.html -%%BUGZILLADIR%%/how_to_mail.html -%%BUGZILLADIR%%/importxml.pl -%%BUGZILLADIR%%/index.cgi -%%BUGZILLADIR%%/localconfig.js -%%BUGZILLADIR%%/long_list.cgi -%%BUGZILLADIR%%/notargetmilestone.html -%%BUGZILLADIR%%/post_bug.cgi -%%BUGZILLADIR%%/process_bug.cgi -%%BUGZILLADIR%%/processmail -%%BUGZILLADIR%%/queryhelp.cgi -%%BUGZILLADIR%%/quicksearch.html -%%BUGZILLADIR%%/quicksearch.js -%%BUGZILLADIR%%/quicksearchhack.html -%%BUGZILLADIR%%/quips.cgi -%%BUGZILLADIR%%/README -%%BUGZILLADIR%%/RelationSet.pm -%%BUGZILLADIR%%/relogin.cgi -%%BUGZILLADIR%%/reports.cgi -%%BUGZILLADIR%%/robots.txt -%%BUGZILLADIR%%/runtests.pl -%%BUGZILLADIR%%/runtests.sh -%%BUGZILLADIR%%/sanitycheck.cgi -%%BUGZILLADIR%%/show_activity.cgi -%%BUGZILLADIR%%/show_bug.cgi -%%BUGZILLADIR%%/showattachment.cgi -%%BUGZILLADIR%%/showdependencygraph.cgi -%%BUGZILLADIR%%/sidebar.cgi -%%BUGZILLADIR%%/showdependencytree.cgi -%%BUGZILLADIR%%/syncshadowdb -%%BUGZILLADIR%%/token.cgi -%%BUGZILLADIR%%/Token.pm -%%BUGZILLADIR%%/userprefs.cgi -%%BUGZILLADIR%%/votehelp.html -%%BUGZILLADIR%%/votes.cgi -%%BUGZILLADIR%%/whineatnews.pl -%%BUGZILLADIR%%/xml.cgi -%%BUGZILLADIR%%/query.cgi -%%BUGZILLADIR%%/template/en/default/account/cancel-token.txt.tmpl -%%BUGZILLADIR%%/template/en/default/account/create.html.tmpl -%%BUGZILLADIR%%/template/en/default/account/created.html.tmpl -%%BUGZILLADIR%%/template/en/default/account/email/change-new.txt.tmpl -%%BUGZILLADIR%%/template/en/default/account/email/change-old.txt.tmpl -%%BUGZILLADIR%%/template/en/default/account/email/confirm.html.tmpl -%%BUGZILLADIR%%/template/en/default/account/exists.html.tmpl -%%BUGZILLADIR%%/template/en/default/account/password/forgotten-password.txt.tmpl -%%BUGZILLADIR%%/template/en/default/account/password/set-forgotten-password.html.tmpl -%%BUGZILLADIR%%/template/en/default/account/prefs/account.html.tmpl -%%BUGZILLADIR%%/template/en/default/account/prefs/email.html.tmpl -%%BUGZILLADIR%%/template/en/default/account/prefs/footer.html.tmpl -%%BUGZILLADIR%%/template/en/default/account/prefs/permissions.html.tmpl -%%BUGZILLADIR%%/template/en/default/account/prefs/prefs.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/attachstatus/create.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/attachstatus/delete.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/attachstatus/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/attachstatus/list.html.tmpl -%%BUGZILLADIR%%/template/en/default/attachment/content-types.html.tmpl -%%BUGZILLADIR%%/template/en/default/attachment/create.html.tmpl -%%BUGZILLADIR%%/template/en/default/attachment/created.html.tmpl -%%BUGZILLADIR%%/template/en/default/attachment/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/attachment/list.html.tmpl -%%BUGZILLADIR%%/template/en/default/attachment/show-multiple.html.tmpl -%%BUGZILLADIR%%/template/en/default/attachment/updated.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/activity/show.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/activity/table.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/choose-xml.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/choose.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/comments.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/create/comment.txt.tmpl -%%BUGZILLADIR%%/template/en/default/bug/create/create.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/create/created.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/create/make-template.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/create/user-message.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/dependency-graph.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/dependency-tree.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/navigate.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/process/confirm-duplicate.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/process/midair.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/process/next.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/process/results.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/process/verify-new-product.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/show-multiple.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/votes/delete-all.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/votes/list-for-bug.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/votes/list-for-user.html.tmpl -%%BUGZILLADIR%%/template/en/default/filterexceptions.pl -%%BUGZILLADIR%%/template/en/default/global/banner.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/choose-product.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/code-error.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/footer.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/header.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/hidden-fields.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/message.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/select-menu.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/useful-links.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/user-error.html.tmpl -%%BUGZILLADIR%%/template/en/default/index.html.tmpl -%%BUGZILLADIR%%/template/en/default/list/change-columns.html.tmpl -%%BUGZILLADIR%%/template/en/default/list/edit-multiple.html.tmpl -%%BUGZILLADIR%%/template/en/default/list/list-rdf.rdf.tmpl -%%BUGZILLADIR%%/template/en/default/list/list-simple.html.tmpl -%%BUGZILLADIR%%/template/en/default/list/list.html.tmpl -%%BUGZILLADIR%%/template/en/default/list/quips.html.tmpl -%%BUGZILLADIR%%/template/en/default/list/server-push.html.tmpl -%%BUGZILLADIR%%/template/en/default/list/table.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/components.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/duplicates-simple.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/duplicates-table.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/duplicates.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/keywords.html.tmpl -%%BUGZILLADIR%%/template/en/default/search/boolean-charts.html.tmpl -%%BUGZILLADIR%%/template/en/default/search/form.html.tmpl -%%BUGZILLADIR%%/template/en/default/search/knob.html.tmpl -%%BUGZILLADIR%%/template/en/default/search/search.html.tmpl -%%BUGZILLADIR%%/template/en/default/sidebar.xul.tmpl -%%BUGZILLADIR%%/css/buglist.css -%%BUGZILLADIR%%/css/panel.css -%%CONTRIB%%@dirrm %%BUGZILLADIR%%/contrib/cmdline -%%CONTRIB%%@dirrm %%BUGZILLADIR%%/contrib -@dirrm %%BUGZILLADIR%%/template/en/default/account/email -@dirrm %%BUGZILLADIR%%/template/en/default/account/password -@dirrm %%BUGZILLADIR%%/template/en/default/account/prefs -@dirrm %%BUGZILLADIR%%/template/en/default/account -@dirrm %%BUGZILLADIR%%/template/en/default/admin/attachstatus -@dirrm %%BUGZILLADIR%%/template/en/default/admin -@dirrm %%BUGZILLADIR%%/template/en/default/attachment -@dirrm %%BUGZILLADIR%%/template/en/default/bug/activity -@dirrm %%BUGZILLADIR%%/template/en/default/bug/create -@dirrm %%BUGZILLADIR%%/template/en/default/bug/process -@dirrm %%BUGZILLADIR%%/template/en/default/bug/votes -@dirrm %%BUGZILLADIR%%/template/en/default/bug -@dirrm %%BUGZILLADIR%%/template/en/default/global -@dirrm %%BUGZILLADIR%%/template/en/default/list -@dirrm %%BUGZILLADIR%%/template/en/default/reports -@dirrm %%BUGZILLADIR%%/template/en/default/search -@dirrm %%BUGZILLADIR%%/template/en/default -@dirrm %%BUGZILLADIR%%/template/en -@dirrm %%BUGZILLADIR%%/template -@dirrm %%BUGZILLADIR%%/css -@dirrm %%BUGZILLADIR%% -%%PORTDOCS%%%%CONTRIB%%@dirrm %%DOCSDIR%%/contrib -%%PORTDOCS%%@dirrm %%DOCSDIR%%/xml -%%PORTDOCS%%@dirrm %%DOCSDIR%%/txt -%%PORTDOCS%%@dirrm %%DOCSDIR%%/pdf -%%PORTDOCS%%@dirrm %%DOCSDIR%%/images -%%PORTDOCS%%@dirrm %%DOCSDIR%%/html -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/devel/cvs-devel/Makefile b/devel/cvs-devel/Makefile deleted file mode 100644 index e3f1b3e08e51..000000000000 --- a/devel/cvs-devel/Makefile +++ /dev/null @@ -1,68 +0,0 @@ -# New ports collection makefile for: cvs+ipv6 -# Date created: Tue Jul 23 11:24:24 JST 2002 -# Whom: sumikawa -# -# $FreeBSD$ -# - -PORTNAME= cvs -PORTVERSION= 1.11.17 -CATEGORIES= devel ipv6 -MASTER_SITES= http://musthave.sunbase.org/progs/ccvs/ \ - http://keyserver.kjsl.com/~jharris/distfiles/ -PKGNAMESUFFIX= +ipv6 - -PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ -PATCHFILES= ${DISTNAME}-v6-20040610.diff.gz -PATCH_DIST_STRIP= -p1 - -MAINTAINER= sumikawa@FreeBSD.org -COMMENT= IPv6 enabled cvs. You can use IPv6 connection when using pserver - -CONFLICTS= cvsnt-[12]* - -GNU_CONFIGURE= yes -USE_BZIP2= yes -#USE_GMAKE= yes -CONFIGURE_ARGS= --enable-ipv6 --without-gssapi \ - --with-editor="vi" \ - --with-tmpdir="/tmp" - -MAN1= cvs.1 -MAN5= cvs.5 -MAN8= cvsbug.8 -INFO= cvs cvsclient - -CVS_SITE?= :pserver:anoncvs@anoncvs.jp.FreeBSD.org:/home/ncvs -CVS_VER?= v${PORTVERSION:S/./_/g} - -USE_REINPLACE= yes - -post-patch: - ${REINPLACE_CMD} 's/${PORTVERSION:S/./\./g}/&+IPv6/g' ${WRKSRC}/configure - @${CP} ${FILESDIR}/missing ${WRKSRC} - -replace: -.for f in cvs cvsbug - ${MV} /usr/bin/${f} /usr/bin/${f}.orig - ${CP} -p ${PREFIX}/bin/${f} /usr/bin/ -.endfor - -generate-patch: - cvs -R -d ${CVS_SITE} rdiff -u -r ${CVS_VER} -r HEAD \ - src/contrib/cvs \ - | ${SED} \ - -e 's,^\+\+\+ src/contrib/cvs/,+++ ,' \ - -e 's,^Index: src/contrib/cvs/,Index: ,' \ - -e 's,\$$FreeBSD: ,FreeBSD: ,' \ - > ${FILESDIR}/patch-freebsdlocal - cvs -R -d ${CVS_SITE} rdiff -u -D 1999-12-01 -r HEAD \ - gnu/usr.bin/cvs/cvs/prepend_args.c \ - gnu/usr.bin/cvs/cvs/prepend_args.h \ - | ${SED} \ - -e 's,^\+\+\+ src/gnu/usr.bin/cvs/cvs/,+++ src/,' \ - -e 's,^Index: src/gnu/usr.bin/cvs/cvs/,Index: src/,' \ - -e 's,\$$FreeBSD: ,FreeBSD: ,' \ - >> ${FILESDIR}/patch-freebsdlocal - -.include <bsd.port.mk> diff --git a/devel/cvs-devel/distinfo b/devel/cvs-devel/distinfo deleted file mode 100644 index ca320bb6dc31..000000000000 --- a/devel/cvs-devel/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -MD5 (cvs-1.11.17.tar.bz2) = 17cd48888d5571d215a44a7e8d46759c -SIZE (cvs-1.11.17.tar.bz2) = 2343366 -MD5 (cvs-1.11.17-v6-20040610.diff.gz) = 29b341c7b619c7c86751a7ee2e8eca02 -SIZE (cvs-1.11.17-v6-20040610.diff.gz) = 12807 diff --git a/devel/cvs-devel/files/missing b/devel/cvs-devel/files/missing deleted file mode 100644 index 20f87efe15d7..000000000000 --- a/devel/cvs-devel/files/missing +++ /dev/null @@ -1,2 +0,0 @@ -#! /bin/sh -exit 0 diff --git a/devel/cvs-devel/files/patch-contrib-Makefile.in b/devel/cvs-devel/files/patch-contrib-Makefile.in deleted file mode 100644 index be06c83dfcdf..000000000000 --- a/devel/cvs-devel/files/patch-contrib-Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- contrib/Makefile.in.orig Fri Apr 19 00:55:53 2002 -+++ contrib/Makefile.in Sun Aug 25 06:03:37 2002 -@@ -126,6 +126,7 @@ - - - contrib_DATA = \ -+ ${contrib_MANS} \ - README \ - intro.doc - diff --git a/devel/cvs-devel/files/patch-freebsdlocal b/devel/cvs-devel/files/patch-freebsdlocal deleted file mode 100644 index 6ac3284903e1..000000000000 --- a/devel/cvs-devel/files/patch-freebsdlocal +++ /dev/null @@ -1,1669 +0,0 @@ -Index: FREEBSD-upgrade -diff -u /dev/null src/contrib/cvs/FREEBSD-upgrade:1.10 ---- /dev/null Fri Apr 16 06:29:02 2004 -+++ FREEBSD-upgrade Mon Sep 2 14:58:30 2002 -@@ -0,0 +1,58 @@ -+FreeBSD: src/contrib/cvs/FREEBSD-upgrade,v 1.10 2002/09/02 05:58:30 peter Exp $ -+ -+MAINTAINER= peter@FreeBSD.org -+ -+This directory contains the virgin CVS source on the vendor branch. Do -+not under any circumstances commit new versions onto the mainline, new -+versions or official-patch versions must be imported. -+ -+To prepare a new cvs dist for import, extract it into a fresh directory; -+ -+The following generated files were deleted: -+doc/*.ps -+doc/*.info* -+doc/texinfo.tex -+lib/getdate.c -+cvsnt.* -+cvs.spec* -+build.com -+*/*.com -+*/*.dsp -+*/.cvsignore -+.cvsignore -+README.VMS -+ -+The following non-freebsd-specific directories were deleted: -+os2 -+emx -+windows-NT -+vms -+zlib -+ -+It is imported from it's top level directory something like this: -+ cvs -n import src/contrib/cvs CVSHOME v<version> -+ -+The -n option is "dont do anything" so you can see what is about to happen -+first. Remove it when it looks ok. -+ -+The initial import was done with: -+ cvs import src/contrib/cvs CVSHOME v1_8_1 -+ -+When new versions are imported, cvs will give instructions on how to merge -+the local and vendor changes when/if conflicts arise.. -+ -+The developers can be reached at: <devel-cvs@cyclic.com>. Local changes -+that are suitable for public consumption should be submitted for inclusion -+in future releases. -+ -+peter@freebsd.org - 20 Aug 1996 -+ -+Current local changes: -+ - CVS_LOCAL_BRANCH_NUM environment variable support for choosing the -+ magic branch number. (for CVSup local-commit support) -+ - CVSREADONLYFS environment variable and global option -R to enable -+ no-locking readonly mode (eg: cvs repo is a cdrom or mirror) -+ - the verify message script can edit the submitted log message. -+ - CVSROOT/options file -+ - Variable keyword expansion controls including custom keywords. -+ - $ CVSHeader$ keyword - like Header, but with $CVSROOT stripped off. -Index: contrib/sccs2rcs.in -diff -u src/contrib/cvs/contrib/sccs2rcs.in:1.1.1.3 src/contrib/cvs/contrib/sccs2rcs.in:1.5 ---- src/contrib/cvs/contrib/sccs2rcs.in:1.1.1.3 Thu Apr 15 10:01:55 2004 -+++ contrib/sccs2rcs.in Thu Apr 15 10:17:25 2004 -@@ -48,6 +48,7 @@ - # -Allan G. Schrum schrum@ofsoptics.com agschrum@mindspring.com - # Fri Sep 26 10:40:40 EDT 2003 - # -+# FreeBSD: src/contrib/cvs/contrib/sccs2rcs.in,v 1.5 2004/04/15 01:17:25 peter Exp $ - - - #we'll assume the user set up the path correctly -Index: diff/diagmeet.note -diff -u src/contrib/cvs/diff/diagmeet.note:1.1.1.1 src/contrib/cvs/diff/diagmeet.note:removed ---- src/contrib/cvs/diff/diagmeet.note:1.1.1.1 Mon Jan 26 12:09:49 1998 -+++ diff/diagmeet.note Fri Apr 16 06:29:02 2004 -@@ -1,71 +0,0 @@ --Here is a comparison matrix which shows a case in which --it is possible for the forward and backward scan in `diag' --to meet along a nonzero length of diagonal simultaneous --(so that bdiag[d] and fdiag[d] are not equal) --even though there is no snake on that diagonal at the meeting point. -- -- -- 85 1 1 1 159 1 1 17 -- 1 2 3 4 --60 -- 1 2 --1 -- 2 2 3 4 --71 -- 3 3 4 5 --85 -- 4 3 4 5 --17 -- 5 4 5 --1 -- 6 4 5 6 --183 -- 7 5 6 7 --10 -- 8 6 7 --1 -- 9 6 7 8 --12 -- 7 8 9 10 --13 -- 10 8 9 10 --14 -- 10 9 10 --17 -- 10 10 --1 -- 10 9 10 --1 -- 8 10 10 10 --183 -- 8 7 9 9 9 --10 -- 7 6 8 9 8 8 --1 -- 6 5 7 7 --1 -- 5 6 6 --1 -- 5 5 5 --50 -- 5 4 4 4 --1 -- 4 3 3 --85 -- 5 4 3 2 2 --1 -- 2 1 --17 -- 5 4 3 2 1 1 --1 -- 1 0 -- 85 1 1 1 159 1 1 17 -- -- -- -- -- -- -- -- -- -Index: diff/diff3.c -diff -u src/contrib/cvs/diff/diff3.c:1.1.1.7 src/contrib/cvs/diff/diff3.c:1.6 ---- src/contrib/cvs/diff/diff3.c:1.1.1.7 Thu Apr 15 10:01:56 2004 -+++ diff/diff3.c Thu Apr 15 10:17:26 2004 -@@ -12,6 +12,9 @@ - GNU General Public License for more details. - - */ -+/* -+ * FreeBSD: src/contrib/cvs/diff/diff3.c,v 1.6 2004/04/15 01:17:26 peter Exp $ -+ */ - - /* Written by Randy Smith */ - /* Librarification by Tim Pierce */ -Index: lib/md5.h -diff -u src/contrib/cvs/lib/md5.h:1.1.1.3 src/contrib/cvs/lib/md5.h:1.2 ---- src/contrib/cvs/lib/md5.h:1.1.1.3 Sat Dec 11 21:22:56 1999 -+++ lib/md5.h Sun Dec 12 00:10:02 1999 -@@ -1,8 +1,21 @@ - /* See md5.c for explanation and copyright information. */ - -+/* -+ * FreeBSD: src/contrib/cvs/lib/md5.h,v 1.2 1999/12/11 15:10:02 peter Exp $ -+ */ -+ - #ifndef MD5_H - #define MD5_H - -+#ifdef __FreeBSD__ -+#define cvs_MD5Context MD5Context -+#define cvs_MD5Init MD5Init -+#define cvs_MD5Update MD5Update -+#define cvs_MD5Final MD5Final -+#define cvs_MD5Transform MD5Transform -+#include <sys/md5.h> -+#else -+ - /* Unlike previous versions of this code, uint32 need not be exactly - 32 bits, merely 32 bits or more. Choosing a data type which is 32 - bits instead of 64 is not important; speed is considerably more -@@ -22,5 +35,7 @@ - void cvs_MD5Final PROTO ((unsigned char digest[16], - struct cvs_MD5Context *context)); - void cvs_MD5Transform PROTO ((cvs_uint32 buf[4], const unsigned char in[64])); -+ -+#endif - - #endif /* !MD5_H */ -Index: man/cvsbug.8 -diff -u src/contrib/cvs/man/cvsbug.8:1.1.1.4 src/contrib/cvs/man/cvsbug.8:1.3 ---- src/contrib/cvs/man/cvsbug.8:1.1.1.4 Mon Sep 2 14:50:19 2002 -+++ man/cvsbug.8 Mon Oct 2 15:43:55 2000 -@@ -17,6 +17,7 @@ - .\" General Public License for more details. - .\" - .\" --------------------------------------------------------------------------- -+.\" FreeBSD: src/contrib/cvs/man/cvsbug.8,v 1.3 2000/10/02 06:43:55 peter Exp $ - .nh - .TH CVSBUG 8 xVERSIONx "February 1993" - .SH NAME -Index: src/buffer.c -diff -u src/contrib/cvs/src/buffer.c:1.1.1.7 src/contrib/cvs/src/buffer.c:1.5 ---- src/contrib/cvs/src/buffer.c:1.1.1.7 Thu Apr 15 10:01:55 2004 -+++ src/buffer.c Thu Apr 15 10:17:26 2004 -@@ -1,5 +1,7 @@ - /* Code for the buffer data structure. */ - -+/* FreeBSD: src/contrib/cvs/src/buffer.c,v 1.5 2004/04/15 01:17:26 peter Exp $ */ -+ - #include <assert.h> - #include "cvs.h" - #include "buffer.h" -Index: src/checkout.c -diff -u src/contrib/cvs/src/checkout.c:1.1.1.13 src/contrib/cvs/src/checkout.c:1.5 ---- src/contrib/cvs/src/checkout.c:1.1.1.13 Thu Apr 15 10:01:55 2004 -+++ src/checkout.c Thu Apr 15 10:17:26 2004 -@@ -33,6 +33,10 @@ - * edited by the user, if necessary (when the repository is moved, e.g.) - */ - -+/* -+ * FreeBSD: src/contrib/cvs/src/checkout.c,v 1.5 2004/04/15 01:17:26 peter Exp $ -+ */ -+ - #include <assert.h> - #include "cvs.h" - -@@ -50,6 +54,7 @@ - "\t-N\tDon't shorten module paths if -d specified.\n", - "\t-P\tPrune empty directories.\n", - "\t-R\tProcess directories recursively.\n", -+ "\t-T\tCreate Template file from local repository for remote commit.\n", - "\t-c\t\"cat\" the module database.\n", - "\t-f\tForce a head revision match if tag/date not found.\n", - "\t-l\tLocal directory only, not recursive\n", -@@ -92,6 +97,7 @@ - static char *join_rev1; - static char *join_rev2; - static int join_tags_validated; -+static int pull_template; - static char *preload_update_dir; - static char *history_name; - static enum mtype m_type; -@@ -139,7 +145,7 @@ - else - { - m_type = CHECKOUT; -- valid_options = "+ANnk:d:flRpQqcsr:D:j:P"; -+ valid_options = "+ANnk:d:flRpTQqcsr:D:j:P"; - valid_usage = checkout_usage; - } - -@@ -168,6 +174,9 @@ - case 'n': - run_module_prog = 0; - break; -+ case 'T': -+ pull_template = 1; -+ break; - case 'Q': - case 'q': - #ifdef SERVER_SUPPORT -@@ -1096,8 +1105,7 @@ - force_tag_match, 0 /* !local */ , - 1 /* update -d */ , aflag, checkout_prune_dirs, - pipeout, which, join_rev1, join_rev2, -- preload_update_dir, m_type == CHECKOUT, -- repository); -+ preload_update_dir, pull_template, repository); - goto out; - } - -@@ -1153,8 +1161,7 @@ - err += do_update (argc - 1, argv + 1, options, tag, date, - force_tag_match, local_specified, 1 /* update -d */, - aflag, checkout_prune_dirs, pipeout, which, join_rev1, -- join_rev2, preload_update_dir, m_type == CHECKOUT, -- repository); -+ join_rev2, preload_update_dir, pull_template, repository); - out: - free (preload_update_dir); - preload_update_dir = oldupdate; -Index: src/client.c -diff -u src/contrib/cvs/src/client.c:1.1.1.15 src/contrib/cvs/src/client.c:1.11 ---- src/contrib/cvs/src/client.c:1.1.1.15 Thu Apr 15 10:01:55 2004 -+++ src/client.c Thu Apr 15 10:17:26 2004 -@@ -10,6 +10,10 @@ - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. */ - -+/* -+ * FreeBSD: src/contrib/cvs/src/client.c,v 1.11 2004/04/15 01:17:26 peter Exp $ -+ */ -+ - #ifdef HAVE_CONFIG_H - # include "config.h" - #endif /* HAVE_CONFIG_H */ -@@ -262,7 +266,7 @@ - } - - /* Now check the value for root. */ -- if (this_root && current_parsed_root -+ if (CVSroot_cmdline == NULL && this_root && current_parsed_root - && (strcmp (this_root, current_parsed_root->original) != 0)) - { - /* Don't send this, since the CVSROOTs don't match. */ -@@ -4732,7 +4736,7 @@ - example in CVS_RSH or other such mechanisms to be devised, - if that is what they want (the manual already tells them - that). */ -- cvs_rsh = "rsh"; -+ cvs_rsh = "ssh"; - if (!cvs_server) - cvs_server = "cvs"; - -@@ -4793,7 +4797,7 @@ - int child_pid; - - if (!cvs_rsh) -- cvs_rsh = "rsh"; -+ cvs_rsh = "ssh"; - if (!cvs_server) - cvs_server = "cvs"; - -@@ -5151,7 +5155,8 @@ - } - else if (vers->ts_rcs == NULL - || args->force -- || strcmp (vers->ts_user, vers->ts_rcs) != 0) -+ || strcmp (vers->ts_user, vers->ts_rcs) != 0 -+ || (vers->vn_user && *vers->vn_user == '0')) - { - if (args->no_contents - && supported_request ("Is-modified")) -Index: src/commit.c -diff -u src/contrib/cvs/src/commit.c:1.1.1.13 src/contrib/cvs/src/commit.c:1.14 ---- src/contrib/cvs/src/commit.c:1.1.1.13 Thu Apr 15 10:01:55 2004 -+++ src/commit.c Thu Apr 15 10:17:26 2004 -@@ -12,6 +12,7 @@ - * - * The call is: cvs commit [options] files... - * -+ * FreeBSD: src/contrib/cvs/src/commit.c,v 1.14 2004/04/15 01:17:26 peter Exp $ - */ - - #include <assert.h> -Index: src/cvs.h -diff -u src/contrib/cvs/src/cvs.h:1.1.1.14 src/contrib/cvs/src/cvs.h:1.19 ---- src/contrib/cvs/src/cvs.h:1.1.1.14 Thu Apr 15 10:01:55 2004 -+++ src/cvs.h Thu Apr 15 10:41:05 2004 -@@ -9,6 +9,7 @@ - /* - * basic information used in all source files - * -+ * FreeBSD: src/contrib/cvs/src/cvs.h,v 1.19 2004/04/15 01:41:05 peter Exp $ - */ - - -@@ -190,6 +191,7 @@ - #define CVSROOTADM_WRITERS "writers" - #define CVSROOTADM_PASSWD "passwd" - #define CVSROOTADM_CONFIG "config" -+#define CVSROOTADM_OPTIONS "options" - - #define CVSNULLREPOS "Emptydir" /* an empty directory */ - -@@ -259,6 +261,8 @@ - #define CVSREAD_ENV "CVSREAD" /* make files read-only */ - #define CVSREAD_DFLT 0 /* writable files by default */ - -+#define CVSREADONLYFS_ENV "CVSREADONLYFS" /* repository is read-only */ -+ - #define TMPDIR_ENV "TMPDIR" /* Temporary directory */ - - #define EDITOR1_ENV "CVSEDITOR" /* which editor to use */ -@@ -368,6 +372,7 @@ - extern int use_editor; - extern int cvswrite; - extern mode_t cvsumask; -+extern char *RCS_citag; - - - -@@ -386,7 +391,9 @@ - - extern int trace; /* Show all commands */ - extern int noexec; /* Don't modify disk anywhere */ -+extern int readonlyfs; /* fail on all write locks; succeed all read locks */ - extern int logoff; /* Don't write history entry */ -+extern int require_real_user; /* skip CVSROOT/passwd, /etc/passwd users only*/ - - extern int top_level_admin; - -@@ -494,6 +501,7 @@ - char *strcat_filename_onto_homedir PROTO ((const char *, const char *)); - char *cvs_temp_name PROTO ((void)); - FILE *cvs_temp_file PROTO ((char **filename)); -+void parseopts PROTO ((const char *root)); - - int numdots PROTO((const char *s)); - char *increment_revnum PROTO ((const char *)); -@@ -572,6 +580,7 @@ - void WriteTag PROTO ((const char *dir, const char *tag, const char *date, - int nonbranch, const char *update_dir, - const char *repository)); -+void WriteTemplate PROTO ((const char *dir, const char *update_dir)); - void cat_module PROTO((int status)); - void check_entries PROTO((char *dir)); - void close_module PROTO((DBM * db)); -Index: src/diff.c -diff -u src/contrib/cvs/src/diff.c:1.1.1.12 src/contrib/cvs/src/diff.c:1.21 ---- src/contrib/cvs/src/diff.c:1.1.1.12 Thu Apr 15 10:01:55 2004 -+++ src/diff.c Thu Apr 15 10:31:28 2004 -@@ -12,6 +12,8 @@ - * - * Without any file arguments, runs diff against all the currently modified - * files. -+ * -+ * FreeBSD: src/contrib/cvs/src/diff.c,v 1.21 2004/04/15 01:31:28 peter Exp $ - */ - - #include <assert.h> -@@ -52,6 +54,7 @@ - static char *diff_rev1, *diff_rev2; - /* Command line dates, from -D option. Malloc'd. */ - static char *diff_date1, *diff_date2; -+static char *diff_join1, *diff_join2; - static char *use_rev1, *use_rev2; - static int have_rev1_label, have_rev2_label; - -@@ -272,6 +275,8 @@ - diff_rev2 = NULL; - diff_date1 = NULL; - diff_date2 = NULL; -+ diff_join1 = NULL; -+ diff_join2 = NULL; - - optind = 0; - /* FIXME: This should really be allocating an argv to be passed to diff -@@ -282,7 +287,7 @@ - * to diff. - */ - while ((c = getopt_long (argc, argv, -- "+abcdefhilnpstuwy0123456789BHNRTC:D:F:I:L:U:W:k:r:", -+ "+abcdefhilnpstuwy0123456789BHNRTC:D:F:I:L:U:W:k:r:j:", - longopts, &option_index)) != -1) - { - switch (c) -@@ -345,6 +350,27 @@ - free (options); - options = RCS_check_kflag (optarg); - break; -+ case 'j': -+ { -+ char *ptr; -+ char *cpy = strdup(optarg); -+ -+ if ((ptr = strchr(optarg, ':')) != NULL) -+ *ptr++ = 0; -+ if (diff_rev2 != NULL || diff_date2 != NULL) -+ error (1, 0, -+ "no more than two revisions/dates can be specified"); -+ if (diff_rev1 != NULL || diff_date1 != NULL) { -+ diff_join2 = cpy; -+ diff_rev2 = optarg; -+ diff_date2 = ptr ? Make_Date(ptr) : NULL; -+ } else { -+ diff_join1 = cpy; -+ diff_rev1 = optarg; -+ diff_date1 = ptr ? Make_Date(ptr) : NULL; -+ } -+ } -+ break; - case 'r': - if (diff_rev2 != NULL || diff_date2 != NULL) - error (1, 0, -@@ -393,13 +419,18 @@ - send_option_string (opts); - if (options[0] != '\0') - send_arg (options); -- if (diff_rev1) -+ if (diff_join1) -+ option_with_arg ("-j", diff_join1); -+ else if (diff_rev1) - option_with_arg ("-r", diff_rev1); -- if (diff_date1) -+ else if (diff_date1) - client_senddate (diff_date1); -- if (diff_rev2) -+ -+ if (diff_join2) -+ option_with_arg ("-j", diff_join2); -+ else if (diff_rev2) - option_with_arg ("-r", diff_rev2); -- if (diff_date2) -+ else if (diff_date2) - client_senddate (diff_date2); - send_arg ("--"); - -@@ -413,28 +444,26 @@ - - send_to_server ("diff\012", 0); - err = get_responses_and_close (); -- free (options); -- options = NULL; -- return (err); -- } -+ } else - #endif -- -- if (diff_rev1 != NULL) -- tag_check_valid (diff_rev1, argc, argv, local, 0, ""); -- if (diff_rev2 != NULL) -- tag_check_valid (diff_rev2, argc, argv, local, 0, ""); -- -- which = W_LOCAL; -- if (diff_rev1 != NULL || diff_date1 != NULL) -- which |= W_REPOS | W_ATTIC; -- -- wrap_setup (); -- -- /* start the recursion processor */ -- err = start_recursion (diff_fileproc, diff_filesdoneproc, diff_dirproc, -- diff_dirleaveproc, NULL, argc, argv, local, -- which, 0, CVS_LOCK_READ, (char *) NULL, 1, -- (char *) NULL); -+ { -+ if (diff_rev1 != NULL) -+ tag_check_valid (diff_rev1, argc, argv, local, 0, ""); -+ if (diff_rev2 != NULL) -+ tag_check_valid (diff_rev2, argc, argv, local, 0, ""); -+ -+ which = W_LOCAL; -+ if (diff_rev1 != NULL || diff_date1 != NULL) -+ which |= W_REPOS | W_ATTIC; -+ -+ wrap_setup (); -+ -+ /* start the recursion processor */ -+ err = start_recursion (diff_fileproc, diff_filesdoneproc, diff_dirproc, -+ diff_dirleaveproc, NULL, argc, argv, local, -+ which, 0, CVS_LOCK_READ, (char *) NULL, 1, -+ (char *) NULL); -+ } - - /* clean up */ - free (options); -@@ -444,6 +473,10 @@ - free (diff_date1); - if (diff_date2 != NULL) - free (diff_date2); -+ if (diff_join1 != NULL) -+ free (diff_join1); -+ if (diff_join2 != NULL) -+ free (diff_join2); - - return (err); - } -@@ -489,7 +522,7 @@ - int exists; - - exists = 0; -- /* special handling for TAG_HEAD */ -+ /* special handling for TAG_HEAD XXX */ - if (diff_rev1 && strcmp (diff_rev1, TAG_HEAD) == 0) - { - char *head = -@@ -886,7 +919,7 @@ - - if (diff_rev1 || diff_date1) - { -- /* special handling for TAG_HEAD */ -+ /* special handling for TAG_HEAD XXX */ - if (diff_rev1 && strcmp (diff_rev1, TAG_HEAD) == 0) - { - if (vers->vn_rcs != NULL && vers->srcfile != NULL) -@@ -902,7 +935,7 @@ - } - if (diff_rev2 || diff_date2) - { -- /* special handling for TAG_HEAD */ -+ /* special handling for TAG_HEAD XXX */ - if (diff_rev2 && strcmp (diff_rev2, TAG_HEAD) == 0) - { - if (vers->vn_rcs != NULL && vers->srcfile != NULL) -Index: src/entries.c -diff -u src/contrib/cvs/src/entries.c:1.1.1.8 src/contrib/cvs/src/entries.c:1.4 ---- src/contrib/cvs/src/entries.c:1.1.1.8 Thu Apr 15 10:01:55 2004 -+++ src/entries.c Thu Apr 15 10:41:05 2004 -@@ -11,6 +11,9 @@ - * the Entries file. - */ - -+/* -+ * FreeBSD: src/contrib/cvs/src/entries.c,v 1.4 2004/04/15 01:41:05 peter Exp $ -+ */ - #include "cvs.h" - #include "getline.h" - -@@ -633,6 +636,72 @@ - /* put the node into the list */ - addnode (list, p); - return (p); -+} -+ -+static char *root_template; -+ -+static int -+get_root_template(const char *repository, const char *path) -+{ -+ if (root_template) { -+ if (strcmp(path, root_template) == 0) -+ return(0); -+ free(root_template); -+ } -+ if ((root_template = strdup(path)) == NULL) -+ return(-1); -+ return(0); -+} -+ -+/* -+ * Write out/Clear the CVS/Template file. -+ */ -+void -+WriteTemplate (dir, update_dir) -+ const char *dir; -+ const char *update_dir; -+{ -+ char *tmp = NULL; -+ struct stat st1; -+ struct stat st2; -+ -+ if (Parse_Info(CVSROOTADM_RCSINFO, "cvs", get_root_template, 1) < 0) -+ return; -+ -+ if (asprintf(&tmp, "%s/%s", dir, CVSADM_TEMPLATE) < 0) -+ error (1, errno, "out of memory"); -+ -+ if (stat(root_template, &st1) == 0) { -+ if (stat(tmp, &st2) < 0 || st1.st_mtime != st2.st_mtime) { -+ FILE *fi; -+ FILE *fo; -+ -+ if ((fi = open_file(root_template, "r")) != NULL) { -+ if ((fo = open_file(tmp, "w")) != NULL) { -+ int n; -+ char buf[256]; -+ -+ while ((n = fread(buf, 1, sizeof(buf), fi)) > 0) -+ fwrite(buf, 1, n, fo); -+ fflush(fo); -+ if (ferror(fi) || ferror(fo)) { -+ fclose(fo); -+ remove(tmp); -+ error (1, errno, "error copying Template"); -+ } else { -+ struct timeval times[2]; -+ fclose(fo); -+ times[0].tv_sec = st1.st_mtime; -+ times[0].tv_usec = 0; -+ times[1] = times[0]; -+ utimes(tmp, times); -+ } -+ } -+ fclose(fi); -+ } -+ } -+ } -+ free(tmp); - } - - /* -Index: src/filesubr.c -diff -u src/contrib/cvs/src/filesubr.c:1.1.1.11 src/contrib/cvs/src/filesubr.c:1.11 ---- src/contrib/cvs/src/filesubr.c:1.1.1.11 Thu Apr 15 10:01:55 2004 -+++ src/filesubr.c Thu Apr 15 10:17:27 2004 -@@ -17,6 +17,10 @@ - definitions under operating systems (like, say, Windows NT) with different - file system semantics. */ - -+/* -+ * FreeBSD: src/contrib/cvs/src/filesubr.c,v 1.11 2004/04/15 01:17:27 peter Exp $ -+ */ -+ - #include <assert.h> - #include "cvs.h" - -@@ -872,8 +876,8 @@ - const char *link; - { - char *file = NULL; -- int buflen = 128; -- int link_name_len; -+ int buflen = BUFSIZ; -+ int linklen; - - /* Get the name of the file to which `from' is linked. - FIXME: what portability issues arise here? Are readlink & -@@ -881,15 +885,15 @@ - do - { - file = xrealloc (file, buflen); -- link_name_len = readlink (link, file, buflen - 1); -+ errno = 0; -+ linklen = readlink (link, file, buflen - 1); - buflen *= 2; - } -- while (link_name_len < 0 && errno == ENAMETOOLONG); -+ while (linklen == -1 && errno == ENAMETOOLONG); - -- if (link_name_len < 0) -+ if (linklen == -1) - error (1, errno, "cannot readlink %s", link); -- -- file[link_name_len] = '\0'; -+ file[linklen] = '\0'; - - return file; - } -Index: src/import.c -diff -u src/contrib/cvs/src/import.c:1.1.1.13 src/contrib/cvs/src/import.c:1.12 ---- src/contrib/cvs/src/import.c:1.1.1.13 Thu Apr 15 10:01:55 2004 -+++ src/import.c Thu Apr 15 10:17:27 2004 -@@ -14,6 +14,8 @@ - * VendorReleTag Tag for this particular release - * - * Additional arguments specify more Vendor Release Tags. -+ * -+ * FreeBSD: src/contrib/cvs/src/import.c,v 1.12 2004/04/15 01:17:27 peter Exp $ - */ - - #include "cvs.h" -Index: src/lock.c -diff -u src/contrib/cvs/src/lock.c:1.1.1.12 src/contrib/cvs/src/lock.c:1.13 ---- src/contrib/cvs/src/lock.c:1.1.1.12 Thu Apr 15 10:01:55 2004 -+++ src/lock.c Thu Apr 15 10:17:27 2004 -@@ -8,6 +8,8 @@ - * Set Lock - * - * Lock file support for CVS. -+ * -+ * FreeBSD: src/contrib/cvs/src/lock.c,v 1.13 2004/04/15 01:17:27 peter Exp $ - */ - - /* The node Concurrency in doc/cvs.texinfo has a brief introduction to -@@ -407,7 +409,7 @@ - (void) fprintf (stderr, "%s-> Reader_Lock(%s)\n", CLIENT_SERVER_STR, - xrepository); - -- if (noexec) -+ if (noexec || readonlyfs) - return 0; - - /* we only do one directory at a time for read locks! */ -@@ -483,6 +485,11 @@ - - if (noexec) - return 0; -+ -+ if (readonlyfs) { -+ error (0, 0, "write lock failed - read-only repository"); -+ return (1); -+ } - - /* We only know how to do one list at a time */ - if (locklist != (List *) NULL) -Index: src/login.c -diff -u src/contrib/cvs/src/login.c:1.1.1.9 src/contrib/cvs/src/login.c:1.8 ---- src/contrib/cvs/src/login.c:1.1.1.9 Thu Apr 15 10:01:55 2004 -+++ src/login.c Thu Apr 15 10:17:27 2004 -@@ -5,6 +5,8 @@ - * specified in the README file that comes with CVS. - * - * Allow user to log in for an authenticating server. -+ * -+ * FreeBSD: src/contrib/cvs/src/login.c,v 1.8 2004/04/15 01:17:27 peter Exp $ - */ - - #include "cvs.h" -Index: src/logmsg.c -diff -u src/contrib/cvs/src/logmsg.c:1.1.1.10 src/contrib/cvs/src/logmsg.c:1.12 ---- src/contrib/cvs/src/logmsg.c:1.1.1.10 Thu Apr 15 10:01:55 2004 -+++ src/logmsg.c Thu Apr 15 10:17:27 2004 -@@ -4,6 +4,8 @@ - * - * You may distribute under the terms of the GNU General Public License as - * specified in the README file that comes with the CVS source distribution. -+ * -+ * FreeBSD: src/contrib/cvs/src/logmsg.c,v 1.12 2004/04/15 01:17:27 peter Exp $ - */ - - #include <assert.h> -@@ -226,6 +228,8 @@ - (*messagep)[strlen (*messagep) - 1] != '\n') - (void) fprintf (fp, "\n"); - } -+ else -+ (void) fprintf (fp, "\n"); - - if (repository != NULL) - /* tack templates on if necessary */ -Index: src/main.c -diff -u src/contrib/cvs/src/main.c:1.1.1.13 src/contrib/cvs/src/main.c:1.24 ---- src/contrib/cvs/src/main.c:1.1.1.13 Thu Apr 15 10:01:55 2004 -+++ src/main.c Thu Apr 15 10:17:27 2004 -@@ -10,10 +10,12 @@ - * Credit to Dick Grune, Vrije Universiteit, Amsterdam, for writing - * the shell-script CVS system that this is based on. - * -+ * FreeBSD: src/contrib/cvs/src/main.c,v 1.24 2004/04/15 01:17:27 peter Exp $ - */ - - #include <assert.h> - #include "cvs.h" -+#include "prepend_args.h" - - #ifdef HAVE_WINSOCK_H - #include <winsock.h> -@@ -41,6 +43,8 @@ - int quiet = 0; - int trace = 0; - int noexec = 0; -+int readonlyfs = 0; -+int require_real_user = 0; - int logoff = 0; - - /* Set if we should be writing CVSADM directories at top level. At -@@ -106,7 +110,7 @@ - { - { "add", "ad", "new", add, CVS_CMD_MODIFIES_REPOSITORY | CVS_CMD_USES_WORK_DIR }, - { "admin", "adm", "rcs", admin, CVS_CMD_MODIFIES_REPOSITORY | CVS_CMD_USES_WORK_DIR }, -- { "annotate", "ann", NULL, annotate, CVS_CMD_USES_WORK_DIR }, -+ { "annotate", "ann", "blame", annotate, CVS_CMD_USES_WORK_DIR }, - { "checkout", "co", "get", checkout, 0 }, - { "commit", "ci", "com", commit, CVS_CMD_MODIFIES_REPOSITORY | CVS_CMD_USES_WORK_DIR }, - { "diff", "di", "dif", diff, CVS_CMD_USES_WORK_DIR }, -@@ -247,8 +251,10 @@ - " -q Cause CVS to be somewhat quiet.\n", - " -r Make checked-out files read-only.\n", - " -w Make checked-out files read-write (default).\n", -+ " -g Force group-write perms on checked-out files.\n", - " -n Do not execute anything that will change the disk.\n", - " -t Show trace of program execution -- try with -n.\n", -+ " -R Assume repository is read-only, such as CDROM\n", - " -v CVS version and copyright.\n", - " -T tmpdir Use 'tmpdir' for temporary files.\n", - " -e editor Use 'editor' for editing log information.\n", -@@ -406,7 +412,7 @@ - int help = 0; /* Has the user asked for help? This - lets us support the `cvs -H cmd' - convention to give help for cmd. */ -- static const char short_options[] = "+Qqrwtnvb:T:e:d:Hfz:s:xa"; -+ static const char short_options[] = "+QqgrwtnRvb:T:e:d:Hfz:s:xaU"; - static struct option long_options[] = - { - {"help", 0, NULL, 'H'}, -@@ -469,6 +475,12 @@ - } - if (getenv (CVSREAD_ENV) != NULL) - cvswrite = 0; -+ if (getenv (CVSREADONLYFS_ENV) != NULL) { -+ readonlyfs = 1; -+ logoff = 1; -+ } -+ -+ prepend_default_options (getenv ("CVS_OPTIONS"), &argc, &argv); - - /* Set this to 0 to force getopt initialization. getopt() sets - this to 1 internally. */ -@@ -531,9 +543,20 @@ - case 'w': - cvswrite = 1; - break; -+ case 'g': -+ /* -+ * force full group write perms (used for shared checked-out -+ * source trees, see manual page) -+ */ -+ umask(umask(077) & 007); -+ break; - case 't': - trace = 1; - break; -+ case 'R': -+ readonlyfs = 1; -+ logoff = 1; -+ break; - case 'n': - noexec = 1; - logoff = 1; -@@ -623,6 +646,11 @@ - We will issue an error later if stream - authentication is not supported. */ - break; -+ case 'U': -+#ifdef SERVER_SUPPORT -+ require_real_user = 1; -+#endif -+ break; - case '?': - default: - usage (usg); -@@ -749,6 +777,12 @@ - (void) putenv (env); - /* do not free env, as putenv has control of it */ - } -+ { -+ char *env; -+ env = xmalloc (sizeof "CVS_PID=" + 32); /* XXX pid < 10^32 */ -+ (void) sprintf (env, "CVS_PID=%ld", (long) getpid ()); -+ (void) putenv (env); -+ } - #endif - - #ifndef DONT_USE_SIGNALS -@@ -974,6 +1008,9 @@ - if we didn't, then there would be no way to check in a new - CVSROOT/config file to fix the broken one! */ - parse_config (current_parsed_root->directory); -+ -+ /* Now is a convenient time to read CVSROOT/options */ -+ parseopts(current_parsed_root->directory); - } - - #ifdef CLIENT_SUPPORT -@@ -1165,4 +1202,62 @@ - for (; *cpp; cpp++) - (void) fprintf (stderr, *cpp); - error_exit (); -+} -+ -+void -+parseopts(root) -+ const char *root; -+{ -+ char path[PATH_MAX]; -+ int save_errno; -+ char buf[1024]; -+ const char *p; -+ char *q; -+ FILE *fp; -+ -+ if (root == NULL) { -+ printf("no CVSROOT in parseopts\n"); -+ return; -+ } -+ p = strchr (root, ':'); -+ if (p) -+ p++; -+ else -+ p = root; -+ if (p == NULL) { -+ printf("mangled CVSROOT in parseopts\n"); -+ return; -+ } -+ (void) sprintf (path, "%s/%s/%s", p, CVSROOTADM, CVSROOTADM_OPTIONS); -+ if ((fp = fopen(path, "r")) != NULL) { -+ while (fgets(buf, sizeof buf, fp) != NULL) { -+ if (buf[0] == '#') -+ continue; -+ q = strrchr(buf, '\n'); -+ if (q) -+ *q = '\0'; -+ -+ if (!strncmp(buf, "tag=", 4)) { -+ char *what; -+ char *rcs_localid; -+ -+ rcs_localid = buf + 4; -+ RCS_setlocalid(rcs_localid); -+ } -+ if (!strncmp(buf, "tagexpand=", 10)) { -+ char *what; -+ char *rcs_incexc; -+ -+ rcs_incexc = buf + 10; -+ RCS_setincexc(rcs_incexc); -+ } -+ /* -+ * OpenBSD has a "umask=" and "dlimit=" command, we silently -+ * ignore them here since they are not much use to us. cvsumask -+ * defaults to 002 already, and the dlimit (data size limit) -+ * should really be handled elsewhere (eg: login.conf). -+ */ -+ } -+ fclose(fp); -+ } - } -Index: src/mkmodules.c -diff -u src/contrib/cvs/src/mkmodules.c:1.1.1.12 src/contrib/cvs/src/mkmodules.c:1.13 ---- src/contrib/cvs/src/mkmodules.c:1.1.1.12 Thu Apr 15 10:01:55 2004 -+++ src/mkmodules.c Thu Apr 15 10:17:27 2004 -@@ -3,7 +3,10 @@ - * Copyright (c) 1989-1992, Brian Berliner - * - * You may distribute under the terms of the GNU General Public License as -- * specified in the README file that comes with the CVS kit. */ -+ * specified in the README file that comes with the CVS kit. -+ * -+ * FreeBSD: src/contrib/cvs/src/mkmodules.c,v 1.13 2004/04/15 01:17:27 peter Exp $ -+ */ - - #include "cvs.h" - #include "getline.h" -Index: src/parseinfo.c -diff -u src/contrib/cvs/src/parseinfo.c:1.1.1.12 src/contrib/cvs/src/parseinfo.c:1.3 ---- src/contrib/cvs/src/parseinfo.c:1.1.1.12 Thu Apr 15 10:01:55 2004 -+++ src/parseinfo.c Thu Apr 15 10:17:27 2004 -@@ -4,6 +4,8 @@ - * - * You may distribute under the terms of the GNU General Public License as - * specified in the README file that comes with the CVS source distribution. -+ * -+ * FreeBSD: src/contrib/cvs/src/parseinfo.c,v 1.3 2004/04/15 01:17:27 peter Exp $ - */ - - #include "cvs.h" -@@ -349,6 +351,25 @@ - error (0, 0, "unrecognized value '%s' for SystemAuth", p); - goto error_return; - } -+ } -+ else if (strcmp (line, "tag") == 0) { -+ RCS_setlocalid(p); -+ } -+ else if (strcmp (line, "umask") == 0) { -+ cvsumask = (mode_t)(strtol(p, NULL, 8) & 0777); -+ } -+ else if (strcmp (line, "dlimit") == 0) { -+#ifdef BSD -+#include <sys/resource.h> -+ struct rlimit rl; -+ -+ if (getrlimit(RLIMIT_DATA, &rl) != -1) { -+ rl.rlim_cur = atoi(p); -+ rl.rlim_cur *= 1024; -+ -+ (void) setrlimit(RLIMIT_DATA, &rl); -+ } -+#endif /* BSD */ - } - else if (strcmp (line, "PreservePermissions") == 0) - { -Index: src/rcs.c -diff -u src/contrib/cvs/src/rcs.c:1.1.1.14 src/contrib/cvs/src/rcs.c:1.26 ---- src/contrib/cvs/src/rcs.c:1.1.1.14 Thu Apr 15 10:01:55 2004 -+++ src/rcs.c Thu Apr 15 10:17:27 2004 -@@ -6,6 +6,8 @@ - * - * The routines contained in this file do all the rcs file parsing and - * manipulation -+ * -+ * FreeBSD: src/contrib/cvs/src/rcs.c,v 1.26 2004/04/15 01:17:27 peter Exp $ - */ - - #include <assert.h> -@@ -134,6 +136,8 @@ - evaluates its arguments multiple times. */ - #define STREQ(a, b) (*(char *)(a) == *(char *)(b) && strcmp ((a), (b)) == 0) - -+static char * getfullCVSname PROTO ((char *, char **)); -+ - /* - * We don't want to use isspace() from the C library because: - * -@@ -2502,13 +2506,25 @@ - char *rev; - { - int rev_num; -- char *xrev, *test_branch; -+ char *xrev, *test_branch, *local_branch_num; - - xrev = xmalloc (strlen (rev) + 14); /* enough for .0.number */ - check_rev = xrev; - -+ local_branch_num = getenv("CVS_LOCAL_BRANCH_NUM"); -+ if (local_branch_num) -+ { -+ rev_num = atoi(local_branch_num); -+ if (rev_num < 2) -+ rev_num = 2; -+ else -+ rev_num &= ~1; -+ } -+ else -+ rev_num = 2; -+ - /* only look at even numbered branches */ -- for (rev_num = 2; ; rev_num += 2) -+ for ( ; ; rev_num += 2) - { - /* see if the physical branch exists */ - (void) sprintf (xrev, "%s.%d", rev, rev_num); -@@ -3481,27 +3497,31 @@ - { - const char *string; - size_t len; -+ int expandit; - }; - #define KEYWORD_INIT(s) (s), sizeof (s) - 1 --static const struct rcs_keyword keywords[] = -+static struct rcs_keyword keywords[] = - { -- { KEYWORD_INIT ("Author") }, -- { KEYWORD_INIT ("Date") }, -- { KEYWORD_INIT ("Header") }, -- { KEYWORD_INIT ("Id") }, -- { KEYWORD_INIT ("Locker") }, -- { KEYWORD_INIT ("Log") }, -- { KEYWORD_INIT ("Name") }, -- { KEYWORD_INIT ("RCSfile") }, -- { KEYWORD_INIT ("Revision") }, -- { KEYWORD_INIT ("Source") }, -- { KEYWORD_INIT ("State") }, -- { NULL, 0 } -+ { KEYWORD_INIT ("Author"), 1 }, -+ { KEYWORD_INIT ("Date"), 1 }, -+ { KEYWORD_INIT ("CVSHeader"), 1 }, -+ { KEYWORD_INIT ("Header"), 1 }, -+ { KEYWORD_INIT ("Id"), 1 }, -+ { KEYWORD_INIT ("Locker"), 1 }, -+ { KEYWORD_INIT ("Log"), 1 }, -+ { KEYWORD_INIT ("Name"), 1 }, -+ { KEYWORD_INIT ("RCSfile"), 1 }, -+ { KEYWORD_INIT ("Revision"), 1 }, -+ { KEYWORD_INIT ("Source"), 1 }, -+ { KEYWORD_INIT ("State"), 1 }, -+ { NULL, 0, 0 }, -+ { NULL, 0, 0 } - }; - enum keyword - { - KEYWORD_AUTHOR = 0, - KEYWORD_DATE, -+ KEYWORD_CVSHEADER, - KEYWORD_HEADER, - KEYWORD_ID, - KEYWORD_LOCKER, -@@ -3510,8 +3530,10 @@ - KEYWORD_RCSFILE, - KEYWORD_REVISION, - KEYWORD_SOURCE, -- KEYWORD_STATE -+ KEYWORD_STATE, -+ KEYWORD_LOCALID - }; -+enum keyword keyword_local = KEYWORD_ID; - - /* Convert an RCS date string into a readable string. This is like - the RCS date2str function. */ -@@ -3689,7 +3711,8 @@ - slen = s - srch; - for (keyword = keywords; keyword->string != NULL; keyword++) - { -- if (keyword->len == slen -+ if (keyword->expandit -+ && keyword->len == slen - && strncmp (keyword->string, srch, slen) == 0) - { - break; -@@ -3736,15 +3759,25 @@ - free_value = 1; - break; - -+ case KEYWORD_CVSHEADER: - case KEYWORD_HEADER: - case KEYWORD_ID: -+ case KEYWORD_LOCALID: - { - const char *path; - int free_path; - char *date; -+ char *old_path; - -- if (kw == KEYWORD_HEADER) -+ old_path = NULL; -+ if (kw == KEYWORD_HEADER || -+ (kw == KEYWORD_LOCALID && -+ keyword_local == KEYWORD_HEADER)) - path = rcs->path; -+ else if (kw == KEYWORD_CVSHEADER || -+ (kw == KEYWORD_LOCALID && -+ keyword_local == KEYWORD_CVSHEADER)) -+ path = getfullCVSname(rcs->path, &old_path); - else - path = last_component (rcs->path); - path = escape_keyword_value (path, &free_path); -@@ -3767,6 +3800,8 @@ - * and we can discard the const. - */ - free ((char *)path); -+ if (old_path) -+ free (old_path); - free (date); - free_value = 1; - } -@@ -8619,4 +8654,106 @@ - (void) sprintf (label, "-L%s\t%s", path, datebuf); - } - return label; -+} -+ -+void -+RCS_setlocalid (arg) -+ const char *arg; -+{ -+ char *copy, *next, *key; -+ -+ copy = xstrdup(arg); -+ next = copy; -+ key = strtok(next, "="); -+ -+ keywords[KEYWORD_LOCALID].string = xstrdup(key); -+ keywords[KEYWORD_LOCALID].len = strlen(key); -+ keywords[KEYWORD_LOCALID].expandit = 1; -+ -+ /* options? */ -+ while (key = strtok(NULL, ",")) { -+ if (!strcmp(key, keywords[KEYWORD_ID].string)) -+ keyword_local = KEYWORD_ID; -+ else if (!strcmp(key, keywords[KEYWORD_HEADER].string)) -+ keyword_local = KEYWORD_HEADER; -+ else if (!strcmp(key, keywords[KEYWORD_CVSHEADER].string)) -+ keyword_local = KEYWORD_CVSHEADER; -+ else -+ error(1, 0, "Unknown LocalId mode: %s", key); -+ } -+ free(copy); -+} -+ -+void -+RCS_setincexc (arg) -+ const char *arg; -+{ -+ char *key; -+ char *copy, *next; -+ int include = 0; -+ struct rcs_keyword *keyword; -+ -+ copy = xstrdup(arg); -+ next = copy; -+ switch (*next++) { -+ case 'e': -+ include = 0; -+ break; -+ case 'i': -+ include = 1; -+ break; -+ default: -+ free(copy); -+ return; -+ } -+ -+ if (include) -+ for (keyword = keywords; keyword->string != NULL; keyword++) -+ { -+ keyword->expandit = 0; -+ } -+ -+ key = strtok(next, ","); -+ while (key) { -+ for (keyword = keywords; keyword->string != NULL; keyword++) { -+ if (strcmp (keyword->string, key) == 0) -+ keyword->expandit = include; -+ } -+ key = strtok(NULL, ","); -+ } -+ free(copy); -+ return; -+} -+ -+#define ATTIC "/" CVSATTIC -+static char * -+getfullCVSname(CVSname, pathstore) -+ char *CVSname, **pathstore; -+{ -+ if (current_parsed_root->directory) { -+ int rootlen; -+ char *c = NULL; -+ int alen = sizeof(ATTIC) - 1; -+ -+ *pathstore = xstrdup(CVSname); -+ if ((c = strrchr(*pathstore, '/')) != NULL) { -+ if (c - *pathstore >= alen) { -+ if (!strncmp(c - alen, ATTIC, alen)) { -+ while (*c != '\0') { -+ *(c - alen) = *c; -+ c++; -+ } -+ *(c - alen) = '\0'; -+ } -+ } -+ } -+ -+ rootlen = strlen(current_parsed_root->directory); -+ if (!strncmp(*pathstore, current_parsed_root->directory, rootlen) && -+ (*pathstore)[rootlen] == '/') -+ CVSname = (*pathstore + rootlen + 1); -+ else -+ CVSname = (*pathstore); -+ } -+ return CVSname; - } -Index: src/rcs.h -diff -u src/contrib/cvs/src/rcs.h:1.1.1.10 src/contrib/cvs/src/rcs.h:1.10 ---- src/contrib/cvs/src/rcs.h:1.1.1.10 Thu Apr 15 10:01:55 2004 -+++ src/rcs.h Thu Apr 15 10:17:27 2004 -@@ -6,6 +6,8 @@ - * specified in the README file that comes with the CVS source distribution. - * - * RCS source control definitions needed by rcs.c and friends -+ * -+ * FreeBSD: src/contrib/cvs/src/rcs.h,v 1.10 2004/04/15 01:17:27 peter Exp $ - */ - - /* Strings which indicate a conflict if they occur at the start of a line. */ -@@ -244,6 +246,8 @@ - void RCS_deltas PROTO ((RCSNode *, FILE *, struct rcsbuffer *, const char *, - enum rcs_delta_op, char **, size_t *, - char **, size_t *)); -+void RCS_setincexc PROTO ((const char *arg)); -+void RCS_setlocalid PROTO ((const char *arg)); - char *make_file_label PROTO ((const char *, const char *, RCSNode *)); - - extern int preserve_perms; -Index: src/rcscmds.c -diff -u src/contrib/cvs/src/rcscmds.c:1.1.1.10 src/contrib/cvs/src/rcscmds.c:1.10 ---- src/contrib/cvs/src/rcscmds.c:1.1.1.10 Thu Apr 15 10:01:55 2004 -+++ src/rcscmds.c Thu Apr 15 10:17:27 2004 -@@ -7,6 +7,8 @@ - * - * The functions in this file provide an interface for performing - * operations directly on RCS files. -+ * -+ * FreeBSD: src/contrib/cvs/src/rcscmds.c,v 1.10 2004/04/15 01:17:27 peter Exp $ - */ - - #include "cvs.h" -Index: src/recurse.c -diff -u src/contrib/cvs/src/recurse.c:1.1.1.13 src/contrib/cvs/src/recurse.c:1.12 ---- src/contrib/cvs/src/recurse.c:1.1.1.13 Thu Apr 15 10:01:55 2004 -+++ src/recurse.c Thu Apr 15 10:17:27 2004 -@@ -6,6 +6,7 @@ - * - * General recursion handler - * -+ * FreeBSD: src/contrib/cvs/src/recurse.c,v 1.12 2004/04/15 01:17:27 peter Exp $ - */ - - #include "cvs.h" -Index: src/server.c -diff -u src/contrib/cvs/src/server.c:1.1.1.15 src/contrib/cvs/src/server.c:1.21 ---- src/contrib/cvs/src/server.c:1.1.1.15 Thu Apr 15 10:01:55 2004 -+++ src/server.c Thu Apr 15 10:17:27 2004 -@@ -8,6 +8,10 @@ - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. */ - -+/* -+ * FreeBSD: src/contrib/cvs/src/server.c,v 1.21 2004/04/15 01:17:27 peter Exp $ -+ */ -+ - #include <assert.h> - #include "cvs.h" - #include "watch.h" -@@ -773,6 +777,9 @@ - nothing. But for rsh, we need to do it now. */ - parse_config (current_parsed_root->directory); - -+ /* Now is a good time to read CVSROOT/options too. */ -+ parseopts(current_parsed_root->directory); -+ - path = xmalloc (strlen (current_parsed_root->directory) - + sizeof (CVSROOTADM) - + 2); -@@ -5508,7 +5515,10 @@ - password file. If so, that's enough to authenticate with. If - not, we'll check /etc/passwd. */ - -- rc = check_repository_password (username, password, repository, -+ if (require_real_user) -+ rc = 0; /* "not found" */ -+ else -+ rc = check_repository_password (username, password, repository, - &host_user); - - if (rc == 2) -Index: src/update.c -diff -u src/contrib/cvs/src/update.c:1.1.1.14 src/contrib/cvs/src/update.c:1.13 ---- src/contrib/cvs/src/update.c:1.1.1.14 Thu Apr 15 10:01:55 2004 -+++ src/update.c Thu Apr 15 10:17:28 2004 -@@ -31,6 +31,8 @@ - * versions, these are updated too. If the -d option was specified, new - * directories added to the repository are automatically created and updated - * as well. -+ * -+ * FreeBSD: src/contrib/cvs/src/update.c,v 1.13 2004/04/15 01:17:28 peter Exp $ - */ - - #include "cvs.h" -@@ -95,10 +97,10 @@ - static int aflag = 0; - static int toss_local_changes = 0; - static int force_tag_match = 1; -+static int pull_template = 0; - static int update_build_dirs = 0; - static int update_prune_dirs = 0; - static int pipeout = 0; --static int dotemplate = 0; - #ifdef SERVER_SUPPORT - static int patches = 0; - static int rcs_diff_patches = 0; -@@ -123,6 +125,7 @@ - "\t-j rev\tMerge in changes made between current revision and rev.\n", - "\t-I ign\tMore files to ignore (! to reset).\n", - "\t-W spec\tWrappers specification line.\n", -+ "\t-T\tCreate CVS/Template.\n", - "(Specify the --help global option for a list of other help options)\n", - NULL - }; -@@ -138,6 +141,7 @@ - int c, err; - int local = 0; /* recursive by default */ - int which; /* where to look for files and dirs */ -+ int xpull_template = 0; - - if (argc == -1) - usage (update_usage); -@@ -147,7 +151,7 @@ - - /* parse the args */ - optind = 0; -- while ((c = getopt (argc, argv, "+ApCPflRQqduk:r:D:j:I:W:")) != -1) -+ while ((c = getopt (argc, argv, "+ApCPflRQTqduk:r:D:j:I:W:")) != -1) - { - switch (c) - { -@@ -185,6 +189,9 @@ - "-q or -Q must be specified before \"%s\"", - cvs_cmd_name); - break; -+ case 'T': -+ xpull_template = 1; -+ break; - case 'd': - update_build_dirs = 1; - break; -@@ -413,8 +420,8 @@ - /* call the command line interface */ - err = do_update (argc, argv, options, tag, date, force_tag_match, - local, update_build_dirs, aflag, update_prune_dirs, -- pipeout, which, join_rev1, join_rev2, (char *) NULL, 1, -- (char *) NULL); -+ pipeout, which, join_rev1, join_rev2, (char *) NULL, -+ xpull_template, (char *) NULL); - - /* free the space Make_Date allocated if necessary */ - if (date != NULL) -@@ -429,7 +436,7 @@ - int - do_update (argc, argv, xoptions, xtag, xdate, xforce, local, xbuild, xaflag, - xprune, xpipeout, which, xjoin_rev1, xjoin_rev2, preload_update_dir, -- xdotemplate, repository) -+ xpull_template, repository) - int argc; - char **argv; - char *xoptions; -@@ -445,7 +452,7 @@ - char *xjoin_rev1; - char *xjoin_rev2; - char *preload_update_dir; -- int xdotemplate; -+ int xpull_template; - char *repository; - { - int err = 0; -@@ -460,7 +467,7 @@ - aflag = xaflag; - update_prune_dirs = xprune; - pipeout = xpipeout; -- dotemplate = xdotemplate; -+ pull_template = xpull_template; - - /* setup the join support */ - join_rev1 = xjoin_rev1; -@@ -602,7 +609,7 @@ - && tag != NULL - && finfo->rcs != NULL) - { -- char *rev = RCS_getversion (finfo->rcs, tag, NULL, 1, NULL); -+ char *rev = RCS_getversion (finfo->rcs, tag, date, 1, NULL); - if (rev != NULL - && !RCS_nodeisbranch (finfo->rcs, tag)) - nonbranch = 1; -@@ -948,7 +955,7 @@ - via WriteTag. */ - 0, - 0, -- dotemplate); -+ pull_template); - rewrite_tag = 1; - nonbranch = 0; - Subdir_Register (entries, (char *) NULL, dir); -@@ -1005,6 +1012,12 @@ - WriteTag (dir, tag, date, 0, update_dir, repository); - rewrite_tag = 1; - nonbranch = 0; -+ } -+ -+ /* keep the CVS/Template file current */ -+ if (pull_template) -+ { -+ WriteTemplate (dir, update_dir); - } - - /* initialize the ignore list for this directory */ -Index: src/update.h -diff -u src/contrib/cvs/src/update.h:1.1.1.4 src/contrib/cvs/src/update.h:1.3 ---- src/contrib/cvs/src/update.h:1.1.1.4 Thu Apr 15 10:01:55 2004 -+++ src/update.h Thu Apr 15 10:17:28 2004 -@@ -10,10 +10,14 @@ - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. */ - -+/* -+ * FreeBSD: src/contrib/cvs/src/update.h,v 1.3 2004/04/15 01:17:28 peter Exp $ -+ */ -+ - int do_update PROTO((int argc, char *argv[], char *xoptions, char *xtag, - char *xdate, int xforce, int local, int xbuild, - int xaflag, int xprune, int xpipeout, int which, - char *xjoin_rev1, char *xjoin_rev2, char *preload_update_dir, -- int xdotemplate, char *repository)); -+ int xpull_template, char *repository)); - int joining PROTO((void)); - extern int isemptydir PROTO ((const char *dir, int might_not_exist)); -Index: src/prepend_args.c -diff -u /dev/null src/gnu/usr.bin/cvs/cvs/prepend_args.c:1.3 ---- /dev/null Fri Apr 16 06:29:14 2004 -+++ src/prepend_args.c Mon Sep 2 15:09:03 2002 -@@ -0,0 +1,86 @@ -+/* prepend_args.c - utilility programs for manpiulating argv[] -+ Copyright (C) 1999 Free Software Foundation, Inc. -+ -+ This program is free software; you can redistribute it and/or modify -+ it under the terms of the GNU General Public License as published by -+ the Free Software Foundation; either version 2, or (at your option) -+ any later version. -+ -+ This program is distributed in the hope that it will be useful, -+ but WITHOUT ANY WARRANTY; without even the implied warranty of -+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+ GNU General Public License for more details. -+ -+ You should have received a copy of the GNU General Public License -+ along with this program; if not, write to the Free Software -+ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -+ 02111-1307, USA. */ -+ -+/* FreeBSD: src/gnu/usr.bin/cvs/cvs/prepend_args.c,v 1.3 2002/09/02 06:09:03 peter Exp $ */ -+ -+ -+#ifdef HAVE_CONFIG_H -+# include <config.h> -+#endif -+#include "cvs.h" -+#include "prepend_args.h" -+ -+ -+/* Find the white-space-separated options specified by OPTIONS, and -+ using BUF to store copies of these options, set ARGV[0], ARGV[1], -+ etc. to the option copies. Return the number N of options found. -+ Do not set ARGV[N] to NULL. If ARGV is NULL, do not store ARGV[0] -+ etc. Backslash can be used to escape whitespace (and backslashes). */ -+static int -+prepend_args (options, buf, argv) -+ char const *options; -+ char *buf; -+ char **argv; -+{ -+ char const *o = options; -+ char *b = buf; -+ int n = 0; -+ -+ for (;;) -+ { -+ while (isspace ((unsigned char) *o)) -+ o++; -+ if (!*o) -+ return n; -+ if (argv) -+ argv[n] = b; -+ n++; -+ -+ do -+ if ((*b++ = *o++) == '\\' && *o) -+ b[-1] = *o++; -+ while (*o && ! isspace ((unsigned char) *o)); -+ -+ *b++ = '\0'; -+ } -+} -+ -+/* Prepend the whitespace-separated options in OPTIONS to the argument -+ vector of a main program with argument count *PARGC and argument -+ vector *PARGV. */ -+void -+prepend_default_options (options, pargc, pargv) -+ char const *options; -+ int *pargc; -+ char ***pargv; -+{ -+ if (options) -+ { -+ char *buf = xmalloc (strlen (options) + 1); -+ int prepended = prepend_args (options, buf, (char **) NULL); -+ int argc = *pargc; -+ char * const *argv = *pargv; -+ char **pp = (char **) xmalloc ((prepended + argc + 1) * sizeof *pp); -+ *pargc = prepended + argc; -+ *pargv = pp; -+ *pp++ = *argv++; -+ pp += prepend_args (options, buf, pp); -+ while ((*pp++ = *argv++)) -+ continue; -+ } -+} -Index: src/prepend_args.h -diff -u /dev/null src/gnu/usr.bin/cvs/cvs/prepend_args.h:1.2 ---- /dev/null Fri Apr 16 06:29:14 2004 -+++ src/prepend_args.h Mon Sep 2 15:09:03 2002 -@@ -0,0 +1,26 @@ -+/* prepend_args.h - utilility programs for manpiulating argv[] -+ Copyright (C) 1999 Free Software Foundation, Inc. -+ -+ This program is free software; you can redistribute it and/or modify -+ it under the terms of the GNU General Public License as published by -+ the Free Software Foundation; either version 2, or (at your option) -+ any later version. -+ -+ This program is distributed in the hope that it will be useful, -+ but WITHOUT ANY WARRANTY; without even the implied warranty of -+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+ GNU General Public License for more details. -+ -+ You should have received a copy of the GNU General Public License -+ along with this program; if not, write to the Free Software -+ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -+ 02111-1307, USA. */ -+ -+/* FreeBSD: src/gnu/usr.bin/cvs/cvs/prepend_args.h,v 1.2 2002/09/02 06:09:03 peter Exp $ */ -+ -+/* This code, taken from GNU Grep, originally used the "PARAM" macro, as the -+ current GNU coding standards requires. Older GNU code used the "PROTO" -+ macro, before the GNU coding standards replaced it. We use the older -+ form here to keep from having to include another file in cvs/src/main.c. */ -+ -+void prepend_default_options PROTO ((char const *, int *, char ***)); diff --git a/devel/cvs-devel/files/patch-lib-Makefile.in b/devel/cvs-devel/files/patch-lib-Makefile.in deleted file mode 100644 index 128728d46604..000000000000 --- a/devel/cvs-devel/files/patch-lib-Makefile.in +++ /dev/null @@ -1,37 +0,0 @@ ---- lib/Makefile.in.orig Mon Sep 29 19:05:58 2003 -+++ lib/Makefile.in Tue Sep 30 11:25:43 2003 -@@ -173,8 +173,6 @@ - getopt.c \ - getopt1.c \ - getpass.c \ -- md5.c \ -- regex.c \ - savecwd.c \ - sighandle.c \ - stripslash.c \ -@@ -210,7 +208,7 @@ - libcvs_a_DEPENDENCIES = @LIBOBJS@ - am_libcvs_a_OBJECTS = argmatch.$(OBJEXT) getdate.$(OBJEXT) \ - getline.$(OBJEXT) getopt.$(OBJEXT) getopt1.$(OBJEXT) \ -- getpass.$(OBJEXT) md5.$(OBJEXT) regex.$(OBJEXT) \ -+ getpass.$(OBJEXT) \ - savecwd.$(OBJEXT) sighandle.$(OBJEXT) stripslash.$(OBJEXT) \ - xgetwd.$(OBJEXT) yesno.$(OBJEXT) - libcvs_a_OBJECTS = $(am_libcvs_a_OBJECTS) -@@ -228,7 +226,6 @@ - @AMDEP_TRUE@ ./$(DEPDIR)/argmatch.Po ./$(DEPDIR)/getdate.Po \ - @AMDEP_TRUE@ ./$(DEPDIR)/getline.Po ./$(DEPDIR)/getopt.Po \ - @AMDEP_TRUE@ ./$(DEPDIR)/getopt1.Po ./$(DEPDIR)/getpass.Po \ --@AMDEP_TRUE@ ./$(DEPDIR)/md5.Po ./$(DEPDIR)/regex.Po \ - @AMDEP_TRUE@ ./$(DEPDIR)/savecwd.Po ./$(DEPDIR)/sighandle.Po \ - @AMDEP_TRUE@ ./$(DEPDIR)/stripslash.Po ./$(DEPDIR)/xgetwd.Po \ - @AMDEP_TRUE@ ./$(DEPDIR)/yesno.Po -@@ -289,8 +286,6 @@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getpass.Po@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5.Po@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regex.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/savecwd.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sighandle.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stripslash.Po@am__quote@ diff --git a/devel/cvs-devel/files/patch-src-Makefile.in b/devel/cvs-devel/files/patch-src-Makefile.in deleted file mode 100644 index 274f9b32cc05..000000000000 --- a/devel/cvs-devel/files/patch-src-Makefile.in +++ /dev/null @@ -1,63 +0,0 @@ ---- src/Makefile.in.orig Mon Sep 29 19:06:14 2003 -+++ src/Makefile.in Tue Sep 30 11:26:22 2003 -@@ -80,7 +80,7 @@ - KRB4 = @KRB4@ - LDFLAGS = @LDFLAGS@ - LIBOBJS = @LIBOBJS@ --LIBS = @LIBS@ -+LIBS = @LIBS@ -lmd -lgnuregex -lz - LN_S = @LN_S@ - LTLIBOBJS = @LTLIBOBJS@ - MAINT = @MAINT@ -@@ -146,7 +146,7 @@ - # some namespace hackery going on that maybe shouldn't be. Long term fix is to - # try and remove naming ocnflicts and fix Automake to allow particular includes - # to be attached only to particular object files. Short term fix is either or. --INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/diff -I$(top_srcdir)/zlib $(includeopt) -+INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/diff $(includeopt) - - bin_PROGRAMS = cvs - bin_SCRIPTS = cvsbug -@@ -187,6 +187,7 @@ - no_diff.c \ - parseinfo.c \ - patch.c \ -+ prepend_args.c \ - rcs.c \ - rcscmds.c \ - recurse.c \ -@@ -224,8 +225,7 @@ - - cvs_LDADD = \ - ../diff/libdiff.a \ -- ../lib/libcvs.a \ -- ../zlib/libz.a -+ ../lib/libcvs.a - - - # extra clean targets -@@ -262,6 +262,7 @@ - main.$(OBJEXT) mkmodules.$(OBJEXT) modules.$(OBJEXT) \ - myndbm.$(OBJEXT) no_diff.$(OBJEXT) parseinfo.$(OBJEXT) \ - patch.$(OBJEXT) rcs.$(OBJEXT) rcscmds.$(OBJEXT) \ -+ prepend_args.$(OBJEXT) \ - recurse.$(OBJEXT) release.$(OBJEXT) remove.$(OBJEXT) \ - repos.$(OBJEXT) root.$(OBJEXT) run.$(OBJEXT) scramble.$(OBJEXT) \ - server.$(OBJEXT) status.$(OBJEXT) subr.$(OBJEXT) tag.$(OBJEXT) \ -@@ -293,7 +294,7 @@ - @AMDEP_TRUE@ ./$(DEPDIR)/main.Po ./$(DEPDIR)/mkmodules.Po \ - @AMDEP_TRUE@ ./$(DEPDIR)/modules.Po ./$(DEPDIR)/myndbm.Po \ - @AMDEP_TRUE@ ./$(DEPDIR)/no_diff.Po ./$(DEPDIR)/parseinfo.Po \ --@AMDEP_TRUE@ ./$(DEPDIR)/patch.Po ./$(DEPDIR)/rcs.Po \ -+@AMDEP_TRUE@ ./$(DEPDIR)/patch.Po ./$(DEPDIR)/prepend_args.Po ./$(DEPDIR)/rcs.Po \ - @AMDEP_TRUE@ ./$(DEPDIR)/rcscmds.Po ./$(DEPDIR)/recurse.Po \ - @AMDEP_TRUE@ ./$(DEPDIR)/release.Po ./$(DEPDIR)/remove.Po \ - @AMDEP_TRUE@ ./$(DEPDIR)/repos.Po ./$(DEPDIR)/root.Po \ -@@ -411,6 +412,7 @@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/no_diff.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parseinfo.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/patch.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prepend_args.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rcs.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rcscmds.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/recurse.Po@am__quote@ diff --git a/devel/cvs-devel/pkg-descr b/devel/cvs-devel/pkg-descr deleted file mode 100644 index 4b5ee8151a8f..000000000000 --- a/devel/cvs-devel/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -IPv6 enabled cvs. You can use IPv6 connection when using pserver. - -WWW: http://www.cvshome.org/ diff --git a/devel/cvs-devel/pkg-plist b/devel/cvs-devel/pkg-plist deleted file mode 100644 index 2b82bbbcbbe0..000000000000 --- a/devel/cvs-devel/pkg-plist +++ /dev/null @@ -1,24 +0,0 @@ -bin/cvs -bin/cvsbug -bin/rcs2log -share/cvs/contrib/README -share/cvs/contrib/check_cvs -share/cvs/contrib/clmerge -share/cvs/contrib/cln_hist -share/cvs/contrib/commit_prep -share/cvs/contrib/cvs2vendor -share/cvs/contrib/cvs_acls -share/cvs/contrib/cvscheck -share/cvs/contrib/cvscheck.man -share/cvs/contrib/debug_check_log -share/cvs/contrib/intro.doc -share/cvs/contrib/log -share/cvs/contrib/log_accum -share/cvs/contrib/mfpipe -share/cvs/contrib/pvcs2rcs -share/cvs/contrib/rcs-to-cvs -share/cvs/contrib/rcs2log -share/cvs/contrib/rcslock -share/cvs/contrib/sccs2rcs -@dirrm share/cvs/contrib -@dirrm share/cvs diff --git a/devel/dbus/files/dbus.in b/devel/dbus/files/dbus.in deleted file mode 100644 index 9717b6a05da9..000000000000 --- a/devel/dbus/files/dbus.in +++ /dev/null @@ -1,34 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# PROVIDE: dbus -# REQUIRE: DAEMON -# KEYWORD: FreeBSD -# -# Add the following lines to /etc/rc.conf to enable the D-BUS messaging system: -# -# dbus_enable="YES" -# - -dbus_enable=${dbus_enable-"NO"} -dbus_flags=${dbus_flags-"--system"} - -. %%RC_SUBR%% - -name=dbus -rcvar=`set_rcvar` - -command="%%PREFIX%%/bin/dbus-daemon-1" -pidfile="/var/run/${name}.pid" - -stop_postcmd=stop_postcmd - -stop_postcmd() -{ - rm -f $pidfile -} - - -load_rc_config ${name} -run_rc_command "$1" diff --git a/devel/fpc-fv/Makefile b/devel/fpc-fv/Makefile deleted file mode 100644 index e0e702f9fa1f..000000000000 --- a/devel/fpc-fv/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# New ports collection makefile for: FreeVision -# Date created: 8 February 2004 -# Whom: John Merryweather Cooper -# -# $FreeBSD$ -# - -PORTNAME= fvision -PORTVERSION= 1.0.10 -CATEGORIES= devel -MASTER_SITES= http://www.borgsdemons.com/distfiles/ -PKGNAMEPREFIX= fpc- - -MAINTAINER= coop9211@uidaho.edu -COMMENT= FreeVision is a Free Pascal unit for Delphi support - -BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc -RUN_DEPENDS= ${BUILD_DEPENDS} - -USE_GMAKE= yes -USE_REINPLACE= yes -ONLY_FOR_ARCHS= i386 - -.include <bsd.port.pre.mk> - -PLIST_SUB+= PORTVERSION=${PORTVERSION} - -MAKE_ENV+= PATH=${LOCALBASE}/bin:$$PATH \ - FPC=${LOCALBASE}/bin/ppc386 \ - INSTALL_BASEDIR=${PREFIX}/lib/fpc/${PORTVERSION} \ - INSTALL_BINDIR=${PREFIX}/bin \ - GCCLIBDIR=/usr/lib \ - RELEASE=1 - -post-patch: -# change to alter amount of optimization - @${FIND} ${WRKDIR}/fvision -name "Makefile*" | ${XARGS} \ - ${REINPLACE_CMD} 's|-OG2p3|-OG2p1|g' - -do-build: - @${SETENV} ${MAKE_ENV} ${GMAKE} -C ${WRKDIR}/fvision all - -do-install: - @${SETENV} ${MAKE_ENV} ${GMAKE} -C ${WRKDIR}/fvision install - cd ${WRKDIR}/fvision && ${INSTALL_DATA} \ - asciitab.o asciitab.ppu \ - ${PREFIX}/lib/fpc/${PORTVERSION}/units/freebsd/fv - -.include <bsd.port.post.mk> diff --git a/devel/fpc-fv/distinfo b/devel/fpc-fv/distinfo deleted file mode 100644 index 8c50df61bc5e..000000000000 --- a/devel/fpc-fv/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (fvision-1.0.10.tar.gz) = c1690f71d00576a290795e264fd6ffc0 -SIZE (fvision-1.0.10.tar.gz) = 276453 diff --git a/devel/fpc-fv/pkg-descr b/devel/fpc-fv/pkg-descr deleted file mode 100644 index dcd084b86cc7..000000000000 --- a/devel/fpc-fv/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -The fvision unit is a package developed with Free Pascal, -a 32-bit Turbo Pascal/Delphi compatible compiler. This unit -provides some of the interfaces in Delphi Vision. - -WWW: http://www.freepascal.org/ - --- -John Merryweather Cooper <coop9211@uidaho.edu> diff --git a/devel/fpc-fv/pkg-plist b/devel/fpc-fv/pkg-plist deleted file mode 100644 index 2dae188d5473..000000000000 --- a/devel/fpc-fv/pkg-plist +++ /dev/null @@ -1,55 +0,0 @@ -lib/fpc/%%PORTVERSION%%/units/freebsd/fv/Package.fpc -lib/fpc/%%PORTVERSION%%/units/freebsd/fv/app.o -lib/fpc/%%PORTVERSION%%/units/freebsd/fv/app.ppu -lib/fpc/%%PORTVERSION%%/units/freebsd/fv/asciitab.o -lib/fpc/%%PORTVERSION%%/units/freebsd/fv/asciitab.ppu -lib/fpc/%%PORTVERSION%%/units/freebsd/fv/callspec.o -lib/fpc/%%PORTVERSION%%/units/freebsd/fv/callspec.ppu -lib/fpc/%%PORTVERSION%%/units/freebsd/fv/colortxt.o -lib/fpc/%%PORTVERSION%%/units/freebsd/fv/colortxt.ppu -lib/fpc/%%PORTVERSION%%/units/freebsd/fv/dialogs.o -lib/fpc/%%PORTVERSION%%/units/freebsd/fv/dialogs.ppu -lib/fpc/%%PORTVERSION%%/units/freebsd/fv/drivers.o -lib/fpc/%%PORTVERSION%%/units/freebsd/fv/drivers.ppu -lib/fpc/%%PORTVERSION%%/units/freebsd/fv/editors.o -lib/fpc/%%PORTVERSION%%/units/freebsd/fv/editors.ppu -lib/fpc/%%PORTVERSION%%/units/freebsd/fv/fileio.o -lib/fpc/%%PORTVERSION%%/units/freebsd/fv/fileio.ppu -lib/fpc/%%PORTVERSION%%/units/freebsd/fv/fvcommon.o -lib/fpc/%%PORTVERSION%%/units/freebsd/fv/fvcommon.ppu -lib/fpc/%%PORTVERSION%%/units/freebsd/fv/fvconsts.ppu -lib/fpc/%%PORTVERSION%%/units/freebsd/fv/gadgets.o -lib/fpc/%%PORTVERSION%%/units/freebsd/fv/gadgets.ppu -lib/fpc/%%PORTVERSION%%/units/freebsd/fv/gfvgraph.o -lib/fpc/%%PORTVERSION%%/units/freebsd/fv/gfvgraph.ppu -lib/fpc/%%PORTVERSION%%/units/freebsd/fv/histlist.o -lib/fpc/%%PORTVERSION%%/units/freebsd/fv/histlist.ppu -lib/fpc/%%PORTVERSION%%/units/freebsd/fv/inplong.o -lib/fpc/%%PORTVERSION%%/units/freebsd/fv/inplong.ppu -lib/fpc/%%PORTVERSION%%/units/freebsd/fv/memory.o -lib/fpc/%%PORTVERSION%%/units/freebsd/fv/memory.ppu -lib/fpc/%%PORTVERSION%%/units/freebsd/fv/menus.o -lib/fpc/%%PORTVERSION%%/units/freebsd/fv/menus.ppu -lib/fpc/%%PORTVERSION%%/units/freebsd/fv/msgbox.o -lib/fpc/%%PORTVERSION%%/units/freebsd/fv/msgbox.ppu -lib/fpc/%%PORTVERSION%%/units/freebsd/fv/resource.o -lib/fpc/%%PORTVERSION%%/units/freebsd/fv/resource.ppu -lib/fpc/%%PORTVERSION%%/units/freebsd/fv/statuses.o -lib/fpc/%%PORTVERSION%%/units/freebsd/fv/statuses.ppu -lib/fpc/%%PORTVERSION%%/units/freebsd/fv/stddlg.o -lib/fpc/%%PORTVERSION%%/units/freebsd/fv/stddlg.ppu -lib/fpc/%%PORTVERSION%%/units/freebsd/fv/sysmsg.o -lib/fpc/%%PORTVERSION%%/units/freebsd/fv/sysmsg.ppu -lib/fpc/%%PORTVERSION%%/units/freebsd/fv/tabs.o -lib/fpc/%%PORTVERSION%%/units/freebsd/fv/tabs.ppu -lib/fpc/%%PORTVERSION%%/units/freebsd/fv/time.o -lib/fpc/%%PORTVERSION%%/units/freebsd/fv/time.ppu -lib/fpc/%%PORTVERSION%%/units/freebsd/fv/validate.o -lib/fpc/%%PORTVERSION%%/units/freebsd/fv/validate.ppu -lib/fpc/%%PORTVERSION%%/units/freebsd/fv/views.o -lib/fpc/%%PORTVERSION%%/units/freebsd/fv/views.ppu -@dirrm lib/fpc/%%PORTVERSION%%/units/freebsd/fv -@dirrm lib/fpc/%%PORTVERSION%%/units/freebsd -@dirrm lib/fpc/%%PORTVERSION%%/units -@dirrm lib/fpc/%%PORTVERSION%% -@dirrm lib/fpc diff --git a/devel/gdb66/Makefile b/devel/gdb66/Makefile deleted file mode 100644 index a8e8ec2f7ecf..000000000000 --- a/devel/gdb66/Makefile +++ /dev/null @@ -1,79 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: GDB 6 -# Date created: 30 March 2001 -# Whom: David O'Brien <obrien@NUXI.com> -# -# $FreeBSD$ -# - -SNAPDATE= 2004-08-10 -SNAPVER= ${SNAPDATE:S/-//g} - -PORTNAME= gdb -PORTVERSION= 6 -PORTREVISION= ${SNAPVER} -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_SOURCEWARE} ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= gdb/snapshots/current obrien -DISTNAME= gdb+dejagnu-weekly-${SNAPVER} - -PATCH_SITES= ${MASTER_SITE_LOCAL} -PATCH_SITE_SUBDIR= obrien -#PATCHFILES= gdb60_xfree-loadmod.diff - -MAINTAINER= obrien@FreeBSD.org -COMMENT= GNU GDB 6 - -WRKSRC= ${WRKDIR}/${DISTNAME:S/-weekly//} -USE_BZIP2= yes -USE_GMAKE= yes -USE_REINPLACE= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --program-suffix=6 -CFLAGS+= -DRL_NO_COMPAT -DKGDB - -.include <bsd.port.pre.mk> - -.if ${ARCH} == "ia64" || ${ARCH} == "sparc64" || ${ARCH} == "alpha" -BROKEN= "Does not build on ia64, sparc64 or alpha" -.endif - -.if ${OSVERSION} < 500000 -CFLAGS+= -include ${FILESDIR}/fbsd4.h -.endif - -.if ${ARCH} == "amd64" -CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL} -.endif -.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" || ${ARCH} == "ia64" -PLIST_SUB+= NO_NATIVE_GDB="" -post-install: - cd ${PREFIX}/bin ; ${LN} -sf gdb${PORTVERSION} gdb -.else -PLIST_SUB+= NO_NATIVE_GDB="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -e 's/$$/ [GDB v6.x for FreeBSD]/' \ - ${WRKSRC}/gdb/version.in - @${REINPLACE_CMD} -e 's/^READLINE/#READLINE/' \ - -e 's/^readline/#readline/' \ - ${WRKSRC}/gdb/Makefile.in - ${ECHO} 'READLINE = -lreadline' >> ${WRKSRC}/gdb/Makefile.in - -pre-configure: - cd ${WRKSRC} ; ${RM} -rf dejagnu expect readline sim tcl texinfo -.for f in freebsd-uthread.c kvm-fbsd.c kvm-fbsd-${ARCH}.h - ${LN} -sf ${FILESDIR}/${f} ${WRKSRC}/gdb/${f:C/-${ARCH}//} -.endfor - ${LN} -sf ${FILESDIR}/nm-fbsd.h ${WRKSRC}/gdb/config - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/gdb/gdb \ - ${PREFIX}/bin/${PORTNAME}${PORTVERSION:S/.//g} -cklatest: - ncftpls \ - ftp://sources.redhat.com/pub/${MASTER_SITE_SUBDIR}/ \ - | ${GREP} gdb+dejagnu-weekly - -.include <bsd.port.post.mk> diff --git a/devel/gdb66/distinfo b/devel/gdb66/distinfo deleted file mode 100644 index 96961db85b09..000000000000 --- a/devel/gdb66/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gdb+dejagnu-weekly-20040810.tar.bz2) = 6baf5181993bb71d0b2da7112dc6eea0 -SIZE (gdb+dejagnu-weekly-20040810.tar.bz2) = 16970119 diff --git a/devel/gdb66/files/fbsd4.h b/devel/gdb66/files/fbsd4.h deleted file mode 100644 index 28afb1ba4ca1..000000000000 --- a/devel/gdb66/files/fbsd4.h +++ /dev/null @@ -1,15 +0,0 @@ -// $FreeBSD$ - -extern void _rl_set_screen_size (int, int); - -#define rl_set_screen_size _rl_set_screen_size -#define rl_filename_completion_function filename_completion_function - -extern int screenwidth, screenheight; - -static inline void -rl_get_screen_size (int *rows, int *cols) -{ - if (rows) *rows = screenheight; - if (cols) *cols = screenwidth; -} diff --git a/devel/gdb66/files/freebsd-uthread.c b/devel/gdb66/files/freebsd-uthread.c deleted file mode 100644 index e6f4a7f3be0a..000000000000 --- a/devel/gdb66/files/freebsd-uthread.c +++ /dev/null @@ -1,994 +0,0 @@ -/* Low level interface for debugging FreeBSD user threads for GDB, the GNU debugger. - Copyright 1996, 1999 Free Software Foundation, Inc. - -This file is part of GDB. - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ - -/* $FreeBSD$ */ - -/* This module implements a sort of half target that sits between the - machine-independent parts of GDB and the ptrace interface (infptrace.c) to - provide access to the FreeBSD user-mode thread implementation. - - FreeBSD threads are true user-mode threads, which are invoked via - the pthread_* interfaces. These are mostly implemented in - user-space, with all thread context kept in various structures that - live in the user's heap. For the most part, the kernel has no - knowlege of these threads. - - Based largely on hpux-thread.c - - */ - - -#include "defs.h" -#include <sys/queue.h> -#include <signal.h> -#include <setjmp.h> -#include <string.h> -#include "gdbthread.h" -#include "target.h" -#include "inferior.h" -#include <fcntl.h> -#include <ucontext.h> -#include <unistd.h> -#include <sys/stat.h> -#include "gdbcore.h" -#include "regcache.h" - -extern int child_suppress_run; -extern struct target_ops child_ops; /* target vector for inftarg.c */ - -extern void _initialize_freebsd_uthread PARAMS ((void)); - -/* Set to true while we are part-way through attaching */ -static int freebsd_uthread_attaching; - -static int freebsd_uthread_active = 0; -static CORE_ADDR P_thread_list; -static CORE_ADDR P_thread_run; - -/* Pointer to the next function on the objfile event chain. */ -static void (*target_new_objfile_chain) (struct objfile *objfile); - -static void freebsd_uthread_resume PARAMS ((ptid_t pid, int step, - enum target_signal signo)); - -static void init_freebsd_uthread_ops PARAMS ((void)); - -static struct target_ops freebsd_uthread_ops; - -static ptid_t find_active_ptid PARAMS ((void)); - -struct cached_pthread { - u_int64_t uniqueid; - int state; - CORE_ADDR name; - union { - ucontext_t uc; - jmp_buf jb; - } ctx; -}; - -static ptid_t cached_ptid; -static struct cached_pthread cached_pthread; -static CORE_ADDR cached_pthread_addr; - -LIST_HEAD(idmaplist, idmap); - -struct idmap { - LIST_ENTRY(idmap) link; - u_int64_t uniqueid; - int tid; -}; - -#define MAPHASH_SIZE 257 -#define TID_MIN 1 -#define TID_MAX 16383 - -static int tid_to_hash[TID_MAX + 1]; /* set to map_hash index */ -static struct idmaplist map_hash[MAPHASH_SIZE]; -static int next_free_tid = TID_MIN; /* first available tid */ -static int last_free_tid = TID_MIN; /* first unavailable */ - -static CORE_ADDR P_thread_next_offset; -static CORE_ADDR P_thread_uniqueid_offset; -static CORE_ADDR P_thread_state_offset; -static CORE_ADDR P_thread_name_offset; -static CORE_ADDR P_thread_ctx_offset; -static CORE_ADDR P_thread_PS_RUNNING_value; -static CORE_ADDR P_thread_PS_DEAD_value; - -static int next_offset; -static int uniqueid_offset; -static int state_offset; -static int name_offset; -static int ctx_offset; -static int PS_RUNNING_value; -static int PS_DEAD_value; - -#define UNIQUEID_HASH(id) (id % MAPHASH_SIZE) -#define TID_ADD1(tid) (((tid) + 1) == TID_MAX + 1 \ - ? TID_MIN : (tid) + 1) -#define IS_TID_FREE(tid) (tid_to_hash[tid] == -1) - -static int -get_new_tid(int h) -{ - int tid = next_free_tid; - - tid_to_hash[tid] = h; - next_free_tid = TID_ADD1(next_free_tid); - if (next_free_tid == last_free_tid) - { - int i; - - for (i = last_free_tid; TID_ADD1(i) != last_free_tid; i = TID_ADD1(i)) - if (IS_TID_FREE(i)) - break; - if (TID_ADD1(i) == last_free_tid) - { - error("too many threads"); - return 0; - } - next_free_tid = i; - for (i = TID_ADD1(i); IS_TID_FREE(i); i = TID_ADD1(i)) - ; - last_free_tid = i; - } - - return tid; -} - -static ptid_t -find_ptid(u_int64_t uniqueid) -{ - int h = UNIQUEID_HASH(uniqueid); - struct idmap *im; - - LIST_FOREACH(im, &map_hash[h], link) - if (im->uniqueid == uniqueid) - return MERGEPID(PIDGET(inferior_ptid), im->tid); - - im = xmalloc(sizeof(struct idmap)); - im->uniqueid = uniqueid; - im->tid = get_new_tid(h); - LIST_INSERT_HEAD(&map_hash[h], im, link); - - return MERGEPID(PIDGET(inferior_ptid), im->tid); -} - -static void -free_ptid(ptid_t ptid) -{ - int tid = TIDGET(ptid); - int h = tid_to_hash[tid]; - struct idmap *im; - - if (!tid) return; - - LIST_FOREACH(im, &map_hash[h], link) - if (im->tid == tid) - break; - - if (!im) return; - - LIST_REMOVE(im, link); - tid_to_hash[tid] = -1; - free(im); -} - -#define READ_OFFSET(field) read_memory(P_thread_##field##_offset, \ - (char *) &field##_offset, \ - sizeof(field##_offset)) - -#define READ_VALUE(name) read_memory(P_thread_##name##_value, \ - (char *) &name##_value, \ - sizeof(name##_value)) - -static void -read_thread_offsets (void) -{ - READ_OFFSET(next); - READ_OFFSET(uniqueid); - READ_OFFSET(state); - READ_OFFSET(name); - READ_OFFSET(ctx); - - READ_VALUE(PS_RUNNING); - READ_VALUE(PS_DEAD); -} - -#define READ_FIELD(ptr, T, field, result) \ - read_memory ((ptr) + field##_offset, (char *) &(result), sizeof result) - -static u_int64_t -read_pthread_uniqueid (CORE_ADDR ptr) -{ - u_int64_t uniqueid; - READ_FIELD(ptr, u_int64_t, uniqueid, uniqueid); - return uniqueid; -} - -static CORE_ADDR -read_pthread_next (CORE_ADDR ptr) -{ - CORE_ADDR next; - READ_FIELD(ptr, CORE_ADDR, next, next); - return next; -} - -static void -read_cached_pthread (CORE_ADDR ptr, struct cached_pthread *cache) -{ - READ_FIELD(ptr, u_int64_t, uniqueid, cache->uniqueid); - READ_FIELD(ptr, int, state, cache->state); - READ_FIELD(ptr, CORE_ADDR, name, cache->name); - READ_FIELD(ptr, ucontext_t, ctx, cache->ctx); -} - -static ptid_t -find_active_ptid (void) -{ - CORE_ADDR ptr; - - read_memory ((CORE_ADDR)P_thread_run, - (char *)&ptr, - sizeof ptr); - - return find_ptid(read_pthread_uniqueid(ptr)); -} - -static CORE_ADDR find_pthread_addr PARAMS ((ptid_t ptid)); -static struct cached_pthread * find_pthread PARAMS ((ptid_t ptid)); - -static CORE_ADDR -find_pthread_addr (ptid_t ptid) -{ - CORE_ADDR ptr; - - if (ptid_equal(ptid, cached_ptid)) - return cached_pthread_addr; - - read_memory ((CORE_ADDR)P_thread_list, - (char *)&ptr, - sizeof ptr); - - while (ptr != 0) - { - if (ptid_equal(find_ptid(read_pthread_uniqueid(ptr)), ptid)) - { - cached_ptid = ptid; - cached_pthread_addr = ptr; - read_cached_pthread(ptr, &cached_pthread); - return ptr; - } - ptr = read_pthread_next(ptr); - } - - return NULL; -} - -static struct cached_pthread * -find_pthread (ptid_t ptid) -{ - CORE_ADDR ptr; - - if (ptid_equal(ptid, cached_ptid)) - return &cached_pthread; - - read_memory ((CORE_ADDR)P_thread_list, - (char *)&ptr, - sizeof ptr); - - while (ptr != 0) - { - if (ptid_equal(find_ptid(read_pthread_uniqueid(ptr)), ptid)) - { - cached_ptid = ptid; - cached_pthread_addr = ptr; - read_cached_pthread(ptr, &cached_pthread); - return &cached_pthread; - } - ptr = read_pthread_next(ptr); - } - -#if 0 - error ("Can't find pthread %d,%d", PIDGET(ptid), TIDGET(ptid)); -#endif - return NULL; -} - - -/* Most target vector functions from here on actually just pass through to - inftarg.c, as they don't need to do anything specific for threads. */ - -/* ARGSUSED */ -static void -freebsd_uthread_open (char *arg, int from_tty) -{ - child_ops.to_open (arg, from_tty); -} - -/* Attach to process PID, then initialize for debugging it - and wait for the trace-trap that results from attaching. */ - -static void -freebsd_uthread_attach (char *args, int from_tty) -{ - child_ops.to_attach (args, from_tty); - push_target (&freebsd_uthread_ops); - freebsd_uthread_attaching = 1; -} - -/* After an attach, see if the target is threaded */ - -static void -freebsd_uthread_post_attach (int pid) -{ - if (freebsd_uthread_active) - { - read_thread_offsets (); - inferior_ptid = find_active_ptid (); - add_thread (inferior_ptid); - } - else - { - unpush_target (&freebsd_uthread_ops); - push_target (&child_ops); - } - - freebsd_uthread_attaching = 0; -} - -/* Take a program previously attached to and detaches it. - The program resumes execution and will no longer stop - on signals, etc. We'd better not have left any breakpoints - in the program or it'll die when it hits one. For this - to work, it may be necessary for the process to have been - previously attached. It *might* work if the program was - started via the normal ptrace (PTRACE_TRACEME). */ - -static void -freebsd_uthread_detach (char *args, int from_tty) -{ - child_ops.to_detach (args, from_tty); -} - -/* Resume execution of process PID. If STEP is nozero, then - just single step it. If SIGNAL is nonzero, restart it with that - signal activated. We may have to convert pid from a thread-id to an LWP id - for procfs. */ - -static void -freebsd_uthread_resume (ptid_t ptid, int step, enum target_signal signo) -{ - if (freebsd_uthread_attaching) - { - child_ops.to_resume (ptid, step, signo); - return; - } - - child_ops.to_resume (ptid, step, signo); - cached_ptid = MERGEPID(0, 0); -} - -/* Wait for any threads to stop. We may have to convert PID from a thread id - to a LWP id, and vice versa on the way out. */ - -static ptid_t -freebsd_uthread_wait (ptid_t ptid, struct target_waitstatus *ourstatus) -{ - ptid_t rtnval; - - if (freebsd_uthread_attaching) - { - return child_ops.to_wait (ptid, ourstatus); - } - - rtnval = child_ops.to_wait (ptid, ourstatus); - - if (PIDGET(rtnval) >= 0) - { - rtnval = find_active_ptid (); - if (!in_thread_list (rtnval)) - add_thread (rtnval); - } - - return rtnval; -} - -/* XXX: this needs to be selected by target, not [build] host */ -#ifdef __i386__ - -#include "i386-tdep.h" - -static char sigmap[I386_SSE_NUM_REGS] = /* map reg to sigcontext */ -{ - 12, /* eax */ - 11, /* ecx */ - 10, /* edx */ - 9, /* ebx */ - 8, /* esp */ - 7, /* ebp */ - 6, /* esi */ - 5, /* edi */ - 15, /* eip */ - 17, /* eflags */ - 16, /* cs */ - 19, /* ss */ - 4, /* ds */ - 3, /* es */ - 2, /* fs */ - 1, /* gs */ - -1, -1, -1, -1, -1, -1, -1, /* st0-st7 */ - -1, -1, -1, -1, -1, -1, -1, /* fctrl-fop */ - -1, -1, -1, -1, -1, -1, -1, /* xmm0-xmm7 */ - -1, /* mxcsr */ -}; - -static char jmpmap[I386_SSE_NUM_REGS] = /* map reg to jmp_buf */ -{ - 6, /* eax */ - -1, /* ecx */ - -1, /* edx */ - 1, /* ebx */ - 2, /* esp */ - 3, /* ebp */ - 4, /* esi */ - 5, /* edi */ - 0, /* eip */ - -1, /* eflags */ - -1, /* cs */ - -1, /* ss */ - -1, /* ds */ - -1, /* es */ - -1, /* fs */ - -1, /* gs */ - -1, -1, -1, -1, -1, -1, -1, /* st0-st7 */ - -1, -1, -1, -1, -1, -1, -1, /* fctrl-fop */ - -1, -1, -1, -1, -1, -1, -1, /* xmm0-xmm7 */ - -1, /* mxcsr */ -}; - -#endif - -#ifdef __amd64__ - -#include "amd64-tdep.h" - -// XXX:DEO not fully ported from i386 yet!! - -static char sigmap[AMD64_NUM_REGS_TOTAL] = /* map reg to sigcontext */ -{ - 12, /* rax */ - 11, /* rcx */ - 10, /* rdx */ - 9, /* rbx */ - 8, /* rsp */ - 7, /* rbp */ - 6, /* rsi */ - 5, /* rdi */ - 15, /* rip */ - 17, /* rflags */ - 16, /* cs */ - 19, /* ss */ - 4, /* ds */ - 3, /* es */ - 2, /* fs */ - 1, /* gs */ - -1, -1, -1, -1, -1, -1, -1, /* st0-st7 */ - -1, -1, -1, -1, -1, -1, -1, /* fctrl-fop */ - -1, -1, -1, -1, -1, -1, -1, /* xmm0-xmm7 */ - -1, /* mxcsr */ -}; - -static char jmpmap[AMD64_NUM_REGS_TOTAL] = /* map reg to jmp_buf */ -{ - 6, /* rax */ - -1, /* rcx */ - -1, /* rdx */ - 1, /* rbx */ - 2, /* rsp */ - 3, /* rbp */ - 4, /* rsi */ - 5, /* rdi */ - 0, /* rip */ - -1, /* rflags */ - -1, /* cs */ - -1, /* ss */ - -1, /* ds */ - -1, /* es */ - -1, /* fs */ - -1, /* gs */ - -1, -1, -1, -1, -1, -1, -1, /* st0-st7 */ - -1, -1, -1, -1, -1, -1, -1, /* fctrl-fop */ - -1, -1, -1, -1, -1, -1, -1, /* xmm0-xmm7 */ - -1, /* mxcsr */ -}; - -#endif - -#ifdef __alpha__ - -#include "alpha-tdep.h" - -static char sigmap[ALPHA_NUM_REGS] = /* map reg to sigcontext */ -{ - 1, 2, 3, 4, 5, 6, 7, 8, /* v0 - t6 */ - 9, 10, 11, 12, 13, 14, 15, 16, /* t7 - fp */ - 17, 18, 19, 20, 21, 22, 23, 24, /* a0 - t9 */ - 25, 26, 27, 28, 29, 30, 31, 32, /* t10 - zero */ - 38, 39, 40, 41, 42, 43, 44, 45, /* f0 - f7 */ - 46, 47, 48, 49, 50, 51, 52, 53, /* f8 - f15 */ - 54, 55, 56, 57, 58, 59, 60, 61, /* f16 - f23 */ - 62, 63, 64, 65, 66, 67, 68, 69, /* f24 - f31 */ - 33, -1 /* pc, vfp */ -}; -static char jmpmap[ALPHA_NUM_REGS] = { - 4, 5, 6, 7, 8, 9, 10, 11, /* v0 - t6 */ - 12, 13, 14, 15, 16, 17, 18, 19, /* t7 - fp */ - 20, 21, 22, 23, 24, 25, 26, 27, /* a0 - t9 */ - 28, 29, 30, 31, 32, 33, 34, 35, /* t10 - zero */ - 37, 38, 39, 40, 41, 42, 43, 44, /* f0 - f7 */ - 45, 46, 47, 48, 49, 50, 51, 52, /* f8 - f15 */ - 53, 54, 55, 56, 57, 58, 59, 60, /* f16 - f23 */ - 61, 62, 63, 64, 65, 66, 67, 68, /* f24 - f31 */ - 2, -1, /* pc, vfp */ -}; - -#endif - -#ifdef __sparc64__ - -static char sigmap[125] = /* map reg to sigcontext */ -{ - -1 -}; -static char jmpmap[125] = { - -1 -}; - -#endif - -static void -freebsd_uthread_fetch_registers (int regno) -{ - struct cached_pthread *thread; - int active; - int first_regno, last_regno; - register_t *regbase; - char *regmap; - - if (freebsd_uthread_attaching || TIDGET(inferior_ptid) == 0) - { - child_ops.to_fetch_registers (regno); - return; - } - - thread = find_pthread (inferior_ptid); - active = (ptid_equal(inferior_ptid, find_active_ptid())); - - if (active) - { - child_ops.to_fetch_registers (regno); - return; - } - - if (regno == -1) - { - first_regno = 0; - last_regno = NUM_REGS - 1; - } - else - { - first_regno = regno; - last_regno = regno; - } - - regbase = (register_t*) &thread->ctx.jb[0]; - regmap = jmpmap; - - for (regno = first_regno; regno <= last_regno; regno++) - { - if (regmap[regno] == -1) - child_ops.to_fetch_registers (regno); - else - if (thread) - regcache_raw_supply (current_regcache, regno, (char*) ®base[regmap[regno]]); - else - regcache_raw_supply (current_regcache, regno, NULL); - } -} - -static void -freebsd_uthread_store_registers (int regno) -{ - struct cached_pthread *thread; - CORE_ADDR ptr; - int first_regno, last_regno; - u_int32_t *regbase; - char *regmap; - - if (freebsd_uthread_attaching) - { - child_ops.to_store_registers (regno); - return; - } - - thread = find_pthread (inferior_ptid); - - if (thread->state == PS_RUNNING_value) - { - child_ops.to_store_registers (regno); - return; - } - - if (regno == -1) - { - first_regno = 0; - last_regno = NUM_REGS - 1; - } - else - { - first_regno = regno; - last_regno = regno; - } - - regbase = (u_int32_t*) &thread->ctx.jb[0]; - regmap = jmpmap; - - ptr = find_pthread_addr (inferior_ptid); - for (regno = first_regno; regno <= last_regno; regno++) - { - if (regmap[regno] == -1) - child_ops.to_store_registers (regno); - else - { - u_int32_t *reg = ®base[regmap[regno]]; - int off; - - /* Hang onto cached value */ -/*DEO:XXX*/ - memcpy(reg, deprecated_registers /*regcache_collect ()*/+ DEPRECATED_REGISTER_BYTE (regno), - register_size (current_gdbarch, regno)); - - /* And push out to inferior */ - off = (char *) reg - (char *) thread; - write_memory (ptr + off, -/*DEO:XXX*/ - deprecated_registers /*regcache_collect ()*/+ DEPRECATED_REGISTER_BYTE (regno), - register_size (current_gdbarch, regno)); - } - } -} - -/* Get ready to modify the registers array. On machines which store - individual registers, this doesn't need to do anything. On machines - which store all the registers in one fell swoop, this makes sure - that registers contains all the registers from the program being - debugged. */ - -static void -freebsd_uthread_prepare_to_store (void) -{ - child_ops.to_prepare_to_store (); -} - -static int -freebsd_uthread_xfer_memory (CORE_ADDR memaddr, char *myaddr, int len, - int dowrite, struct mem_attrib *attrib, - struct target_ops *target) -{ - return child_ops.to_xfer_memory (memaddr, myaddr, len, dowrite, - attrib, target); -} - -/* Print status information about what we're accessing. */ - -static void -freebsd_uthread_files_info (struct target_ops *ignore) -{ - child_ops.to_files_info (ignore); -} - -static void -freebsd_uthread_kill_inferior (void) -{ - child_ops.to_kill (); -} - -static void -freebsd_uthread_notice_signals (ptid_t ptid) -{ - child_ops.to_notice_signals (ptid); -} - -/* Fork an inferior process, and start debugging it with /proc. */ - -static void -freebsd_uthread_create_inferior (char *exec_file, char *allargs, char **env, - int from_tty) -{ - child_ops.to_create_inferior (exec_file, allargs, env, from_tty); - - if (PIDGET(inferior_ptid) && freebsd_uthread_active) - { - read_thread_offsets (); - push_target (&freebsd_uthread_ops); - inferior_ptid = find_active_ptid (); - add_thread (inferior_ptid); - } -} - -/* This routine is called to find out if the inferior is using threads. - We check for the _thread_run and _thread_list globals. */ - -void -freebsd_uthread_new_objfile (struct objfile *objfile) -{ - struct minimal_symbol *ms; - - if (!objfile) - { - freebsd_uthread_active = 0; - return; - } - - ms = lookup_minimal_symbol ("_thread_run", NULL, objfile); - - if (!ms) - return; - - P_thread_run = SYMBOL_VALUE_ADDRESS (ms); - - ms = lookup_minimal_symbol ("_thread_list", NULL, objfile); - - if (!ms) - return; - - P_thread_list = SYMBOL_VALUE_ADDRESS (ms); - -#define OFFSET_SYM(field) "_thread_" #field "_offset" -#define LOOKUP_OFFSET(field) \ - do { \ - ms = lookup_minimal_symbol (OFFSET_SYM(field), NULL, objfile); \ - if (!ms) \ - return; \ - P_thread_##field##_offset = SYMBOL_VALUE_ADDRESS (ms); \ - } while (0); - -#define VALUE_SYM(name) "_thread_" #name "_value" -#define LOOKUP_VALUE(name) \ - do { \ - ms = lookup_minimal_symbol (VALUE_SYM(name), NULL, objfile); \ - if (!ms) \ - return; \ - P_thread_##name##_value = SYMBOL_VALUE_ADDRESS (ms); \ - } while (0); - - LOOKUP_OFFSET(next); - LOOKUP_OFFSET(uniqueid); - LOOKUP_OFFSET(state); - LOOKUP_OFFSET(name); - LOOKUP_OFFSET(ctx); - - LOOKUP_VALUE(PS_RUNNING); - LOOKUP_VALUE(PS_DEAD); - - freebsd_uthread_active = 1; -} - -/* Clean up after the inferior dies. */ - -static void -freebsd_uthread_mourn_inferior () -{ - child_ops.to_mourn_inferior (); - unpush_target (&freebsd_uthread_ops); -} - -/* Mark our target-struct as eligible for stray "run" and "attach" commands. */ - -static int -freebsd_uthread_can_run () -{ - return child_suppress_run; -} - -static int -freebsd_uthread_thread_alive (ptid_t ptid) -{ - struct cached_pthread *thread; - int ret = 0; - - if (freebsd_uthread_attaching) - return 1; - - /* - * We can get called from child_ops.to_wait() which passes the underlying - * pid (without a thread number). - */ - if (TIDGET(ptid) == 0) - return 1; - - if (find_pthread_addr (ptid) != 0) - { - thread = find_pthread (ptid); - ret = (thread->state != PS_DEAD_value); - } - - if (!ret) - free_ptid(ptid); - - return ret; -} - -static void -freebsd_uthread_stop (void) -{ - child_ops.to_stop (); -} - -static void -freebsd_uthread_find_new_threads (void) -{ - CORE_ADDR ptr; - int state; - u_int64_t uniqueid; - - read_memory ((CORE_ADDR)P_thread_list, - (char *)&ptr, - sizeof ptr); - - while (ptr != 0) - { - READ_FIELD(ptr, int, state, state); - READ_FIELD(ptr, u_int64_t, uniqueid, uniqueid); - if (state != PS_DEAD_value && - !in_thread_list (find_ptid(uniqueid))) - add_thread (find_ptid(uniqueid)); - ptr = read_pthread_next(ptr); - } -} - -/* MUST MATCH enum pthread_state */ -static const char *statenames[] = { - "RUNNING", - "SIGTHREAD", - "MUTEX_WAIT", - "COND_WAIT", - "FDLR_WAIT", - "FDLW_WAIT", - "FDR_WAIT", - "FDW_WAIT", - "POLL_WAIT", - "FILE_WAIT", - "SELECT_WAIT", - "SLEEP_WAIT", - "WAIT_WAIT", - "SIGSUSPEND", - "SIGWAIT", - "SPINBLOCK", - "JOIN", - "SUSPENDED", - "DEAD", - "DEADLOCK", -}; - -#if 0 - -static int -freebsd_uthread_get_thread_info (ref, selection, info) - gdb_threadref *ref; - int selection; - struct gdb_ext_thread_info *info; -{ - int pid = *ref; - struct cached_pthread *thread = find_pthread (pid); - struct cleanup *old_chain; - - old_chain = save_inferior_pid (); - inferior_pid = main_pid; - - memset(&info->threadid, 0, OPAQUETHREADBYTES); - - memcpy(&info->threadid, ref, sizeof *ref); - info->active = thread->state == PS_RUNNING_value; - strcpy(info->display, statenames[thread->state]); - if (thread->name) - read_memory ((CORE_ADDR) thread->name, info->shortname, 32); - else - strcpy(info->shortname, ""); - - do_cleanups (old_chain); - return (0); -} - -#endif - -char * -freebsd_uthread_pid_to_str (ptid_t ptid) -{ - static char buf[30]; - - if (DEPRECATED_STREQ (current_target.to_shortname, "freebsd-uthreads")) - sprintf (buf, "Process %d, Thread %ld", - PIDGET(ptid), TIDGET(ptid)); - else - sprintf (buf, "Process %d", PIDGET(ptid)); - - return buf; -} - - -static void -init_freebsd_uthread_ops () -{ - freebsd_uthread_ops.to_shortname = "freebsd-uthreads"; - freebsd_uthread_ops.to_longname = "FreeBSD uthreads"; - freebsd_uthread_ops.to_doc = "FreeBSD user threads support."; - freebsd_uthread_ops.to_open = freebsd_uthread_open; - freebsd_uthread_ops.to_attach = freebsd_uthread_attach; - freebsd_uthread_ops.to_post_attach = freebsd_uthread_post_attach; - freebsd_uthread_ops.to_detach = freebsd_uthread_detach; - freebsd_uthread_ops.to_resume = freebsd_uthread_resume; - freebsd_uthread_ops.to_wait = freebsd_uthread_wait; - freebsd_uthread_ops.to_fetch_registers = freebsd_uthread_fetch_registers; - freebsd_uthread_ops.to_store_registers = freebsd_uthread_store_registers; - freebsd_uthread_ops.to_prepare_to_store = freebsd_uthread_prepare_to_store; - freebsd_uthread_ops.to_xfer_memory = freebsd_uthread_xfer_memory; - freebsd_uthread_ops.to_files_info = freebsd_uthread_files_info; - freebsd_uthread_ops.to_insert_breakpoint = memory_insert_breakpoint; - freebsd_uthread_ops.to_remove_breakpoint = memory_remove_breakpoint; - freebsd_uthread_ops.to_terminal_init = terminal_init_inferior; - freebsd_uthread_ops.to_terminal_inferior = terminal_inferior; - freebsd_uthread_ops.to_terminal_ours_for_output = terminal_ours_for_output; - freebsd_uthread_ops.to_terminal_ours = terminal_ours; - freebsd_uthread_ops.to_terminal_info = child_terminal_info; - freebsd_uthread_ops.to_kill = freebsd_uthread_kill_inferior; - freebsd_uthread_ops.to_create_inferior = freebsd_uthread_create_inferior; - freebsd_uthread_ops.to_mourn_inferior = freebsd_uthread_mourn_inferior; - freebsd_uthread_ops.to_can_run = freebsd_uthread_can_run; - freebsd_uthread_ops.to_notice_signals = freebsd_uthread_notice_signals; - freebsd_uthread_ops.to_thread_alive = freebsd_uthread_thread_alive; - freebsd_uthread_ops.to_stop = freebsd_uthread_stop; - freebsd_uthread_ops.to_stratum = process_stratum; - freebsd_uthread_ops.to_has_all_memory = 1; - freebsd_uthread_ops.to_has_memory = 1; - freebsd_uthread_ops.to_has_stack = 1; - freebsd_uthread_ops.to_has_registers = 1; - freebsd_uthread_ops.to_has_execution = 1; - freebsd_uthread_ops.to_has_thread_control = 0; - freebsd_uthread_ops.to_magic = OPS_MAGIC; - freebsd_uthread_ops.to_find_new_threads = freebsd_uthread_find_new_threads; - freebsd_uthread_ops.to_pid_to_str = freebsd_uthread_pid_to_str; -#if 0 - freebsd_uthread_vec.get_thread_info = freebsd_uthread_get_thread_info; -#endif -} - -void -_initialize_freebsd_uthread () -{ - init_freebsd_uthread_ops (); - add_target (&freebsd_uthread_ops); - - target_new_objfile_chain = deprecated_target_new_objfile_hook; - deprecated_target_new_objfile_hook = freebsd_uthread_new_objfile; - - child_suppress_run = 1; -} diff --git a/devel/gdb66/files/kvm-fbsd-alpha.h b/devel/gdb66/files/kvm-fbsd-alpha.h deleted file mode 100644 index 4918912b6752..000000000000 --- a/devel/gdb66/files/kvm-fbsd-alpha.h +++ /dev/null @@ -1,81 +0,0 @@ -/* Kernel core dump functions below target vector, for GDB on FreeBSD/Alpha. - Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1995 - Free Software Foundation, Inc. - -This file is part of GDB. - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -*/ - -__FBSDID("$FreeBSD$"); - -#include "alpha/tm-alpha.h" -#include "alpha-tdep.h" - -#ifndef S0_REGNUM -#define S0_REGNUM (ALPHA_T7_REGNUM+1) -#endif - -static void -fetch_kcore_registers (struct pcb *pcbp) -{ - - /* First clear out any garbage. */ - memset (deprecated_registers, '\0', DEPRECATED_REGISTER_BYTES); - - /* SP */ - *(long *) &deprecated_registers[DEPRECATED_REGISTER_BYTE (SP_REGNUM)] = - pcbp->pcb_hw.apcb_ksp; - - /* S0 through S6 */ - memcpy (&deprecated_registers[DEPRECATED_REGISTER_BYTE (S0_REGNUM)], - &pcbp->pcb_context[0], 7 * sizeof (long)); - - /* PC */ - *(long *) &deprecated_registers[DEPRECATED_REGISTER_BYTE (PC_REGNUM)] = - pcbp->pcb_context[7]; - - deprecated_registers_fetched (); -} - - -#if __FreeBSD_version >= 500032 -CORE_ADDR -fbsd_kern_frame_saved_pc (struct frame_info *fi) -{ - struct minimal_symbol *sym; - CORE_ADDR this_saved_pc; - - this_saved_pc = DEPRECATED_FRAME_SAVED_PC(fi); - - sym = lookup_minimal_symbol_by_pc (this_saved_pc); - - if (sym != NULL && - (strcmp (DEPRECATED_SYMBOL_NAME (sym), "XentArith") == 0 || - strcmp (DEPRECATED_SYMBOL_NAME (sym), "XentIF") == 0 || - strcmp (DEPRECATED_SYMBOL_NAME (sym), "XentInt") == 0 || - strcmp (DEPRECATED_SYMBOL_NAME (sym), "XentMM") == 0 || - strcmp (DEPRECATED_SYMBOL_NAME (sym), "XentSys") == 0 || - strcmp (DEPRECATED_SYMBOL_NAME (sym), "XentUna") == 0 || - strcmp (DEPRECATED_SYMBOL_NAME (sym), "XentRestart") == 0)) - { - return (read_memory_integer (get_frame_base (fi) + 32 * 8, 8)); - } - else - { - return (this_saved_pc); - } -} -#endif // __FreeBSD_version >= 500032 diff --git a/devel/gdb66/files/kvm-fbsd-amd64.h b/devel/gdb66/files/kvm-fbsd-amd64.h deleted file mode 100644 index b6ee928543a6..000000000000 --- a/devel/gdb66/files/kvm-fbsd-amd64.h +++ /dev/null @@ -1,131 +0,0 @@ -/* Kernel core dump functions below target vector, for GDB on FreeBSD/AMD64. - Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1995 - Free Software Foundation, Inc. - -This file is part of GDB. - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -*/ - -__FBSDID("$FreeBSD$"); - -#include "amd64-tdep.h" - -static CORE_ADDR -ksym_maxuseraddr (void) -{ - static CORE_ADDR maxuseraddr; - struct minimal_symbol *sym; - - if (maxuseraddr == 0) - { - sym = lookup_minimal_symbol ("PTmap", NULL, NULL); - if (sym == NULL) { - maxuseraddr = VM_MAXUSER_ADDRESS; - } else { - maxuseraddr = SYMBOL_VALUE_ADDRESS (sym); - } - } - return maxuseraddr; -} - - -/* Symbol names of kernel entry points. Use special frames. */ -#define KSYM_TRAP "calltrap" -#define KSYM_INTR "Xintr" -#define KSYM_FASTINTR "Xfastintr" -#define KSYM_OLDSYSCALL "Xlcall_syscall" -#define KSYM_SYSCALL "Xint0x80_syscall" - -/* The following is FreeBSD-specific hackery to decode special frames - and elide the assembly-language stub. This could be made faster by - defining a frame_type field in the machine-dependent frame information, - but we don't think that's too important right now. */ -enum frametype { tf_normal, tf_trap, tf_interrupt, tf_syscall }; - -CORE_ADDR -fbsd_kern_frame_saved_pc (struct frame_info *fi) -{ - struct minimal_symbol *sym; - CORE_ADDR this_saved_pc; - enum frametype frametype; - - this_saved_pc = read_memory_integer (get_frame_base (fi) + 4, 4); - sym = lookup_minimal_symbol_by_pc (this_saved_pc); - frametype = tf_normal; - if (sym != NULL) - { - if (strcmp (DEPRECATED_SYMBOL_NAME (sym), KSYM_TRAP) == 0) - frametype = tf_trap; - else - if (strncmp (DEPRECATED_SYMBOL_NAME (sym), KSYM_INTR, - strlen (KSYM_INTR)) == 0 || strncmp (DEPRECATED_SYMBOL_NAME(sym), - KSYM_FASTINTR, strlen (KSYM_FASTINTR)) == 0) - frametype = tf_interrupt; - else - if (strcmp (DEPRECATED_SYMBOL_NAME (sym), KSYM_SYSCALL) == 0 || - strcmp (DEPRECATED_SYMBOL_NAME (sym), KSYM_OLDSYSCALL) == 0) - frametype = tf_syscall; - } - - switch (frametype) - { - default: - case tf_normal: - return (this_saved_pc); -#define oEIP offsetof (struct trapframe, tf_rip) - - case tf_trap: - return (read_memory_integer (get_frame_base (fi) + 8 + oEIP, 4)); - - case tf_interrupt: - return (read_memory_integer (get_frame_base (fi) + 12 + oEIP, 4)); - - case tf_syscall: - return (read_memory_integer (get_frame_base (fi) + 8 + oEIP, 4)); -#undef oEIP - } -} - -static void -fetch_kcore_registers (struct pcb *pcb) -{ - int i; - int noreg; - - /* Get the register values out of the sys pcb and store them where - `read_register' will find them. */ - /* - * XXX many registers aren't available. - * XXX for the non-core case, the registers are stale - they are for - * the last context switch to the debugger. - * XXX gcc's register numbers aren't all #defined in tm-amd64.h. - */ - noreg = 0; - for (i = 0; i < 3; ++i) /* eax,ecx,edx */ - regcache_raw_supply (current_regcache, i, (char *)&noreg); - - /* DEO:XXX use SP_REGNUM and PC_REGNUM -- this is GDB_MULTI_ARCH */ - regcache_raw_supply (current_regcache, 3, (char *) &pcb->pcb_rbx); - regcache_raw_supply (current_regcache, SP_REGNUM, (char *) &pcb->pcb_rsp); - regcache_raw_supply (current_regcache, AMD64_RBP_REGNUM, (char *) &pcb->pcb_rbp); - regcache_raw_supply (current_regcache, PC_REGNUM, (char *) &pcb->pcb_rip); - - for (i = 9; i < 14; ++i) /* rflags, cs, ss, ds, es, fs */ - regcache_raw_supply (current_regcache, i, (char *) &noreg); - regcache_raw_supply (current_regcache, 15, (char *) &pcb->pcb_gs); - - /* XXX 80387 registers? */ -} diff --git a/devel/gdb66/files/kvm-fbsd-i386.h b/devel/gdb66/files/kvm-fbsd-i386.h deleted file mode 100644 index e85fb1c695e2..000000000000 --- a/devel/gdb66/files/kvm-fbsd-i386.h +++ /dev/null @@ -1,136 +0,0 @@ -/* Kernel core dump functions below target vector, for GDB on FreeBSD/i386. - Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1995 - Free Software Foundation, Inc. - -This file is part of GDB. - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -*/ - -__FBSDID("$FreeBSD$"); - -#include <machine/frame.h> -#include "i386-tdep.h" - -static CORE_ADDR -ksym_maxuseraddr (void) -{ - static CORE_ADDR maxuseraddr; - struct minimal_symbol *sym; - - if (maxuseraddr == 0) - { - sym = lookup_minimal_symbol ("PTmap", NULL, NULL); - if (sym == NULL) { - maxuseraddr = VM_MAXUSER_ADDRESS; - } else { - maxuseraddr = SYMBOL_VALUE_ADDRESS (sym); - } - } - return maxuseraddr; -} - - -/* Symbol names of kernel entry points. Use special frames. */ -#define KSYM_TRAP "calltrap" -#define KSYM_INTR "Xintr" -#define KSYM_FASTINTR "Xfastintr" -#define KSYM_OLDSYSCALL "Xlcall_syscall" -#define KSYM_SYSCALL "Xint0x80_syscall" - -/* The following is FreeBSD-specific hackery to decode special frames - and elide the assembly-language stub. This could be made faster by - defining a frame_type field in the machine-dependent frame information, - but we don't think that's too important right now. */ -enum frametype { tf_normal, tf_trap, tf_interrupt, tf_syscall }; - -#if __FreeBSD_version >= 500032 -CORE_ADDR -fbsd_kern_frame_saved_pc (struct frame_info *fi) -{ - struct minimal_symbol *sym; - CORE_ADDR this_saved_pc; - enum frametype frametype; - - this_saved_pc = read_memory_integer (get_frame_base (fi) + 4, 4); - sym = lookup_minimal_symbol_by_pc (this_saved_pc); - frametype = tf_normal; - if (sym != NULL) - { - if (strcmp (DEPRECATED_SYMBOL_NAME (sym), KSYM_TRAP) == 0) - frametype = tf_trap; - else - if (strncmp (DEPRECATED_SYMBOL_NAME (sym), KSYM_INTR, - strlen (KSYM_INTR)) == 0 || strncmp (DEPRECATED_SYMBOL_NAME(sym), - KSYM_FASTINTR, strlen (KSYM_FASTINTR)) == 0) - frametype = tf_interrupt; - else - if (strcmp (DEPRECATED_SYMBOL_NAME (sym), KSYM_SYSCALL) == 0 || - strcmp (DEPRECATED_SYMBOL_NAME (sym), KSYM_OLDSYSCALL) == 0) - frametype = tf_syscall; - } - - switch (frametype) - { - default: - case tf_normal: - return (this_saved_pc); -#define oEIP offsetof (struct trapframe, tf_eip) - - case tf_trap: - return (read_memory_integer (get_frame_base (fi) + 8 + oEIP, 4)); - - case tf_interrupt: - return (read_memory_integer (get_frame_base (fi) + 12 + oEIP, 4)); - - case tf_syscall: - return (read_memory_integer (get_frame_base (fi) + 8 + oEIP, 4)); -#undef oEIP - } -} -#endif // __FreeBSD_version >= 500032 - -static void -fetch_kcore_registers (struct pcb *pcb) -{ - int i; - int noreg; - - /* Get the register values out of the sys pcb and store them where - `read_register' will find them. */ - /* - * XXX many registers aren't available. - * XXX for the non-core case, the registers are stale - they are for - * the last context switch to the debugger. - * XXX gcc's register numbers aren't all #defined in tm-i386.h. - */ - noreg = 0; - for (i = 0; i < 3; ++i) /* eax,ecx,edx */ - regcache_raw_supply (current_regcache, i, (char *)&noreg); - - /* DEO:XXX use SP_REGNUM and PC_REGNUM -- this is GDB_MULTI_ARCH */ - regcache_raw_supply (current_regcache, 3, (char *) &pcb->pcb_ebx); - regcache_raw_supply (current_regcache, SP_REGNUM, (char *) &pcb->pcb_esp); - regcache_raw_supply (current_regcache, I386_EBP_REGNUM, (char *) &pcb->pcb_ebp); - regcache_raw_supply (current_regcache, 6, (char *) &pcb->pcb_esi); - regcache_raw_supply (current_regcache, 7, (char *) &pcb->pcb_edi); - regcache_raw_supply (current_regcache, PC_REGNUM, (char *) &pcb->pcb_eip); - - for (i = 9; i < 14; ++i) /* eflags, cs, ss, ds, es, fs */ - regcache_raw_supply (current_regcache, i, (char *) &noreg); - regcache_raw_supply (current_regcache, 15, (char *) &pcb->pcb_gs); - - /* XXX 80387 registers? */ -} diff --git a/devel/gdb66/files/kvm-fbsd-sparc64.h b/devel/gdb66/files/kvm-fbsd-sparc64.h deleted file mode 100644 index 48c4be4fc32d..000000000000 --- a/devel/gdb66/files/kvm-fbsd-sparc64.h +++ /dev/null @@ -1,98 +0,0 @@ -/* Kernel core dump functions below target vector, for GDB on FreeBSD/sparc64. - Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1995 - Free Software Foundation, Inc. - -This file is part of GDB. - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -*/ - -__FBSDID("$FreeBSD$"); - -#include "sparc-tdep.h" - -#define SPARC_INTREG_SIZE 8 - -static void -fetch_kcore_registers (struct pcb *pcbp) -{ - static struct frame top; - CORE_ADDR f_addr; - int i; - - /* Get the register values out of the sys pcb and store them where - `read_register' will find them. */ - /* - * XXX many registers aren't available. - * XXX for the non-core case, the registers are stale - they are for - * the last context switch to the debugger. - * XXX do something with the floating-point registers? - */ - regcache_raw_supply (current_regcache, SP_REGNUM, &pcbp->pcb_sp); - regcache_raw_supply (current_regcache, PC_REGNUM, &pcbp->pcb_pc); - f_addr = extract_unsigned_integer (&pcbp->pcb_sp, SPARC_INTREG_SIZE); - /* Load the previous frame by hand (XXX) and supply it. */ - read_memory (f_addr + SPOFF, (char *)&top, sizeof (top)); - for (i = 0; i < 8; i++) - regcache_raw_supply (current_regcache, i + SPARC_L0_REGNUM, &top.fr_local[i]); - for (i = 0; i < 8; i++) - regcache_raw_supply (current_regcache, i + SPARC_I0_REGNUM, &top.fr_in[i]); -} - -CORE_ADDR -fbsd_kern_frame_saved_pc (struct frame_info *fi) -{ - struct minimal_symbol *sym; - CORE_ADDR frame, pc_addr, pc; - char *buf; - - buf = alloca (MAX_REGISTER_SIZE); //or use DEPRECATED_MAX_REGISTER_RAW_SIZE - /* XXX: duplicates fi->extra_info->bottom. */ - frame = (get_next_frame (fi) != NULL) ? get_frame_base (get_next_frame (fi)) : read_sp (); - pc_addr = frame + offsetof (struct frame, fr_in[7]); - -#define READ_PC(pc, a, b) do { \ - read_memory (a, b, SPARC_INTREG_SIZE); \ - pc = extract_unsigned_integer (b, SPARC_INTREG_SIZE); \ -} while (0) - - READ_PC (pc, pc_addr, buf); - - sym = lookup_minimal_symbol_by_pc (pc); - if (sym != NULL) - { - if (strncmp (DEPRECATED_SYMBOL_NAME (sym), "tl0_", 4) == 0 || - strcmp (DEPRECATED_SYMBOL_NAME (sym), "btext") == 0 || - strcmp (DEPRECATED_SYMBOL_NAME (sym), "mp_startup") == 0 || - strcmp (DEPRECATED_SYMBOL_NAME (sym), "fork_trampoline") == 0) - { - /* - * Ugly kluge: user space addresses aren't separated from kernel - * ones by range; if encountering a trap from user space, just - * return a 0 to stop the trace. - * Do the same for entry points of kernel processes to avoid - * printing garbage. - */ - pc = 0; - } - if (strncmp (DEPRECATED_SYMBOL_NAME (sym), "tl1_", 4) == 0) - { - pc_addr = get_frame_base (fi) + sizeof (struct frame) + - offsetof (struct trapframe, tf_tpc); - READ_PC (pc, pc_addr, buf); - } - } - return (pc); -} diff --git a/devel/gdb66/files/kvm-fbsd.c b/devel/gdb66/files/kvm-fbsd.c deleted file mode 100644 index c4899e66907f..000000000000 --- a/devel/gdb66/files/kvm-fbsd.c +++ /dev/null @@ -1,523 +0,0 @@ -/* Kernel core dump functions below target vector, for GDB. - Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1995 - Free Software Foundation, Inc. - -This file is part of GDB. - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -*/ - -#include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - -/* - * This works like "remote" but, you use it like this: - * target kcore /dev/mem - * or - * target kcore /var/crash/host/core.0 - * - * This way makes it easy to short-circut the whole bfd monster, - * and direct the inferior stuff to our libkvm implementation. - * - */ - -#include <sys/param.h> -#include <sys/user.h> -#include <machine/frame.h> -//#include <sys/proc.h> -//#include <sys/sysctl.h> -//#include <sys/time.h> -//#include <sys/user.h> - -#include <ctype.h> -//#include <errno.h> -//#include <signal.h> -#include <fcntl.h> -#include <kvm.h> -#include <sys/sysctl.h> -#include <paths.h> - -#include "defs.h" -#include "gdb_string.h" -#include "frame.h" /* required by inferior.h */ -#include "inferior.h" -//#include "symtab.h" -#include "symfile.h" -#include "objfiles.h" -#include "command.h" -#include "bfd.h" -//#include "target.h" -#include "gdbcore.h" -#include "solist.h" -#include "regcache.h" -#include <readline/tilde.h> - -#include "kvm-fbsd.h" - -#if __FreeBSD_version >= 500032 -static void -kcore_files_info (struct target_ops *); - -static void -kcore_close (int); - -static void -get_kcore_registers (int); - - - /* -static int -xfer_mem (CORE_ADDR, char *, int, int, struct mem_attrib *, - struct target_ops *); - */ - -static int -xfer_umem (CORE_ADDR, char *, int, int); - -static char *core_file; -static kvm_t *core_kd; -static struct pcb cur_pcb; -static struct kinfo_proc *cur_proc; - -static struct target_ops kcore_ops; - -int kernel_debugging; -int kernel_writablecore; - -/* Read the "thing" at kernel address 'addr' into the space pointed to - by point. The length of the "thing" is determined by the type of p. - Result is non-zero if transfer fails. */ - -#define kvread(addr, p) \ - (target_read_memory ((CORE_ADDR) (addr), (char *) (p), sizeof (*(p)))) - -static CORE_ADDR -ksym_kernbase (void) -{ - static CORE_ADDR kernbase; - struct minimal_symbol *sym; - - if (kernbase == 0) - { - sym = lookup_minimal_symbol ("kernbase", NULL, NULL); - if (sym == NULL) { - kernbase = KERNBASE; - } else { - kernbase = SYMBOL_VALUE_ADDRESS (sym); - } - } - return kernbase; -} - -#define KERNOFF (ksym_kernbase ()) -#define INKERNEL(x) ((x) >= KERNOFF) - -CORE_ADDR -ksym_lookup(const char *name) -{ - struct minimal_symbol *sym; - - sym = lookup_minimal_symbol (name, NULL, NULL); - if (sym == NULL) - error ("kernel symbol `%s' not found.", name); - - return SYMBOL_VALUE_ADDRESS (sym); -} - -/* Provide the address of an initial PCB to use. - If this is a crash dump, try for "dumppcb". - If no "dumppcb" or it's /dev/mem, use proc0. - Return the core address of the PCB we found. */ - -static CORE_ADDR -initial_pcb (void) -{ - struct minimal_symbol *sym; - CORE_ADDR addr; - void *val; - - /* Make sure things are open... */ - if (!core_kd || !core_file) - return (0); - - /* If this is NOT /dev/mem try for dumppcb. */ - if (strncmp (core_file, _PATH_DEV, sizeof _PATH_DEV - 1)) - { - sym = lookup_minimal_symbol ("dumppcb", NULL, NULL); - if (sym != NULL) - { - addr = SYMBOL_VALUE_ADDRESS (sym); - return (addr); - } - } - - /* OK, just use thread0's pcb. Note that curproc might - not exist, and if it does, it will point to gdb. - Therefore, just use proc0 and let the user set - some other context if they care about it. */ - - addr = ksym_lookup ("thread0"); - if (kvread (addr, &val)) - { - error ("cannot read thread0 pointer at %lx\n", addr); - val = 0; - } - else - { - /* Read the PCB address in thread structure. */ - addr += offsetof (struct thread, td_pcb); - if (kvread (addr, &val)) - { - error ("cannot read thread0->td_pcb pointer at %lx\n", addr); - val = 0; - } - } - - /* thread0 is wholly in the kernel and cur_proc is only used for - reading user mem, so no point in setting this up. */ - cur_proc = 0; - - return ((CORE_ADDR)val); -} - -/* Set the current context to that of the PCB struct at the system address - passed. */ - -static int -set_context (CORE_ADDR addr) -{ - CORE_ADDR procaddr = 0; - - if (kvread (addr, &cur_pcb)) - error ("cannot read pcb at %#lx", addr); - - /* Fetch all registers from core file. */ - target_fetch_registers (-1); - - /* Now, set up the frame cache, and print the top of stack. */ - flush_cached_frames (); -/*DEO XXX - set_current_frame (create_new_frame (read_fp (), read_pc ())); - set_current_frame (create_new_frame (deprecated_read_fp (), read_pc ())); - select_frame (get_current_frame ()); -*/ - print_stack_frame (get_selected_frame (), -1, 1); - return (0); -} - -/* Discard all vestiges of any previous core file and mark data and stack - spaces as empty. */ - -/* ARGSUSED */ -static void -kcore_close (int quitting) -{ - - inferior_ptid = null_ptid; /* Avoid confusion from thread stuff. */ - - if (core_kd) - { - kvm_close (core_kd); - free (core_file); - core_file = NULL; - core_kd = NULL; - } -} - -/* This routine opens and sets up the core file bfd. */ - -static void -kcore_open (char *filename /* the core file */, int from_tty) -{ - kvm_t *kd; - const char *p; - struct cleanup *old_chain; - char buf[256], *cp; - int ontop; - CORE_ADDR addr; - - target_preopen (from_tty); - - /* The exec file is required for symbols. */ - if (exec_bfd == NULL) - error ("No kernel exec file specified"); - - if (core_kd) - { - error ("No core file specified." - " (Use `detach' to stop debugging a core file.)"); - return; - } - - if (!filename) - { - error ("No core file specified."); - return; - } - - filename = tilde_expand (filename); - if (filename[0] != '/') - { - cp = concat (current_directory, "/", filename, NULL); - free (filename); - filename = cp; - } - - old_chain = make_cleanup (free, filename); - - kd = kvm_open (bfd_get_filename(exec_bfd), filename, NULL, - kernel_writablecore ? O_RDWR: O_RDONLY, 0); - if (kd == NULL) - { - perror_with_name (filename); - return; - } - - /* Looks semi-reasonable. Toss the old core file and work on the new. */ - - discard_cleanups (old_chain); /* Don't free filename any more. */ - core_file = filename; - unpush_target (&kcore_ops); - ontop = !push_target (&kcore_ops); - - /* Note unpush_target (above) calls kcore_close. */ - core_kd = kd; - - /* Print out the panic string if there is one. */ - if (kvread (ksym_lookup ("panicstr"), &addr) == 0 && - addr != 0 && - target_read_memory (addr, buf, sizeof(buf)) == 0) - { - - for (cp = buf; cp < &buf[sizeof(buf)] && *cp; cp++) - if (!isascii (*cp) || (!isprint (*cp) && !isspace (*cp))) - *cp = '?'; - *cp = '\0'; - if (buf[0] != '\0') - printf_filtered ("panic: %s\n", buf); - } - - /* Print all the panic messages if possible. */ - if (symfile_objfile != NULL) - { - printf ("panic messages:\n---\n"); - snprintf (buf, sizeof buf, - "/sbin/dmesg -N %s -M %s | \ - /usr/bin/awk '/^(panic:|Fatal trap) / { printing = 1 } \ - { if (printing) print $0 }'", - symfile_objfile->name, filename); - fflush (stdout); - system (buf); - printf ("---\n"); - } - - if (!ontop) - { - warning ("you won't be able to access this core file until you terminate\n" - "your %s; do ``info files''", target_longname); - return; - } - - /* Now, set up process context, and print the top of stack. */ - (void)set_context (initial_pcb()); - print_stack_frame (get_selected_frame (), - frame_relative_level (get_selected_frame ()), 1); -} - -static void -kcore_detach (char *args, int from_tty) -{ - if (args) - error ("Too many arguments"); - unpush_target (&kcore_ops); - reinit_frame_cache (); - if (from_tty) - printf_filtered ("No kernel core file now.\n"); -} - -/* Get the registers out of a core file. This is the machine- - independent part. Fetch_core_registers is the machine-dependent - part, typically implemented in the xm-file for each architecture. */ - -/* We just get all the registers, so we don't use regno. */ - -/* ARGSUSED */ -static void -get_kcore_registers (int regno) -{ - - /* XXX - Only read the pcb when set_context() is called. - When looking at a live kernel this may be a problem, - but the user can do another "proc" or "pcb" command to - grab a new copy of the pcb... */ - - /* Zero out register set then fill in the ones we know about. */ - fetch_kcore_registers (&cur_pcb); -} - -static void -kcore_files_info (t) - struct target_ops *t; -{ - printf_filtered ("\t`%s'\n", core_file); -} - -/* If mourn is being called in all the right places, this could be say - `gdb internal error' (since generic_mourn calls breakpoint_init_inferior). */ - - /* -static int -ignore (CORE_ADDR addr, char *contents) -{ - return 0; -} - */ - -static int -xfer_kmem (CORE_ADDR memaddr, char *myaddr, int len, int write, - struct mem_attrib *attrib, struct target_ops *target) -{ - int n; - - - if (!INKERNEL (memaddr)) - return xfer_umem (memaddr, myaddr, len, write); - - if (core_kd == NULL) - return 0; - - if (write) - n = kvm_write (core_kd, memaddr, myaddr, len); - else - n = kvm_read (core_kd, memaddr, myaddr, len) ; - if (n < 0) { - fprintf_unfiltered (gdb_stderr, "can not access 0x%lx, %s\n", - memaddr, kvm_geterr (core_kd)); - n = 0; - } - - return n; -} - - -static int -xfer_umem (CORE_ADDR memaddr, char *myaddr, int len, int write /* ignored */) -{ - int n = 0; - - if (cur_proc == 0) - { - error ("---Can't read userspace from dump, or kernel process---\n"); - return 0; - } - - if (write) - error ("kvm_uwrite unimplemented\n"); - else - n = kvm_uread (core_kd, cur_proc, memaddr, myaddr, len) ; - - if (n < 0) - return 0; - - return n; -} - -static void -set_proc_cmd (char *arg, int from_tty) -{ - CORE_ADDR addr, pid_addr, first_td; - void *val; - struct kinfo_proc *kp; - int cnt; - pid_t pid; - - if (!arg) - error_no_arg ("proc address for the new context"); - - if (core_kd == NULL) - error ("no kernel core file"); - - addr = (CORE_ADDR) parse_and_eval_address (arg); - - if (!INKERNEL (addr)) - { - kp = kvm_getprocs (core_kd, KERN_PROC_PID, addr, &cnt); - if (!cnt) - error ("invalid pid"); - addr = (CORE_ADDR)kp->ki_paddr; - cur_proc = kp; - } - else - { - /* Update cur_proc. */ - pid_addr = addr + offsetof (struct proc, p_pid); - if (kvread (pid_addr, &pid)) - error ("cannot read pid ptr"); - cur_proc = kvm_getprocs (core_kd, KERN_PROC_PID, pid, &cnt); - if (!cnt) - error("invalid pid"); - } - - /* Find the first thread in the process. XXXKSE */ - addr += offsetof (struct proc, p_threads.tqh_first); - if (kvread (addr, &first_td)) - error ("cannot read thread ptr"); - - /* Read the PCB address in thread structure. */ - addr = first_td + offsetof (struct thread, td_pcb); - if (kvread (addr, &val)) - error("cannot read pcb ptr"); - - /* Read the PCB address in proc structure. */ - if (set_context ((CORE_ADDR) val)) - error ("invalid proc address"); -} -#else -int kernel_debugging = 0; -int kernel_writablecore = 0; - -CORE_ADDR -fbsd_kern_frame_saved_pc (struct frame_info *fi) -{ - return 0; -} -#endif - -void -_initialize_kcorelow (void) -{ -#if __FreeBSD_version >= 500032 - kcore_ops.to_shortname = "kcore"; - kcore_ops.to_longname = "Kernel core dump file"; - kcore_ops.to_doc = - "Use a core file as a target. Specify the filename of the core file."; - kcore_ops.to_open = kcore_open; - kcore_ops.to_close = kcore_close; - kcore_ops.to_attach = find_default_attach; - kcore_ops.to_detach = kcore_detach; - kcore_ops.to_fetch_registers = get_kcore_registers; - kcore_ops.to_xfer_memory = xfer_kmem; - kcore_ops.to_files_info = kcore_files_info; - kcore_ops.to_create_inferior = find_default_create_inferior; - kcore_ops.to_stratum = kcore_stratum; - kcore_ops.to_has_memory = 1; - kcore_ops.to_has_stack = 1; - kcore_ops.to_has_registers = 1; - kcore_ops.to_magic = OPS_MAGIC; - - add_target (&kcore_ops); - add_com ("proc", class_obscure, set_proc_cmd, "Set current process context"); -#endif -} diff --git a/devel/gdb66/files/nm-fbsd.h b/devel/gdb66/files/nm-fbsd.h deleted file mode 100644 index b0d784f77c00..000000000000 --- a/devel/gdb66/files/nm-fbsd.h +++ /dev/null @@ -1,39 +0,0 @@ -#ifndef CONFIG_NM_FBSD_H -#define CONFIG_NM_FBSD_H - -/* $FreeBSD$ */ - -#ifdef HAVE_SYS_PARAM_H -#include <sys/param.h> -#endif - -extern int kernel_debugging; -extern int kernel_writablecore; - -CORE_ADDR fbsd_kern_frame_saved_pc(struct frame_info *frame); - -#if __FreeBSD_version >= 500032 -#define KGDB 1 -#define ADDITIONAL_OPTIONS \ - {"kernel", no_argument, &kernel_debugging, 1}, \ - {"k", no_argument, &kernel_debugging, 1}, \ - {"wcore", no_argument, &kernel_writablecore, 1}, \ - {"w", no_argument, &kernel_writablecore, 1}, - -#define ADDITIONAL_OPTION_HELP \ - "\ - --kernel Enable kernel debugging.\n\ - --wcore Make core file writable (only works for /dev/mem).\n\ - This option only works while debugging a kernel !!\n\ -" - -#define DEFAULT_PROMPT kernel_debugging?"(kgdb) ":"(gdb) " - -/* misuse START_PROGRESS to test whether we're running as kgdb */ -/* START_PROGRESS is called at the top of main */ -#undef START_PROGRESS -#define START_PROGRESS(STR,N) \ - if (!strcmp (STR, "kgdb")) \ - kernel_debugging = 1; -#endif -#endif /* CONFIG_NM_FBSD_H */ diff --git a/devel/gdb66/files/patch-Makefile.in b/devel/gdb66/files/patch-Makefile.in deleted file mode 100644 index 33ed469d5ff3..000000000000 --- a/devel/gdb66/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- gdb/Makefile.in.orig Fri Oct 17 14:44:26 2003 -+++ gdb/Makefile.in Thu Jan 15 11:41:06 2004 -@@ -119,4 +119,4 @@ --READLINE_DIR = ../readline --READLINE = $(READLINE_DIR)/libreadline.a --READLINE_SRC = $(srcdir)/$(READLINE_DIR) --READLINE_CFLAGS = -I$(READLINE_SRC)/.. -+#READLINE_DIR = ../readline -+READLINE = -lreadline -+#READLINE_SRC = $(srcdir)/$(READLINE_DIR) -+#READLINE_CFLAGS = -I$(READLINE_SRC)/.. diff --git a/devel/gdb66/files/patch-amd64-tdep.c b/devel/gdb66/files/patch-amd64-tdep.c deleted file mode 100644 index 88305cc9a1cf..000000000000 --- a/devel/gdb66/files/patch-amd64-tdep.c +++ /dev/null @@ -1,15 +0,0 @@ ---- gdb/amd64-tdep.c.orig Fri Apr 9 16:24:05 2004 -+++ gdb/amd64-tdep.c Wed May 5 10:56:22 2004 -@@ -126,6 +126,12 @@ - #define AMD64_NUM_REGS \ - (sizeof (amd64_register_info) / sizeof (amd64_register_info[0])) - -+int -+amd64_num_regs(void) -+{ -+ return AMD64_NUM_REGS; -+} -+ - /* Return the name of register REGNUM. */ - - static const char * diff --git a/devel/gdb66/files/patch-amd64-tdep.h b/devel/gdb66/files/patch-amd64-tdep.h deleted file mode 100644 index 2ad017060331..000000000000 --- a/devel/gdb66/files/patch-amd64-tdep.h +++ /dev/null @@ -1,16 +0,0 @@ ---- gdb/amd64-tdep.h.orig Wed May 5 10:48:28 2004 -+++ gdb/amd64-tdep.h Wed May 5 11:02:33 2004 -@@ -59,6 +59,13 @@ - /* Number of general purpose registers. */ - #define AMD64_NUM_GREGS 24 - -+#define AMD64_NUM_FREGS 16 -+#define AMD64_NUM_XREGS 17 -+#define AMD64_NUM_REGS_TOTAL (AMD64_NUM_GREGS + AMD64_NUM_FREGS \ -+ + AMD64_NUM_XREGS) -+ -+extern int amd64_num_regs (void); -+ - extern void amd64_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch); - - /* Fill register REGNUM in REGCACHE with the appropriate diff --git a/devel/gdb66/files/patch-config_alpha_fbsd.mh b/devel/gdb66/files/patch-config_alpha_fbsd.mh deleted file mode 100644 index 5d5df6b89105..000000000000 --- a/devel/gdb66/files/patch-config_alpha_fbsd.mh +++ /dev/null @@ -1,10 +0,0 @@ ---- gdb/config/alpha/fbsd.mh Sat Jan 19 17:12:50 2002 -+++ gdb/config/alpha/fbsd.mh Sun Oct 13 12:22:36 2002 -@@ -1,5 +1,6 @@ - # Host: FreeBSD/Alpha - NATDEPFILES= fork-child.o infptrace.o inftarg.o \ - solib.o solib-svr4.o solib-legacy.o \ -- corelow.o core-regset.o alphabsd-nat.o -+ corelow.o core-regset.o alphabsd-nat.o freebsd-uthread.o kvm-fbsd.o - NAT_FILE= nm-fbsd.h -+NAT_CLIBS= -lkvm diff --git a/devel/gdb66/files/patch-config_alpha_nm-fbsd.h b/devel/gdb66/files/patch-config_alpha_nm-fbsd.h deleted file mode 100644 index 2f7e710248ab..000000000000 --- a/devel/gdb66/files/patch-config_alpha_nm-fbsd.h +++ /dev/null @@ -1,10 +0,0 @@ ---- gdb/config/alpha/nm-fbsd.h.orig Sat Mar 13 05:07:19 2004 -+++ gdb/config/alpha/nm-fbsd.h Sat Apr 10 00:49:21 2004 -@@ -25,6 +25,7 @@ - - /* Get generic BSD native definitions. */ - #include "config/nm-bsd.h" -+#include "config/nm-fbsd.h" - - /* The Alpha does not step over a breakpoint. */ - #define CANNOT_STEP_BREAKPOINT 1 diff --git a/devel/gdb66/files/patch-config_i386_fbsd.mh b/devel/gdb66/files/patch-config_i386_fbsd.mh deleted file mode 100644 index 2215bd724dfe..000000000000 --- a/devel/gdb66/files/patch-config_i386_fbsd.mh +++ /dev/null @@ -1,10 +0,0 @@ ---- gdb/config/i386/fbsd.mh.orig Sun Feb 22 08:20:22 2004 -+++ gdb/config/i386/fbsd.mh Sat Apr 10 01:00:26 2004 -@@ -3,3 +3,7 @@ - i386-nat.o i386bsd-nat.o i386fbsd-nat.o gcore.o fbsd-proc.o - NAT_FILE= nm-fbsd.h - XM_FILE= xm-i386.h -+ -+# kgdb support -+NATDEPFILES+= kvm-fbsd.o freebsd-uthread.o -+NAT_CLIBS= -lkvm diff --git a/devel/gdb66/files/patch-config_i386_fbsd64.mh b/devel/gdb66/files/patch-config_i386_fbsd64.mh deleted file mode 100644 index ee00c31eb5a4..000000000000 --- a/devel/gdb66/files/patch-config_i386_fbsd64.mh +++ /dev/null @@ -1,10 +0,0 @@ ---- gdb/config/i386/fbsd64.mh.orig Sun Feb 22 08:20:22 2004 -+++ gdb/config/i386/fbsd64.mh Fri Apr 23 12:28:40 2004 -@@ -3,3 +3,7 @@ - amd64-nat.o amd64bsd-nat.o amd64fbsd-nat.o gcore.o fbsd-proc.o - NAT_FILE= nm-fbsd64.h - XM_FILE= xm-i386.h -+ -+# kgdb support -+NATDEPFILES+= kvm-fbsd.o freebsd-uthread.o -+NAT_CLIBS= -lkvm diff --git a/devel/gdb66/files/patch-config_i386_nm-fbsd.h b/devel/gdb66/files/patch-config_i386_nm-fbsd.h deleted file mode 100644 index 781f06968469..000000000000 --- a/devel/gdb66/files/patch-config_i386_nm-fbsd.h +++ /dev/null @@ -1,12 +0,0 @@ ---- gdb/config/i386/nm-fbsd.h.orig Fri Jun 28 11:44:49 2002 -+++ gdb/config/i386/nm-fbsd.h Sun Jan 18 20:50:33 2004 -@@ -26,6 +26,9 @@ - #define I386_USE_GENERIC_WATCHPOINTS - #endif - -+/* Get generic FreeBSD native definitions. */ -+#include "config/nm-fbsd.h" -+ - #include "i386/nm-i386.h" - - #ifdef HAVE_SYS_PARAM_H diff --git a/devel/gdb66/files/patch-config_sparc_fbsd.mh b/devel/gdb66/files/patch-config_sparc_fbsd.mh deleted file mode 100644 index c9c6de6e4302..000000000000 --- a/devel/gdb66/files/patch-config_sparc_fbsd.mh +++ /dev/null @@ -1,12 +0,0 @@ ---- gdb/config/sparc/fbsd.mh.orig Tue Mar 12 19:20:24 2002 -+++ gdb/config/sparc/fbsd.mh Tue Jan 20 08:28:50 2004 -@@ -23,3 +23,9 @@ - corelow.o fork-child.o infptrace.o inftarg.o \ - solib.o solib-svr4.o solib-legacy.o - NAT_FILE= nm-fbsd.h -+ -+# kgdb support -+NATDEPFILES+= kvm-fbsd.o freebsd-uthread.o -+NAT_CLIBS= -lkvm -+# /proc support -+NATDEPFILES+= fbsd-proc.o # sparc-linux-nat.o diff --git a/devel/gdb66/files/patch-config_sparc_fbsd.mt b/devel/gdb66/files/patch-config_sparc_fbsd.mt deleted file mode 100644 index a76e2c5eea9e..000000000000 --- a/devel/gdb66/files/patch-config_sparc_fbsd.mt +++ /dev/null @@ -1,7 +0,0 @@ ---- gdb/config/sparc/fbsd.mt.orig Sat Jan 3 02:08:45 2004 -+++ gdb/config/sparc/fbsd.mt Sat Jan 24 20:10:22 2004 -@@ -1,3 +1,4 @@ - # Target: FreeBSD/sparc64 - TDEPFILES= sparc-tdep.o sparc64-tdep.o sparc64fbsd-tdep.o corelow.o -+###TDEPFILES+= sparcnbsd-tdep.o nbsd-tdep.o solib.o solib-svr4.o solib-legacy.o - TM_FILE= tm-fbsd.h diff --git a/devel/gdb66/files/patch-config_sparc_nm-fbsd.h b/devel/gdb66/files/patch-config_sparc_nm-fbsd.h deleted file mode 100644 index f5e005f122c9..000000000000 --- a/devel/gdb66/files/patch-config_sparc_nm-fbsd.h +++ /dev/null @@ -1,33 +0,0 @@ ---- gdb/config/sparc/nm-fbsd.h.orig Sat Mar 13 05:07:20 2004 -+++ gdb/config/sparc/nm-fbsd.h Sat Apr 10 01:06:19 2004 -@@ -24,9 +24,30 @@ - - /* Get generic BSD native definitions. */ - #include "config/nm-bsd.h" -+/* Get generic FreeBSD native definitions. */ -+#include "config/nm-fbsd.h" - - /* Shared library support. */ - - #include "solib.h" -+ -+/* Override child_pid_to_exec_file in 'inftarg.c'. */ -+#define CHILD_PID_TO_EXEC_FILE -+ -+/* FreeBSD has a /proc. */ -+#define USE_PROC_FS -+ -+/* DEO:XXX where did the rest of this file go vs 6.0.0.90 ?? */ -+ -+/* Solaris compatability. */ -+#define R_PC r_pc -+#define R_nPC r_npc -+#define R_Y r_y -+#define R_I7 /* ?? */ -+#define pr_fr fpu_fr -+#define pr_fsr fpu_fsr -+#define regp /* ?? */ -+#if 0 -+#endif - - #endif /* nm-fbsd.h */ diff --git a/devel/gdb66/files/patch-config_sparc_tm-fbsd.h b/devel/gdb66/files/patch-config_sparc_tm-fbsd.h deleted file mode 100644 index ccca90492338..000000000000 --- a/devel/gdb66/files/patch-config_sparc_tm-fbsd.h +++ /dev/null @@ -1,12 +0,0 @@ ---- gdb/config/sparc/tm-fbsd.h.orig Sat Jan 24 20:06:31 2004 -+++ gdb/config/sparc/tm-fbsd.h Sat Jan 24 20:07:02 2004 -@@ -24,4 +24,9 @@ - - #define GDB_MULTI_ARCH GDB_MULTI_ARCH_TM - -+#if 0 -+#define SVR4_SHARED_LIBS -+#include "sparc/tm-sp64.h" /* sets GDB_MULTI_ARCH */ -+#endif -+ - #endif /* tm-fbsd.h */ diff --git a/devel/gdb66/files/patch-i386%nm-fbsd64.h b/devel/gdb66/files/patch-i386%nm-fbsd64.h deleted file mode 100644 index 03ec32aa92e0..000000000000 --- a/devel/gdb66/files/patch-i386%nm-fbsd64.h +++ /dev/null @@ -1,12 +0,0 @@ ---- gdb/config/i386/nm-fbsd64.h.orig Sat Mar 13 05:07:20 2004 -+++ gdb/config/i386/nm-fbsd64.h Wed May 5 11:20:14 2004 -@@ -25,6 +25,9 @@ - /* Get generic BSD native definitions. */ - #include "config/nm-bsd.h" - -+/* Get generic FreeBSD native definitions. */ -+#include "config/nm-fbsd.h" -+ - /* Override child_pid_to_exec_file in 'inftarg.c'. */ - #define CHILD_PID_TO_EXEC_FILE - diff --git a/devel/gdb66/files/patch-main.c b/devel/gdb66/files/patch-main.c deleted file mode 100644 index bd5cd4645ddf..000000000000 --- a/devel/gdb66/files/patch-main.c +++ /dev/null @@ -1,53 +0,0 @@ ---- gdb/main.c.orig Thu Apr 15 22:40:39 2004 -+++ gdb/main.c Thu Apr 15 22:47:51 2004 -@@ -66,6 +66,12 @@ - /* Whether dbx commands will be handled */ - int dbx_commands = 0; - -+#ifdef KGDB -+/* Kernel debugging support. */ -+int kernel_debugging; -+int kernel_writablecore; -+#endif -+ - /* System root path, used to find libraries etc. */ - char *gdb_sysroot = 0; - -@@ -311,6 +317,12 @@ - {"statistics", no_argument, 0, OPT_STATISTICS}, - {"write", no_argument, &write_files, 1}, - {"args", no_argument, &set_args, 1}, -+#ifdef KGDB -+ {"kernel", no_argument, &kernel_debugging, 1}, -+ {"k", no_argument, &kernel_debugging, 1}, -+ {"wcore", no_argument, &kernel_writablecore, 1}, -+ {"w", no_argument, &kernel_writablecore, 1}, -+#endif - {0, no_argument, 0, 0} - }; - -@@ -857,6 +869,11 @@ - --interpreter=INTERP\n\ - Select a specific interpreter / user interface\n\ - "), stream); -+#ifdef KGDB -+ fputs_unfiltered (_("\ -+ --kernel Enable kernel debugging.\n\ -+"), stream); -+#endif - fputs_unfiltered (_("\ - --mapped Use mapped symbol files if supported on this system.\n\ - --nw Do not use a window interface.\n\ -@@ -874,6 +891,12 @@ - #if defined(TUI) - fputs_unfiltered (_("\ - --tui Use a terminal user interface.\n\ -+"), stream); -+#endif -+#ifdef KGDB -+ fputs_unfiltered (_("\ -+ --wcore Make core file writable (only works for /dev/mem).\n\ -+ This option only works while debugging a kernel !!\n\ - "), stream); - #endif - fputs_unfiltered (_("\ diff --git a/devel/gdb66/files/patch-target.c b/devel/gdb66/files/patch-target.c deleted file mode 100644 index 3bd25996c60a..000000000000 --- a/devel/gdb66/files/patch-target.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gdb/target.c Mon Aug 26 12:18:33 2002 -+++ gdb/target.c Sun Oct 13 10:51:32 2002 -@@ -1429,7 +1429,7 @@ - for (t = target_structs; t < target_structs + target_struct_size; - ++t) - { -- if ((*t)->to_stratum == core_stratum) -+ if ((*t)->to_stratum == (kernel_debugging ? kcore_stratum : core_stratum)) - { - runable = *t; - ++count; diff --git a/devel/gdb66/files/patch-target.h b/devel/gdb66/files/patch-target.h deleted file mode 100644 index 147cfe49620f..000000000000 --- a/devel/gdb66/files/patch-target.h +++ /dev/null @@ -1,10 +0,0 @@ ---- gdb/target.h Sat Feb 9 20:08:42 2002 -+++ gdb/target.h Fri May 24 08:38:31 2002 -@@ -52,6 +52,7 @@ - dummy_stratum, /* The lowest of the low */ - file_stratum, /* Executable files, etc */ - core_stratum, /* Core dump files */ -+ kcore_stratum, /* Kernel core files */ - download_stratum, /* Downloading of remote targets */ - process_stratum, /* Executing processes */ - thread_stratum /* Executing threads */ diff --git a/devel/gdb66/pkg-descr b/devel/gdb66/pkg-descr deleted file mode 100644 index a6e471a2705e..000000000000 --- a/devel/gdb66/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -GNU GDB 6.x developmental snapshot. diff --git a/devel/gdb66/pkg-plist b/devel/gdb66/pkg-plist deleted file mode 100644 index 6118ca15f1e0..000000000000 --- a/devel/gdb66/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -@comment $FreeBSD$ -bin/gdb6 -%%NO_NATIVE_GDB%%bin/gdb diff --git a/devel/gmake381/Makefile b/devel/gmake381/Makefile deleted file mode 100644 index 5c3d7ded11c5..000000000000 --- a/devel/gmake381/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# New ports collection makefile for: GNU make -# Date created: 11 September 1994 -# Whom: jkh -# -# $FreeBSD$ -# - -PORTNAME= gmake -PORTVERSION= 3.80 -PORTREVISION= 2 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= make -DISTNAME= make-${PORTVERSION} - -MAINTAINER= ade@FreeBSD.org -COMMENT= GNU version of 'make' utility - -USE_BZIP2= yes -GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS+=--program-prefix=g -.if !defined(WITHOUT_NLS) -USE_GETTEXT= yes -CONFIGURE_ARGS+=--with-libiconv-prefix=${LOCALBASE} \ - --with-libintl-prefix=${LOCALBASE} -PLIST_SUB= NLS="" -.else -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB= NLS="@comment " -.endif -CONFIGURE_ENV+= MAKEINFO="/usr/bin/makeinfo --no-split" - -MAN1= gmake.1 -INFO= make - -.ifdef USE_GMAKE -.error You have `USE_GMAKE' variable defined either in environment or in make(1) arguments. Please undefine and try again. -.endif - -post-patch: - @${RM} ${WRKSRC}/doc/make.info* - -# joerg@freebsd.org says our getloadavg() no longer requires setgid kmem - -post-install: - @${CHMOD} g-s ${PREFIX}/bin/gmake - @chgrp ${BINGRP} ${PREFIX}/bin/gmake - -.include <bsd.port.mk> diff --git a/devel/gmake381/distinfo b/devel/gmake381/distinfo deleted file mode 100644 index 073cf0d584bd..000000000000 --- a/devel/gmake381/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (make-3.80.tar.bz2) = 0bbd1df101bc0294d440471e50feca71 -SIZE (make-3.80.tar.bz2) = 920645 diff --git a/devel/gmake381/files/patch-ab b/devel/gmake381/files/patch-ab deleted file mode 100644 index 4d7d9551e18b..000000000000 --- a/devel/gmake381/files/patch-ab +++ /dev/null @@ -1,14 +0,0 @@ ---- doc/make.texi.orig Mon Oct 7 22:57:59 2002 -+++ doc/make.texi Mon Oct 7 22:58:03 2002 -@@ -25,9 +25,9 @@ - @c Combine the program and concept indices: - @syncodeindex pg cp - --@dircategory GNU Packages -+@dircategory Programming & development tools - @direntry --* Make: (make). Remake files automatically. -+* GNU make: (make). Remake files automatically. - @end direntry - - @ifinfo diff --git a/devel/gmake381/files/patch-glob.c b/devel/gmake381/files/patch-glob.c deleted file mode 100644 index 3c67554921b6..000000000000 --- a/devel/gmake381/files/patch-glob.c +++ /dev/null @@ -1,19 +0,0 @@ ---- glob/glob.c.orig Wed Sep 25 03:11:43 2002 -+++ glob/glob.c Wed Sep 25 03:15:32 2002 -@@ -215,13 +215,13 @@ - # ifdef HAVE_ALLOCA_H - # include <alloca.h> - # else /* Not HAVE_ALLOCA_H. */ --# ifndef _AIX -+# if !defined (_AIX) && !defined (__FreeBSD__) - # ifdef WINDOWS32 - # include <malloc.h> - # else - extern char *alloca (); - # endif /* WINDOWS32 */ --# endif /* Not _AIX. */ -+# endif /* Not _AIX && not __FreeBSD__. */ - # endif /* sparc or HAVE_ALLOCA_H. */ - # endif /* GCC. */ - - diff --git a/devel/gmake381/files/patch-glob.h b/devel/gmake381/files/patch-glob.h deleted file mode 100644 index 1d1985248735..000000000000 --- a/devel/gmake381/files/patch-glob.h +++ /dev/null @@ -1,20 +0,0 @@ ---- glob/glob.h.orig Sat Jan 22 00:43:03 2000 -+++ glob/glob.h Fri Aug 23 02:37:03 2002 -@@ -47,6 +47,9 @@ - - /* We need `size_t' for the following definitions. */ - #ifndef __size_t -+#if defined __FreeBSD__ -+#define __size_t size_t -+#else - # if defined __GNUC__ && __GNUC__ >= 2 - typedef __SIZE_TYPE__ __size_t; - # else -@@ -59,6 +62,7 @@ - */ - #if !(defined __DECC && defined __SIZE_T) - typedef unsigned long int __size_t; -+#endif - #endif - # endif - #else diff --git a/devel/gmake381/files/patch-make.h b/devel/gmake381/files/patch-make.h deleted file mode 100644 index 28a63d2eb076..000000000000 --- a/devel/gmake381/files/patch-make.h +++ /dev/null @@ -1,12 +0,0 @@ ---- make.h.orig Wed Sep 11 18:55:44 2002 -+++ make.h Mon Oct 21 22:05:11 2002 -@@ -33,7 +33,7 @@ - # ifdef _AIX - #pragma alloca - # else --# ifndef alloca /* predefined by HP cc +Olibcalls */ -+# if !defined (alloca) && !defined (__FreeBSD__) /* predefined by HP cc +Olibcalls, part of stdlib.h on FreeBSD */ - char *alloca (); - # endif - # endif - diff --git a/devel/gmake381/pkg-descr b/devel/gmake381/pkg-descr deleted file mode 100644 index d7f5370aeb8b..000000000000 --- a/devel/gmake381/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -GNU make is a tool that controls the generation of executables and other -non-source files from source files. Its purpose is the same as that -of the utility make(1). - -WWW: http://www.gnu.org/software/make/make.html diff --git a/devel/gmake381/pkg-plist b/devel/gmake381/pkg-plist deleted file mode 100644 index c446cc3fb5b8..000000000000 --- a/devel/gmake381/pkg-plist +++ /dev/null @@ -1,17 +0,0 @@ -bin/gmake -%%NLS%%share/locale/da/LC_MESSAGES/make.mo -%%NLS%%share/locale/de/LC_MESSAGES/make.mo -%%NLS%%share/locale/es/LC_MESSAGES/make.mo -%%NLS%%share/locale/fr/LC_MESSAGES/make.mo -%%NLS%%share/locale/gl/LC_MESSAGES/make.mo -%%NLS%%share/locale/he/LC_MESSAGES/make.mo -%%NLS%%share/locale/hr/LC_MESSAGES/make.mo -%%NLS%%share/locale/ja/LC_MESSAGES/make.mo -%%NLS%%share/locale/ko/LC_MESSAGES/make.mo -%%NLS%%share/locale/nl/LC_MESSAGES/make.mo -%%NLS%%share/locale/pl/LC_MESSAGES/make.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/make.mo -%%NLS%%share/locale/ru/LC_MESSAGES/make.mo -%%NLS%%share/locale/sv/LC_MESSAGES/make.mo -%%NLS%%share/locale/tr/LC_MESSAGES/make.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/make.mo diff --git a/devel/gnome-build/Makefile b/devel/gnome-build/Makefile deleted file mode 100644 index a3b576b07fb3..000000000000 --- a/devel/gnome-build/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: gnomebuild -# Date created: 24 July 2001 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gnomebuild -PORTVERSION= 0.1.0 -PORTREVISION= 4 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/gnome/gnome-/}/0.1 -DISTNAME= ${PORTNAME:S/gnome/gnome-/}-${PORTVERSION} - -MAINTAINER?= gnome@FreeBSD.org -COMMENT= A GNOME Build Framework (GBF) - -LIB_DEPENDS= gdl-1.0:${PORTSDIR}/x11-toolkits/gdl - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GNOME= gnomeprefix gnomehack lthack gnometarget libgnomeui gnomevfs2 -USE_INC_LIBTOOL_VER= 13 -INSTALLS_SHLIB= yes -USE_REINPLACE= yes -CONFIGURE_ARGS= --enable-compile-warnings=no -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lgnuregex" - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500000 -EXTRA_PATCHES+= ${FILESDIR}/current-src_backends_libgbf_am_gbf-am-project.c -.elif ${ARCH} != "i386" -EXTRA_PATCHES+= ${FILESDIR}/stable-src_backends_libgbf_am_gbf-am-project.c -.endif - -post-patch: - @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -Ee \ - 's|-D[^[:space:]_]+_DISABLE_DEPRECATED||g' - -.include <bsd.port.post.mk> diff --git a/devel/gnome-build/distinfo b/devel/gnome-build/distinfo deleted file mode 100644 index 9fc0fc320876..000000000000 --- a/devel/gnome-build/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome-build-0.1.0.tar.bz2) = eb3d68c661f2ff0f92bb97ab14749805 -SIZE (gnome-build-0.1.0.tar.bz2) = 362357 diff --git a/devel/gnome-build/files/current-src_backends_libgbf_am_gbf-am-project.c b/devel/gnome-build/files/current-src_backends_libgbf_am_gbf-am-project.c deleted file mode 100644 index 10ae4bed5cbb..000000000000 --- a/devel/gnome-build/files/current-src_backends_libgbf_am_gbf-am-project.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/backends/libgbf_am/gbf-am-project.c.orig Fri May 2 06:12:51 2003 -+++ src/backends/libgbf_am/gbf-am-project.c Sat Jan 31 13:22:04 2004 -@@ -1750,7 +1750,7 @@ - - switch (status) { - case G_IO_STATUS_NORMAL: -- DEBUG (g_message ("wrote %d bytes", bytes_written)); -+ DEBUG (g_message ("wrote %zu bytes", bytes_written)); - - if (data->input.length < data->input.size) { - /* don't remove the source */ diff --git a/devel/gnome-build/files/patch-src::backends::libgbf_am::gbf-am-build.c b/devel/gnome-build/files/patch-src::backends::libgbf_am::gbf-am-build.c deleted file mode 100644 index 4c8380eb3706..000000000000 --- a/devel/gnome-build/files/patch-src::backends::libgbf_am::gbf-am-build.c +++ /dev/null @@ -1,13 +0,0 @@ ---- src/backends/libgbf_am/gbf-am-build.c.orig Thu Oct 16 11:34:19 2003 -+++ src/backends/libgbf_am/gbf-am-build.c Thu Oct 16 11:35:42 2003 -@@ -27,9 +27,9 @@ - #include <stdlib.h> - #include <unistd.h> - #include <string.h> --#include <regex.h> - #include "gbf-i18n.h" - #include "gbf-am-build.h" -+#include <gnuregex.h> - - /* FIXME: mark strings for translation and this file to POTFILES.in */ - diff --git a/devel/gnome-build/files/patch-src::gbf::Makefile.in b/devel/gnome-build/files/patch-src::gbf::Makefile.in deleted file mode 100644 index c8648653d8f1..000000000000 --- a/devel/gnome-build/files/patch-src::gbf::Makefile.in +++ /dev/null @@ -1,32 +0,0 @@ ---- src/gbf/Makefile.in.orig Thu Oct 16 11:32:14 2003 -+++ src/gbf/Makefile.in Thu Oct 16 11:32:38 2003 -@@ -701,18 +701,18 @@ - uninstall-libgbfincludeHEADERS uninstall-pixmapDATA - - --libgbfmarshal.h: $(srcdir)/libgbfmarshal.list $(GLIB_GENMARSHAL) -- @GLIB_GENMARSHAL@ \ -- --prefix=gbf_marshal $(srcdir)/libgbfmarshal.list --header > xgen-gmc \ -- && cp xgen-gmc $(@F) \ -- && rm -f xgen-gmc -+#libgbfmarshal.h: $(srcdir)/libgbfmarshal.list $(GLIB_GENMARSHAL) -+# @GLIB_GENMARSHAL@ \ -+# --prefix=gbf_marshal $(srcdir)/libgbfmarshal.list --header > xgen-gmc \ -+# && cp xgen-gmc $(@F) \ -+# && rm -f xgen-gmc - --libgbfmarshal.c: $(srcdir)/libgbfmarshal.list $(GLIB_GENMARSHAL) -- echo "#include \"libgbfmarshal.h\"" > xgen-gmc \ -- && @GLIB_GENMARSHAL@ \ -- --prefix=gbf_marshal $(srcdir)/libgbfmarshal.list --body >> xgen-gmc \ -- && cp xgen-gmc $(@F) \ -- && rm -f xgen-gmc -+#libgbfmarshal.c: $(srcdir)/libgbfmarshal.list $(GLIB_GENMARSHAL) -+# echo "#include \"libgbfmarshal.h\"" > xgen-gmc \ -+# && @GLIB_GENMARSHAL@ \ -+# --prefix=gbf_marshal $(srcdir)/libgbfmarshal.list --body >> xgen-gmc \ -+# && cp xgen-gmc $(@F) \ -+# && rm -f xgen-gmc - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. - .NOEXPORT: diff --git a/devel/gnome-build/files/stable-src_backends_libgbf_am_gbf-am-project.c b/devel/gnome-build/files/stable-src_backends_libgbf_am_gbf-am-project.c deleted file mode 100644 index 262756b88ad1..000000000000 --- a/devel/gnome-build/files/stable-src_backends_libgbf_am_gbf-am-project.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/backends/libgbf_am/gbf-am-project.c.orig Fri May 2 06:12:51 2003 -+++ src/backends/libgbf_am/gbf-am-project.c Sat Jan 31 13:22:04 2004 -@@ -1750,7 +1750,7 @@ - - switch (status) { - case G_IO_STATUS_NORMAL: -- DEBUG (g_message ("wrote %d bytes", bytes_written)); -+ DEBUG (g_message ("wrote %lu bytes", bytes_written)); - - if (data->input.length < data->input.size) { - /* don't remove the source */ diff --git a/devel/gnome-build/pkg-descr b/devel/gnome-build/pkg-descr deleted file mode 100644 index 60385151a1e2..000000000000 --- a/devel/gnome-build/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is a GNOME Build Framework (GBF). - -WWW: http://www.gnome.org/ diff --git a/devel/gnome-build/pkg-plist b/devel/gnome-build/pkg-plist deleted file mode 100644 index b738ab463d70..000000000000 --- a/devel/gnome-build/pkg-plist +++ /dev/null @@ -1,58 +0,0 @@ -bin/gbf-am-parse -include/gnome-build-1.0/gbf/gbf-backend.h -include/gnome-build-1.0/gbf/gbf-build-info.h -include/gnome-build-1.0/gbf/gbf-project-model.h -include/gnome-build-1.0/gbf/gbf-project-util.h -include/gnome-build-1.0/gbf/gbf-project-view.h -include/gnome-build-1.0/gbf/gbf-project.h -include/gnome-build-1.0/gbf/gbf-tree-data.h -include/gnome-build-1.0/gbf/gbf-widgets.h -include/gnome-build-1.0/gbf/glue-plugin.h -lib/gnome-build-1.0/backends/gbf-am.server -lib/gnome-build-1.0/backends/libgbf-am.a -lib/gnome-build-1.0/backends/libgbf-am.so -lib/gnome-build-1.0/backends/libgbf-am.so.0 -lib/libgbf-1.a -lib/libgbf-1.so -lib/libgbf-1.so.0 -lib/libgbf-widgets-1.a -lib/libgbf-widgets-1.so -lib/libgbf-widgets-1.so.0 -libdata/pkgconfig/gnome-build-1.0.pc -share/gnome/gnome-build/GBF/AmFiles.pm -share/gnome/gnome-build/GBF/General.pm -share/gnome/gnome-build/glade/create_dialogs.glade -share/gnome/pixmaps/gbf-build.png -share/gnome/pixmaps/gbf-install.png -share/locale/am/LC_MESSAGES/gbf-1.mo -share/locale/az/LC_MESSAGES/gbf-1.mo -share/locale/be/LC_MESSAGES/gbf-1.mo -share/locale/ca/LC_MESSAGES/gbf-1.mo -share/locale/cs/LC_MESSAGES/gbf-1.mo -share/locale/de/LC_MESSAGES/gbf-1.mo -share/locale/el/LC_MESSAGES/gbf-1.mo -share/locale/es/LC_MESSAGES/gbf-1.mo -share/locale/fr/LC_MESSAGES/gbf-1.mo -share/locale/it/LC_MESSAGES/gbf-1.mo -share/locale/ja/LC_MESSAGES/gbf-1.mo -share/locale/lv/LC_MESSAGES/gbf-1.mo -share/locale/mk/LC_MESSAGES/gbf-1.mo -share/locale/ml/LC_MESSAGES/gbf-1.mo -share/locale/nl/LC_MESSAGES/gbf-1.mo -share/locale/no/LC_MESSAGES/gbf-1.mo -share/locale/pl/LC_MESSAGES/gbf-1.mo -share/locale/pt/LC_MESSAGES/gbf-1.mo -share/locale/pt_BR/LC_MESSAGES/gbf-1.mo -share/locale/ru/LC_MESSAGES/gbf-1.mo -share/locale/sk/LC_MESSAGES/gbf-1.mo -share/locale/sr/LC_MESSAGES/gbf-1.mo -share/locale/sr@Latn/LC_MESSAGES/gbf-1.mo -share/locale/sv/LC_MESSAGES/gbf-1.mo -share/locale/vi/LC_MESSAGES/gbf-1.mo -@dirrm share/gnome/gnome-build/glade -@dirrm share/gnome/gnome-build/GBF -@dirrm share/gnome/gnome-build -@dirrm lib/gnome-build-1.0/backends -@dirrm lib/gnome-build-1.0 -@dirrm include/gnome-build-1.0/gbf -@dirrm include/gnome-build-1.0 diff --git a/devel/gnome-common/Makefile b/devel/gnome-common/Makefile deleted file mode 100644 index dddfaa261ac6..000000000000 --- a/devel/gnome-common/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: gnomecommon -# Date created: 04 April 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gnomecommon -PORTVERSION= 2.8.0 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-common/2.8 -DISTNAME= gnome-common-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Common automake macros for GNOME and GNOME 2 - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= pkgconfig gnometarget -GNU_CONFIGURE= yes - -.include <bsd.port.mk> diff --git a/devel/gnome-common/distinfo b/devel/gnome-common/distinfo deleted file mode 100644 index a3fa6f30afaa..000000000000 --- a/devel/gnome-common/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/gnome-common-2.8.0.tar.bz2) = 4630d4cf2b83499c89211b3ae76b662f -SIZE (gnome2/gnome-common-2.8.0.tar.bz2) = 58694 diff --git a/devel/gnome-common/pkg-descr b/devel/gnome-common/pkg-descr deleted file mode 100644 index 4cf03f1e9171..000000000000 --- a/devel/gnome-common/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This is a collection of automake macros used for developing new GNOME -or GNOME 2.0 applications. - -WWW: http://www.gnome.org/ diff --git a/devel/gnome-common/pkg-plist b/devel/gnome-common/pkg-plist deleted file mode 100644 index 2882fbd2a975..000000000000 --- a/devel/gnome-common/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -bin/gnome-autogen.sh -bin/gnome-doc-common -share/aclocal/gnome-common.m4 -share/aclocal/gnome-compiler-flags.m4 -share/gnome-common/data/omf.make -share/gnome-common/data/xmldocs.make -@dirrm share/gnome-common/data -@dirrm share/gnome-common diff --git a/devel/gnome-crash/Makefile b/devel/gnome-crash/Makefile deleted file mode 100644 index 0c0c501e6e00..000000000000 --- a/devel/gnome-crash/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: gnomecrash -# Date created: 3rd November 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gnomecrash -PORTVERSION= 0.0.5 -PORTREVISION= 1 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-crash/0.0 -DISTNAME= gnome-crash-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A small coredump analysis tool for GNOME - -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack libglade gnomeprint -USE_LIBTOOL_VER= 13 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/devel/gnome-crash/distinfo b/devel/gnome-crash/distinfo deleted file mode 100644 index 12a06715ec06..000000000000 --- a/devel/gnome-crash/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome-crash-0.0.5.tar.gz) = 23795de0adc8e15f536dbb790aaf265a -SIZE (gnome-crash-0.0.5.tar.gz) = 214802 diff --git a/devel/gnome-crash/files/patch-src::Makefile.in b/devel/gnome-crash/files/patch-src::Makefile.in deleted file mode 100644 index b9ede6796209..000000000000 --- a/devel/gnome-crash/files/patch-src::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- src/Makefile.in 2001/12/19 10:18:12 1.1 -+++ src/Makefile.in 2001/12/19 10:20:11 -@@ -129,7 +129,7 @@ - gdb_DATA = gdb-cmd - - #CFLAGS+=-Werror --INCLUDES = -I$(top_srcdir)/intl -I$(top_builddir)/intl -I$(includedir) $(EXTRA_GNOME_CFLAGS) -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -DGNOME_CRASH_GLADE_DIR=\""$(gladedir)"\" -DGNOME_CRASH_GDB_DIR=\""$(gdbdir)"\" -DGNOME_CRASH_ICON_DIR=\""$(datadir)/pixmaps"\" -DGNOME_CRASH_DATA_DIR=\""$(datadir)/gnome-crash"\" -+INCLUDES = $(GNOME_PRINT_CFLAGS) -I$(top_srcdir)/intl -I$(top_builddir)/intl -I$(includedir) $(EXTRA_GNOME_CFLAGS) -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -DGNOME_CRASH_GLADE_DIR=\""$(gladedir)"\" -DGNOME_CRASH_GDB_DIR=\""$(gdbdir)"\" -DGNOME_CRASH_ICON_DIR=\""$(datadir)/pixmaps"\" -DGNOME_CRASH_DATA_DIR=\""$(datadir)/gnome-crash"\" - - - bin_PROGRAMS = gnome-crash diff --git a/devel/gnome-crash/pkg-descr b/devel/gnome-crash/pkg-descr deleted file mode 100644 index 6823fa2c20ac..000000000000 --- a/devel/gnome-crash/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This is a small tool to use after a core dump. It can extract debugging -information from a core file or crashed application (via gnome_segv). - -WWW: http://www.gnome.org/ diff --git a/devel/gnome-crash/pkg-plist b/devel/gnome-crash/pkg-plist deleted file mode 100644 index 11469ae01f93..000000000000 --- a/devel/gnome-crash/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -bin/gnome-crash -share/gnome/apps/Utilities/gnome-crash.desktop -share/gnome/gnome-crash/gdb/gdb-cmd -share/gnome/gnome-crash/glade/about.glade -share/gnome/gnome-crash/glade/gnome-crash.glade -share/gnome/gnome-crash/gnome-crash-animation.png -share/gnome/mime-info/gnome-crash.keys -share/gnome/mime-info/gnome-crash.mime -share/gnome/pixmaps/gnome-crash-icon.png -@dirrm share/gnome/gnome-crash/glade -@dirrm share/gnome/gnome-crash/gdb -@dirrm share/gnome/gnome-crash diff --git a/devel/gnome-vfs/Makefile b/devel/gnome-vfs/Makefile deleted file mode 100644 index 52c4a0f2ee36..000000000000 --- a/devel/gnome-vfs/Makefile +++ /dev/null @@ -1,127 +0,0 @@ -# New ports collection makefile for: gnomevfs2 -# Date created: 28th June 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gnomevfs2 -PORTVERSION= 2.8.3 -PORTREVISION= 1 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-vfs/2.8 -DISTNAME= gnome-vfs-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME Virtual File System - -RUN_DEPENDS= ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info - -USE_BZIP2= yes -USE_GMAKE= yes -USE_X_PREFIX= yes -USE_GNOME= gnomeprefix gnomehack gnomehier intlhack gnomemimedata gconf2 \ - libbonobo -USE_REINPLACE= yes -USE_LIBTOOL_VER=15 -INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --enable-openssl \ - --disable-gnutls -CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ - BSD_PTHREAD_LIBS=${PTHREAD_LIBS} - -GCONF_SCHEMAS= desktop_default_applications.schemas \ - desktop_gnome_url_handlers.schemas system_dns_sd.schemas \ - system_http_proxy.schemas system_smb.schemas - -OPTIONS= KDE_MENUS "Integrated KDE menu picks" on - -.include <bsd.port.pre.mk> - -.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD) -.undef WITHOUT_CDPARANOIA -.undef WITHOUT_SAMBA -.undef WITHOUT_MDNS -WITH_MDNS= yes -WITH_CDPARANOIA= yes -WITH_SAMBA= yes -.endif - -.if !defined(WITHOUT_KDE_MENUS) -EXTRA_PATCHES= ${FILESDIR}/modules_vfolder_applications-all-users.vfolder-info.in -PLIST_SUB+= KDEMENUS="" -.else -PLIST_SUB+= KDEMENUS="@comment " -.endif - -.if exists(${LOCALBASE}/lib/libcdda_paranoia.a) -WITH_CDPARANOIA= yes -.endif - -.if exists(${LOCALBASE}/lib/libsmbclient.so) -WITH_SAMBA= yes -.endif - -.if exists(${LOCALBASE}/lib/libhowl.so) -WITH_MDNS= yes -.endif - -.if defined(WITH_CDPARANOIA) -LIB_DEPENDS+= cdda_paranoia.0:${PORTSDIR}/audio/cdparanoia -PLIST_SUB+= CDPARANOIA="" -.else -PLIST_SUB+= CDPARANOIA="@comment " -.endif - -.if exists(${LOCALBASE}/lib/libfam.so) || !defined(WITHOUT_FAM) -LIB_DEPENDS+= fam.0:${PORTSDIR}/devel/fam -.endif - -.if exists(${LOCALBASE}/lib/libkrb5.so) -LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal -.endif - -.if defined(WITH_SAMBA) -LIB_DEPENDS+= smbclient.0:${PORTSDIR}/net/samba-libsmbclient -PLIST_SUB+= SAMBA="" -.else -PLIST_SUB+= SAMBA="@comment " -.endif - -.if defined(WITH_MDNS) -LIB_DEPENDS+= howl:${PORTSDIR}/net/howl -.endif - -post-patch: - @${FIND} ${WRKSRC} -name "*info.in" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|\@datadir\@/gnome|\@datadir\@|g' - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ - ${WRKSRC}/libgnomevfs/Makefile.in \ - ${WRKSRC}/modules/vfolder/applications-all-users.vfolder-info.in - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g ; \ - s|%%X11BASE%%|${X11BASE}|g' \ - ${WRKSRC}/libgnomevfs/xdgmime.c \ - ${WRKSRC}/libgnomevfs/eggdirfuncs.c \ - ${WRKSRC}/libgnomevfs/gnome-vfs-mime-info.c -.if !defined(WITHOUT_KDE_MENUS) - @${SED} -e 's|/usr/local|${LOCALBASE}|g' \ - < ${FILESDIR}/KDE.directory > ${WRKSRC}/KDE.directory -.endif - @${REINPLACE_CMD} -e "/^SUBDIRS =/s/test//" \ - ${WRKSRC}/Makefile.in - -pre-configure: - @if [ -n "`${PKG_INFO} -xI '^bind[0-9]*-base-[0-9]'`" ]; then \ - ${ECHO_CMD} "${PKGNAME}: bind installed with PORT_REPLACES_BASE_BIND causes build problems."; \ - ${FALSE}; \ - fi - -post-install: -.if !defined(WITHOUT_KDE_MENUS) - @${INSTALL_DATA} ${WRKSRC}/KDE.directory ${PREFIX}/share/gnome/vfolders -.endif - -.include <bsd.port.post.mk> diff --git a/devel/gnome-vfs/distinfo b/devel/gnome-vfs/distinfo deleted file mode 100644 index 026296e07214..000000000000 --- a/devel/gnome-vfs/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/gnome-vfs-2.8.3.tar.bz2) = 5484694e7250c80a231cfc525d924cc3 -SIZE (gnome2/gnome-vfs-2.8.3.tar.bz2) = 1907154 diff --git a/devel/gnome-vfs/files/KDE.directory b/devel/gnome-vfs/files/KDE.directory deleted file mode 100644 index 032126bb99db..000000000000 --- a/devel/gnome-vfs/files/KDE.directory +++ /dev/null @@ -1,5 +0,0 @@ -[Desktop Entry] -Name=KDE -Comment=Some comment about KDE menu -Icon=/usr/local/share/icons/kdeclassic/48x48/apps/kmenu.png -Type=Directory diff --git a/devel/gnome-vfs/files/modules_vfolder_applications-all-users.vfolder-info.in b/devel/gnome-vfs/files/modules_vfolder_applications-all-users.vfolder-info.in deleted file mode 100644 index 120a8906411f..000000000000 --- a/devel/gnome-vfs/files/modules_vfolder_applications-all-users.vfolder-info.in +++ /dev/null @@ -1,285 +0,0 @@ ---- modules/vfolder/applications-all-users.vfolder-info.in.orig Fri Oct 17 10:11:22 2003 -+++ modules/vfolder/applications-all-users.vfolder-info.in Thu Feb 12 15:15:40 2004 -@@ -19,7 +19,14 @@ - <MergeDir>/usr/share/gnome/apps/</MergeDir> - - <!-- Merge dirs optional --> -- <MergeDir>/etc/X11/applnk/</MergeDir> -+ <MergeDir>/usr/local/share/applnk/Toys/</MergeDir> -+ <MergeDir>/usr/local/share/applnk/Utilities/</MergeDir> -+ <MergeDir>/usr/local/share/applnk/Internet/</MergeDir> -+ <MergeDir>/usr/local/share/applnk/Office/</MergeDir> -+ <MergeDir>/usr/local/share/applnk/Applications/</MergeDir> -+ <MergeDir>/usr/local/share/applnk/Development/</MergeDir> -+ <MergeDir>/usr/local/share/applnk/Games/</MergeDir> -+ <MergeDir>/usr/local/share/applnk/Multimedia/</MergeDir> - - <!-- Root folder --> - <Folder> -@@ -34,10 +41,12 @@ - <Query> - <And> - <Keyword>Core</Keyword> -- <!-- FIXME: Seth, why would this be wanted? --> -- <!--<Not> -- <Keyword>Merged</Keyword> -- </Not>--> -+ <Not> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ </Not> - </And> - </Query> - -@@ -47,6 +56,12 @@ - <Desktop>Accessories.directory</Desktop> - <Query> - <And> -+ <Not> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ </Not> - <Keyword>Application</Keyword> - <Keyword>Utility</Keyword> - <Not> -@@ -63,6 +78,12 @@ - <Desktop>Accessibility.directory</Desktop> - <Query> - <And> -+ <Not> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ </Not> - <Keyword>Application</Keyword> - <Keyword>Accessibility</Keyword> - <Not> -@@ -80,6 +101,12 @@ - <OnlyUnallocated/> - <Query> - <And> -+ <Not> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ </Not> - <Keyword>Application</Keyword> - <Not> - <Keyword>Settings</Keyword> -@@ -101,6 +128,12 @@ - <Desktop>Development.directory</Desktop> - <Query> - <And> -+ <Not> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ </Not> - <Keyword>Application</Keyword> - <Keyword>Development</Keyword> - </And> -@@ -114,6 +147,12 @@ - <Desktop>Games.directory</Desktop> - <Query> - <And> -+ <Not> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ </Not> - <Keyword>Application</Keyword> - <Keyword>Game</Keyword> - </And> -@@ -127,6 +166,12 @@ - <Desktop>Graphics.directory</Desktop> - <Query> - <And> -+ <Not> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ </Not> - <Keyword>Application</Keyword> - <Keyword>Graphics</Keyword> - </And> -@@ -140,6 +185,12 @@ - <Desktop>Internet.directory</Desktop> - <Query> - <And> -+ <Not> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ </Not> - <Keyword>Application</Keyword> - <Keyword>Network</Keyword> - </And> -@@ -153,6 +204,12 @@ - <Desktop>Multimedia.directory</Desktop> - <Query> - <And> -+ <Not> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ </Not> - <Keyword>Application</Keyword> - <Keyword>AudioVideo</Keyword> - </And> -@@ -170,6 +227,12 @@ - <Desktop>Office.directory</Desktop> - <Query> - <And> -+ <Not> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ </Not> - <Keyword>Application</Keyword> - <Or> - <Keyword>Office</Keyword> -@@ -195,6 +258,12 @@ - <Desktop>System.directory</Desktop> - <Query> - <And> -+ <Not> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ </Not> - <Keyword>Application</Keyword> - <Not> - <Keyword>Settings</Keyword> -@@ -204,6 +273,118 @@ - </Query> - <DontShowIfEmpty/> - </Folder> -- -+ -+ <!-- KDE --> -+ <Folder> -+ <Name>KDE</Name> -+ <Desktop>KDE.directory</Desktop> -+ -+ <!-- KAccessories --> -+ <Folder> -+ <Name>Accessories</Name> -+ <Desktop>Accessories.directory</Desktop> -+ <Query> -+ <And> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ <Keyword>Utility</Keyword> -+ </And> -+ </Query> -+ <DontShowIfEmpty/> -+ </Folder> -+ -+ <!-- KDevelopment Tools --> -+ <Folder> -+ <Name>Programming</Name> -+ <Desktop>Development.directory</Desktop> -+ <Query> -+ <And> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ <Keyword>Development</Keyword> -+ </And> -+ </Query> -+ <DontShowIfEmpty/> -+ </Folder> -+ -+ <!-- KGraphics --> -+ <Folder> -+ <Name>Graphics</Name> -+ <Desktop>Graphics.directory</Desktop> -+ <Query> -+ <And> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ <Keyword>Graphics</Keyword> -+ </And> -+ </Query> -+ <DontShowIfEmpty/> -+ </Folder> -+ -+ <!-- KInternet --> -+ <Folder> -+ <Name>Internet</Name> -+ <Desktop>Internet.directory</Desktop> -+ <Query> -+ <And> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ <Keyword>Network</Keyword> -+ </And> -+ </Query> -+ -+ <Include>/usr/local/share/applnk/konqueror.desktop</Include> -+ -+ <DontShowIfEmpty/> -+ </Folder> -+ -+ <!-- KMultimedia --> -+ <Folder> -+ <Name>Multimedia</Name> -+ <Desktop>Multimedia.directory</Desktop> -+ <Query> -+ <And> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ <Keyword>AudioVideo</Keyword> -+ </And> -+ </Query> -+ <DontShowIfEmpty/> -+ </Folder> -+ -+ <!-- KOffice --> -+ <Folder> -+ <Name>Office</Name> -+ <Desktop>Office.directory</Desktop> -+ <Query> -+ <And> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ <Or> -+ <Keyword>Office</Keyword> -+ <Keyword>Spreadsheet</Keyword> -+ <Keyword>WordProcessor</Keyword> -+ <Keyword>Calendar</Keyword> -+ <Keyword>ProjectManagement</Keyword> -+ </Or> -+ </And> -+ </Query> -+ <DontShowIfEmpty/> -+ </Folder> -+ <DontShowIfEmpty/> -+ </Folder> <!-- KDE --> -+ - </Folder> - </VFolderInfo> diff --git a/devel/gnome-vfs/files/patch-aa b/devel/gnome-vfs/files/patch-aa deleted file mode 100644 index caf6411ffeaa..000000000000 --- a/devel/gnome-vfs/files/patch-aa +++ /dev/null @@ -1,89 +0,0 @@ ---- configure.orig Tue Jun 1 03:53:13 2004 -+++ configure Tue Jun 1 03:53:13 2004 -@@ -22815,6 +22815,8 @@ - if eval "test \"\${$as_ac_var+set}\" = set"; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -+ ac_check_lib_save_LIBS=$LIBS -+ LIBS="-lintl $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -22897,6 +22899,7 @@ - fi - rm -f conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -+LIBS=$ac_check_lib_save_LIBS - fi - echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 - echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 -@@ -22904,6 +22907,7 @@ - cat >>confdefs.h <<_ACEOF - #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 - _ACEOF -+ LIBS="-lintl $LIBS" - have_ngettext=yes - else - echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5 -@@ -26876,8 +26880,8 @@ - done - fi - --echo "$as_me:$LINENO: checking for bzCompressInit in -lbz2" >&5 --echo $ECHO_N "checking for bzCompressInit in -lbz2... $ECHO_C" >&6 -+echo "$as_me:$LINENO: checking for BZ2_bzCompressInit in -lbz2" >&5 -+echo $ECHO_N "checking for BZ2_bzCompressInit in -lbz2... $ECHO_C" >&6 - if test "${ac_cv_lib_bz2_bzCompressInit+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -26896,11 +26900,11 @@ - #endif - /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ --char bzCompressInit (); -+char BZ2_bzCompressInit (); - int - main () - { --bzCompressInit (); -+BZ2_bzCompressInit (); - ; - return 0; - } -@@ -28031,7 +28035,7 @@ - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - -- LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto -ldl" -+ LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -29660,6 +29664,9 @@ - cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ -+#ifdef HAVE_SYS_PARAM_H -+#include <sys/param.h> -+#endif - #include <sys/statfs.h> - #include <sys/fstyp.h> - _ACEOF -@@ -29700,6 +29707,9 @@ - cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ -+#ifdef HAVE_SYS_PARAM_H -+#include <sys/param.h> -+#endif - #include <sys/statfs.h> - #include <sys/vmount.h> - _ACEOF -@@ -31338,6 +31348,7 @@ - s,@ORBIT_IDL@,$ORBIT_IDL,;t t - s,@BONOBO_IDLDIR@,$BONOBO_IDLDIR,;t t - s,@WARN_CFLAGS@,$WARN_CFLAGS,;t t -+s,@PTHREAD_LIB@,$BSD_PTHREAD_LIBS,;t t - s,@GETTEXT_PACKAGE@,$GETTEXT_PACKAGE,;t t - s,@USE_NLS@,$USE_NLS,;t t - s,@MSGFMT@,$MSGFMT,;t t diff --git a/devel/gnome-vfs/files/patch-ac b/devel/gnome-vfs/files/patch-ac deleted file mode 100644 index 9362cac1715f..000000000000 --- a/devel/gnome-vfs/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- modules/Makefile.in.orig Tue May 6 15:39:48 2003 -+++ modules/Makefile.in Tue May 6 15:41:28 2003 -@@ -210,7 +210,7 @@ - @BUILD_CDEMENU_MODULE_TRUE@CDEMENU_LTLIBS = @BUILD_CDEMENU_MODULE_TRUE@libcdemenu-desktop.la - @BUILD_CDEMENU_MODULE_FALSE@CDEMENU_LTLIBS = - --module_flags = -export_dynamic -avoid-version -module -no-undefined -+module_flags = -export_dynamic -avoid-version -module -no-undefined $(PTHREAD_LIB) - modulesdir = $(libdir)/gnome-vfs-2.0/modules - - modules_LTLIBRARIES = \ diff --git a/devel/gnome-vfs/files/patch-devel-docs::Makefile.in b/devel/gnome-vfs/files/patch-devel-docs::Makefile.in deleted file mode 100644 index b02290aa2ebb..000000000000 --- a/devel/gnome-vfs/files/patch-devel-docs::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- devel-docs/Makefile.in 2002/02/16 16:44:53 1.1 -+++ devel-docs/Makefile.in 2002/02/16 16:45:47 -@@ -168,7 +168,7 @@ - TEXT_FILES = gnome-vfs-mime-type-handling.txt - - --docdir = $(prefix)/doc -+docdir = $(prefix)/share/doc - doc_DATA = - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = ../config.h diff --git a/devel/gnome-vfs/files/patch-gnome-vfs-2.0.pc.in b/devel/gnome-vfs/files/patch-gnome-vfs-2.0.pc.in deleted file mode 100644 index 4acd9a1bc552..000000000000 --- a/devel/gnome-vfs/files/patch-gnome-vfs-2.0.pc.in +++ /dev/null @@ -1,13 +0,0 @@ - -$FreeBSD$ - ---- gnome-vfs-2.0.pc.in.orig Thu Oct 28 13:25:35 2004 -+++ gnome-vfs-2.0.pc.in Thu Oct 28 13:25:51 2004 -@@ -8,5 +8,5 @@ - Description: The GNOME virtual file-system libraries - Version: @VERSION@ - Requires: bonobo-activation-2.0 libbonobo-2.0 gconf-2.0 gthread-2.0 gmodule-2.0 --Libs: -L${libdir} -lgnomevfs-2 -+Libs: -L${libdir} -lgnomevfs-2 @PTHREAD_LIB@ - Cflags: -I${includedir}/gnome-vfs-2.0 -I${libdir}/gnome-vfs-2.0/include - diff --git a/devel/gnome-vfs/files/patch-gnome-vfs-module-2.0.pc.in b/devel/gnome-vfs/files/patch-gnome-vfs-module-2.0.pc.in deleted file mode 100644 index f9b09d46b7a3..000000000000 --- a/devel/gnome-vfs/files/patch-gnome-vfs-module-2.0.pc.in +++ /dev/null @@ -1,12 +0,0 @@ - -$FreeBSD$ - ---- gnome-vfs-module-2.0.pc.in 2002/02/16 13:07:42 1.1 -+++ gnome-vfs-module-2.0.pc.in 2002/02/16 13:07:51 -@@ -8,5 +8,5 @@ - Description: The GNOME virtual file-system module include info - Version: @VERSION@ - Requires: bonobo-activation-2.0,gthread-2.0,gmodule-2.0 --Libs: -L${libdir} -lgnomevfs-2 -+Libs: -L${libdir} -lgnomevfs-2 @PTHREAD_LIB@ - Cflags: -I${includedir}/gnome-vfs-2.0 -I${includedir}/gnome-vfs-module-2.0 -I${libdir}/gnome-vfs-2.0/include diff --git a/devel/gnome-vfs/files/patch-libgnomevfs::Makefile.in b/devel/gnome-vfs/files/patch-libgnomevfs::Makefile.in deleted file mode 100644 index 063376961823..000000000000 --- a/devel/gnome-vfs/files/patch-libgnomevfs::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- libgnomevfs/Makefile.in.orig Wed Oct 22 01:11:11 2003 -+++ libgnomevfs/Makefile.in Wed Oct 22 01:12:00 2003 -@@ -429,7 +429,7 @@ - # CLEANFILES = $(BUILT_SOURCES) - - # Platform specific includes --libgnomevfsplatformincludedir = $(libdir)/gnome-vfs-2.0/include -+libgnomevfsplatformincludedir = $(includedir)/gnome-vfs-2.0/include - libgnomevfsplatforminclude_HEADERS = \ - gnome-vfs-file-size.h - diff --git a/devel/gnome-vfs/files/patch-libgnomevfs::gnome-vfs-application-registry.c b/devel/gnome-vfs/files/patch-libgnomevfs::gnome-vfs-application-registry.c deleted file mode 100644 index bd679de032d2..000000000000 --- a/devel/gnome-vfs/files/patch-libgnomevfs::gnome-vfs-application-registry.c +++ /dev/null @@ -1,29 +0,0 @@ - -$FreeBSD$ - ---- libgnomevfs/gnome-vfs-application-registry.c 2002/06/13 07:31:15 1.1 -+++ libgnomevfs/gnome-vfs-application-registry.c 2002/06/13 08:25:24 -@@ -940,6 +940,8 @@ - static void - gnome_vfs_application_registry_init (void) - { -+ gchar *tmp; -+ - if (gnome_vfs_application_registry_initialized) - return; - -@@ -961,6 +963,14 @@ - gnome_registry_dir.dirname = g_strdup (DATADIR "/application-registry"); - gnome_registry_dir.system_dir = TRUE; - -+ tmp = g_strconcat (g_get_home_dir(), "/.gnome", NULL); -+ if (mkdir (tmp, 0700) && -+ errno != EEXIST) { -+ g_warning("Could not create per-user Gnome configuration directory: %s", -+ tmp); -+ } -+ g_free(tmp); -+ - user_registry_dir.dirname = g_strconcat (g_get_home_dir(), "/.gnome/application-info", NULL); - user_registry_dir.system_dir = FALSE; - diff --git a/devel/gnome-vfs/files/patch-libgnomevfs_eggdirfuncs.c b/devel/gnome-vfs/files/patch-libgnomevfs_eggdirfuncs.c deleted file mode 100644 index 82e0e5f61891..000000000000 --- a/devel/gnome-vfs/files/patch-libgnomevfs_eggdirfuncs.c +++ /dev/null @@ -1,11 +0,0 @@ ---- libgnomevfs/eggdirfuncs.c.orig Sat Jul 24 03:08:10 2004 -+++ libgnomevfs/eggdirfuncs.c Sat Jul 24 03:08:50 2004 -@@ -106,7 +106,7 @@ - data_dirs = (gchar *) g_getenv ("XDG_DATA_DIRS"); - - if (!data_dirs || !data_dirs[0]) -- data_dirs = "/usr/local/share/:/usr/share/"; -+ data_dirs = "/usr/local/share/:%%X11BASE%%/share/:/usr/share/:/usr/local/share/gnome/:%%X11BASE%%/share/gnome/:/usr/share/gnome/"; - - data_dir_vector = g_strsplit (data_dirs, ":", 0); - diff --git a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-mime-info.c b/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-mime-info.c deleted file mode 100644 index a61e83417651..000000000000 --- a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-mime-info.c +++ /dev/null @@ -1,11 +0,0 @@ ---- libgnomevfs/gnome-vfs-mime-info.c.orig Wed Aug 4 13:41:52 2004 -+++ libgnomevfs/gnome-vfs-mime-info.c Wed Aug 4 13:42:10 2004 -@@ -149,7 +149,7 @@ - - xdg_data_dirs = g_getenv ("XDG_DATA_DIRS"); - if (!xdg_data_dirs) { -- xdg_data_dirs = "/usr/local/share/:/usr/share/"; -+ xdg_data_dirs = "%%X11BASE%%/share/gnome/:/usr/local/share/gnome/:%%X11BASE%%/share/:/usr/local/share/:/usr/share/"; - } - - split_data_dirs = g_strsplit (xdg_data_dirs, ":", 0); diff --git a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-resolve.c b/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-resolve.c deleted file mode 100644 index c58be91fa94b..000000000000 --- a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-resolve.c +++ /dev/null @@ -1,13 +0,0 @@ ---- libgnomevfs/gnome-vfs-resolve.c.orig Sat Jul 31 17:52:23 2004 -+++ libgnomevfs/gnome-vfs-resolve.c Sat Jul 31 17:52:45 2004 -@@ -171,8 +171,10 @@ - switch (error) { - - case EAI_NONAME: return GNOME_VFS_ERROR_HOST_NOT_FOUND; -+#if defined(EAI_ADDRFAMILY) && defined(EAI_NODATA) - case EAI_ADDRFAMILY: - case EAI_NODATA: return GNOME_VFS_ERROR_HOST_HAS_NO_ADDRESS; -+#endif - case EAI_SYSTEM: return gnome_vfs_result_from_errno (); - case EAI_FAIL: - case EAI_AGAIN: return GNOME_VFS_ERROR_NAMESERVER; diff --git a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-unix-mounts.c b/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-unix-mounts.c deleted file mode 100644 index 5d37cc768ddb..000000000000 --- a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-unix-mounts.c +++ /dev/null @@ -1,10 +0,0 @@ ---- libgnomevfs/gnome-vfs-unix-mounts.c.orig Sun Sep 5 02:34:30 2004 -+++ libgnomevfs/gnome-vfs-unix-mounts.c Sun Sep 5 02:35:08 2004 -@@ -43,6 +43,7 @@ - #include <errno.h> - #include <string.h> - #include <signal.h> -+#include <poll.h> - #include <libgnomevfs/gnome-vfs.h> - - #include "gnome-vfs-unix-mounts.h" diff --git a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-utils.c b/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-utils.c deleted file mode 100644 index 9788a89f060e..000000000000 --- a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-utils.c +++ /dev/null @@ -1,11 +0,0 @@ ---- libgnomevfs/gnome-vfs-utils.c.orig Mon Aug 16 11:11:09 2004 -+++ libgnomevfs/gnome-vfs-utils.c Mon Aug 16 11:11:16 2004 -@@ -871,7 +871,7 @@ - paths = g_strsplit (gnome_var, ":", 0); - - for (temp_paths = paths; *temp_paths != NULL; temp_paths++) { -- full_filename = g_strconcat (*temp_paths, "/share/pixmaps/", relative_filename, NULL); -+ full_filename = g_strconcat (*temp_paths, "/share/gnome/pixmaps/", relative_filename, NULL); - if (g_file_test (full_filename, G_FILE_TEST_EXISTS)) { - g_strfreev (paths); - return full_filename; diff --git a/devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.c b/devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.c deleted file mode 100644 index 472a4b5f6c19..000000000000 --- a/devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.c +++ /dev/null @@ -1,11 +0,0 @@ ---- libgnomevfs/xdgmime.c.orig Thu Jul 22 11:20:13 2004 -+++ libgnomevfs/xdgmime.c Thu Jul 22 11:20:52 2004 -@@ -189,7 +189,7 @@ - - xdg_data_dirs = getenv ("XDG_DATA_DIRS"); - if (xdg_data_dirs == NULL) -- xdg_data_dirs = "/usr/local/share/:/usr/share/"; -+ xdg_data_dirs = "%%X11BASE%%/share/gnome/:/usr/local/share/gnome/:%%X11BASE%%/share/:/usr/local/share/:/usr/share/"; - - ptr = xdg_data_dirs; - diff --git a/devel/gnome-vfs/files/patch-modules_sftp-method.c b/devel/gnome-vfs/files/patch-modules_sftp-method.c deleted file mode 100644 index e1255db179c1..000000000000 --- a/devel/gnome-vfs/files/patch-modules_sftp-method.c +++ /dev/null @@ -1,12 +0,0 @@ ---- modules/sftp-method.c.orig Tue May 11 01:53:30 2004 -+++ modules/sftp-method.c Tue May 11 01:54:07 2004 -@@ -1081,7 +1081,9 @@ - if (io_status == G_IO_STATUS_NORMAL) { - buffer[len] = 0; - if (g_str_has_suffix (buffer, "password: ") || -+ g_str_has_suffix (buffer, "password:") || - g_str_has_suffix (buffer, "Password: ") || -+ g_str_has_suffix (buffer, "Password:") || - g_str_has_prefix (buffer, "Enter passphrase for key")) { - if (invoke_full_auth (uri, done_auth, buffer, &password) && password != NULL) { - g_io_channel_write_chars (tty_channel, password, -1, &len, NULL); diff --git a/devel/gnome-vfs/files/patch-modules_vfolder_vfolder-info.c b/devel/gnome-vfs/files/patch-modules_vfolder_vfolder-info.c deleted file mode 100644 index a07d0bc81b39..000000000000 --- a/devel/gnome-vfs/files/patch-modules_vfolder_vfolder-info.c +++ /dev/null @@ -1,11 +0,0 @@ ---- modules/vfolder/vfolder-info.c.orig Fri Nov 29 13:40:11 2002 -+++ modules/vfolder/vfolder-info.c Fri Nov 29 13:40:19 2002 -@@ -1721,7 +1721,7 @@ - - for (i = 0; ppath[i] != NULL; i++) { - dir = g_build_filename (ppath[i], -- "/share/applications/", -+ "/share/gnome/applications/", - NULL); - id = itemdir_new (info, - dir, diff --git a/devel/gnome-vfs/pkg-descr b/devel/gnome-vfs/pkg-descr deleted file mode 100644 index 03cbc07f6699..000000000000 --- a/devel/gnome-vfs/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -The GNOME Virtual File System allows applications and users to treat -any number of file system concepts as a part of the local filesystem. -With GnomeVFS, filesystems across the internet, on connected devices, -and in multiple formats are as simple to access (and write code for) -as any directory on the local machine. - -WWW: http://www.gnome.org/ diff --git a/devel/gnome-vfs/pkg-plist b/devel/gnome-vfs/pkg-plist deleted file mode 100644 index c280b913974d..000000000000 --- a/devel/gnome-vfs/pkg-plist +++ /dev/null @@ -1,226 +0,0 @@ -bin/gnomevfs-cat -bin/gnomevfs-copy -bin/gnomevfs-info -bin/gnomevfs-ls -bin/gnomevfs-mkdir -bin/gnomevfs-rm -%%CDPARANOIA%%etc/gnome-vfs-2.0/modules/cdda-module.conf -etc/gnome-vfs-2.0/modules/default-modules.conf -%%SAMBA%%etc/gnome-vfs-2.0/modules/smb-module.conf -etc/gnome-vfs-2.0/modules/ssl-modules.conf -etc/gnome-vfs-2.0/vfolders/applications-all-users.vfolder-info -etc/gnome-vfs-2.0/vfolders/favorites.vfolder-info -etc/gnome-vfs-2.0/vfolders/network.vfolder-info -etc/gnome-vfs-2.0/vfolders/preferences-all-users.vfolder-info -etc/gnome-vfs-2.0/vfolders/server-settings.vfolder-info -etc/gnome-vfs-2.0/vfolders/start-here.vfolder-info -etc/gnome-vfs-2.0/vfolders/system-settings.vfolder-info -include/gnome-vfs-2.0/include/gnome-vfs-file-size.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-address.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-application-registry.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-async-ops.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-cancellation.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-context.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-directory.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-dns-sd.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-drive.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-enum-types.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-file-info.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-file-size.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-find-directory.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-handle.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-init.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-job-limit.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-handlers.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-info-cache.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-monitor.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-utils.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-module-callback.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-monitor.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-ops.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-resolve.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-result.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-standard-callbacks.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-types.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-uri.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-utils.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-volume-monitor.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-volume.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-xfer.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-cancellable-ops.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-inet-connection.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-method.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-mime-info.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-mime.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-module-callback-module-api.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-module-shared.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-module.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-parse-ls.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-socket-buffer.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-socket.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-ssl.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-transform.h -lib/bonobo/monikers/libmoniker_gnome_vfs_std.so -lib/gnome-vfs-2.0/modules/libbzip2.so -%%CDPARANOIA%%lib/gnome-vfs-2.0/modules/libcdda.so -lib/gnome-vfs-2.0/modules/libcomputer.so -lib/gnome-vfs-2.0/modules/libdns-sd.so -lib/gnome-vfs-2.0/modules/libfile.so -lib/gnome-vfs-2.0/modules/libftp.so -lib/gnome-vfs-2.0/modules/libgzip.so -lib/gnome-vfs-2.0/modules/libhttp.so -lib/gnome-vfs-2.0/modules/libnetwork.so -lib/gnome-vfs-2.0/modules/libnntp.so -lib/gnome-vfs-2.0/modules/libsftp.so -%%SAMBA%%lib/gnome-vfs-2.0/modules/libsmb.so -lib/gnome-vfs-2.0/modules/libtar.so -lib/gnome-vfs-2.0/modules/libvfolder-desktop.so -lib/gnome-vfs-2.0/modules/libvfs-pipe.so -lib/gnome-vfs-2.0/modules/libvfs-test.so -lib/gnome-vfs-2.0/modules/libvfs-translate.so -lib/libgnomevfs-2.a -lib/libgnomevfs-2.so -lib/libgnomevfs-2.so.800 -libdata/bonobo/servers/GNOME_VFS_Daemon.server -libdata/bonobo/servers/GNOME_VFS_Moniker_std.server -libdata/pkgconfig/gnome-vfs-2.0.pc -libdata/pkgconfig/gnome-vfs-module-2.0.pc -libexec/gnome-vfs-daemon -share/doc/gnome-vfs-2.0/about.html -share/doc/gnome-vfs-2.0/advanced-operations.html -share/doc/gnome-vfs-2.0/data-types.html -share/doc/gnome-vfs-2.0/gnome-vfs-2.0.devhelp -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-application-registry.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-async-ops.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-cancellation.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-context.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-directory-basic-ops.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-directory-find-ops.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-directory-list-ops.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-dns-sd.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-drive.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-advanced-ops.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-basic-ops.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-info-ops.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-info.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-rw-ops.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-size.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-trunc-ops.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-inet-connection.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-init.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-method.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-mime-database.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-mime-monitor.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-mime.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-module-callback-module-api.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-module-callback.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-module-shared.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-module.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-monitor.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-parse-ls.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-resolve.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-result.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-socket-buffer.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-socket.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-ssl.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-standard-callbacks.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-transform.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-uri.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-utils.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-volume-monitor.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-volume.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-xfer.html -share/doc/gnome-vfs-2.0/gnome-vfs-directory-operations.html -share/doc/gnome-vfs-2.0/gnome-vfs-file-and-dirs-ops.html -share/doc/gnome-vfs-2.0/gnome-vfs-first-steps.html -share/doc/gnome-vfs-2.0/gnome-vfs-writing-modules.html -share/doc/gnome-vfs-2.0/home.png -share/doc/gnome-vfs-2.0/index.html -share/doc/gnome-vfs-2.0/index.sgml -share/doc/gnome-vfs-2.0/left.png -share/doc/gnome-vfs-2.0/mime-registry.html -share/doc/gnome-vfs-2.0/modules.html -share/doc/gnome-vfs-2.0/networking.html -share/doc/gnome-vfs-2.0/right.png -share/doc/gnome-vfs-2.0/style.css -share/doc/gnome-vfs-2.0/up.png -share/doc/gnome-vfs-2.0/volumes.html -%%KDEMENUS%%share/gnome/vfolders/KDE.directory -share/locale/af/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/am/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ar/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/az/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/be/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/bg/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/bn/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/bs/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ca/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/cs/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/cy/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/da/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/de/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/el/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/en_CA/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/en_GB/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/eo/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/es/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/et/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/eu/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/fa/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/fi/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/fr/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ga/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/gl/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/gu/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/he/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/hi/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/hr/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/hu/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/id/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/is/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/it/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ja/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ko/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/li/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/lt/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/lv/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/mk/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ml/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/mn/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/mr/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ms/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/nb/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ne/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/nl/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/nn/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/no/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/pa/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/pl/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/pt/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/pt_BR/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ro/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ru/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sk/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sl/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sq/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sr/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sr@Latn/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sr@ije/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sv/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ta/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/th/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/tr/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/uk/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/vi/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/wa/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/yi/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/zh_CN/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/zh_TW/LC_MESSAGES/gnome-vfs-2.0.mo -@dirrm share/doc/gnome-vfs-2.0 -@dirrm include/gnome-vfs-module-2.0/libgnomevfs -@dirrm include/gnome-vfs-module-2.0 -@dirrm include/gnome-vfs-2.0/libgnomevfs -@dirrm include/gnome-vfs-2.0/include -@dirrm include/gnome-vfs-2.0 -@dirrm etc/gnome-vfs-2.0/vfolders diff --git a/devel/gnome-vfs1/Makefile b/devel/gnome-vfs1/Makefile deleted file mode 100644 index bbf7194e26d2..000000000000 --- a/devel/gnome-vfs1/Makefile +++ /dev/null @@ -1,54 +0,0 @@ -# New ports collection makefile for: gnomevfs -# Date created: 28th June 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gnomevfs -PORTVERSION= 1.0.5 -PORTREVISION= 6 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-vfs/1.0 -DISTNAME= gnome-vfs-${PORTVERSION} -DIST_SUBDIR= gnome - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME Virtual File System - -.if !exists(/usr/bin/bzip2) -LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 -.endif - -USE_ICONV= yes -USE_BZIP2= yes -USE_GMAKE= yes -USE_X_PREFIX= yes -USE_GNOME= gnomehack gnomeprefix glib12 libxml gtk12 orbit gconf \ - gnomemimedata gnomelibs -USE_REINPLACE= yes -GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes -CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" \ - BSD_PTHREAD_LIBS=${PTHREAD_LIBS} - -.if exists(${LOCALBASE}/lib/libcdda_paranoia.a) -WITH_CDPARANOIA= yes -.endif - -.if defined(WITH_CDPARANOIA) -LIB_DEPENDS+= cdda_paranoia.0:${PORTSDIR}/audio/cdparanoia -PLIST_SUB+= CDPARANOIA="" -.else -PLIST_SUB+= CDPARANOIA="@comment " -.endif - -post-patch: - @${FIND} ${WRKSRC} -name 'xml-i18n-*' | ${XARGS} ${REINPLACE_CMD} -e \ - 's|/usr/local/bin/perl|${PERL}|g' - @${REINPLACE_CMD} -e 's|\%\%LOCALBASE\%\%|${LOCALBASE}|g' \ - ${WRKSRC}/libgnomevfs/libcharset/Makefile.in - -.include <bsd.port.mk> diff --git a/devel/gnome-vfs1/distinfo b/devel/gnome-vfs1/distinfo deleted file mode 100644 index 538bbb9beab3..000000000000 --- a/devel/gnome-vfs1/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome/gnome-vfs-1.0.5.tar.bz2) = e2a17a6b178f54c43968241258f3e729 -SIZE (gnome/gnome-vfs-1.0.5.tar.bz2) = 781057 diff --git a/devel/gnome-vfs1/files/patch-aa b/devel/gnome-vfs1/files/patch-aa deleted file mode 100644 index 371c29055556..000000000000 --- a/devel/gnome-vfs1/files/patch-aa +++ /dev/null @@ -1,65 +0,0 @@ - -$FreeBSD$ - ---- configure.orig Sun Mar 17 15:24:47 2002 -+++ configure Sun Mar 17 15:25:13 2002 -@@ -5953,7 +5953,7 @@ - VFS_GNOME_LIBS="`gnome-config --libs gnome`" - VFS_GNOMEUI_LIBS="`gnome-config --libs gnome gnomeui`" - VFS_GNOMEGNORBA_LIBS="`gnome-config --libs gnome gnomeui gnorba`" --VFS_GLIB_CONFIG="glib-config" -+VFS_GLIB_CONFIG="$GLIB_CONFIG" - - - -@@ -9856,8 +9856,8 @@ - done - fi - --echo $ac_n "checking for bzCompressInit in -lbz2""... $ac_c" 1>&6 --echo "configure:9861: checking for bzCompressInit in -lbz2" >&5 -+echo $ac_n "checking for BZ2_bzCompressInit in -lbz2""... $ac_c" 1>&6 -+echo "configure:9861: checking for BZ2_bzCompressInit in -lbz2" >&5 - ac_lib_var=`echo bz2'_'bzCompressInit | sed 'y%./+-%__p_%'` - if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -@@ -9870,10 +9870,10 @@ - /* Override any gcc2 internal prototype to avoid an error. */ - /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ --char bzCompressInit(); -+char BZ2_bzCompressInit(); - - int main() { --bzCompressInit() -+BZ2_bzCompressInit() - ; return 0; } - EOF - if { (eval echo configure:9880: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -@@ -10103,7 +10103,7 @@ - echo $ac_n "(cached) $ac_c" 1>&6 - else - -- LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto -ldl" -+ LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcryptofoo" - cat > conftest.$ac_ext <<EOF - #line 10109 "configure" - #include "confdefs.h" -@@ -10137,7 +10137,7 @@ - EOF - - msg_openssl="yes" -- OPENSSL_LDFLAGS="-L$with_openssl_libs -lssl -lcrypto -ldl" -+ OPENSSL_LDFLAGS="-L$with_openssl_libs -lssl -lcryptofoo" - - - if true; then -@@ -10897,7 +10897,7 @@ - s%@GTK_CFLAGS@%$GTK_CFLAGS%g - s%@GTK_LIBS@%$GTK_LIBS%g - s%@cflags_set@%$cflags_set%g --s%@PTHREAD_LIB@%$PTHREAD_LIB%g -+s%@PTHREAD_LIB@%$BSD_PTHREAD_LIBS%g - s%@ALLOCA@%$ALLOCA%g - s%@USE_NLS@%$USE_NLS%g - s%@MSGFMT@%$MSGFMT%g diff --git a/devel/gnome-vfs1/files/patch-ab b/devel/gnome-vfs1/files/patch-ab deleted file mode 100644 index 55058a4d496b..000000000000 --- a/devel/gnome-vfs1/files/patch-ab +++ /dev/null @@ -1,42 +0,0 @@ - -$FreeBSD$ - ---- Makefile.in.orig Sun Mar 17 16:04:01 2002 -+++ Makefile.in Sun Mar 17 16:14:05 2002 -@@ -187,10 +187,10 @@ - cflags_set = @cflags_set@ - cxxflags_set = @cxxflags_set@ - l = @l@ --@PLATFORM_GNOME_2_TRUE@SUBDIRS_GNOME = doc --@PLATFORM_GNOME_2_FALSE@SUBDIRS_GNOME = doc test -+@PLATFORM_GNOME_2_TRUE@SUBDIRS_GNOME = -+@PLATFORM_GNOME_2_FALSE@SUBDIRS_GNOME = - --SUBDIRS = libgnomevfs libgnomevfs-pthread idl modules devel-docs $(SUBDIRS_GNOME) po -+SUBDIRS = libgnomevfs libgnomevfs-pthread idl modules $(SUBDIRS_GNOME) po - - - EXTRA_DIST = HACKING TODO autogen.sh gnome-vfs.spec vfsConf.sh.in xml-i18n-extract.in xml-i18n-merge.in xml-i18n-update.in gnome-vfs-config.in -@@ -198,7 +198,7 @@ - - bin_SCRIPTS = $(top_builddir)/gnome-vfs-config - --confexecdir = $(libdir) -+confexecdir = $(sysconfdir) - confexec_DATA = vfsConf.sh - - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -@@ -537,11 +537,13 @@ - -e 's?\@VFS_INCLUDEDIR\@?$(VFS_INCLUDEDIR)?g' \ - -e 's?\@VERSION\@?$(VERSION)?g' \ - -e 's?\@VFS_LIBS\@?$(VFS_LIBS)?g' \ -+ -e 's?\@PTHREAD_LIB\@?$(PTHREAD_LIB)?g' \ - < $(srcdir)/vfsConf.sh.in > vfsConf.tmp \ - && mv vfsConf.tmp vfsConf.sh - - gnome-vfs-config: gnome-vfs-config.in Makefile - sed -e 's?\@LIBDIR\@?$(libdir)?g' \ -+ -e 's?\@SYSCONFDIR\@?$(sysconfdir)?g' \ - -e 's?\@VFS_LIBDIR\@?$(VFS_LIBDIR)?g' \ - -e 's?\@VFS_INCLUDEDIR\@?$(VFS_INCLUDEDIR)?g' \ - -e 's?\@VERSION\@?$(VERSION)?g' \ diff --git a/devel/gnome-vfs1/files/patch-ac b/devel/gnome-vfs1/files/patch-ac deleted file mode 100644 index 53175ace8261..000000000000 --- a/devel/gnome-vfs1/files/patch-ac +++ /dev/null @@ -1,40 +0,0 @@ ---- modules/Makefile.in.orig Thu Aug 26 21:10:36 2004 -+++ modules/Makefile.in Thu Aug 26 21:11:07 2004 -@@ -189,7 +189,7 @@ - l = @l@ - - NULL = --SUBDIRS = extfs -+SUBDIRS = - - INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/libgnomevfs -I$(top_builddir)/libgnomevfs -I$(top_srcdir)/intl -I$(top_builddir)/intl $(GLIB_CFLAGS) $(XML_CFLAGS) $(LIBEFS_CFLAGS) $(GCONF_CFLAGS) $(VFS_GNOME_CFLAGS) $(VFS_CFLAGS) $(WERROR) -D_GNU_SOURCE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DSYSCONFDIR=\"$(sysconfdir)\" -DPREFIX=\"$(prefix)\" -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 - -@@ -199,10 +199,10 @@ - @HAVE_CDDA_TRUE@CDDA_LTLIBS = libcdda.la - @HAVE_CDDA_FALSE@CDDA_LTLIBS = - --module_flags = -export_dynamic -avoid-version -+module_flags = -export_dynamic -avoid-version -module $(PTHREAD_LIB) - modulesdir = $(libdir)/vfs/modules - --modules_LTLIBRARIES = $(CDDA_LTLIBS) libextfs.la libfile.la libvfs-test.la $(HTTP_LTLIBS) libbzip2.la libgzip.la libftp.la libnntp.la libvfs-pipe.la libvfs-translate.la libdesktop.la $(NULL) -+modules_LTLIBRARIES = $(CDDA_LTLIBS) libfile.la libvfs-test.la $(HTTP_LTLIBS) libbzip2.la libgzip.la libftp.la libnntp.la libvfs-pipe.la libvfs-translate.la libdesktop.la $(NULL) - - - # Disabled for now -@@ -218,15 +218,8 @@ - - libcdda_la_SOURCES = cdda-method.c cdda-method.h cdda-cddb.c cdda-cddb.h cdda-cdrom-extensions.h - -- - libcdda_la_LDFLAGS = $(module_flags) - libcdda_la_LIBADD = -L/gnome/lib -lcdda_paranoia -lcdda_interface -- --### `extfs' method -- --libextfs_la_SOURCES = extfs-method.c extfs-method.h -- --libextfs_la_LDFLAGS = $(module_flags) - - ### `file' method - diff --git a/devel/gnome-vfs1/files/patch-ag b/devel/gnome-vfs1/files/patch-ag deleted file mode 100644 index da795f940c50..000000000000 --- a/devel/gnome-vfs1/files/patch-ag +++ /dev/null @@ -1,11 +0,0 @@ ---- gnome-vfs-config.in.orig Thu Aug 31 14:32:38 2000 -+++ gnome-vfs-config.in Wed Nov 29 15:04:43 2000 -@@ -3,7 +3,7 @@ - usage="\ - Usage: gnome-vfs-config [--version] [--config] [--cflags] [--libs]" - --config_file="@LIBDIR@/vfsConf.sh" -+config_file="@SYSCONFDIR@/vfsConf.sh" - . $config_file - - if test $# -eq 0; then diff --git a/devel/gnome-vfs1/files/patch-libgnomevfs-gnome-vfs-private-utils.c b/devel/gnome-vfs1/files/patch-libgnomevfs-gnome-vfs-private-utils.c deleted file mode 100644 index 6ba85e4fce80..000000000000 --- a/devel/gnome-vfs1/files/patch-libgnomevfs-gnome-vfs-private-utils.c +++ /dev/null @@ -1,11 +0,0 @@ ---- libgnomevfs/gnome-vfs-private-utils.c.orig Mon Jul 16 20:21:07 2001 -+++ libgnomevfs/gnome-vfs-private-utils.c Sat Aug 14 00:00:56 2004 -@@ -263,7 +263,7 @@ - * - * Return value: - **/ --GnomeVFSProcessResult -+GnomeVFSProcessRunResult - gnome_vfs_process_run_cancellable (const gchar *file_name, - const gchar * const argv[], - GnomeVFSProcessOptions options, diff --git a/devel/gnome-vfs1/files/patch-libgnomevfs-gnome-vfs-process.c b/devel/gnome-vfs1/files/patch-libgnomevfs-gnome-vfs-process.c deleted file mode 100644 index 8fb98a428944..000000000000 --- a/devel/gnome-vfs1/files/patch-libgnomevfs-gnome-vfs-process.c +++ /dev/null @@ -1,11 +0,0 @@ ---- libgnomevfs/gnome-vfs-process.c.orig Mon Jul 16 20:21:07 2001 -+++ libgnomevfs/gnome-vfs-process.c Sat Aug 14 00:13:06 2004 -@@ -258,7 +258,7 @@ - * - * Return value: A numeric value reporting the result of the operation. - **/ --GnomeVFSProcessRunResult -+GnomeVFSProcessResult - gnome_vfs_process_signal (GnomeVFSProcess *process, - guint signal_number) - { diff --git a/devel/gnome-vfs1/files/patch-libgnomevfs-pthread::Makefile.in b/devel/gnome-vfs1/files/patch-libgnomevfs-pthread::Makefile.in deleted file mode 100644 index 715ae45928ec..000000000000 --- a/devel/gnome-vfs1/files/patch-libgnomevfs-pthread::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- libgnomevfs-pthread/Makefile.in 2002/01/24 08:42:41 1.1 -+++ libgnomevfs-pthread/Makefile.in 2002/01/24 08:43:37 -@@ -207,7 +207,7 @@ - - DEFS = @DEFS@ -I. -I$(srcdir) -I.. - LIBS = @LIBS@ --libgnomevfs_pthread_la_LIBADD = -+libgnomevfs_pthread_la_LIBADD = $(PTHREAD_LIB) - libgnomevfs_pthread_la_OBJECTS = gnome-vfs-pthread.lo \ - gnome-vfs-thread-pool.lo gnome-vfs-async-job-map.lo \ - gnome-vfs-async-ops.lo gnome-vfs-job-slave.lo gnome-vfs-job.lo diff --git a/devel/gnome-vfs1/files/patch-libgnomevfs::Makefile.in b/devel/gnome-vfs1/files/patch-libgnomevfs::Makefile.in deleted file mode 100644 index 77e49d02b783..000000000000 --- a/devel/gnome-vfs1/files/patch-libgnomevfs::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- libgnomevfs/Makefile.in.orig Sun Mar 17 16:04:01 2002 -+++ libgnomevfs/Makefile.in Sun Mar 17 16:26:57 2002 -@@ -215,7 +215,7 @@ - - - # Platform specific includes --libgnomevfsplatofrmincludedir = $(libdir)/gnome-vfs-1.0/include -+libgnomevfsplatofrmincludedir = $(includedir)/gnome-vfs-1.0/libgnomevfs - libgnomevfsplatofrminclude_HEADERS = gnome-vfs-file-size.h - - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs diff --git a/devel/gnome-vfs1/files/patch-libgnomevfs::libcharset::Makefile.in b/devel/gnome-vfs1/files/patch-libgnomevfs::libcharset::Makefile.in deleted file mode 100644 index b28eeb05fffe..000000000000 --- a/devel/gnome-vfs1/files/patch-libgnomevfs::libcharset::Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- libgnomevfs/libcharset/Makefile.in.orig Mon May 6 15:14:48 2002 -+++ libgnomevfs/libcharset/Makefile.in Mon May 6 15:33:22 2002 -@@ -188,7 +188,7 @@ - cxxflags_set = @cxxflags_set@ - l = @l@ - --INCLUDES = -DLIBDIR=\"$(libdir)\" -+INCLUDES = -DLIBDIR=\"%%LOCALBASE%%/libdata\" - - - noinst_LTLIBRARIES = libcharset.la -@@ -351,7 +351,7 @@ - check: check-am - installcheck-am: - installcheck: installcheck-am --install-exec-am: install-exec-local -+install-exec-am: - install-exec: install-exec-am - - install-data-am: diff --git a/devel/gnome-vfs1/files/patch-libgnomevfs_gnome-vfs-utils.c b/devel/gnome-vfs1/files/patch-libgnomevfs_gnome-vfs-utils.c deleted file mode 100644 index 078542421129..000000000000 --- a/devel/gnome-vfs1/files/patch-libgnomevfs_gnome-vfs-utils.c +++ /dev/null @@ -1,11 +0,0 @@ ---- libgnomevfs/gnome-vfs-utils.c.orig Sun May 5 16:42:00 2002 -+++ libgnomevfs/gnome-vfs-utils.c Sun May 5 16:42:15 2002 -@@ -771,7 +771,7 @@ - paths = g_strsplit (gnome_var, ":", 0); - - for (temp_paths = paths; *temp_paths != NULL; temp_paths++) { -- full_filename = g_strconcat (*temp_paths, "/share/pixmaps/", relative_filename, NULL); -+ full_filename = g_strconcat (*temp_paths, "/share/gnome/pixmaps/", relative_filename, NULL); - if (hack_file_exists (full_filename)) { - g_strfreev (paths); - return full_filename; diff --git a/devel/gnome-vfs1/files/patch-ltmain.sh b/devel/gnome-vfs1/files/patch-ltmain.sh deleted file mode 100644 index 91713d2306f8..000000000000 --- a/devel/gnome-vfs1/files/patch-ltmain.sh +++ /dev/null @@ -1,45 +0,0 @@ - -$FreeBSD$ - ---- ltmain.sh.orig Wed Jan 23 11:38:40 2002 -+++ ltmain.sh Sun Feb 3 01:44:17 2002 -@@ -1037,8 +1037,16 @@ - continue - ;; - -+ -pthread) -+ compile_command="$compile_command -pthread" -+ finalize_command="$finalize_command -pthread" -+ compiler_flags="$compiler_flags -pthread" -+ continue -+ ;; -+ - -module) - module=yes -+ build_old_libs=no - continue - ;; - -@@ -2412,6 +2420,9 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Add libc to deplibs on all other systems if necessary. - if test "$build_libtool_need_lc" = "yes"; then -@@ -4179,10 +4190,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/devel/gnome-vfs1/files/patch-modules::file-method.c b/devel/gnome-vfs1/files/patch-modules::file-method.c deleted file mode 100644 index 1786e41ad2f0..000000000000 --- a/devel/gnome-vfs1/files/patch-modules::file-method.c +++ /dev/null @@ -1,11 +0,0 @@ ---- modules/file-method.c.orig Fri Nov 9 12:02:38 2001 -+++ modules/file-method.c Fri Nov 9 12:02:52 2001 -@@ -46,7 +46,7 @@ - #include <errno.h> - #include <fcntl.h> - #include <limits.h> --#include <malloc.h> -+#include <stdlib.h> - #include <sys/stat.h> - #include <sys/types.h> - #include <unistd.h> diff --git a/devel/gnome-vfs1/files/patch-modules_cdda-method.c b/devel/gnome-vfs1/files/patch-modules_cdda-method.c deleted file mode 100644 index d1692cc03e47..000000000000 --- a/devel/gnome-vfs1/files/patch-modules_cdda-method.c +++ /dev/null @@ -1,26 +0,0 @@ ---- modules/cdda-method.c.orig Wed Jan 22 13:54:31 2003 -+++ modules/cdda-method.c Wed Jan 22 13:54:33 2003 -@@ -623,7 +623,11 @@ - // Check and see if we already have opened and stashed this drive - if (!use_base) { - if (global_context != NULL) { -+#ifdef Linux - if (strcmp (drive->cdda_device_name, global_context->drive->cdda_device_name) == 0) { -+#elif defined(__FreeBSD__) -+ if (strcmp (drive->dev->device_path, global_context->drive->dev->device_path) == 0) { -+#endif - use_cache = TRUE; - cdda_close (drive); - gnome_vfs_file_info_copy (file_info, global_context->file_info); -@@ -709,7 +713,11 @@ - if (!use_base) { - // Check for cache - if (global_context != NULL) { -+#ifdef Linux - if (strcmp (drive->cdda_device_name, global_context->drive->cdda_device_name) != 0) { -+#elif defined(__FreeBSD__) -+ if (strcmp (drive->dev->device_path, global_context->drive->dev->device_path) != 0) { -+#endif - // Clear old cache - cdda_context_free (global_context); - global_context = cdda_context_new (drive, uri); diff --git a/devel/gnome-vfs1/files/patch-modules_default-modules.conf b/devel/gnome-vfs1/files/patch-modules_default-modules.conf deleted file mode 100644 index 33830491e394..000000000000 --- a/devel/gnome-vfs1/files/patch-modules_default-modules.conf +++ /dev/null @@ -1,12 +0,0 @@ ---- modules/default-modules.conf.orig Thu Aug 26 21:11:40 2004 -+++ modules/default-modules.conf Thu Aug 26 21:11:47 2004 -@@ -30,9 +30,6 @@ - - ssh: ssh - --# The various access methods implemented by the extfs system. --a ar arj cpio deb hp48 lha mailfs patchfs rar rpm rpms trpm zip zoo: extfs -- - # and the desktop module - preferences: libdesktop.so - system-settings: libdesktop.so diff --git a/devel/gnome-vfs1/files/patch-po::Makefile.in.in b/devel/gnome-vfs1/files/patch-po::Makefile.in.in deleted file mode 100644 index bbdedf273594..000000000000 --- a/devel/gnome-vfs1/files/patch-po::Makefile.in.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- po/Makefile.in.in 2001/09/17 14:26:57 1.1 -+++ po/Makefile.in.in 2001/09/17 14:27:14 -@@ -106,7 +106,7 @@ - @catalogs='$(CATALOGS)'; \ - for cat in $$catalogs; do \ - cat=`basename $$cat`; \ -- lang=`echo $$cat | sed 's/\.gmo$$//'`; \ -+ lang=`echo $$cat | sed 's/\.mo$$//'`; \ - dir=$(localedir)/$$lang/LC_MESSAGES; \ - $(mkinstalldirs) $(DESTDIR)$$dir; \ - if test -r $$cat; then \ diff --git a/devel/gnome-vfs1/files/patch-vfsConf.sh.in b/devel/gnome-vfs1/files/patch-vfsConf.sh.in deleted file mode 100644 index a38a6ca21262..000000000000 --- a/devel/gnome-vfs1/files/patch-vfsConf.sh.in +++ /dev/null @@ -1,13 +0,0 @@ - -$FreeBSD$ - ---- vfsConf.sh.in 2001/09/28 11:13:40 1.1 -+++ vfsConf.sh.in 2001/09/28 11:15:11 -@@ -2,6 +2,6 @@ - # Configuration file for using the gnome-vfs library - # - VFS_LIBDIR="@VFS_LIBDIR@" --VFS_LIBS="@VFS_LIBS@" -+VFS_LIBS="@VFS_LIBS@ @PTHREAD_LIB@" - VFS_INCLUDEDIR="@VFS_INCLUDEDIR@" - MODULE_VERSION="gnome-vfs-@VERSION@" diff --git a/devel/gnome-vfs1/pkg-descr b/devel/gnome-vfs1/pkg-descr deleted file mode 100644 index ec339735e898..000000000000 --- a/devel/gnome-vfs1/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -This is the GNOME Virtual File System. - -GnomeVFS is a filesystem abstraction library allowing applications -plugable transparent access to a variety of "real" filesystems, from -WebDAV to digital cameras, to the local filesystem. It also contains a -number of other convenient file utilities such as a comphrehensive MIME -database / Application registry, and a copy engine. Use of GnomeVFS -ensures that an application or component will be usable by Nautilus or -other GnomeVFS applications for handling the display of data from -various URIs, as well. - -WWW: http://www.gnome.org/ diff --git a/devel/gnome-vfs1/pkg-plist b/devel/gnome-vfs1/pkg-plist deleted file mode 100644 index 7c2b57abcc6c..000000000000 --- a/devel/gnome-vfs1/pkg-plist +++ /dev/null @@ -1,99 +0,0 @@ -bin/gnome-vfs-config -%%CDPARANOIA%%etc/vfs/modules/cdda-module.conf -etc/vfs/modules/default-modules.conf -etc/vfsConf.sh -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-application-registry.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-async-ops.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-backend.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-cancellable-ops.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-cancellation.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-configuration.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-context.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-directory-filter.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-directory.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-file-info.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-file-size.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-find-directory.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-handle.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-inet-connection.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-init.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-iobuf.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-messages.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-method.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-mime-handlers.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-mime-info.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-mime-magic.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-mime-monitor.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-mime-sniff-buffer.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-mime.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-module-callback-module-api.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-module-callback.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-module-shared.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-module.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-ops.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-parse-ls.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-private-utils.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-private.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-regexp-filter.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-result.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-seekable.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-shellpattern-filter.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-socket-buffer.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-socket.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-ssl-private.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-ssl.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-standard-callbacks.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-transform.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-types.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-uri.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-utils.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-xfer.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs.h -lib/libgnomevfs-pthread.so -lib/libgnomevfs.a -lib/libgnomevfs.so -lib/libgnomevfs.so.0 -lib/vfs/modules/libbzip2.so -%%CDPARANOIA%%lib/vfs/modules/libcdda.so -lib/vfs/modules/libdesktop.so -lib/vfs/modules/libfile.so -lib/vfs/modules/libftp.so -lib/vfs/modules/libgzip.so -lib/vfs/modules/libhttp.so -lib/vfs/modules/libnntp.so -lib/vfs/modules/libvfs-pipe.so -lib/vfs/modules/libvfs-test.so -lib/vfs/modules/libvfs-translate.so -share/locale/az/LC_MESSAGES/gnome-vfs.mo -share/locale/ca/LC_MESSAGES/gnome-vfs.mo -share/locale/da/LC_MESSAGES/gnome-vfs.mo -share/locale/de/LC_MESSAGES/gnome-vfs.mo -share/locale/el/LC_MESSAGES/gnome-vfs.mo -share/locale/es/LC_MESSAGES/gnome-vfs.mo -share/locale/eu/LC_MESSAGES/gnome-vfs.mo -share/locale/fi/LC_MESSAGES/gnome-vfs.mo -share/locale/fr/LC_MESSAGES/gnome-vfs.mo -share/locale/ga/LC_MESSAGES/gnome-vfs.mo -share/locale/gl/LC_MESSAGES/gnome-vfs.mo -share/locale/hu/LC_MESSAGES/gnome-vfs.mo -share/locale/it/LC_MESSAGES/gnome-vfs.mo -share/locale/ja/LC_MESSAGES/gnome-vfs.mo -share/locale/ko/LC_MESSAGES/gnome-vfs.mo -share/locale/lt/LC_MESSAGES/gnome-vfs.mo -share/locale/nl/LC_MESSAGES/gnome-vfs.mo -share/locale/nn/LC_MESSAGES/gnome-vfs.mo -share/locale/no/LC_MESSAGES/gnome-vfs.mo -share/locale/pl/LC_MESSAGES/gnome-vfs.mo -share/locale/pt/LC_MESSAGES/gnome-vfs.mo -share/locale/pt_BR/LC_MESSAGES/gnome-vfs.mo -share/locale/ro/LC_MESSAGES/gnome-vfs.mo -share/locale/ru/LC_MESSAGES/gnome-vfs.mo -share/locale/sk/LC_MESSAGES/gnome-vfs.mo -share/locale/sl/LC_MESSAGES/gnome-vfs.mo -share/locale/sv/LC_MESSAGES/gnome-vfs.mo -share/locale/tr/LC_MESSAGES/gnome-vfs.mo -share/locale/uk/LC_MESSAGES/gnome-vfs.mo -share/locale/wa/LC_MESSAGES/gnome-vfs.mo -share/locale/zh_TW/LC_MESSAGES/gnome-vfs.mo -@dirrm include/gnome-vfs-1.0/libgnomevfs -@dirrm include/gnome-vfs-1.0 diff --git a/devel/gnomevfs2/Makefile b/devel/gnomevfs2/Makefile index 52c4a0f2ee36..53c8419ae496 100644 --- a/devel/gnomevfs2/Makefile +++ b/devel/gnomevfs2/Makefile @@ -45,7 +45,9 @@ OPTIONS= KDE_MENUS "Integrated KDE menu picks" on .undef WITHOUT_CDPARANOIA .undef WITHOUT_SAMBA .undef WITHOUT_MDNS +.if ${ARCH} != "alpha" WITH_MDNS= yes +.endif WITH_CDPARANOIA= yes WITH_SAMBA= yes .endif diff --git a/devel/horde-chora/Makefile b/devel/horde-chora/Makefile deleted file mode 100644 index ff1e9bb7f006..000000000000 --- a/devel/horde-chora/Makefile +++ /dev/null @@ -1,130 +0,0 @@ -# Ports collection makefile for: Chora -# Date created: Mon Nov 26, 2001 -# Whom: Thierry Thomas (<thierry@pompo.net>) -# -# $FreeBSD$ -# - -PORTNAME= chora -PORTVERSION= 2.0 -CATEGORIES= devel www -MASTER_SITES= ftp://ftp.horde.org/pub/chora/ \ - ftp://ftp.planetmirror.com/pub/horde/chora/ \ - ftp://ftp.au.horde.org/pub/horde/chora/ \ - ftp://ftp.be.horde.org/chora/ \ - ftp://ftp.es.horde.org/pub/chora/ \ - ftp://ftp.nl.horde.org/mirror/horde-ftp/pub/chora/ \ - ftp://ftp.uk.horde.org/mirrors/ftp.horde.org/pub/chora/ \ - http://ftp.horde.org/pub/chora/ -DISTNAME= ${PORTNAME}-h3-${PORTVERSION} - -MAINTAINER= thierry@FreeBSD.org -COMMENT= The Horde CVS web-viewer - -#----------------------------------------------------------------------- -# You may define these options: -# -# - WITHOUT_SVN : if you don't need subversion; -# -# - WITHOUT_CVSPS : if you don't need cvsps; -# -# - WITHOUT_CVSGRAPH : if you don't need cvsgraph; -# -# - A4 or DJ : if you run enscript with this paper size. -# -#----------------------------------------------------------------------- - -RUN_DEPENDS+= ${LOCALBASE}/www/horde/rpc.php:${PORTSDIR}/www/horde - -.if !defined(WITHOUT_SVN) -RUN_DEPENDS+= ${LOCALBASE}/bin/svn:${PORTSDIR}/devel/subversion -.endif - -.if !defined(WITHOUT_CVSPS) -RUN_DEPENDS+= ${LOCALBASE}/bin/cvsps:${PORTSDIR}/devel/cvsps-devel -.endif - -.if !defined(WITHOUT_CVSGRAPH) -RUN_DEPENDS+= ${LOCALBASE}/bin/cvsgraph:${PORTSDIR}/devel/cvsgraph -.endif - -NO_BUILD= yes -USE_REINPLACE= yes - -# Specify where your repository belongs. -# (You can reconfigure it after installation anyway) -.if defined(PACKAGE_BUILDING) || !defined(CVSROOT) || empty(CVSROOT) -CVSROOT= /home/cvs -.endif - -DOCS= COPYING README docs/BUGS docs/CHANGES docs/CREDITS \ - docs/INSTALL docs/RELEASE_NOTES docs/TODO -CONFFILE= cvsgraph.conf longIntro.txt mime_drivers.php prefs.php \ - sourceroots.php -SUB_DIRS= config lib locale po templates themes -PKGMESSAGE= ${WRKDIR}/pkg-message - -LHORDEDIR?= www/horde -LCHORADIR= ${LHORDEDIR}/chora - -PLIST_SUB= CHORADIR=${LCHORADIR} - -CHORADIR= ${PREFIX}/${LCHORADIR} -CONFDIR= ${CHORADIR}/config - -HORDE_INC= ${LOCALBASE}/etc/horde - -PATCH2RM= sourceroots.php.dist.orig sourceroots.php.dist.bak conf.xml.bak - -pre-configure: - @${SED} -e "s:/home/httpd/html/horde/chora:${CHORADIR}:" \ - ${FILESDIR}/httpd.conf.chora > ${WRKDIR}/httpd.conf.chora - @${REINPLACE_CMD} -e "s|/usr/local|${LOCALBASE}|" \ - -e "s|/usr/bin/cvsgraph|${LOCALBASE}/bin/cvsgraph|" \ - -e "s|/usr/bin/svn|${LOCALBASE}/bin/svn|" \ - ${WRKSRC}/config/conf.xml - @${REINPLACE_CMD} -e "s|%%CVSROOT%%|${CVSROOT}|" \ - -e "s|%%CONFDIR%%|${CONFDIR}|" \ - ${WRKSRC}/config/sourceroots.php.dist -.for FILE in ${PATCH2RM} - @${RM} ${WRKSRC}/config/${FILE} -.endfor - -pre-install: -.if !defined(WITHOUT_CVSPS) - @if ! pkg_info -I -x cvsps-devel > /dev/null ; then \ - ${ECHO_MSG} "Error: cvsps-devel is required, not cvsps." ; \ - ${FALSE} ; \ - fi -.endif - -do-install: - @${MKDIR} ${CHORADIR} -.for REP in ${SUB_DIRS} - @${CP} -Rp ${WRKSRC}/${REP} ${CHORADIR} -.endfor - @${CP} -p ${WRKSRC}/*.php ${CHORADIR} -.for FILE in ${CONFFILE} - @if [ ! -f ${CONFDIR}/${FILE} ]; then \ - ${CP} ${CONFDIR}/${FILE}.dist ${CONFDIR}/${FILE} ; \ - fi -.endfor - @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${CHORADIR} - @${CHMOD} -R o-rwx ${CONFDIR} - @${INSTALL_DATA} ${WRKDIR}/httpd.conf.chora ${HORDE_INC} -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for FILE in ${DOCS} - @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} -.endfor - @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." -.endif - -post-install: - @${SED} -e "s:%%CHORADIR%%:${CHORADIR}:;s:%%CONFDIR%%:${CONFDIR}:" \ - < ${FILESDIR}/pkg-message.in > ${PKGMESSAGE} - @${ECHO_MSG} - @${CAT} ${PKGMESSAGE} - @${ECHO_MSG} - -.include <bsd.port.mk> diff --git a/devel/horde-chora/distinfo b/devel/horde-chora/distinfo deleted file mode 100644 index 8f273f6f5b9f..000000000000 --- a/devel/horde-chora/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (chora-h3-2.0.tar.gz) = 11f4b8ad6e0706026aefd0ee29eff7a5 -SIZE (chora-h3-2.0.tar.gz) = 655837 diff --git a/devel/horde-chora/files/httpd.conf.chora b/devel/horde-chora/files/httpd.conf.chora deleted file mode 100644 index 95afb9c8db4c..000000000000 --- a/devel/horde-chora/files/httpd.conf.chora +++ /dev/null @@ -1,27 +0,0 @@ -# This is included in Apache's httpd.conf for Chora -# -# For security, don't serve pages from the Chora configuration and -# library directories. -# -<Directory "/home/httpd/html/horde/chora/config"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/chora/lib"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/chora/locale"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/chora/po"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/chora/templates"> - order deny,allow - deny from all -</Directory> -# End of Chora configuration ================ - diff --git a/devel/horde-chora/files/patch-config::sourceroots.php.dist b/devel/horde-chora/files/patch-config::sourceroots.php.dist deleted file mode 100644 index 18c1a987243b..000000000000 --- a/devel/horde-chora/files/patch-config::sourceroots.php.dist +++ /dev/null @@ -1,45 +0,0 @@ ---- config/sourceroots.php.dist.orig Wed Aug 27 16:08:21 2003 -+++ config/sourceroots.php.dist Thu Dec 2 23:30:08 2004 -@@ -11,7 +11,7 @@ - * 'name' [M] : Short name for the repository. - * - * 'location' [M] : Location on the filesystem of the repository. -- * -+ * - * 'title' [M] : Long title for the repository. - * - * 'type' [M] : Indicates software used, either 'cvs' or 'svn'. -@@ -31,6 +31,17 @@ - * whose contents should be protected and not displayed. - */ - -+$sourceroots['myprojects'] = array( -+ 'name' => 'Here', -+ 'location' => '%%CVSROOT%%', -+ 'title' => 'To be configured in %%CONFDIR%%/sourceroots.php', -+ 'intro' => 'longIntro.txt', -+ 'default' => true, -+ 'type' => 'cvs', -+); -+ -+/* -+ - $sourceroots['php4'] = array( - 'name' => 'PHP4', - 'location' => '/home/cvs/php4', -@@ -64,9 +75,11 @@ - 'type' => 'svn', - ); - --$sourceroots['openbsd'] = array( -- 'name' => 'OpenBSD', -- 'location' => '/home/cvs/openbsd', -- 'title' => 'OpenBSD CVS Repository', -+$sourceroots['freebsd'] = array( -+ 'name' => 'FreeBSD', -+ 'location' => '/home/cvs/freebsd', -+ 'title' => 'FreeBSD CVS Repository', - 'type' => 'cvs', - ); -+ -+*/ diff --git a/devel/horde-chora/files/pkg-message.in b/devel/horde-chora/files/pkg-message.in deleted file mode 100644 index 34b4d8550554..000000000000 --- a/devel/horde-chora/files/pkg-message.in +++ /dev/null @@ -1,11 +0,0 @@ -************************************************************************ -Chora has been installed in %%CHORADIR%% with your blank -configuration files. - -Horde must be configured; if not, see `pkg_info -D -x horde'. - -Then, you may have to tune the configuration files located in -%%CONFDIR%%/, specially the file sourceroots.php. - -To protect your configuration files, you have to restart Apache. -************************************************************************ diff --git a/devel/horde-chora/pkg-deinstall b/devel/horde-chora/pkg-deinstall deleted file mode 100644 index 02a46f12daa8..000000000000 --- a/devel/horde-chora/pkg-deinstall +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# Backup Chora config files, if needed. - -if [ x$2 != xDEINSTALL ]; then - exit -fi - -if [ -z "${PACKAGE_BUILDING}" ]; then - for cf in `ls ${PKG_PREFIX}/www/horde/chora/config/*php ${PKG_PREFIX}/www/horde/chora/config/*txt`; do - diff -bBqw $cf $cf.dist >/dev/null 2>&1 - case $? in - 0) # original config file, will be deleted by pkg-plist - ;; - 1) # config file has been updated, must be backuped - cp -p $cf $cf.previous - echo "===> Backing-up..." - echo "---> $cf has been saved ***" - echo "---> as $cf.previous ***" - ;; - *) # not found? - ;; - esac - done -fi diff --git a/devel/horde-chora/pkg-descr b/devel/horde-chora/pkg-descr deleted file mode 100644 index 25cf61a374ef..000000000000 --- a/devel/horde-chora/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -Chora is the Horde CVS viewer; it provides an advanced web-based view of -any local CVS repository. It now includes annotation support, visual -branch viewing capability, and human-readable diffs. - -Other features are: - -- Support for multiple CVS repositories -- MIME-awareness, to pretty-print code or convert PDFs to text -- Visual branch histories, to view the flow of code through a project -- Internationalisation, with several languages supported -- Annotation (or 'blame') support - -... as well as all the usual CVS functions you are familiar with from -other similar applications. - -WWW: http://horde.org/chora/ diff --git a/devel/horde-chora/pkg-plist b/devel/horde-chora/pkg-plist deleted file mode 100644 index 8faaac5507cb..000000000000 --- a/devel/horde-chora/pkg-plist +++ /dev/null @@ -1,160 +0,0 @@ -etc/horde/httpd.conf.chora -%%PORTDOCS%%%%DOCSDIR%%/BUGS -%%PORTDOCS%%%%DOCSDIR%%/CHANGES -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/CREDITS -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/RELEASE_NOTES -%%PORTDOCS%%%%DOCSDIR%%/TODO -%%CHORADIR%%/annotate.php -%%CHORADIR%%/browse.php -%%CHORADIR%%/co.php -%%CHORADIR%%/config/.htaccess -%%CHORADIR%%/config/conf.xml -%%CHORADIR%%/config/cvsgraph.conf -%%CHORADIR%%/config/cvsgraph.conf.dist -%%CHORADIR%%/config/longIntro.txt -%%CHORADIR%%/config/longIntro.txt.dist -%%CHORADIR%%/config/mime_drivers.php -%%CHORADIR%%/config/mime_drivers.php.dist -%%CHORADIR%%/config/prefs.php -%%CHORADIR%%/config/prefs.php.dist -%%CHORADIR%%/config/sourceroots.php -%%CHORADIR%%/config/sourceroots.php.dist -%%CHORADIR%%/cvs.php -%%CHORADIR%%/cvsgraph.php -%%CHORADIR%%/diff.php -%%CHORADIR%%/history.php -%%CHORADIR%%/index.php -%%CHORADIR%%/lib/.htaccess -%%CHORADIR%%/lib/Chora.php -%%CHORADIR%%/lib/base.php -%%CHORADIR%%/lib/version.php -%%CHORADIR%%/locale/.htaccess -%%CHORADIR%%/locale/cs_CZ/LC_MESSAGES/chora.mo -%%CHORADIR%%/locale/de_DE/LC_MESSAGES/chora.mo -%%CHORADIR%%/locale/de_DE/help.xml -%%CHORADIR%%/locale/en_US/help.xml -%%CHORADIR%%/locale/es_ES/LC_MESSAGES/chora.mo -%%CHORADIR%%/locale/es_ES/help.xml -%%CHORADIR%%/locale/fi_FI/LC_MESSAGES/chora.mo -%%CHORADIR%%/locale/fr_FR/LC_MESSAGES/chora.mo -%%CHORADIR%%/locale/nb_NO/LC_MESSAGES/chora.mo -%%CHORADIR%%/locale/nl_NL/LC_MESSAGES/chora.mo -%%CHORADIR%%/locale/pl_PL/LC_MESSAGES/chora.mo -%%CHORADIR%%/locale/pt_BR/LC_MESSAGES/chora.mo -%%CHORADIR%%/locale/ro_RO/LC_MESSAGES/chora.mo -%%CHORADIR%%/locale/sk_SK/LC_MESSAGES/chora.mo -%%CHORADIR%%/locale/sv_SE/LC_MESSAGES/chora.mo -%%CHORADIR%%/locale/zh_CN/LC_MESSAGES/chora.mo -%%CHORADIR%%/locale/zh_TW/LC_MESSAGES/chora.mo -%%CHORADIR%%/patchsets.php -%%CHORADIR%%/po/.htaccess -%%CHORADIR%%/po/README -%%CHORADIR%%/po/chora.pot -%%CHORADIR%%/po/cs_CZ.po -%%CHORADIR%%/po/de_DE.po -%%CHORADIR%%/po/es_ES.po -%%CHORADIR%%/po/fi_FI.po -%%CHORADIR%%/po/fr_FR.po -%%CHORADIR%%/po/nb_NO.po -%%CHORADIR%%/po/nl_NL.po -%%CHORADIR%%/po/pl_PL.po -%%CHORADIR%%/po/pt_BR.po -%%CHORADIR%%/po/ro_RO.po -%%CHORADIR%%/po/sk_SK.po -%%CHORADIR%%/po/sv_SE.po -%%CHORADIR%%/po/zh_CN.po -%%CHORADIR%%/po/zh_TW.po -%%CHORADIR%%/stats.php -%%CHORADIR%%/templates/.htaccess -%%CHORADIR%%/templates/annotate/footer.inc -%%CHORADIR%%/templates/annotate/header.inc -%%CHORADIR%%/templates/annotate/line.inc -%%CHORADIR%%/templates/checkout/checkout.inc -%%CHORADIR%%/templates/common-header.inc -%%CHORADIR%%/templates/cvsgraph/cvsgraph.inc -%%CHORADIR%%/templates/diff/hr/add.inc -%%CHORADIR%%/templates/diff/hr/change.inc -%%CHORADIR%%/templates/diff/hr/empty.inc -%%CHORADIR%%/templates/diff/hr/footer.inc -%%CHORADIR%%/templates/diff/hr/header.inc -%%CHORADIR%%/templates/diff/hr/nochange.inc -%%CHORADIR%%/templates/diff/hr/remove.inc -%%CHORADIR%%/templates/diff/hr/row.inc -%%CHORADIR%%/templates/directory/back.inc -%%CHORADIR%%/templates/directory/dir.inc -%%CHORADIR%%/templates/directory/file.inc -%%CHORADIR%%/templates/directory/footer.inc -%%CHORADIR%%/templates/directory/header.inc -%%CHORADIR%%/templates/error_page.inc -%%CHORADIR%%/templates/headerbar.inc -%%CHORADIR%%/templates/history/blank.inc -%%CHORADIR%%/templates/history/branch_cell.inc -%%CHORADIR%%/templates/history/footer.inc -%%CHORADIR%%/templates/history/header.inc -%%CHORADIR%%/templates/history/rev.inc -%%CHORADIR%%/templates/history/row_end.inc -%%CHORADIR%%/templates/history/row_start.inc -%%CHORADIR%%/templates/log/request.inc -%%CHORADIR%%/templates/log/rev.inc -%%CHORADIR%%/templates/menu.inc -%%CHORADIR%%/templates/patchsets/ps.inc -%%CHORADIR%%/templates/stats/stats.inc -%%CHORADIR%%/themes/burntorange/screen.css -%%CHORADIR%%/themes/graphics/back.png -%%CHORADIR%%/themes/graphics/chora.png -%%CHORADIR%%/themes/graphics/deleted.png -%%CHORADIR%%/themes/graphics/favicon.ico -%%CHORADIR%%/themes/graphics/folder.png -%%CHORADIR%%/themes/screen.css -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%CHORADIR%%/themes/graphics -@dirrm %%CHORADIR%%/themes/burntorange -@dirrm %%CHORADIR%%/themes -@dirrm %%CHORADIR%%/templates/stats -@dirrm %%CHORADIR%%/templates/patchsets -@dirrm %%CHORADIR%%/templates/log -@dirrm %%CHORADIR%%/templates/history -@dirrm %%CHORADIR%%/templates/directory -@dirrm %%CHORADIR%%/templates/diff/hr -@dirrm %%CHORADIR%%/templates/diff -@dirrm %%CHORADIR%%/templates/cvsgraph -@dirrm %%CHORADIR%%/templates/checkout -@dirrm %%CHORADIR%%/templates/annotate -@dirrm %%CHORADIR%%/templates -@dirrm %%CHORADIR%%/po -@dirrm %%CHORADIR%%/locale/zh_TW/LC_MESSAGES -@dirrm %%CHORADIR%%/locale/zh_TW -@dirrm %%CHORADIR%%/locale/zh_CN/LC_MESSAGES -@dirrm %%CHORADIR%%/locale/zh_CN -@dirrm %%CHORADIR%%/locale/sv_SE/LC_MESSAGES -@dirrm %%CHORADIR%%/locale/sv_SE -@dirrm %%CHORADIR%%/locale/sk_SK/LC_MESSAGES -@dirrm %%CHORADIR%%/locale/sk_SK -@dirrm %%CHORADIR%%/locale/ro_RO/LC_MESSAGES -@dirrm %%CHORADIR%%/locale/ro_RO -@dirrm %%CHORADIR%%/locale/pt_BR/LC_MESSAGES -@dirrm %%CHORADIR%%/locale/pt_BR -@dirrm %%CHORADIR%%/locale/pl_PL/LC_MESSAGES -@dirrm %%CHORADIR%%/locale/pl_PL -@dirrm %%CHORADIR%%/locale/nl_NL/LC_MESSAGES -@dirrm %%CHORADIR%%/locale/nl_NL -@dirrm %%CHORADIR%%/locale/nb_NO/LC_MESSAGES -@dirrm %%CHORADIR%%/locale/nb_NO -@dirrm %%CHORADIR%%/locale/fr_FR/LC_MESSAGES -@dirrm %%CHORADIR%%/locale/fr_FR -@dirrm %%CHORADIR%%/locale/fi_FI/LC_MESSAGES -@dirrm %%CHORADIR%%/locale/fi_FI -@dirrm %%CHORADIR%%/locale/es_ES/LC_MESSAGES -@dirrm %%CHORADIR%%/locale/es_ES -@dirrm %%CHORADIR%%/locale/en_US -@dirrm %%CHORADIR%%/locale/de_DE/LC_MESSAGES -@dirrm %%CHORADIR%%/locale/de_DE -@dirrm %%CHORADIR%%/locale/cs_CZ/LC_MESSAGES -@dirrm %%CHORADIR%%/locale/cs_CZ -@dirrm %%CHORADIR%%/locale -@dirrm %%CHORADIR%%/lib -@unexec rmdir %D/%%CHORADIR%%/config 2>/dev/null || true -@unexec rmdir %D/%%CHORADIR%% 2>/dev/null || true diff --git a/devel/hs-darcs/Makefile b/devel/hs-darcs/Makefile deleted file mode 100644 index de7210eefb7b..000000000000 --- a/devel/hs-darcs/Makefile +++ /dev/null @@ -1,71 +0,0 @@ -# New ports collection makefile for: darcs -# Date created: 13 April 2003 -# Whom: Oliver Braun <obraun@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= darcs -PORTVERSION= 1.0.1 -CATEGORIES= devel -MASTER_SITES= http://darcs.net/ - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Yet another replacement for CVS, written in Haskell - -BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc -LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ - gmp.6:${PORTSDIR}/math/libgmp4 - -OPTIONS= SERVER "install server" off -USE_REINPLACE= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LDFLAGS="-L${LOCALBASE}/lib -L${PREFIX}/lib/ ${PTHREAD_LIBS}" \ - CFLAGS="" -USE_GMAKE= yes -MAKEFILE= GNUmakefile -ALL_TARGET= darcs darcs.1 -INSTALL_TARGET= installbin - -.include <bsd.port.pre.mk> - -.if defined(WITH_SERVER) -BUILD_DEPENDS+= xsltproc:${PORTSDIR}/textproc/libxslt -RUN_DEPENDS+= xsltproc:${PORTSDIR}/textproc/libxslt -ALL_TARGET+= darcs-createrepo -INSTALL_TARGET+= installserver -.if !exists(${PREFIX}/www) && exists(${PREFIX}/share/apache) -CGIDIR?= share/apache/cgi-bin -.else -CGIDIR?= www/cgi-bin -.endif -PLIST_SUB+= CGIDIR=${CGIDIR} SERVER="" -.else -PLIST_SUB+= SERVER="@comment " -.endif -.if !defined(NOPORTDOCS) -INSTALL_TARGET+= installdocs -.endif - -MAN1= darcs.1 - -post-patch: -.if defined(WITH_SERVER) - @${REINPLACE_CMD} -e 's|$$(libexecdir)/cgi-bin|${PREFIX}/${CGIDIR}| ; \ - s|darcs/cgi.conf|cgi.conf.sample| ; /ln/d' \ - ${WRKSRC}/${MAKEFILE} - @${REINPLACE_CMD} -e '/$$(sysconfdir)\/darcs/d' ${WRKSRC}/${MAKEFILE} -.endif -.if defined(NOPORTDOCS) - @${REINPLACE_CMD} -e '/$$(datadir)/d' ${WRKSRC}/${MAKEFILE} -.else - @${REINPLACE_CMD} -e 's/^\(installdocs:.\)darcs.ps/\1/ ; \ - s/^\(installbin:\).*/\1/ ; /darcs\.ps/d ' \ - ${WRKSRC}/${MAKEFILE} -.endif - -post-install: - @${STRIP_CMD} ${PREFIX}/bin/darcs - -.include <bsd.port.post.mk> diff --git a/devel/hs-darcs/distinfo b/devel/hs-darcs/distinfo deleted file mode 100644 index 81166754a75e..000000000000 --- a/devel/hs-darcs/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (darcs-1.0.1.tar.gz) = abeca186cf42ee9f018579d81e1a1a77 -SIZE (darcs-1.0.1.tar.gz) = 732066 diff --git a/devel/hs-darcs/pkg-descr b/devel/hs-darcs/pkg-descr deleted file mode 100644 index 83782f2a970f..000000000000 --- a/devel/hs-darcs/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -David's Advanced Revision Control System is yet another replacement for CVS. It -is written in haskell. - -WWW: http://darcs.net/ diff --git a/devel/hs-darcs/pkg-plist b/devel/hs-darcs/pkg-plist deleted file mode 100644 index b5ee86511db4..000000000000 --- a/devel/hs-darcs/pkg-plist +++ /dev/null @@ -1,75 +0,0 @@ -bin/darcs -%%SERVER%%%%CGIDIR%%/darcs.cgi -%%SERVER%%sbin/darcs-createrepo -%%SERVER%%etc/darcs/cgi.conf.sample -etc/darcs/bash_completion.d/darcs -%%SERVER%%share/darcs/xslt/annotate.xslt -%%SERVER%%share/darcs/xslt/browse.xslt -%%SERVER%%share/darcs/xslt/common.xslt -%%SERVER%%share/darcs/xslt/errors.xslt -%%SERVER%%share/darcs/xslt/patches.xslt -%%SERVER%%share/darcs/xslt/repos.xslt -%%SERVER%%share/darcs/xslt/rss.xslt -%%SERVER%%share/darcs/xslt/styles.css -%%PORTDOCS%%%%DOCSDIR%%/examples/zsh_completion_new -%%PORTDOCS%%%%DOCSDIR%%/examples/zsh_completion_old -%%PORTDOCS%%%%DOCSDIR%%/manual/contents.png -%%PORTDOCS%%%%DOCSDIR%%/manual/darcs.css -%%PORTDOCS%%%%DOCSDIR%%/manual/darcs.html -%%PORTDOCS%%%%DOCSDIR%%/manual/footnode.html -%%PORTDOCS%%%%DOCSDIR%%/manual/images.aux -%%PORTDOCS%%%%DOCSDIR%%/manual/images.log -%%PORTDOCS%%%%DOCSDIR%%/manual/images.pl -%%PORTDOCS%%%%DOCSDIR%%/manual/images.tex -%%PORTDOCS%%%%DOCSDIR%%/manual/img1.png -%%PORTDOCS%%%%DOCSDIR%%/manual/img10.png -%%PORTDOCS%%%%DOCSDIR%%/manual/img11.png -%%PORTDOCS%%%%DOCSDIR%%/manual/img12.png -%%PORTDOCS%%%%DOCSDIR%%/manual/img13.png -%%PORTDOCS%%%%DOCSDIR%%/manual/img14.png -%%PORTDOCS%%%%DOCSDIR%%/manual/img15.png -%%PORTDOCS%%%%DOCSDIR%%/manual/img16.png -%%PORTDOCS%%%%DOCSDIR%%/manual/img17.png -%%PORTDOCS%%%%DOCSDIR%%/manual/img18.png -%%PORTDOCS%%%%DOCSDIR%%/manual/img19.png -%%PORTDOCS%%%%DOCSDIR%%/manual/img2.png -%%PORTDOCS%%%%DOCSDIR%%/manual/img20.png -%%PORTDOCS%%%%DOCSDIR%%/manual/img21.png -%%PORTDOCS%%%%DOCSDIR%%/manual/img22.png -%%PORTDOCS%%%%DOCSDIR%%/manual/img23.png -%%PORTDOCS%%%%DOCSDIR%%/manual/img24.png -%%PORTDOCS%%%%DOCSDIR%%/manual/img3.png -%%PORTDOCS%%%%DOCSDIR%%/manual/img4.png -%%PORTDOCS%%%%DOCSDIR%%/manual/img5.png -%%PORTDOCS%%%%DOCSDIR%%/manual/img6.png -%%PORTDOCS%%%%DOCSDIR%%/manual/img7.png -%%PORTDOCS%%%%DOCSDIR%%/manual/img8.png -%%PORTDOCS%%%%DOCSDIR%%/manual/img9.png -%%PORTDOCS%%%%DOCSDIR%%/manual/index.html -%%PORTDOCS%%%%DOCSDIR%%/manual/internals.pl -%%PORTDOCS%%%%DOCSDIR%%/manual/labels.pl -%%PORTDOCS%%%%DOCSDIR%%/manual/next.png -%%PORTDOCS%%%%DOCSDIR%%/manual/next_g.png -%%PORTDOCS%%%%DOCSDIR%%/manual/node1.html -%%PORTDOCS%%%%DOCSDIR%%/manual/node10.html -%%PORTDOCS%%%%DOCSDIR%%/manual/node11.html -%%PORTDOCS%%%%DOCSDIR%%/manual/node2.html -%%PORTDOCS%%%%DOCSDIR%%/manual/node3.html -%%PORTDOCS%%%%DOCSDIR%%/manual/node4.html -%%PORTDOCS%%%%DOCSDIR%%/manual/node5.html -%%PORTDOCS%%%%DOCSDIR%%/manual/node6.html -%%PORTDOCS%%%%DOCSDIR%%/manual/node7.html -%%PORTDOCS%%%%DOCSDIR%%/manual/node8.html -%%PORTDOCS%%%%DOCSDIR%%/manual/node9.html -%%PORTDOCS%%%%DOCSDIR%%/manual/prev.png -%%PORTDOCS%%%%DOCSDIR%%/manual/prev_g.png -%%PORTDOCS%%%%DOCSDIR%%/manual/up.png -%%PORTDOCS%%%%DOCSDIR%%/manual/up_g.png -%%PORTDOCS%%%%DOCSDIR%%/manual/WARNINGS -@dirrm etc/darcs/bash_completion.d -@dirrm etc/darcs -%%SERVER%%@dirrm share/darcs/xslt -%%SERVER%%@dirrm share/darcs -%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples -%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/devel/icu4/Makefile b/devel/icu4/Makefile deleted file mode 100644 index 9b46c5fefa6e..000000000000 --- a/devel/icu4/Makefile +++ /dev/null @@ -1,104 +0,0 @@ -# New ports collection makefile for: icu -# Date created: 22 Jan 2001 -# Whom: dwm -# -# $FreeBSD$ -# - -PORTNAME= icu -PORTVERSION= 3.2 -PORTREVISION= 1 -CATEGORIES= devel -MASTER_SITES= ftp://www-126.ibm.com/pub/icu/${PORTVERSION}/ -EXTRACT_SUFX= .tgz - -MAINTAINER= ports@FreeBSD.org -COMMENT= International Components for Unicode (from IBM) - -INSTALLS_SHLIB= yes -NO_FILTER_SHLIBS= yes - -WRKSRC= ${WRKDIR}/icu -ICUWRKSRC= ${WRKSRC}/source -CONFIGURE_WRKSRC= ${ICUWRKSRC} -BUILD_WRKSRC= ${ICUWRKSRC} -INSTALL_WRKSRC= ${ICUWRKSRC} - -GNU_CONFIGURE= yes -CONFIGURE_SCRIPT= runConfigureICU -CONFIGURE_ARGS+= ${OPSYS} -CONFIGURE_ARGS+= --enable-shared -CONFIGURE_ARGS+= --enable-static -CONFIGURE_ARGS+= --enable-samples=no --enable-tests=yes -.if defined(NO_THREADS) -CONFIGURE_ARGS+= --enable-threads=no -.else -CONFIGURE_ENV+= THREADSCPPFLAGS="${PTHREAD_CFLAGS}" \ - THREADSCFLAGS="${PTHREAD_CFLAGS}" \ - THREADSCXXFLAGS="${PTHREAD_CFLAGS}" \ - PTHREAD_LIBS="${PTHREAD_LIBS}" -.endif -USE_GMAKE= yes -CONFIGURE_ENV+= CFLAGS="${CFLAGS}" CC="${CC}" CXX="${CXX}" - -MAN1+= derb.1 -MAN1+= gencnval.1 -MAN1+= genrb.1 -MAN1+= icu-config.1 -MAN1+= makeconv.1 -MAN1+= pkgdata.1 -MAN1+= uconv.1 -MAN8+= decmn.8 -MAN8+= gencase.8 -MAN8+= genccode.8 -MAN8+= gencmn.8 -MAN8+= gennames.8 -MAN8+= gennorm.8 -MAN8+= genprops.8 -MAN8+= gensprep.8 -MAN8+= genuca.8 - -ICUMAJOR= ${PORTVERSION:S/.//:R} -PLIST_SUB+= ICUMAJOR=${ICUMAJOR} -PLIST_SUB+= ICUVER=${PORTVERSION} - -pre-fetch: -.if !defined(BATCH) && !defined(PACKAGE_BUILDING) - # - # You may use the following build options by defining - # them on the command line with -D - # - # NO_THREADS do not build a thread enabled library - # -.endif - -pre-patch: -# VPATH does not work due to IBM's mistake: - ${LN} -s ${FILESDIR}/*.ucm ${WRKSRC}/source/data/mappings/ - @for l in ${FILESDIR}/*.ucm ; do \ - ${ECHO} UCM_SOURCE_LOCAL+=`basename $$l` >> \ - ${WRKSRC}/source/data/mappings/ucmlocal.mk ; \ - done - -iotest cintltst intltest: - -${GMAKE} -C ${ICUWRKSRC}/test - cd ${ICUWRKSRC}/test/${.TARGET} && ${SETENV} \ - LD_LIBRARY_PATH=${ICUWRKSRC}/lib:${ICUWRKSRC}/tools/ctestfw \ - ./${.TARGET} - -test: iotest cintltst intltest - -post-build: iotest cintltst - # - # Note, due to occasional hangs in one of the intltest's - # multi-threading subtests, the intltest is not part of automatic - # test in the current version of this port. This an unresolved - # problem so far: - # http://www.jtcsv.com/cgibin/icu-bugs/incoming?id=1141 - # - # If you wish to help resolving it, try - # - # `make intltest' manually. - # - -.include <bsd.port.mk> diff --git a/devel/icu4/distinfo b/devel/icu4/distinfo deleted file mode 100644 index 503665f7df1a..000000000000 --- a/devel/icu4/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (icu-3.2.tgz) = 55a85d2365338ece483d275119fd990c -SIZE (icu-3.2.tgz) = 9587961 diff --git a/devel/icu4/files/koi8-u.ucm b/devel/icu4/files/koi8-u.ucm deleted file mode 100644 index b81307a6c5eb..000000000000 --- a/devel/icu4/files/koi8-u.ucm +++ /dev/null @@ -1,272 +0,0 @@ -# -# $Id: koi8-u.ucm,v 2.0 2004/05/16 20:55:26 dankogai Exp $ -# -# Written $Id: koi8-u.ucm,v 2.0 2004/05/16 20:55:26 dankogai Exp $ -# ./compile -n koi8-u -o Encode/koi8-u.ucm Encode/koi8-u.enc - -<code_set_name> "koi8-u" -<char_name_mask> "AXXXX" -<mb_cur_min> 1 -<mb_cur_max> 1 -<uconv_class> "SBCS" -<subchar> \x1A -<icu:charsetFamily> "ASCII" - -CHARMAP -<U0000> \x00 |0 # <control> -<U0001> \x01 |0 # <control> -<U0002> \x02 |0 # <control> -<U0003> \x03 |0 # <control> -<U0004> \x04 |0 # <control> -<U0005> \x05 |0 # <control> -<U0006> \x06 |0 # <control> -<U0007> \x07 |0 # <control> -<U0008> \x08 |0 # <control> -<U0009> \x09 |0 # <control> -<U000A> \x0A |0 # <control> -<U000B> \x0B |0 # <control> -<U000C> \x0C |0 # <control> -<U000D> \x0D |0 # <control> -<U000E> \x0E |0 # <control> -<U000F> \x0F |0 # <control> -<U0010> \x10 |0 # <control> -<U0011> \x11 |0 # <control> -<U0012> \x12 |0 # <control> -<U0013> \x13 |0 # <control> -<U0014> \x14 |0 # <control> -<U0015> \x15 |0 # <control> -<U0016> \x16 |0 # <control> -<U0017> \x17 |0 # <control> -<U0018> \x18 |0 # <control> -<U0019> \x19 |0 # <control> -<U001A> \x1A |0 # <control> -<U001B> \x1B |0 # <control> -<U001C> \x1C |0 # <control> -<U001D> \x1D |0 # <control> -<U001E> \x1E |0 # <control> -<U001F> \x1F |0 # <control> -<U0020> \x20 |0 # SPACE -<U0021> \x21 |0 # EXCLAMATION MARK -<U0022> \x22 |0 # QUOTATION MARK -<U0023> \x23 |0 # NUMBER SIGN -<U0024> \x24 |0 # DOLLAR SIGN -<U0025> \x25 |0 # PERCENT SIGN -<U0026> \x26 |0 # AMPERSAND -<U0027> \x27 |0 # APOSTROPHE -<U0028> \x28 |0 # LEFT PARENTHESIS -<U0029> \x29 |0 # RIGHT PARENTHESIS -<U002A> \x2A |0 # ASTERISK -<U002B> \x2B |0 # PLUS SIGN -<U002C> \x2C |0 # COMMA -<U002D> \x2D |0 # HYPHEN-MINUS -<U002E> \x2E |0 # FULL STOP -<U002F> \x2F |0 # SOLIDUS -<U0030> \x30 |0 # DIGIT ZERO -<U0031> \x31 |0 # DIGIT ONE -<U0032> \x32 |0 # DIGIT TWO -<U0033> \x33 |0 # DIGIT THREE -<U0034> \x34 |0 # DIGIT FOUR -<U0035> \x35 |0 # DIGIT FIVE -<U0036> \x36 |0 # DIGIT SIX -<U0037> \x37 |0 # DIGIT SEVEN -<U0038> \x38 |0 # DIGIT EIGHT -<U0039> \x39 |0 # DIGIT NINE -<U003A> \x3A |0 # COLON -<U003B> \x3B |0 # SEMICOLON -<U003C> \x3C |0 # LESS-THAN SIGN -<U003D> \x3D |0 # EQUALS SIGN -<U003E> \x3E |0 # GREATER-THAN SIGN -<U003F> \x3F |0 # QUESTION MARK -<U0040> \x40 |0 # COMMERCIAL AT -<U0041> \x41 |0 # LATIN CAPITAL LETTER A -<U0042> \x42 |0 # LATIN CAPITAL LETTER B -<U0043> \x43 |0 # LATIN CAPITAL LETTER C -<U0044> \x44 |0 # LATIN CAPITAL LETTER D -<U0045> \x45 |0 # LATIN CAPITAL LETTER E -<U0046> \x46 |0 # LATIN CAPITAL LETTER F -<U0047> \x47 |0 # LATIN CAPITAL LETTER G -<U0048> \x48 |0 # LATIN CAPITAL LETTER H -<U0049> \x49 |0 # LATIN CAPITAL LETTER I -<U004A> \x4A |0 # LATIN CAPITAL LETTER J -<U004B> \x4B |0 # LATIN CAPITAL LETTER K -<U004C> \x4C |0 # LATIN CAPITAL LETTER L -<U004D> \x4D |0 # LATIN CAPITAL LETTER M -<U004E> \x4E |0 # LATIN CAPITAL LETTER N -<U004F> \x4F |0 # LATIN CAPITAL LETTER O -<U0050> \x50 |0 # LATIN CAPITAL LETTER P -<U0051> \x51 |0 # LATIN CAPITAL LETTER Q -<U0052> \x52 |0 # LATIN CAPITAL LETTER R -<U0053> \x53 |0 # LATIN CAPITAL LETTER S -<U0054> \x54 |0 # LATIN CAPITAL LETTER T -<U0055> \x55 |0 # LATIN CAPITAL LETTER U -<U0056> \x56 |0 # LATIN CAPITAL LETTER V -<U0057> \x57 |0 # LATIN CAPITAL LETTER W -<U0058> \x58 |0 # LATIN CAPITAL LETTER X -<U0059> \x59 |0 # LATIN CAPITAL LETTER Y -<U005A> \x5A |0 # LATIN CAPITAL LETTER Z -<U005B> \x5B |0 # LEFT SQUARE BRACKET -<U005C> \x5C |0 # REVERSE SOLIDUS -<U005D> \x5D |0 # RIGHT SQUARE BRACKET -<U005E> \x5E |0 # CIRCUMFLEX ACCENT -<U005F> \x5F |0 # LOW LINE -<U0060> \x60 |0 # GRAVE ACCENT -<U0061> \x61 |0 # LATIN SMALL LETTER A -<U0062> \x62 |0 # LATIN SMALL LETTER B -<U0063> \x63 |0 # LATIN SMALL LETTER C -<U0064> \x64 |0 # LATIN SMALL LETTER D -<U0065> \x65 |0 # LATIN SMALL LETTER E -<U0066> \x66 |0 # LATIN SMALL LETTER F -<U0067> \x67 |0 # LATIN SMALL LETTER G -<U0068> \x68 |0 # LATIN SMALL LETTER H -<U0069> \x69 |0 # LATIN SMALL LETTER I -<U006A> \x6A |0 # LATIN SMALL LETTER J -<U006B> \x6B |0 # LATIN SMALL LETTER K -<U006C> \x6C |0 # LATIN SMALL LETTER L -<U006D> \x6D |0 # LATIN SMALL LETTER M -<U006E> \x6E |0 # LATIN SMALL LETTER N -<U006F> \x6F |0 # LATIN SMALL LETTER O -<U0070> \x70 |0 # LATIN SMALL LETTER P -<U0071> \x71 |0 # LATIN SMALL LETTER Q -<U0072> \x72 |0 # LATIN SMALL LETTER R -<U0073> \x73 |0 # LATIN SMALL LETTER S -<U0074> \x74 |0 # LATIN SMALL LETTER T -<U0075> \x75 |0 # LATIN SMALL LETTER U -<U0076> \x76 |0 # LATIN SMALL LETTER V -<U0077> \x77 |0 # LATIN SMALL LETTER W -<U0078> \x78 |0 # LATIN SMALL LETTER X -<U0079> \x79 |0 # LATIN SMALL LETTER Y -<U007A> \x7A |0 # LATIN SMALL LETTER Z -<U007B> \x7B |0 # LEFT CURLY BRACKET -<U007C> \x7C |0 # VERTICAL LINE -<U007D> \x7D |0 # RIGHT CURLY BRACKET -<U007E> \x7E |0 # TILDE -<U007F> \x7F |0 # <control> -<U2500> \x80 |0 # BOX DRAWINGS LIGHT HORIZONTAL -<U2502> \x81 |0 # BOX DRAWINGS LIGHT VERTICAL -<U250C> \x82 |0 # BOX DRAWINGS LIGHT DOWN AND RIGHT -<U2510> \x83 |0 # BOX DRAWINGS LIGHT DOWN AND LEFT -<U2514> \x84 |0 # BOX DRAWINGS LIGHT UP AND RIGHT -<U2518> \x85 |0 # BOX DRAWINGS LIGHT UP AND LEFT -<U251C> \x86 |0 # BOX DRAWINGS LIGHT VERTICAL AND RIGHT -<U2524> \x87 |0 # BOX DRAWINGS LIGHT VERTICAL AND LEFT -<U252C> \x88 |0 # BOX DRAWINGS LIGHT DOWN AND HORIZONTAL -<U2534> \x89 |0 # BOX DRAWINGS LIGHT UP AND HORIZONTAL -<U253C> \x8A |0 # BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL -<U2580> \x8B |0 # UPPER HALF BLOCK -<U2584> \x8C |0 # LOWER HALF BLOCK -<U2588> \x8D |0 # FULL BLOCK -<U258C> \x8E |0 # LEFT HALF BLOCK -<U2590> \x8F |0 # RIGHT HALF BLOCK -<U2591> \x90 |0 # LIGHT SHADE -<U2592> \x91 |0 # MEDIUM SHADE -<U2593> \x92 |0 # DARK SHADE -<U2320> \x93 |0 # TOP HALF INTEGRAL -<U25A0> \x94 |0 # BLACK SQUARE -<U2022> \x95 |0 # BULLET -<U221A> \x96 |0 # SQUARE ROOT -<U2248> \x97 |0 # ALMOST EQUAL TO -<U2264> \x98 |0 # LESS-THAN OR EQUAL TO -<U2265> \x99 |0 # GREATER-THAN OR EQUAL TO -<U00A0> \x9A |0 # NO-BREAK SPACE -<U2321> \x9B |0 # BOTTOM HALF INTEGRAL -<U00B0> \x9C |0 # DEGREE SIGN -<U00B2> \x9D |0 # SUPERSCRIPT TWO -<U00B7> \x9E |0 # MIDDLE DOT -<U00F7> \x9F |0 # DIVISION SIGN -<U2550> \xA0 |0 # BOX DRAWINGS DOUBLE HORIZONTAL -<U2551> \xA1 |0 # BOX DRAWINGS DOUBLE VERTICAL -<U2552> \xA2 |0 # BOX DRAWINGS DOWN SINGLE AND RIGHT DOUBLE -<U0451> \xA3 |0 # CYRILLIC SMALL LETTER IO -<U0454> \xA4 |0 # CYRILLIC SMALL LETTER UKRAINIAN IE -<U2554> \xA5 |0 # BOX DRAWINGS DOUBLE DOWN AND RIGHT -<U0456> \xA6 |0 # CYRILLIC SMALL LETTER BYELORUSSIAN-UKRAINIAN I -<U0457> \xA7 |0 # CYRILLIC SMALL LETTER YI -<U2557> \xA8 |0 # BOX DRAWINGS DOUBLE DOWN AND LEFT -<U2558> \xA9 |0 # BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE -<U2559> \xAA |0 # BOX DRAWINGS UP DOUBLE AND RIGHT SINGLE -<U255A> \xAB |0 # BOX DRAWINGS DOUBLE UP AND RIGHT -<U255B> \xAC |0 # BOX DRAWINGS UP SINGLE AND LEFT DOUBLE -<U0491> \xAD |0 # CYRILLIC SMALL LETTER GHE WITH UPTURN -<U255D> \xAE |0 # BOX DRAWINGS DOUBLE UP AND LEFT -<U255E> \xAF |0 # BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE -<U255F> \xB0 |0 # BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGLE -<U2560> \xB1 |0 # BOX DRAWINGS DOUBLE VERTICAL AND RIGHT -<U2561> \xB2 |0 # BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE -<U0401> \xB3 |0 # CYRILLIC CAPITAL LETTER IO -<U0404> \xB4 |0 # CYRILLIC CAPITAL LETTER UKRAINIAN IE -<U2563> \xB5 |0 # BOX DRAWINGS DOUBLE VERTICAL AND LEFT -<U0406> \xB6 |0 # CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I -<U0407> \xB7 |0 # CYRILLIC CAPITAL LETTER YI -<U2566> \xB8 |0 # BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL -<U2567> \xB9 |0 # BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE -<U2568> \xBA |0 # BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE -<U2569> \xBB |0 # BOX DRAWINGS DOUBLE UP AND HORIZONTAL -<U256A> \xBC |0 # BOX DRAWINGS VERTICAL SINGLE AND HORIZONTAL DOUBLE -<U0490> \xBD |0 # CYRILLIC CAPITAL LETTER GHE WITH UPTURN -<U256C> \xBE |0 # BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL -<U00A9> \xBF |0 # COPYRIGHT SIGN -<U044E> \xC0 |0 # CYRILLIC SMALL LETTER YU -<U0430> \xC1 |0 # CYRILLIC SMALL LETTER A -<U0431> \xC2 |0 # CYRILLIC SMALL LETTER BE -<U0446> \xC3 |0 # CYRILLIC SMALL LETTER TSE -<U0434> \xC4 |0 # CYRILLIC SMALL LETTER DE -<U0435> \xC5 |0 # CYRILLIC SMALL LETTER IE -<U0444> \xC6 |0 # CYRILLIC SMALL LETTER EF -<U0433> \xC7 |0 # CYRILLIC SMALL LETTER GHE -<U0445> \xC8 |0 # CYRILLIC SMALL LETTER HA -<U0438> \xC9 |0 # CYRILLIC SMALL LETTER I -<U0439> \xCA |0 # CYRILLIC SMALL LETTER SHORT I -<U043A> \xCB |0 # CYRILLIC SMALL LETTER KA -<U043B> \xCC |0 # CYRILLIC SMALL LETTER EL -<U043C> \xCD |0 # CYRILLIC SMALL LETTER EM -<U043D> \xCE |0 # CYRILLIC SMALL LETTER EN -<U043E> \xCF |0 # CYRILLIC SMALL LETTER O -<U043F> \xD0 |0 # CYRILLIC SMALL LETTER PE -<U044F> \xD1 |0 # CYRILLIC SMALL LETTER YA -<U0440> \xD2 |0 # CYRILLIC SMALL LETTER ER -<U0441> \xD3 |0 # CYRILLIC SMALL LETTER ES -<U0442> \xD4 |0 # CYRILLIC SMALL LETTER TE -<U0443> \xD5 |0 # CYRILLIC SMALL LETTER U -<U0436> \xD6 |0 # CYRILLIC SMALL LETTER ZHE -<U0432> \xD7 |0 # CYRILLIC SMALL LETTER VE -<U044C> \xD8 |0 # CYRILLIC SMALL LETTER SOFT SIGN -<U044B> \xD9 |0 # CYRILLIC SMALL LETTER YERU -<U0437> \xDA |0 # CYRILLIC SMALL LETTER ZE -<U0448> \xDB |0 # CYRILLIC SMALL LETTER SHA -<U044D> \xDC |0 # CYRILLIC SMALL LETTER E -<U0449> \xDD |0 # CYRILLIC SMALL LETTER SHCHA -<U0447> \xDE |0 # CYRILLIC SMALL LETTER CHE -<U044A> \xDF |0 # CYRILLIC SMALL LETTER HARD SIGN -<U042E> \xE0 |0 # CYRILLIC CAPITAL LETTER YU -<U0410> \xE1 |0 # CYRILLIC CAPITAL LETTER A -<U0411> \xE2 |0 # CYRILLIC CAPITAL LETTER BE -<U0426> \xE3 |0 # CYRILLIC CAPITAL LETTER TSE -<U0414> \xE4 |0 # CYRILLIC CAPITAL LETTER DE -<U0415> \xE5 |0 # CYRILLIC CAPITAL LETTER IE -<U0424> \xE6 |0 # CYRILLIC CAPITAL LETTER EF -<U0413> \xE7 |0 # CYRILLIC CAPITAL LETTER GHE -<U0425> \xE8 |0 # CYRILLIC CAPITAL LETTER HA -<U0418> \xE9 |0 # CYRILLIC CAPITAL LETTER I -<U0419> \xEA |0 # CYRILLIC CAPITAL LETTER SHORT I -<U041A> \xEB |0 # CYRILLIC CAPITAL LETTER KA -<U041B> \xEC |0 # CYRILLIC CAPITAL LETTER EL -<U041C> \xED |0 # CYRILLIC CAPITAL LETTER EM -<U041D> \xEE |0 # CYRILLIC CAPITAL LETTER EN -<U041E> \xEF |0 # CYRILLIC CAPITAL LETTER O -<U041F> \xF0 |0 # CYRILLIC CAPITAL LETTER PE -<U042F> \xF1 |0 # CYRILLIC CAPITAL LETTER YA -<U0420> \xF2 |0 # CYRILLIC CAPITAL LETTER ER -<U0421> \xF3 |0 # CYRILLIC CAPITAL LETTER ES -<U0422> \xF4 |0 # CYRILLIC CAPITAL LETTER TE -<U0423> \xF5 |0 # CYRILLIC CAPITAL LETTER U -<U0416> \xF6 |0 # CYRILLIC CAPITAL LETTER ZHE -<U0412> \xF7 |0 # CYRILLIC CAPITAL LETTER VE -<U042C> \xF8 |0 # CYRILLIC CAPITAL LETTER SOFT SIGN -<U042B> \xF9 |0 # CYRILLIC CAPITAL LETTER YERU -<U0417> \xFA |0 # CYRILLIC CAPITAL LETTER ZE -<U0428> \xFB |0 # CYRILLIC CAPITAL LETTER SHA -<U042D> \xFC |0 # CYRILLIC CAPITAL LETTER E -<U0429> \xFD |0 # CYRILLIC CAPITAL LETTER SHCHA -<U0427> \xFE |0 # CYRILLIC CAPITAL LETTER CHE -<U042A> \xFF |0 # CYRILLIC CAPITAL LETTER HARD SIGN -END CHARMAP diff --git a/devel/icu4/files/patch-aa b/devel/icu4/files/patch-aa deleted file mode 100644 index 74bf6f6f09e1..000000000000 --- a/devel/icu4/files/patch-aa +++ /dev/null @@ -1,16 +0,0 @@ ---- source/Makefile.in Fri Jul 9 11:43:36 2004 -+++ source/Makefile.in Wed Nov 17 11:14:49 2004 -@@ -175,11 +175,13 @@ - $(top_builddir)/config/icu-config: $(top_builddir)/Makefile $(top_srcdir)/config/icu-config-top $(top_srcdir)/config/icu-config-bottom $(top_builddir)/config/Makefile.inc @platform_make_fragment@ $(top_srcdir)/config/make2sh.sed - -$(RMV) $@ - $(INSTALL_SCRIPT) $(top_srcdir)/config/icu-config-top $@ -+ @chmod u+w $@ - @echo "# Following from @platform_make_fragment@" >> $@ - sed -f $(top_srcdir)/config/make2sh.sed < $(top_builddir)/config/Makefile.inc | grep -v '#M#' | uniq >> $@ - sed -f $(top_srcdir)/config/make2sh.sed < @platform_make_fragment@ | grep -v '#M#' | uniq >> $@ - cat $(top_srcdir)/config/icu-config-bottom >> $@ - echo "# Rebuilt on "`date` >> $@ -+ @chmod u-w $@ - - config.status: $(srcdir)/configure $(srcdir)/common/unicode/uversion.h - @echo diff --git a/devel/icu4/files/patch-ab b/devel/icu4/files/patch-ab deleted file mode 100644 index c9ea034c4b38..000000000000 --- a/devel/icu4/files/patch-ab +++ /dev/null @@ -1,255 +0,0 @@ ---- source/configure Mon Nov 1 18:22:40 2004 -+++ source/configure Wed Nov 17 11:15:41 2004 -@@ -1929,248 +1929,7 @@ - if test $threads = true; then -- -- echo $ac_n "checking for pthread_attr_init in -lpthread""... $ac_c" 1>&6 --echo "configure:1933: checking for pthread_attr_init in -lpthread" >&5 --ac_lib_var=`echo pthread'_'pthread_attr_init | sed 'y%./+-%__p_%'` --if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then -- echo $ac_n "(cached) $ac_c" 1>&6 --else -- ac_save_LIBS="$LIBS" --LIBS="-lpthread $LIBS" --cat > conftest.$ac_ext <<EOF --#line 1941 "configure" --#include "confdefs.h" --/* Override any gcc2 internal prototype to avoid an error. */ --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ --char pthread_attr_init(); -- --int main() { --pthread_attr_init() --; return 0; } --EOF --if { (eval echo configure:1952: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -- rm -rf conftest* -- eval "ac_cv_lib_$ac_lib_var=yes" --else -- echo "configure: failed program was:" >&5 -- cat conftest.$ac_ext >&5 -- rm -rf conftest* -- eval "ac_cv_lib_$ac_lib_var=no" -+ echo "going to use ... ${PTHREAD_LIBS}" 1>&6 -+ echo "configure:1879: going to use ${PTHREAD_LIBS}" >&5 -+ LIBS="${PTHREAD_LIBS} $LIBS" -+ ICU_USE_THREADS=1 - fi --rm -f conftest* --LIBS="$ac_save_LIBS" -- --fi --if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then -- echo "$ac_t""yes" 1>&6 -- ac_tr_lib=HAVE_LIB`echo pthread | sed -e 's/[^a-zA-Z0-9_]/_/g' \ -- -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` -- cat >> confdefs.h <<EOF --#define $ac_tr_lib 1 --EOF -- -- LIBS="-lpthread $LIBS" -- --else -- echo "$ac_t""no" 1>&6 --fi -- -- if test $ac_cv_lib_pthread_pthread_attr_init = yes; then -- ICU_USE_THREADS=1 -- else -- -- --echo $ac_n "checking for library containing pthread_mutex_destroy""... $ac_c" 1>&6 --echo "configure:1985: checking for library containing pthread_mutex_destroy" >&5 --if eval "test \"`echo '$''{'ac_cv_search_pthread_mutex_destroy'+set}'`\" = set"; then -- echo $ac_n "(cached) $ac_c" 1>&6 --else -- ac_func_search_save_LIBS="$LIBS" --ac_cv_search_pthread_mutex_destroy="no" --for i in pthread pthreads c_r ; do --LIBS="-l$i $ac_func_search_save_LIBS" --cat > conftest.$ac_ext <<EOF --#line 1994 "configure" --#include "confdefs.h" --/* Override any gcc2 internal prototype to avoid an error. */ --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ --char pthread_mutex_destroy(); -- --int main() { --pthread_mutex_destroy() --; return 0; } --EOF --if { (eval echo configure:2005: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -- rm -rf conftest* -- ac_cv_search_pthread_mutex_destroy="-l$i" --break --else -- echo "configure: failed program was:" >&5 -- cat conftest.$ac_ext >&5 --fi --rm -f conftest* --done --if test "$ac_cv_search_pthread_mutex_destroy" = "no"; then --cat > conftest.$ac_ext <<EOF --#line 2017 "configure" --#include "confdefs.h" --/* Override any gcc2 internal prototype to avoid an error. */ --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ --char pthread_mutex_destroy(); -- --int main() { --pthread_mutex_destroy() --; return 0; } --EOF --if { (eval echo configure:2028: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -- rm -rf conftest* -- ac_cv_search_pthread_mutex_destroy="none required" --else -- echo "configure: failed program was:" >&5 -- cat conftest.$ac_ext >&5 --fi --rm -f conftest* --fi --LIBS="$ac_func_search_save_LIBS" --fi -- --echo "$ac_t""$ac_cv_search_pthread_mutex_destroy" 1>&6 --if test "$ac_cv_search_pthread_mutex_destroy" != "no"; then -- test "$ac_cv_search_pthread_mutex_destroy" = "none required" || LIBS="$ac_cv_search_pthread_mutex_destroy $LIBS" -- --else : -- --fi -- -- if test "$ac_cv_search_pthread_mutex_destroy" != no; then -- ICU_USE_THREADS=1 -- else -- echo $ac_n "checking for pthread_mutex_init in -lpthread""... $ac_c" 1>&6 --echo "configure:2052: checking for pthread_mutex_init in -lpthread" >&5 --ac_lib_var=`echo pthread'_'pthread_mutex_init | sed 'y%./+-%__p_%'` --if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then -- echo $ac_n "(cached) $ac_c" 1>&6 --else -- ac_save_LIBS="$LIBS" --LIBS="-lpthread $LIBS" --cat > conftest.$ac_ext <<EOF --#line 2060 "configure" --#include "confdefs.h" --/* Override any gcc2 internal prototype to avoid an error. */ --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ --char pthread_mutex_init(); -- --int main() { --pthread_mutex_init() --; return 0; } --EOF --if { (eval echo configure:2071: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -- rm -rf conftest* -- eval "ac_cv_lib_$ac_lib_var=yes" --else -- echo "configure: failed program was:" >&5 -- cat conftest.$ac_ext >&5 -- rm -rf conftest* -- eval "ac_cv_lib_$ac_lib_var=no" --fi --rm -f conftest* --LIBS="$ac_save_LIBS" -- --fi --if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then -- echo "$ac_t""yes" 1>&6 -- ac_tr_lib=HAVE_LIB`echo pthread | sed -e 's/[^a-zA-Z0-9_]/_/g' \ -- -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` -- cat >> confdefs.h <<EOF --#define $ac_tr_lib 1 --EOF -- -- LIBS="-lpthread $LIBS" -- --else -- echo "$ac_t""no" 1>&6 --fi -- -- if test $ac_cv_lib_pthread_pthread_mutex_init = yes; then -- ICU_USE_THREADS=1 -- fi -- fi -- -- echo $ac_n "checking for pthread_mutex_lock""... $ac_c" 1>&6 --echo "configure:2104: checking for pthread_mutex_lock" >&5 --if eval "test \"`echo '$''{'ac_cv_func_pthread_mutex_lock'+set}'`\" = set"; then -- echo $ac_n "(cached) $ac_c" 1>&6 --else -- cat > conftest.$ac_ext <<EOF --#line 2109 "configure" --#include "confdefs.h" --/* System header to define __stub macros and hopefully few prototypes, -- which can conflict with char pthread_mutex_lock(); below. */ --#include <assert.h> --/* Override any gcc2 internal prototype to avoid an error. */ --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ --char pthread_mutex_lock(); -- --int main() { -- --/* The GNU C library defines this for functions which it implements -- to always fail with ENOSYS. Some functions are actually named -- something starting with __ and the normal name is an alias. */ --#if defined (__stub_pthread_mutex_lock) || defined (__stub___pthread_mutex_lock) --choke me --#else --pthread_mutex_lock(); --#endif -- --; return 0; } --EOF --if { (eval echo configure:2132: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -- rm -rf conftest* -- eval "ac_cv_func_pthread_mutex_lock=yes" --else -- echo "configure: failed program was:" >&5 -- cat conftest.$ac_ext >&5 -- rm -rf conftest* -- eval "ac_cv_func_pthread_mutex_lock=no" --fi --rm -f conftest* --fi -- --if eval "test \"`echo '$ac_cv_func_'pthread_mutex_lock`\" = yes"; then -- echo "$ac_t""yes" 1>&6 -- : --else -- echo "$ac_t""no" 1>&6 --fi -- -- -- if test $ac_cv_func_pthread_mutex_lock = yes; then -- ICU_USE_THREADS=1 -- fi -- case "${host}" in -- *-pc-cygwin*|*-pc-mingw*) -- if test "$ac_cv_prog_gcc" = no; then -- ICU_USE_THREADS=1 -- fi ;; -- *-*-hpux*) -- case "${icu_cv_host_frag}" in -- mh-hpux-acc) -- OLD_CXXFLAGS="${CXXFLAGS}" -- CXXFLAGS="${CXXFLAGS} -mt" -- if test x"`${CXX} ${CXXFLAGS} 2>&1`" != x""; then -- CXXFLAGS="${OLD_CXXFLAGS}" -- fi -- ;; -- esac -- ;; -- esac -- fi --fi -- -- -- - diff --git a/devel/icu4/files/patch-cc-flags b/devel/icu4/files/patch-cc-flags deleted file mode 100644 index 3e8f4112c276..000000000000 --- a/devel/icu4/files/patch-cc-flags +++ /dev/null @@ -1,27 +0,0 @@ ---- source/runConfigureICU Fri Jan 16 17:26:40 2004 -+++ source/runConfigureICU Mon Nov 15 11:05:50 2004 -@@ -289,7 +289,7 @@ - *BSD) -- THE_OS="BSD" -+ THE_OS="$platform" -- THE_COMP="the GNU C++" -- CC=gcc; export CC -- CXX=g++; export CXX -+ CC=${CC:=cc}; export CC -+ CXX=${CXX:=c++}; export CXX -+ THE_COMP="`$CC -v | fgrep -i ver`" # works with icc and gcc at least - ;; - QNX) -@@ -358,12 +358,4 @@ - if test $release -eq 1 - then -- if test "$RELEASE_CFLAGS" = "" -- then -- case $CC in -- gcc|*/gcc|*-gcc-*|*/*-gcc-*) -- RELEASE_CFLAGS=-O3 -- ;; -- esac -- fi - if test "$RELEASE_CFLAGS" != "" - then diff --git a/devel/icu4/files/patch-convrtrs b/devel/icu4/files/patch-convrtrs deleted file mode 100644 index 645e5c44bba4..000000000000 --- a/devel/icu4/files/patch-convrtrs +++ /dev/null @@ -1,10 +0,0 @@ ---- source/data/mappings/convrtrs.txt Wed Sep 15 18:10:20 2004 -+++ source/data/mappings/convrtrs.txt Thu Sep 16 12:23:59 2004 -@@ -646,6 +646,7 @@ - ibm-868_P100-1995 { UTR22* } ibm-868 { IBM* } IBM868 { IANA* JAVA } CP868 { IANA MIME* JAVA* } 868 { JAVA } csIBM868 { IANA } cp-ar { IANA } # PC Urdu - ibm-869_P100-1995 { UTR22* } ibm-869 { IBM* } IBM869 { IANA* WINDOWS JAVA } cp869 { IANA MIME* JAVA* } 869 { IANA JAVA } cp-gr { IANA JAVA } csIBM869 { IANA JAVA } windows-869 { WINDOWS* } # PC Greek (w/o euro update) - ibm-878_P100-1996 { UTR22* } ibm-878 { IBM* } KOI8-R { IANA* MIME* JAVA* } koi8 { JAVA } csKOI8R { IANA JAVA } cp878 # Russian internet -+koi8-u { MIME* JAVA* } KOI8-RU { MIME JAVA } # Ukrainian KOI RFC2319 - ibm-901_P100-1999 { UTR22* } ibm-901 { IBM* } # PC Baltic (w/ euro update), update of ibm-921 - ibm-902_P100-1999 { UTR22* } ibm-902 { IBM* } # PC Estonian (w/ euro update), update of ibm-922 - ibm-922_P100-1999 { UTR22* } ibm-922 { IBM* JAVA } cp922 { MIME* JAVA* } 922 { JAVA } # PC Estonian (w/o euro update) diff --git a/devel/icu4/files/patch-uk b/devel/icu4/files/patch-uk deleted file mode 100644 index 3e71cfcb37a7..000000000000 --- a/devel/icu4/files/patch-uk +++ /dev/null @@ -1,17 +0,0 @@ ---- source/data/rbnf/uk.txt Wed Jul 14 14:33:14 2004 -+++ source/data/rbnf/uk.txt Wed Nov 17 11:19:48 2004 -@@ -12,4 +12,6 @@ - - SpelloutRules { -+ "-x: \u043C\u0456\u043D\u0443\u0441 >>;\n" -+ "x.x: << \u043A\u043E\u043C\u0430 >>;\n" - "\u043D\u0443\u043B\u044C; \u043E\u0434\u0438\u043D; \u0434\u0432\u0430; \u0442\u0440\u0438; " - "\u0447\u043E\u0442\u0438\u0440\u0438; \u043F\u02bc\u044F\u0442\u044C; \u0448\u0456\u0441\u0442\u044C; " -@@ -48,5 +50,6 @@ - "2,000,000: << \u043C\u0456\u043B\u044C\u0439\u043E\u043D\u0438[ >>];\n" - "5,000,000: << \u043C\u0456\u043B\u044C\u0439\u043E\u043D\u0456\u0432[ >>];\n" -- "1,000,000,000: << \u043C\u0456\u043B\u044C\u044F\u0440\u0434[ >>];" -+ "1,000,000,000: << \u043C\u0456\u043B\u044C\u044F\u0440\u0434[ >>];\n" -+ "1,000,000,000,000: << \u0442\u0440\u0456\u043B\u043B\u0456\u043E\u043D[ >>];" - } - diff --git a/devel/icu4/pkg-descr b/devel/icu4/pkg-descr deleted file mode 100644 index 3d4012191430..000000000000 --- a/devel/icu4/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -The International Components for Unicode (ICU) is a C and C++ library -providing Unicode support (p.ex. character set conversions, locales, -normalization, transliteration, etc.). - -More information on ICU can be found on the homepage -WWW: http://oss.software.ibm.com/icu/ - -- Bjoern A. Zeeb -bzeeb+freebsdports@zabbadoz.net diff --git a/devel/icu4/pkg-plist b/devel/icu4/pkg-plist deleted file mode 100644 index be126522201a..000000000000 --- a/devel/icu4/pkg-plist +++ /dev/null @@ -1,178 +0,0 @@ -bin/derb -bin/genbrk -bin/gencnval -bin/genrb -bin/icu-config -bin/makeconv -bin/pkgdata -bin/uconv -sbin/decmn -sbin/gencase -sbin/genccode -sbin/gencmn -sbin/gennames -sbin/gennorm -sbin/genpname -sbin/genprops -sbin/gensprep -sbin/genuca -sbin/icuswap -include/layout/LEFontInstance.h -include/layout/LEGlyphFilter.h -include/layout/LEGlyphStorage.h -include/layout/LEInsertionList.h -include/layout/LELanguages.h -include/layout/LEScripts.h -include/layout/LESwaps.h -include/layout/LETypes.h -include/layout/LayoutEngine.h -include/layout/ParagraphLayout.h -include/layout/RunArrays.h -@dirrm include/layout -include/unicode/brkiter.h -include/unicode/calendar.h -include/unicode/caniter.h -include/unicode/chariter.h -include/unicode/choicfmt.h -include/unicode/coleitr.h -include/unicode/coll.h -include/unicode/curramt.h -include/unicode/currunit.h -include/unicode/datefmt.h -include/unicode/dbbi.h -include/unicode/dcfmtsym.h -include/unicode/decimfmt.h -include/unicode/docmain.h -include/unicode/dtfmtsym.h -include/unicode/fieldpos.h -include/unicode/fmtable.h -include/unicode/format.h -include/unicode/gregocal.h -include/unicode/locid.h -include/unicode/loengine.h -include/unicode/measfmt.h -include/unicode/measunit.h -include/unicode/measure.h -include/unicode/msgfmt.h -include/unicode/normlzr.h -include/unicode/numfmt.h -include/unicode/parseerr.h -include/unicode/parsepos.h -include/unicode/platform.h -include/unicode/putil.h -include/unicode/pwin32.h -include/unicode/rbbi.h -include/unicode/rbnf.h -include/unicode/regex.h -include/unicode/rep.h -include/unicode/resbund.h -include/unicode/schriter.h -include/unicode/search.h -include/unicode/simpletz.h -include/unicode/smpdtfmt.h -include/unicode/sortkey.h -include/unicode/strenum.h -include/unicode/stsearch.h -include/unicode/symtable.h -include/unicode/tblcoll.h -include/unicode/timezone.h -include/unicode/translit.h -include/unicode/ubidi.h -include/unicode/ubrk.h -include/unicode/ucal.h -include/unicode/ucat.h -include/unicode/uchar.h -include/unicode/uchriter.h -include/unicode/uclean.h -include/unicode/ucnv.h -include/unicode/ucnv_cb.h -include/unicode/ucnv_err.h -include/unicode/ucol.h -include/unicode/ucoleitr.h -include/unicode/uconfig.h -include/unicode/ucurr.h -include/unicode/udat.h -include/unicode/udata.h -include/unicode/udeprctd.h -include/unicode/udraft.h -include/unicode/uenum.h -include/unicode/uidna.h -include/unicode/uiter.h -include/unicode/uloc.h -include/unicode/ulocdata.h -include/unicode/umachine.h -include/unicode/umisc.h -include/unicode/umsg.h -include/unicode/unifilt.h -include/unicode/unifunct.h -include/unicode/unimatch.h -include/unicode/unirepl.h -include/unicode/uniset.h -include/unicode/unistr.h -include/unicode/unorm.h -include/unicode/unum.h -include/unicode/uobject.h -include/unicode/uobslete.h -include/unicode/uregex.h -include/unicode/urename.h -include/unicode/urep.h -include/unicode/ures.h -include/unicode/uscript.h -include/unicode/usearch.h -include/unicode/uset.h -include/unicode/usetiter.h -include/unicode/ushape.h -include/unicode/usprep.h -include/unicode/ustdio.h -include/unicode/ustream.h -include/unicode/ustring.h -include/unicode/utf.h -include/unicode/utf16.h -include/unicode/utf32.h -include/unicode/utf8.h -include/unicode/utf_old.h -include/unicode/utmscale.h -include/unicode/utrace.h -include/unicode/utrans.h -include/unicode/utypes.h -include/unicode/uversion.h -@dirrm include/unicode -lib/icu/%%ICUVER%%/Makefile.inc -lib/icu/current -lib/icu/Makefile.inc -lib/libsicudata.a -lib/libicudata.so.%%ICUMAJOR%%.0 -lib/libicudata.so -lib/libicudata.so.%%ICUMAJOR%% -lib/libsicuuc.a -lib/libicuuc.so.%%ICUMAJOR%%.0 -lib/libicuuc.so -lib/libicuuc.so.%%ICUMAJOR%% -lib/libsicui18n.a -lib/libicui18n.so.%%ICUMAJOR%%.0 -lib/libicui18n.so -lib/libicui18n.so.%%ICUMAJOR%% -lib/libsicule.a -lib/libicule.so.%%ICUMAJOR%%.0 -lib/libicule.so -lib/libicule.so.%%ICUMAJOR%% -lib/libsiculx.a -lib/libiculx.so.%%ICUMAJOR%%.0 -lib/libiculx.so -lib/libiculx.so.%%ICUMAJOR%% -lib/libsicuio.a -lib/libicuio.so.%%ICUMAJOR%%.0 -lib/libicuio.so -lib/libicuio.so.%%ICUMAJOR%% -lib/libsicutu.a -lib/libicutu.so.%%ICUMAJOR%%.0 -lib/libicutu.so.%%ICUMAJOR%% -lib/libicutu.so -share/icu/%%ICUVER%%/config/mh-bsd-gcc -share/icu/%%ICUVER%%/mkinstalldirs -share/icu/%%ICUVER%%/license.html -@dirrm share/icu/%%ICUVER%%/config -@dirrm share/icu/%%ICUVER%% -@dirrm share/icu -@dirrm lib/icu/%%ICUVER%% -@dirrm lib/icu diff --git a/devel/idutils/Makefile b/devel/idutils/Makefile deleted file mode 100644 index 9031665a833e..000000000000 --- a/devel/idutils/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: id-utils -# Date created: 22 Aug 1996 -# Whom: pst@freebsd.org -# -# $FreeBSD$ -# - -PORTNAME= id-utils -PORTVERSION= 3.2d -PORTREVISION= 4 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU_ALPHA} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= The classic Berkeley gid/lid tools for looking up variables in code - -CONFLICTS= coreutils-* sh-utils-* - -USE_GETOPT_LONG= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" - -INFO= id-utils - -CPPFLAGS= -I${LOCALBASE}/include -LDFLAGS= -L${LOCALBASE}/lib - -.if defined(WITHOUT_NLS) -CONFIGURE_ARGS+= --disable-nls -PLIST_SUB+= NLS="@comment " -.else -USE_GETTEXT= yes -PLIST_SUB+= NLS="" -.endif - -post-extract: - @${RM} -f ${WRKSRC}/lib/getopt.h - -post-install: - ${INSTALL_DATA} ${WRKSRC}/lisp/id-utils.el ${PREFIX}/share/emacs/site-lisp - -.include <bsd.port.mk> diff --git a/devel/idutils/distinfo b/devel/idutils/distinfo deleted file mode 100644 index eebbeda4620f..000000000000 --- a/devel/idutils/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (id-utils-3.2d.tar.gz) = 1152902c1fff4fadb8a7827ad91a80b0 -SIZE (id-utils-3.2d.tar.gz) = 357007 diff --git a/devel/idutils/files/patch-Makefile.in b/devel/idutils/files/patch-Makefile.in deleted file mode 100644 index b6864536e1bd..000000000000 --- a/devel/idutils/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Tue Apr 6 17:28:35 1999 -+++ Makefile.in Tue Mar 30 20:10:48 2004 -@@ -95,7 +95,7 @@ - - AUTOMAKE_OPTIONS = gnits 1.2h - --SUBDIRS = lib libidu intl src lisp m4 po doc testsuite -+SUBDIRS = lib libidu intl src m4 po doc testsuite - - # Remove this file here (it is created via configure), not from within intl. - DISTCLEANFILES = intl/libintl.h diff --git a/devel/idutils/files/patch-lib::Makefile.in b/devel/idutils/files/patch-lib::Makefile.in deleted file mode 100644 index ef4d89db44fd..000000000000 --- a/devel/idutils/files/patch-lib::Makefile.in +++ /dev/null @@ -1,45 +0,0 @@ ---- lib/Makefile.in.orig Tue Apr 6 17:28:36 1999 -+++ lib/Makefile.in Tue Mar 30 20:20:55 2004 -@@ -100,9 +100,9 @@ - EXTRA_DIST = alloca.c basename.c dirname.c error.c fnmatch.c memcpy.c memset.c obstack.c regex.c strcasecmp.c strcspn.c strdup.c strndup.c strpbrk.c strspn.c strstr.c strtok.c - - --libsys_a_SOURCES = xgetcwd.c xmalloc.c getopt.c getopt1.c -+libsys_a_SOURCES = xgetcwd.c xmalloc.c - --noinst_HEADERS = ansidecl.h error.h fnmatch.h getopt.h obstack.h pathmax.h regex.h xalloca.h xdirent.h xfnmatch.h xmalloc.h xobstack.h xstddef.h xstdlib.h xstring.h xsysstat.h xunistd.h -+noinst_HEADERS = ansidecl.h error.h fnmatch.h obstack.h pathmax.h regex.h xalloca.h xdirent.h xfnmatch.h xmalloc.h xobstack.h xstddef.h xstdlib.h xstring.h xsysstat.h xunistd.h - - - INCLUDES = -I. -I$(srcdir) -I../intl -I$(top_srcdir)/intl -I.. -I$(top_srcdir) -@@ -118,7 +118,7 @@ - LIBS = @LIBS@ - ANSI2KNR = ../src/ansi2knr - libsys_a_DEPENDENCIES = @LIBOBJS@ @ALLOCA@ --libsys_a_OBJECTS = xgetcwd$U.o xmalloc$U.o getopt$U.o getopt1$U.o -+libsys_a_OBJECTS = xgetcwd$U.o xmalloc$U.o - AR = ar - COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) - CCLD = $(CC) -@@ -205,10 +205,6 @@ - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/error.c; then echo $(srcdir)/error.c; else echo error.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > error_.c - fnmatch_.c: fnmatch.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/fnmatch.c; then echo $(srcdir)/fnmatch.c; else echo fnmatch.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > fnmatch_.c --getopt_.c: getopt.c $(ANSI2KNR) -- $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/getopt.c; then echo $(srcdir)/getopt.c; else echo getopt.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > getopt_.c --getopt1_.c: getopt1.c $(ANSI2KNR) -- $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/getopt1.c; then echo $(srcdir)/getopt1.c; else echo getopt1.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > getopt1_.c - memcpy_.c: memcpy.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/memcpy.c; then echo $(srcdir)/memcpy.c; else echo memcpy.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > memcpy_.c - memset_.c: memset.c $(ANSI2KNR) -@@ -235,8 +231,8 @@ - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/xgetcwd.c; then echo $(srcdir)/xgetcwd.c; else echo xgetcwd.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > xgetcwd_.c - xmalloc_.c: xmalloc.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/xmalloc.c; then echo $(srcdir)/xmalloc.c; else echo xmalloc.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > xmalloc_.c --alloca_.o basename_.o dirname_.o error_.o fnmatch_.o getopt_.o \ --getopt1_.o memcpy_.o memset_.o obstack_.o regex_.o strcspn_.o strdup_.o \ -+alloca_.o basename_.o dirname_.o error_.o fnmatch_.o \ -+memcpy_.o memset_.o obstack_.o regex_.o strcspn_.o strdup_.o \ - strndup_.o strpbrk_.o strspn_.o strstr_.o strtok_.o xgetcwd_.o \ - xmalloc_.o : $(ANSI2KNR) - diff --git a/devel/idutils/pkg-descr b/devel/idutils/pkg-descr deleted file mode 100644 index c62caea6dfd7..000000000000 --- a/devel/idutils/pkg-descr +++ /dev/null @@ -1,18 +0,0 @@ -`mkid' is a simple, fast, high-capacity, language-independent -identifier database tool. Actually, the term `identifier' is too -limiting--`mkid' stores tokens, be they program identifiers of any -form, literal numbers, or words of human-readable text. Database -queries can be issued from the command-line, or from within emacs, -serving as an augmented tags facility. - -`mkid' was originally written by Greg McGary <gkm@gnu.ai.mit.edu> -and posted to comp.sources.unix in September 1987. It was then -maintained and enhanced by a loose knit group of programmers on the -Internet led by Tom Horsley <Tom.Horsley@mail.hcsc.com>. Tom released -`mkid2' on comp.sources.unix in March, 1991. Since then, Greg McGary -has resumed maintenance and is releasing an improved version 3 under GPL. - -Version 3 is an interim release. Version 4 will follow in the coming -months and include a cscope clone plus other improvements. This -version is an improved version of version 3 (which hasn't been updated -since 1996!), it now understands C++. diff --git a/devel/idutils/pkg-plist b/devel/idutils/pkg-plist deleted file mode 100644 index 6ae166ac0603..000000000000 --- a/devel/idutils/pkg-plist +++ /dev/null @@ -1,13 +0,0 @@ -bin/aid -bin/defid -bin/eid -bin/fid -bin/fnid -bin/gid -bin/lid -bin/mkid -bin/xtokid -share/emacs/site-lisp/id-utils.el -share/id-lang.map -%%NLS%%share/locale/de/LC_MESSAGES/id-utils.mo -%%NLS%%share/locale/fr/LC_MESSAGES/id-utils.mo diff --git a/devel/kdesdk4/Makefile b/devel/kdesdk4/Makefile deleted file mode 100644 index ca11764bd180..000000000000 --- a/devel/kdesdk4/Makefile +++ /dev/null @@ -1,55 +0,0 @@ -# New ports collection makefile for: KDE SDK -# Date created: 2 March 2001 -# Whom: Dmitry Sivachenko <demon@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= kdesdk -PORTVERSION= ${KDE_VERSION} -CATEGORIES= devel kde -MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src -DIST_SUBDIR= KDE - -MAINTAINER= kde@FreeBSD.org -COMMENT= KDE Software Development Kit - -LIB_DEPENDS= db4:${PORTSDIR}/databases/db4 - -CONFLICTS= umbrello-[0-9]* kcachegrind-[0-9]* - -USE_KDEBASE_VER=3 -PREFIX= ${KDE_PREFIX} - -USE_PERL5= yes -USE_BZIP2= yes -USE_GMAKE= yes -USE_REINPLACE= yes -GNU_CONFIGURE= yes - -INSTALLS_SHLIB= yes -LDCONFIG_DIRS= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 - -CONFIGURE_ARGS+=--with-db-include-dir=/usr/local/include/db4 \ - --with-db-lib-dir=/usr/local/lib --with-db-name=db4 - -MAN1= cervisia.1 cvsblame.1 cvscheck.1 cvsversion.1 includemocs.1 kde-build.1 noncvslist.1 - -.include "${.CURDIR}/../../x11/kde3/Makefile.kde" -.include <bsd.port.pre.mk> - -pre-everything:: -.if !defined(WITH_OPTIONAL_DEPENDS) - @${ECHO_MSG} - @${ECHO_MSG} "You may define WITH_OPTIONAL_DEPENDS (make WITH_OPTIONAL_DEPENDS=YES)" - @${ECHO_MSG} "to automatically build the suggested programs to complement kdesdk3." - @${ECHO_MSG} -.endif - -# callgrind is optional. It depends on valgrind, which is i386 only. -.if defined(WITH_OPTIONAL_DEPENDS) && ${ARCH} == "i386" -RUN_DEPENDS+= callgrind:${PORTSDIR}/devel/callgrind -.endif - -.include <bsd.port.post.mk> diff --git a/devel/kdesdk4/distinfo b/devel/kdesdk4/distinfo deleted file mode 100644 index bba79256539c..000000000000 --- a/devel/kdesdk4/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (KDE/kdesdk-3.3.2.tar.bz2) = 906bbcde1b3db2eaac8a257c8574e033 -SIZE (KDE/kdesdk-3.3.2.tar.bz2) = 4358995 diff --git a/devel/kdesdk4/files/patch-umbrello_umbrello_dialogs_classifierlistpage.cpp b/devel/kdesdk4/files/patch-umbrello_umbrello_dialogs_classifierlistpage.cpp deleted file mode 100644 index 7561df6e5d64..000000000000 --- a/devel/kdesdk4/files/patch-umbrello_umbrello_dialogs_classifierlistpage.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- patch-umbrello:umbrello:dialogs:classifierlistpage.cpp begins here --- ---- umbrello/umbrello/dialogs/classifierlistpage.cpp.old Mon Oct 25 16:09:31 2004 -+++ umbrello/umbrello/dialogs/classifierlistpage.cpp Mon Oct 25 16:09:56 2004 -@@ -348,7 +348,7 @@ - //now change around in the list - UMLClassifierListItem* currentAtt = getItemList().at( index ); - takeClassifier(currentAtt); -- addClassifier(currentAtt, index + 2); -+ addClassifier(currentAtt, index + 1); - slotClicked( item ); - }
\ No newline at end of file diff --git a/devel/kdesdk4/pkg-descr b/devel/kdesdk4/pkg-descr deleted file mode 100644 index 53d48248ea9e..000000000000 --- a/devel/kdesdk4/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is a collection of applications and tools used by KDE developers. -It also has example code for use in learning KDE programming or starting -a new KDE application. diff --git a/devel/kdesdk4/pkg-plist b/devel/kdesdk4/pkg-plist deleted file mode 100644 index 5e1da934e6bd..000000000000 --- a/devel/kdesdk4/pkg-plist +++ /dev/null @@ -1,853 +0,0 @@ -bin/adddebug -bin/build-progress.sh -bin/catalogmanager -bin/cervisia -bin/cheatmake -bin/create_cvsignore -bin/create_makefile -bin/create_makefiles -bin/cvs-clean -bin/cvs2dist -bin/cvsaskpass -bin/cvsbackport -bin/cvsblame -bin/cvscheck -bin/cvsforwardport -bin/cvslastchange -bin/cvslastlog -bin/cvsrevertlast -bin/cvsservice -bin/cvsversion -bin/cxxmetric -bin/dprof2calltree -bin/extend_dmalloc -bin/extractrc -bin/findmissingcrystal -bin/fixkdeincludes -bin/fixuifiles -bin/hotshot2calltree -bin/includemocs -bin/kapptemplate -bin/kbabel -bin/kbabeldict -bin/kbugbuster -bin/kcachegrind -bin/kde-build -bin/kdedoc -bin/kdekillall -bin/kdelnk2desktop.py -bin/kdemangen.pl -bin/kompare -bin/kuiviewer -bin/licensecheck -bin/makeobj -bin/memprof2calltree -bin/noncvslist -bin/op2calltree -bin/package_crystalsvg -bin/png2mng.pl -bin/po2xml -bin/pprof2calltree -bin/pruneemptydirs -bin/qtdoc -bin/split2po -bin/swappo -bin/transxx -bin/umbrello -bin/xml2pot -bin/zonetab2pot.py -include/cvsjob_stub.h -include/cvsservice_stub.h -include/kbabel/catalog.h -include/kbabel/catalogfileplugin.h -include/kbabel/catalogitem.h -include/kbabel/catalogsettings.h -include/kbabel/catalogview.h -include/kbabel/dictchooser.h -include/kbabel/dictionarymenu.h -include/kbabel/editcmd.h -include/kbabel/findoptions.h -include/kbabel/itempart.h -include/kbabel/kbabeldatatool.h -include/kbabel/kbabeldictbox.h -include/kbabel/kbabeldictiface.h -include/kbabel/kbproject.h -include/kbabel/kbprojectmanager.h -include/kbabel/msgfmt.h -include/kbabel/poinfo.h -include/kbabel/projectsettings.h -include/kbabel/regexpextractor.h -include/kbabel/searchengine.h -include/kbabel/tagextractor.h -include/kprofilemethod.h -include/kspy.h -include/repository_stub.h -lib/kde3/kabcformat_kdeaccounts.la -lib/kde3/kabcformat_kdeaccounts.so -lib/kde3/kbabel_accelstool.la -lib/kde3/kbabel_accelstool.so -lib/kde3/kbabel_argstool.la -lib/kde3/kbabel_argstool.so -lib/kde3/kbabel_contexttool.la -lib/kde3/kbabel_contexttool.so -lib/kde3/kbabel_equationstool.la -lib/kde3/kbabel_equationstool.so -lib/kde3/kbabel_gettextexport.la -lib/kde3/kbabel_gettextexport.so -lib/kde3/kbabel_gettextimport.la -lib/kde3/kbabel_gettextimport.so -lib/kde3/kbabel_lengthtool.la -lib/kde3/kbabel_lengthtool.so -lib/kde3/kbabel_linguistexport.la -lib/kde3/kbabel_linguistexport.so -lib/kde3/kbabel_linguistimport.la -lib/kde3/kbabel_linguistimport.so -lib/kde3/kbabel_nottranslatedtool.la -lib/kde3/kbabel_nottranslatedtool.so -lib/kde3/kbabel_pluraltool.la -lib/kde3/kbabel_pluraltool.so -lib/kde3/kbabel_punctuationtool.la -lib/kde3/kbabel_punctuationtool.so -lib/kde3/kbabel_setfuzzytool.la -lib/kde3/kbabel_setfuzzytool.so -lib/kde3/kbabel_whitespacetool.la -lib/kde3/kbabel_whitespacetool.so -lib/kde3/kbabel_xmltool.la -lib/kde3/kbabel_xmltool.so -lib/kde3/kbabeldict_dbsearchengine.la -lib/kde3/kbabeldict_dbsearchengine.so -lib/kde3/kbabeldict_poauxiliary.la -lib/kde3/kbabeldict_poauxiliary.so -lib/kde3/kbabeldict_pocompendium.la -lib/kde3/kbabeldict_pocompendium.so -lib/kde3/kbabeldict_tmxcompendium.la -lib/kde3/kbabeldict_tmxcompendium.so -lib/kde3/kfile_cpp.la -lib/kde3/kfile_cpp.so -lib/kde3/kfile_diff.la -lib/kde3/kfile_diff.so -lib/kde3/kfile_po.la -lib/kde3/kfile_po.so -lib/kde3/kfile_ts.la -lib/kde3/kfile_ts.so -lib/kde3/libcervisiapart.la -lib/kde3/libcervisiapart.so -lib/kde3/libdialogpages.la -lib/kde3/libdialogpages.so -lib/kde3/libdialogpages.so.0 -lib/kde3/libkomparenavtreepart.la -lib/kde3/libkomparenavtreepart.so -lib/kde3/libkomparepart.la -lib/kde3/libkomparepart.so -lib/kde3/libkuiviewerpart.la -lib/kde3/libkuiviewerpart.so -lib/kde3/plugins/styles/scheck.la -lib/kde3/plugins/styles/scheck.so -lib/kde3/pothumbnail.la -lib/kde3/pothumbnail.so -lib/kde3/quithumbnail.la -lib/kde3/quithumbnail.so -lib/libcvsservice.la -lib/libcvsservice.so -lib/libcvsservice.so.0 -lib/libkbabelcommon.la -lib/libkbabelcommon.so -lib/libkbabelcommon.so.5 -lib/libkbabeldictplugin.la -lib/libkbabeldictplugin.so -lib/libkbabeldictplugin.so.3 -lib/libkompareinterface.la -lib/libkompareinterface.so -lib/libkompareinterface.so.0 -lib/libkspy.la -lib/libkspy.so -lib/libkspy.so.3 -share/applications/kde/catalogmanager.desktop -share/applications/kde/cervisia.desktop -share/applications/kde/kbabel.desktop -share/applications/kde/kbabeldict.desktop -share/applications/kde/kbugbuster.desktop -share/applications/kde/kcachegrind.desktop -share/applications/kde/kompare.desktop -share/applications/kde/kuiviewer.desktop -share/applications/kde/umbrello.desktop -share/apps/catalogmanager/catalogmanagerui.rc -share/apps/cervisia/cervisiashellui.rc -share/apps/cervisiapart/cervisiaui.rc -share/apps/kabc/formats/kdeaccountsplugin.desktop -share/apps/kapptemplate/admin/Doxyfile.am -share/apps/kapptemplate/admin/Doxyfile.global -share/apps/kapptemplate/admin/Makefile -share/apps/kapptemplate/admin/Makefile.am -share/apps/kapptemplate/admin/Makefile.common -share/apps/kapptemplate/admin/Makefile.in -share/apps/kapptemplate/admin/acinclude.m4.in -share/apps/kapptemplate/admin/am_edit -share/apps/kapptemplate/admin/bcheck.pl -share/apps/kapptemplate/admin/compile -share/apps/kapptemplate/admin/conf.change.pl -share/apps/kapptemplate/admin/config.guess -share/apps/kapptemplate/admin/config.pl -share/apps/kapptemplate/admin/config.sub -share/apps/kapptemplate/admin/configure.in.bot.end -share/apps/kapptemplate/admin/configure.in.min -share/apps/kapptemplate/admin/cvs-clean.pl -share/apps/kapptemplate/admin/cvs.sh -share/apps/kapptemplate/admin/debianrules -share/apps/kapptemplate/admin/depcomp -share/apps/kapptemplate/admin/deps.am -share/apps/kapptemplate/admin/detect-autoconf.sh -share/apps/kapptemplate/admin/install-sh -share/apps/kapptemplate/admin/libtool.m4.in -share/apps/kapptemplate/admin/ltmain.sh -share/apps/kapptemplate/admin/missing -share/apps/kapptemplate/admin/mkinstalldirs -share/apps/kapptemplate/admin/nmcheck -share/apps/kapptemplate/admin/oldinclude.m4.in -share/apps/kapptemplate/admin/ylwrap -share/apps/kapptemplate/appframework/AUTHORS -share/apps/kapptemplate/appframework/COPYING -share/apps/kapptemplate/appframework/ChangeLog -share/apps/kapptemplate/appframework/INSTALL -share/apps/kapptemplate/appframework/NEWS -share/apps/kapptemplate/appframework/README -share/apps/kapptemplate/appframework/VERSION -share/apps/kapptemplate/appframework/app.lsm -share/apps/kapptemplate/appframework/app.spec -share/apps/kapptemplate/appframework/base-Makefile.am -share/apps/kapptemplate/appframework/base-Makefile.cvs -share/apps/kapptemplate/appframework/configure.in.in.in -share/apps/kapptemplate/appframework/no-exe/COPYING -share/apps/kapptemplate/appframework/no-exe/INSTALL -share/apps/kapptemplate/appframework/po-Makefile.am -share/apps/kapptemplate/bin/mkinstalldirs -share/apps/kapptemplate/existing/app-Makefile.am -share/apps/kapptemplate/existing/app-desktop -share/apps/kapptemplate/include/existing.module -share/apps/kapptemplate/include/kapptemplate.common -share/apps/kapptemplate/include/kapptemplate.module -share/apps/kapptemplate/include/kpartapp.module -share/apps/kapptemplate/include/kpartplugin.module -share/apps/kapptemplate/kapp/app-Makefile.am -share/apps/kapptemplate/kapp/app-configure.in.in -share/apps/kapptemplate/kapp/app-desktop -share/apps/kapptemplate/kapp/app.cpp -share/apps/kapptemplate/kapp/app.h -share/apps/kapptemplate/kapp/app_client.cpp -share/apps/kapptemplate/kapp/appiface.h -share/apps/kapptemplate/kapp/apppref.cpp -share/apps/kapptemplate/kapp/apppref.h -share/apps/kapptemplate/kapp/appui.rc -share/apps/kapptemplate/kapp/appview.cpp -share/apps/kapptemplate/kapp/appview.h -share/apps/kapptemplate/kapp/doc-Makefile.am -share/apps/kapptemplate/kapp/doc-app-Makefile.am -share/apps/kapptemplate/kapp/hi16-app-app.png -share/apps/kapptemplate/kapp/hi32-app-app.png -share/apps/kapptemplate/kapp/hi48-app-app.png -share/apps/kapptemplate/kapp/index.docbook -share/apps/kapptemplate/kapp/lo16-app-app.png -share/apps/kapptemplate/kapp/lo32-app-app.png -share/apps/kapptemplate/kapp/main.cpp -share/apps/kapptemplate/kapp/no-exe/hi16-app-app.png -share/apps/kapptemplate/kapp/no-exe/hi32-app-app.png -share/apps/kapptemplate/kapp/no-exe/hi48-app-app.png -share/apps/kapptemplate/kapp/no-exe/lo16-app-app.png -share/apps/kapptemplate/kapp/no-exe/lo32-app-app.png -share/apps/kapptemplate/kapp/pics-Makefile.am -share/apps/kapptemplate/kpartapp/app-Makefile.am -share/apps/kapptemplate/kpartapp/app-configure.in.in -share/apps/kapptemplate/kpartapp/app-desktop -share/apps/kapptemplate/kpartapp/app.cpp -share/apps/kapptemplate/kpartapp/app.h -share/apps/kapptemplate/kpartapp/app_part-desktop -share/apps/kapptemplate/kpartapp/app_part.cpp -share/apps/kapptemplate/kpartapp/app_part.h -share/apps/kapptemplate/kpartapp/app_part.rc -share/apps/kapptemplate/kpartapp/app_shell.rc -share/apps/kapptemplate/kpartapp/doc-Makefile.am -share/apps/kapptemplate/kpartapp/doc-app-Makefile.am -share/apps/kapptemplate/kpartapp/hi16-app-app.png -share/apps/kapptemplate/kpartapp/hi32-app-app.png -share/apps/kapptemplate/kpartapp/hi48-app-app.png -share/apps/kapptemplate/kpartapp/index.docbook -share/apps/kapptemplate/kpartapp/lo16-app-app.png -share/apps/kapptemplate/kpartapp/lo32-app-app.png -share/apps/kapptemplate/kpartapp/main.cpp -share/apps/kapptemplate/kpartapp/no-exe/hi16-app-app.png -share/apps/kapptemplate/kpartapp/no-exe/hi32-app-app.png -share/apps/kapptemplate/kpartapp/no-exe/hi48-app-app.png -share/apps/kapptemplate/kpartapp/no-exe/lo16-app-app.png -share/apps/kapptemplate/kpartapp/no-exe/lo32-app-app.png -share/apps/kapptemplate/kpartplugin/hi16-action-plugin.png -share/apps/kapptemplate/kpartplugin/hi22-action-plugin.png -share/apps/kapptemplate/kpartplugin/no-exe/hi16-action-plugin.png -share/apps/kapptemplate/kpartplugin/no-exe/hi22-action-plugin.png -share/apps/kapptemplate/kpartplugin/plugin-Makefile.am -share/apps/kapptemplate/kpartplugin/plugin_app.cpp -share/apps/kapptemplate/kpartplugin/plugin_app.h -share/apps/kapptemplate/kpartplugin/plugin_app.rc -share/apps/kbabel/icons/hicolor/16x16/actions/autodiff.png -share/apps/kbabel/icons/hicolor/16x16/actions/catalogmanager.png -share/apps/kbabel/icons/hicolor/16x16/actions/diff.png -share/apps/kbabel/icons/hicolor/16x16/actions/insert_arg.png -share/apps/kbabel/icons/hicolor/16x16/actions/insert_tag.png -share/apps/kbabel/icons/hicolor/16x16/actions/msgid2msgstr.png -share/apps/kbabel/icons/hicolor/16x16/actions/nexterror.png -share/apps/kbabel/icons/hicolor/16x16/actions/nextfuzzy.png -share/apps/kbabel/icons/hicolor/16x16/actions/nextfuzzyuntrans.png -share/apps/kbabel/icons/hicolor/16x16/actions/nextmarked.png -share/apps/kbabel/icons/hicolor/16x16/actions/nextpo.png -share/apps/kbabel/icons/hicolor/16x16/actions/nexttemplate.png -share/apps/kbabel/icons/hicolor/16x16/actions/nextuntranslated.png -share/apps/kbabel/icons/hicolor/16x16/actions/preverror.png -share/apps/kbabel/icons/hicolor/16x16/actions/prevfuzzy.png -share/apps/kbabel/icons/hicolor/16x16/actions/prevfuzzyuntrans.png -share/apps/kbabel/icons/hicolor/16x16/actions/prevmarked.png -share/apps/kbabel/icons/hicolor/16x16/actions/prevpo.png -share/apps/kbabel/icons/hicolor/16x16/actions/prevtemplate.png -share/apps/kbabel/icons/hicolor/16x16/actions/prevuntranslated.png -share/apps/kbabel/icons/hicolor/16x16/actions/search2msgstr.png -share/apps/kbabel/icons/hicolor/16x16/actions/spellcheck_actual.png -share/apps/kbabel/icons/hicolor/16x16/actions/spellcheck_all.png -share/apps/kbabel/icons/hicolor/16x16/actions/spellcheck_from_cursor.png -share/apps/kbabel/icons/hicolor/16x16/actions/spellcheck_selected.png -share/apps/kbabel/icons/hicolor/16x16/actions/statistics.png -share/apps/kbabel/icons/hicolor/16x16/actions/syntax.png -share/apps/kbabel/icons/hicolor/16x16/actions/togglefuzzy.png -share/apps/kbabel/icons/hicolor/16x16/actions/transsearch.png -share/apps/kbabel/icons/hicolor/22x22/actions/autodiff.png -share/apps/kbabel/icons/hicolor/22x22/actions/catalogmanager.png -share/apps/kbabel/icons/hicolor/22x22/actions/diff.png -share/apps/kbabel/icons/hicolor/22x22/actions/insert_arg.png -share/apps/kbabel/icons/hicolor/22x22/actions/insert_tag.png -share/apps/kbabel/icons/hicolor/22x22/actions/msgid2msgstr.png -share/apps/kbabel/icons/hicolor/22x22/actions/nexterror.png -share/apps/kbabel/icons/hicolor/22x22/actions/nextfuzzy.png -share/apps/kbabel/icons/hicolor/22x22/actions/nextfuzzyuntrans.png -share/apps/kbabel/icons/hicolor/22x22/actions/nextmarked.png -share/apps/kbabel/icons/hicolor/22x22/actions/nextpo.png -share/apps/kbabel/icons/hicolor/22x22/actions/nexttemplate.png -share/apps/kbabel/icons/hicolor/22x22/actions/nextuntranslated.png -share/apps/kbabel/icons/hicolor/22x22/actions/preverror.png -share/apps/kbabel/icons/hicolor/22x22/actions/prevfuzzy.png -share/apps/kbabel/icons/hicolor/22x22/actions/prevfuzzyuntrans.png -share/apps/kbabel/icons/hicolor/22x22/actions/prevmarked.png -share/apps/kbabel/icons/hicolor/22x22/actions/prevpo.png -share/apps/kbabel/icons/hicolor/22x22/actions/prevtemplate.png -share/apps/kbabel/icons/hicolor/22x22/actions/prevuntranslated.png -share/apps/kbabel/icons/hicolor/22x22/actions/search2msgstr.png -share/apps/kbabel/icons/hicolor/22x22/actions/statistics.png -share/apps/kbabel/icons/hicolor/22x22/actions/syntax.png -share/apps/kbabel/icons/hicolor/22x22/actions/togglefuzzy.png -share/apps/kbabel/icons/hicolor/22x22/actions/transsearch.png -share/apps/kbabel/icons/hicolor/32x32/actions/autodiff.png -share/apps/kbabel/icons/hicolor/32x32/actions/catalogmanager.png -share/apps/kbabel/icons/hicolor/32x32/actions/diff.png -share/apps/kbabel/icons/hicolor/32x32/actions/insert_arg.png -share/apps/kbabel/icons/hicolor/32x32/actions/insert_tag.png -share/apps/kbabel/icons/hicolor/32x32/actions/msgid2msgstr.png -share/apps/kbabel/icons/hicolor/32x32/actions/nexterror.png -share/apps/kbabel/icons/hicolor/32x32/actions/nextfuzzy.png -share/apps/kbabel/icons/hicolor/32x32/actions/nextfuzzyuntrans.png -share/apps/kbabel/icons/hicolor/32x32/actions/nextmarked.png -share/apps/kbabel/icons/hicolor/32x32/actions/nextpo.png -share/apps/kbabel/icons/hicolor/32x32/actions/nexttemplate.png -share/apps/kbabel/icons/hicolor/32x32/actions/nextuntranslated.png -share/apps/kbabel/icons/hicolor/32x32/actions/preverror.png -share/apps/kbabel/icons/hicolor/32x32/actions/prevfuzzy.png -share/apps/kbabel/icons/hicolor/32x32/actions/prevfuzzyuntrans.png -share/apps/kbabel/icons/hicolor/32x32/actions/prevmarked.png -share/apps/kbabel/icons/hicolor/32x32/actions/prevpo.png -share/apps/kbabel/icons/hicolor/32x32/actions/prevtemplate.png -share/apps/kbabel/icons/hicolor/32x32/actions/prevuntranslated.png -share/apps/kbabel/icons/hicolor/32x32/actions/search2msgstr.png -share/apps/kbabel/icons/hicolor/32x32/actions/statistics.png -share/apps/kbabel/icons/hicolor/32x32/actions/syntax.png -share/apps/kbabel/icons/hicolor/32x32/actions/togglefuzzy.png -share/apps/kbabel/icons/hicolor/32x32/actions/transsearch.png -share/apps/kbabel/icons/locolor/16x16/actions/autodiff.png -share/apps/kbabel/icons/locolor/16x16/actions/catalogmanager.png -share/apps/kbabel/icons/locolor/16x16/actions/diff.png -share/apps/kbabel/icons/locolor/16x16/actions/insert_arg.png -share/apps/kbabel/icons/locolor/16x16/actions/insert_tag.png -share/apps/kbabel/icons/locolor/16x16/actions/msgid2msgstr.png -share/apps/kbabel/icons/locolor/16x16/actions/nexterror.png -share/apps/kbabel/icons/locolor/16x16/actions/nextfuzzy.png -share/apps/kbabel/icons/locolor/16x16/actions/nextfuzzyuntrans.png -share/apps/kbabel/icons/locolor/16x16/actions/nextmarked.png -share/apps/kbabel/icons/locolor/16x16/actions/nextpo.png -share/apps/kbabel/icons/locolor/16x16/actions/nexttemplate.png -share/apps/kbabel/icons/locolor/16x16/actions/nextuntranslated.png -share/apps/kbabel/icons/locolor/16x16/actions/preverror.png -share/apps/kbabel/icons/locolor/16x16/actions/prevfuzzy.png -share/apps/kbabel/icons/locolor/16x16/actions/prevfuzzyuntrans.png -share/apps/kbabel/icons/locolor/16x16/actions/prevmarked.png -share/apps/kbabel/icons/locolor/16x16/actions/prevpo.png -share/apps/kbabel/icons/locolor/16x16/actions/prevtemplate.png -share/apps/kbabel/icons/locolor/16x16/actions/prevuntranslated.png -share/apps/kbabel/icons/locolor/16x16/actions/search2msgstr.png -share/apps/kbabel/icons/locolor/16x16/actions/spellcheck_actual.png -share/apps/kbabel/icons/locolor/16x16/actions/spellcheck_all.png -share/apps/kbabel/icons/locolor/16x16/actions/spellcheck_from_cursor.png -share/apps/kbabel/icons/locolor/16x16/actions/spellcheck_selected.png -share/apps/kbabel/icons/locolor/16x16/actions/statistics.png -share/apps/kbabel/icons/locolor/16x16/actions/syntax.png -share/apps/kbabel/icons/locolor/16x16/actions/togglefuzzy.png -share/apps/kbabel/icons/locolor/16x16/actions/transsearch.png -share/apps/kbabel/icons/locolor/22x22/actions/statistics.png -share/apps/kbabel/icons/locolor/22x22/actions/syntax.png -share/apps/kbabel/icons/locolor/32x32/actions/autodiff.png -share/apps/kbabel/icons/locolor/32x32/actions/catalogmanager.png -share/apps/kbabel/icons/locolor/32x32/actions/diff.png -share/apps/kbabel/icons/locolor/32x32/actions/insert_arg.png -share/apps/kbabel/icons/locolor/32x32/actions/insert_tag.png -share/apps/kbabel/icons/locolor/32x32/actions/msgid2msgstr.png -share/apps/kbabel/icons/locolor/32x32/actions/nexterror.png -share/apps/kbabel/icons/locolor/32x32/actions/nextfuzzy.png -share/apps/kbabel/icons/locolor/32x32/actions/nextfuzzyuntrans.png -share/apps/kbabel/icons/locolor/32x32/actions/nextmarked.png -share/apps/kbabel/icons/locolor/32x32/actions/nextpo.png -share/apps/kbabel/icons/locolor/32x32/actions/nexttemplate.png -share/apps/kbabel/icons/locolor/32x32/actions/nextuntranslated.png -share/apps/kbabel/icons/locolor/32x32/actions/preverror.png -share/apps/kbabel/icons/locolor/32x32/actions/prevfuzzy.png -share/apps/kbabel/icons/locolor/32x32/actions/prevfuzzyuntrans.png -share/apps/kbabel/icons/locolor/32x32/actions/prevmarked.png -share/apps/kbabel/icons/locolor/32x32/actions/prevpo.png -share/apps/kbabel/icons/locolor/32x32/actions/prevtemplate.png -share/apps/kbabel/icons/locolor/32x32/actions/prevuntranslated.png -share/apps/kbabel/icons/locolor/32x32/actions/search2msgstr.png -share/apps/kbabel/icons/locolor/32x32/actions/statistics.png -share/apps/kbabel/icons/locolor/32x32/actions/syntax.png -share/apps/kbabel/icons/locolor/32x32/actions/togglefuzzy.png -share/apps/kbabel/icons/locolor/32x32/actions/transsearch.png -share/apps/kbabel/kbabelui.rc -share/apps/kbabel/pics/broken.png -share/apps/kbabel/pics/missing.png -share/apps/kbabel/pics/needwork.png -share/apps/kbabel/pics/noflag.png -share/apps/kbabel/pics/ok.png -share/apps/kbabel/pics/pref_identity.png -share/apps/kbabel/pics/splash.png -share/apps/kbugbuster/kbugbusterui.rc -share/apps/kbugbuster/pics/bars.png -share/apps/kbugbuster/pics/logo.png -share/apps/kbugbuster/pics/tools.png -share/apps/kcachegrind/icons/hicolor/16x16/actions/fromrec.png -share/apps/kcachegrind/icons/hicolor/16x16/actions/percent.png -share/apps/kcachegrind/icons/hicolor/16x16/actions/recrec.png -share/apps/kcachegrind/icons/hicolor/16x16/actions/torec.png -share/apps/kcachegrind/icons/hicolor/22x22/actions/percent.png -share/apps/kcachegrind/icons/hicolor/32x32/actions/percent.png -share/apps/kcachegrind/kcachegrindui.rc -share/apps/kcachegrind/tips -share/apps/kconf_update/cervisia.upd -share/apps/kconf_update/change_colors.pl -share/apps/kconf_update/kbabel-project.upd -share/apps/kconf_update/move_repositories.pl -share/apps/kompare/komparepartui.rc -share/apps/kompare/kompareui.rc -share/apps/kstyle/themes/scheck.themerc -share/apps/kuiviewer/kuiviewer.rc -share/apps/kuiviewerpart/kuiviewer_part.rc -share/apps/umbrello/headings/heading.adb -share/apps/umbrello/headings/heading.ads -share/apps/umbrello/headings/heading.as -share/apps/umbrello/headings/heading.cpp -share/apps/umbrello/headings/heading.cs -share/apps/umbrello/headings/heading.h -share/apps/umbrello/headings/heading.idl -share/apps/umbrello/headings/heading.java -share/apps/umbrello/headings/heading.js -share/apps/umbrello/headings/heading.php -share/apps/umbrello/headings/heading.pm -share/apps/umbrello/headings/heading.py -share/apps/umbrello/headings/heading.sql -share/apps/umbrello/headings/heading.xsd -share/apps/umbrello/pics/CVglobal_meth.png -share/apps/umbrello/pics/CVglobal_var.png -share/apps/umbrello/pics/CVnamespace.png -share/apps/umbrello/pics/CVprivate_meth.png -share/apps/umbrello/pics/CVprivate_signal.png -share/apps/umbrello/pics/CVprivate_slot.png -share/apps/umbrello/pics/CVprivate_var.png -share/apps/umbrello/pics/CVprotected_meth.png -share/apps/umbrello/pics/CVprotected_signal.png -share/apps/umbrello/pics/CVprotected_slot.png -share/apps/umbrello/pics/CVprotected_var.png -share/apps/umbrello/pics/CVpublic_meth.png -share/apps/umbrello/pics/CVpublic_signal.png -share/apps/umbrello/pics/CVpublic_slot.png -share/apps/umbrello/pics/CVpublic_var.png -share/apps/umbrello/pics/CVstruct.png -share/apps/umbrello/pics/actor.png -share/apps/umbrello/pics/aggregation.png -share/apps/umbrello/pics/align_bottom.png -share/apps/umbrello/pics/align_hori_middle.png -share/apps/umbrello/pics/align_left.png -share/apps/umbrello/pics/align_right.png -share/apps/umbrello/pics/align_top.png -share/apps/umbrello/pics/align_vert_middle.png -share/apps/umbrello/pics/anchor.png -share/apps/umbrello/pics/arrow.png -share/apps/umbrello/pics/artifact.png -share/apps/umbrello/pics/association.png -share/apps/umbrello/pics/box.png -share/apps/umbrello/pics/branch.png -share/apps/umbrello/pics/class.png -share/apps/umbrello/pics/component.png -share/apps/umbrello/pics/composition.png -share/apps/umbrello/pics/containment.png -share/apps/umbrello/pics/cursor-actor.png -share/apps/umbrello/pics/cursor-aggregation.png -share/apps/umbrello/pics/cursor-anchor.png -share/apps/umbrello/pics/cursor-artifact.png -share/apps/umbrello/pics/cursor-association.png -share/apps/umbrello/pics/cursor-box.png -share/apps/umbrello/pics/cursor-branch.png -share/apps/umbrello/pics/cursor-class.png -share/apps/umbrello/pics/cursor-component.png -share/apps/umbrello/pics/cursor-composition.png -share/apps/umbrello/pics/cursor-containment.png -share/apps/umbrello/pics/cursor-datatype.png -share/apps/umbrello/pics/cursor-dependency.png -share/apps/umbrello/pics/cursor-end-state.png -share/apps/umbrello/pics/cursor-enum.png -share/apps/umbrello/pics/cursor-fork.png -share/apps/umbrello/pics/cursor-generalisation.png -share/apps/umbrello/pics/cursor-initial-state.png -share/apps/umbrello/pics/cursor-interface.png -share/apps/umbrello/pics/cursor-message-asynchronous.png -share/apps/umbrello/pics/cursor-message-synchronous.png -share/apps/umbrello/pics/cursor-node.png -share/apps/umbrello/pics/cursor-note.png -share/apps/umbrello/pics/cursor-object.png -share/apps/umbrello/pics/cursor-package.png -share/apps/umbrello/pics/cursor-text.png -share/apps/umbrello/pics/cursor-uniassociation.png -share/apps/umbrello/pics/cursor-usecase.png -share/apps/umbrello/pics/datatype.png -share/apps/umbrello/pics/dependency.png -share/apps/umbrello/pics/end_state.png -share/apps/umbrello/pics/enum.png -share/apps/umbrello/pics/fork.png -share/apps/umbrello/pics/generalisation.png -share/apps/umbrello/pics/initial_state.png -share/apps/umbrello/pics/interface.png -share/apps/umbrello/pics/message-asynchronous.png -share/apps/umbrello/pics/message-synchronous.png -share/apps/umbrello/pics/node.png -share/apps/umbrello/pics/note.png -share/apps/umbrello/pics/object.png -share/apps/umbrello/pics/package.png -share/apps/umbrello/pics/startlogo.png -share/apps/umbrello/pics/template.png -share/apps/umbrello/pics/text.png -share/apps/umbrello/pics/uniassociation.png -share/apps/umbrello/pics/usecase.png -share/apps/umbrello/tips -share/apps/umbrello/umbrelloui.rc -share/config.kcfg/cervisiapart.kcfg -share/config.kcfg/kbabel.kcfg -share/doc/HTML/en/cervisia/annotate.png -share/doc/HTML/en/cervisia/checkout.png -share/doc/HTML/en/cervisia/commit.png -share/doc/HTML/en/cervisia/common -share/doc/HTML/en/cervisia/diff.png -share/doc/HTML/en/cervisia/history.png -share/doc/HTML/en/cervisia/import.png -share/doc/HTML/en/cervisia/index.cache.bz2 -share/doc/HTML/en/cervisia/index.docbook -share/doc/HTML/en/cervisia/logtree.png -share/doc/HTML/en/cervisia/mainview.png -share/doc/HTML/en/cervisia/patch.png -share/doc/HTML/en/cervisia/popup.png -share/doc/HTML/en/cervisia/repositories.png -share/doc/HTML/en/cervisia/resolve.png -share/doc/HTML/en/cervisia/updatetag.png -share/doc/HTML/en/kbabel/TODO -share/doc/HTML/en/kbabel/back.png -share/doc/HTML/en/kbabel/bottom.png -share/doc/HTML/en/kbabel/catalogmanager.png -share/doc/HTML/en/kbabel/catalogmanager_broken.png -share/doc/HTML/en/kbabel/catalogmanager_missing.png -share/doc/HTML/en/kbabel/catalogmanager_needwork.png -share/doc/HTML/en/kbabel/catalogmanager_nopot.png -share/doc/HTML/en/kbabel/catalogmanager_nopot_ok.png -share/doc/HTML/en/kbabel/catalogmanager_ok.png -share/doc/HTML/en/kbabel/catalogmanager_reload.png -share/doc/HTML/en/kbabel/catman.docbook -share/doc/HTML/en/kbabel/common -share/doc/HTML/en/kbabel/dbcan.png -share/doc/HTML/en/kbabel/dictionaries.docbook -share/doc/HTML/en/kbabel/editcopy.png -share/doc/HTML/en/kbabel/editcut.png -share/doc/HTML/en/kbabel/editpaste.png -share/doc/HTML/en/kbabel/faq.docbook -share/doc/HTML/en/kbabel/fileopen.png -share/doc/HTML/en/kbabel/filesave.png -share/doc/HTML/en/kbabel/find.png -share/doc/HTML/en/kbabel/forward.png -share/doc/HTML/en/kbabel/glossary.docbook -share/doc/HTML/en/kbabel/index.cache.bz2 -share/doc/HTML/en/kbabel/index.docbook -share/doc/HTML/en/kbabel/kbabeldict.docbook -share/doc/HTML/en/kbabel/menu.docbook -share/doc/HTML/en/kbabel/msgid2msgstr.png -share/doc/HTML/en/kbabel/next.png -share/doc/HTML/en/kbabel/nexterror.png -share/doc/HTML/en/kbabel/nextfuzzy.png -share/doc/HTML/en/kbabel/nextfuzzyuntrans.png -share/doc/HTML/en/kbabel/nextuntranslated.png -share/doc/HTML/en/kbabel/preferences.docbook -share/doc/HTML/en/kbabel/preverror.png -share/doc/HTML/en/kbabel/prevfuzzy.png -share/doc/HTML/en/kbabel/prevfuzzyuntrans.png -share/doc/HTML/en/kbabel/previous.png -share/doc/HTML/en/kbabel/prevuntranslated.png -share/doc/HTML/en/kbabel/redo.png -share/doc/HTML/en/kbabel/roughtranslation.png -share/doc/HTML/en/kbabel/snap1.png -share/doc/HTML/en/kbabel/snap_catalogmanager.png -share/doc/HTML/en/kbabel/snap_kbabeldict.png -share/doc/HTML/en/kbabel/snap_kbabeldict2.png -share/doc/HTML/en/kbabel/stop.png -share/doc/HTML/en/kbabel/top.png -share/doc/HTML/en/kbabel/transsearch.png -share/doc/HTML/en/kbabel/undo.png -share/doc/HTML/en/kbabel/using.docbook -share/doc/HTML/en/kbugbuster/common -share/doc/HTML/en/kbugbuster/index.cache.bz2 -share/doc/HTML/en/kbugbuster/index.docbook -share/doc/HTML/en/kcachegrind/common -share/doc/HTML/en/kcachegrind/index.cache.bz2 -share/doc/HTML/en/kcachegrind/index.docbook -share/doc/HTML/en/kompare/common -share/doc/HTML/en/kompare/index.cache.bz2 -share/doc/HTML/en/kompare/index.docbook -share/doc/HTML/en/umbrello/activity-diagram.png -share/doc/HTML/en/umbrello/add-remove-languages.png -share/doc/HTML/en/umbrello/aggregation.png -share/doc/HTML/en/umbrello/association.png -share/doc/HTML/en/umbrello/authors.docbook -share/doc/HTML/en/umbrello/class-diagram.png -share/doc/HTML/en/umbrello/class.png -share/doc/HTML/en/umbrello/code-import.png -share/doc/HTML/en/umbrello/code_import_and_generation.docbook -share/doc/HTML/en/umbrello/collaboration-diagram.png -share/doc/HTML/en/umbrello/common -share/doc/HTML/en/umbrello/composition.png -share/doc/HTML/en/umbrello/credits.docbook -share/doc/HTML/en/umbrello/folders.png -share/doc/HTML/en/umbrello/generalization.png -share/doc/HTML/en/umbrello/generation-options.png -share/doc/HTML/en/umbrello/index.cache.bz2 -share/doc/HTML/en/umbrello/index.docbook -share/doc/HTML/en/umbrello/introduction.docbook -share/doc/HTML/en/umbrello/other_features.docbook -share/doc/HTML/en/umbrello/sequence-diagram.png -share/doc/HTML/en/umbrello/state-diagram.png -share/doc/HTML/en/umbrello/umbrello-main-screen.png -share/doc/HTML/en/umbrello/umbrello-ui-clean.png -share/doc/HTML/en/umbrello/umbrello-ui.png -share/doc/HTML/en/umbrello/uml_basics.docbook -share/doc/HTML/en/umbrello/use-case-diagram.png -share/doc/HTML/en/umbrello/working_with_umbrello.docbook -share/icons/crystalsvg/128x128/apps/kompare.png -share/icons/crystalsvg/128x128/apps/umbrello.png -share/icons/crystalsvg/128x128/mimetypes/umbrellofile.png -share/icons/crystalsvg/16x16/actions/umbrello_diagram_activity.png -share/icons/crystalsvg/16x16/actions/umbrello_diagram_class.png -share/icons/crystalsvg/16x16/actions/umbrello_diagram_collaboration.png -share/icons/crystalsvg/16x16/actions/umbrello_diagram_component.png -share/icons/crystalsvg/16x16/actions/umbrello_diagram_deployment.png -share/icons/crystalsvg/16x16/actions/umbrello_diagram_sequence.png -share/icons/crystalsvg/16x16/actions/umbrello_diagram_state.png -share/icons/crystalsvg/16x16/actions/umbrello_diagram_usecase.png -share/icons/crystalsvg/16x16/actions/vcs_add.png -share/icons/crystalsvg/16x16/actions/vcs_commit.png -share/icons/crystalsvg/16x16/actions/vcs_remove.png -share/icons/crystalsvg/16x16/actions/vcs_status.png -share/icons/crystalsvg/16x16/actions/vcs_update.png -share/icons/crystalsvg/16x16/apps/catalogmanager.png -share/icons/crystalsvg/16x16/apps/cervisia.png -share/icons/crystalsvg/16x16/apps/kbabel.png -share/icons/crystalsvg/16x16/apps/kbabeldict.png -share/icons/crystalsvg/16x16/apps/kbugbuster.png -share/icons/crystalsvg/16x16/apps/kompare.png -share/icons/crystalsvg/16x16/apps/umbrello.png -share/icons/crystalsvg/16x16/mimetypes/umbrellofile.png -share/icons/crystalsvg/22x22/actions/umbrello_diagram_activity.png -share/icons/crystalsvg/22x22/actions/umbrello_diagram_class.png -share/icons/crystalsvg/22x22/actions/umbrello_diagram_collaboration.png -share/icons/crystalsvg/22x22/actions/umbrello_diagram_component.png -share/icons/crystalsvg/22x22/actions/umbrello_diagram_deployment.png -share/icons/crystalsvg/22x22/actions/umbrello_diagram_sequence.png -share/icons/crystalsvg/22x22/actions/umbrello_diagram_state.png -share/icons/crystalsvg/22x22/actions/umbrello_diagram_usecase.png -share/icons/crystalsvg/22x22/actions/vcs_add.png -share/icons/crystalsvg/22x22/actions/vcs_commit.png -share/icons/crystalsvg/22x22/actions/vcs_remove.png -share/icons/crystalsvg/22x22/actions/vcs_status.png -share/icons/crystalsvg/22x22/actions/vcs_update.png -share/icons/crystalsvg/22x22/apps/catalogmanager.png -share/icons/crystalsvg/22x22/apps/cervisia.png -share/icons/crystalsvg/22x22/apps/umbrello.png -share/icons/crystalsvg/22x22/mimetypes/umbrellofile.png -share/icons/crystalsvg/32x32/actions/vcs_add.png -share/icons/crystalsvg/32x32/actions/vcs_commit.png -share/icons/crystalsvg/32x32/actions/vcs_remove.png -share/icons/crystalsvg/32x32/actions/vcs_status.png -share/icons/crystalsvg/32x32/actions/vcs_update.png -share/icons/crystalsvg/32x32/apps/catalogmanager.png -share/icons/crystalsvg/32x32/apps/cervisia.png -share/icons/crystalsvg/32x32/apps/kbabel.png -share/icons/crystalsvg/32x32/apps/kbabeldict.png -share/icons/crystalsvg/32x32/apps/kbugbuster.png -share/icons/crystalsvg/32x32/apps/kompare.png -share/icons/crystalsvg/32x32/apps/umbrello.png -share/icons/crystalsvg/32x32/mimetypes/umbrellofile.png -share/icons/crystalsvg/48x48/actions/vcs_add.png -share/icons/crystalsvg/48x48/actions/vcs_commit.png -share/icons/crystalsvg/48x48/actions/vcs_remove.png -share/icons/crystalsvg/48x48/actions/vcs_status.png -share/icons/crystalsvg/48x48/actions/vcs_update.png -share/icons/crystalsvg/48x48/apps/catalogmanager.png -share/icons/crystalsvg/48x48/apps/cervisia.png -share/icons/crystalsvg/48x48/apps/kbabel.png -share/icons/crystalsvg/48x48/apps/kbabeldict.png -share/icons/crystalsvg/48x48/apps/kbugbuster.png -share/icons/crystalsvg/48x48/apps/kompare.png -share/icons/crystalsvg/48x48/apps/umbrello.png -share/icons/crystalsvg/48x48/mimetypes/umbrellofile.png -share/icons/crystalsvg/64x64/apps/umbrello.png -share/icons/crystalsvg/64x64/mimetypes/umbrellofile.png -share/icons/crystalsvg/scalable/actions/vcs_add.svgz -share/icons/crystalsvg/scalable/actions/vcs_commit.svgz -share/icons/crystalsvg/scalable/actions/vcs_remove.svgz -share/icons/crystalsvg/scalable/actions/vcs_status.svgz -share/icons/crystalsvg/scalable/actions/vcs_update.svgz -share/icons/crystalsvg/scalable/apps/kompare.svgz -share/icons/crystalsvg/scalable/apps/umbrello.svgz -share/icons/crystalsvg/scalable/mimetypes/umbrellofile.svgz -share/icons/hicolor/16x16/apps/kuiviewer.png -share/icons/hicolor/16x16/apps/umbrello.png -share/icons/hicolor/16x16/mimetypes/umbrellofile.png -share/icons/hicolor/32x32/apps/kcachegrind.png -share/icons/hicolor/32x32/apps/kuiviewer.png -share/icons/hicolor/32x32/apps/umbrello.png -share/icons/hicolor/32x32/mimetypes/umbrellofile.png -share/icons/hicolor/48x48/apps/kcachegrind.png -share/icons/hicolor/48x48/apps/kuiviewer.png -share/icons/locolor/16x16/apps/catalogmanager.png -share/icons/locolor/16x16/apps/kbabel.png -share/icons/locolor/16x16/apps/kbabeldict.png -share/icons/locolor/16x16/apps/kbugbuster.png -share/icons/locolor/16x16/apps/kcachegrind.png -share/icons/locolor/16x16/apps/kuiviewer.png -share/icons/locolor/16x16/apps/umbrello.png -share/icons/locolor/16x16/mimetypes/umbrellofile.png -share/icons/locolor/32x32/apps/catalogmanager.png -share/icons/locolor/32x32/apps/kbabel.png -share/icons/locolor/32x32/apps/kbabeldict.png -share/icons/locolor/32x32/apps/kbugbuster.png -share/icons/locolor/32x32/apps/kcachegrind.png -share/icons/locolor/32x32/apps/kuiviewer.png -share/icons/locolor/32x32/apps/umbrello.png -share/icons/locolor/32x32/mimetypes/umbrellofile.png -share/mimelnk/application/x-kcachegrind.desktop -share/mimelnk/application/x-umbrello.desktop -share/services/cvsservice.desktop -share/services/dbsearchengine.desktop -share/services/designerthumbnail.desktop -share/services/kbabel_accelstool.desktop -share/services/kbabel_argstool.desktop -share/services/kbabel_contexttool.desktop -share/services/kbabel_equationstool.desktop -share/services/kbabel_gettext_export.desktop -share/services/kbabel_gettext_import.desktop -share/services/kbabel_lengthtool.desktop -share/services/kbabel_linguist_export.desktop -share/services/kbabel_linguist_import.desktop -share/services/kbabel_nottranslatedtool.desktop -share/services/kbabel_pluralformstool.desktop -share/services/kbabel_punctuationtool.desktop -share/services/kbabel_setfuzzytool.desktop -share/services/kbabel_whitespacetool.desktop -share/services/kbabel_xmltool.desktop -share/services/kfile_cpp.desktop -share/services/kfile_diff.desktop -share/services/kfile_h.desktop -share/services/kfile_po.desktop -share/services/kfile_ts.desktop -share/services/komparenavtreepart.desktop -share/services/komparepart.desktop -share/services/kuiviewer_part.desktop -share/services/poauxiliary.desktop -share/services/pocompendium.desktop -share/services/pothumbnail.desktop -share/services/tmxcompendium.desktop -share/servicetypes/kbabel_tool.desktop -share/servicetypes/kbabel_validator.desktop -share/servicetypes/kbabeldict_module.desktop -share/servicetypes/kbabelfilter.desktop -share/servicetypes/komparenavigationpart.desktop -share/servicetypes/kompareviewpart.desktop -@dirrm share/doc/HTML/en/umbrello -@dirrm share/doc/HTML/en/kompare -@dirrm share/doc/HTML/en/kcachegrind -@dirrm share/doc/HTML/en/kbugbuster -@dirrm share/doc/HTML/en/kbabel -@dirrm share/doc/HTML/en/cervisia -@dirrm share/apps/umbrello/pics -@dirrm share/apps/umbrello/headings -@dirrm share/apps/umbrello -@dirrm share/apps/kuiviewerpart -@dirrm share/apps/kuiviewer -@dirrm share/apps/kompare -@dirrm share/apps/kcachegrind/icons/hicolor/32x32/actions -@dirrm share/apps/kcachegrind/icons/hicolor/32x32 -@dirrm share/apps/kcachegrind/icons/hicolor/22x22/actions -@dirrm share/apps/kcachegrind/icons/hicolor/22x22 -@dirrm share/apps/kcachegrind/icons/hicolor/16x16/actions -@dirrm share/apps/kcachegrind/icons/hicolor/16x16 -@dirrm share/apps/kcachegrind/icons/hicolor -@dirrm share/apps/kcachegrind/icons -@dirrm share/apps/kcachegrind -@dirrm share/apps/kbugbuster/pics -@dirrm share/apps/kbugbuster -@dirrm share/apps/kbabel/pics -@dirrm share/apps/kbabel/icons/locolor/32x32/actions -@dirrm share/apps/kbabel/icons/locolor/32x32 -@dirrm share/apps/kbabel/icons/locolor/22x22/actions -@dirrm share/apps/kbabel/icons/locolor/22x22 -@dirrm share/apps/kbabel/icons/locolor/16x16/actions -@dirrm share/apps/kbabel/icons/locolor/16x16 -@dirrm share/apps/kbabel/icons/locolor -@dirrm share/apps/kbabel/icons/hicolor/32x32/actions -@dirrm share/apps/kbabel/icons/hicolor/32x32 -@dirrm share/apps/kbabel/icons/hicolor/22x22/actions -@dirrm share/apps/kbabel/icons/hicolor/22x22 -@dirrm share/apps/kbabel/icons/hicolor/16x16/actions -@dirrm share/apps/kbabel/icons/hicolor/16x16 -@dirrm share/apps/kbabel/icons/hicolor -@dirrm share/apps/kbabel/icons -@dirrm share/apps/kbabel -@dirrm share/apps/kapptemplate/kpartplugin/no-exe -@dirrm share/apps/kapptemplate/kpartplugin -@dirrm share/apps/kapptemplate/kpartapp/no-exe -@dirrm share/apps/kapptemplate/kpartapp -@dirrm share/apps/kapptemplate/kapp/no-exe -@dirrm share/apps/kapptemplate/kapp -@dirrm share/apps/kapptemplate/include -@dirrm share/apps/kapptemplate/existing -@dirrm share/apps/kapptemplate/bin -@dirrm share/apps/kapptemplate/appframework/no-exe -@dirrm share/apps/kapptemplate/appframework -@dirrm share/apps/kapptemplate/admin -@dirrm share/apps/kapptemplate -@dirrm share/apps/cervisiapart -@dirrm share/apps/cervisia -@dirrm share/apps/catalogmanager -@dirrm include/kbabel diff --git a/devel/kxl/Makefile b/devel/kxl/Makefile deleted file mode 100644 index ccee6a894740..000000000000 --- a/devel/kxl/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: kxl -# Date created: 16 June 2001 -# Whom: Yukihiro Nakai <nakai@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= kxl -PORTVERSION= 1.1.5 -CATEGORIES= games -MASTER_SITES= http://kxl.hn.org/download/ -DISTNAME= KXL-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= A visual, sound library for games - -USE_X_PREFIX= yes -USE_XPM= yes -INSTALL_SHLIB= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ - LIBS=="-L${X11BASE}/lib" - -.include <bsd.port.mk> diff --git a/devel/kxl/distinfo b/devel/kxl/distinfo deleted file mode 100644 index 757aaa04a2b9..000000000000 --- a/devel/kxl/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (KXL-1.1.5.tar.gz) = cc353e6e3db4f6ff72019766250ff04d -SIZE (KXL-1.1.5.tar.gz) = 152643 diff --git a/devel/kxl/files/patch-aa b/devel/kxl/files/patch-aa deleted file mode 100644 index e960d7637e1f..000000000000 --- a/devel/kxl/files/patch-aa +++ /dev/null @@ -1,59 +0,0 @@ ---- src/KXLsound.c.orig Wed Feb 20 21:42:17 2002 -+++ src/KXLsound.c Wed Feb 20 21:44:49 2002 -@@ -3,7 +3,9 @@ - #include <fcntl.h> - #include <sys/time.h> - #include <sys/ioctl.h> -+#ifndef __FreeBSD__ - #include <linux/soundcard.h> -+#endif - #include "KXL.h" - - #define MIN(a, b) (((a) < (b)) ? (a) : (b)) -@@ -45,6 +47,7 @@ - //============================================================== - void KXL_SoundServer(void) - { -+#ifndef __FreeBSD__ - Uint16 i; - KXL_SoundControl Command; - fd_set sound_fdset; -@@ -163,6 +166,7 @@ - } - } - } -+#endif - } - - //============================================================== -@@ -238,6 +242,7 @@ - //============================================================== - void KXL_InitSound(Uint8 *path, Uint8 **fname) - { -+#ifndef __FreeBSD__ - KXL_SoundOk = False; - - KXL_LoadSoundData(path, fname); -@@ -265,6 +270,7 @@ - close(KXL_SoundData.Pipe[0]); - KXL_SoundOk = True; - } -+#endif - } - - //============================================================== -@@ -272,6 +278,7 @@ - //============================================================== - void KXL_EndSound(void) - { -+#ifndef __FreeBSD__ - while (KXL_SoundData.ListCnt) - KXL_Free(KXL_wavelist[-- KXL_SoundData.ListCnt].Data); - KXL_Free(KXL_wavelist); -@@ -281,5 +288,6 @@ - KXL_PlaySound(0, KXL_SOUND_STOP_ALL); - kill(KXL_SoundData.ID, SIGTERM); - } -+#endif - } - diff --git a/devel/kxl/files/patch-ab b/devel/kxl/files/patch-ab deleted file mode 100644 index 089ad4dd4176..000000000000 --- a/devel/kxl/files/patch-ab +++ /dev/null @@ -1,9 +0,0 @@ ---- src/KXLmisc.c.orig Sun Jan 20 01:10:31 2002 -+++ src/KXLmisc.c Sat Mar 30 19:26:06 2002 -@@ -1,6 +1,5 @@ - #include <stdio.h> - #include <stdlib.h> --#include <malloc.h> - #include <signal.h> - #include <sys/time.h> - #include "KXL.h" diff --git a/devel/kxl/pkg-descr b/devel/kxl/pkg-descr deleted file mode 100644 index a64d7815eebf..000000000000 --- a/devel/kxl/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -a visual, sound library for games - -Sound is not available on FreeBSD. - -WWW: http://kxl.hn.org/ diff --git a/devel/kxl/pkg-plist b/devel/kxl/pkg-plist deleted file mode 100644 index 722476106b1f..000000000000 --- a/devel/kxl/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -include/KXL.h -lib/libKXL-1.1.5.so -lib/libKXL.so -lib/libKXL.a -lib/libKXL.la -share/aclocal/KXL.m4 diff --git a/devel/libffi-devel/Makefile b/devel/libffi-devel/Makefile deleted file mode 100644 index 1621ea59a6d9..000000000000 --- a/devel/libffi-devel/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: libffi -# Date created: 14, June, 1998 -# Whom: Horance Chou <horance@freedom.ie.cycu.edu.tw> -# -# $FreeBSD$ -# - -PORTNAME= libffi -PORTVERSION= 1.20 -CATEGORIES= devel -MASTER_SITES= ftp://sources.redhat.com/pub/libffi/ - -MAINTAINER= horance@freedom.ie.cycu.edu.tw -COMMENT= Foreign Function Interface - -USE_INC_LIBTOOL_VER= 13 -INSTALLS_SHLIB= yes -CONFIGURE_TARGET= # empty - -.include <bsd.port.pre.mk> - -.if ${ARCH} != "i386" && ${ARCH} != "alpha" -BROKEN= "Configure fails on !i386 and !alpha" -.endif - -.include <bsd.port.post.mk> diff --git a/devel/libffi-devel/distinfo b/devel/libffi-devel/distinfo deleted file mode 100644 index 944353514658..000000000000 --- a/devel/libffi-devel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (libffi-1.20.tar.gz) = e4c9c435ebdfcba6fa493fb1abce2ddc -SIZE (libffi-1.20.tar.gz) = 109484 diff --git a/devel/libffi-devel/files/patch-aa b/devel/libffi-devel/files/patch-aa deleted file mode 100644 index ffcd5f8ee6fc..000000000000 --- a/devel/libffi-devel/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Mon Oct 5 04:26:04 1998 -+++ configure Sun May 30 19:01:51 1999 -@@ -1415,6 +1415,8 @@ - case "$host" in - mips-sgi-irix5.* | mips-sgi-irix6.*) TARGET=MIPS; TARGETDIR=mips;; - i*86-pc-linux*) TARGET=X86; TARGETDIR=x86;; -+i*86-unknown-freebsd*) TARGET=X86; TARGETDIR=x86;; -+alpha-unknown-freebsd*) TARGET=ALPHA; TARGETDIR=alpha;; - sparc-sun-4*) TARGET=SPARC; TARGETDIR=sparc;; - sparc-sun-*) TARGET=SPARC; TARGETDIR=sparc;; - alpha*-*-linux* | alpha*-*-osf*) TARGET=ALPHA; TARGETDIR=alpha;; diff --git a/devel/libffi-devel/files/patch-ab b/devel/libffi-devel/files/patch-ab deleted file mode 100644 index ddc5c8d4e794..000000000000 --- a/devel/libffi-devel/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- src/x86/sysv.S.orig Mon Oct 5 16:36:28 1998 -+++ src/x86/sysv.S Sat Oct 24 00:56:07 1998 -@@ -33,7 +33,7 @@ - .globl ffi_prep_args - - # This assumes we are using gas. -- .balign 16 -+ .align 4 - .globl ffi_call_SYSV - .type ffi_call_SYSV,@function - diff --git a/devel/libffi-devel/files/patch-ad b/devel/libffi-devel/files/patch-ad deleted file mode 100644 index 3dff2eb4f6b2..000000000000 --- a/devel/libffi-devel/files/patch-ad +++ /dev/null @@ -1,20 +0,0 @@ ---- src/Makefile.in.orig Mon Oct 5 04:26:33 1998 -+++ src/Makefile.in Sun May 30 21:48:55 1999 -@@ -164,7 +164,7 @@ - SOURCES = $(libffi_la_SOURCES) $(ffitest_SOURCES) - OBJECTS = $(libffi_la_OBJECTS) $(ffitest_OBJECTS) - --all: Makefile $(LTLIBRARIES) $(PROGRAMS) -+all: Makefile $(LTLIBRARIES) - - .SUFFIXES: - .SUFFIXES: .S .c .lo .o .s -@@ -296,7 +296,7 @@ - done - debug.o debug.lo: debug.c ../include/ffi.h ../fficonfig.h \ - ../include/ffi_common.h --ffi.o ffi.lo: x86/ffi.c ../include/ffi.h ../fficonfig.h \ -+ffi.o ffi.lo: @TARGETDIR@/ffi.c ../include/ffi.h ../fficonfig.h \ - ../include/ffi_common.h - ffitest.o ffitest.lo: ffitest.c ../include/ffi.h ../fficonfig.h - prep_cif.o prep_cif.lo: prep_cif.c ../include/ffi.h ../fficonfig.h \ diff --git a/devel/libffi-devel/pkg-descr b/devel/libffi-devel/pkg-descr deleted file mode 100644 index 15514cb81826..000000000000 --- a/devel/libffi-devel/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -The libffi library provides a portable, high level programming -interface to various calling conventions. This allows a programmer to -call any function specified by a call interface description at run -time. - -WWW: http://sources.redhat.com/libffi/ diff --git a/devel/libffi-devel/pkg-plist b/devel/libffi-devel/pkg-plist deleted file mode 100644 index 1c80c754c715..000000000000 --- a/devel/libffi-devel/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -include/fficonfig.h -include/ffi.h -include/ffi_mips.h -lib/libffi.a -lib/libffi.so -lib/libffi.so.2.3 diff --git a/devel/libmonetra/Makefile b/devel/libmonetra/Makefile deleted file mode 100644 index 771d2169ef1f..000000000000 --- a/devel/libmonetra/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: libmcve -# Date Created: 16 March 2002 -# Whom: Brad House <brad@mcve.com> -# -# $FreeBSD$ -# - -PORTNAME= libmcve -PORTVERSION= 4.1 -PORTREVISION= 1 -CATEGORIES= devel -DISTNAME= libmonetra-${PORTVERSION} -MASTER_SITES= ftp://ftp.mcve.com/pub/libmonetra/ - -MAINTAINER= brad@mcve.com -COMMENT= Library to allow credit card processing through MCVE - -GNU_CONFIGURE= yes -USE_GMAKE= yes -INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --without-pthread - -post-install: - @${LN} -fs libmcve.so.4 ${PREFIX}/lib/libmcve.so.3 - -.include <bsd.port.mk> diff --git a/devel/libmonetra/distinfo b/devel/libmonetra/distinfo deleted file mode 100644 index 6e2491ad3ae0..000000000000 --- a/devel/libmonetra/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (libmonetra-4.1.tar.gz) = 302429cfe408492760fc98d9fa900c68 -SIZE (libmonetra-4.1.tar.gz) = 435603 diff --git a/devel/libmonetra/pkg-descr b/devel/libmonetra/pkg-descr deleted file mode 100644 index dc9eca2a8c8d..000000000000 --- a/devel/libmonetra/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This is the library to allow connections to an MCVE Credit -Card Processing Daemon via SSL, TCP/IP, and drop-files. -It is the base of other APIs including PHP, PERL, and JAVA. - -WWW: http://www.mcve.com - -- Brad House -brad@mcve.com diff --git a/devel/libmonetra/pkg-plist b/devel/libmonetra/pkg-plist deleted file mode 100644 index e99b22dadd3a..000000000000 --- a/devel/libmonetra/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -include/libmonetra_compat.h -include/mcve.h -include/monetra.h -lib/libmonetra.a -lib/libmonetra.la -lib/libmonetra.so -lib/libmonetra.so.4 -lib/libmcve.a -lib/libmcve.la -lib/libmcve.so -lib/libmcve.so.3 -lib/libmcve.so.4 diff --git a/devel/libsoup22/Makefile b/devel/libsoup22/Makefile deleted file mode 100644 index c4709713daad..000000000000 --- a/devel/libsoup22/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: libsoup -# Date created: 12 March 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= libsoup -PORTVERSION= 2.2.1 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.2 -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A SOAP (Simple Object Access Protocol) implementation in C - -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt - -USE_BZIP2= yes -USE_GNOME= gnomehack glib20 libxml2 -INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 -USE_GMAKE= yes -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ - --disable-gtk-doc -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" -LDFLAGS+= -L${LOCALBASE}/lib - -PLIST_SUB= VERSION="2.2" - -.if !defined(WITHOUT_SSL) -LIB_DEPENDS+= gnutls.12:${PORTSDIR}/security/gnutls -.else -CONFIGURE_ARGS+=--disable-ssl -.endif - -pre-everything:: - @${ECHO_MSG} "" - @${ECHO_MSG} "libsoup has the following configurable option(s):" - @${ECHO_MSG} " WITHOUT_SSL Disable GnuTLS SSL support" - @${ECHO_MSG} "" - -.include <bsd.port.mk> diff --git a/devel/libsoup22/distinfo b/devel/libsoup22/distinfo deleted file mode 100644 index 902a0436e7cf..000000000000 --- a/devel/libsoup22/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/libsoup-2.2.1.tar.bz2) = 8132b0bce469affed688c4863702aa41 -SIZE (gnome2/libsoup-2.2.1.tar.bz2) = 403907 diff --git a/devel/libsoup22/pkg-descr b/devel/libsoup22/pkg-descr deleted file mode 100644 index 1ec2bfea440f..000000000000 --- a/devel/libsoup22/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -Soup is a SOAP (Simple Object Access Protocol) implementation in C. - -It provides a queued asynchronous callback-based mechanism for sending and -servicing SOAP requests, and a WSDL (Web Service Definition Language) for C -compilers which generates client stubs and server skeletons for easily -calling and implementing SOAP methods. It uses GLib and is designed to work -well with GTK applications. - -Features: - * Completely Asynchronous - * Connection cache - * HTTP chunked transfer and persistent connections - * Authenticated HTTP, SOCKS4, and SOCKS5 proxy support - * SSL Support using OpenSSL - * Apache module server support - * Client digest authentication diff --git a/devel/libsoup22/pkg-plist b/devel/libsoup22/pkg-plist deleted file mode 100644 index debbbf1a8694..000000000000 --- a/devel/libsoup22/pkg-plist +++ /dev/null @@ -1,60 +0,0 @@ -include/libsoup-%%VERSION%%/libsoup/soup-address.h -include/libsoup-%%VERSION%%/libsoup/soup-connection.h -include/libsoup-%%VERSION%%/libsoup/soup-headers.h -include/libsoup-%%VERSION%%/libsoup/soup-message-filter.h -include/libsoup-%%VERSION%%/libsoup/soup-message-queue.h -include/libsoup-%%VERSION%%/libsoup/soup-message.h -include/libsoup-%%VERSION%%/libsoup/soup-method.h -include/libsoup-%%VERSION%%/libsoup/soup-misc.h -include/libsoup-%%VERSION%%/libsoup/soup-server-auth.h -include/libsoup-%%VERSION%%/libsoup/soup-server-message.h -include/libsoup-%%VERSION%%/libsoup/soup-server.h -include/libsoup-%%VERSION%%/libsoup/soup-session-async.h -include/libsoup-%%VERSION%%/libsoup/soup-session-sync.h -include/libsoup-%%VERSION%%/libsoup/soup-session.h -include/libsoup-%%VERSION%%/libsoup/soup-soap-message.h -include/libsoup-%%VERSION%%/libsoup/soup-soap-response.h -include/libsoup-%%VERSION%%/libsoup/soup-socket.h -include/libsoup-%%VERSION%%/libsoup/soup-status.h -include/libsoup-%%VERSION%%/libsoup/soup-types.h -include/libsoup-%%VERSION%%/libsoup/soup-uri.h -include/libsoup-%%VERSION%%/libsoup/soup.h -lib/libsoup-%%VERSION%%.a -lib/libsoup-%%VERSION%%.so -lib/libsoup-%%VERSION%%.so.7 -libdata/pkgconfig/libsoup-%%VERSION%%.pc -%%DOCSDIR%%/SoupAuth.html -%%DOCSDIR%%/SoupAuthBasic.html -%%DOCSDIR%%/SoupAuthDigest.html -%%DOCSDIR%%/SoupConnection.html -%%DOCSDIR%%/SoupConnectionNTLM.html -%%DOCSDIR%%/SoupMessage.html -%%DOCSDIR%%/SoupSoapMessage.html -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/libsoup-SoupAddress.html -%%DOCSDIR%%/libsoup-SoupServer.html -%%DOCSDIR%%/libsoup-SoupServerMessage.html -%%DOCSDIR%%/libsoup-SoupSession.html -%%DOCSDIR%%/libsoup-SoupSocket.html -%%DOCSDIR%%/libsoup-soup-dns.html -%%DOCSDIR%%/libsoup-soup-headers.html -%%DOCSDIR%%/libsoup-soup-md5-utils.html -%%DOCSDIR%%/libsoup-soup-message-private.html -%%DOCSDIR%%/libsoup-soup-message-queue.html -%%DOCSDIR%%/libsoup-soup-method.html -%%DOCSDIR%%/libsoup-soup-misc.html -%%DOCSDIR%%/libsoup-soup-server-auth.html -%%DOCSDIR%%/libsoup-soup-ssl.html -%%DOCSDIR%%/libsoup-soup-status.html -%%DOCSDIR%%/libsoup-soup-uri.html -%%DOCSDIR%%/libsoup.devhelp -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -@dirrm %%DOCSDIR%% -@dirrm include/libsoup-%%VERSION%%/libsoup -@dirrm include/libsoup-%%VERSION%% diff --git a/devel/linux-f10-allegro/Makefile b/devel/linux-f10-allegro/Makefile deleted file mode 100644 index 69b888e9e899..000000000000 --- a/devel/linux-f10-allegro/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: linux-allegro -# Date created: 18 Nov 2003 -# Whom: Pav Lucistnik <pav@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= allegro -PORTVERSION= 4.0.3 -PORTREVISION= 1 -CATEGORIES= devel linux -MASTER_SITES= http://membres.lycos.fr/ebotcazou/allegro/ -PKGNAMEPREFIX= linux- -DISTNAME= ${PORTNAME}-${PORTVERSION}-1.${MACHINE_ARCH} -EXTRACT_SUFX= .rpm -EXTRACT_ONLY= - -MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= Cross-platform game programming library (linux version) - -USE_LINUX= yes -USE_LINUX_PREFIX= yes -LDCONFIG_LINUX= ${LINUXBASE}/sbin/ldconfig - -ONLY_FOR_ARCHS= i386 -DIST_SUBDIR= rpm -NO_BUILD= yes -NO_FILTER_SHLIBS= yes - -DBPATH= /var/lib/rpm -RPMFLAGS= --ignoreos --root ${PREFIX} --dbpath ${DBPATH} \ - --nodeps --replacepkgs -RPMDIR= ${DISTDIR}/${DIST_SUBDIR} - -do-install: - @${PREFIX}/bin/rpm -U ${RPMFLAGS} ${RPMDIR}/${DISTFILES} - @${LDCONFIG_LINUX} - @${RMDIR} ${PREFIX}/var/tmp - -.include <bsd.port.mk> diff --git a/devel/linux-f10-allegro/distinfo b/devel/linux-f10-allegro/distinfo deleted file mode 100644 index b5d3852d41d8..000000000000 --- a/devel/linux-f10-allegro/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/allegro-4.0.3-1.i386.rpm) = 551dc0c1c6756991daa9e71fd5f73faf -SIZE (rpm/allegro-4.0.3-1.i386.rpm) = 484783 diff --git a/devel/linux-f10-allegro/pkg-descr b/devel/linux-f10-allegro/pkg-descr deleted file mode 100644 index 9948d05c3844..000000000000 --- a/devel/linux-f10-allegro/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Allegro is a cross-platform library intended for use in computer games and -other types of multimedia programming. - -WWW: http://www.talula.demon.co.uk/allegro/ diff --git a/devel/linux-f10-allegro/pkg-plist b/devel/linux-f10-allegro/pkg-plist deleted file mode 100644 index 69958d0f2a8f..000000000000 --- a/devel/linux-f10-allegro/pkg-plist +++ /dev/null @@ -1,21 +0,0 @@ -etc/allegrorc -usr/lib/allegro/4.0/alleg-artsdigi.so -usr/lib/allegro/4.0/alleg-dga2.so -usr/lib/allegro/4.0/alleg-fbcon.so -usr/lib/allegro/4.0/alleg-svgalib.so -usr/lib/allegro/4.0/alleg-vga.so -usr/lib/allegro/4.0/modules.lst -usr/lib/liballeg.so.4.0 -usr/lib/liballeg-4.0.3.so -usr/share/allegro/keyboard.dat -usr/share/allegro/language.dat -usr/share/doc/allegro-4.0.3/AUTHORS -usr/share/doc/allegro-4.0.3/CHANGES -usr/share/doc/allegro-4.0.3/linux.txt -usr/share/doc/allegro-4.0.3/readme.txt -usr/share/doc/allegro-4.0.3/THANKS -usr/share/doc/allegro-4.0.3/unix.txt -@dirrm usr/share/doc/allegro-4.0.3 -@dirrm usr/share/allegro -@dirrm usr/lib/allegro/4.0 -@dirrm usr/lib/allegro diff --git a/devel/linux-f10-libglade/Makefile b/devel/linux-f10-libglade/Makefile deleted file mode 100644 index f076547bce49..000000000000 --- a/devel/linux-f10-libglade/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# New ports collection makefile for: linux-libglade -# Date created: 2001.02.08 -# Whom: taoka@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= libglade -PORTVERSION= 0.14 -PORTREVISION= 2 -CATEGORIES= devel linux - -MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= RPM of libglade - -RPM_SET= libglade-${PORTVERSION}-3.${MACHINE_ARCH}.rpm - -.include "../../x11-toolkits/linux-gtk/Makefile" diff --git a/devel/linux-f10-libglade/distinfo.alpha b/devel/linux-f10-libglade/distinfo.alpha deleted file mode 100644 index edca3e1882c2..000000000000 --- a/devel/linux-f10-libglade/distinfo.alpha +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/libglade-0.14-3.alpha.rpm) = c3a9aacdc0ccada3922bfcca35cf826c -SIZE (rpm/libglade-0.14-3.alpha.rpm) = 181497 diff --git a/devel/linux-f10-libglade/distinfo.i386 b/devel/linux-f10-libglade/distinfo.i386 deleted file mode 100644 index 47b650aa52c0..000000000000 --- a/devel/linux-f10-libglade/distinfo.i386 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/libglade-0.14-3.i386.rpm) = e0b9a3f9a3e6569c90dead7835de830c -SIZE (rpm/libglade-0.14-3.i386.rpm) = 103807 diff --git a/devel/linux-f10-libglade/pkg-descr b/devel/linux-f10-libglade/pkg-descr deleted file mode 100644 index 0723084e9621..000000000000 --- a/devel/linux-f10-libglade/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -A port is for libglade rpm. diff --git a/devel/linux-f10-libglade/pkg-plist.alpha b/devel/linux-f10-libglade/pkg-plist.alpha deleted file mode 100644 index c5767b11deea..000000000000 --- a/devel/linux-f10-libglade/pkg-plist.alpha +++ /dev/null @@ -1,10 +0,0 @@ -usr/lib/libglade-gnome.so.0.4.0 -usr/lib/libglade.so.0.4.0 -usr/share/doc/libglade-0.14/AUTHORS -usr/share/doc/libglade-0.14/COPYING -usr/share/doc/libglade-0.14/ChangeLog -usr/share/doc/libglade-0.14/NEWS -usr/share/doc/libglade-0.14/README -usr/lib/libglade-gnome.so.0 -usr/lib/libglade.so.0 -@dirrm usr/share/doc/libglade-0.14 diff --git a/devel/linux-f10-libglade/pkg-plist.i386 b/devel/linux-f10-libglade/pkg-plist.i386 deleted file mode 100644 index c5767b11deea..000000000000 --- a/devel/linux-f10-libglade/pkg-plist.i386 +++ /dev/null @@ -1,10 +0,0 @@ -usr/lib/libglade-gnome.so.0.4.0 -usr/lib/libglade.so.0.4.0 -usr/share/doc/libglade-0.14/AUTHORS -usr/share/doc/libglade-0.14/COPYING -usr/share/doc/libglade-0.14/ChangeLog -usr/share/doc/libglade-0.14/NEWS -usr/share/doc/libglade-0.14/README -usr/lib/libglade-gnome.so.0 -usr/lib/libglade.so.0 -@dirrm usr/share/doc/libglade-0.14 diff --git a/devel/linux-f10-libglade2/Makefile b/devel/linux-f10-libglade2/Makefile deleted file mode 100644 index f076547bce49..000000000000 --- a/devel/linux-f10-libglade2/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# New ports collection makefile for: linux-libglade -# Date created: 2001.02.08 -# Whom: taoka@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= libglade -PORTVERSION= 0.14 -PORTREVISION= 2 -CATEGORIES= devel linux - -MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= RPM of libglade - -RPM_SET= libglade-${PORTVERSION}-3.${MACHINE_ARCH}.rpm - -.include "../../x11-toolkits/linux-gtk/Makefile" diff --git a/devel/linux-f10-libglade2/distinfo.alpha b/devel/linux-f10-libglade2/distinfo.alpha deleted file mode 100644 index edca3e1882c2..000000000000 --- a/devel/linux-f10-libglade2/distinfo.alpha +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/libglade-0.14-3.alpha.rpm) = c3a9aacdc0ccada3922bfcca35cf826c -SIZE (rpm/libglade-0.14-3.alpha.rpm) = 181497 diff --git a/devel/linux-f10-libglade2/distinfo.i386 b/devel/linux-f10-libglade2/distinfo.i386 deleted file mode 100644 index 47b650aa52c0..000000000000 --- a/devel/linux-f10-libglade2/distinfo.i386 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/libglade-0.14-3.i386.rpm) = e0b9a3f9a3e6569c90dead7835de830c -SIZE (rpm/libglade-0.14-3.i386.rpm) = 103807 diff --git a/devel/linux-f10-libglade2/pkg-descr b/devel/linux-f10-libglade2/pkg-descr deleted file mode 100644 index 0723084e9621..000000000000 --- a/devel/linux-f10-libglade2/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -A port is for libglade rpm. diff --git a/devel/linux-f10-libglade2/pkg-plist.alpha b/devel/linux-f10-libglade2/pkg-plist.alpha deleted file mode 100644 index c5767b11deea..000000000000 --- a/devel/linux-f10-libglade2/pkg-plist.alpha +++ /dev/null @@ -1,10 +0,0 @@ -usr/lib/libglade-gnome.so.0.4.0 -usr/lib/libglade.so.0.4.0 -usr/share/doc/libglade-0.14/AUTHORS -usr/share/doc/libglade-0.14/COPYING -usr/share/doc/libglade-0.14/ChangeLog -usr/share/doc/libglade-0.14/NEWS -usr/share/doc/libglade-0.14/README -usr/lib/libglade-gnome.so.0 -usr/lib/libglade.so.0 -@dirrm usr/share/doc/libglade-0.14 diff --git a/devel/linux-f10-libglade2/pkg-plist.i386 b/devel/linux-f10-libglade2/pkg-plist.i386 deleted file mode 100644 index c5767b11deea..000000000000 --- a/devel/linux-f10-libglade2/pkg-plist.i386 +++ /dev/null @@ -1,10 +0,0 @@ -usr/lib/libglade-gnome.so.0.4.0 -usr/lib/libglade.so.0.4.0 -usr/share/doc/libglade-0.14/AUTHORS -usr/share/doc/libglade-0.14/COPYING -usr/share/doc/libglade-0.14/ChangeLog -usr/share/doc/libglade-0.14/NEWS -usr/share/doc/libglade-0.14/README -usr/lib/libglade-gnome.so.0 -usr/lib/libglade.so.0 -@dirrm usr/share/doc/libglade-0.14 diff --git a/devel/linux-f10-sdl12/Makefile b/devel/linux-f10-sdl12/Makefile deleted file mode 100644 index 28845887cf76..000000000000 --- a/devel/linux-f10-sdl12/Makefile +++ /dev/null @@ -1,51 +0,0 @@ -# New ports collection makefile for: linux-sdl -# Date created: 8 October 2001 -# Whom: Martin Matuska <martin@tradex.sk> -# Based on: emulators/linux_base by marcel@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= sdl -PORTVERSION= 1.2.5 -PORTREVISION= 2 -CATEGORIES= devel linux -MASTER_SITES= http://www.libsdl.org/release/ \ - ftp://ftp.icm.edu.pl/vol/rzm9/linux-pld/pool/s/SDL/ -PKGNAMEPREFIX= linux- -DISTNAME= ${PORTNAME:U}-${PORTVERSION:S/.1$/-1/}-1.${MACHINE_ARCH} -EXTRACT_SUFX= .rpm -EXTRACT_ONLY= - -MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= Cross-platform multi-media development API (linux version) - -BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm -RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-XFree86-libs - -USE_LINUX_PREFIX= yes -LDCONFIG_LINUX= ${LINUXBASE}/sbin/ldconfig - -ONLY_FOR_ARCHS= i386 alpha -DIST_SUBDIR= rpm -NO_BUILD= yes -NO_FILTER_SHLIBS= yes -PLIST= ${MASTERDIR}/pkg-plist.${MACHINE_ARCH} -MD5_FILE= ${MASTERDIR}/distinfo.${MACHINE_ARCH} - -DBPATH= /var/lib/rpm -RPMFLAGS= --ignoreos --root ${PREFIX} --dbpath ${DBPATH} \ - --nodeps --replacepkgs -RPMDIR= ${DISTDIR}/${DIST_SUBDIR} - -.include <bsd.port.pre.mk> - -.if ${ARCH} == "alpha" -BROKEN= "Unfetchable" -.endif - -do-install: - @${LOCALBASE}/bin/rpm -U ${RPMFLAGS} ${RPMDIR}/${DISTFILES} - @${LDCONFIG_LINUX} - -.include <bsd.port.post.mk> diff --git a/devel/linux-f10-sdl12/distinfo.alpha b/devel/linux-f10-sdl12/distinfo.alpha deleted file mode 100644 index 03d2252e650b..000000000000 --- a/devel/linux-f10-sdl12/distinfo.alpha +++ /dev/null @@ -1 +0,0 @@ -MD5 (rpm/SDL-1.2.5-1.alpha.rpm) = 32449f9682e0b34c09421859d21b5fce diff --git a/devel/linux-f10-sdl12/distinfo.i386 b/devel/linux-f10-sdl12/distinfo.i386 deleted file mode 100644 index 3e6d6eeac07f..000000000000 --- a/devel/linux-f10-sdl12/distinfo.i386 +++ /dev/null @@ -1 +0,0 @@ -MD5 (rpm/SDL-1.2.5-1.i386.rpm) = 60fc1cc75098167f5d836b0af1ba25c8 diff --git a/devel/linux-f10-sdl12/pkg-descr b/devel/linux-f10-sdl12/pkg-descr deleted file mode 100644 index 3c378f3d553e..000000000000 --- a/devel/linux-f10-sdl12/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Unstable development version of the SDL library (linux version). - -This library is designed to make it easy to write games that run -on UNIX, Win32 and BeOS using the various native high-performance -media interfaces, (for video, audio, etc) and presenting a single -source-code level API to your application. This is a fairly low -level API, but using this, completely portable applications can be -written with a great deal of flexibility. - -WWW: http://www.libsdl.org/ diff --git a/devel/linux-f10-sdl12/pkg-plist.alpha b/devel/linux-f10-sdl12/pkg-plist.alpha deleted file mode 100644 index 4e5d3adfe310..000000000000 --- a/devel/linux-f10-sdl12/pkg-plist.alpha +++ /dev/null @@ -1,8 +0,0 @@ -usr/doc/SDL-1.2.5/BUGS -usr/doc/SDL-1.2.5/COPYING -usr/doc/SDL-1.2.5/CREDITS -usr/doc/SDL-1.2.5/README-SDL.txt -usr/lib/libSDL-1.1.so.0 -usr/lib/libSDL-1.2.so.0 -usr/lib/libSDL-1.2.so.0.0.5 -@dirrm usr/doc/SDL-1.2.5 diff --git a/devel/linux-f10-sdl12/pkg-plist.i386 b/devel/linux-f10-sdl12/pkg-plist.i386 deleted file mode 100644 index 4e5d3adfe310..000000000000 --- a/devel/linux-f10-sdl12/pkg-plist.i386 +++ /dev/null @@ -1,8 +0,0 @@ -usr/doc/SDL-1.2.5/BUGS -usr/doc/SDL-1.2.5/COPYING -usr/doc/SDL-1.2.5/CREDITS -usr/doc/SDL-1.2.5/README-SDL.txt -usr/lib/libSDL-1.1.so.0 -usr/lib/libSDL-1.2.so.0 -usr/lib/libSDL-1.2.so.0.0.5 -@dirrm usr/doc/SDL-1.2.5 diff --git a/devel/linux-f8-allegro/Makefile b/devel/linux-f8-allegro/Makefile deleted file mode 100644 index 69b888e9e899..000000000000 --- a/devel/linux-f8-allegro/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: linux-allegro -# Date created: 18 Nov 2003 -# Whom: Pav Lucistnik <pav@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= allegro -PORTVERSION= 4.0.3 -PORTREVISION= 1 -CATEGORIES= devel linux -MASTER_SITES= http://membres.lycos.fr/ebotcazou/allegro/ -PKGNAMEPREFIX= linux- -DISTNAME= ${PORTNAME}-${PORTVERSION}-1.${MACHINE_ARCH} -EXTRACT_SUFX= .rpm -EXTRACT_ONLY= - -MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= Cross-platform game programming library (linux version) - -USE_LINUX= yes -USE_LINUX_PREFIX= yes -LDCONFIG_LINUX= ${LINUXBASE}/sbin/ldconfig - -ONLY_FOR_ARCHS= i386 -DIST_SUBDIR= rpm -NO_BUILD= yes -NO_FILTER_SHLIBS= yes - -DBPATH= /var/lib/rpm -RPMFLAGS= --ignoreos --root ${PREFIX} --dbpath ${DBPATH} \ - --nodeps --replacepkgs -RPMDIR= ${DISTDIR}/${DIST_SUBDIR} - -do-install: - @${PREFIX}/bin/rpm -U ${RPMFLAGS} ${RPMDIR}/${DISTFILES} - @${LDCONFIG_LINUX} - @${RMDIR} ${PREFIX}/var/tmp - -.include <bsd.port.mk> diff --git a/devel/linux-f8-allegro/distinfo b/devel/linux-f8-allegro/distinfo deleted file mode 100644 index b5d3852d41d8..000000000000 --- a/devel/linux-f8-allegro/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/allegro-4.0.3-1.i386.rpm) = 551dc0c1c6756991daa9e71fd5f73faf -SIZE (rpm/allegro-4.0.3-1.i386.rpm) = 484783 diff --git a/devel/linux-f8-allegro/pkg-descr b/devel/linux-f8-allegro/pkg-descr deleted file mode 100644 index 9948d05c3844..000000000000 --- a/devel/linux-f8-allegro/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Allegro is a cross-platform library intended for use in computer games and -other types of multimedia programming. - -WWW: http://www.talula.demon.co.uk/allegro/ diff --git a/devel/linux-f8-allegro/pkg-plist b/devel/linux-f8-allegro/pkg-plist deleted file mode 100644 index 69958d0f2a8f..000000000000 --- a/devel/linux-f8-allegro/pkg-plist +++ /dev/null @@ -1,21 +0,0 @@ -etc/allegrorc -usr/lib/allegro/4.0/alleg-artsdigi.so -usr/lib/allegro/4.0/alleg-dga2.so -usr/lib/allegro/4.0/alleg-fbcon.so -usr/lib/allegro/4.0/alleg-svgalib.so -usr/lib/allegro/4.0/alleg-vga.so -usr/lib/allegro/4.0/modules.lst -usr/lib/liballeg.so.4.0 -usr/lib/liballeg-4.0.3.so -usr/share/allegro/keyboard.dat -usr/share/allegro/language.dat -usr/share/doc/allegro-4.0.3/AUTHORS -usr/share/doc/allegro-4.0.3/CHANGES -usr/share/doc/allegro-4.0.3/linux.txt -usr/share/doc/allegro-4.0.3/readme.txt -usr/share/doc/allegro-4.0.3/THANKS -usr/share/doc/allegro-4.0.3/unix.txt -@dirrm usr/share/doc/allegro-4.0.3 -@dirrm usr/share/allegro -@dirrm usr/lib/allegro/4.0 -@dirrm usr/lib/allegro diff --git a/devel/linux-f8-libglade/Makefile b/devel/linux-f8-libglade/Makefile deleted file mode 100644 index f076547bce49..000000000000 --- a/devel/linux-f8-libglade/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# New ports collection makefile for: linux-libglade -# Date created: 2001.02.08 -# Whom: taoka@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= libglade -PORTVERSION= 0.14 -PORTREVISION= 2 -CATEGORIES= devel linux - -MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= RPM of libglade - -RPM_SET= libglade-${PORTVERSION}-3.${MACHINE_ARCH}.rpm - -.include "../../x11-toolkits/linux-gtk/Makefile" diff --git a/devel/linux-f8-libglade/distinfo.alpha b/devel/linux-f8-libglade/distinfo.alpha deleted file mode 100644 index edca3e1882c2..000000000000 --- a/devel/linux-f8-libglade/distinfo.alpha +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/libglade-0.14-3.alpha.rpm) = c3a9aacdc0ccada3922bfcca35cf826c -SIZE (rpm/libglade-0.14-3.alpha.rpm) = 181497 diff --git a/devel/linux-f8-libglade/distinfo.i386 b/devel/linux-f8-libglade/distinfo.i386 deleted file mode 100644 index 47b650aa52c0..000000000000 --- a/devel/linux-f8-libglade/distinfo.i386 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/libglade-0.14-3.i386.rpm) = e0b9a3f9a3e6569c90dead7835de830c -SIZE (rpm/libglade-0.14-3.i386.rpm) = 103807 diff --git a/devel/linux-f8-libglade/pkg-descr b/devel/linux-f8-libglade/pkg-descr deleted file mode 100644 index 0723084e9621..000000000000 --- a/devel/linux-f8-libglade/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -A port is for libglade rpm. diff --git a/devel/linux-f8-libglade/pkg-plist.alpha b/devel/linux-f8-libglade/pkg-plist.alpha deleted file mode 100644 index c5767b11deea..000000000000 --- a/devel/linux-f8-libglade/pkg-plist.alpha +++ /dev/null @@ -1,10 +0,0 @@ -usr/lib/libglade-gnome.so.0.4.0 -usr/lib/libglade.so.0.4.0 -usr/share/doc/libglade-0.14/AUTHORS -usr/share/doc/libglade-0.14/COPYING -usr/share/doc/libglade-0.14/ChangeLog -usr/share/doc/libglade-0.14/NEWS -usr/share/doc/libglade-0.14/README -usr/lib/libglade-gnome.so.0 -usr/lib/libglade.so.0 -@dirrm usr/share/doc/libglade-0.14 diff --git a/devel/linux-f8-libglade/pkg-plist.i386 b/devel/linux-f8-libglade/pkg-plist.i386 deleted file mode 100644 index c5767b11deea..000000000000 --- a/devel/linux-f8-libglade/pkg-plist.i386 +++ /dev/null @@ -1,10 +0,0 @@ -usr/lib/libglade-gnome.so.0.4.0 -usr/lib/libglade.so.0.4.0 -usr/share/doc/libglade-0.14/AUTHORS -usr/share/doc/libglade-0.14/COPYING -usr/share/doc/libglade-0.14/ChangeLog -usr/share/doc/libglade-0.14/NEWS -usr/share/doc/libglade-0.14/README -usr/lib/libglade-gnome.so.0 -usr/lib/libglade.so.0 -@dirrm usr/share/doc/libglade-0.14 diff --git a/devel/linux-f8-libglade2/Makefile b/devel/linux-f8-libglade2/Makefile deleted file mode 100644 index f076547bce49..000000000000 --- a/devel/linux-f8-libglade2/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# New ports collection makefile for: linux-libglade -# Date created: 2001.02.08 -# Whom: taoka@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= libglade -PORTVERSION= 0.14 -PORTREVISION= 2 -CATEGORIES= devel linux - -MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= RPM of libglade - -RPM_SET= libglade-${PORTVERSION}-3.${MACHINE_ARCH}.rpm - -.include "../../x11-toolkits/linux-gtk/Makefile" diff --git a/devel/linux-f8-libglade2/distinfo.alpha b/devel/linux-f8-libglade2/distinfo.alpha deleted file mode 100644 index edca3e1882c2..000000000000 --- a/devel/linux-f8-libglade2/distinfo.alpha +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/libglade-0.14-3.alpha.rpm) = c3a9aacdc0ccada3922bfcca35cf826c -SIZE (rpm/libglade-0.14-3.alpha.rpm) = 181497 diff --git a/devel/linux-f8-libglade2/distinfo.i386 b/devel/linux-f8-libglade2/distinfo.i386 deleted file mode 100644 index 47b650aa52c0..000000000000 --- a/devel/linux-f8-libglade2/distinfo.i386 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/libglade-0.14-3.i386.rpm) = e0b9a3f9a3e6569c90dead7835de830c -SIZE (rpm/libglade-0.14-3.i386.rpm) = 103807 diff --git a/devel/linux-f8-libglade2/pkg-descr b/devel/linux-f8-libglade2/pkg-descr deleted file mode 100644 index 0723084e9621..000000000000 --- a/devel/linux-f8-libglade2/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -A port is for libglade rpm. diff --git a/devel/linux-f8-libglade2/pkg-plist.alpha b/devel/linux-f8-libglade2/pkg-plist.alpha deleted file mode 100644 index c5767b11deea..000000000000 --- a/devel/linux-f8-libglade2/pkg-plist.alpha +++ /dev/null @@ -1,10 +0,0 @@ -usr/lib/libglade-gnome.so.0.4.0 -usr/lib/libglade.so.0.4.0 -usr/share/doc/libglade-0.14/AUTHORS -usr/share/doc/libglade-0.14/COPYING -usr/share/doc/libglade-0.14/ChangeLog -usr/share/doc/libglade-0.14/NEWS -usr/share/doc/libglade-0.14/README -usr/lib/libglade-gnome.so.0 -usr/lib/libglade.so.0 -@dirrm usr/share/doc/libglade-0.14 diff --git a/devel/linux-f8-libglade2/pkg-plist.i386 b/devel/linux-f8-libglade2/pkg-plist.i386 deleted file mode 100644 index c5767b11deea..000000000000 --- a/devel/linux-f8-libglade2/pkg-plist.i386 +++ /dev/null @@ -1,10 +0,0 @@ -usr/lib/libglade-gnome.so.0.4.0 -usr/lib/libglade.so.0.4.0 -usr/share/doc/libglade-0.14/AUTHORS -usr/share/doc/libglade-0.14/COPYING -usr/share/doc/libglade-0.14/ChangeLog -usr/share/doc/libglade-0.14/NEWS -usr/share/doc/libglade-0.14/README -usr/lib/libglade-gnome.so.0 -usr/lib/libglade.so.0 -@dirrm usr/share/doc/libglade-0.14 diff --git a/devel/linux-f8-sdl12/Makefile b/devel/linux-f8-sdl12/Makefile deleted file mode 100644 index 28845887cf76..000000000000 --- a/devel/linux-f8-sdl12/Makefile +++ /dev/null @@ -1,51 +0,0 @@ -# New ports collection makefile for: linux-sdl -# Date created: 8 October 2001 -# Whom: Martin Matuska <martin@tradex.sk> -# Based on: emulators/linux_base by marcel@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= sdl -PORTVERSION= 1.2.5 -PORTREVISION= 2 -CATEGORIES= devel linux -MASTER_SITES= http://www.libsdl.org/release/ \ - ftp://ftp.icm.edu.pl/vol/rzm9/linux-pld/pool/s/SDL/ -PKGNAMEPREFIX= linux- -DISTNAME= ${PORTNAME:U}-${PORTVERSION:S/.1$/-1/}-1.${MACHINE_ARCH} -EXTRACT_SUFX= .rpm -EXTRACT_ONLY= - -MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= Cross-platform multi-media development API (linux version) - -BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm -RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-XFree86-libs - -USE_LINUX_PREFIX= yes -LDCONFIG_LINUX= ${LINUXBASE}/sbin/ldconfig - -ONLY_FOR_ARCHS= i386 alpha -DIST_SUBDIR= rpm -NO_BUILD= yes -NO_FILTER_SHLIBS= yes -PLIST= ${MASTERDIR}/pkg-plist.${MACHINE_ARCH} -MD5_FILE= ${MASTERDIR}/distinfo.${MACHINE_ARCH} - -DBPATH= /var/lib/rpm -RPMFLAGS= --ignoreos --root ${PREFIX} --dbpath ${DBPATH} \ - --nodeps --replacepkgs -RPMDIR= ${DISTDIR}/${DIST_SUBDIR} - -.include <bsd.port.pre.mk> - -.if ${ARCH} == "alpha" -BROKEN= "Unfetchable" -.endif - -do-install: - @${LOCALBASE}/bin/rpm -U ${RPMFLAGS} ${RPMDIR}/${DISTFILES} - @${LDCONFIG_LINUX} - -.include <bsd.port.post.mk> diff --git a/devel/linux-f8-sdl12/distinfo.alpha b/devel/linux-f8-sdl12/distinfo.alpha deleted file mode 100644 index 03d2252e650b..000000000000 --- a/devel/linux-f8-sdl12/distinfo.alpha +++ /dev/null @@ -1 +0,0 @@ -MD5 (rpm/SDL-1.2.5-1.alpha.rpm) = 32449f9682e0b34c09421859d21b5fce diff --git a/devel/linux-f8-sdl12/distinfo.i386 b/devel/linux-f8-sdl12/distinfo.i386 deleted file mode 100644 index 3e6d6eeac07f..000000000000 --- a/devel/linux-f8-sdl12/distinfo.i386 +++ /dev/null @@ -1 +0,0 @@ -MD5 (rpm/SDL-1.2.5-1.i386.rpm) = 60fc1cc75098167f5d836b0af1ba25c8 diff --git a/devel/linux-f8-sdl12/pkg-descr b/devel/linux-f8-sdl12/pkg-descr deleted file mode 100644 index 3c378f3d553e..000000000000 --- a/devel/linux-f8-sdl12/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Unstable development version of the SDL library (linux version). - -This library is designed to make it easy to write games that run -on UNIX, Win32 and BeOS using the various native high-performance -media interfaces, (for video, audio, etc) and presenting a single -source-code level API to your application. This is a fairly low -level API, but using this, completely portable applications can be -written with a great deal of flexibility. - -WWW: http://www.libsdl.org/ diff --git a/devel/linux-f8-sdl12/pkg-plist.alpha b/devel/linux-f8-sdl12/pkg-plist.alpha deleted file mode 100644 index 4e5d3adfe310..000000000000 --- a/devel/linux-f8-sdl12/pkg-plist.alpha +++ /dev/null @@ -1,8 +0,0 @@ -usr/doc/SDL-1.2.5/BUGS -usr/doc/SDL-1.2.5/COPYING -usr/doc/SDL-1.2.5/CREDITS -usr/doc/SDL-1.2.5/README-SDL.txt -usr/lib/libSDL-1.1.so.0 -usr/lib/libSDL-1.2.so.0 -usr/lib/libSDL-1.2.so.0.0.5 -@dirrm usr/doc/SDL-1.2.5 diff --git a/devel/linux-f8-sdl12/pkg-plist.i386 b/devel/linux-f8-sdl12/pkg-plist.i386 deleted file mode 100644 index 4e5d3adfe310..000000000000 --- a/devel/linux-f8-sdl12/pkg-plist.i386 +++ /dev/null @@ -1,8 +0,0 @@ -usr/doc/SDL-1.2.5/BUGS -usr/doc/SDL-1.2.5/COPYING -usr/doc/SDL-1.2.5/CREDITS -usr/doc/SDL-1.2.5/README-SDL.txt -usr/lib/libSDL-1.1.so.0 -usr/lib/libSDL-1.2.so.0 -usr/lib/libSDL-1.2.so.0.0.5 -@dirrm usr/doc/SDL-1.2.5 diff --git a/devel/linux-libglade2/Makefile b/devel/linux-libglade2/Makefile deleted file mode 100644 index f076547bce49..000000000000 --- a/devel/linux-libglade2/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# New ports collection makefile for: linux-libglade -# Date created: 2001.02.08 -# Whom: taoka@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= libglade -PORTVERSION= 0.14 -PORTREVISION= 2 -CATEGORIES= devel linux - -MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= RPM of libglade - -RPM_SET= libglade-${PORTVERSION}-3.${MACHINE_ARCH}.rpm - -.include "../../x11-toolkits/linux-gtk/Makefile" diff --git a/devel/linux-libglade2/distinfo.alpha b/devel/linux-libglade2/distinfo.alpha deleted file mode 100644 index edca3e1882c2..000000000000 --- a/devel/linux-libglade2/distinfo.alpha +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/libglade-0.14-3.alpha.rpm) = c3a9aacdc0ccada3922bfcca35cf826c -SIZE (rpm/libglade-0.14-3.alpha.rpm) = 181497 diff --git a/devel/linux-libglade2/distinfo.i386 b/devel/linux-libglade2/distinfo.i386 deleted file mode 100644 index 47b650aa52c0..000000000000 --- a/devel/linux-libglade2/distinfo.i386 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/libglade-0.14-3.i386.rpm) = e0b9a3f9a3e6569c90dead7835de830c -SIZE (rpm/libglade-0.14-3.i386.rpm) = 103807 diff --git a/devel/linux-libglade2/pkg-descr b/devel/linux-libglade2/pkg-descr deleted file mode 100644 index 0723084e9621..000000000000 --- a/devel/linux-libglade2/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -A port is for libglade rpm. diff --git a/devel/linux-libglade2/pkg-plist.alpha b/devel/linux-libglade2/pkg-plist.alpha deleted file mode 100644 index c5767b11deea..000000000000 --- a/devel/linux-libglade2/pkg-plist.alpha +++ /dev/null @@ -1,10 +0,0 @@ -usr/lib/libglade-gnome.so.0.4.0 -usr/lib/libglade.so.0.4.0 -usr/share/doc/libglade-0.14/AUTHORS -usr/share/doc/libglade-0.14/COPYING -usr/share/doc/libglade-0.14/ChangeLog -usr/share/doc/libglade-0.14/NEWS -usr/share/doc/libglade-0.14/README -usr/lib/libglade-gnome.so.0 -usr/lib/libglade.so.0 -@dirrm usr/share/doc/libglade-0.14 diff --git a/devel/linux-libglade2/pkg-plist.i386 b/devel/linux-libglade2/pkg-plist.i386 deleted file mode 100644 index c5767b11deea..000000000000 --- a/devel/linux-libglade2/pkg-plist.i386 +++ /dev/null @@ -1,10 +0,0 @@ -usr/lib/libglade-gnome.so.0.4.0 -usr/lib/libglade.so.0.4.0 -usr/share/doc/libglade-0.14/AUTHORS -usr/share/doc/libglade-0.14/COPYING -usr/share/doc/libglade-0.14/ChangeLog -usr/share/doc/libglade-0.14/NEWS -usr/share/doc/libglade-0.14/README -usr/lib/libglade-gnome.so.0 -usr/lib/libglade.so.0 -@dirrm usr/share/doc/libglade-0.14 diff --git a/devel/msp430-gcc3/Makefile b/devel/msp430-gcc3/Makefile deleted file mode 100644 index b8e747aceabb..000000000000 --- a/devel/msp430-gcc3/Makefile +++ /dev/null @@ -1,64 +0,0 @@ -# New ports collection makefile for: msp430-gcc -# Date created: 15 October 2002 -# Whom: Lev Serebryakov <lev@serebryakov.spb.ru> -# -# $FreeBSD$ -# - -PORTNAME= gcc -PORTVERSION= ${GCCVERSION}.${PATCHVERSION} -PORTEPOCH= 2 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_SOURCEWARE} \ - http://lev.serebryakov.spb.ru/download/msp430/:patches -MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${PORTNAME}-${GCCVERSION} -PKGNAMEPREFIX= msp430- -DISTFILES= ${PORTNAME}-core-${GCCVERSION}${EXTRACT_SUFX} \ - ${PKGNAMEPREFIX}${PORTNAME}-${GCCVERSION}.${PATCHVERSION}${EXTRACT_SUFX}:patches - -MAINTAINER= lev@FreeBSD.org -COMMENT= FSF gcc-3.4 for TI's msp430 MCUs cross-development - -BUILD_DEPENDS= ${PKGNAMEPREFIX}as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils \ - ${PKGNAMEPREFIX}ld:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils -RUN_DEPENDS= ${PKGNAMEPREFIX}as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils \ - ${PKGNAMEPREFIX}ld:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils - -GCCVERSION= 3.4.1 -PATCHVERSION= 20040723 - -WRKSRC= ${WRKDIR}/${PORTNAME}-${GCCVERSION} - -USE_BZIP2= yes -USE_GMAKE= yes -USE_PERL5_BUILD=yes -USE_INC_LIBTOOL_VER= 13 -CONFIGURE_ARGS= --target=${PKGNAMEPREFIX:S/-$//} \ - --with-gcc --with-gnu-ld --with-gnu-as \ - --enable-languages=c --disable-nls \ - --infodir=${PREFIX}/${PKGNAMEPREFIX:S/-$//}/info -MAKE_ENV= PATH=${PREFIX}/bin:${PATH} -LIBTOOLFILES= configure gcc/configure -MAN1= ${PKGNAMEPREFIX}gcc.1 ${PKGNAMEPREFIX}cpp.1 ${PKGNAMEPREFIX}gcov.1 - -PLIST_SUB+= PORTVERSION=${PORTVERSION} GCC_TARG=${PKGNAMEPREFIX:S/-$//} \ - GCC_REV=${GCCVERSION} - -INFO= cpp cppinternals gcc gccinstall gccint -INFO_PATH= ${PKGNAMEPREFIX:S/-$//}/info - -BINARIES= gcc gcc-${GCCVERSION} gcov cpp - -.include <bsd.port.pre.mk> - -post-configure: - @${PERL} -pi.bak -e 's,^(TARGET_CONFIGDIRS\s*=).+$$,\1,' ${WRKSRC}/Makefile -# @${PERL} -pi.bak -e 's,^(install-info:),\1\ndonot-\1,' ${WRKSRC}/gcc/Makefile - -post-install: -.for F in ${BINARIES} - @${LN} -f ${PREFIX}/bin/${PKGNAMEPREFIX}$F \ - ${PREFIX}/${PKGNAMEPREFIX:S/-$//}/bin/$F -.endfor - -.include <bsd.port.post.mk> diff --git a/devel/msp430-gcc3/distinfo b/devel/msp430-gcc3/distinfo deleted file mode 100644 index f25fc7fcda1d..000000000000 --- a/devel/msp430-gcc3/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -MD5 (gcc-core-3.4.1.tar.bz2) = 4b05b134baf92457494a0f4a28aa5213 -SIZE (gcc-core-3.4.1.tar.bz2) = 12862544 -MD5 (msp430-gcc-3.4.1.20040723.tar.bz2) = d600065fb644113a72ed6897f0b38e1c -SIZE (msp430-gcc-3.4.1.20040723.tar.bz2) = 139467 diff --git a/devel/msp430-gcc3/files/patch-Makefile.in b/devel/msp430-gcc3/files/patch-Makefile.in deleted file mode 100644 index 02ba348652f8..000000000000 --- a/devel/msp430-gcc3/files/patch-Makefile.in +++ /dev/null @@ -1,17 +0,0 @@ ---- Makefile.in.orig Tue Aug 3 13:53:30 2004 -+++ Makefile.in Tue Aug 3 13:53:56 2004 -@@ -19885,10 +19885,10 @@ - maybe-install-libiberty: - - install-libiberty: installdirs -- @r=`${PWD_COMMAND}`; export r; \ -- s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ -- $(SET_LIB_PATH) \ -- (cd libiberty && $(MAKE) $(FLAGS_TO_PASS) install) -+# @r=`${PWD_COMMAND}`; export r; \ -+# s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ -+# $(SET_LIB_PATH) \ -+# (cd libiberty && $(MAKE) $(FLAGS_TO_PASS) install) - - - .PHONY: configure-libtool maybe-configure-libtool diff --git a/devel/msp430-gcc3/files/patch-gcc-Makefile.in b/devel/msp430-gcc3/files/patch-gcc-Makefile.in deleted file mode 100644 index e27352523b1b..000000000000 --- a/devel/msp430-gcc3/files/patch-gcc-Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ ---- gcc/Makefile.in.orig Tue Aug 3 13:57:27 2004 -+++ gcc/Makefile.in Tue Aug 3 13:57:39 2004 -@@ -2963,9 +2963,6 @@ - $(DESTDIR)$(man1dir)/$(GCC_INSTALL_NAME)$(man1ext) \ - $(DESTDIR)$(man1dir)/$(CPP_INSTALL_NAME)$(man1ext) \ - $(DESTDIR)$(man1dir)/$(GCOV_INSTALL_NAME)$(man1ext) \ -- $(DESTDIR)$(man7dir)/fsf-funding$(man7ext) \ -- $(DESTDIR)$(man7dir)/gfdl$(man7ext) \ -- $(DESTDIR)$(man7dir)/gpl$(man7ext) - - $(DESTDIR)$(man7dir)/%$(man7ext): doc/%.7 - -rm -f $@ diff --git a/devel/msp430-gcc3/pkg-descr b/devel/msp430-gcc3/pkg-descr deleted file mode 100644 index 030d6cafff72..000000000000 --- a/devel/msp430-gcc3/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -FSF gcc-3.3 for TI's msp430 MCUs cross-development - -This brings the gcc compiler for the Texas Instruments MSP430 16-bit -RISC-like family of microcontrollers. - -Includes only C compiler. - -GCC site: http://gcc.gnu.org/ -MSP430 site: http://www.ti.com/msp430/ - -WWW: http://mspgcc.sf.net/ diff --git a/devel/msp430-gcc3/pkg-plist b/devel/msp430-gcc3/pkg-plist deleted file mode 100644 index 76c3d450c83f..000000000000 --- a/devel/msp430-gcc3/pkg-plist +++ /dev/null @@ -1,50 +0,0 @@ -%%GCC_TARG%%/bin/cpp -%%GCC_TARG%%/bin/gcc -%%GCC_TARG%%/bin/gcc-%%GCC_REV%% -%%GCC_TARG%%/bin/gcov -bin/%%GCC_TARG%%-cpp -bin/%%GCC_TARG%%-gcc -bin/%%GCC_TARG%%-gcc-%%GCC_REV%% -bin/%%GCC_TARG%%-gccbug -bin/%%GCC_TARG%%-gcov -lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/include/README -lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/include/float.h -lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/include/iso646.h -lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/include/limits.h -lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/include/stdarg.h -lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/include/stdbool.h -lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/include/stddef.h -lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/include/unwind.h -lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/include/varargs.h -lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/install-tools/mkheaders.conf -lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/install-tools/include/float.h -lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/install-tools/include/iso646.h -lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/install-tools/include/limits.h -lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/install-tools/include/stdarg.h -lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/install-tools/include/stdbool.h -lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/install-tools/include/stddef.h -lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/install-tools/include/unwind.h -lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/install-tools/include/varargs.h -lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/libgcc.a -lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/libgcov.a -lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/msp1/libgcc.a -lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/msp1/libgcov.a -lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/msp2/libgcc.a -lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/msp2/libgcov.a -lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/specs -libexec/gcc/%%GCC_TARG%%/%%GCC_REV%%/cc1 -libexec/gcc/%%GCC_TARG%%/%%GCC_REV%%/collect2 -libexec/gcc/%%GCC_TARG%%/%%GCC_REV%%/install-tools/mkheaders -@dirrm lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/include -@dirrm lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/install-tools/include -@dirrm lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/install-tools -@dirrm lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/msp1 -@dirrm lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/msp2 -@dirrm lib/gcc/%%GCC_TARG%%/%%GCC_REV%% -@dirrm lib/gcc/%%GCC_TARG%% -@unexec rmdir %D/lib/gcc 2> /dev/null || true -@dirrm libexec/gcc/%%GCC_TARG%%/%%GCC_REV%%/install-tools -@dirrm libexec/gcc/%%GCC_TARG%%/%%GCC_REV%% -@dirrm libexec/gcc/%%GCC_TARG%% -@unexec rmdir %D/libexec/gcc 2> /dev/null || true - diff --git a/devel/ncurses-devel/Makefile b/devel/ncurses-devel/Makefile deleted file mode 100644 index 38d41253f1a4..000000000000 --- a/devel/ncurses-devel/Makefile +++ /dev/null @@ -1,231 +0,0 @@ -# New ports collection makefile for: ncurses -# Date created: 23 September 1997 -# Whom: Andrey Zakhvatov -# -# $FreeBSD$ -# - -PORTNAME= ncurses -PORTVERSION= 5.4 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= ncurses - -MAINTAINER= trevor@FreeBSD.org -COMMENT= Library for terminal-independent, full-screen output - -LIB_DEPENDS= utf-8:${PORTSDIR}/converters/libutf-8 - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 400000 -MANUAL_PACKAGE_BUILD= conflicts with system ncurses -.endif - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --datadir=${PREFIX}/share/misc --disable-overwrite \ - --disable-termcap --includedir=${PREFIX}/include/ncurses \ - --with-profile --with-shared --without-debug \ - --without-curses-h --with-termlib --program-prefix= \ - --enable-safe-sprintf --disable-root-environ #--enable-widec -# needed by devel/py-ncurses port -.if defined(WITH_TRACE) -CONFIGURE_ARGS+= --with-trace -.endif - -CONFIGURE_ENV= gnat_exists="no" \ - ac_cv_path_LDCONFIG="${LDCONFIG} -m ${PREFIX}/lib" - -INSTALLS_SHLIB= yes -MANCOMPRESSED= yes -MAN1= captoinfo.1m clear.1 infocmp.1m infotocap.1m reset.1 tack.1 \ - tic.1m toe.1m tput.1 tset.1 -MAN3= COLOR_PAIR.3x PAIR_NUMBER.3x _nc_tracebits.3x _traceattr.3x \ - _traceattr2.3x _tracechar.3x _tracechtype.3x _tracechtype2.3x \ - _tracedump.3x _tracef.3x _tracemouse.3x add_wch.3x add_wchnstr.3x \ - add_wchstr.3x addch.3x addchnstr.3x addchstr.3x addnstr.3x addnwstr.3x \ - addstr.3x addwstr.3x assume_default_colors.3x attr_get.3x attr_off.3x \ - attr_on.3x attr_set.3x attroff.3x attron.3x attrset.3x baudrate.3x \ - beep.3x bkgd.3x bkgdset.3x bkgrnd.3x bkgrndset.3x border.3x \ - border_set.3x bottom_panel.3x box.3x box_set.3x can_change_color.3x \ - cbreak.3x chgat.3x clear.3x clearok.3x clrtobot.3x clrtoeol.3x \ - color_content.3x color_set.3x copywin.3x current_field.3x \ - current_item.3x curs_add_wch.3x curs_add_wchstr.3x curs_addch.3x \ - curs_addchstr.3x curs_addstr.3x curs_addwstr.3x curs_attr.3x \ - curs_beep.3x curs_bkgd.3x curs_bkgrnd.3x curs_border.3x \ - curs_border_set.3x curs_clear.3x curs_color.3x curs_delch.3x \ - curs_deleteln.3x curs_extend.3x curs_get_wch.3x curs_get_wstr.3x \ - curs_getcchar.3x curs_getch.3x curs_getstr.3x curs_getyx.3x \ - curs_in_wch.3x curs_in_wchstr.3x curs_inch.3x curs_inchstr.3x \ - curs_initscr.3x curs_inopts.3x curs_ins_wch.3x curs_ins_wstr.3x \ - curs_insch.3x curs_insstr.3x curs_instr.3x curs_inwstr.3x \ - curs_kernel.3x curs_mouse.3x curs_move.3x curs_outopts.3x \ - curs_overlay.3x curs_pad.3x curs_print.3x curs_printw.3x \ - curs_refresh.3x curs_scanw.3x curs_scr_dump.3x curs_scroll.3x \ - curs_set.3x curs_slk.3x curs_termattrs.3x curs_termcap.3x \ - curs_terminfo.3x curs_touch.3x curs_trace.3x curs_util.3x \ - curs_window.3x curses_version.3x data_ahead.3x data_behind.3x \ - def_prog_mode.3x def_shell_mode.3x default_colors.3x define_key.3x \ - del_curterm.3x del_panel.3x delay_output.3x delch.3x deleteln.3x \ - delscreen.3x delwin.3x derwin.3x doupdate.3x dup_field.3x dupwin.3x \ - dynamic_field_info.3x echo.3x echo_wchar.3x echochar.3x endwin.3x \ - erase.3x erasechar.3x erasewchar.3x fgetu8.3 field_arg.3x \ - field_back.3x field_buffer.3x field_count.3x field_fore.3x \ - field_index.3x field_info.3x field_just.3x field_opts.3x \ - field_opts_off.3x field_opts_on.3x field_pad.3x field_status.3x \ - field_type.3x field_userptr.3x filter.3x flash.3x flushinp.3x form.3x \ - form_cursor.3x form_data.3x form_driver.3x form_field.3x \ - form_field_attributes.3x form_field_buffer.3x form_field_info.3x \ - form_field_just.3x form_field_new.3x form_field_opts.3x \ - form_field_userptr.3x form_field_validation.3x form_fields.3x \ - form_fieldtype.3x form_hook.3x form_new.3x form_new_page.3x \ - form_opts.3x form_opts_off.3x form_opts_on.3x form_page.3x \ - form_post.3x form_request_by_name.3x form_request_name.3x \ - form_requestname.3x form_sub.3x form_userptr.3x form_win.3x \ - free_field.3x free_fieldtype.3x free_form.3x free_item.3x free_menu.3x \ - get_wch.3x get_wstr.3x getbegyx.3x getbkgd.3x getbkgrnd.3x getcchar.3x \ - getch.3x getmaxyx.3x getmouse.3x getn_wstr.3x getnstr.3x getparyx.3x \ - getstr.3x getsyx.3x getwin.3x getyx.3x halfdelay.3x has_colors.3x \ - has_ic.3x has_il.3x has_key.3x hide_panel.3x hline.3x hline_set.3x \ - idcok.3x idlok.3x immedok.3x in_wch.3x in_wchnstr.3x in_wchstr.3x \ - inch.3x inchnstr.3x inchstr.3x init_color.3x init_pair.3x initscr.3x \ - innstr.3x innwstr.3x ins_nwstr.3x ins_wch.3x ins_wstr.3x insch.3x \ - insdelln.3x insertln.3x insnstr.3x insstr.3x instr.3x intrflush.3x \ - inwstr.3x is_linetouched.3x is_term_resized.3x is_wintouched.3x \ - isendwin.3x item_count.3x item_description.3x item_index.3x \ - item_name.3x item_opts.3x item_opts_off.3x item_opts_on.3x \ - item_userptr.3x item_value.3x item_visible.3x key_name.3x keybound.3x \ - keyname.3x keyok.3x keypad.3x killchar.3x killwchar.3x leaveok.3x \ - link_field.3x link_fieldtype.3x longname.3x mcprint.3x menu.3x \ - menu_attributes.3x menu_back.3x menu_cursor.3x menu_driver.3x \ - menu_fore.3x menu_format.3x menu_grey.3x menu_hook.3x menu_items.3x \ - menu_mark.3x menu_new.3x menu_opts.3x menu_opts_off.3x menu_opts_on.3x \ - menu_pad.3x menu_pattern.3x menu_post.3x menu_request_by_name.3x \ - menu_request_name.3x menu_requestname.3x menu_spacing.3x menu_sub.3x \ - menu_userptr.3x menu_win.3x meta.3x mitem_current.3x mitem_name.3x \ - mitem_new.3x mitem_opts.3x mitem_userptr.3x mitem_value.3x \ - mitem_visible.3x mouse_trafo.3x mouseinterval.3x mousemask.3x move.3x \ - move_field.3x move_panel.3x mvadd_wch.3x mvadd_wchnstr.3x \ - mvadd_wchstr.3x mvaddch.3x mvaddchnstr.3x mvaddchstr.3x mvaddnstr.3x \ - mvaddnwstr.3x mvaddstr.3x mvaddwstr.3x mvchgat.3x mvcur.3x mvdelch.3x \ - mvderwin.3x mvget_wch.3x mvget_wstr.3x mvgetch.3x mvgetn_wstr.3x \ - mvgetnstr.3x mvgetstr.3x mvhline.3x mvhline_set.3x mvin_wch.3x \ - mvin_wchnstr.3x mvin_wchstr.3x mvinch.3x mvinchnstr.3x mvinchstr.3x \ - mvinnstr.3x mvinnwstr.3x mvins_nwstr.3x mvins_wch.3x mvins_wstr.3x \ - mvinsch.3x mvinsnstr.3x mvinsstr.3x mvinstr.3x mvinwstr.3x mvprintw.3x \ - mvscanw.3x mvvline.3x mvvline_set.3x mvwadd_wch.3x mvwadd_wchnstr.3x \ - mvwadd_wchstr.3x mvwaddch.3x mvwaddchnstr.3x mvwaddchstr.3x \ - mvwaddnstr.3x mvwaddnwstr.3x mvwaddstr.3x mvwaddwstr.3x mvwchgat.3x \ - mvwdelch.3x mvwget_wch.3x mvwget_wstr.3x mvwgetch.3x mvwgetn_wstr.3x \ - mvwgetnstr.3x mvwgetstr.3x mvwhline.3x mvwhline_set.3x mvwin.3x \ - mvwin_wch.3x mvwin_wchnstr.3x mvwin_wchstr.3x mvwinch.3x \ - mvwinchnstr.3x mvwinchstr.3x mvwinnstr.3x mvwinnwstr.3x \ - mvwins_nwstr.3x mvwins_wch.3x mvwins_wstr.3x mvwinsch.3x mvwinsnstr.3x \ - mvwinsstr.3x mvwinstr.3x mvwinwstr.3x mvwprintw.3x mvwscanw.3x \ - mvwvline.3x mvwvline_set.3x napms.3x ncurses.3x new_field.3x \ - new_fieldtype.3x new_form.3x new_item.3x new_menu.3x new_page.3x \ - new_panel.3x newpad.3x newterm.3x newwin.3x nl.3x nocbreak.3x \ - nodelay.3x noecho.3x nonl.3x noqiflush.3x noraw.3x notimeout.3x \ - overlay.3x overwrite.3x pair_content.3x panel.3x panel_above.3x \ - panel_below.3x panel_hidden.3x panel_userptr.3x panel_window.3x \ - pechochar.3x pnoutrefresh.3x pos_form_cursor.3x pos_menu_cursor.3x \ - post_form.3x post_menu.3x prefresh.3x printw.3x putp.3x putwin.3x \ - qiflush.3x raw.3x redrawwin.3x refresh.3x replace_panel.3x \ - reset_prog_mode.3x reset_shell_mode.3x resetty.3x resize_term.3x \ - resizeterm.3x restartterm.3x ripoffline.3x savetty.3x scale_form.3x \ - scale_menu.3x scanw.3x scr_dump.3x scr_init.3x scr_restore.3x \ - scr_set.3x scrl.3x scroll.3x scrollok.3x set_current_field.3x \ - set_current_item.3x set_curterm.3x set_field_back.3x \ - set_field_buffer.3x set_field_fore.3x set_field_init.3x \ - set_field_just.3x set_field_opts.3x set_field_pad.3x \ - set_field_status.3x set_field_term.3x set_field_type.3x \ - set_field_userptr.3x set_fieldtype_arg.3x set_fieldtype_choice.3x \ - set_form_fields.3x set_form_init.3x set_form_opts.3x set_form_page.3x \ - set_form_sub.3x set_form_term.3x set_form_userptr.3x set_form_win.3x \ - set_item_init.3x set_item_opts.3x set_item_term.3x set_item_userptr.3x \ - set_item_value.3x set_max_field.3x set_menu_back.3x set_menu_fore.3x \ - set_menu_format.3x set_menu_grey.3x set_menu_init.3x set_menu_items.3x \ - set_menu_mark.3x set_menu_opts.3x set_menu_pad.3x set_menu_pattern.3x \ - set_menu_spacing.3x set_menu_sub.3x set_menu_term.3x \ - set_menu_userptr.3x set_menu_win.3x set_new_page.3x \ - set_panel_userptr.3x set_term.3x set_top_row.3x setcchar.3x \ - setscrreg.3x setsyx.3x setterm.3x setupterm.3x show_panel.3x \ - slk_attr.3x slk_attr_off.3x slk_attr_on.3x slk_attr_set.3x \ - slk_attroff.3x slk_attron.3x slk_attrset.3x slk_clear.3x slk_color.3x \ - slk_init.3x slk_label.3x slk_noutrefresh.3x slk_refresh.3x \ - slk_restore.3x slk_set.3x slk_touch.3x standend.3x standout.3x \ - start_color.3x subpad.3x subwin.3x syncok.3x term_attrs.3x \ - termattrs.3x termname.3x tgetent.3x tgetflag.3x tgetnum.3x tgetstr.3x \ - tgoto.3x tigetflag.3x tigetnum.3x tigetstr.3x timeout.3x top_panel.3x \ - top_row.3x touchline.3x touchwin.3x tparm.3x tputs.3x trace.3x \ - typeahead.3x unctrl.3x unget_wch.3x ungetch.3x ungetmouse.3x \ - unpost_form.3x unpost_menu.3x untouchwin.3x update_panels.3x \ - use_default_colors.3x use_env.3x use_extended_names.3x vid_attr.3x \ - vid_puts.3x vidattr.3x vidputs.3x vline.3x vline_set.3x vw_printw.3x \ - vw_scanw.3x vwprintw.3x vwscanw.3x wadd_wch.3x wadd_wchnstr.3x \ - wadd_wchstr.3x waddch.3x waddchnstr.3x waddchstr.3x waddnstr.3x \ - waddnwstr.3x waddstr.3x waddwstr.3x wattr_get.3x wattr_off.3x \ - wattr_on.3x wattr_set.3x wattroff.3x wattron.3x wattrset.3x wbkgd.3x \ - wbkgdset.3x wbkgrnd.3x wbkgrndset.3x wborder.3x wborder_set.3x \ - wchgat.3x wclear.3x wclrtobot.3x wclrtoeol.3x wcolor_set.3x \ - wcursyncup.3x wdelch.3x wdeleteln.3x wecho_wchar.3x wechochar.3x \ - wenclose.3x werase.3x wget_wch.3x wget_wstr.3x wgetbkgrnd.3x wgetch.3x \ - wgetn_wstr.3x wgetnstr.3x wgetstr.3x whline.3x whline_set.3x \ - win_wch.3x win_wchnstr.3x win_wchstr.3x winch.3x winchnstr.3x \ - winchstr.3x winnstr.3x winnwstr.3x wins_nwstr.3x wins_wch.3x \ - wins_wstr.3x winsch.3x winsdelln.3x winsertln.3x winsnstr.3x \ - winsstr.3x winstr.3x winwstr.3x wmouse_trafo.3x wmove.3x \ - wnoutrefresh.3x wprintw.3x wredrawln.3x wrefresh.3x wresize.3x \ - wscanw.3x wscrl.3x wsetscrreg.3x wstandend.3x wstandout.3x \ - wsyncdown.3x wsyncup.3x wtimeout.3x wtouchln.3x wunctrl.3x wvline.3x \ - wvline_set.3x field_init.3x field_term.3x form_init.3x form_term.3x \ - fputu8.3 item_init.3x item_term.3x key_defined.3x menu_init.3x \ - menu_term.3x pecho_wchar.3x sgetu8.3 sputu8.3 -MAN5= term.5 terminfo.5 -MAN7= term.7 - -PKGMESSAGE= ${WRKDIR}/pkg-message - -DOCS= ANNOUNCE INSTALL NEWS README TO-DO doc/html/announce.html \ - doc/hackguide.doc doc/html/hackguide.html \ - doc/html/index.html doc/ncurses-intro.doc \ - doc/html/ncurses-intro.html -EXAMPLES= Makefile README blue.c bs.6 bs.c cardfile.c cardfile.dat \ - ditto.c dots.c filter.c firework.c firstlast.c gdc.6 \ - gdc.c hanoi.c hashtest.c knight.c lrtest.c ncurses.c \ - newdemo.c railroad.c rain.c tclock.c test.priv.h \ - testaddch.c testcurs.c testscanw.c view.c worm.c \ - xmas.c -EXAMPLES_CPP= Makefile NEWS PROBLEMS README-first cursesapp.cc \ - cursesapp.h cursesf.cc cursesf.h cursesm.cc cursesm.h \ - cursesmain.cc cursesp.cc cursesp.h cursesw.cc \ - cursesw.h cursslk.cc cursslk.h demo.cc etip.h \ - internal.h - -pre-configure: - ${MKDIR} ${WRKDIR} - ${ECHO_CMD} \ - "Warning: source code for this version has not been reviewed!" \ - > ${PKGMESSAGE} - @${CAT} ${PKGMESSAGE} - @${ECHO_CMD} - @${ECHO_CMD} Waiting ten seconds--press control-C to cancel build. - @sleep 10 - -post-install: - @ ${GZIP_CMD} ${PREFIX}/man/man1/tack.1 - @ ${MKDIR} ${DOCSDIR} ${EXAMPLESDIR}/c++ -.for file in ${DOCS} - @ ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor - @ ${INSTALL_DATA} ${WRKSRC}/misc/terminfo.src \ - ${PREFIX}/share/misc/terminfo -.for file in ${EXAMPLES} - @ ${INSTALL_DATA} ${WRKSRC}/test/${file} ${EXAMPLESDIR} -.endfor - @ ${INSTALL_SCRIPT} ${WRKSRC}/test/tracemunch ${EXAMPLESDIR} -.for file in ${EXAMPLES_CPP} - @ ${INSTALL_DATA} ${WRKSRC}/c++/${file} ${EXAMPLESDIR}/c++ -.endfor - -.include <bsd.port.post.mk> diff --git a/devel/ncurses-devel/distinfo b/devel/ncurses-devel/distinfo deleted file mode 100644 index f1737aad18c1..000000000000 --- a/devel/ncurses-devel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (ncurses-5.4.tar.gz) = 069c8880072060373290a4fefff43520 -SIZE (ncurses-5.4.tar.gz) = 2154022 diff --git a/devel/ncurses-devel/pkg-descr b/devel/ncurses-devel/pkg-descr deleted file mode 100644 index c474158b84b0..000000000000 --- a/devel/ncurses-devel/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -The ncurses software includes a SVr4 and XSI-Curses compatible -curses library as well as terminfo tools including "tic", "infocmp", -and "captoinfo". The library is used by other programs for text-mode -support of color, multiple highlights, forms-drawing characters, -automatic recognition of keypad and function-key sequences, and -more. - -The ncurses library uses a terminfo database (included), but can -be configured to use BSD's /etc/termcap file instead. This has -been approved by the old 4.4BSD curses maintainer as the official -4.4BSD curses successor. - -WWW: http://invisible-island.net/ncurses/ncurses.html diff --git a/devel/ncurses-devel/pkg-plist b/devel/ncurses-devel/pkg-plist deleted file mode 100644 index 33bd0449b31b..000000000000 --- a/devel/ncurses-devel/pkg-plist +++ /dev/null @@ -1,2649 +0,0 @@ -bin/captoinfo -bin/clear -bin/infocmp -bin/infotocap -bin/reset -bin/tack -bin/tic -bin/toe -bin/tput -bin/tset -include/ncurses/cursesapp.h -include/ncurses/cursesf.h -include/ncurses/cursesm.h -include/ncurses/cursesp.h -include/ncurses/cursesw.h -include/ncurses/cursslk.h -include/ncurses/eti.h -include/ncurses/etip.h -include/ncurses/form.h -include/ncurses/menu.h -include/ncurses/ncurses.h -include/ncurses/ncurses_dll.h -include/ncurses/panel.h -include/ncurses/term.h -include/ncurses/termcap.h -include/ncurses/unctrl.h -lib/libform.a -lib/libform.so -lib/libform.so.5.4 -lib/libform_p.a -lib/libmenu.a -lib/libmenu.so -lib/libmenu.so.5.4 -lib/libmenu_p.a -lib/libncurses++.a -lib/libncurses.a -lib/libncurses.so -lib/libncurses.so.5.4 -lib/libncurses_p.a -lib/libpanel.a -lib/libpanel.so -lib/libpanel.so.5.4 -lib/libpanel_p.a -lib/libtinfo.a -lib/libtinfo.so -lib/libtinfo.so.5.4 -lib/libtinfo_p.a -share/doc/ncurses/ANNOUNCE -share/doc/ncurses/INSTALL -share/doc/ncurses/NEWS -share/doc/ncurses/README -share/doc/ncurses/TO-DO -share/doc/ncurses/announce.html -share/doc/ncurses/hackguide.doc -share/doc/ncurses/hackguide.html -share/doc/ncurses/index.html -share/doc/ncurses/ncurses-intro.doc -share/doc/ncurses/ncurses-intro.html -share/examples/ncurses/Makefile -share/examples/ncurses/README -share/examples/ncurses/blue.c -share/examples/ncurses/bs.6 -share/examples/ncurses/bs.c -share/examples/ncurses/c++/Makefile -share/examples/ncurses/c++/NEWS -share/examples/ncurses/c++/PROBLEMS -share/examples/ncurses/c++/README-first -share/examples/ncurses/c++/cursesapp.cc -share/examples/ncurses/c++/cursesapp.h -share/examples/ncurses/c++/cursesf.cc -share/examples/ncurses/c++/cursesf.h -share/examples/ncurses/c++/cursesm.cc -share/examples/ncurses/c++/cursesm.h -share/examples/ncurses/c++/cursesmain.cc -share/examples/ncurses/c++/cursesp.cc -share/examples/ncurses/c++/cursesp.h -share/examples/ncurses/c++/cursesw.cc -share/examples/ncurses/c++/cursesw.h -share/examples/ncurses/c++/cursslk.cc -share/examples/ncurses/c++/cursslk.h -share/examples/ncurses/c++/demo.cc -share/examples/ncurses/c++/etip.h -share/examples/ncurses/c++/internal.h -share/examples/ncurses/cardfile.c -share/examples/ncurses/cardfile.dat -share/examples/ncurses/ditto.c -share/examples/ncurses/dots.c -share/examples/ncurses/filter.c -share/examples/ncurses/firework.c -share/examples/ncurses/firstlast.c -share/examples/ncurses/gdc.6 -share/examples/ncurses/gdc.c -share/examples/ncurses/hanoi.c -share/examples/ncurses/hashtest.c -share/examples/ncurses/knight.c -share/examples/ncurses/lrtest.c -share/examples/ncurses/ncurses.c -share/examples/ncurses/newdemo.c -share/examples/ncurses/railroad.c -share/examples/ncurses/rain.c -share/examples/ncurses/tclock.c -share/examples/ncurses/test.priv.h -share/examples/ncurses/testaddch.c -share/examples/ncurses/testcurs.c -share/examples/ncurses/testscanw.c -share/examples/ncurses/tracemunch -share/examples/ncurses/view.c -share/examples/ncurses/worm.c -share/examples/ncurses/xmas.c -share/misc/tabset/std -share/misc/tabset/stdcrt -share/misc/tabset/vt100 -share/misc/tabset/vt300 -share/misc/terminfo/1/1178 -share/misc/terminfo/1/1730-lm -share/misc/terminfo/2/2621 -share/misc/terminfo/2/2621-wl -share/misc/terminfo/2/2621A -share/misc/terminfo/2/2621a -share/misc/terminfo/3/386at -share/misc/terminfo/3/3b1 -share/misc/terminfo/4/4025ex -share/misc/terminfo/4/4027ex -share/misc/terminfo/4/4410-w -share/misc/terminfo/5/5051 -share/misc/terminfo/5/5410-w -share/misc/terminfo/5/5620 -share/misc/terminfo/5/5630-24 -share/misc/terminfo/5/5630DMD-24 -share/misc/terminfo/6/6053 -share/misc/terminfo/6/6053-dg -share/misc/terminfo/6/605x -share/misc/terminfo/6/605x-dg -share/misc/terminfo/6/630-lm -share/misc/terminfo/6/630MTG-24 -share/misc/terminfo/7/730MTG-24 -share/misc/terminfo/7/730MTG-41 -share/misc/terminfo/7/730MTG-41r -share/misc/terminfo/7/730MTGr -share/misc/terminfo/7/730MTGr-24 -share/misc/terminfo/8/8510 -share/misc/terminfo/9/955-hb -share/misc/terminfo/9/955-w -share/misc/terminfo/A/Apple_Terminal -share/misc/terminfo/E/Eterm -share/misc/terminfo/E/Eterm-color -share/misc/terminfo/L/LFT-PC850 -share/misc/terminfo/M/MtxOrb -share/misc/terminfo/M/MtxOrb162 -share/misc/terminfo/M/MtxOrb204 -share/misc/terminfo/N/NCR260VT300WPP -share/misc/terminfo/N/NCRVT100WPP -share/misc/terminfo/P/P12 -share/misc/terminfo/P/P12-M -share/misc/terminfo/P/P12-M-W -share/misc/terminfo/P/P12-W -share/misc/terminfo/P/P14 -share/misc/terminfo/P/P14-M -share/misc/terminfo/P/P14-M-W -share/misc/terminfo/P/P14-W -share/misc/terminfo/P/P4 -share/misc/terminfo/P/P5 -share/misc/terminfo/P/P7 -share/misc/terminfo/P/P8 -share/misc/terminfo/P/P8-W -share/misc/terminfo/P/P9 -share/misc/terminfo/P/P9-8 -share/misc/terminfo/P/P9-8-W -share/misc/terminfo/P/P9-W -share/misc/terminfo/Q/Q306-8-pc -share/misc/terminfo/Q/Q310-vip-H -share/misc/terminfo/Q/Q310-vip-H-am -share/misc/terminfo/Q/Q310-vip-Hw -share/misc/terminfo/Q/Q310-vip-w -share/misc/terminfo/Q/Q310-vip-w-am -share/misc/terminfo/X/X-hpterm -share/misc/terminfo/a/a210 -share/misc/terminfo/a/a80 -share/misc/terminfo/a/a980 -share/misc/terminfo/a/aa4080 -share/misc/terminfo/a/aaa -share/misc/terminfo/a/aaa+dec -share/misc/terminfo/a/aaa+rv -share/misc/terminfo/a/aaa+unk -share/misc/terminfo/a/aaa-18 -share/misc/terminfo/a/aaa-18-rv -share/misc/terminfo/a/aaa-20 -share/misc/terminfo/a/aaa-22 -share/misc/terminfo/a/aaa-24 -share/misc/terminfo/a/aaa-24-rv -share/misc/terminfo/a/aaa-26 -share/misc/terminfo/a/aaa-28 -share/misc/terminfo/a/aaa-30 -share/misc/terminfo/a/aaa-30-ctxt -share/misc/terminfo/a/aaa-30-rv -share/misc/terminfo/a/aaa-30-rv-ctxt -share/misc/terminfo/a/aaa-30-s -share/misc/terminfo/a/aaa-30-s-ctxt -share/misc/terminfo/a/aaa-30-s-rv -share/misc/terminfo/a/aaa-30-s-rv-ct -share/misc/terminfo/a/aaa-36 -share/misc/terminfo/a/aaa-36-rv -share/misc/terminfo/a/aaa-40 -share/misc/terminfo/a/aaa-40-rv -share/misc/terminfo/a/aaa-48 -share/misc/terminfo/a/aaa-48-rv -share/misc/terminfo/a/aaa-60 -share/misc/terminfo/a/aaa-60-dec-rv -share/misc/terminfo/a/aaa-60-rv -share/misc/terminfo/a/aaa-60-s -share/misc/terminfo/a/aaa-60-s-rv -share/misc/terminfo/a/aaa-ctxt -share/misc/terminfo/a/aaa-db -share/misc/terminfo/a/aaa-rv -share/misc/terminfo/a/aaa-rv-ctxt -share/misc/terminfo/a/aaa-rv-unk -share/misc/terminfo/a/aaa-s -share/misc/terminfo/a/aaa-s-ctxt -share/misc/terminfo/a/aaa-s-rv -share/misc/terminfo/a/aaa-s-rv-ctxt -share/misc/terminfo/a/aaa-unk -share/misc/terminfo/a/aas1901 -share/misc/terminfo/a/abm80 -share/misc/terminfo/a/abm85 -share/misc/terminfo/a/abm85e -share/misc/terminfo/a/abm85h -share/misc/terminfo/a/abm85h-old -share/misc/terminfo/a/act4 -share/misc/terminfo/a/act5 -share/misc/terminfo/a/addrinfo -share/misc/terminfo/a/adds980 -share/misc/terminfo/a/addsviewpoint -share/misc/terminfo/a/addsvp60 -share/misc/terminfo/a/adm+sgr -share/misc/terminfo/a/adm1 -share/misc/terminfo/a/adm11 -share/misc/terminfo/a/adm1178 -share/misc/terminfo/a/adm12 -share/misc/terminfo/a/adm1a -share/misc/terminfo/a/adm2 -share/misc/terminfo/a/adm20 -share/misc/terminfo/a/adm21 -share/misc/terminfo/a/adm22 -share/misc/terminfo/a/adm3 -share/misc/terminfo/a/adm31 -share/misc/terminfo/a/adm31-old -share/misc/terminfo/a/adm36 -share/misc/terminfo/a/adm3a -share/misc/terminfo/a/adm3a+ -share/misc/terminfo/a/adm42 -share/misc/terminfo/a/adm42-ns -share/misc/terminfo/a/adm5 -share/misc/terminfo/a/aepro -share/misc/terminfo/a/aixterm -share/misc/terminfo/a/aixterm-m -share/misc/terminfo/a/aixterm-m-old -share/misc/terminfo/a/aj -share/misc/terminfo/a/aj510 -share/misc/terminfo/a/aj830 -share/misc/terminfo/a/aj832 -share/misc/terminfo/a/alt2 -share/misc/terminfo/a/alt3 -share/misc/terminfo/a/alt4 -share/misc/terminfo/a/alt5 -share/misc/terminfo/a/alt7 -share/misc/terminfo/a/alt7pc -share/misc/terminfo/a/alto-h19 -share/misc/terminfo/a/alto-heath -share/misc/terminfo/a/altoh19 -share/misc/terminfo/a/altoheath -share/misc/terminfo/a/altos-2 -share/misc/terminfo/a/altos-3 -share/misc/terminfo/a/altos-4 -share/misc/terminfo/a/altos-5 -share/misc/terminfo/a/altos2 -share/misc/terminfo/a/altos3 -share/misc/terminfo/a/altos4 -share/misc/terminfo/a/altos5 -share/misc/terminfo/a/altos7 -share/misc/terminfo/a/altos7pc -share/misc/terminfo/a/ambas -share/misc/terminfo/a/ambassador -share/misc/terminfo/a/amiga -share/misc/terminfo/a/amiga-8bit -share/misc/terminfo/a/amiga-h -share/misc/terminfo/a/amiga-vnc -share/misc/terminfo/a/amp219 -share/misc/terminfo/a/amp219w -share/misc/terminfo/a/ampex-219 -share/misc/terminfo/a/ampex-219w -share/misc/terminfo/a/ampex-232 -share/misc/terminfo/a/ampex175 -share/misc/terminfo/a/ampex175-b -share/misc/terminfo/a/ampex210 -share/misc/terminfo/a/ampex219 -share/misc/terminfo/a/ampex219w -share/misc/terminfo/a/ampex232 -share/misc/terminfo/a/ampex232w -share/misc/terminfo/a/ampex80 -share/misc/terminfo/a/annarbor4080 -share/misc/terminfo/a/ansi -share/misc/terminfo/a/ansi+arrows -share/misc/terminfo/a/ansi+csr -share/misc/terminfo/a/ansi+cup -share/misc/terminfo/a/ansi+erase -share/misc/terminfo/a/ansi+idc -share/misc/terminfo/a/ansi+idl -share/misc/terminfo/a/ansi+idl1 -share/misc/terminfo/a/ansi+inittabs -share/misc/terminfo/a/ansi+local -share/misc/terminfo/a/ansi+local1 -share/misc/terminfo/a/ansi+pp -share/misc/terminfo/a/ansi+rca -share/misc/terminfo/a/ansi+rep -share/misc/terminfo/a/ansi+sgr -share/misc/terminfo/a/ansi+sgrbold -share/misc/terminfo/a/ansi+sgrdim -share/misc/terminfo/a/ansi+sgrso -share/misc/terminfo/a/ansi+sgrul -share/misc/terminfo/a/ansi+tabs -share/misc/terminfo/a/ansi-color-2-emx -share/misc/terminfo/a/ansi-color-3-emx -share/misc/terminfo/a/ansi-emx -share/misc/terminfo/a/ansi-generic -share/misc/terminfo/a/ansi-m -share/misc/terminfo/a/ansi-mini -share/misc/terminfo/a/ansi-mono -share/misc/terminfo/a/ansi-mr -share/misc/terminfo/a/ansi-mtabs -share/misc/terminfo/a/ansi-nt -share/misc/terminfo/a/ansi.sys -share/misc/terminfo/a/ansi.sys-old -share/misc/terminfo/a/ansi.sysk -share/misc/terminfo/a/ansi43m -share/misc/terminfo/a/ansi77 -share/misc/terminfo/a/ansi80x25 -share/misc/terminfo/a/ansi80x25-mono -share/misc/terminfo/a/ansi80x25-raw -share/misc/terminfo/a/ansi80x30 -share/misc/terminfo/a/ansi80x30-mono -share/misc/terminfo/a/ansi80x43 -share/misc/terminfo/a/ansi80x43-mono -share/misc/terminfo/a/ansi80x50 -share/misc/terminfo/a/ansi80x50-mono -share/misc/terminfo/a/ansi80x60 -share/misc/terminfo/a/ansi80x60-mono -share/misc/terminfo/a/ansil -share/misc/terminfo/a/ansil-mono -share/misc/terminfo/a/ansis -share/misc/terminfo/a/ansis-mono -share/misc/terminfo/a/ansisysk -share/misc/terminfo/a/ansiw -share/misc/terminfo/a/ap-vm80 -share/misc/terminfo/a/apl -share/misc/terminfo/a/apollo -share/misc/terminfo/a/apollo_15P -share/misc/terminfo/a/apollo_19L -share/misc/terminfo/a/apollo_color -share/misc/terminfo/a/apple-80 -share/misc/terminfo/a/apple-ae -share/misc/terminfo/a/apple-soroc -share/misc/terminfo/a/apple-uterm -share/misc/terminfo/a/apple-uterm-vb -share/misc/terminfo/a/apple-videx -share/misc/terminfo/a/apple-videx2 -share/misc/terminfo/a/apple-videx3 -share/misc/terminfo/a/apple-vm80 -share/misc/terminfo/a/apple2e -share/misc/terminfo/a/apple2e-p -share/misc/terminfo/a/apple80p -share/misc/terminfo/a/appleII -share/misc/terminfo/a/appleIIc -share/misc/terminfo/a/appleIIe -share/misc/terminfo/a/appleIIgs -share/misc/terminfo/a/arm100 -share/misc/terminfo/a/arm100-am -share/misc/terminfo/a/arm100-w -share/misc/terminfo/a/arm100-wam -share/misc/terminfo/a/at386 -share/misc/terminfo/a/atari -share/misc/terminfo/a/att2300 -share/misc/terminfo/a/att2350 -share/misc/terminfo/a/att4410 -share/misc/terminfo/a/att4410-w -share/misc/terminfo/a/att4410v1 -share/misc/terminfo/a/att4410v1-w -share/misc/terminfo/a/att4415 -share/misc/terminfo/a/att4415+nl -share/misc/terminfo/a/att4415-nl -share/misc/terminfo/a/att4415-rv -share/misc/terminfo/a/att4415-rv-nl -share/misc/terminfo/a/att4415-w -share/misc/terminfo/a/att4415-w-nl -share/misc/terminfo/a/att4415-w-rv -share/misc/terminfo/a/att4415-w-rv-n -share/misc/terminfo/a/att4418 -share/misc/terminfo/a/att4418-w -share/misc/terminfo/a/att4420 -share/misc/terminfo/a/att4424 -share/misc/terminfo/a/att4424-1 -share/misc/terminfo/a/att4424m -share/misc/terminfo/a/att4425 -share/misc/terminfo/a/att4425-nl -share/misc/terminfo/a/att4425-w -share/misc/terminfo/a/att4426 -share/misc/terminfo/a/att500 -share/misc/terminfo/a/att505 -share/misc/terminfo/a/att505-24 -share/misc/terminfo/a/att510a -share/misc/terminfo/a/att510d -share/misc/terminfo/a/att513 -share/misc/terminfo/a/att5310 -share/misc/terminfo/a/att5320 -share/misc/terminfo/a/att5410 -share/misc/terminfo/a/att5410-w -share/misc/terminfo/a/att5410v1 -share/misc/terminfo/a/att5410v1-w -share/misc/terminfo/a/att5418 -share/misc/terminfo/a/att5418-w -share/misc/terminfo/a/att5420 -share/misc/terminfo/a/att5420+nl -share/misc/terminfo/a/att5420-nl -share/misc/terminfo/a/att5420-rv -share/misc/terminfo/a/att5420-rv-nl -share/misc/terminfo/a/att5420-w -share/misc/terminfo/a/att5420-w-nl -share/misc/terminfo/a/att5420-w-rv -share/misc/terminfo/a/att5420-w-rv-n -share/misc/terminfo/a/att5420_2 -share/misc/terminfo/a/att5420_2-w -share/misc/terminfo/a/att5425 -share/misc/terminfo/a/att5425-nl -share/misc/terminfo/a/att5425-w -share/misc/terminfo/a/att5430 -share/misc/terminfo/a/att5620 -share/misc/terminfo/a/att5620-1 -share/misc/terminfo/a/att5620-24 -share/misc/terminfo/a/att5620-34 -share/misc/terminfo/a/att5620-s -share/misc/terminfo/a/att605 -share/misc/terminfo/a/att605-pc -share/misc/terminfo/a/att605-w -share/misc/terminfo/a/att610 -share/misc/terminfo/a/att610-103k -share/misc/terminfo/a/att610-103k-w -share/misc/terminfo/a/att610-w -share/misc/terminfo/a/att615 -share/misc/terminfo/a/att615-103k -share/misc/terminfo/a/att615-103k-w -share/misc/terminfo/a/att615-w -share/misc/terminfo/a/att620 -share/misc/terminfo/a/att620-103k -share/misc/terminfo/a/att620-103k-w -share/misc/terminfo/a/att620-w -share/misc/terminfo/a/att630 -share/misc/terminfo/a/att630-24 -share/misc/terminfo/a/att6386 -share/misc/terminfo/a/att700 -share/misc/terminfo/a/att730 -share/misc/terminfo/a/att730-24 -share/misc/terminfo/a/att730-41 -share/misc/terminfo/a/att7300 -share/misc/terminfo/a/att730r -share/misc/terminfo/a/att730r-24 -share/misc/terminfo/a/att730r-41 -share/misc/terminfo/a/avatar -share/misc/terminfo/a/avatar0 -share/misc/terminfo/a/avatar0+ -share/misc/terminfo/a/avatar1 -share/misc/terminfo/a/avt -share/misc/terminfo/a/avt+s -share/misc/terminfo/a/avt-ns -share/misc/terminfo/a/avt-rv -share/misc/terminfo/a/avt-rv-ns -share/misc/terminfo/a/avt-rv-s -share/misc/terminfo/a/avt-s -share/misc/terminfo/a/avt-w -share/misc/terminfo/a/avt-w-ns -share/misc/terminfo/a/avt-w-rv -share/misc/terminfo/a/avt-w-rv-ns -share/misc/terminfo/a/avt-w-rv-s -share/misc/terminfo/a/avt-w-s -share/misc/terminfo/a/aws -share/misc/terminfo/a/awsc -share/misc/terminfo/b/b-128 -share/misc/terminfo/b/bantam -share/misc/terminfo/b/basic4 -share/misc/terminfo/b/basis -share/misc/terminfo/b/bct510a -share/misc/terminfo/b/bct510d -share/misc/terminfo/b/beacon -share/misc/terminfo/b/bee -share/misc/terminfo/b/beehive -share/misc/terminfo/b/beehive3 -share/misc/terminfo/b/beehive4 -share/misc/terminfo/b/beehiveIIIm -share/misc/terminfo/b/beterm -share/misc/terminfo/b/bg1.25 -share/misc/terminfo/b/bg1.25nv -share/misc/terminfo/b/bg1.25rv -share/misc/terminfo/b/bg2.0 -share/misc/terminfo/b/bg2.0nv -share/misc/terminfo/b/bg2.0rv -share/misc/terminfo/b/bg3.10 -share/misc/terminfo/b/bg3.10nv -share/misc/terminfo/b/bg3.10rv -share/misc/terminfo/b/bh3m -share/misc/terminfo/b/bh4 -share/misc/terminfo/b/bitgraph -share/misc/terminfo/b/blit -share/misc/terminfo/b/bobcat -share/misc/terminfo/b/bq300 -share/misc/terminfo/b/bq300-8 -share/misc/terminfo/b/bq300-8-pc -share/misc/terminfo/b/bq300-8-pc-rv -share/misc/terminfo/b/bq300-8-pc-w -share/misc/terminfo/b/bq300-8-pc-w-rv -share/misc/terminfo/b/bq300-8rv -share/misc/terminfo/b/bq300-8w -share/misc/terminfo/b/bq300-pc -share/misc/terminfo/b/bq300-pc-rv -share/misc/terminfo/b/bq300-pc-w -share/misc/terminfo/b/bq300-pc-w-rv -share/misc/terminfo/b/bq300-rv -share/misc/terminfo/b/bq300-w -share/misc/terminfo/b/bq300-w-8rv -share/misc/terminfo/b/bq300-w-rv -share/misc/terminfo/b/bsdos-pc -share/misc/terminfo/b/bsdos-pc-m -share/misc/terminfo/b/bsdos-pc-mono -share/misc/terminfo/b/bsdos-pc-nobold -share/misc/terminfo/b/bsdos-ppc -share/misc/terminfo/b/bsdos-sparc -share/misc/terminfo/c/c100 -share/misc/terminfo/c/c100-1p -share/misc/terminfo/c/c100-4p -share/misc/terminfo/c/c100-rv -share/misc/terminfo/c/c100-rv-4p -share/misc/terminfo/c/c104 -share/misc/terminfo/c/c108 -share/misc/terminfo/c/c108-4p -share/misc/terminfo/c/c108-8p -share/misc/terminfo/c/c108-rv -share/misc/terminfo/c/c108-rv-4p -share/misc/terminfo/c/c108-rv-8p -share/misc/terminfo/c/c108-w -share/misc/terminfo/c/c108-w-8p -share/misc/terminfo/c/c300 -share/misc/terminfo/c/c301 -share/misc/terminfo/c/c321 -share/misc/terminfo/c/ca22851 -share/misc/terminfo/c/cad68-2 -share/misc/terminfo/c/cad68-3 -share/misc/terminfo/c/cbblit -share/misc/terminfo/c/cbunix -share/misc/terminfo/c/cci -share/misc/terminfo/c/cci1 -share/misc/terminfo/c/cdc456 -share/misc/terminfo/c/cdc721 -share/misc/terminfo/c/cdc721-esc -share/misc/terminfo/c/cdc721ll -share/misc/terminfo/c/cdc752 -share/misc/terminfo/c/cdc756 -share/misc/terminfo/c/cg7900 -share/misc/terminfo/c/cgc2 -share/misc/terminfo/c/cgc3 -share/misc/terminfo/c/chromatics -share/misc/terminfo/c/ci8510 -share/misc/terminfo/c/cit-80 -share/misc/terminfo/c/cit101 -share/misc/terminfo/c/cit101e -share/misc/terminfo/c/cit101e-132 -share/misc/terminfo/c/cit101e-n -share/misc/terminfo/c/cit101e-n132 -share/misc/terminfo/c/cit101e-rv -share/misc/terminfo/c/cit500 -share/misc/terminfo/c/cit80 -share/misc/terminfo/c/citc -share/misc/terminfo/c/citoh -share/misc/terminfo/c/citoh-6lpi -share/misc/terminfo/c/citoh-8lpi -share/misc/terminfo/c/citoh-comp -share/misc/terminfo/c/citoh-elite -share/misc/terminfo/c/citoh-pica -share/misc/terminfo/c/citoh-prop -share/misc/terminfo/c/citoh-ps -share/misc/terminfo/c/coco3 -share/misc/terminfo/c/coherent -share/misc/terminfo/c/color_xterm -share/misc/terminfo/c/colorscan -share/misc/terminfo/c/commodore -share/misc/terminfo/c/concept -share/misc/terminfo/c/concept-avt -share/misc/terminfo/c/concept100 -share/misc/terminfo/c/concept100-rv -share/misc/terminfo/c/concept108 -share/misc/terminfo/c/concept108-4p -share/misc/terminfo/c/concept108-8p -share/misc/terminfo/c/concept108-w-8 -share/misc/terminfo/c/concept108-w8p -share/misc/terminfo/c/concept108rv4p -share/misc/terminfo/c/cons25 -share/misc/terminfo/c/cons25-iso-m -share/misc/terminfo/c/cons25-iso8859 -share/misc/terminfo/c/cons25-koi8-r -share/misc/terminfo/c/cons25-koi8r-m -share/misc/terminfo/c/cons25-m -share/misc/terminfo/c/cons25l1 -share/misc/terminfo/c/cons25l1-m -share/misc/terminfo/c/cons25r -share/misc/terminfo/c/cons25r-m -share/misc/terminfo/c/cons25w -share/misc/terminfo/c/cons30 -share/misc/terminfo/c/cons30-m -share/misc/terminfo/c/cons43 -share/misc/terminfo/c/cons43-m -share/misc/terminfo/c/cons50 -share/misc/terminfo/c/cons50-iso-m -share/misc/terminfo/c/cons50-iso8859 -share/misc/terminfo/c/cons50-koi8r -share/misc/terminfo/c/cons50-koi8r-m -share/misc/terminfo/c/cons50-m -share/misc/terminfo/c/cons50l1 -share/misc/terminfo/c/cons50l1-m -share/misc/terminfo/c/cons50r -share/misc/terminfo/c/cons50r-m -share/misc/terminfo/c/cons60 -share/misc/terminfo/c/cons60-iso -share/misc/terminfo/c/cons60-iso-m -share/misc/terminfo/c/cons60-koi8r -share/misc/terminfo/c/cons60-koi8r-m -share/misc/terminfo/c/cons60-m -share/misc/terminfo/c/cons60l1 -share/misc/terminfo/c/cons60l1-m -share/misc/terminfo/c/cons60r -share/misc/terminfo/c/cons60r-m -share/misc/terminfo/c/contel300 -share/misc/terminfo/c/contel301 -share/misc/terminfo/c/contel320 -share/misc/terminfo/c/contel321 -share/misc/terminfo/c/cops -share/misc/terminfo/c/cops-10 -share/misc/terminfo/c/cops10 -share/misc/terminfo/c/crt -share/misc/terminfo/c/crt-vt220 -share/misc/terminfo/c/cs10 -share/misc/terminfo/c/cs10-w -share/misc/terminfo/c/ct82 -share/misc/terminfo/c/ct8500 -share/misc/terminfo/c/ctrm -share/misc/terminfo/c/cx -share/misc/terminfo/c/cx100 -share/misc/terminfo/c/cyb110 -share/misc/terminfo/c/cyb83 -share/misc/terminfo/c/cygwin -share/misc/terminfo/c/cygwinB19 -share/misc/terminfo/c/cygwinDBG -share/misc/terminfo/d/d132 -share/misc/terminfo/d/d2 -share/misc/terminfo/d/d2-dg -share/misc/terminfo/d/d200 -share/misc/terminfo/d/d200-dg -share/misc/terminfo/d/d210 -share/misc/terminfo/d/d210-dg -share/misc/terminfo/d/d211 -share/misc/terminfo/d/d211-7b -share/misc/terminfo/d/d211-dg -share/misc/terminfo/d/d214 -share/misc/terminfo/d/d214-dg -share/misc/terminfo/d/d215 -share/misc/terminfo/d/d215-7b -share/misc/terminfo/d/d215-dg -share/misc/terminfo/d/d216+ -share/misc/terminfo/d/d216+25 -share/misc/terminfo/d/d216+dg -share/misc/terminfo/d/d216-dg -share/misc/terminfo/d/d216-unix -share/misc/terminfo/d/d216-unix-25 -share/misc/terminfo/d/d216e+ -share/misc/terminfo/d/d216e+dg -share/misc/terminfo/d/d216e-dg -share/misc/terminfo/d/d216e-unix -share/misc/terminfo/d/d217-dg -share/misc/terminfo/d/d217-unix -share/misc/terminfo/d/d217-unix-25 -share/misc/terminfo/d/d220 -share/misc/terminfo/d/d220-7b -share/misc/terminfo/d/d220-dg -share/misc/terminfo/d/d230 -share/misc/terminfo/d/d230-dg -share/misc/terminfo/d/d230c -share/misc/terminfo/d/d230c-dg -share/misc/terminfo/d/d400 -share/misc/terminfo/d/d400-dg -share/misc/terminfo/d/d410 -share/misc/terminfo/d/d410-7b -share/misc/terminfo/d/d410-7b-w -share/misc/terminfo/d/d410-dg -share/misc/terminfo/d/d410-w -share/misc/terminfo/d/d411 -share/misc/terminfo/d/d411-7b -share/misc/terminfo/d/d411-7b-w -share/misc/terminfo/d/d411-dg -share/misc/terminfo/d/d411-w -share/misc/terminfo/d/d412+ -share/misc/terminfo/d/d412+25 -share/misc/terminfo/d/d412+dg -share/misc/terminfo/d/d412+s -share/misc/terminfo/d/d412+sr -share/misc/terminfo/d/d412+w -share/misc/terminfo/d/d412-dg -share/misc/terminfo/d/d412-unix -share/misc/terminfo/d/d412-unix-25 -share/misc/terminfo/d/d412-unix-s -share/misc/terminfo/d/d412-unix-sr -share/misc/terminfo/d/d412-unix-w -share/misc/terminfo/d/d413-dg -share/misc/terminfo/d/d413-unix -share/misc/terminfo/d/d413-unix-25 -share/misc/terminfo/d/d413-unix-s -share/misc/terminfo/d/d413-unix-sr -share/misc/terminfo/d/d413-unix-w -share/misc/terminfo/d/d414-unix -share/misc/terminfo/d/d414-unix-25 -share/misc/terminfo/d/d414-unix-s -share/misc/terminfo/d/d414-unix-sr -share/misc/terminfo/d/d414-unix-w -share/misc/terminfo/d/d430-dg -share/misc/terminfo/d/d430-dg-ccc -share/misc/terminfo/d/d430-unix -share/misc/terminfo/d/d430-unix-25 -share/misc/terminfo/d/d430-unix-25-ccc -share/misc/terminfo/d/d430-unix-ccc -share/misc/terminfo/d/d430-unix-s -share/misc/terminfo/d/d430-unix-s-ccc -share/misc/terminfo/d/d430-unix-sr -share/misc/terminfo/d/d430-unix-sr-ccc -share/misc/terminfo/d/d430-unix-w -share/misc/terminfo/d/d430-unix-w-ccc -share/misc/terminfo/d/d430c-dg -share/misc/terminfo/d/d430c-dg-ccc -share/misc/terminfo/d/d430c-unix -share/misc/terminfo/d/d430c-unix-25 -share/misc/terminfo/d/d430c-unix-25-ccc -share/misc/terminfo/d/d430c-unix-ccc -share/misc/terminfo/d/d430c-unix-s -share/misc/terminfo/d/d430c-unix-s-ccc -share/misc/terminfo/d/d430c-unix-sr -share/misc/terminfo/d/d430c-unix-sr-ccc -share/misc/terminfo/d/d430c-unix-w -share/misc/terminfo/d/d430c-unix-w-ccc -share/misc/terminfo/d/d450 -share/misc/terminfo/d/d450-dg -share/misc/terminfo/d/d460 -share/misc/terminfo/d/d460-7b -share/misc/terminfo/d/d460-7b-w -share/misc/terminfo/d/d460-dg -share/misc/terminfo/d/d460-w -share/misc/terminfo/d/d461 -share/misc/terminfo/d/d461-7b -share/misc/terminfo/d/d461-7b-w -share/misc/terminfo/d/d461-dg -share/misc/terminfo/d/d461-w -share/misc/terminfo/d/d462+ -share/misc/terminfo/d/d462+25 -share/misc/terminfo/d/d462+dg -share/misc/terminfo/d/d462+s -share/misc/terminfo/d/d462+sr -share/misc/terminfo/d/d462+w -share/misc/terminfo/d/d462-dg -share/misc/terminfo/d/d462-unix -share/misc/terminfo/d/d462-unix-25 -share/misc/terminfo/d/d462-unix-s -share/misc/terminfo/d/d462-unix-sr -share/misc/terminfo/d/d462-unix-w -share/misc/terminfo/d/d462e-dg -share/misc/terminfo/d/d463-dg -share/misc/terminfo/d/d463-unix -share/misc/terminfo/d/d463-unix-25 -share/misc/terminfo/d/d463-unix-s -share/misc/terminfo/d/d463-unix-sr -share/misc/terminfo/d/d463-unix-w -share/misc/terminfo/d/d464-unix -share/misc/terminfo/d/d464-unix-25 -share/misc/terminfo/d/d464-unix-s -share/misc/terminfo/d/d464-unix-sr -share/misc/terminfo/d/d464-unix-w -share/misc/terminfo/d/d470 -share/misc/terminfo/d/d470-7b -share/misc/terminfo/d/d470-dg -share/misc/terminfo/d/d470c -share/misc/terminfo/d/d470c-7b -share/misc/terminfo/d/d470c-dg -share/misc/terminfo/d/d555 -share/misc/terminfo/d/d555-7b -share/misc/terminfo/d/d555-7b-w -share/misc/terminfo/d/d555-dg -share/misc/terminfo/d/d555-w -share/misc/terminfo/d/d577 -share/misc/terminfo/d/d577-7b -share/misc/terminfo/d/d577-7b-w -share/misc/terminfo/d/d577-dg -share/misc/terminfo/d/d577-w -share/misc/terminfo/d/d578 -share/misc/terminfo/d/d578-7b -share/misc/terminfo/d/d578-dg -share/misc/terminfo/d/d80 -share/misc/terminfo/d/d800 -share/misc/terminfo/d/darwin -share/misc/terminfo/d/darwin-100x37 -share/misc/terminfo/d/darwin-100x37-m -share/misc/terminfo/d/darwin-112x37 -share/misc/terminfo/d/darwin-112x37-m -share/misc/terminfo/d/darwin-128x40 -share/misc/terminfo/d/darwin-128x40-m -share/misc/terminfo/d/darwin-128x48 -share/misc/terminfo/d/darwin-128x48-m -share/misc/terminfo/d/darwin-144x48 -share/misc/terminfo/d/darwin-144x48-m -share/misc/terminfo/d/darwin-160x64 -share/misc/terminfo/d/darwin-160x64-m -share/misc/terminfo/d/darwin-200x64 -share/misc/terminfo/d/darwin-200x64-m -share/misc/terminfo/d/darwin-200x75 -share/misc/terminfo/d/darwin-200x75-m -share/misc/terminfo/d/darwin-256x96 -share/misc/terminfo/d/darwin-256x96-m -share/misc/terminfo/d/darwin-80x25 -share/misc/terminfo/d/darwin-80x25-m -share/misc/terminfo/d/darwin-80x30 -share/misc/terminfo/d/darwin-80x30-m -share/misc/terminfo/d/darwin-90x30 -share/misc/terminfo/d/darwin-90x30-m -share/misc/terminfo/d/darwin-b -share/misc/terminfo/d/darwin-f -share/misc/terminfo/d/darwin-f2 -share/misc/terminfo/d/darwin-m -share/misc/terminfo/d/darwin-m-b -share/misc/terminfo/d/darwin-m-f -share/misc/terminfo/d/darwin-m-f2 -share/misc/terminfo/d/datagraphix -share/misc/terminfo/d/datamedia2500 -share/misc/terminfo/d/datapoint -share/misc/terminfo/d/dataspeed40 -share/misc/terminfo/d/dd5000 -share/misc/terminfo/d/ddr -share/misc/terminfo/d/ddr3180 -share/misc/terminfo/d/dec-vt100 -share/misc/terminfo/d/dec-vt220 -share/misc/terminfo/d/dec-vt330 -share/misc/terminfo/d/dec-vt340 -share/misc/terminfo/d/dec-vt400 -share/misc/terminfo/d/decansi -share/misc/terminfo/d/decpro -share/misc/terminfo/d/decwriter -share/misc/terminfo/d/delta -share/misc/terminfo/d/dg+ccc -share/misc/terminfo/d/dg+color -share/misc/terminfo/d/dg+color8 -share/misc/terminfo/d/dg+fixed -share/misc/terminfo/d/dg-ansi -share/misc/terminfo/d/dg-generic -share/misc/terminfo/d/dg100 -share/misc/terminfo/d/dg200 -share/misc/terminfo/d/dg210 -share/misc/terminfo/d/dg211 -share/misc/terminfo/d/dg450 -share/misc/terminfo/d/dg460-ansi -share/misc/terminfo/d/dg6053 -share/misc/terminfo/d/dg6053-old -share/misc/terminfo/d/dg605x -share/misc/terminfo/d/dg6134 -share/misc/terminfo/d/dgkeys+11 -share/misc/terminfo/d/dgkeys+15 -share/misc/terminfo/d/dgkeys+7b -share/misc/terminfo/d/dgkeys+8b -share/misc/terminfo/d/dgmode+color -share/misc/terminfo/d/dgmode+color8 -share/misc/terminfo/d/dgunix+ccc -share/misc/terminfo/d/dgunix+fixed -share/misc/terminfo/d/diablo -share/misc/terminfo/d/diablo-lm -share/misc/terminfo/d/diablo1620 -share/misc/terminfo/d/diablo1620-m8 -share/misc/terminfo/d/diablo1640 -share/misc/terminfo/d/diablo1640-lm -share/misc/terminfo/d/diablo1640-m8 -share/misc/terminfo/d/diablo1720 -share/misc/terminfo/d/diablo1730 -share/misc/terminfo/d/diablo1740 -share/misc/terminfo/d/diablo1740-lm -share/misc/terminfo/d/diablo450 -share/misc/terminfo/d/diablo630 -share/misc/terminfo/d/dialogue -share/misc/terminfo/d/dialogue80 -share/misc/terminfo/d/digilog -share/misc/terminfo/d/djgpp -share/misc/terminfo/d/djgpp203 -share/misc/terminfo/d/djgpp204 -share/misc/terminfo/d/dku7003 -share/misc/terminfo/d/dku7003-dumb -share/misc/terminfo/d/dku7102 -share/misc/terminfo/d/dku7102-old -share/misc/terminfo/d/dku7102-sna -share/misc/terminfo/d/dku7103-sna -share/misc/terminfo/d/dku7202 -share/misc/terminfo/d/dm1520 -share/misc/terminfo/d/dm1521 -share/misc/terminfo/d/dm2500 -share/misc/terminfo/d/dm3025 -share/misc/terminfo/d/dm3045 -share/misc/terminfo/d/dm80 -share/misc/terminfo/d/dm80w -share/misc/terminfo/d/dmchat -share/misc/terminfo/d/dmd -share/misc/terminfo/d/dmd-24 -share/misc/terminfo/d/dmd-34 -share/misc/terminfo/d/dmd1 -share/misc/terminfo/d/dmdt80 -share/misc/terminfo/d/dmdt80w -share/misc/terminfo/d/dmterm -share/misc/terminfo/d/dp3360 -share/misc/terminfo/d/dp8242 -share/misc/terminfo/d/ds40 -share/misc/terminfo/d/ds40-2 -share/misc/terminfo/d/dt-100 -share/misc/terminfo/d/dt-100w -share/misc/terminfo/d/dt100 -share/misc/terminfo/d/dt100w -share/misc/terminfo/d/dt110 -share/misc/terminfo/d/dt80 -share/misc/terminfo/d/dt80-sas -share/misc/terminfo/d/dt80w -share/misc/terminfo/d/dtc300s -share/misc/terminfo/d/dtc382 -share/misc/terminfo/d/dtterm -share/misc/terminfo/d/dumb -share/misc/terminfo/d/dw -share/misc/terminfo/d/dw1 -share/misc/terminfo/d/dw2 -share/misc/terminfo/d/dw3 -share/misc/terminfo/d/dw4 -share/misc/terminfo/d/dwk -share/misc/terminfo/d/dwk-vt -share/misc/terminfo/e/ecma+color -share/misc/terminfo/e/ecma+sgr -share/misc/terminfo/e/elks -share/misc/terminfo/e/elks-ansi -share/misc/terminfo/e/elks-glasstty -share/misc/terminfo/e/elks-vt52 -share/misc/terminfo/e/emots -share/misc/terminfo/e/emu -share/misc/terminfo/e/emx-base -share/misc/terminfo/e/env230 -share/misc/terminfo/e/envision230 -share/misc/terminfo/e/ep40 -share/misc/terminfo/e/ep4000 -share/misc/terminfo/e/ep4080 -share/misc/terminfo/e/ep48 -share/misc/terminfo/e/ergo4000 -share/misc/terminfo/e/esprit -share/misc/terminfo/e/esprit-am -share/misc/terminfo/e/eterm -share/misc/terminfo/e/ex155 -share/misc/terminfo/e/excel62 -share/misc/terminfo/e/excel62-rv -share/misc/terminfo/e/excel62-w -share/misc/terminfo/e/excel64 -share/misc/terminfo/e/excel64-rv -share/misc/terminfo/e/excel64-w -share/misc/terminfo/e/exec80 -share/misc/terminfo/f/f100 -share/misc/terminfo/f/f100-rv -share/misc/terminfo/f/f110 -share/misc/terminfo/f/f110-14 -share/misc/terminfo/f/f110-14w -share/misc/terminfo/f/f110-w -share/misc/terminfo/f/f1720 -share/misc/terminfo/f/f1720a -share/misc/terminfo/f/f200 -share/misc/terminfo/f/f200-w -share/misc/terminfo/f/f200vi -share/misc/terminfo/f/f200vi-w -share/misc/terminfo/f/falco -share/misc/terminfo/f/falco-p -share/misc/terminfo/f/fenix -share/misc/terminfo/f/fenixw -share/misc/terminfo/f/fixterm -share/misc/terminfo/f/fortune -share/misc/terminfo/f/fos -share/misc/terminfo/f/fox -share/misc/terminfo/f/freedom -share/misc/terminfo/f/freedom-rv -share/misc/terminfo/f/freedom100 -share/misc/terminfo/f/freedom110 -share/misc/terminfo/f/freedom200 -share/misc/terminfo/g/gator -share/misc/terminfo/g/gator-52 -share/misc/terminfo/g/gator-52t -share/misc/terminfo/g/gator-t -share/misc/terminfo/g/gigi -share/misc/terminfo/g/glasstty -share/misc/terminfo/g/gnome -share/misc/terminfo/g/gnome-rh62 -share/misc/terminfo/g/gnome-rh72 -share/misc/terminfo/g/gnome-rh80 -share/misc/terminfo/g/gnome-rh90 -share/misc/terminfo/g/go-225 -share/misc/terminfo/g/go140 -share/misc/terminfo/g/go140w -share/misc/terminfo/g/go225 -share/misc/terminfo/g/graphos -share/misc/terminfo/g/graphos-30 -share/misc/terminfo/g/gs5430 -share/misc/terminfo/g/gs5430-22 -share/misc/terminfo/g/gs5430-24 -share/misc/terminfo/g/gs6300 -share/misc/terminfo/g/gsi -share/misc/terminfo/g/gt100 -share/misc/terminfo/g/gt100a -share/misc/terminfo/g/gt40 -share/misc/terminfo/g/gt42 -share/misc/terminfo/g/guru -share/misc/terminfo/g/guru+rv -share/misc/terminfo/g/guru+s -share/misc/terminfo/g/guru+unk -share/misc/terminfo/g/guru-24 -share/misc/terminfo/g/guru-33 -share/misc/terminfo/g/guru-33-rv -share/misc/terminfo/g/guru-33-s -share/misc/terminfo/g/guru-44 -share/misc/terminfo/g/guru-44-s -share/misc/terminfo/g/guru-76 -share/misc/terminfo/g/guru-76-lp -share/misc/terminfo/g/guru-76-s -share/misc/terminfo/g/guru-76-w -share/misc/terminfo/g/guru-76-w-s -share/misc/terminfo/g/guru-76-wm -share/misc/terminfo/g/guru-lp -share/misc/terminfo/g/guru-nctxt -share/misc/terminfo/g/guru-rv -share/misc/terminfo/g/guru-s -share/misc/terminfo/h/h-100 -share/misc/terminfo/h/h-100bw -share/misc/terminfo/h/h100 -share/misc/terminfo/h/h100bw -share/misc/terminfo/h/h19 -share/misc/terminfo/h/h19-a -share/misc/terminfo/h/h19-b -share/misc/terminfo/h/h19-bs -share/misc/terminfo/h/h19-g -share/misc/terminfo/h/h19-smul -share/misc/terminfo/h/h19-u -share/misc/terminfo/h/h19-us -share/misc/terminfo/h/h19a -share/misc/terminfo/h/h19g -share/misc/terminfo/h/h19k -share/misc/terminfo/h/h19kermit -share/misc/terminfo/h/h19us -share/misc/terminfo/h/h29a-kc-bc -share/misc/terminfo/h/h29a-kc-uc -share/misc/terminfo/h/h29a-nkc-bc -share/misc/terminfo/h/h29a-nkc-uc -share/misc/terminfo/h/h80 -share/misc/terminfo/h/ha8675 -share/misc/terminfo/h/ha8686 -share/misc/terminfo/h/hazel -share/misc/terminfo/h/hds200 -share/misc/terminfo/h/he80 -share/misc/terminfo/h/heath -share/misc/terminfo/h/heath-19 -share/misc/terminfo/h/heath-ansi -share/misc/terminfo/h/heathkit -share/misc/terminfo/h/heathkit-a -share/misc/terminfo/h/hft -share/misc/terminfo/h/hft-c -share/misc/terminfo/h/hft-c-old -share/misc/terminfo/h/hft-old -share/misc/terminfo/h/hirez100 -share/misc/terminfo/h/hirez100-w -share/misc/terminfo/h/hmod1 -share/misc/terminfo/h/hp -share/misc/terminfo/h/hp+arrows -share/misc/terminfo/h/hp+color -share/misc/terminfo/h/hp+labels -share/misc/terminfo/h/hp+pfk+arrows -share/misc/terminfo/h/hp+pfk+cr -share/misc/terminfo/h/hp+pfk-cr -share/misc/terminfo/h/hp+printer -share/misc/terminfo/h/hp110 -share/misc/terminfo/h/hp150 -share/misc/terminfo/h/hp2 -share/misc/terminfo/h/hp236 -share/misc/terminfo/h/hp2382 -share/misc/terminfo/h/hp2382a -share/misc/terminfo/h/hp2392 -share/misc/terminfo/h/hp2397 -share/misc/terminfo/h/hp2397a -share/misc/terminfo/h/hp2621 -share/misc/terminfo/h/hp2621-48 -share/misc/terminfo/h/hp2621-a -share/misc/terminfo/h/hp2621-ba -share/misc/terminfo/h/hp2621-fl -share/misc/terminfo/h/hp2621-k45 -share/misc/terminfo/h/hp2621-nl -share/misc/terminfo/h/hp2621-nt -share/misc/terminfo/h/hp2621-wl -share/misc/terminfo/h/hp2621A -share/misc/terminfo/h/hp2621a -share/misc/terminfo/h/hp2621a-a -share/misc/terminfo/h/hp2621b -share/misc/terminfo/h/hp2621b-kx -share/misc/terminfo/h/hp2621b-kx-p -share/misc/terminfo/h/hp2621b-p -share/misc/terminfo/h/hp2621k45 -share/misc/terminfo/h/hp2621p -share/misc/terminfo/h/hp2621p-a -share/misc/terminfo/h/hp2622 -share/misc/terminfo/h/hp2622a -share/misc/terminfo/h/hp2623 -share/misc/terminfo/h/hp2623a -share/misc/terminfo/h/hp2624 -share/misc/terminfo/h/hp2624-10p -share/misc/terminfo/h/hp2624a -share/misc/terminfo/h/hp2624a-10p -share/misc/terminfo/h/hp2624b -share/misc/terminfo/h/hp2624b-10p -share/misc/terminfo/h/hp2624b-10p-p -share/misc/terminfo/h/hp2624b-4p -share/misc/terminfo/h/hp2624b-4p-p -share/misc/terminfo/h/hp2624b-p -share/misc/terminfo/h/hp2626 -share/misc/terminfo/h/hp2626-12 -share/misc/terminfo/h/hp2626-12-s -share/misc/terminfo/h/hp2626-12x40 -share/misc/terminfo/h/hp2626-ns -share/misc/terminfo/h/hp2626-s -share/misc/terminfo/h/hp2626-x40 -share/misc/terminfo/h/hp2626a -share/misc/terminfo/h/hp2626p -share/misc/terminfo/h/hp2627a -share/misc/terminfo/h/hp2627a-rev -share/misc/terminfo/h/hp2627c -share/misc/terminfo/h/hp262x -share/misc/terminfo/h/hp2640a -share/misc/terminfo/h/hp2640b -share/misc/terminfo/h/hp2641a -share/misc/terminfo/h/hp2644a -share/misc/terminfo/h/hp2645 -share/misc/terminfo/h/hp2645a -share/misc/terminfo/h/hp2647a -share/misc/terminfo/h/hp2648 -share/misc/terminfo/h/hp2648a -share/misc/terminfo/h/hp300h -share/misc/terminfo/h/hp45 -share/misc/terminfo/h/hp700 -share/misc/terminfo/h/hp700-wy -share/misc/terminfo/h/hp70092 -share/misc/terminfo/h/hp70092A -share/misc/terminfo/h/hp70092a -share/misc/terminfo/h/hp9837 -share/misc/terminfo/h/hp9845 -share/misc/terminfo/h/hp98550 -share/misc/terminfo/h/hp98550a -share/misc/terminfo/h/hp98720 -share/misc/terminfo/h/hp98721 -share/misc/terminfo/h/hpansi -share/misc/terminfo/h/hpex -share/misc/terminfo/h/hpex2 -share/misc/terminfo/h/hpgeneric -share/misc/terminfo/h/hpsub -share/misc/terminfo/h/hpterm -share/misc/terminfo/h/htx11 -share/misc/terminfo/h/hz1000 -share/misc/terminfo/h/hz1420 -share/misc/terminfo/h/hz1500 -share/misc/terminfo/h/hz1510 -share/misc/terminfo/h/hz1520 -share/misc/terminfo/h/hz1520-noesc -share/misc/terminfo/h/hz1552 -share/misc/terminfo/h/hz1552-rv -share/misc/terminfo/h/hz2000 -share/misc/terminfo/i/i100 -share/misc/terminfo/i/i3101 -share/misc/terminfo/i/i3164 -share/misc/terminfo/i/i400 -share/misc/terminfo/i/ibcs2 -share/misc/terminfo/i/ibm+16color -share/misc/terminfo/i/ibm+color -share/misc/terminfo/i/ibm-apl -share/misc/terminfo/i/ibm-pc -share/misc/terminfo/i/ibm-system1 -share/misc/terminfo/i/ibm3101 -share/misc/terminfo/i/ibm3151 -share/misc/terminfo/i/ibm3161 -share/misc/terminfo/i/ibm3161-C -share/misc/terminfo/i/ibm3162 -share/misc/terminfo/i/ibm3163 -share/misc/terminfo/i/ibm3164 -share/misc/terminfo/i/ibm327x -share/misc/terminfo/i/ibm5051 -share/misc/terminfo/i/ibm5081 -share/misc/terminfo/i/ibm5081-c -share/misc/terminfo/i/ibm5151 -share/misc/terminfo/i/ibm5154 -share/misc/terminfo/i/ibm5154-c -share/misc/terminfo/i/ibm6153 -share/misc/terminfo/i/ibm6153-40 -share/misc/terminfo/i/ibm6153-90 -share/misc/terminfo/i/ibm6154 -share/misc/terminfo/i/ibm6154-c -share/misc/terminfo/i/ibm6155 -share/misc/terminfo/i/ibm8503 -share/misc/terminfo/i/ibm8507 -share/misc/terminfo/i/ibm8512 -share/misc/terminfo/i/ibm8513 -share/misc/terminfo/i/ibm8514 -share/misc/terminfo/i/ibm8514-c -share/misc/terminfo/i/ibm8604 -share/misc/terminfo/i/ibmaed -share/misc/terminfo/i/ibmapa16 -share/misc/terminfo/i/ibmapa8 -share/misc/terminfo/i/ibmapa8c -share/misc/terminfo/i/ibmapa8c-c -share/misc/terminfo/i/ibmega -share/misc/terminfo/i/ibmega-c -share/misc/terminfo/i/ibmmono -share/misc/terminfo/i/ibmmpel-c -share/misc/terminfo/i/ibmpc -share/misc/terminfo/i/ibmpc3 -share/misc/terminfo/i/ibmpc3r -share/misc/terminfo/i/ibmpc3r-mono -share/misc/terminfo/i/ibmpcx -share/misc/terminfo/i/ibmvga -share/misc/terminfo/i/ibmvga-c -share/misc/terminfo/i/ibmx -share/misc/terminfo/i/icl6402 -share/misc/terminfo/i/icl6404 -share/misc/terminfo/i/icl6404-w -share/misc/terminfo/i/ifmr -share/misc/terminfo/i/ims-ansi -share/misc/terminfo/i/ims950 -share/misc/terminfo/i/ims950-b -share/misc/terminfo/i/ims950-rv -share/misc/terminfo/i/infoton -share/misc/terminfo/i/interix -share/misc/terminfo/i/interix-nti -share/misc/terminfo/i/intertec -share/misc/terminfo/i/intertube -share/misc/terminfo/i/intertube2 -share/misc/terminfo/i/intext -share/misc/terminfo/i/intext2 -share/misc/terminfo/i/intextii -share/misc/terminfo/i/ips -share/misc/terminfo/i/ipsi -share/misc/terminfo/i/iq120 -share/misc/terminfo/i/iq140 -share/misc/terminfo/i/iris-ansi -share/misc/terminfo/i/iris-ansi-ap -share/misc/terminfo/i/iris-ansi-net -share/misc/terminfo/i/iris-color -share/misc/terminfo/i/iris40 -share/misc/terminfo/j/jaixterm -share/misc/terminfo/j/jaixterm-m -share/misc/terminfo/j/jerq -share/misc/terminfo/k/k45 -share/misc/terminfo/k/kaypro -share/misc/terminfo/k/kaypro2 -share/misc/terminfo/k/kds6402 -share/misc/terminfo/k/kds7372 -share/misc/terminfo/k/kds7372-w -share/misc/terminfo/k/kermit -share/misc/terminfo/k/kermit-am -share/misc/terminfo/k/klone+acs -share/misc/terminfo/k/klone+color -share/misc/terminfo/k/klone+koi8acs -share/misc/terminfo/k/klone+sgr -share/misc/terminfo/k/klone+sgr-dumb -share/misc/terminfo/k/konsole -share/misc/terminfo/k/konsole-16color -share/misc/terminfo/k/konsole-base -share/misc/terminfo/k/konsole-linux -share/misc/terminfo/k/konsole-vt100 -share/misc/terminfo/k/konsole-vt420pc -share/misc/terminfo/k/konsole-xf3x -share/misc/terminfo/k/konsole-xf4x -share/misc/terminfo/k/kt7 -share/misc/terminfo/k/kt7ix -share/misc/terminfo/k/kterm -share/misc/terminfo/k/kterm-co -share/misc/terminfo/k/kterm-color -share/misc/terminfo/k/ktm -share/misc/terminfo/k/kvt -share/misc/terminfo/l/la120 -share/misc/terminfo/l/layer -share/misc/terminfo/l/lft -share/misc/terminfo/l/lft-pc850 -share/misc/terminfo/l/linux -share/misc/terminfo/l/linux-basic -share/misc/terminfo/l/linux-c -share/misc/terminfo/l/linux-c-nc -share/misc/terminfo/l/linux-koi8 -share/misc/terminfo/l/linux-koi8r -share/misc/terminfo/l/linux-lat -share/misc/terminfo/l/linux-m -share/misc/terminfo/l/linux-nic -share/misc/terminfo/l/linux-vt -share/misc/terminfo/l/lisa -share/misc/terminfo/l/lisaterm -share/misc/terminfo/l/lisaterm-w -share/misc/terminfo/l/liswb -share/misc/terminfo/l/ln03 -share/misc/terminfo/l/ln03-w -share/misc/terminfo/l/lpr -share/misc/terminfo/l/luna -share/misc/terminfo/l/luna68k -share/misc/terminfo/m/m2-nam -share/misc/terminfo/m/mac -share/misc/terminfo/m/mac-w -share/misc/terminfo/m/mach -share/misc/terminfo/m/mach-bold -share/misc/terminfo/m/mach-color -share/misc/terminfo/m/macintosh -share/misc/terminfo/m/macterminal-w -share/misc/terminfo/m/mai -share/misc/terminfo/m/masscomp -share/misc/terminfo/m/masscomp1 -share/misc/terminfo/m/masscomp2 -share/misc/terminfo/m/mdl110 -share/misc/terminfo/m/megatek -share/misc/terminfo/m/memhp -share/misc/terminfo/m/mgr -share/misc/terminfo/m/mgr-linux -share/misc/terminfo/m/mgr-sun -share/misc/terminfo/m/mgterm -share/misc/terminfo/m/microb -share/misc/terminfo/m/microbee -share/misc/terminfo/m/microterm -share/misc/terminfo/m/microterm5 -share/misc/terminfo/m/mime -share/misc/terminfo/m/mime-3ax -share/misc/terminfo/m/mime-fb -share/misc/terminfo/m/mime-hb -share/misc/terminfo/m/mime1 -share/misc/terminfo/m/mime2 -share/misc/terminfo/m/mime2a -share/misc/terminfo/m/mime2a-s -share/misc/terminfo/m/mime2a-v -share/misc/terminfo/m/mime314 -share/misc/terminfo/m/mime340 -share/misc/terminfo/m/mime3a -share/misc/terminfo/m/mime3ax -share/misc/terminfo/m/mimei -share/misc/terminfo/m/mimeii -share/misc/terminfo/m/minitel -share/misc/terminfo/m/minitel-2 -share/misc/terminfo/m/minitel-2-nam -share/misc/terminfo/m/minitel1 -share/misc/terminfo/m/minitel1b -share/misc/terminfo/m/minitel1b-80 -share/misc/terminfo/m/minix -share/misc/terminfo/m/minix-old -share/misc/terminfo/m/minix-old-am -share/misc/terminfo/m/mm314 -share/misc/terminfo/m/mm340 -share/misc/terminfo/m/mod -share/misc/terminfo/m/mod24 -share/misc/terminfo/m/modgraph -share/misc/terminfo/m/modgraph2 -share/misc/terminfo/m/modgraph48 -share/misc/terminfo/m/mono-emx -share/misc/terminfo/m/mouse-sun -share/misc/terminfo/m/ms-vt-utf8 -share/misc/terminfo/m/ms-vt100 -share/misc/terminfo/m/ms-vt100+ -share/misc/terminfo/m/ms-vt100-color -share/misc/terminfo/m/msk227 -share/misc/terminfo/m/msk22714 -share/misc/terminfo/m/msk227am -share/misc/terminfo/m/mskermit227 -share/misc/terminfo/m/mskermit22714 -share/misc/terminfo/m/mskermit227am -share/misc/terminfo/m/mt-70 -share/misc/terminfo/m/mt4520-rv -share/misc/terminfo/m/mt70 -share/misc/terminfo/m/mterm -share/misc/terminfo/m/mterm-ansi -share/misc/terminfo/m/mvterm -share/misc/terminfo/n/nansi.sys -share/misc/terminfo/n/nansi.sysk -share/misc/terminfo/n/nansisys -share/misc/terminfo/n/nansisysk -share/misc/terminfo/n/ncr160vppp -share/misc/terminfo/n/ncr160vpwpp -share/misc/terminfo/n/ncr160vt100an -share/misc/terminfo/n/ncr160vt100pp -share/misc/terminfo/n/ncr160vt100wan -share/misc/terminfo/n/ncr160vt100wpp -share/misc/terminfo/n/ncr160vt200an -share/misc/terminfo/n/ncr160vt200pp -share/misc/terminfo/n/ncr160vt200wan -share/misc/terminfo/n/ncr160vt200wpp -share/misc/terminfo/n/ncr160vt300an -share/misc/terminfo/n/ncr160vt300pp -share/misc/terminfo/n/ncr160vt300wan -share/misc/terminfo/n/ncr160vt300wpp -share/misc/terminfo/n/ncr160wy50+pp -share/misc/terminfo/n/ncr160wy50+wpp -share/misc/terminfo/n/ncr160wy60pp -share/misc/terminfo/n/ncr160wy60wpp -share/misc/terminfo/n/ncr260intan -share/misc/terminfo/n/ncr260intpp -share/misc/terminfo/n/ncr260intwan -share/misc/terminfo/n/ncr260intwpp -share/misc/terminfo/n/ncr260vppp -share/misc/terminfo/n/ncr260vpwpp -share/misc/terminfo/n/ncr260vt100an -share/misc/terminfo/n/ncr260vt100pp -share/misc/terminfo/n/ncr260vt100wan -share/misc/terminfo/n/ncr260vt100wpp -share/misc/terminfo/n/ncr260vt200an -share/misc/terminfo/n/ncr260vt200pp -share/misc/terminfo/n/ncr260vt200wan -share/misc/terminfo/n/ncr260vt200wpp -share/misc/terminfo/n/ncr260vt300an -share/misc/terminfo/n/ncr260vt300pp -share/misc/terminfo/n/ncr260vt300wan -share/misc/terminfo/n/ncr260vt300wpp -share/misc/terminfo/n/ncr260wy325pp -share/misc/terminfo/n/ncr260wy325wpp -share/misc/terminfo/n/ncr260wy350pp -share/misc/terminfo/n/ncr260wy350wpp -share/misc/terminfo/n/ncr260wy50+pp -share/misc/terminfo/n/ncr260wy50+wpp -share/misc/terminfo/n/ncr260wy60pp -share/misc/terminfo/n/ncr260wy60wpp -share/misc/terminfo/n/ncr7900 -share/misc/terminfo/n/ncr7900i -share/misc/terminfo/n/ncr7900iv -share/misc/terminfo/n/ncr7901 -share/misc/terminfo/n/ncrvt100an -share/misc/terminfo/n/ncrvt100pp -share/misc/terminfo/n/ncrvt100wan -share/misc/terminfo/n/ncrvt100wpp -share/misc/terminfo/n/ncsa -share/misc/terminfo/n/ncsa-m -share/misc/terminfo/n/ncsa-m-ns -share/misc/terminfo/n/ncsa-ns -share/misc/terminfo/n/ncsa-vt220 -share/misc/terminfo/n/ncsa-vt220-8 -share/misc/terminfo/n/nec -share/misc/terminfo/n/nec5520 -share/misc/terminfo/n/newhp -share/misc/terminfo/n/newhpkeyboard -share/misc/terminfo/n/news -share/misc/terminfo/n/news-29 -share/misc/terminfo/n/news-29-euc -share/misc/terminfo/n/news-29-sjis -share/misc/terminfo/n/news-33 -share/misc/terminfo/n/news-33-euc -share/misc/terminfo/n/news-33-sjis -share/misc/terminfo/n/news-42 -share/misc/terminfo/n/news-42-euc -share/misc/terminfo/n/news-42-sjis -share/misc/terminfo/n/news-a -share/misc/terminfo/n/news-o -share/misc/terminfo/n/news-old-unk -share/misc/terminfo/n/news-unk -share/misc/terminfo/n/news28 -share/misc/terminfo/n/news28-a -share/misc/terminfo/n/news29 -share/misc/terminfo/n/news31 -share/misc/terminfo/n/news31-a -share/misc/terminfo/n/news31-o -share/misc/terminfo/n/news33 -share/misc/terminfo/n/news40 -share/misc/terminfo/n/news40-a -share/misc/terminfo/n/news40-o -share/misc/terminfo/n/news42 -share/misc/terminfo/n/newscbm -share/misc/terminfo/n/newscbm-a -share/misc/terminfo/n/newscbm-o -share/misc/terminfo/n/newscbm33 -share/misc/terminfo/n/next -share/misc/terminfo/n/nextshell -share/misc/terminfo/n/northstar -share/misc/terminfo/n/nsterm -share/misc/terminfo/n/nsterm+7 -share/misc/terminfo/n/nsterm+acs -share/misc/terminfo/n/nsterm+c -share/misc/terminfo/n/nsterm+c41 -share/misc/terminfo/n/nsterm+mac -share/misc/terminfo/n/nsterm+s -share/misc/terminfo/n/nsterm-7 -share/misc/terminfo/n/nsterm-7-c -share/misc/terminfo/n/nsterm-7-c-s -share/misc/terminfo/n/nsterm-7-m -share/misc/terminfo/n/nsterm-7-m-s -share/misc/terminfo/n/nsterm-7-s -share/misc/terminfo/n/nsterm-acs -share/misc/terminfo/n/nsterm-acs-c -share/misc/terminfo/n/nsterm-acs-c-s -share/misc/terminfo/n/nsterm-acs-m -share/misc/terminfo/n/nsterm-acs-m-s -share/misc/terminfo/n/nsterm-acs-s -share/misc/terminfo/n/nsterm-c -share/misc/terminfo/n/nsterm-c-7 -share/misc/terminfo/n/nsterm-c-acs -share/misc/terminfo/n/nsterm-c-s -share/misc/terminfo/n/nsterm-c-s-7 -share/misc/terminfo/n/nsterm-c-s-acs -share/misc/terminfo/n/nsterm-m -share/misc/terminfo/n/nsterm-m-7 -share/misc/terminfo/n/nsterm-m-acs -share/misc/terminfo/n/nsterm-m-s -share/misc/terminfo/n/nsterm-m-s-7 -share/misc/terminfo/n/nsterm-m-s-acs -share/misc/terminfo/n/nsterm-s -share/misc/terminfo/n/nsterm-s-7 -share/misc/terminfo/n/nsterm-s-acs -share/misc/terminfo/n/ntconsole -share/misc/terminfo/n/ntconsole-100 -share/misc/terminfo/n/ntconsole-100-nti -share/misc/terminfo/n/ntconsole-25 -share/misc/terminfo/n/ntconsole-25-nti -share/misc/terminfo/n/ntconsole-25-w -share/misc/terminfo/n/ntconsole-25-w-vt -share/misc/terminfo/n/ntconsole-35 -share/misc/terminfo/n/ntconsole-35-nti -share/misc/terminfo/n/ntconsole-35-w -share/misc/terminfo/n/ntconsole-50 -share/misc/terminfo/n/ntconsole-50-nti -share/misc/terminfo/n/ntconsole-50-w -share/misc/terminfo/n/ntconsole-60 -share/misc/terminfo/n/ntconsole-60-nti -share/misc/terminfo/n/ntconsole-60-w -share/misc/terminfo/n/ntconsole-w -share/misc/terminfo/n/ntconsole-w-vt -share/misc/terminfo/n/nwe501 -share/misc/terminfo/n/nwe501-a -share/misc/terminfo/n/nwe501-o -share/misc/terminfo/n/nwp-511 -share/misc/terminfo/n/nwp-517 -share/misc/terminfo/n/nwp-517-w -share/misc/terminfo/n/nwp251-a -share/misc/terminfo/n/nwp251-o -share/misc/terminfo/n/nwp511 -share/misc/terminfo/n/nwp512 -share/misc/terminfo/n/nwp512-a -share/misc/terminfo/n/nwp512-o -share/misc/terminfo/n/nwp513 -share/misc/terminfo/n/nwp513-a -share/misc/terminfo/n/nwp513-o -share/misc/terminfo/n/nwp514 -share/misc/terminfo/n/nwp514-a -share/misc/terminfo/n/nwp514-o -share/misc/terminfo/n/nwp517 -share/misc/terminfo/n/nwp517-w -share/misc/terminfo/n/nwp518 -share/misc/terminfo/n/nwp518-a -share/misc/terminfo/n/nwp518-o -share/misc/terminfo/n/nxterm -share/misc/terminfo/o/o31 -share/misc/terminfo/o/o4112-nd -share/misc/terminfo/o/o85h -share/misc/terminfo/o/oabm85h -share/misc/terminfo/o/oblit -share/misc/terminfo/o/oc100 -share/misc/terminfo/o/oconcept -share/misc/terminfo/o/ofcons -share/misc/terminfo/o/ojerq -share/misc/terminfo/o/oldibmpc3 -share/misc/terminfo/o/oldpc3 -share/misc/terminfo/o/oldsun -share/misc/terminfo/o/omron -share/misc/terminfo/o/opennt -share/misc/terminfo/o/opennt-100 -share/misc/terminfo/o/opennt-100-nti -share/misc/terminfo/o/opennt-25 -share/misc/terminfo/o/opennt-25-nti -share/misc/terminfo/o/opennt-25-w -share/misc/terminfo/o/opennt-25-w-vt -share/misc/terminfo/o/opennt-35 -share/misc/terminfo/o/opennt-35-nti -share/misc/terminfo/o/opennt-35-w -share/misc/terminfo/o/opennt-50 -share/misc/terminfo/o/opennt-50-nti -share/misc/terminfo/o/opennt-50-w -share/misc/terminfo/o/opennt-60 -share/misc/terminfo/o/opennt-60-nti -share/misc/terminfo/o/opennt-60-w -share/misc/terminfo/o/opennt-nti -share/misc/terminfo/o/opennt-w -share/misc/terminfo/o/opennt-w-vt -share/misc/terminfo/o/opus3n1+ -share/misc/terminfo/o/origibmpc3 -share/misc/terminfo/o/origpc3 -share/misc/terminfo/o/os9LII -share/misc/terminfo/o/osborne -share/misc/terminfo/o/osborne-w -share/misc/terminfo/o/osborne1 -share/misc/terminfo/o/osborne1-w -share/misc/terminfo/o/osexec -share/misc/terminfo/o/otek4112 -share/misc/terminfo/o/otek4113 -share/misc/terminfo/o/otek4114 -share/misc/terminfo/o/otek4115 -share/misc/terminfo/o/owl -share/misc/terminfo/p/p12 -share/misc/terminfo/p/p12-m -share/misc/terminfo/p/p12-m-w -share/misc/terminfo/p/p12-w -share/misc/terminfo/p/p14 -share/misc/terminfo/p/p14-m -share/misc/terminfo/p/p14-m-w -share/misc/terminfo/p/p14-w -share/misc/terminfo/p/p19 -share/misc/terminfo/p/p4 -share/misc/terminfo/p/p5 -share/misc/terminfo/p/p7 -share/misc/terminfo/p/p8 -share/misc/terminfo/p/p8-w -share/misc/terminfo/p/p8gl -share/misc/terminfo/p/p9 -share/misc/terminfo/p/p9-8 -share/misc/terminfo/p/p9-8-w -share/misc/terminfo/p/p9-w -share/misc/terminfo/p/pc-coherent -share/misc/terminfo/p/pc-minix -share/misc/terminfo/p/pc-venix -share/misc/terminfo/p/pc3 -share/misc/terminfo/p/pc3-bold -share/misc/terminfo/p/pc3r -share/misc/terminfo/p/pc3r-m -share/misc/terminfo/p/pc6300plus -share/misc/terminfo/p/pc7300 -share/misc/terminfo/p/pcansi -share/misc/terminfo/p/pcansi-25 -share/misc/terminfo/p/pcansi-25-m -share/misc/terminfo/p/pcansi-33 -share/misc/terminfo/p/pcansi-33-m -share/misc/terminfo/p/pcansi-43 -share/misc/terminfo/p/pcansi-43-m -share/misc/terminfo/p/pcansi-m -share/misc/terminfo/p/pcansi-mono -share/misc/terminfo/p/pcansi25 -share/misc/terminfo/p/pcansi25m -share/misc/terminfo/p/pcansi33 -share/misc/terminfo/p/pcansi33m -share/misc/terminfo/p/pcansi43 -share/misc/terminfo/p/pccons -share/misc/terminfo/p/pcconsole -share/misc/terminfo/p/pcix -share/misc/terminfo/p/pckermit -share/misc/terminfo/p/pckermit12 -share/misc/terminfo/p/pckermit120 -share/misc/terminfo/p/pcmw -share/misc/terminfo/p/pcplot -share/misc/terminfo/p/pcvt25 -share/misc/terminfo/p/pcvt25-color -share/misc/terminfo/p/pcvt25w -share/misc/terminfo/p/pcvt28 -share/misc/terminfo/p/pcvt28w -share/misc/terminfo/p/pcvt35 -share/misc/terminfo/p/pcvt35w -share/misc/terminfo/p/pcvt40 -share/misc/terminfo/p/pcvt40w -share/misc/terminfo/p/pcvt43 -share/misc/terminfo/p/pcvt43w -share/misc/terminfo/p/pcvt50 -share/misc/terminfo/p/pcvt50w -share/misc/terminfo/p/pcvtXX -share/misc/terminfo/p/pcz19 -share/misc/terminfo/p/pe1100 -share/misc/terminfo/p/pe1200 -share/misc/terminfo/p/pe1251 -share/misc/terminfo/p/pe550 -share/misc/terminfo/p/pe6100 -share/misc/terminfo/p/pe6300 -share/misc/terminfo/p/pe6312 -share/misc/terminfo/p/pe7000c -share/misc/terminfo/p/pe7000m -share/misc/terminfo/p/pilot -share/misc/terminfo/p/pmcons -share/misc/terminfo/p/pmconsole -share/misc/terminfo/p/printer -share/misc/terminfo/p/prism12 -share/misc/terminfo/p/prism12-m -share/misc/terminfo/p/prism12-m-w -share/misc/terminfo/p/prism12-w -share/misc/terminfo/p/prism14 -share/misc/terminfo/p/prism14-m -share/misc/terminfo/p/prism14-m-w -share/misc/terminfo/p/prism14-w -share/misc/terminfo/p/prism2 -share/misc/terminfo/p/prism4 -share/misc/terminfo/p/prism5 -share/misc/terminfo/p/prism7 -share/misc/terminfo/p/prism8 -share/misc/terminfo/p/prism8-w -share/misc/terminfo/p/prism8gl -share/misc/terminfo/p/prism9 -share/misc/terminfo/p/prism9-8 -share/misc/terminfo/p/prism9-8-w -share/misc/terminfo/p/prism9-w -share/misc/terminfo/p/pro350 -share/misc/terminfo/p/ps300 -share/misc/terminfo/p/psterm -share/misc/terminfo/p/psterm-80x24 -share/misc/terminfo/p/psterm-90x28 -share/misc/terminfo/p/psterm-96x48 -share/misc/terminfo/p/psterm-basic -share/misc/terminfo/p/psterm-fast -share/misc/terminfo/p/psx_ansi -share/misc/terminfo/p/pt100 -share/misc/terminfo/p/pt100w -share/misc/terminfo/p/pt200 -share/misc/terminfo/p/pt200w -share/misc/terminfo/p/pt210 -share/misc/terminfo/p/pt250 -share/misc/terminfo/p/pt250w -share/misc/terminfo/p/pt505 -share/misc/terminfo/p/pt505-22 -share/misc/terminfo/p/pt505-24 -share/misc/terminfo/p/pty -share/misc/terminfo/p/putty -share/misc/terminfo/q/qansi -share/misc/terminfo/q/qansi-g -share/misc/terminfo/q/qansi-m -share/misc/terminfo/q/qansi-t -share/misc/terminfo/q/qansi-w -share/misc/terminfo/q/qdcons -share/misc/terminfo/q/qdss -share/misc/terminfo/q/qnx -share/misc/terminfo/q/qnx4 -share/misc/terminfo/q/qnxm -share/misc/terminfo/q/qnxt -share/misc/terminfo/q/qnxt2 -share/misc/terminfo/q/qnxt4 -share/misc/terminfo/q/qnxtmono -share/misc/terminfo/q/qnxw -share/misc/terminfo/q/qume -share/misc/terminfo/q/qume5 -share/misc/terminfo/q/qvt101 -share/misc/terminfo/q/qvt101+ -share/misc/terminfo/q/qvt101p -share/misc/terminfo/q/qvt102 -share/misc/terminfo/q/qvt103 -share/misc/terminfo/q/qvt103-w -share/misc/terminfo/q/qvt108 -share/misc/terminfo/q/qvt119 -share/misc/terminfo/q/qvt119+ -share/misc/terminfo/q/qvt119+-25 -share/misc/terminfo/q/qvt119+-25-w -share/misc/terminfo/q/qvt119+-w -share/misc/terminfo/q/qvt119-25-w -share/misc/terminfo/q/qvt119-w -share/misc/terminfo/q/qvt119p -share/misc/terminfo/q/qvt119p-25 -share/misc/terminfo/q/qvt119p-25-w -share/misc/terminfo/q/qvt119p-w -share/misc/terminfo/q/qvt203 -share/misc/terminfo/q/qvt203+ -share/misc/terminfo/q/qvt203-25 -share/misc/terminfo/q/qvt203-25-w -share/misc/terminfo/q/qvt203-w -share/misc/terminfo/q/qvt203-w-am -share/misc/terminfo/r/rbcomm -share/misc/terminfo/r/rbcomm-nam -share/misc/terminfo/r/rbcomm-w -share/misc/terminfo/r/rca -share/misc/terminfo/r/rcons -share/misc/terminfo/r/rcons-color -share/misc/terminfo/r/rebus3180 -share/misc/terminfo/r/regent -share/misc/terminfo/r/regent100 -share/misc/terminfo/r/regent20 -share/misc/terminfo/r/regent200 -share/misc/terminfo/r/regent25 -share/misc/terminfo/r/regent40 -share/misc/terminfo/r/regent40+ -share/misc/terminfo/r/regent60 -share/misc/terminfo/r/rt6221 -share/misc/terminfo/r/rt6221-w -share/misc/terminfo/r/rtpc -share/misc/terminfo/r/rxvt -share/misc/terminfo/r/rxvt-16color -share/misc/terminfo/r/rxvt-basic -share/misc/terminfo/r/rxvt-color -share/misc/terminfo/r/rxvt-cygwin -share/misc/terminfo/r/rxvt-cygwin-native -share/misc/terminfo/r/rxvt-xpm -share/misc/terminfo/s/s4 -share/misc/terminfo/s/sb1 -share/misc/terminfo/s/sb2 -share/misc/terminfo/s/sb3 -share/misc/terminfo/s/sbi -share/misc/terminfo/s/sbobcat -share/misc/terminfo/s/sc410 -share/misc/terminfo/s/sc415 -share/misc/terminfo/s/scanset -share/misc/terminfo/s/scoansi -share/misc/terminfo/s/scoansi-new -share/misc/terminfo/s/scoansi-old -share/misc/terminfo/s/screen -share/misc/terminfo/s/screen-bce -share/misc/terminfo/s/screen-s -share/misc/terminfo/s/screen-w -share/misc/terminfo/s/screen.linux -share/misc/terminfo/s/screen.teraterm -share/misc/terminfo/s/screen.xterm-r6 -share/misc/terminfo/s/screen.xterm-xfree86 -share/misc/terminfo/s/screen2 -share/misc/terminfo/s/screen3 -share/misc/terminfo/s/screwpoint -share/misc/terminfo/s/scrhp -share/misc/terminfo/s/sibo -share/misc/terminfo/s/simterm -share/misc/terminfo/s/soroc -share/misc/terminfo/s/soroc120 -share/misc/terminfo/s/soroc140 -share/misc/terminfo/s/spinwriter -share/misc/terminfo/s/st52 -share/misc/terminfo/s/sun -share/misc/terminfo/s/sun-1 -share/misc/terminfo/s/sun-12 -share/misc/terminfo/s/sun-17 -share/misc/terminfo/s/sun-24 -share/misc/terminfo/s/sun-34 -share/misc/terminfo/s/sun-48 -share/misc/terminfo/s/sun-c -share/misc/terminfo/s/sun-cgsix -share/misc/terminfo/s/sun-cmd -share/misc/terminfo/s/sun-e -share/misc/terminfo/s/sun-e-s -share/misc/terminfo/s/sun-il -share/misc/terminfo/s/sun-nic -share/misc/terminfo/s/sun-s -share/misc/terminfo/s/sun-s-e -share/misc/terminfo/s/sun-ss5 -share/misc/terminfo/s/sun-type4 -share/misc/terminfo/s/sun1 -share/misc/terminfo/s/sun2 -share/misc/terminfo/s/sune -share/misc/terminfo/s/superbee -share/misc/terminfo/s/superbee-xsb -share/misc/terminfo/s/superbeeic -share/misc/terminfo/s/superbrain -share/misc/terminfo/s/sv80 -share/misc/terminfo/s/swtp -share/misc/terminfo/s/synertek -share/misc/terminfo/s/synertek380 -share/misc/terminfo/s/system1 -share/misc/terminfo/t/t10 -share/misc/terminfo/t/t1061 -share/misc/terminfo/t/t1061f -share/misc/terminfo/t/t16 -share/misc/terminfo/t/t3700 -share/misc/terminfo/t/t3800 -share/misc/terminfo/t/t653x -share/misc/terminfo/t/tab -share/misc/terminfo/t/tab132 -share/misc/terminfo/t/tab132-15 -share/misc/terminfo/t/tab132-rv -share/misc/terminfo/t/tab132-w -share/misc/terminfo/t/tab132-w-rv -share/misc/terminfo/t/tandem6510 -share/misc/terminfo/t/tandem653 -share/misc/terminfo/t/tek -share/misc/terminfo/t/tek4012 -share/misc/terminfo/t/tek4013 -share/misc/terminfo/t/tek4014 -share/misc/terminfo/t/tek4014-sm -share/misc/terminfo/t/tek4015 -share/misc/terminfo/t/tek4015-sm -share/misc/terminfo/t/tek4023 -share/misc/terminfo/t/tek4024 -share/misc/terminfo/t/tek4025 -share/misc/terminfo/t/tek4025-17 -share/misc/terminfo/t/tek4025-17-ws -share/misc/terminfo/t/tek4025-cr -share/misc/terminfo/t/tek4025-ex -share/misc/terminfo/t/tek4025a -share/misc/terminfo/t/tek4025ex -share/misc/terminfo/t/tek4027 -share/misc/terminfo/t/tek4027-ex -share/misc/terminfo/t/tek4105 -share/misc/terminfo/t/tek4105-30 -share/misc/terminfo/t/tek4105a -share/misc/terminfo/t/tek4106brl -share/misc/terminfo/t/tek4107 -share/misc/terminfo/t/tek4107brl -share/misc/terminfo/t/tek4109 -share/misc/terminfo/t/tek4109brl -share/misc/terminfo/t/tek4112 -share/misc/terminfo/t/tek4112-5 -share/misc/terminfo/t/tek4112-nd -share/misc/terminfo/t/tek4113 -share/misc/terminfo/t/tek4113-34 -share/misc/terminfo/t/tek4113-nd -share/misc/terminfo/t/tek4114 -share/misc/terminfo/t/tek4115 -share/misc/terminfo/t/tek4125 -share/misc/terminfo/t/tek4205 -share/misc/terminfo/t/tek4207 -share/misc/terminfo/t/tek4207-s -share/misc/terminfo/t/tek4404 -share/misc/terminfo/t/teleray -share/misc/terminfo/t/teletec -share/misc/terminfo/t/teraterm -share/misc/terminfo/t/terminet -share/misc/terminfo/t/terminet1200 -share/misc/terminfo/t/terminet300 -share/misc/terminfo/t/tgtelnet -share/misc/terminfo/t/ti700 -share/misc/terminfo/t/ti733 -share/misc/terminfo/t/ti735 -share/misc/terminfo/t/ti745 -share/misc/terminfo/t/ti800 -share/misc/terminfo/t/ti916 -share/misc/terminfo/t/ti916-132 -share/misc/terminfo/t/ti916-220-7 -share/misc/terminfo/t/ti916-220-8 -share/misc/terminfo/t/ti916-8 -share/misc/terminfo/t/ti916-8-132 -share/misc/terminfo/t/ti924 -share/misc/terminfo/t/ti924-8 -share/misc/terminfo/t/ti924-8w -share/misc/terminfo/t/ti924w -share/misc/terminfo/t/ti926 -share/misc/terminfo/t/ti926-8 -share/misc/terminfo/t/ti928 -share/misc/terminfo/t/ti928-8 -share/misc/terminfo/t/ti931 -share/misc/terminfo/t/ti_ansi -share/misc/terminfo/t/tkterm -share/misc/terminfo/t/tn1200 -share/misc/terminfo/t/tn300 -share/misc/terminfo/t/trs16 -share/misc/terminfo/t/trs2 -share/misc/terminfo/t/trs80II -share/misc/terminfo/t/trsII -share/misc/terminfo/t/ts-1 -share/misc/terminfo/t/ts-1p -share/misc/terminfo/t/ts1 -share/misc/terminfo/t/ts100 -share/misc/terminfo/t/ts100-ctxt -share/misc/terminfo/t/ts100-sp -share/misc/terminfo/t/ts1p -share/misc/terminfo/t/tt -share/misc/terminfo/t/tt505-22 -share/misc/terminfo/t/tty33 -share/misc/terminfo/t/tty35 -share/misc/terminfo/t/tty37 -share/misc/terminfo/t/tty40 -share/misc/terminfo/t/tty43 -share/misc/terminfo/t/tty4420 -share/misc/terminfo/t/tty4424 -share/misc/terminfo/t/tty4424-1 -share/misc/terminfo/t/tty4424m -share/misc/terminfo/t/tty4426 -share/misc/terminfo/t/tty5410 -share/misc/terminfo/t/tty5410-w -share/misc/terminfo/t/tty5410v1 -share/misc/terminfo/t/tty5410v1-w -share/misc/terminfo/t/tty5420 -share/misc/terminfo/t/tty5420+nl -share/misc/terminfo/t/tty5420-nl -share/misc/terminfo/t/tty5420-rv -share/misc/terminfo/t/tty5420-rv-nl -share/misc/terminfo/t/tty5420-w -share/misc/terminfo/t/tty5420-w-nl -share/misc/terminfo/t/tty5420-w-rv -share/misc/terminfo/t/tty5420-w-rv-n -share/misc/terminfo/t/tty5425 -share/misc/terminfo/t/tty5425-nl -share/misc/terminfo/t/tty5425-w -share/misc/terminfo/t/tty5620 -share/misc/terminfo/t/tty5620-1 -share/misc/terminfo/t/tty5620-24 -share/misc/terminfo/t/tty5620-34 -share/misc/terminfo/t/tty5620-s -share/misc/terminfo/t/ttydmd -share/misc/terminfo/t/tvi803 -share/misc/terminfo/t/tvi9065 -share/misc/terminfo/t/tvi910 -share/misc/terminfo/t/tvi910+ -share/misc/terminfo/t/tvi912 -share/misc/terminfo/t/tvi912b -share/misc/terminfo/t/tvi912b+2p -share/misc/terminfo/t/tvi912b+dim -share/misc/terminfo/t/tvi912b+mc -share/misc/terminfo/t/tvi912b+printer -share/misc/terminfo/t/tvi912b+vb -share/misc/terminfo/t/tvi912b-2p -share/misc/terminfo/t/tvi912b-2p-mc -share/misc/terminfo/t/tvi912b-2p-p -share/misc/terminfo/t/tvi912b-2p-unk -share/misc/terminfo/t/tvi912b-mc -share/misc/terminfo/t/tvi912b-mc-2p -share/misc/terminfo/t/tvi912b-mc-vb -share/misc/terminfo/t/tvi912b-p -share/misc/terminfo/t/tvi912b-p-2p -share/misc/terminfo/t/tvi912b-p-vb -share/misc/terminfo/t/tvi912b-unk -share/misc/terminfo/t/tvi912b-unk-2p -share/misc/terminfo/t/tvi912b-unk-vb -share/misc/terminfo/t/tvi912b-vb -share/misc/terminfo/t/tvi912b-vb-mc -share/misc/terminfo/t/tvi912b-vb-p -share/misc/terminfo/t/tvi912b-vb-unk -share/misc/terminfo/t/tvi912c -share/misc/terminfo/t/tvi912c-2p -share/misc/terminfo/t/tvi912c-2p-mc -share/misc/terminfo/t/tvi912c-2p-p -share/misc/terminfo/t/tvi912c-2p-unk -share/misc/terminfo/t/tvi912c-mc -share/misc/terminfo/t/tvi912c-mc-2p -share/misc/terminfo/t/tvi912c-mc-vb -share/misc/terminfo/t/tvi912c-p -share/misc/terminfo/t/tvi912c-p-2p -share/misc/terminfo/t/tvi912c-p-vb -share/misc/terminfo/t/tvi912c-unk -share/misc/terminfo/t/tvi912c-unk-2p -share/misc/terminfo/t/tvi912c-unk-vb -share/misc/terminfo/t/tvi912c-vb -share/misc/terminfo/t/tvi912c-vb-mc -share/misc/terminfo/t/tvi912c-vb-p -share/misc/terminfo/t/tvi912c-vb-unk -share/misc/terminfo/t/tvi912cc -share/misc/terminfo/t/tvi914 -share/misc/terminfo/t/tvi920 -share/misc/terminfo/t/tvi920b -share/misc/terminfo/t/tvi920b+fn -share/misc/terminfo/t/tvi920b-2p -share/misc/terminfo/t/tvi920b-2p-mc -share/misc/terminfo/t/tvi920b-2p-p -share/misc/terminfo/t/tvi920b-2p-unk -share/misc/terminfo/t/tvi920b-mc -share/misc/terminfo/t/tvi920b-mc-2p -share/misc/terminfo/t/tvi920b-mc-vb -share/misc/terminfo/t/tvi920b-p -share/misc/terminfo/t/tvi920b-p-2p -share/misc/terminfo/t/tvi920b-p-vb -share/misc/terminfo/t/tvi920b-unk -share/misc/terminfo/t/tvi920b-unk-2p -share/misc/terminfo/t/tvi920b-unk-vb -share/misc/terminfo/t/tvi920b-vb -share/misc/terminfo/t/tvi920b-vb-mc -share/misc/terminfo/t/tvi920b-vb-p -share/misc/terminfo/t/tvi920b-vb-unk -share/misc/terminfo/t/tvi920c -share/misc/terminfo/t/tvi920c-2p -share/misc/terminfo/t/tvi920c-2p-mc -share/misc/terminfo/t/tvi920c-2p-p -share/misc/terminfo/t/tvi920c-2p-unk -share/misc/terminfo/t/tvi920c-mc -share/misc/terminfo/t/tvi920c-mc-2p -share/misc/terminfo/t/tvi920c-mc-vb -share/misc/terminfo/t/tvi920c-p -share/misc/terminfo/t/tvi920c-p-2p -share/misc/terminfo/t/tvi920c-p-vb -share/misc/terminfo/t/tvi920c-unk -share/misc/terminfo/t/tvi920c-unk-2p -share/misc/terminfo/t/tvi920c-unk-vb -share/misc/terminfo/t/tvi920c-vb -share/misc/terminfo/t/tvi920c-vb-mc -share/misc/terminfo/t/tvi920c-vb-p -share/misc/terminfo/t/tvi920c-vb-unk -share/misc/terminfo/t/tvi921 -share/misc/terminfo/t/tvi924 -share/misc/terminfo/t/tvi925 -share/misc/terminfo/t/tvi925-hi -share/misc/terminfo/t/tvi92B -share/misc/terminfo/t/tvi92D -share/misc/terminfo/t/tvi950 -share/misc/terminfo/t/tvi950-2p -share/misc/terminfo/t/tvi950-4p -share/misc/terminfo/t/tvi950-rv -share/misc/terminfo/t/tvi950-rv-2p -share/misc/terminfo/t/tvi950-rv-4p -share/misc/terminfo/t/tvi955 -share/misc/terminfo/t/tvi955-hb -share/misc/terminfo/t/tvi955-w -share/misc/terminfo/t/tvi970 -share/misc/terminfo/t/tvi970-2p -share/misc/terminfo/t/tvi970-vb -share/misc/terminfo/t/tvipt -share/misc/terminfo/t/tws-generic -share/misc/terminfo/t/tws2102-sna -share/misc/terminfo/t/tws2103 -share/misc/terminfo/t/tws2103-sna -share/misc/terminfo/terminfo.src -share/misc/terminfo/u/ultima2 -share/misc/terminfo/u/ultimaII -share/misc/terminfo/u/uniterm -share/misc/terminfo/u/uniterm49 -share/misc/terminfo/u/unixpc -share/misc/terminfo/u/unknown -share/misc/terminfo/u/uts30 -share/misc/terminfo/u/uwin -share/misc/terminfo/v/v200-nam -share/misc/terminfo/v/v320n -share/misc/terminfo/v/v3220 -share/misc/terminfo/v/v5410 -share/misc/terminfo/v/vanilla -share/misc/terminfo/v/vapple -share/misc/terminfo/v/vc103 -share/misc/terminfo/v/vc203 -share/misc/terminfo/v/vc303 -share/misc/terminfo/v/vc303a -share/misc/terminfo/v/vc403a -share/misc/terminfo/v/vc404 -share/misc/terminfo/v/vc404-s -share/misc/terminfo/v/vc414 -share/misc/terminfo/v/vc414h -share/misc/terminfo/v/vc415 -share/misc/terminfo/v/venix -share/misc/terminfo/v/versaterm -share/misc/terminfo/v/vi200 -share/misc/terminfo/v/vi200-f -share/misc/terminfo/v/vi200-rv -share/misc/terminfo/v/vi300 -share/misc/terminfo/v/vi300-old -share/misc/terminfo/v/vi50 -share/misc/terminfo/v/vi500 -share/misc/terminfo/v/vi50adm -share/misc/terminfo/v/vi55 -share/misc/terminfo/v/vi550 -share/misc/terminfo/v/vi603 -share/misc/terminfo/v/viewpoint -share/misc/terminfo/v/viewpoint3a+ -share/misc/terminfo/v/viewpoint60 -share/misc/terminfo/v/viewpoint90 -share/misc/terminfo/v/vip -share/misc/terminfo/v/vip-H -share/misc/terminfo/v/vip-Hw -share/misc/terminfo/v/vip-w -share/misc/terminfo/v/vip7800-H -share/misc/terminfo/v/vip7800-Hw -share/misc/terminfo/v/vip7800-w -share/misc/terminfo/v/visa50 -share/misc/terminfo/v/visual603 -share/misc/terminfo/v/vitty -share/misc/terminfo/v/vk100 -share/misc/terminfo/v/vp3a+ -share/misc/terminfo/v/vp60 -share/misc/terminfo/v/vp90 -share/misc/terminfo/v/vremote -share/misc/terminfo/v/vs100 -share/misc/terminfo/v/vs100-x10 -share/misc/terminfo/v/vsc -share/misc/terminfo/v/vt-61 -share/misc/terminfo/v/vt-utf8 -share/misc/terminfo/v/vt100 -share/misc/terminfo/v/vt100+ -share/misc/terminfo/v/vt100+fnkeys -share/misc/terminfo/v/vt100+keypad -share/misc/terminfo/v/vt100+pfkeys -share/misc/terminfo/v/vt100-am -share/misc/terminfo/v/vt100-bm -share/misc/terminfo/v/vt100-bm-o -share/misc/terminfo/v/vt100-bot-s -share/misc/terminfo/v/vt100-nam -share/misc/terminfo/v/vt100-nam-w -share/misc/terminfo/v/vt100-nav -share/misc/terminfo/v/vt100-nav-w -share/misc/terminfo/v/vt100-s -share/misc/terminfo/v/vt100-s-bot -share/misc/terminfo/v/vt100-s-top -share/misc/terminfo/v/vt100-top-s -share/misc/terminfo/v/vt100-vb -share/misc/terminfo/v/vt100-w -share/misc/terminfo/v/vt100-w-am -share/misc/terminfo/v/vt100-w-nam -share/misc/terminfo/v/vt100-w-nav -share/misc/terminfo/v/vt100nam -share/misc/terminfo/v/vt102 -share/misc/terminfo/v/vt102-nsgr -share/misc/terminfo/v/vt102-w -share/misc/terminfo/v/vt125 -share/misc/terminfo/v/vt131 -share/misc/terminfo/v/vt132 -share/misc/terminfo/v/vt200 -share/misc/terminfo/v/vt200-8 -share/misc/terminfo/v/vt200-8bit -share/misc/terminfo/v/vt200-js -share/misc/terminfo/v/vt200-old -share/misc/terminfo/v/vt200-w -share/misc/terminfo/v/vt220 -share/misc/terminfo/v/vt220+keypad -share/misc/terminfo/v/vt220-8 -share/misc/terminfo/v/vt220-8bit -share/misc/terminfo/v/vt220-js -share/misc/terminfo/v/vt220-nam -share/misc/terminfo/v/vt220-old -share/misc/terminfo/v/vt220-w -share/misc/terminfo/v/vt220d -share/misc/terminfo/v/vt300 -share/misc/terminfo/v/vt300-nam -share/misc/terminfo/v/vt300-w -share/misc/terminfo/v/vt300-w-nam -share/misc/terminfo/v/vt320 -share/misc/terminfo/v/vt320-k3 -share/misc/terminfo/v/vt320-k311 -share/misc/terminfo/v/vt320-nam -share/misc/terminfo/v/vt320-w -share/misc/terminfo/v/vt320-w-nam -share/misc/terminfo/v/vt320nam -share/misc/terminfo/v/vt330 -share/misc/terminfo/v/vt340 -share/misc/terminfo/v/vt400 -share/misc/terminfo/v/vt400-24 -share/misc/terminfo/v/vt420 -share/misc/terminfo/v/vt420f -share/misc/terminfo/v/vt420pc -share/misc/terminfo/v/vt420pcdos -share/misc/terminfo/v/vt50 -share/misc/terminfo/v/vt50h -share/misc/terminfo/v/vt510 -share/misc/terminfo/v/vt510pc -share/misc/terminfo/v/vt510pcdos -share/misc/terminfo/v/vt52 -share/misc/terminfo/v/vt520 -share/misc/terminfo/v/vt525 -share/misc/terminfo/v/vt61 -share/misc/terminfo/v/vt61.5 -share/misc/terminfo/v/vtnt -share/misc/terminfo/v/vv100 -share/misc/terminfo/w/wren -share/misc/terminfo/w/wrenw -share/misc/terminfo/w/wsiris -share/misc/terminfo/w/wsvt25 -share/misc/terminfo/w/wsvt25m -share/misc/terminfo/w/wy-75ap -share/misc/terminfo/w/wy-99fgt -share/misc/terminfo/w/wy-99fgta -share/misc/terminfo/w/wy100 -share/misc/terminfo/w/wy100q -share/misc/terminfo/w/wy120 -share/misc/terminfo/w/wy120-25 -share/misc/terminfo/w/wy120-25-w -share/misc/terminfo/w/wy120-vb -share/misc/terminfo/w/wy120-w -share/misc/terminfo/w/wy120-w-vb -share/misc/terminfo/w/wy120-wvb -share/misc/terminfo/w/wy150 -share/misc/terminfo/w/wy150-25 -share/misc/terminfo/w/wy150-25-w -share/misc/terminfo/w/wy150-vb -share/misc/terminfo/w/wy150-w -share/misc/terminfo/w/wy150-w-vb -share/misc/terminfo/w/wy160 -share/misc/terminfo/w/wy160-25 -share/misc/terminfo/w/wy160-25-w -share/misc/terminfo/w/wy160-42 -share/misc/terminfo/w/wy160-42-w -share/misc/terminfo/w/wy160-43 -share/misc/terminfo/w/wy160-43-w -share/misc/terminfo/w/wy160-tek -share/misc/terminfo/w/wy160-vb -share/misc/terminfo/w/wy160-w -share/misc/terminfo/w/wy160-w-vb -share/misc/terminfo/w/wy160-wvb -share/misc/terminfo/w/wy185 -share/misc/terminfo/w/wy185-24 -share/misc/terminfo/w/wy185-vb -share/misc/terminfo/w/wy185-w -share/misc/terminfo/w/wy185-wvb -share/misc/terminfo/w/wy30 -share/misc/terminfo/w/wy30-mc -share/misc/terminfo/w/wy30-vb -share/misc/terminfo/w/wy325 -share/misc/terminfo/w/wy325-25 -share/misc/terminfo/w/wy325-25w -share/misc/terminfo/w/wy325-42 -share/misc/terminfo/w/wy325-42w -share/misc/terminfo/w/wy325-42w-vb -share/misc/terminfo/w/wy325-42wvb -share/misc/terminfo/w/wy325-43 -share/misc/terminfo/w/wy325-43w -share/misc/terminfo/w/wy325-43w-vb -share/misc/terminfo/w/wy325-43wvb -share/misc/terminfo/w/wy325-80 -share/misc/terminfo/w/wy325-vb -share/misc/terminfo/w/wy325-w -share/misc/terminfo/w/wy325-w-vb -share/misc/terminfo/w/wy325-wvb -share/misc/terminfo/w/wy325w-24 -share/misc/terminfo/w/wy350 -share/misc/terminfo/w/wy350-vb -share/misc/terminfo/w/wy350-w -share/misc/terminfo/w/wy350-wvb -share/misc/terminfo/w/wy370 -share/misc/terminfo/w/wy370-101k -share/misc/terminfo/w/wy370-105k -share/misc/terminfo/w/wy370-EPC -share/misc/terminfo/w/wy370-nk -share/misc/terminfo/w/wy370-rv -share/misc/terminfo/w/wy370-tek -share/misc/terminfo/w/wy370-vb -share/misc/terminfo/w/wy370-w -share/misc/terminfo/w/wy370-wvb -share/misc/terminfo/w/wy50 -share/misc/terminfo/w/wy50-mc -share/misc/terminfo/w/wy50-vb -share/misc/terminfo/w/wy50-w -share/misc/terminfo/w/wy50-wvb -share/misc/terminfo/w/wy520 -share/misc/terminfo/w/wy520-24 -share/misc/terminfo/w/wy520-36 -share/misc/terminfo/w/wy520-36pc -share/misc/terminfo/w/wy520-36w -share/misc/terminfo/w/wy520-36wpc -share/misc/terminfo/w/wy520-48 -share/misc/terminfo/w/wy520-48pc -share/misc/terminfo/w/wy520-48w -share/misc/terminfo/w/wy520-48wpc -share/misc/terminfo/w/wy520-epc -share/misc/terminfo/w/wy520-epc-24 -share/misc/terminfo/w/wy520-epc-vb -share/misc/terminfo/w/wy520-epc-w -share/misc/terminfo/w/wy520-epc-wvb -share/misc/terminfo/w/wy520-vb -share/misc/terminfo/w/wy520-w -share/misc/terminfo/w/wy520-wvb -share/misc/terminfo/w/wy60 -share/misc/terminfo/w/wy60-25 -share/misc/terminfo/w/wy60-25-w -share/misc/terminfo/w/wy60-316X -share/misc/terminfo/w/wy60-42 -share/misc/terminfo/w/wy60-42-w -share/misc/terminfo/w/wy60-43 -share/misc/terminfo/w/wy60-43-w -share/misc/terminfo/w/wy60-AT -share/misc/terminfo/w/wy60-PC -share/misc/terminfo/w/wy60-vb -share/misc/terminfo/w/wy60-w -share/misc/terminfo/w/wy60-w-vb -share/misc/terminfo/w/wy60-wvb -share/misc/terminfo/w/wy75 -share/misc/terminfo/w/wy75-mc -share/misc/terminfo/w/wy75-vb -share/misc/terminfo/w/wy75-w -share/misc/terminfo/w/wy75-wvb -share/misc/terminfo/w/wy75ap -share/misc/terminfo/w/wy85 -share/misc/terminfo/w/wy85-8bit -share/misc/terminfo/w/wy85-vb -share/misc/terminfo/w/wy85-w -share/misc/terminfo/w/wy85-wvb -share/misc/terminfo/w/wy99-ansi -share/misc/terminfo/w/wy99a-ansi -share/misc/terminfo/w/wy99f -share/misc/terminfo/w/wy99fa -share/misc/terminfo/w/wy99fgt -share/misc/terminfo/w/wy99fgta -share/misc/terminfo/w/wy99gt -share/misc/terminfo/w/wy99gt-25 -share/misc/terminfo/w/wy99gt-25-w -share/misc/terminfo/w/wy99gt-tek -share/misc/terminfo/w/wy99gt-vb -share/misc/terminfo/w/wy99gt-w -share/misc/terminfo/w/wy99gt-w-vb -share/misc/terminfo/w/wy99gt-wvb -share/misc/terminfo/w/wyse-325 -share/misc/terminfo/w/wyse-75ap -share/misc/terminfo/w/wyse-vp -share/misc/terminfo/w/wyse120 -share/misc/terminfo/w/wyse120-25 -share/misc/terminfo/w/wyse120-25-w -share/misc/terminfo/w/wyse120-vb -share/misc/terminfo/w/wyse120-w -share/misc/terminfo/w/wyse120-wvb -share/misc/terminfo/w/wyse150 -share/misc/terminfo/w/wyse150-25 -share/misc/terminfo/w/wyse150-25-w -share/misc/terminfo/w/wyse150-vb -share/misc/terminfo/w/wyse150-w -share/misc/terminfo/w/wyse150-w-vb -share/misc/terminfo/w/wyse160 -share/misc/terminfo/w/wyse160-25 -share/misc/terminfo/w/wyse160-25-w -share/misc/terminfo/w/wyse160-42 -share/misc/terminfo/w/wyse160-42-w -share/misc/terminfo/w/wyse160-43 -share/misc/terminfo/w/wyse160-43-w -share/misc/terminfo/w/wyse160-vb -share/misc/terminfo/w/wyse160-w -share/misc/terminfo/w/wyse160-wvb -share/misc/terminfo/w/wyse185 -share/misc/terminfo/w/wyse185-24 -share/misc/terminfo/w/wyse185-vb -share/misc/terminfo/w/wyse185-w -share/misc/terminfo/w/wyse185-wvb -share/misc/terminfo/w/wyse30 -share/misc/terminfo/w/wyse30-mc -share/misc/terminfo/w/wyse30-vb -share/misc/terminfo/w/wyse325 -share/misc/terminfo/w/wyse325-25 -share/misc/terminfo/w/wyse325-25w -share/misc/terminfo/w/wyse325-42 -share/misc/terminfo/w/wyse325-42w -share/misc/terminfo/w/wyse325-43 -share/misc/terminfo/w/wyse325-43w -share/misc/terminfo/w/wyse325-vb -share/misc/terminfo/w/wyse325-w -share/misc/terminfo/w/wyse325-wvb -share/misc/terminfo/w/wyse350 -share/misc/terminfo/w/wyse350-vb -share/misc/terminfo/w/wyse350-w -share/misc/terminfo/w/wyse350-wvb -share/misc/terminfo/w/wyse370 -share/misc/terminfo/w/wyse50 -share/misc/terminfo/w/wyse50-mc -share/misc/terminfo/w/wyse50-vb -share/misc/terminfo/w/wyse50-w -share/misc/terminfo/w/wyse50-wvb -share/misc/terminfo/w/wyse520 -share/misc/terminfo/w/wyse520-24 -share/misc/terminfo/w/wyse520-36 -share/misc/terminfo/w/wyse520-36pc -share/misc/terminfo/w/wyse520-36w -share/misc/terminfo/w/wyse520-36wpc -share/misc/terminfo/w/wyse520-48 -share/misc/terminfo/w/wyse520-48pc -share/misc/terminfo/w/wyse520-48w -share/misc/terminfo/w/wyse520-48wpc -share/misc/terminfo/w/wyse520-epc -share/misc/terminfo/w/wyse520-epc-w -share/misc/terminfo/w/wyse520-p-wvb -share/misc/terminfo/w/wyse520-pc-24 -share/misc/terminfo/w/wyse520-pc-vb -share/misc/terminfo/w/wyse520-vb -share/misc/terminfo/w/wyse520-w -share/misc/terminfo/w/wyse520-wvb -share/misc/terminfo/w/wyse60 -share/misc/terminfo/w/wyse60-25 -share/misc/terminfo/w/wyse60-25-w -share/misc/terminfo/w/wyse60-316X -share/misc/terminfo/w/wyse60-42 -share/misc/terminfo/w/wyse60-42-w -share/misc/terminfo/w/wyse60-43 -share/misc/terminfo/w/wyse60-43-w -share/misc/terminfo/w/wyse60-AT -share/misc/terminfo/w/wyse60-PC -share/misc/terminfo/w/wyse60-vb -share/misc/terminfo/w/wyse60-w -share/misc/terminfo/w/wyse60-wvb -share/misc/terminfo/w/wyse75 -share/misc/terminfo/w/wyse75-mc -share/misc/terminfo/w/wyse75-vb -share/misc/terminfo/w/wyse75-w -share/misc/terminfo/w/wyse75-wvb -share/misc/terminfo/w/wyse75ap -share/misc/terminfo/w/wyse85 -share/misc/terminfo/w/wyse85-8bit -share/misc/terminfo/w/wyse85-vb -share/misc/terminfo/w/wyse85-w -share/misc/terminfo/w/wyse85-wvb -share/misc/terminfo/w/wyse99gt -share/misc/terminfo/w/wyse99gt-25 -share/misc/terminfo/w/wyse99gt-25-w -share/misc/terminfo/w/wyse99gt-vb -share/misc/terminfo/w/wyse99gt-w -share/misc/terminfo/w/wyse99gt-wvb -share/misc/terminfo/x/x10term -share/misc/terminfo/x/x1700 -share/misc/terminfo/x/x1700-lm -share/misc/terminfo/x/x1720 -share/misc/terminfo/x/x1750 -share/misc/terminfo/x/x68k -share/misc/terminfo/x/x68k-ite -share/misc/terminfo/x/x820 -share/misc/terminfo/x/xdku -share/misc/terminfo/x/xenix -share/misc/terminfo/x/xerox -share/misc/terminfo/x/xerox-lm -share/misc/terminfo/x/xerox1720 -share/misc/terminfo/x/xerox820 -share/misc/terminfo/x/xl83 -share/misc/terminfo/x/xnuppc -share/misc/terminfo/x/xnuppc+100x37 -share/misc/terminfo/x/xnuppc+112x37 -share/misc/terminfo/x/xnuppc+128x40 -share/misc/terminfo/x/xnuppc+128x48 -share/misc/terminfo/x/xnuppc+144x48 -share/misc/terminfo/x/xnuppc+160x64 -share/misc/terminfo/x/xnuppc+200x64 -share/misc/terminfo/x/xnuppc+200x75 -share/misc/terminfo/x/xnuppc+256x96 -share/misc/terminfo/x/xnuppc+80x25 -share/misc/terminfo/x/xnuppc+80x30 -share/misc/terminfo/x/xnuppc+90x30 -share/misc/terminfo/x/xnuppc+b -share/misc/terminfo/x/xnuppc+basic -share/misc/terminfo/x/xnuppc+c -share/misc/terminfo/x/xnuppc+f -share/misc/terminfo/x/xnuppc+f2 -share/misc/terminfo/x/xnuppc-100x37 -share/misc/terminfo/x/xnuppc-100x37-m -share/misc/terminfo/x/xnuppc-112x37 -share/misc/terminfo/x/xnuppc-112x37-m -share/misc/terminfo/x/xnuppc-128x40 -share/misc/terminfo/x/xnuppc-128x40-m -share/misc/terminfo/x/xnuppc-128x48 -share/misc/terminfo/x/xnuppc-128x48-m -share/misc/terminfo/x/xnuppc-144x48 -share/misc/terminfo/x/xnuppc-144x48-m -share/misc/terminfo/x/xnuppc-160x64 -share/misc/terminfo/x/xnuppc-160x64-m -share/misc/terminfo/x/xnuppc-200x64 -share/misc/terminfo/x/xnuppc-200x64-m -share/misc/terminfo/x/xnuppc-200x75 -share/misc/terminfo/x/xnuppc-200x75-m -share/misc/terminfo/x/xnuppc-256x96 -share/misc/terminfo/x/xnuppc-256x96-m -share/misc/terminfo/x/xnuppc-80x25 -share/misc/terminfo/x/xnuppc-80x25-m -share/misc/terminfo/x/xnuppc-80x30 -share/misc/terminfo/x/xnuppc-80x30-m -share/misc/terminfo/x/xnuppc-90x30 -share/misc/terminfo/x/xnuppc-90x30-m -share/misc/terminfo/x/xnuppc-b -share/misc/terminfo/x/xnuppc-f -share/misc/terminfo/x/xnuppc-f2 -share/misc/terminfo/x/xnuppc-m -share/misc/terminfo/x/xnuppc-m-b -share/misc/terminfo/x/xnuppc-m-f -share/misc/terminfo/x/xnuppc-m-f2 -share/misc/terminfo/x/xtalk -share/misc/terminfo/x/xterm -share/misc/terminfo/x/xterm+sl -share/misc/terminfo/x/xterm+sl-twm -share/misc/terminfo/x/xterm-1002 -share/misc/terminfo/x/xterm-1003 -share/misc/terminfo/x/xterm-16color -share/misc/terminfo/x/xterm-24 -share/misc/terminfo/x/xterm-256color -share/misc/terminfo/x/xterm-88color -share/misc/terminfo/x/xterm-8bit -share/misc/terminfo/x/xterm-basic -share/misc/terminfo/x/xterm-bold -share/misc/terminfo/x/xterm-color -share/misc/terminfo/x/xterm-hp -share/misc/terminfo/x/xterm-new -share/misc/terminfo/x/xterm-nic -share/misc/terminfo/x/xterm-noapp -share/misc/terminfo/x/xterm-old -share/misc/terminfo/x/xterm-pcolor -share/misc/terminfo/x/xterm-r5 -share/misc/terminfo/x/xterm-r6 -share/misc/terminfo/x/xterm-sco -share/misc/terminfo/x/xterm-sun -share/misc/terminfo/x/xterm-vt220 -share/misc/terminfo/x/xterm-vt52 -share/misc/terminfo/x/xterm-xf86-v32 -share/misc/terminfo/x/xterm-xf86-v33 -share/misc/terminfo/x/xterm-xf86-v333 -share/misc/terminfo/x/xterm-xf86-v40 -share/misc/terminfo/x/xterm-xf86-v43 -share/misc/terminfo/x/xterm-xfree86 -share/misc/terminfo/x/xterm-xi -share/misc/terminfo/x/xterm1 -share/misc/terminfo/x/xtermc -share/misc/terminfo/x/xtermm -share/misc/terminfo/x/xterms -share/misc/terminfo/x/xterms-sun -share/misc/terminfo/x/xwsh -share/misc/terminfo/z/z-100 -share/misc/terminfo/z/z-100bw -share/misc/terminfo/z/z100 -share/misc/terminfo/z/z100bw -share/misc/terminfo/z/z110 -share/misc/terminfo/z/z110bw -share/misc/terminfo/z/z19 -share/misc/terminfo/z/z29 -share/misc/terminfo/z/z29a -share/misc/terminfo/z/z29a-kc-bc -share/misc/terminfo/z/z29a-kc-uc -share/misc/terminfo/z/z29a-nkc-bc -share/misc/terminfo/z/z29a-nkc-uc -share/misc/terminfo/z/z29b -share/misc/terminfo/z/z30 -share/misc/terminfo/z/z340 -share/misc/terminfo/z/z340-nam -share/misc/terminfo/z/z39-a -share/misc/terminfo/z/z39a -share/misc/terminfo/z/z50 -share/misc/terminfo/z/z8001 -share/misc/terminfo/z/zen30 -share/misc/terminfo/z/zen50 -share/misc/terminfo/z/zen8001 -share/misc/terminfo/z/zenith -share/misc/terminfo/z/zenith29 -share/misc/terminfo/z/zenith39-a -share/misc/terminfo/z/zenith39-ansi -share/misc/terminfo/z/zt-1 -share/misc/terminfo/z/ztx -share/misc/terminfo/z/ztx-1-a -share/misc/terminfo/z/ztx11 -@dirrm share/misc/terminfo/z -@dirrm share/misc/terminfo/x -@dirrm share/misc/terminfo/w -@dirrm share/misc/terminfo/v -@dirrm share/misc/terminfo/u -@dirrm share/misc/terminfo/t -@dirrm share/misc/terminfo/s -@dirrm share/misc/terminfo/r -@dirrm share/misc/terminfo/q -@dirrm share/misc/terminfo/p -@dirrm share/misc/terminfo/o -@dirrm share/misc/terminfo/n -@dirrm share/misc/terminfo/m -@dirrm share/misc/terminfo/l -@dirrm share/misc/terminfo/k -@dirrm share/misc/terminfo/j -@dirrm share/misc/terminfo/i -@dirrm share/misc/terminfo/h -@dirrm share/misc/terminfo/g -@dirrm share/misc/terminfo/f -@dirrm share/misc/terminfo/e -@dirrm share/misc/terminfo/d -@dirrm share/misc/terminfo/c -@dirrm share/misc/terminfo/b -@dirrm share/misc/terminfo/a -@dirrm share/misc/terminfo/X -@dirrm share/misc/terminfo/Q -@dirrm share/misc/terminfo/P -@dirrm share/misc/terminfo/N -@dirrm share/misc/terminfo/M -@dirrm share/misc/terminfo/L -@dirrm share/misc/terminfo/E -@dirrm share/misc/terminfo/A -@dirrm share/misc/terminfo/9 -@dirrm share/misc/terminfo/8 -@dirrm share/misc/terminfo/7 -@dirrm share/misc/terminfo/6 -@dirrm share/misc/terminfo/5 -@dirrm share/misc/terminfo/4 -@dirrm share/misc/terminfo/3 -@dirrm share/misc/terminfo/2 -@dirrm share/misc/terminfo/1 -@dirrm share/misc/terminfo -@dirrm share/misc/tabset -@dirrm share/examples/ncurses/c++ -@dirrm share/examples/ncurses -@dirrm share/doc/ncurses -@dirrm include/ncurses diff --git a/devel/ode-devel/Makefile b/devel/ode-devel/Makefile deleted file mode 100644 index 70cb8f5238dd..000000000000 --- a/devel/ode-devel/Makefile +++ /dev/null @@ -1,52 +0,0 @@ -# New ports collection makefile for: ode -# Date created: 11 Oct 2003 -# Whom: David Yeske <dyeske@yahoo.com> -# -# $FreeBSD$ -# - -PORTNAME= ode -PORTVERSION= 0.5 -PORTEPOCH= 1 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= opende -EXTRACT_SUFX= .tgz - -MAINTAINER= dyeske@yahoo.com -COMMENT= Articulated rigid body dynamics library - -USE_X_PREFIX= yes -USE_GL= yes -USE_GMAKE= yes -USE_REINPLACE= yes - -.include <bsd.port.pre.mk> - -.if ${ARCH} == "amd64" -BROKEN= "Does not build on amd64" -.endif - -post-patch: - @${REINPLACE_CMD} -e \ - 's|malloc.h|stdlib.h|g' \ - ${WRKSRC}/configurator.c - - @${REINPLACE_CMD} -e \ - 's|g++|${CXX}|; \ - s|-Wall||g; \ - s|-L/usr/X11/lib|-lXext|; \ - s|-L/usr/lib/X11R6||; \ - s|-L/usr/lib/X11||; \ - s|-L/usr/X11R6/lib|-L${X11BASE}/lib|; \ - s|-fno-rtti||; \ - s|-ffast-math|${CXXFLAGS} -I${X11BASE}/include|' \ - ${WRKSRC}/config/makefile.unix-gcc - -do-install: - @${INSTALL_DATA} ${WRKSRC}/lib/libode.a ${PREFIX}/lib - @${INSTALL_DATA} ${WRKSRC}/lib/libdrawstuff.a ${PREFIX}/lib - @${MKDIR} ${PREFIX}/include/ode - @${INSTALL_DATA} ${WRKSRC}/include/ode/*.h ${PREFIX}/include/ode - -.include <bsd.port.post.mk> diff --git a/devel/ode-devel/distinfo b/devel/ode-devel/distinfo deleted file mode 100644 index 760b3f4769dd..000000000000 --- a/devel/ode-devel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (ode-0.5.tgz) = b33b21e04ee9661f27802b6b6c8eefd2 -SIZE (ode-0.5.tgz) = 1710720 diff --git a/devel/ode-devel/files/patch-Makefile b/devel/ode-devel/files/patch-Makefile deleted file mode 100644 index f5b40782f98d..000000000000 --- a/devel/ode-devel/files/patch-Makefile +++ /dev/null @@ -1,28 +0,0 @@ ---- Makefile.orig Wed Jun 9 16:12:12 2004 -+++ Makefile Wed Jun 9 16:13:39 2004 -@@ -329,13 +329,13 @@ - -$(DEL_CMD) OPCODE/*.obj OPCODE/*.o OPCODE/Ice/*.obj OPCODE/Ice/*.o - - %$(OBJ): %.c -- $(CC) $(C_FLAGS) $(C_INC)$(INCPATH) $(DEFINES) $(C_OPT)1 $(C_OUT)$@ $< -+ $(CC) $(C_FLAGS) $(C_INC)$(INCPATH) $(DEFINES) $(C_OUT)$@ $< - - %$(OBJ): %.cpp -- $(CC) $(C_FLAGS) $(C_INC)$(INCPATH) $(INC_OPCODE) $(DEFINES) $(C_OPT)$(OPT) $(C_OUT)$@ $< -+ $(CC) $(C_FLAGS) $(C_INC)$(INCPATH) $(INC_OPCODE) $(DEFINES) $(C_OUT)$@ $< - - %.exe: %$(OBJ) -- $(CC) $(C_EXEOUT)$@ $< $(ODE_LIB) $(DRAWSTUFF_LIB) $(RESOURCE_FILE) $(LINK_OPENGL) $(LINK_MATH) -+ $(CC) $(C_EXEOUT)$@ $< $(ODE_LIB) $(DRAWSTUFF_LIB) $(RESOURCE_FILE) $(LINK_OPENGL) $(LINK_MATH) ${LDFLAGS} - - - # windows specific rules -@@ -357,7 +357,7 @@ - - # unix-gcc specific dependency making - --DEP_RULE=gcc -M $(C_INC)$(INCPATH) $(DEFINES) -+DEP_RULE=${CC} -M $(C_INC)$(INCPATH) $(DEFINES) - depend: - $(DEP_RULE) $(ODE_SRC) $(ODE_PREGEN_SRC) | tools/process_deps ode/src/ > Makefile.deps - $(DEP_RULE) $(DRAWSTUFF_SRC) | tools/process_deps drawstuff/src/ >> Makefile.deps diff --git a/devel/ode-devel/ode/Makefile b/devel/ode-devel/ode/Makefile deleted file mode 100644 index 70cb8f5238dd..000000000000 --- a/devel/ode-devel/ode/Makefile +++ /dev/null @@ -1,52 +0,0 @@ -# New ports collection makefile for: ode -# Date created: 11 Oct 2003 -# Whom: David Yeske <dyeske@yahoo.com> -# -# $FreeBSD$ -# - -PORTNAME= ode -PORTVERSION= 0.5 -PORTEPOCH= 1 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= opende -EXTRACT_SUFX= .tgz - -MAINTAINER= dyeske@yahoo.com -COMMENT= Articulated rigid body dynamics library - -USE_X_PREFIX= yes -USE_GL= yes -USE_GMAKE= yes -USE_REINPLACE= yes - -.include <bsd.port.pre.mk> - -.if ${ARCH} == "amd64" -BROKEN= "Does not build on amd64" -.endif - -post-patch: - @${REINPLACE_CMD} -e \ - 's|malloc.h|stdlib.h|g' \ - ${WRKSRC}/configurator.c - - @${REINPLACE_CMD} -e \ - 's|g++|${CXX}|; \ - s|-Wall||g; \ - s|-L/usr/X11/lib|-lXext|; \ - s|-L/usr/lib/X11R6||; \ - s|-L/usr/lib/X11||; \ - s|-L/usr/X11R6/lib|-L${X11BASE}/lib|; \ - s|-fno-rtti||; \ - s|-ffast-math|${CXXFLAGS} -I${X11BASE}/include|' \ - ${WRKSRC}/config/makefile.unix-gcc - -do-install: - @${INSTALL_DATA} ${WRKSRC}/lib/libode.a ${PREFIX}/lib - @${INSTALL_DATA} ${WRKSRC}/lib/libdrawstuff.a ${PREFIX}/lib - @${MKDIR} ${PREFIX}/include/ode - @${INSTALL_DATA} ${WRKSRC}/include/ode/*.h ${PREFIX}/include/ode - -.include <bsd.port.post.mk> diff --git a/devel/ode-devel/ode/distinfo b/devel/ode-devel/ode/distinfo deleted file mode 100644 index 760b3f4769dd..000000000000 --- a/devel/ode-devel/ode/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (ode-0.5.tgz) = b33b21e04ee9661f27802b6b6c8eefd2 -SIZE (ode-0.5.tgz) = 1710720 diff --git a/devel/ode-devel/ode/files/patch-Makefile b/devel/ode-devel/ode/files/patch-Makefile deleted file mode 100644 index f5b40782f98d..000000000000 --- a/devel/ode-devel/ode/files/patch-Makefile +++ /dev/null @@ -1,28 +0,0 @@ ---- Makefile.orig Wed Jun 9 16:12:12 2004 -+++ Makefile Wed Jun 9 16:13:39 2004 -@@ -329,13 +329,13 @@ - -$(DEL_CMD) OPCODE/*.obj OPCODE/*.o OPCODE/Ice/*.obj OPCODE/Ice/*.o - - %$(OBJ): %.c -- $(CC) $(C_FLAGS) $(C_INC)$(INCPATH) $(DEFINES) $(C_OPT)1 $(C_OUT)$@ $< -+ $(CC) $(C_FLAGS) $(C_INC)$(INCPATH) $(DEFINES) $(C_OUT)$@ $< - - %$(OBJ): %.cpp -- $(CC) $(C_FLAGS) $(C_INC)$(INCPATH) $(INC_OPCODE) $(DEFINES) $(C_OPT)$(OPT) $(C_OUT)$@ $< -+ $(CC) $(C_FLAGS) $(C_INC)$(INCPATH) $(INC_OPCODE) $(DEFINES) $(C_OUT)$@ $< - - %.exe: %$(OBJ) -- $(CC) $(C_EXEOUT)$@ $< $(ODE_LIB) $(DRAWSTUFF_LIB) $(RESOURCE_FILE) $(LINK_OPENGL) $(LINK_MATH) -+ $(CC) $(C_EXEOUT)$@ $< $(ODE_LIB) $(DRAWSTUFF_LIB) $(RESOURCE_FILE) $(LINK_OPENGL) $(LINK_MATH) ${LDFLAGS} - - - # windows specific rules -@@ -357,7 +357,7 @@ - - # unix-gcc specific dependency making - --DEP_RULE=gcc -M $(C_INC)$(INCPATH) $(DEFINES) -+DEP_RULE=${CC} -M $(C_INC)$(INCPATH) $(DEFINES) - depend: - $(DEP_RULE) $(ODE_SRC) $(ODE_PREGEN_SRC) | tools/process_deps ode/src/ > Makefile.deps - $(DEP_RULE) $(DRAWSTUFF_SRC) | tools/process_deps drawstuff/src/ >> Makefile.deps diff --git a/devel/ode-devel/ode/pkg-descr b/devel/ode-devel/ode/pkg-descr deleted file mode 100644 index d830901b9b39..000000000000 --- a/devel/ode-devel/ode/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -ODE is a free, industrial quality library for simulating articulated -rigid body dynamics - for example ground vehicles, legged creatures, -and moving objects in VR environments. It is fast, flexible, robust -and platform independent, with advanced joints, contact with friction, -and built-in collision detection. - -WWW: http://www.ode.org/ - -- David -dyeske@yahoo.com diff --git a/devel/ode-devel/ode/pkg-plist b/devel/ode-devel/ode/pkg-plist deleted file mode 100644 index e3782fb12574..000000000000 --- a/devel/ode-devel/ode/pkg-plist +++ /dev/null @@ -1,24 +0,0 @@ -lib/libdrawstuff.a -lib/libode.a -include/ode/collision.h -include/ode/collision_space.h -include/ode/collision_trimesh.h -include/ode/common.h -include/ode/compatibility.h -include/ode/config.h -include/ode/contact.h -include/ode/error.h -include/ode/export-dif.h -include/ode/mass.h -include/ode/matrix.h -include/ode/memory.h -include/ode/misc.h -include/ode/objects.h -include/ode/ode.h -include/ode/odecpp.h -include/ode/odecpp_collision.h -include/ode/odecpp_old.h -include/ode/odemath.h -include/ode/rotation.h -include/ode/timer.h -@dirrm include/ode diff --git a/devel/ode-devel/pkg-descr b/devel/ode-devel/pkg-descr deleted file mode 100644 index d830901b9b39..000000000000 --- a/devel/ode-devel/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -ODE is a free, industrial quality library for simulating articulated -rigid body dynamics - for example ground vehicles, legged creatures, -and moving objects in VR environments. It is fast, flexible, robust -and platform independent, with advanced joints, contact with friction, -and built-in collision detection. - -WWW: http://www.ode.org/ - -- David -dyeske@yahoo.com diff --git a/devel/ode-devel/pkg-plist b/devel/ode-devel/pkg-plist deleted file mode 100644 index e3782fb12574..000000000000 --- a/devel/ode-devel/pkg-plist +++ /dev/null @@ -1,24 +0,0 @@ -lib/libdrawstuff.a -lib/libode.a -include/ode/collision.h -include/ode/collision_space.h -include/ode/collision_trimesh.h -include/ode/common.h -include/ode/compatibility.h -include/ode/config.h -include/ode/contact.h -include/ode/error.h -include/ode/export-dif.h -include/ode/mass.h -include/ode/matrix.h -include/ode/memory.h -include/ode/misc.h -include/ode/objects.h -include/ode/ode.h -include/ode/odecpp.h -include/ode/odecpp_collision.h -include/ode/odecpp_old.h -include/ode/odemath.h -include/ode/rotation.h -include/ode/timer.h -@dirrm include/ode diff --git a/devel/oniguruma4/Makefile b/devel/oniguruma4/Makefile deleted file mode 100644 index ffeb1897fcc3..000000000000 --- a/devel/oniguruma4/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: Oniguruma -# Date created: 31 January 2003 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# -# $FreeBSD$ -# - -PORTNAME= oniguruma -PORTVERSION= 2.3.1 -CATEGORIES= devel -MASTER_SITES= http://www.geocities.jp/kosako1/oniguruma/archive/ \ - ${MASTER_SITE_RUBY} -MASTER_SITE_SUBDIR= contrib -DISTNAME= onigd${PORTVERSION:S/./_/g} -DIST_SUBDIR= ruby - -MAINTAINER= knu@FreeBSD.org -COMMENT= A BSDL Regular Expressions library compatible with POSIX/GNU/Perl - -WRKSRC= ${WRKDIR}/${PORTNAME} -GNU_CONFIGURE= yes -#INSTALLS_SHLIB= yes - -DOCS= HISTORY README doc/* - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/sample/* ${EXAMPLESDIR}/ - ${MKDIR} ${DOCSDIR} -.for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/ -.endfor -.endif - -.include <bsd.port.mk> diff --git a/devel/oniguruma4/distinfo b/devel/oniguruma4/distinfo deleted file mode 100644 index d3dc3a831220..000000000000 --- a/devel/oniguruma4/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (ruby/onigd2_3_1.tar.gz) = 3154a12abdbc3ece51b86b8b16c0d2c6 -SIZE (ruby/onigd2_3_1.tar.gz) = 203510 diff --git a/devel/oniguruma4/pkg-descr b/devel/oniguruma4/pkg-descr deleted file mode 100644 index fac83d433924..000000000000 --- a/devel/oniguruma4/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Oniguruma is a BSDL Regular Expression library written for ruby-m17n, -which implements all of Perl extensions, many of .NET extensions plus -more. - -It provides multiple APIs for ease of use; GNU regex compatible API, -POSIX regex compatible API and its own. - -This library is multilingualized by design and can have one encoding -for each regex object. Currently supported character encodings are -ASCII, UTF-8, EUC-JP and Shift_JIS. - -Author: K.Kosako <kosako@sofnec.co.jp> -WWW: http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/oniguruma/ diff --git a/devel/oniguruma4/pkg-plist b/devel/oniguruma4/pkg-plist deleted file mode 100644 index f3e13650fc2c..000000000000 --- a/devel/oniguruma4/pkg-plist +++ /dev/null @@ -1,18 +0,0 @@ -include/oniggnu.h -include/onigposix.h -include/oniguruma.h -lib/libonig.a -%%PORTDOCS%%%%DOCSDIR%%/API -%%PORTDOCS%%%%DOCSDIR%%/HISTORY -%%PORTDOCS%%%%DOCSDIR%%/RE -%%PORTDOCS%%%%DOCSDIR%%/RE.ja -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%% -%%PORTDOCS%%%%EXAMPLESDIR%%/encode.c -%%PORTDOCS%%%%EXAMPLESDIR%%/listcap.c -%%PORTDOCS%%%%EXAMPLESDIR%%/names.c -%%PORTDOCS%%%%EXAMPLESDIR%%/posix.c -%%PORTDOCS%%%%EXAMPLESDIR%%/simple.c -%%PORTDOCS%%%%EXAMPLESDIR%%/sql.c -%%PORTDOCS%%%%EXAMPLESDIR%%/syntax.c -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% diff --git a/devel/oniguruma5/Makefile b/devel/oniguruma5/Makefile deleted file mode 100644 index ffeb1897fcc3..000000000000 --- a/devel/oniguruma5/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: Oniguruma -# Date created: 31 January 2003 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# -# $FreeBSD$ -# - -PORTNAME= oniguruma -PORTVERSION= 2.3.1 -CATEGORIES= devel -MASTER_SITES= http://www.geocities.jp/kosako1/oniguruma/archive/ \ - ${MASTER_SITE_RUBY} -MASTER_SITE_SUBDIR= contrib -DISTNAME= onigd${PORTVERSION:S/./_/g} -DIST_SUBDIR= ruby - -MAINTAINER= knu@FreeBSD.org -COMMENT= A BSDL Regular Expressions library compatible with POSIX/GNU/Perl - -WRKSRC= ${WRKDIR}/${PORTNAME} -GNU_CONFIGURE= yes -#INSTALLS_SHLIB= yes - -DOCS= HISTORY README doc/* - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/sample/* ${EXAMPLESDIR}/ - ${MKDIR} ${DOCSDIR} -.for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/ -.endfor -.endif - -.include <bsd.port.mk> diff --git a/devel/oniguruma5/distinfo b/devel/oniguruma5/distinfo deleted file mode 100644 index d3dc3a831220..000000000000 --- a/devel/oniguruma5/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (ruby/onigd2_3_1.tar.gz) = 3154a12abdbc3ece51b86b8b16c0d2c6 -SIZE (ruby/onigd2_3_1.tar.gz) = 203510 diff --git a/devel/oniguruma5/pkg-descr b/devel/oniguruma5/pkg-descr deleted file mode 100644 index fac83d433924..000000000000 --- a/devel/oniguruma5/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Oniguruma is a BSDL Regular Expression library written for ruby-m17n, -which implements all of Perl extensions, many of .NET extensions plus -more. - -It provides multiple APIs for ease of use; GNU regex compatible API, -POSIX regex compatible API and its own. - -This library is multilingualized by design and can have one encoding -for each regex object. Currently supported character encodings are -ASCII, UTF-8, EUC-JP and Shift_JIS. - -Author: K.Kosako <kosako@sofnec.co.jp> -WWW: http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/oniguruma/ diff --git a/devel/oniguruma5/pkg-plist b/devel/oniguruma5/pkg-plist deleted file mode 100644 index f3e13650fc2c..000000000000 --- a/devel/oniguruma5/pkg-plist +++ /dev/null @@ -1,18 +0,0 @@ -include/oniggnu.h -include/onigposix.h -include/oniguruma.h -lib/libonig.a -%%PORTDOCS%%%%DOCSDIR%%/API -%%PORTDOCS%%%%DOCSDIR%%/HISTORY -%%PORTDOCS%%%%DOCSDIR%%/RE -%%PORTDOCS%%%%DOCSDIR%%/RE.ja -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%% -%%PORTDOCS%%%%EXAMPLESDIR%%/encode.c -%%PORTDOCS%%%%EXAMPLESDIR%%/listcap.c -%%PORTDOCS%%%%EXAMPLESDIR%%/names.c -%%PORTDOCS%%%%EXAMPLESDIR%%/posix.c -%%PORTDOCS%%%%EXAMPLESDIR%%/simple.c -%%PORTDOCS%%%%EXAMPLESDIR%%/sql.c -%%PORTDOCS%%%%EXAMPLESDIR%%/syntax.c -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% diff --git a/devel/open-beagle/Makefile b/devel/open-beagle/Makefile deleted file mode 100644 index 165023682b81..000000000000 --- a/devel/open-beagle/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: beagle -# Date created: Jun 9, 2004 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= beagle -PORTVERSION= 2.1.5 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= An Evolutionary Computation Framework - -USE_GCC= 3.3 -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-optimization -INSTALLS_SHLIB= yes - -PLIST_SUB= PORTVERSION=${PORTVERSION} - -post-install: - @${FIND} ${PREFIX}/include/beagle ! -type d | \ - ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} - @${FIND} ${PREFIX}/include/beagle -type d | ${SORT} -r | \ - ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} - -.include <bsd.port.mk> diff --git a/devel/open-beagle/distinfo b/devel/open-beagle/distinfo deleted file mode 100644 index a56b9cd5f444..000000000000 --- a/devel/open-beagle/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (beagle-2.1.5.tar.gz) = f897f87ec9bf3dc176c2b0325e02bfa6 -SIZE (beagle-2.1.5.tar.gz) = 2901164 diff --git a/devel/open-beagle/files/patch-config:ltmain.sh b/devel/open-beagle/files/patch-config:ltmain.sh deleted file mode 100644 index 85276b497eaf..000000000000 --- a/devel/open-beagle/files/patch-config:ltmain.sh +++ /dev/null @@ -1,15 +0,0 @@ ---- config/ltmain.sh.orig Wed Jun 9 14:13:42 2004 -+++ config/ltmain.sh Wed Jun 9 14:13:51 2004 -@@ -4330,10 +4330,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/devel/open-beagle/pkg-descr b/devel/open-beagle/pkg-descr deleted file mode 100644 index 9f9927ca0904..000000000000 --- a/devel/open-beagle/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Open BEAGLE is a C++ Evolutionary Computation (EC) framework. It provides an -high-level software environment to do any kind of EC, with support for -tree-based genetic programming, bit string and real-valued genetic algorithms, -and evolution strategy. - -The Open BEAGLE architecture follows strong principles of object oriented -programming, where abstractions are represented by loosely coupled objects and -where it is common and easy to reuse code. Open BEAGLE is designed to provide -an EC environment that is generic, user friendly, portable, efficient, robust, -elegant and free. - -WWW: http://beagle.sourceforge.net/ diff --git a/devel/open-beagle/pkg-plist b/devel/open-beagle/pkg-plist deleted file mode 100644 index 928c237c50bf..000000000000 --- a/devel/open-beagle/pkg-plist +++ /dev/null @@ -1,23 +0,0 @@ -include/Threading/Condition.hpp -include/Threading/Exception.hpp -include/Threading/Mutex.hpp -include/Threading/Semaphore.hpp -include/Threading/Thread.hpp -include/Threading/Threading.hpp -@dirrm include/Threading -include/gzstream.h -lib/libThreading-%%PORTVERSION%%.so -lib/libThreading.a -lib/libThreading.so -lib/libbeagle-%%PORTVERSION%%.so -lib/libbeagle-Coev-%%PORTVERSION%%.so -lib/libbeagle-Coev.a -lib/libbeagle-Coev.so -lib/libbeagle-GA-%%PORTVERSION%%.so -lib/libbeagle-GA.a -lib/libbeagle-GA.so -lib/libbeagle-GP-%%PORTVERSION%%.so -lib/libbeagle-GP.a -lib/libbeagle-GP.so -lib/libbeagle.a -lib/libbeagle.so diff --git a/devel/p4/Makefile b/devel/p4/Makefile deleted file mode 100644 index 0637f378140f..000000000000 --- a/devel/p4/Makefile +++ /dev/null @@ -1,125 +0,0 @@ -# New ports collection makefile for: perforce -# Date created: 3 Mai 2000 -# Whom: sam@inf.enst.fr -# -# $FreeBSD$ -# - -PORTNAME= perforce -PORTVERSION= ${VERSION} -PORTREVISION= ${REVISION} -PORTEPOCH= 1 -CATEGORIES= devel -MASTER_SITES= ftp://ftp.perforce.com/pub/perforce/r${PORTVERSION}/bin.${PLATFORM}/ -EXTRACT_SUFX= -DISTFILES= ${BIN_FILES} ${SBIN_FILES} -DIST_SUBDIR= perforce/${VERSION}/${ARCH} -EXTRACT_ONLY= # none - -MAINTAINER= ports@FreeBSD.org -COMMENT= Perforce client and server - -# -# This is a kludge. I don't know a better way to set PORTVERSION and -# PORTREVISION such that pkg_version figures out an update is needed -# -ARCH!= /usr/bin/uname -p -ARCH?= i386 - -MD5_FILE= ${MASTERDIR}/distinfo.${ARCH} -.if ${ARCH} == i386 -VERSION= 04.2 -REVISION= 6 -PLATFORM= freebsd4 -BIN_FILES= p4 p4web -SBIN_FILES= p4d p4ftpd p4p -REL_NOTES= http://www.perforce.com/perforce/doc.042/user/relnotes.txt -.elif ${ARCH} == alpha -VERSION= 99.1 -REVISION= 1 -PLATFORM= freebsdaxp -BIN_FILES= p4 -SBIN_FILES= p4d -REL_NOTES= http://www.perforce.com/perforce/doc.991/user/relnotes.txt -.else -VERSION= 0 -IGNORE= "Unsupported platform, sorry." -.endif - -# End of kludge - -NO_PACKAGE= Restricted distribution -NO_CDROM= Restricted distribution - -NO_WRKSUBDIR= yes - -PLIST_FILES= ${BIN_FILES:S+^+bin/+g} \ - ${SBIN_FILES:S+^+sbin/+g} - -.include <bsd.port.pre.mk> - -# These variables are all configurable. -PERFORCE_USER?= p4admin -PERFORCE_UID?= 94 -PERFORCE_GROUP?= p4admin -PERFORCE_GID?= 94 -PERFORCE_HOME?= ${LOCALBASE}/perforce -PERFORCE_ROOT?= ${PERFORCE_HOME}/root -PERFORCE_LOGS?= ${PERFORCE_HOME}/logs -PERFORCE_PORT?= 1666 -PERFORCE_CACHE?= ${PERFORCE_HOME}/cache -PERFORCE_TARGET?= perforce:1666 - -pre-everything:: - @${ECHO} "If the checksums fail, try doing 'make distclean'" - @${ECHO} "to force getting the latest binaries from Perforce." - @${ECHO} "" - @${ECHO} "Read the release notes for this release to determine" - @${ECHO} "how to migrate the database to the new version. In" - @${ECHO} "most instances, it is done automatically. However," - @${ECHO} "sometimes it must be done manually." - @${ECHO} "" - @${ECHO} "The release notes for this version are at" - @${ECHO} ${REL_NOTES} - @${ECHO} "" - @${ECHO} "Checkpoint and backup your data before installing!" - -do-build: - ${SED} -e "s,@PERFORCE_ROOT@,${PERFORCE_ROOT},g" \ - -e "s,@PERFORCE_LOGS@,${PERFORCE_LOGS},g" \ - -e "s,@PERFORCE_USER@,${PERFORCE_USER},g" \ - -e "s,@PERFORCE_PORT@,${PERFORCE_PORT},g" \ - -e "s,@PERFORCE_CACHE@,${PERFORCE_CACHE},g" \ - -e "s,@PERFORCE_TARGET@,${PERFORCE_TARGET},g" \ - < ${FILESDIR}/perforce.conf.in > ${WRKSRC}/perforce.conf - ${SED} -e "s,@PREFIX@,${PREFIX},g" \ - < ${FILESDIR}/perforce.sh.in > ${WRKSRC}/perforce.sh - -pre-install: - ${SETENV} PKG_PREFIX=${PREFIX} \ - PERFORCE_USER=${PERFORCE_USER} \ - PERFORCE_UID=${PERFORCE_UID} \ - PERFORCE_GROUP=${PERFORCE_GROUP} \ - PERFORCE_GID=${PERFORCE_GID} \ - PERFORCE_HOME=${PERFORCE_HOME} \ - PERFORCE_ROOT=${PERFORCE_ROOT} \ - PERFORCE_LOGS=${PERFORCE_LOGS} \ - ${SH} ${PKGDIR}/pkg-install ${PORTNAME} PRE-INSTALL - -do-install: -.for f in ${BIN_FILES} - ${INSTALL_PROGRAM} ${_DISTDIR}/${f} ${PREFIX}/bin/ -.endfor -.for f in ${SBIN_FILES} - ${INSTALL_PROGRAM} ${_DISTDIR}/${f} ${PREFIX}/sbin/ -.endfor - ${INSTALL_DATA} ${WRKSRC}/perforce.conf ${PREFIX}/etc/perforce.conf.default; \ - if [ ! -f ${PREFIX}/etc/perforce.conf ]; then \ - ${CP} -p ${PREFIX}/etc/perforce.conf.default ${PREFIX}/etc/perforce.conf; \ - fi - ${INSTALL_SCRIPT} ${WRKSRC}/perforce.sh ${PREFIX}/etc/rc.d/ - -post-install: - ${ECHO_CMD} "@unexec ${RMDIR} ${PERFORCE_ROOT} ${PERFORCE_LOGS} ${PERFORCE_HOME} 2>/dev/null || true" >> ${TMPPLIST} - -.include <bsd.port.post.mk> diff --git a/devel/p4/distinfo.alpha b/devel/p4/distinfo.alpha deleted file mode 100644 index 0c6b5f2e7179..000000000000 --- a/devel/p4/distinfo.alpha +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (perforce/99.1/alpha/p4) = 7c1300a82ab03b7ede46cf8a02c48fd9 -MD5 (perforce/99.1/alpha/p4d) = 8f34c41c18185011ed848aaf450cffa5 -MD5 (perforce/99.1/alpha/p4.1) = 4a9d035eb5ef96342c2f701a02da40f9 -MD5 (perforce/99.1/alpha/p4d.1) = a08eb04e9668ba4d0abf47f3b12c56f7 -MD5 (perforce/03.1/i386/p4.1) = 58208eb02ba3786eed2d8e91d851cecd -MD5 (perforce/03.1/i386/p4d.1) = 381a27c69d707aa3498602a1c216a8d3 diff --git a/devel/p4/distinfo.i386 b/devel/p4/distinfo.i386 deleted file mode 100644 index 7068fdf2ef8b..000000000000 --- a/devel/p4/distinfo.i386 +++ /dev/null @@ -1,10 +0,0 @@ -MD5 (perforce/04.2/i386/p4) = d4a6cfe2f1987d72615048a375056c25 -SIZE (perforce/04.2/i386/p4) = 699160 -MD5 (perforce/04.2/i386/p4web) = a81c93a7371740b2a93ab01907a14d7d -SIZE (perforce/04.2/i386/p4web) = 1724624 -MD5 (perforce/04.2/i386/p4d) = aa157326c863158a6c021c4c19d3e66a -SIZE (perforce/04.2/i386/p4d) = 1397324 -MD5 (perforce/04.2/i386/p4ftpd) = 22c7b5a63a89e259a17b30c5e49143ce -SIZE (perforce/04.2/i386/p4ftpd) = 813420 -MD5 (perforce/04.2/i386/p4p) = d78db860e76b5f9cb21a256c9e14ed57 -SIZE (perforce/04.2/i386/p4p) = 695941 diff --git a/devel/p4/files/perforce.conf.in b/devel/p4/files/perforce.conf.in deleted file mode 100644 index 5db4fded51a2..000000000000 --- a/devel/p4/files/perforce.conf.in +++ /dev/null @@ -1,60 +0,0 @@ -# -# Perforce FreeBSD configuration file -# -# -# $FreeBSD$ - -# -# Perforce ROOT -# -PERFORCE_ROOT="@PERFORCE_ROOT@" - -# -# Perforce user (it is recommended to run p4d as a non-root user) -# -PERFORCE_USER="@PERFORCE_USER@" - -# -# p4d/p4p port (default: 1666) -# -PERFORCE_PORT="@PERFORCE_PORT@" - -# -# p4p cache directory -# -PERFORCE_PROXY_CACHE="@PERFORCE_CACHE@" - -# -# p4p target server (default: perforce:1666) -# -PERFORCE_PROXY_TARGET="@PERFORCE_TARGET@" - -# -# p4d options (see man p4d) -# -PERFORCE_OPTIONS="-d -p $PERFORCE_PORT -v server=1 -L @PERFORCE_LOGS@/p4d.log" - -# -# Uncomment this line to have the server started automatically -# -#PERFORCE_START=yes - -# -# p4ftpd options (see p4ftpd -h) -# -PERFORCE_FTPD_OPTIONS="-d -p $PERFORCE_PORT -v server=1 -L @PERFORCE_LOGS@/p4ftpd.log" - -# -# Uncomment this line to have the server started automatically -# -#PERFORCE_FTPD_START=yes - -# -# p4p options (see p4p -h) -# -PERFORCE_PROXY_OPTIONS="-d -p $PERFORCE_PORT -t $PERFORCE_PROXY_TARGET -r $PERFORCE_PROXY_CACHE -v server=1 -L @PERFORCE_LOGS@/p4p.log" - -# -# Uncomment this line to have the proxy server started automatically -# -#PERFORCE_PROXY_START=yes diff --git a/devel/p4/files/perforce.sh.in b/devel/p4/files/perforce.sh.in deleted file mode 100644 index e32da8484282..000000000000 --- a/devel/p4/files/perforce.sh.in +++ /dev/null @@ -1,53 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -p4d=@PREFIX@/sbin/p4d -p4ftpd=@PREFIX@/sbin/p4ftpd -p4p=@PREFIX@/sbin/p4p - -case $1 in -start) - [ -f @PREFIX@/etc/perforce.conf ] && . @PREFIX@/etc/perforce.conf - if [ -x $p4d -a x$PERFORCE_START = xyes ]; then - echo -n ' p4d' - su -fm $PERFORCE_USER -c "$p4d -r $PERFORCE_ROOT $PERFORCE_OPTIONS" - fi - if [ -x $p4ftpd -a x$PERFORCE_FTPD_START = xyes ]; then - echo -n ' p4ftpd' - $p4ftpd $PERFORCE_FTPD_OPTIONS - fi - if [ -x $p4p -a x$PERFORCE_PROXY_START = xyes ]; then - echo -n ' p4p' - $p4p $PERFORCE_PROXY_OPTIONS - fi - - ;; -stop) - [ -f @PREFIX@/etc/perforce.conf ] && . @PREFIX@/etc/perforce.conf - if [ -x $p4ftpd ]; then - killall -u 0 p4ftpd >/dev/null 2>&1 && echo -n ' p4ftpd' - fi - if [ -x $p4d ]; then - killall -u $PERFORCE_USER p4d >/dev/null 2>&1 && echo -n ' p4d' - fi - if [ -x $p4p ]; then - killall -u 0 p4p > /dev/null 2>&1 && echo -n ' p4p' - fi - ;; -restart) - $0 stop - sleep 1 - $0 start - ;; -checkpoint) - [ -f @PREFIX@/etc/perforce.conf ] && . @PREFIX@/etc/perforce.conf - if [ -x $p4d -a x$PERFORCE_START = xyes ]; then - su -fm $PERFORCE_USER -c "$p4d -r $PERFORCE_ROOT -jc" - fi - ;; -*) - echo "usage: $0 {start|stop|restart|checkpoint}" - exit 64 - ;; -esac diff --git a/devel/p4/pkg-descr b/devel/p4/pkg-descr deleted file mode 100644 index e6d35851b44b..000000000000 --- a/devel/p4/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Perforce is a commercial revision control system that can be used -gratis for developing free software. (see the WWW page for details). - -WWW: http://www.perforce.com/ diff --git a/devel/p4/pkg-install b/devel/p4/pkg-install deleted file mode 100644 index 88b4d17472f4..000000000000 --- a/devel/p4/pkg-install +++ /dev/null @@ -1,51 +0,0 @@ -#! /bin/sh -# -# $FreeBSD$ - -PATH=/bin:/usr/sbin - -PERFORCE_USER=${PERFORCE_USER:-p4admin} -PERFORCE_UID=${PERFORCE_UID:-94} -PERFORCE_GROUP=${PERFORCE_GROUP:-p4admin} -PERFORCE_GID=${PERFORCE_GID:-94} -PERFORCE_HOME=${PERFORCE_HOME:-$PKG_PREFIX/perforce} -PERFORCE_LOGDIR=${PERFORCE_LOGDIR:-$PERFORCE_HOME/log} -PERFORCE_ROOT=${PERFORCE_ROOT:-$PERFORCE_HOME/root} - -case $2 in -PRE-INSTALL) - USER=${PERFORCE_USER} - GROUP=${PERFORCE_GROUP} - UID=${PERFORCE_UID} - GID=${PERFORCE_GID} - - if pw group show "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if pw groupadd ${GROUP} -g ${GID}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi - fi - - if pw user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -d ${PERFORCE_HOME} -c "Perforce admin" -s /sbin/nologin - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi - fi - - if [ ! -d $PERFORCE_HOME ] ; then - mkdir -p $PERFORCE_HOME $PERFORCE_LOGS $PERFORCE_ROOT - chown -R $USER:$GROUP $PERFORCE_HOME - fi - ;; -esac diff --git a/devel/p4/pkg-plist b/devel/p4/pkg-plist deleted file mode 100644 index 31e0893152cc..000000000000 --- a/devel/p4/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -@unexec if cmp -s %D/etc/perforce.conf %D/etc/perforce.conf.default; then rm -f %D/etc/perforce.conf; fi -etc/perforce.conf.default -@exec [ ! -f %B/perforce.conf ] && cp -p %B/%f %B/perforce.conf || true -etc/rc.d/perforce.sh diff --git a/devel/p4d/Makefile b/devel/p4d/Makefile deleted file mode 100644 index 0637f378140f..000000000000 --- a/devel/p4d/Makefile +++ /dev/null @@ -1,125 +0,0 @@ -# New ports collection makefile for: perforce -# Date created: 3 Mai 2000 -# Whom: sam@inf.enst.fr -# -# $FreeBSD$ -# - -PORTNAME= perforce -PORTVERSION= ${VERSION} -PORTREVISION= ${REVISION} -PORTEPOCH= 1 -CATEGORIES= devel -MASTER_SITES= ftp://ftp.perforce.com/pub/perforce/r${PORTVERSION}/bin.${PLATFORM}/ -EXTRACT_SUFX= -DISTFILES= ${BIN_FILES} ${SBIN_FILES} -DIST_SUBDIR= perforce/${VERSION}/${ARCH} -EXTRACT_ONLY= # none - -MAINTAINER= ports@FreeBSD.org -COMMENT= Perforce client and server - -# -# This is a kludge. I don't know a better way to set PORTVERSION and -# PORTREVISION such that pkg_version figures out an update is needed -# -ARCH!= /usr/bin/uname -p -ARCH?= i386 - -MD5_FILE= ${MASTERDIR}/distinfo.${ARCH} -.if ${ARCH} == i386 -VERSION= 04.2 -REVISION= 6 -PLATFORM= freebsd4 -BIN_FILES= p4 p4web -SBIN_FILES= p4d p4ftpd p4p -REL_NOTES= http://www.perforce.com/perforce/doc.042/user/relnotes.txt -.elif ${ARCH} == alpha -VERSION= 99.1 -REVISION= 1 -PLATFORM= freebsdaxp -BIN_FILES= p4 -SBIN_FILES= p4d -REL_NOTES= http://www.perforce.com/perforce/doc.991/user/relnotes.txt -.else -VERSION= 0 -IGNORE= "Unsupported platform, sorry." -.endif - -# End of kludge - -NO_PACKAGE= Restricted distribution -NO_CDROM= Restricted distribution - -NO_WRKSUBDIR= yes - -PLIST_FILES= ${BIN_FILES:S+^+bin/+g} \ - ${SBIN_FILES:S+^+sbin/+g} - -.include <bsd.port.pre.mk> - -# These variables are all configurable. -PERFORCE_USER?= p4admin -PERFORCE_UID?= 94 -PERFORCE_GROUP?= p4admin -PERFORCE_GID?= 94 -PERFORCE_HOME?= ${LOCALBASE}/perforce -PERFORCE_ROOT?= ${PERFORCE_HOME}/root -PERFORCE_LOGS?= ${PERFORCE_HOME}/logs -PERFORCE_PORT?= 1666 -PERFORCE_CACHE?= ${PERFORCE_HOME}/cache -PERFORCE_TARGET?= perforce:1666 - -pre-everything:: - @${ECHO} "If the checksums fail, try doing 'make distclean'" - @${ECHO} "to force getting the latest binaries from Perforce." - @${ECHO} "" - @${ECHO} "Read the release notes for this release to determine" - @${ECHO} "how to migrate the database to the new version. In" - @${ECHO} "most instances, it is done automatically. However," - @${ECHO} "sometimes it must be done manually." - @${ECHO} "" - @${ECHO} "The release notes for this version are at" - @${ECHO} ${REL_NOTES} - @${ECHO} "" - @${ECHO} "Checkpoint and backup your data before installing!" - -do-build: - ${SED} -e "s,@PERFORCE_ROOT@,${PERFORCE_ROOT},g" \ - -e "s,@PERFORCE_LOGS@,${PERFORCE_LOGS},g" \ - -e "s,@PERFORCE_USER@,${PERFORCE_USER},g" \ - -e "s,@PERFORCE_PORT@,${PERFORCE_PORT},g" \ - -e "s,@PERFORCE_CACHE@,${PERFORCE_CACHE},g" \ - -e "s,@PERFORCE_TARGET@,${PERFORCE_TARGET},g" \ - < ${FILESDIR}/perforce.conf.in > ${WRKSRC}/perforce.conf - ${SED} -e "s,@PREFIX@,${PREFIX},g" \ - < ${FILESDIR}/perforce.sh.in > ${WRKSRC}/perforce.sh - -pre-install: - ${SETENV} PKG_PREFIX=${PREFIX} \ - PERFORCE_USER=${PERFORCE_USER} \ - PERFORCE_UID=${PERFORCE_UID} \ - PERFORCE_GROUP=${PERFORCE_GROUP} \ - PERFORCE_GID=${PERFORCE_GID} \ - PERFORCE_HOME=${PERFORCE_HOME} \ - PERFORCE_ROOT=${PERFORCE_ROOT} \ - PERFORCE_LOGS=${PERFORCE_LOGS} \ - ${SH} ${PKGDIR}/pkg-install ${PORTNAME} PRE-INSTALL - -do-install: -.for f in ${BIN_FILES} - ${INSTALL_PROGRAM} ${_DISTDIR}/${f} ${PREFIX}/bin/ -.endfor -.for f in ${SBIN_FILES} - ${INSTALL_PROGRAM} ${_DISTDIR}/${f} ${PREFIX}/sbin/ -.endfor - ${INSTALL_DATA} ${WRKSRC}/perforce.conf ${PREFIX}/etc/perforce.conf.default; \ - if [ ! -f ${PREFIX}/etc/perforce.conf ]; then \ - ${CP} -p ${PREFIX}/etc/perforce.conf.default ${PREFIX}/etc/perforce.conf; \ - fi - ${INSTALL_SCRIPT} ${WRKSRC}/perforce.sh ${PREFIX}/etc/rc.d/ - -post-install: - ${ECHO_CMD} "@unexec ${RMDIR} ${PERFORCE_ROOT} ${PERFORCE_LOGS} ${PERFORCE_HOME} 2>/dev/null || true" >> ${TMPPLIST} - -.include <bsd.port.post.mk> diff --git a/devel/p4d/distinfo.alpha b/devel/p4d/distinfo.alpha deleted file mode 100644 index 0c6b5f2e7179..000000000000 --- a/devel/p4d/distinfo.alpha +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (perforce/99.1/alpha/p4) = 7c1300a82ab03b7ede46cf8a02c48fd9 -MD5 (perforce/99.1/alpha/p4d) = 8f34c41c18185011ed848aaf450cffa5 -MD5 (perforce/99.1/alpha/p4.1) = 4a9d035eb5ef96342c2f701a02da40f9 -MD5 (perforce/99.1/alpha/p4d.1) = a08eb04e9668ba4d0abf47f3b12c56f7 -MD5 (perforce/03.1/i386/p4.1) = 58208eb02ba3786eed2d8e91d851cecd -MD5 (perforce/03.1/i386/p4d.1) = 381a27c69d707aa3498602a1c216a8d3 diff --git a/devel/p4d/distinfo.i386 b/devel/p4d/distinfo.i386 deleted file mode 100644 index 7068fdf2ef8b..000000000000 --- a/devel/p4d/distinfo.i386 +++ /dev/null @@ -1,10 +0,0 @@ -MD5 (perforce/04.2/i386/p4) = d4a6cfe2f1987d72615048a375056c25 -SIZE (perforce/04.2/i386/p4) = 699160 -MD5 (perforce/04.2/i386/p4web) = a81c93a7371740b2a93ab01907a14d7d -SIZE (perforce/04.2/i386/p4web) = 1724624 -MD5 (perforce/04.2/i386/p4d) = aa157326c863158a6c021c4c19d3e66a -SIZE (perforce/04.2/i386/p4d) = 1397324 -MD5 (perforce/04.2/i386/p4ftpd) = 22c7b5a63a89e259a17b30c5e49143ce -SIZE (perforce/04.2/i386/p4ftpd) = 813420 -MD5 (perforce/04.2/i386/p4p) = d78db860e76b5f9cb21a256c9e14ed57 -SIZE (perforce/04.2/i386/p4p) = 695941 diff --git a/devel/p4d/files/perforce.conf.in b/devel/p4d/files/perforce.conf.in deleted file mode 100644 index 5db4fded51a2..000000000000 --- a/devel/p4d/files/perforce.conf.in +++ /dev/null @@ -1,60 +0,0 @@ -# -# Perforce FreeBSD configuration file -# -# -# $FreeBSD$ - -# -# Perforce ROOT -# -PERFORCE_ROOT="@PERFORCE_ROOT@" - -# -# Perforce user (it is recommended to run p4d as a non-root user) -# -PERFORCE_USER="@PERFORCE_USER@" - -# -# p4d/p4p port (default: 1666) -# -PERFORCE_PORT="@PERFORCE_PORT@" - -# -# p4p cache directory -# -PERFORCE_PROXY_CACHE="@PERFORCE_CACHE@" - -# -# p4p target server (default: perforce:1666) -# -PERFORCE_PROXY_TARGET="@PERFORCE_TARGET@" - -# -# p4d options (see man p4d) -# -PERFORCE_OPTIONS="-d -p $PERFORCE_PORT -v server=1 -L @PERFORCE_LOGS@/p4d.log" - -# -# Uncomment this line to have the server started automatically -# -#PERFORCE_START=yes - -# -# p4ftpd options (see p4ftpd -h) -# -PERFORCE_FTPD_OPTIONS="-d -p $PERFORCE_PORT -v server=1 -L @PERFORCE_LOGS@/p4ftpd.log" - -# -# Uncomment this line to have the server started automatically -# -#PERFORCE_FTPD_START=yes - -# -# p4p options (see p4p -h) -# -PERFORCE_PROXY_OPTIONS="-d -p $PERFORCE_PORT -t $PERFORCE_PROXY_TARGET -r $PERFORCE_PROXY_CACHE -v server=1 -L @PERFORCE_LOGS@/p4p.log" - -# -# Uncomment this line to have the proxy server started automatically -# -#PERFORCE_PROXY_START=yes diff --git a/devel/p4d/files/perforce.sh.in b/devel/p4d/files/perforce.sh.in deleted file mode 100644 index e32da8484282..000000000000 --- a/devel/p4d/files/perforce.sh.in +++ /dev/null @@ -1,53 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -p4d=@PREFIX@/sbin/p4d -p4ftpd=@PREFIX@/sbin/p4ftpd -p4p=@PREFIX@/sbin/p4p - -case $1 in -start) - [ -f @PREFIX@/etc/perforce.conf ] && . @PREFIX@/etc/perforce.conf - if [ -x $p4d -a x$PERFORCE_START = xyes ]; then - echo -n ' p4d' - su -fm $PERFORCE_USER -c "$p4d -r $PERFORCE_ROOT $PERFORCE_OPTIONS" - fi - if [ -x $p4ftpd -a x$PERFORCE_FTPD_START = xyes ]; then - echo -n ' p4ftpd' - $p4ftpd $PERFORCE_FTPD_OPTIONS - fi - if [ -x $p4p -a x$PERFORCE_PROXY_START = xyes ]; then - echo -n ' p4p' - $p4p $PERFORCE_PROXY_OPTIONS - fi - - ;; -stop) - [ -f @PREFIX@/etc/perforce.conf ] && . @PREFIX@/etc/perforce.conf - if [ -x $p4ftpd ]; then - killall -u 0 p4ftpd >/dev/null 2>&1 && echo -n ' p4ftpd' - fi - if [ -x $p4d ]; then - killall -u $PERFORCE_USER p4d >/dev/null 2>&1 && echo -n ' p4d' - fi - if [ -x $p4p ]; then - killall -u 0 p4p > /dev/null 2>&1 && echo -n ' p4p' - fi - ;; -restart) - $0 stop - sleep 1 - $0 start - ;; -checkpoint) - [ -f @PREFIX@/etc/perforce.conf ] && . @PREFIX@/etc/perforce.conf - if [ -x $p4d -a x$PERFORCE_START = xyes ]; then - su -fm $PERFORCE_USER -c "$p4d -r $PERFORCE_ROOT -jc" - fi - ;; -*) - echo "usage: $0 {start|stop|restart|checkpoint}" - exit 64 - ;; -esac diff --git a/devel/p4d/pkg-descr b/devel/p4d/pkg-descr deleted file mode 100644 index e6d35851b44b..000000000000 --- a/devel/p4d/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Perforce is a commercial revision control system that can be used -gratis for developing free software. (see the WWW page for details). - -WWW: http://www.perforce.com/ diff --git a/devel/p4d/pkg-install b/devel/p4d/pkg-install deleted file mode 100644 index 88b4d17472f4..000000000000 --- a/devel/p4d/pkg-install +++ /dev/null @@ -1,51 +0,0 @@ -#! /bin/sh -# -# $FreeBSD$ - -PATH=/bin:/usr/sbin - -PERFORCE_USER=${PERFORCE_USER:-p4admin} -PERFORCE_UID=${PERFORCE_UID:-94} -PERFORCE_GROUP=${PERFORCE_GROUP:-p4admin} -PERFORCE_GID=${PERFORCE_GID:-94} -PERFORCE_HOME=${PERFORCE_HOME:-$PKG_PREFIX/perforce} -PERFORCE_LOGDIR=${PERFORCE_LOGDIR:-$PERFORCE_HOME/log} -PERFORCE_ROOT=${PERFORCE_ROOT:-$PERFORCE_HOME/root} - -case $2 in -PRE-INSTALL) - USER=${PERFORCE_USER} - GROUP=${PERFORCE_GROUP} - UID=${PERFORCE_UID} - GID=${PERFORCE_GID} - - if pw group show "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if pw groupadd ${GROUP} -g ${GID}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi - fi - - if pw user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -d ${PERFORCE_HOME} -c "Perforce admin" -s /sbin/nologin - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi - fi - - if [ ! -d $PERFORCE_HOME ] ; then - mkdir -p $PERFORCE_HOME $PERFORCE_LOGS $PERFORCE_ROOT - chown -R $USER:$GROUP $PERFORCE_HOME - fi - ;; -esac diff --git a/devel/p4d/pkg-plist b/devel/p4d/pkg-plist deleted file mode 100644 index 31e0893152cc..000000000000 --- a/devel/p4d/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -@unexec if cmp -s %D/etc/perforce.conf %D/etc/perforce.conf.default; then rm -f %D/etc/perforce.conf; fi -etc/perforce.conf.default -@exec [ ! -f %B/perforce.conf ] && cp -p %B/%f %B/perforce.conf || true -etc/rc.d/perforce.sh diff --git a/devel/p4ftpd/Makefile b/devel/p4ftpd/Makefile deleted file mode 100644 index 0637f378140f..000000000000 --- a/devel/p4ftpd/Makefile +++ /dev/null @@ -1,125 +0,0 @@ -# New ports collection makefile for: perforce -# Date created: 3 Mai 2000 -# Whom: sam@inf.enst.fr -# -# $FreeBSD$ -# - -PORTNAME= perforce -PORTVERSION= ${VERSION} -PORTREVISION= ${REVISION} -PORTEPOCH= 1 -CATEGORIES= devel -MASTER_SITES= ftp://ftp.perforce.com/pub/perforce/r${PORTVERSION}/bin.${PLATFORM}/ -EXTRACT_SUFX= -DISTFILES= ${BIN_FILES} ${SBIN_FILES} -DIST_SUBDIR= perforce/${VERSION}/${ARCH} -EXTRACT_ONLY= # none - -MAINTAINER= ports@FreeBSD.org -COMMENT= Perforce client and server - -# -# This is a kludge. I don't know a better way to set PORTVERSION and -# PORTREVISION such that pkg_version figures out an update is needed -# -ARCH!= /usr/bin/uname -p -ARCH?= i386 - -MD5_FILE= ${MASTERDIR}/distinfo.${ARCH} -.if ${ARCH} == i386 -VERSION= 04.2 -REVISION= 6 -PLATFORM= freebsd4 -BIN_FILES= p4 p4web -SBIN_FILES= p4d p4ftpd p4p -REL_NOTES= http://www.perforce.com/perforce/doc.042/user/relnotes.txt -.elif ${ARCH} == alpha -VERSION= 99.1 -REVISION= 1 -PLATFORM= freebsdaxp -BIN_FILES= p4 -SBIN_FILES= p4d -REL_NOTES= http://www.perforce.com/perforce/doc.991/user/relnotes.txt -.else -VERSION= 0 -IGNORE= "Unsupported platform, sorry." -.endif - -# End of kludge - -NO_PACKAGE= Restricted distribution -NO_CDROM= Restricted distribution - -NO_WRKSUBDIR= yes - -PLIST_FILES= ${BIN_FILES:S+^+bin/+g} \ - ${SBIN_FILES:S+^+sbin/+g} - -.include <bsd.port.pre.mk> - -# These variables are all configurable. -PERFORCE_USER?= p4admin -PERFORCE_UID?= 94 -PERFORCE_GROUP?= p4admin -PERFORCE_GID?= 94 -PERFORCE_HOME?= ${LOCALBASE}/perforce -PERFORCE_ROOT?= ${PERFORCE_HOME}/root -PERFORCE_LOGS?= ${PERFORCE_HOME}/logs -PERFORCE_PORT?= 1666 -PERFORCE_CACHE?= ${PERFORCE_HOME}/cache -PERFORCE_TARGET?= perforce:1666 - -pre-everything:: - @${ECHO} "If the checksums fail, try doing 'make distclean'" - @${ECHO} "to force getting the latest binaries from Perforce." - @${ECHO} "" - @${ECHO} "Read the release notes for this release to determine" - @${ECHO} "how to migrate the database to the new version. In" - @${ECHO} "most instances, it is done automatically. However," - @${ECHO} "sometimes it must be done manually." - @${ECHO} "" - @${ECHO} "The release notes for this version are at" - @${ECHO} ${REL_NOTES} - @${ECHO} "" - @${ECHO} "Checkpoint and backup your data before installing!" - -do-build: - ${SED} -e "s,@PERFORCE_ROOT@,${PERFORCE_ROOT},g" \ - -e "s,@PERFORCE_LOGS@,${PERFORCE_LOGS},g" \ - -e "s,@PERFORCE_USER@,${PERFORCE_USER},g" \ - -e "s,@PERFORCE_PORT@,${PERFORCE_PORT},g" \ - -e "s,@PERFORCE_CACHE@,${PERFORCE_CACHE},g" \ - -e "s,@PERFORCE_TARGET@,${PERFORCE_TARGET},g" \ - < ${FILESDIR}/perforce.conf.in > ${WRKSRC}/perforce.conf - ${SED} -e "s,@PREFIX@,${PREFIX},g" \ - < ${FILESDIR}/perforce.sh.in > ${WRKSRC}/perforce.sh - -pre-install: - ${SETENV} PKG_PREFIX=${PREFIX} \ - PERFORCE_USER=${PERFORCE_USER} \ - PERFORCE_UID=${PERFORCE_UID} \ - PERFORCE_GROUP=${PERFORCE_GROUP} \ - PERFORCE_GID=${PERFORCE_GID} \ - PERFORCE_HOME=${PERFORCE_HOME} \ - PERFORCE_ROOT=${PERFORCE_ROOT} \ - PERFORCE_LOGS=${PERFORCE_LOGS} \ - ${SH} ${PKGDIR}/pkg-install ${PORTNAME} PRE-INSTALL - -do-install: -.for f in ${BIN_FILES} - ${INSTALL_PROGRAM} ${_DISTDIR}/${f} ${PREFIX}/bin/ -.endfor -.for f in ${SBIN_FILES} - ${INSTALL_PROGRAM} ${_DISTDIR}/${f} ${PREFIX}/sbin/ -.endfor - ${INSTALL_DATA} ${WRKSRC}/perforce.conf ${PREFIX}/etc/perforce.conf.default; \ - if [ ! -f ${PREFIX}/etc/perforce.conf ]; then \ - ${CP} -p ${PREFIX}/etc/perforce.conf.default ${PREFIX}/etc/perforce.conf; \ - fi - ${INSTALL_SCRIPT} ${WRKSRC}/perforce.sh ${PREFIX}/etc/rc.d/ - -post-install: - ${ECHO_CMD} "@unexec ${RMDIR} ${PERFORCE_ROOT} ${PERFORCE_LOGS} ${PERFORCE_HOME} 2>/dev/null || true" >> ${TMPPLIST} - -.include <bsd.port.post.mk> diff --git a/devel/p4ftpd/distinfo.alpha b/devel/p4ftpd/distinfo.alpha deleted file mode 100644 index 0c6b5f2e7179..000000000000 --- a/devel/p4ftpd/distinfo.alpha +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (perforce/99.1/alpha/p4) = 7c1300a82ab03b7ede46cf8a02c48fd9 -MD5 (perforce/99.1/alpha/p4d) = 8f34c41c18185011ed848aaf450cffa5 -MD5 (perforce/99.1/alpha/p4.1) = 4a9d035eb5ef96342c2f701a02da40f9 -MD5 (perforce/99.1/alpha/p4d.1) = a08eb04e9668ba4d0abf47f3b12c56f7 -MD5 (perforce/03.1/i386/p4.1) = 58208eb02ba3786eed2d8e91d851cecd -MD5 (perforce/03.1/i386/p4d.1) = 381a27c69d707aa3498602a1c216a8d3 diff --git a/devel/p4ftpd/distinfo.i386 b/devel/p4ftpd/distinfo.i386 deleted file mode 100644 index 7068fdf2ef8b..000000000000 --- a/devel/p4ftpd/distinfo.i386 +++ /dev/null @@ -1,10 +0,0 @@ -MD5 (perforce/04.2/i386/p4) = d4a6cfe2f1987d72615048a375056c25 -SIZE (perforce/04.2/i386/p4) = 699160 -MD5 (perforce/04.2/i386/p4web) = a81c93a7371740b2a93ab01907a14d7d -SIZE (perforce/04.2/i386/p4web) = 1724624 -MD5 (perforce/04.2/i386/p4d) = aa157326c863158a6c021c4c19d3e66a -SIZE (perforce/04.2/i386/p4d) = 1397324 -MD5 (perforce/04.2/i386/p4ftpd) = 22c7b5a63a89e259a17b30c5e49143ce -SIZE (perforce/04.2/i386/p4ftpd) = 813420 -MD5 (perforce/04.2/i386/p4p) = d78db860e76b5f9cb21a256c9e14ed57 -SIZE (perforce/04.2/i386/p4p) = 695941 diff --git a/devel/p4ftpd/files/perforce.conf.in b/devel/p4ftpd/files/perforce.conf.in deleted file mode 100644 index 5db4fded51a2..000000000000 --- a/devel/p4ftpd/files/perforce.conf.in +++ /dev/null @@ -1,60 +0,0 @@ -# -# Perforce FreeBSD configuration file -# -# -# $FreeBSD$ - -# -# Perforce ROOT -# -PERFORCE_ROOT="@PERFORCE_ROOT@" - -# -# Perforce user (it is recommended to run p4d as a non-root user) -# -PERFORCE_USER="@PERFORCE_USER@" - -# -# p4d/p4p port (default: 1666) -# -PERFORCE_PORT="@PERFORCE_PORT@" - -# -# p4p cache directory -# -PERFORCE_PROXY_CACHE="@PERFORCE_CACHE@" - -# -# p4p target server (default: perforce:1666) -# -PERFORCE_PROXY_TARGET="@PERFORCE_TARGET@" - -# -# p4d options (see man p4d) -# -PERFORCE_OPTIONS="-d -p $PERFORCE_PORT -v server=1 -L @PERFORCE_LOGS@/p4d.log" - -# -# Uncomment this line to have the server started automatically -# -#PERFORCE_START=yes - -# -# p4ftpd options (see p4ftpd -h) -# -PERFORCE_FTPD_OPTIONS="-d -p $PERFORCE_PORT -v server=1 -L @PERFORCE_LOGS@/p4ftpd.log" - -# -# Uncomment this line to have the server started automatically -# -#PERFORCE_FTPD_START=yes - -# -# p4p options (see p4p -h) -# -PERFORCE_PROXY_OPTIONS="-d -p $PERFORCE_PORT -t $PERFORCE_PROXY_TARGET -r $PERFORCE_PROXY_CACHE -v server=1 -L @PERFORCE_LOGS@/p4p.log" - -# -# Uncomment this line to have the proxy server started automatically -# -#PERFORCE_PROXY_START=yes diff --git a/devel/p4ftpd/files/perforce.sh.in b/devel/p4ftpd/files/perforce.sh.in deleted file mode 100644 index e32da8484282..000000000000 --- a/devel/p4ftpd/files/perforce.sh.in +++ /dev/null @@ -1,53 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -p4d=@PREFIX@/sbin/p4d -p4ftpd=@PREFIX@/sbin/p4ftpd -p4p=@PREFIX@/sbin/p4p - -case $1 in -start) - [ -f @PREFIX@/etc/perforce.conf ] && . @PREFIX@/etc/perforce.conf - if [ -x $p4d -a x$PERFORCE_START = xyes ]; then - echo -n ' p4d' - su -fm $PERFORCE_USER -c "$p4d -r $PERFORCE_ROOT $PERFORCE_OPTIONS" - fi - if [ -x $p4ftpd -a x$PERFORCE_FTPD_START = xyes ]; then - echo -n ' p4ftpd' - $p4ftpd $PERFORCE_FTPD_OPTIONS - fi - if [ -x $p4p -a x$PERFORCE_PROXY_START = xyes ]; then - echo -n ' p4p' - $p4p $PERFORCE_PROXY_OPTIONS - fi - - ;; -stop) - [ -f @PREFIX@/etc/perforce.conf ] && . @PREFIX@/etc/perforce.conf - if [ -x $p4ftpd ]; then - killall -u 0 p4ftpd >/dev/null 2>&1 && echo -n ' p4ftpd' - fi - if [ -x $p4d ]; then - killall -u $PERFORCE_USER p4d >/dev/null 2>&1 && echo -n ' p4d' - fi - if [ -x $p4p ]; then - killall -u 0 p4p > /dev/null 2>&1 && echo -n ' p4p' - fi - ;; -restart) - $0 stop - sleep 1 - $0 start - ;; -checkpoint) - [ -f @PREFIX@/etc/perforce.conf ] && . @PREFIX@/etc/perforce.conf - if [ -x $p4d -a x$PERFORCE_START = xyes ]; then - su -fm $PERFORCE_USER -c "$p4d -r $PERFORCE_ROOT -jc" - fi - ;; -*) - echo "usage: $0 {start|stop|restart|checkpoint}" - exit 64 - ;; -esac diff --git a/devel/p4ftpd/pkg-descr b/devel/p4ftpd/pkg-descr deleted file mode 100644 index e6d35851b44b..000000000000 --- a/devel/p4ftpd/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Perforce is a commercial revision control system that can be used -gratis for developing free software. (see the WWW page for details). - -WWW: http://www.perforce.com/ diff --git a/devel/p4ftpd/pkg-install b/devel/p4ftpd/pkg-install deleted file mode 100644 index 88b4d17472f4..000000000000 --- a/devel/p4ftpd/pkg-install +++ /dev/null @@ -1,51 +0,0 @@ -#! /bin/sh -# -# $FreeBSD$ - -PATH=/bin:/usr/sbin - -PERFORCE_USER=${PERFORCE_USER:-p4admin} -PERFORCE_UID=${PERFORCE_UID:-94} -PERFORCE_GROUP=${PERFORCE_GROUP:-p4admin} -PERFORCE_GID=${PERFORCE_GID:-94} -PERFORCE_HOME=${PERFORCE_HOME:-$PKG_PREFIX/perforce} -PERFORCE_LOGDIR=${PERFORCE_LOGDIR:-$PERFORCE_HOME/log} -PERFORCE_ROOT=${PERFORCE_ROOT:-$PERFORCE_HOME/root} - -case $2 in -PRE-INSTALL) - USER=${PERFORCE_USER} - GROUP=${PERFORCE_GROUP} - UID=${PERFORCE_UID} - GID=${PERFORCE_GID} - - if pw group show "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if pw groupadd ${GROUP} -g ${GID}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi - fi - - if pw user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -d ${PERFORCE_HOME} -c "Perforce admin" -s /sbin/nologin - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi - fi - - if [ ! -d $PERFORCE_HOME ] ; then - mkdir -p $PERFORCE_HOME $PERFORCE_LOGS $PERFORCE_ROOT - chown -R $USER:$GROUP $PERFORCE_HOME - fi - ;; -esac diff --git a/devel/p4ftpd/pkg-plist b/devel/p4ftpd/pkg-plist deleted file mode 100644 index 31e0893152cc..000000000000 --- a/devel/p4ftpd/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -@unexec if cmp -s %D/etc/perforce.conf %D/etc/perforce.conf.default; then rm -f %D/etc/perforce.conf; fi -etc/perforce.conf.default -@exec [ ! -f %B/perforce.conf ] && cp -p %B/%f %B/perforce.conf || true -etc/rc.d/perforce.sh diff --git a/devel/p4p/Makefile b/devel/p4p/Makefile deleted file mode 100644 index 0637f378140f..000000000000 --- a/devel/p4p/Makefile +++ /dev/null @@ -1,125 +0,0 @@ -# New ports collection makefile for: perforce -# Date created: 3 Mai 2000 -# Whom: sam@inf.enst.fr -# -# $FreeBSD$ -# - -PORTNAME= perforce -PORTVERSION= ${VERSION} -PORTREVISION= ${REVISION} -PORTEPOCH= 1 -CATEGORIES= devel -MASTER_SITES= ftp://ftp.perforce.com/pub/perforce/r${PORTVERSION}/bin.${PLATFORM}/ -EXTRACT_SUFX= -DISTFILES= ${BIN_FILES} ${SBIN_FILES} -DIST_SUBDIR= perforce/${VERSION}/${ARCH} -EXTRACT_ONLY= # none - -MAINTAINER= ports@FreeBSD.org -COMMENT= Perforce client and server - -# -# This is a kludge. I don't know a better way to set PORTVERSION and -# PORTREVISION such that pkg_version figures out an update is needed -# -ARCH!= /usr/bin/uname -p -ARCH?= i386 - -MD5_FILE= ${MASTERDIR}/distinfo.${ARCH} -.if ${ARCH} == i386 -VERSION= 04.2 -REVISION= 6 -PLATFORM= freebsd4 -BIN_FILES= p4 p4web -SBIN_FILES= p4d p4ftpd p4p -REL_NOTES= http://www.perforce.com/perforce/doc.042/user/relnotes.txt -.elif ${ARCH} == alpha -VERSION= 99.1 -REVISION= 1 -PLATFORM= freebsdaxp -BIN_FILES= p4 -SBIN_FILES= p4d -REL_NOTES= http://www.perforce.com/perforce/doc.991/user/relnotes.txt -.else -VERSION= 0 -IGNORE= "Unsupported platform, sorry." -.endif - -# End of kludge - -NO_PACKAGE= Restricted distribution -NO_CDROM= Restricted distribution - -NO_WRKSUBDIR= yes - -PLIST_FILES= ${BIN_FILES:S+^+bin/+g} \ - ${SBIN_FILES:S+^+sbin/+g} - -.include <bsd.port.pre.mk> - -# These variables are all configurable. -PERFORCE_USER?= p4admin -PERFORCE_UID?= 94 -PERFORCE_GROUP?= p4admin -PERFORCE_GID?= 94 -PERFORCE_HOME?= ${LOCALBASE}/perforce -PERFORCE_ROOT?= ${PERFORCE_HOME}/root -PERFORCE_LOGS?= ${PERFORCE_HOME}/logs -PERFORCE_PORT?= 1666 -PERFORCE_CACHE?= ${PERFORCE_HOME}/cache -PERFORCE_TARGET?= perforce:1666 - -pre-everything:: - @${ECHO} "If the checksums fail, try doing 'make distclean'" - @${ECHO} "to force getting the latest binaries from Perforce." - @${ECHO} "" - @${ECHO} "Read the release notes for this release to determine" - @${ECHO} "how to migrate the database to the new version. In" - @${ECHO} "most instances, it is done automatically. However," - @${ECHO} "sometimes it must be done manually." - @${ECHO} "" - @${ECHO} "The release notes for this version are at" - @${ECHO} ${REL_NOTES} - @${ECHO} "" - @${ECHO} "Checkpoint and backup your data before installing!" - -do-build: - ${SED} -e "s,@PERFORCE_ROOT@,${PERFORCE_ROOT},g" \ - -e "s,@PERFORCE_LOGS@,${PERFORCE_LOGS},g" \ - -e "s,@PERFORCE_USER@,${PERFORCE_USER},g" \ - -e "s,@PERFORCE_PORT@,${PERFORCE_PORT},g" \ - -e "s,@PERFORCE_CACHE@,${PERFORCE_CACHE},g" \ - -e "s,@PERFORCE_TARGET@,${PERFORCE_TARGET},g" \ - < ${FILESDIR}/perforce.conf.in > ${WRKSRC}/perforce.conf - ${SED} -e "s,@PREFIX@,${PREFIX},g" \ - < ${FILESDIR}/perforce.sh.in > ${WRKSRC}/perforce.sh - -pre-install: - ${SETENV} PKG_PREFIX=${PREFIX} \ - PERFORCE_USER=${PERFORCE_USER} \ - PERFORCE_UID=${PERFORCE_UID} \ - PERFORCE_GROUP=${PERFORCE_GROUP} \ - PERFORCE_GID=${PERFORCE_GID} \ - PERFORCE_HOME=${PERFORCE_HOME} \ - PERFORCE_ROOT=${PERFORCE_ROOT} \ - PERFORCE_LOGS=${PERFORCE_LOGS} \ - ${SH} ${PKGDIR}/pkg-install ${PORTNAME} PRE-INSTALL - -do-install: -.for f in ${BIN_FILES} - ${INSTALL_PROGRAM} ${_DISTDIR}/${f} ${PREFIX}/bin/ -.endfor -.for f in ${SBIN_FILES} - ${INSTALL_PROGRAM} ${_DISTDIR}/${f} ${PREFIX}/sbin/ -.endfor - ${INSTALL_DATA} ${WRKSRC}/perforce.conf ${PREFIX}/etc/perforce.conf.default; \ - if [ ! -f ${PREFIX}/etc/perforce.conf ]; then \ - ${CP} -p ${PREFIX}/etc/perforce.conf.default ${PREFIX}/etc/perforce.conf; \ - fi - ${INSTALL_SCRIPT} ${WRKSRC}/perforce.sh ${PREFIX}/etc/rc.d/ - -post-install: - ${ECHO_CMD} "@unexec ${RMDIR} ${PERFORCE_ROOT} ${PERFORCE_LOGS} ${PERFORCE_HOME} 2>/dev/null || true" >> ${TMPPLIST} - -.include <bsd.port.post.mk> diff --git a/devel/p4p/distinfo.alpha b/devel/p4p/distinfo.alpha deleted file mode 100644 index 0c6b5f2e7179..000000000000 --- a/devel/p4p/distinfo.alpha +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (perforce/99.1/alpha/p4) = 7c1300a82ab03b7ede46cf8a02c48fd9 -MD5 (perforce/99.1/alpha/p4d) = 8f34c41c18185011ed848aaf450cffa5 -MD5 (perforce/99.1/alpha/p4.1) = 4a9d035eb5ef96342c2f701a02da40f9 -MD5 (perforce/99.1/alpha/p4d.1) = a08eb04e9668ba4d0abf47f3b12c56f7 -MD5 (perforce/03.1/i386/p4.1) = 58208eb02ba3786eed2d8e91d851cecd -MD5 (perforce/03.1/i386/p4d.1) = 381a27c69d707aa3498602a1c216a8d3 diff --git a/devel/p4p/distinfo.i386 b/devel/p4p/distinfo.i386 deleted file mode 100644 index 7068fdf2ef8b..000000000000 --- a/devel/p4p/distinfo.i386 +++ /dev/null @@ -1,10 +0,0 @@ -MD5 (perforce/04.2/i386/p4) = d4a6cfe2f1987d72615048a375056c25 -SIZE (perforce/04.2/i386/p4) = 699160 -MD5 (perforce/04.2/i386/p4web) = a81c93a7371740b2a93ab01907a14d7d -SIZE (perforce/04.2/i386/p4web) = 1724624 -MD5 (perforce/04.2/i386/p4d) = aa157326c863158a6c021c4c19d3e66a -SIZE (perforce/04.2/i386/p4d) = 1397324 -MD5 (perforce/04.2/i386/p4ftpd) = 22c7b5a63a89e259a17b30c5e49143ce -SIZE (perforce/04.2/i386/p4ftpd) = 813420 -MD5 (perforce/04.2/i386/p4p) = d78db860e76b5f9cb21a256c9e14ed57 -SIZE (perforce/04.2/i386/p4p) = 695941 diff --git a/devel/p4p/files/perforce.conf.in b/devel/p4p/files/perforce.conf.in deleted file mode 100644 index 5db4fded51a2..000000000000 --- a/devel/p4p/files/perforce.conf.in +++ /dev/null @@ -1,60 +0,0 @@ -# -# Perforce FreeBSD configuration file -# -# -# $FreeBSD$ - -# -# Perforce ROOT -# -PERFORCE_ROOT="@PERFORCE_ROOT@" - -# -# Perforce user (it is recommended to run p4d as a non-root user) -# -PERFORCE_USER="@PERFORCE_USER@" - -# -# p4d/p4p port (default: 1666) -# -PERFORCE_PORT="@PERFORCE_PORT@" - -# -# p4p cache directory -# -PERFORCE_PROXY_CACHE="@PERFORCE_CACHE@" - -# -# p4p target server (default: perforce:1666) -# -PERFORCE_PROXY_TARGET="@PERFORCE_TARGET@" - -# -# p4d options (see man p4d) -# -PERFORCE_OPTIONS="-d -p $PERFORCE_PORT -v server=1 -L @PERFORCE_LOGS@/p4d.log" - -# -# Uncomment this line to have the server started automatically -# -#PERFORCE_START=yes - -# -# p4ftpd options (see p4ftpd -h) -# -PERFORCE_FTPD_OPTIONS="-d -p $PERFORCE_PORT -v server=1 -L @PERFORCE_LOGS@/p4ftpd.log" - -# -# Uncomment this line to have the server started automatically -# -#PERFORCE_FTPD_START=yes - -# -# p4p options (see p4p -h) -# -PERFORCE_PROXY_OPTIONS="-d -p $PERFORCE_PORT -t $PERFORCE_PROXY_TARGET -r $PERFORCE_PROXY_CACHE -v server=1 -L @PERFORCE_LOGS@/p4p.log" - -# -# Uncomment this line to have the proxy server started automatically -# -#PERFORCE_PROXY_START=yes diff --git a/devel/p4p/files/perforce.sh.in b/devel/p4p/files/perforce.sh.in deleted file mode 100644 index e32da8484282..000000000000 --- a/devel/p4p/files/perforce.sh.in +++ /dev/null @@ -1,53 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -p4d=@PREFIX@/sbin/p4d -p4ftpd=@PREFIX@/sbin/p4ftpd -p4p=@PREFIX@/sbin/p4p - -case $1 in -start) - [ -f @PREFIX@/etc/perforce.conf ] && . @PREFIX@/etc/perforce.conf - if [ -x $p4d -a x$PERFORCE_START = xyes ]; then - echo -n ' p4d' - su -fm $PERFORCE_USER -c "$p4d -r $PERFORCE_ROOT $PERFORCE_OPTIONS" - fi - if [ -x $p4ftpd -a x$PERFORCE_FTPD_START = xyes ]; then - echo -n ' p4ftpd' - $p4ftpd $PERFORCE_FTPD_OPTIONS - fi - if [ -x $p4p -a x$PERFORCE_PROXY_START = xyes ]; then - echo -n ' p4p' - $p4p $PERFORCE_PROXY_OPTIONS - fi - - ;; -stop) - [ -f @PREFIX@/etc/perforce.conf ] && . @PREFIX@/etc/perforce.conf - if [ -x $p4ftpd ]; then - killall -u 0 p4ftpd >/dev/null 2>&1 && echo -n ' p4ftpd' - fi - if [ -x $p4d ]; then - killall -u $PERFORCE_USER p4d >/dev/null 2>&1 && echo -n ' p4d' - fi - if [ -x $p4p ]; then - killall -u 0 p4p > /dev/null 2>&1 && echo -n ' p4p' - fi - ;; -restart) - $0 stop - sleep 1 - $0 start - ;; -checkpoint) - [ -f @PREFIX@/etc/perforce.conf ] && . @PREFIX@/etc/perforce.conf - if [ -x $p4d -a x$PERFORCE_START = xyes ]; then - su -fm $PERFORCE_USER -c "$p4d -r $PERFORCE_ROOT -jc" - fi - ;; -*) - echo "usage: $0 {start|stop|restart|checkpoint}" - exit 64 - ;; -esac diff --git a/devel/p4p/pkg-descr b/devel/p4p/pkg-descr deleted file mode 100644 index e6d35851b44b..000000000000 --- a/devel/p4p/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Perforce is a commercial revision control system that can be used -gratis for developing free software. (see the WWW page for details). - -WWW: http://www.perforce.com/ diff --git a/devel/p4p/pkg-install b/devel/p4p/pkg-install deleted file mode 100644 index 88b4d17472f4..000000000000 --- a/devel/p4p/pkg-install +++ /dev/null @@ -1,51 +0,0 @@ -#! /bin/sh -# -# $FreeBSD$ - -PATH=/bin:/usr/sbin - -PERFORCE_USER=${PERFORCE_USER:-p4admin} -PERFORCE_UID=${PERFORCE_UID:-94} -PERFORCE_GROUP=${PERFORCE_GROUP:-p4admin} -PERFORCE_GID=${PERFORCE_GID:-94} -PERFORCE_HOME=${PERFORCE_HOME:-$PKG_PREFIX/perforce} -PERFORCE_LOGDIR=${PERFORCE_LOGDIR:-$PERFORCE_HOME/log} -PERFORCE_ROOT=${PERFORCE_ROOT:-$PERFORCE_HOME/root} - -case $2 in -PRE-INSTALL) - USER=${PERFORCE_USER} - GROUP=${PERFORCE_GROUP} - UID=${PERFORCE_UID} - GID=${PERFORCE_GID} - - if pw group show "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if pw groupadd ${GROUP} -g ${GID}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi - fi - - if pw user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -d ${PERFORCE_HOME} -c "Perforce admin" -s /sbin/nologin - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi - fi - - if [ ! -d $PERFORCE_HOME ] ; then - mkdir -p $PERFORCE_HOME $PERFORCE_LOGS $PERFORCE_ROOT - chown -R $USER:$GROUP $PERFORCE_HOME - fi - ;; -esac diff --git a/devel/p4p/pkg-plist b/devel/p4p/pkg-plist deleted file mode 100644 index 31e0893152cc..000000000000 --- a/devel/p4p/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -@unexec if cmp -s %D/etc/perforce.conf %D/etc/perforce.conf.default; then rm -f %D/etc/perforce.conf; fi -etc/perforce.conf.default -@exec [ ! -f %B/perforce.conf ] && cp -p %B/%f %B/perforce.conf || true -etc/rc.d/perforce.sh diff --git a/devel/p4web/Makefile b/devel/p4web/Makefile deleted file mode 100644 index 0637f378140f..000000000000 --- a/devel/p4web/Makefile +++ /dev/null @@ -1,125 +0,0 @@ -# New ports collection makefile for: perforce -# Date created: 3 Mai 2000 -# Whom: sam@inf.enst.fr -# -# $FreeBSD$ -# - -PORTNAME= perforce -PORTVERSION= ${VERSION} -PORTREVISION= ${REVISION} -PORTEPOCH= 1 -CATEGORIES= devel -MASTER_SITES= ftp://ftp.perforce.com/pub/perforce/r${PORTVERSION}/bin.${PLATFORM}/ -EXTRACT_SUFX= -DISTFILES= ${BIN_FILES} ${SBIN_FILES} -DIST_SUBDIR= perforce/${VERSION}/${ARCH} -EXTRACT_ONLY= # none - -MAINTAINER= ports@FreeBSD.org -COMMENT= Perforce client and server - -# -# This is a kludge. I don't know a better way to set PORTVERSION and -# PORTREVISION such that pkg_version figures out an update is needed -# -ARCH!= /usr/bin/uname -p -ARCH?= i386 - -MD5_FILE= ${MASTERDIR}/distinfo.${ARCH} -.if ${ARCH} == i386 -VERSION= 04.2 -REVISION= 6 -PLATFORM= freebsd4 -BIN_FILES= p4 p4web -SBIN_FILES= p4d p4ftpd p4p -REL_NOTES= http://www.perforce.com/perforce/doc.042/user/relnotes.txt -.elif ${ARCH} == alpha -VERSION= 99.1 -REVISION= 1 -PLATFORM= freebsdaxp -BIN_FILES= p4 -SBIN_FILES= p4d -REL_NOTES= http://www.perforce.com/perforce/doc.991/user/relnotes.txt -.else -VERSION= 0 -IGNORE= "Unsupported platform, sorry." -.endif - -# End of kludge - -NO_PACKAGE= Restricted distribution -NO_CDROM= Restricted distribution - -NO_WRKSUBDIR= yes - -PLIST_FILES= ${BIN_FILES:S+^+bin/+g} \ - ${SBIN_FILES:S+^+sbin/+g} - -.include <bsd.port.pre.mk> - -# These variables are all configurable. -PERFORCE_USER?= p4admin -PERFORCE_UID?= 94 -PERFORCE_GROUP?= p4admin -PERFORCE_GID?= 94 -PERFORCE_HOME?= ${LOCALBASE}/perforce -PERFORCE_ROOT?= ${PERFORCE_HOME}/root -PERFORCE_LOGS?= ${PERFORCE_HOME}/logs -PERFORCE_PORT?= 1666 -PERFORCE_CACHE?= ${PERFORCE_HOME}/cache -PERFORCE_TARGET?= perforce:1666 - -pre-everything:: - @${ECHO} "If the checksums fail, try doing 'make distclean'" - @${ECHO} "to force getting the latest binaries from Perforce." - @${ECHO} "" - @${ECHO} "Read the release notes for this release to determine" - @${ECHO} "how to migrate the database to the new version. In" - @${ECHO} "most instances, it is done automatically. However," - @${ECHO} "sometimes it must be done manually." - @${ECHO} "" - @${ECHO} "The release notes for this version are at" - @${ECHO} ${REL_NOTES} - @${ECHO} "" - @${ECHO} "Checkpoint and backup your data before installing!" - -do-build: - ${SED} -e "s,@PERFORCE_ROOT@,${PERFORCE_ROOT},g" \ - -e "s,@PERFORCE_LOGS@,${PERFORCE_LOGS},g" \ - -e "s,@PERFORCE_USER@,${PERFORCE_USER},g" \ - -e "s,@PERFORCE_PORT@,${PERFORCE_PORT},g" \ - -e "s,@PERFORCE_CACHE@,${PERFORCE_CACHE},g" \ - -e "s,@PERFORCE_TARGET@,${PERFORCE_TARGET},g" \ - < ${FILESDIR}/perforce.conf.in > ${WRKSRC}/perforce.conf - ${SED} -e "s,@PREFIX@,${PREFIX},g" \ - < ${FILESDIR}/perforce.sh.in > ${WRKSRC}/perforce.sh - -pre-install: - ${SETENV} PKG_PREFIX=${PREFIX} \ - PERFORCE_USER=${PERFORCE_USER} \ - PERFORCE_UID=${PERFORCE_UID} \ - PERFORCE_GROUP=${PERFORCE_GROUP} \ - PERFORCE_GID=${PERFORCE_GID} \ - PERFORCE_HOME=${PERFORCE_HOME} \ - PERFORCE_ROOT=${PERFORCE_ROOT} \ - PERFORCE_LOGS=${PERFORCE_LOGS} \ - ${SH} ${PKGDIR}/pkg-install ${PORTNAME} PRE-INSTALL - -do-install: -.for f in ${BIN_FILES} - ${INSTALL_PROGRAM} ${_DISTDIR}/${f} ${PREFIX}/bin/ -.endfor -.for f in ${SBIN_FILES} - ${INSTALL_PROGRAM} ${_DISTDIR}/${f} ${PREFIX}/sbin/ -.endfor - ${INSTALL_DATA} ${WRKSRC}/perforce.conf ${PREFIX}/etc/perforce.conf.default; \ - if [ ! -f ${PREFIX}/etc/perforce.conf ]; then \ - ${CP} -p ${PREFIX}/etc/perforce.conf.default ${PREFIX}/etc/perforce.conf; \ - fi - ${INSTALL_SCRIPT} ${WRKSRC}/perforce.sh ${PREFIX}/etc/rc.d/ - -post-install: - ${ECHO_CMD} "@unexec ${RMDIR} ${PERFORCE_ROOT} ${PERFORCE_LOGS} ${PERFORCE_HOME} 2>/dev/null || true" >> ${TMPPLIST} - -.include <bsd.port.post.mk> diff --git a/devel/p4web/distinfo.alpha b/devel/p4web/distinfo.alpha deleted file mode 100644 index 0c6b5f2e7179..000000000000 --- a/devel/p4web/distinfo.alpha +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (perforce/99.1/alpha/p4) = 7c1300a82ab03b7ede46cf8a02c48fd9 -MD5 (perforce/99.1/alpha/p4d) = 8f34c41c18185011ed848aaf450cffa5 -MD5 (perforce/99.1/alpha/p4.1) = 4a9d035eb5ef96342c2f701a02da40f9 -MD5 (perforce/99.1/alpha/p4d.1) = a08eb04e9668ba4d0abf47f3b12c56f7 -MD5 (perforce/03.1/i386/p4.1) = 58208eb02ba3786eed2d8e91d851cecd -MD5 (perforce/03.1/i386/p4d.1) = 381a27c69d707aa3498602a1c216a8d3 diff --git a/devel/p4web/distinfo.i386 b/devel/p4web/distinfo.i386 deleted file mode 100644 index 7068fdf2ef8b..000000000000 --- a/devel/p4web/distinfo.i386 +++ /dev/null @@ -1,10 +0,0 @@ -MD5 (perforce/04.2/i386/p4) = d4a6cfe2f1987d72615048a375056c25 -SIZE (perforce/04.2/i386/p4) = 699160 -MD5 (perforce/04.2/i386/p4web) = a81c93a7371740b2a93ab01907a14d7d -SIZE (perforce/04.2/i386/p4web) = 1724624 -MD5 (perforce/04.2/i386/p4d) = aa157326c863158a6c021c4c19d3e66a -SIZE (perforce/04.2/i386/p4d) = 1397324 -MD5 (perforce/04.2/i386/p4ftpd) = 22c7b5a63a89e259a17b30c5e49143ce -SIZE (perforce/04.2/i386/p4ftpd) = 813420 -MD5 (perforce/04.2/i386/p4p) = d78db860e76b5f9cb21a256c9e14ed57 -SIZE (perforce/04.2/i386/p4p) = 695941 diff --git a/devel/p4web/files/perforce.conf.in b/devel/p4web/files/perforce.conf.in deleted file mode 100644 index 5db4fded51a2..000000000000 --- a/devel/p4web/files/perforce.conf.in +++ /dev/null @@ -1,60 +0,0 @@ -# -# Perforce FreeBSD configuration file -# -# -# $FreeBSD$ - -# -# Perforce ROOT -# -PERFORCE_ROOT="@PERFORCE_ROOT@" - -# -# Perforce user (it is recommended to run p4d as a non-root user) -# -PERFORCE_USER="@PERFORCE_USER@" - -# -# p4d/p4p port (default: 1666) -# -PERFORCE_PORT="@PERFORCE_PORT@" - -# -# p4p cache directory -# -PERFORCE_PROXY_CACHE="@PERFORCE_CACHE@" - -# -# p4p target server (default: perforce:1666) -# -PERFORCE_PROXY_TARGET="@PERFORCE_TARGET@" - -# -# p4d options (see man p4d) -# -PERFORCE_OPTIONS="-d -p $PERFORCE_PORT -v server=1 -L @PERFORCE_LOGS@/p4d.log" - -# -# Uncomment this line to have the server started automatically -# -#PERFORCE_START=yes - -# -# p4ftpd options (see p4ftpd -h) -# -PERFORCE_FTPD_OPTIONS="-d -p $PERFORCE_PORT -v server=1 -L @PERFORCE_LOGS@/p4ftpd.log" - -# -# Uncomment this line to have the server started automatically -# -#PERFORCE_FTPD_START=yes - -# -# p4p options (see p4p -h) -# -PERFORCE_PROXY_OPTIONS="-d -p $PERFORCE_PORT -t $PERFORCE_PROXY_TARGET -r $PERFORCE_PROXY_CACHE -v server=1 -L @PERFORCE_LOGS@/p4p.log" - -# -# Uncomment this line to have the proxy server started automatically -# -#PERFORCE_PROXY_START=yes diff --git a/devel/p4web/files/perforce.sh.in b/devel/p4web/files/perforce.sh.in deleted file mode 100644 index e32da8484282..000000000000 --- a/devel/p4web/files/perforce.sh.in +++ /dev/null @@ -1,53 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -p4d=@PREFIX@/sbin/p4d -p4ftpd=@PREFIX@/sbin/p4ftpd -p4p=@PREFIX@/sbin/p4p - -case $1 in -start) - [ -f @PREFIX@/etc/perforce.conf ] && . @PREFIX@/etc/perforce.conf - if [ -x $p4d -a x$PERFORCE_START = xyes ]; then - echo -n ' p4d' - su -fm $PERFORCE_USER -c "$p4d -r $PERFORCE_ROOT $PERFORCE_OPTIONS" - fi - if [ -x $p4ftpd -a x$PERFORCE_FTPD_START = xyes ]; then - echo -n ' p4ftpd' - $p4ftpd $PERFORCE_FTPD_OPTIONS - fi - if [ -x $p4p -a x$PERFORCE_PROXY_START = xyes ]; then - echo -n ' p4p' - $p4p $PERFORCE_PROXY_OPTIONS - fi - - ;; -stop) - [ -f @PREFIX@/etc/perforce.conf ] && . @PREFIX@/etc/perforce.conf - if [ -x $p4ftpd ]; then - killall -u 0 p4ftpd >/dev/null 2>&1 && echo -n ' p4ftpd' - fi - if [ -x $p4d ]; then - killall -u $PERFORCE_USER p4d >/dev/null 2>&1 && echo -n ' p4d' - fi - if [ -x $p4p ]; then - killall -u 0 p4p > /dev/null 2>&1 && echo -n ' p4p' - fi - ;; -restart) - $0 stop - sleep 1 - $0 start - ;; -checkpoint) - [ -f @PREFIX@/etc/perforce.conf ] && . @PREFIX@/etc/perforce.conf - if [ -x $p4d -a x$PERFORCE_START = xyes ]; then - su -fm $PERFORCE_USER -c "$p4d -r $PERFORCE_ROOT -jc" - fi - ;; -*) - echo "usage: $0 {start|stop|restart|checkpoint}" - exit 64 - ;; -esac diff --git a/devel/p4web/pkg-descr b/devel/p4web/pkg-descr deleted file mode 100644 index e6d35851b44b..000000000000 --- a/devel/p4web/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Perforce is a commercial revision control system that can be used -gratis for developing free software. (see the WWW page for details). - -WWW: http://www.perforce.com/ diff --git a/devel/p4web/pkg-install b/devel/p4web/pkg-install deleted file mode 100644 index 88b4d17472f4..000000000000 --- a/devel/p4web/pkg-install +++ /dev/null @@ -1,51 +0,0 @@ -#! /bin/sh -# -# $FreeBSD$ - -PATH=/bin:/usr/sbin - -PERFORCE_USER=${PERFORCE_USER:-p4admin} -PERFORCE_UID=${PERFORCE_UID:-94} -PERFORCE_GROUP=${PERFORCE_GROUP:-p4admin} -PERFORCE_GID=${PERFORCE_GID:-94} -PERFORCE_HOME=${PERFORCE_HOME:-$PKG_PREFIX/perforce} -PERFORCE_LOGDIR=${PERFORCE_LOGDIR:-$PERFORCE_HOME/log} -PERFORCE_ROOT=${PERFORCE_ROOT:-$PERFORCE_HOME/root} - -case $2 in -PRE-INSTALL) - USER=${PERFORCE_USER} - GROUP=${PERFORCE_GROUP} - UID=${PERFORCE_UID} - GID=${PERFORCE_GID} - - if pw group show "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if pw groupadd ${GROUP} -g ${GID}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi - fi - - if pw user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -d ${PERFORCE_HOME} -c "Perforce admin" -s /sbin/nologin - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi - fi - - if [ ! -d $PERFORCE_HOME ] ; then - mkdir -p $PERFORCE_HOME $PERFORCE_LOGS $PERFORCE_ROOT - chown -R $USER:$GROUP $PERFORCE_HOME - fi - ;; -esac diff --git a/devel/p4web/pkg-plist b/devel/p4web/pkg-plist deleted file mode 100644 index 31e0893152cc..000000000000 --- a/devel/p4web/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -@unexec if cmp -s %D/etc/perforce.conf %D/etc/perforce.conf.default; then rm -f %D/etc/perforce.conf; fi -etc/perforce.conf.default -@exec [ ! -f %B/perforce.conf ] && cp -p %B/%f %B/perforce.conf || true -etc/rc.d/perforce.sh diff --git a/devel/p5-PathTools/Makefile b/devel/p5-PathTools/Makefile deleted file mode 100644 index 2f726f2d96e7..000000000000 --- a/devel/p5-PathTools/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: p5-File-Spec -# Date created: November 22, 2000 -# Whom: Donald Burr <dburr@FreeBSD.ORG> -# -# $FreeBSD$ -# - -PORTNAME= File-Spec -PORTVERSION= 0.90 -CATEGORIES= devel perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= File -PKGNAMEPREFIX= p5- - -MAINTAINER= dburr@FreeBSD.ORG -COMMENT= A Perl module for portably manipulating file specifications - -PERL_CONFIGURE= yes -CONFIGURE_ARGS+= INSTALLDIRS='site' - -MAN3= File::Spec.3 \ - File::Spec::Cygwin.3 \ - File::Spec::Epoc.3 \ - File::Spec::Functions.3 \ - File::Spec::Mac.3 \ - File::Spec::OS2.3 \ - File::Spec::Unix.3 \ - File::Spec::VMS.3 \ - File::Spec::Win32.3 - -.include <bsd.port.mk> diff --git a/devel/p5-PathTools/distinfo b/devel/p5-PathTools/distinfo deleted file mode 100644 index 8f8e7e29e368..000000000000 --- a/devel/p5-PathTools/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (File-Spec-0.90.tar.gz) = 7b8d2c4db438ded45f78f79ee7562909 -SIZE (File-Spec-0.90.tar.gz) = 33064 diff --git a/devel/p5-PathTools/pkg-descr b/devel/p5-PathTools/pkg-descr deleted file mode 100644 index 3dd8fae8a883..000000000000 --- a/devel/p5-PathTools/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This module is designed to support operations commonly performed on file -specifications (usually called "file names", but not to be confused with -the contents of a file, or Perl's file handles), such as concatenating -several directory and file names into a single path, or determining -whether a path is rooted. - -WWW: http://search.cpan.org/dist/File-Spec/ diff --git a/devel/p5-PathTools/pkg-plist b/devel/p5-PathTools/pkg-plist deleted file mode 100644 index b17a359e3dbe..000000000000 --- a/devel/p5-PathTools/pkg-plist +++ /dev/null @@ -1,14 +0,0 @@ -%%SITE_PERL%%/File/Spec.pm -%%SITE_PERL%%/File/Spec/Cygwin.pm -%%SITE_PERL%%/File/Spec/Epoc.pm -%%SITE_PERL%%/File/Spec/Functions.pm -%%SITE_PERL%%/File/Spec/Mac.pm -%%SITE_PERL%%/File/Spec/OS2.pm -%%SITE_PERL%%/File/Spec/Unix.pm -%%SITE_PERL%%/File/Spec/VMS.pm -%%SITE_PERL%%/File/Spec/Win32.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Spec/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Spec -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/File 2>/dev/null || true -@dirrm %%SITE_PERL%%/File/Spec -@unexec rmdir %D/%%SITE_PERL%%/File 2>/dev/null || true diff --git a/devel/p5-subversion/Makefile b/devel/p5-subversion/Makefile deleted file mode 100644 index 564b68ac146c..000000000000 --- a/devel/p5-subversion/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# New ports collection makefile for: subversion-perl -# Date Created: 6 February 2004 -# Whom: Autrijus Tang <autrijus@autrijus.org> -# -# $FreeBSD$ -# - -PKGNAMESUFFIX= -perl - -MAINTAINER= autrijus@autrijus.org -COMMENT= Version control system with Perl bindings - -MASTERDIR= ${.CURDIR}/../../devel/subversion -PKGDIR= ${.CURDIR} -PLIST= ${MASTERDIR}/pkg-plist - -WITH_PERL= yes - -.include "${MASTERDIR}/Makefile" diff --git a/devel/p5-subversion/pkg-descr b/devel/p5-subversion/pkg-descr deleted file mode 100644 index f74d965fcca0..000000000000 --- a/devel/p5-subversion/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Subversion is a version control system designed to be as similar to cvs(1) -as possible, while fixing many outstanding problems with cvs(1). - -This slave port adds Perl bindings to Subversion. - -WWW: http://subversion.tigris.org/ diff --git a/devel/pear-HTML_QuickForm2/Makefile b/devel/pear-HTML_QuickForm2/Makefile deleted file mode 100644 index 360f3ac906f4..000000000000 --- a/devel/pear-HTML_QuickForm2/Makefile +++ /dev/null @@ -1,54 +0,0 @@ -# Ports collection makefile for: pear-HTML_QuickForm -# Date created: 30 March 2004 -# Whom: Gerrit Beine (<gerrit@beine-computer.de>) -# -# $FreeBSD$ -# - -PORTNAME= HTML_QuickForm -PORTVERSION= 3.2.4.1 -CATEGORIES= devel www pear -DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(.)$/pl\1/} - -MAINTAINER= tux@pinguru.net -COMMENT= Provide methods for creating, validating and processing HTML forms - -BUILD_DEPENDS= ${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common -RUN_DEPENDS= ${BUILD_DEPENDS} - -CATEGORY= HTML -FILES= QuickForm.php \ - QuickForm/advcheckbox.php QuickForm/autocomplete.php QuickForm/button.php \ - QuickForm/checkbox.php QuickForm/date.php QuickForm/element.php \ - QuickForm/file.php QuickForm/group.php QuickForm/header.php \ - QuickForm/hidden.php QuickForm/hiddenselect.php QuickForm/hierselect.php \ - QuickForm/html.php QuickForm/image.php QuickForm/input.php \ - QuickForm/link.php QuickForm/password.php QuickForm/radio.php \ - QuickForm/reset.php QuickForm/select.php QuickForm/static.php \ - QuickForm/submit.php QuickForm/text.php QuickForm/textarea.php \ - QuickForm/xbutton.php \ - QuickForm/Renderer.php QuickForm/Rule.php QuickForm/RuleRegistry.php \ - QuickForm/Renderer/Array.php QuickForm/Renderer/ArraySmarty.php \ - QuickForm/Renderer/Default.php \ - QuickForm/Renderer/ITDynamic.php QuickForm/Renderer/ITStatic.php \ - QuickForm/Renderer/Object.php \ - QuickForm/Renderer/ObjectFlexy.php QuickForm/Renderer/QuickHtml.php \ - QuickForm/Rule/Callback.php QuickForm/Rule/Compare.php QuickForm/Rule/Email.php \ - QuickForm/Rule/Range.php QuickForm/Rule/Regex.php QuickForm/Rule/Required.php -DOCS= elements.php filters.php formrule.php groups.php rules-builtin.php rules-custom.php \ - renderers/FlexyDynamic_example.php renderers/FlexyStatic_example.php \ - renderers/ITDynamic_example.php renderers/ITDynamic_example2.php \ - renderers/ITStatic_example.php renderers/QuickHtml_example.php \ - renderers/SmartyDynamic_example.php renderers/SmartyStatic_example.php \ - renderers/multiple-labels.php renderers/templates/it-dynamic-2.html \ - renderers/templates/it-dynamic.html renderers/templates/it-static.html \ - renderers/templates/smarty-dynamic-fancygroup.tpl \ - renderers/templates/smarty-dynamic-green.tpl renderers/templates/smarty-dynamic.tpl \ - renderers/templates/smarty-static.tpl renderers/templates/html.html \ - renderers/templates/flexy-dynamic.html renderers/templates/flexy-static.html \ - renderers/templates/label.html renderers/templates/styles/green.html \ - renderers/templates/styles/fancygroup.html - -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" -.include <bsd.port.post.mk> diff --git a/devel/pear-HTML_QuickForm2/distinfo b/devel/pear-HTML_QuickForm2/distinfo deleted file mode 100644 index d8fa47e95f2a..000000000000 --- a/devel/pear-HTML_QuickForm2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (PEAR/HTML_QuickForm-3.2.4pl1.tgz) = 61ade243f1810bdec641c70d16ae314e -SIZE (PEAR/HTML_QuickForm-3.2.4pl1.tgz) = 93144 diff --git a/devel/pear-HTML_QuickForm2/pkg-descr b/devel/pear-HTML_QuickForm2/pkg-descr deleted file mode 100644 index 8eb368c94cf6..000000000000 --- a/devel/pear-HTML_QuickForm2/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -The HTML_QuickForm package provides methods for dynamically create, validate -and render HTML forms. - -Features: -* More than 20 ready-to-use form elements. -* XHTML compliant generated code. -* Numerous mixable and extendable validation rules. -* Automatic server-side validation and filtering. -* On request javascript code generation for client-side validation. -* File uploads support. -* Total customization of form rendering. -* Support for external template engines (ITX, Sigma, Flexy, Smarty). -* Pluggable elements, rules and renderers extensions. - -WWW: http://pear.php.net/package/HTML_QuickForm diff --git a/devel/pear-PHPUnit3/Makefile b/devel/pear-PHPUnit3/Makefile deleted file mode 100644 index 0028275eba7a..000000000000 --- a/devel/pear-PHPUnit3/Makefile +++ /dev/null @@ -1,89 +0,0 @@ -# Ports collection makefile for: pear-PHPUnit2 -# Date created: 09 September 2004 -# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) -# -# $FreeBSD$ -# - -PORTNAME= PHPUnit2 -PORTVERSION= 2.2.0 -CATEGORIES= devel www pear -DISTNAME= ${PORTNAME}-${PORTVERSION}beta1 - -MAINTAINER= antonio@php.net -COMMENT= Regression testing framework for unit tests - -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR -RUN_DEPENDS= ${BUILD_DEPENDS} - -LATEST_LINK= pear-PHPUnit2 -OPTIONS= PEAR_BENCHMARK "PEAR::Benchmark support" on \ - PEAR_LOG "PEAR::Log support" off - -NO_PACKAGE= Conflicting dependences between PHP4 and PHP5 - -USE_PHP= yes -DEFAULT_PHP_VER=5 -BROKEN_WITH_PHP=4 - -USE_REINPLACE= yes - -CATEGORY= PHPUnit2 -FILES= Extensions/CodeCoverage/Renderer/HTML.php \ - Extensions/CodeCoverage/Renderer/Text.php \ - Extensions/CodeCoverage/Renderer.php Extensions/Log/PEAR.php \ - Extensions/Log/XML.php Extensions/TestDox/ResultPrinter/HTML.php \ - Extensions/TestDox/ResultPrinter/Text.php \ - Extensions/TestDox/NamePrettifier.php \ - Extensions/TestDox/ResultPrinter.php \ - Extensions/ExceptionTestCase.php Extensions/PerformanceTestCase.php \ - Extensions/RepeatedTest.php Extensions/TestDecorator.php \ - Extensions/TestSetup.php Framework/Assert.php \ - Framework/AssertionFailedError.php Framework/Error.php \ - Framework/ComparisonFailure.php Framework/IncompleteTest.php \ - Framework/IncompleteTestError.php Framework/Test.php \ - Framework/TestCase.php Framework/TestFailure.php \ - Framework/TestListener.php Framework/TestResult.php \ - Framework/TestSuite.php Framework/Warning.php \ - Runner/BaseTestRunner.php Runner/IncludePathTestCollector.php \ - Runner/StandardTestSuiteLoader.php Runner/TestCollector.php \ - Runner/TestRunListener.php Runner/TestSuiteLoader.php \ - Runner/Version.php Tests/Framework/AllTests.php \ - Tests/Framework/AssertTest.php Tests/Framework/ComparisonFailureTest.php \ - Tests/Framework/SuiteTest.php Tests/Framework/TestCaseTest.php \ - Tests/Framework/TestImplementorTest.php \ - Tests/Framework/TestListenerTest.php Tests/Extensions/TestDox/AllTests.php \ - Tests/Extensions/TestDox/NamePrettifierTest.php \ - Tests/Extensions/AllTests.php Tests/Extensions/ExceptionTestCaseTest.php \ - Tests/Extensions/ExtensionTest.php \ - Tests/Extensions/PerformanceTestCaseTest.php \ - Tests/Extensions/RepeatedTestTest.php Tests/Runner/AllTests.php \ - Tests/Runner/BaseTestRunnerTest.php Tests/AllTests.php \ - Tests/DoubleTestCase.php Tests/Error.php Tests/Failure.php \ - Tests/InheritedTestCase.php Tests/MockRunner.php Tests/NoArgTestCaseTest.php \ - Tests/NonStatic.php Tests/NoTestCaseClass.php Tests/NoTestCases.php \ - Tests/NotPublicTestCase.php Tests/NotVoidTestCase.php Tests/OneTestCase.php \ - Tests/OverrideTestCase.php Tests/SetupFailure.php Tests/Sleep.php \ - Tests/Success.php Tests/TearDownFailure.php Tests/ThrowExceptionTestCase.php \ - Tests/ThrowNoExceptionTestCase.php Tests/TornDown.php Tests/TornDown2.php \ - Tests/TornDown3.php Tests/TornDown4.php Tests/TornDown5.php Tests/WasRun.php \ - TextUI/ResultPrinter.php TextUI/TestRunner.php Util/Filter.php \ - Util/Printer.php Util/Skeleton.php -SCRIPTFILES= phpunit - -.include <bsd.port.pre.mk> - -.if !defined(WITHOUT_PEAR_BENCHMARK) -BUILD_DEPENDS+= ${PEARDIR}/Benchmark/Timer.php:${PORTSDIR}/benchmarks/pear-Benchmark -.endif - -.if defined(WITH_PEAR_LOG) -BUILD_DEPENDS+= ${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log -.endif - -.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" - -post-patch: - @${REINPLACE_CMD} -e "s|@version@|${PORTVERSION}|" ${WRKSRC}/Runner/Version.php - -.include <bsd.port.post.mk> diff --git a/devel/pear-PHPUnit3/distinfo b/devel/pear-PHPUnit3/distinfo deleted file mode 100644 index 22c9e46d6fa4..000000000000 --- a/devel/pear-PHPUnit3/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (PEAR/PHPUnit2-2.2.0beta1.tgz) = fce35d5b9370920d707c9f7067c86114 -SIZE (PEAR/PHPUnit2-2.2.0beta1.tgz) = 38330 diff --git a/devel/pear-PHPUnit3/pkg-descr b/devel/pear-PHPUnit3/pkg-descr deleted file mode 100644 index 2cd6120a72d6..000000000000 --- a/devel/pear-PHPUnit3/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -PHPUnit is a regression testing framework used by the developer -who implements unit tests in PHP. It is based upon JUnit, which -can be found at http://www.junit.org/. - -WWW: http://pear.php.net/package/PHPUnit2/ diff --git a/devel/php-dbg2/Makefile b/devel/php-dbg2/Makefile deleted file mode 100644 index 3a0cab42471d..000000000000 --- a/devel/php-dbg2/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: dbg_php4 -# Date created: Sun Jan 26 20:47:49 GMT 2003 -# Whom: Jens Rehsack <rehsack@liwing.de> -# -# $FreeBSD$ -# - -PORTNAME= dbg -PORTVERSION= 2.11.30 -CATEGORIES= devel -MASTER_SITES= http://dd.cron.ru/dbg/dnld/ -PKGNAMEPREFIX= php- -DISTNAME= ${PORTNAME}-${PORTVERSION}-src - -MAINTAINER= rehsack@liwing.de -COMMENT= Debugger for PHP4 - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_PHP= yes -USE_PHPIZE= yes -CONFIGURE_ARGS= --enable-dbg=shared --with-dbg-profiler -#CONFIGURE_ENV= with_dbg_trace=1 -PKGMESSAGE= ${WRKDIR}/pkg-message - -post-build: - @${SED} "s|%%PREFIX%%|${PREFIX}|g;s|%%PHP_EXT_DIR%%|${PHP_EXT_DIR}|g" \ - ${.CURDIR}/pkg-message > ${PKGMESSAGE} - -do-install: - @${MKDIR} ${PREFIX}/lib/php/${PHP_EXT_DIR} - @${INSTALL_DATA} ${WRKSRC}/modules/dbg.so \ - ${PREFIX}/lib/php/${PHP_EXT_DIR} - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/devel/php-dbg2/distinfo b/devel/php-dbg2/distinfo deleted file mode 100644 index 351efa639f3d..000000000000 --- a/devel/php-dbg2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (dbg-2.11.30-src.tar.gz) = a148221edf3d39bfe4af25ebbe7d5fbd -SIZE (dbg-2.11.30-src.tar.gz) = 39409 diff --git a/devel/php-dbg2/pkg-descr b/devel/php-dbg2/pkg-descr deleted file mode 100644 index b3e997fbe21d..000000000000 --- a/devel/php-dbg2/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -The DBG Php Debugger is a comprehensive software tool that helps you -debugging your php scripts. - -WWW: http://dd.cron.ru/dbg/ diff --git a/devel/php-dbg2/pkg-message b/devel/php-dbg2/pkg-message deleted file mode 100644 index 4dc33b88f56d..000000000000 --- a/devel/php-dbg2/pkg-message +++ /dev/null @@ -1,25 +0,0 @@ -***************************************************************************** -This product includes DBG PHP Debugger, Copyright(C) 1999, 2000, 2001, -2002 Nusphere Corporation, http://www.nusphere.com/dbg - -The php debugger has been installed successful. -Add a line containing - - extension=dbg.so - -to your %%LOCALBASE%%/etc/php/extensions.ini to load it. -If you have the Zend Optimizer installed, add the line - - zend_extension=%%PREFIX%%/lib/php/%%PHP_EXT_DIR%%/dbg.so - -to your [zend] section in the php.ini file, too. -Add following section to enable/disable whatever you need from the debugger: - - [Debugger] - debugger.enabled=on - debugger.profiler_enabled=on - debugger.enable_session_cookie=on - debugger.JIT_enabled=on - debugger.JIT_port=7869 - -***************************************************************************** diff --git a/devel/php-dbg2/pkg-plist b/devel/php-dbg2/pkg-plist deleted file mode 100644 index b49ec0b6ccab..000000000000 --- a/devel/php-dbg2/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -lib/php/%%PHP_EXT_DIR%%/dbg.so -@unexec rmdir %D/lib/php/%%PHP_EXT_DIR%% 2>/dev/null || true diff --git a/devel/physfs-devel/Makefile b/devel/physfs-devel/Makefile deleted file mode 100644 index 3a8d7340bf33..000000000000 --- a/devel/physfs-devel/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# New ports collection makefile for: physfs -# Date Created: 26 July 2003 -# Whom: Oliver Lehmann <oliver@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= physfs -PORTVERSION= 1.0.0 -PORTREVISION= 0 -CATEGORIES= devel -MASTER_SITES= http://icculus.org/${PORTNAME}/downloads/ - -MAINTAINER= oliver@FreeBSD.org -COMMENT= A library to provide abstract access to various archives - -USE_GNOME= gnometarget -USE_INC_LIBTOOL_VER= 13 -INSTALLS_SHLIB= yes - -.include <bsd.port.mk> diff --git a/devel/physfs-devel/distinfo b/devel/physfs-devel/distinfo deleted file mode 100644 index 98665e9fb2fc..000000000000 --- a/devel/physfs-devel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (physfs-1.0.0.tar.gz) = d02a8543a95d0550490cf4f96e0ddebf -SIZE (physfs-1.0.0.tar.gz) = 511883 diff --git a/devel/physfs-devel/files/patch-configure b/devel/physfs-devel/files/patch-configure deleted file mode 100644 index 4647a1c1a52e..000000000000 --- a/devel/physfs-devel/files/patch-configure +++ /dev/null @@ -1,19 +0,0 @@ ---- configure.orig Sat Sep 13 11:29:31 2003 -+++ configure Mon Sep 29 18:37:43 2003 -@@ -7357,6 +7357,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -7420,7 +7421,7 @@ - EOF - - else -- PHYSFSCFLAGS="-O2" -+ PHYSFSCFLAGS="" - - cat >>confdefs.h <<\EOF - #define NDEBUG 1 diff --git a/devel/physfs-devel/pkg-descr b/devel/physfs-devel/pkg-descr deleted file mode 100644 index c1e07bc80f7d..000000000000 --- a/devel/physfs-devel/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -PhysicsFS is a library to provide abstract access to various archives. -It is intended for use in video games, and the design was somewhat -inspired by Quake 3's file subsystem. The programmer defines a "write -directory" on the physical filesystem. No file writing done through the -PhysicsFS API can leave that write directory, for security. For example, -an embedded scripting language cannot write outside of this path if it -uses PhysFS for all of its I/O, which means that untrusted scripts can -run more safely. Symbolic links can be disabled as well, for added -safety. For file reading, the programmer lists directories and archives -that form a "search path". Once the search path is defined, it becomes -a single, transparent hierarchical filesystem. This makes for easy -access to ZIP files in the same way as you access a file directly on the -disk, and it makes it easy to ship a new archive that will override a -previous archive on a per-file basis. Finally, PhysicsFS gives you -platform-abstracted means to determine if CD-ROMs are available, the -user's home directory, where in the real filesystem your program is -running, etc. - -WWW: http://icculus.org/physfs/ diff --git a/devel/physfs-devel/pkg-plist b/devel/physfs-devel/pkg-plist deleted file mode 100644 index e553d55361ad..000000000000 --- a/devel/physfs-devel/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -bin/test_physfs -include/physfs.h -lib/libphysfs-1.0.so.0 -lib/libphysfs.so -lib/libphysfs.a diff --git a/devel/pkg-config/Makefile b/devel/pkg-config/Makefile deleted file mode 100644 index 67d682b91141..000000000000 --- a/devel/pkg-config/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: pkgconfig -# Date created: 30 April 2001 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= pkgconfig -PORTVERSION= 0.15.0 -PORTREVISION= 1 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.15 -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A utility used to retrieve information about installed libraries - -USE_BZIP2= yes -USE_GMAKE= yes -USE_LIBTOOL_VER= 13 -LIBTOOLFILES= glib-1.2.8/configure -LIBTOOLFLAGS= --disable-ltlibs \ - --disable-shared -CONFIGURE_ARGS= --disable-threads -MAKE_ENV= PKGCONF_BUILD=yes - -MAN1= pkg-config.1 - -post-install: - ${MKDIR} ${PREFIX}/libdata/pkgconfig - -.include <bsd.port.mk> diff --git a/devel/pkg-config/distinfo b/devel/pkg-config/distinfo deleted file mode 100644 index 3bb73d9ed973..000000000000 --- a/devel/pkg-config/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/pkgconfig-0.15.0.tar.bz2) = 8e3f44717a76069fcc8fdae9c252369b -SIZE (gnome2/pkgconfig-0.15.0.tar.bz2) = 490351 diff --git a/devel/pkg-config/files/patch-Makefile.in b/devel/pkg-config/files/patch-Makefile.in deleted file mode 100644 index c0e58c620757..000000000000 --- a/devel/pkg-config/files/patch-Makefile.in +++ /dev/null @@ -1,23 +0,0 @@ - -$FreeBSD$ - ---- Makefile.in.orig Sun Feb 3 20:23:27 2002 -+++ Makefile.in Thu Feb 7 11:46:04 2002 -@@ -35,7 +35,7 @@ - DESTDIR = - - pkgdatadir = $(datadir)/@PACKAGE@ --pkglibdir = $(libdir)/@PACKAGE@ -+pkglibdir = $(prefix)/libdata/@PACKAGE@ - pkgincludedir = $(includedir)/@PACKAGE@ - - top_builddir = . -@@ -91,7 +91,7 @@ - - bin_PROGRAMS = pkg-config - --INCLUDES = -DPKGLIBDIR="\"$(pkglibdir)\"" $(included_glib_includes) -+INCLUDES = -DPKGLIBDIR="\"$(pkglibdir)\"" -DXPKGLIBDIR="\"$(X11BASE)/libdata/@PACKAGE@\"" -DLPKGLIBDIR="\"$(LOCALBASE)/libdata/@PACKAGE@\"" $(included_glib_includes) - - pkg_config_SOURCES = \ - pkg.h \ diff --git a/devel/pkg-config/files/patch-glib-1.2.8::Makefile.in b/devel/pkg-config/files/patch-glib-1.2.8::Makefile.in deleted file mode 100644 index f789c923658a..000000000000 --- a/devel/pkg-config/files/patch-glib-1.2.8::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- glib-1.2.8/Makefile.in.orig Thu Jul 12 03:45:31 2001 -+++ glib-1.2.8/Makefile.in Wed Aug 1 10:42:44 2001 -@@ -501,7 +501,7 @@ - - install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am --install: install-recursive -+install: - uninstall-am: - uninstall: uninstall-recursive - all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(DATA) \ diff --git a/devel/pkg-config/files/patch-ltmain.sh b/devel/pkg-config/files/patch-ltmain.sh deleted file mode 100644 index 98cb05e4ddb3..000000000000 --- a/devel/pkg-config/files/patch-ltmain.sh +++ /dev/null @@ -1,28 +0,0 @@ - -$FreeBSD$ - ---- ltmain.sh 2001/08/27 09:51:26 1.1 -+++ ltmain.sh 2001/08/27 09:51:42 -@@ -2408,6 +2408,9 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Add libc to deplibs on all other systems if necessary. - if test "$build_libtool_need_lc" = "yes"; then -@@ -4175,10 +4178,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/devel/pkg-config/files/patch-parse.c b/devel/pkg-config/files/patch-parse.c deleted file mode 100644 index b591663c5709..000000000000 --- a/devel/pkg-config/files/patch-parse.c +++ /dev/null @@ -1,34 +0,0 @@ - -$FreeBSD$ - ---- parse.c 2001/08/01 07:24:17 1.1 -+++ parse.c 2001/08/01 07:25:02 -@@ -952,9 +952,9 @@ - { - char *output; - -- debug_spew ("Calling glib-config\n"); -+ debug_spew ("Calling glib12-config\n"); - -- pkg->version = backticks ("glib-config --version"); -+ pkg->version = backticks ("glib12-config --version"); - if (pkg->version == NULL) - { - g_free (pkg); -@@ -965,12 +965,12 @@ - pkg->key = g_strdup ("glib"); - pkg->description = g_strdup ("C Utility Library"); - -- output = backticks ("glib-config --libs"); -- parse_libs (pkg, output, "glib-config"); -+ output = backticks ("glib12-config --libs"); -+ parse_libs (pkg, output, "glib12-config"); - g_free (output); - -- output = backticks ("glib-config --cflags"); -- parse_cflags (pkg, output, "glib-config"); -+ output = backticks ("glib12-config --cflags"); -+ parse_cflags (pkg, output, "glib12-config"); - g_free (output); - - return pkg; diff --git a/devel/pkg-config/files/patch-pkg.c b/devel/pkg-config/files/patch-pkg.c deleted file mode 100644 index f928ebc29910..000000000000 --- a/devel/pkg-config/files/patch-pkg.c +++ /dev/null @@ -1,32 +0,0 @@ ---- pkg.c.orig Thu Jan 16 16:07:09 2003 -+++ pkg.c Wed Jan 22 18:11:41 2003 -@@ -113,7 +113,7 @@ - * locations, ignoring duplicates - */ - static void --scan_dir (const char *dirname) -+scan_dir (const char *dirname, void *quiet) - { - DIR *dir; - struct dirent *dent; -@@ -133,7 +133,8 @@ - free (dirname_copy); - if (!dir) - { -- debug_spew ("Cannot open directory '%s' in package search path: %s\n", -+ if (!quiet) -+ debug_spew ("Cannot open directory '%s' in package search path: %s\n", - dirname, g_strerror (errno)); - return; - } -@@ -202,7 +203,9 @@ - path_positions = g_hash_table_new (g_str_hash, g_str_equal); - - g_slist_foreach (search_dirs, (GFunc)scan_dir, NULL); -- scan_dir (pkglibdir); -+ scan_dir (pkglibdir, (void *)0); -+ scan_dir (XPKGLIBDIR, (void *)1); -+ scan_dir (LPKGLIBDIR, (void *)1); - } - } - diff --git a/devel/pkg-config/pkg-descr b/devel/pkg-config/pkg-descr deleted file mode 100644 index afd75d04435b..000000000000 --- a/devel/pkg-config/pkg-descr +++ /dev/null @@ -1,18 +0,0 @@ -The pkg-config program is used to retrieve information about installed -libraries in the system. It is typically used to compile and link against one -or more libraries. - -pkg-config retrieves information about packages from special metadata files. -These files are named after the package, with the extension .pc. By default, -pkg-config looks in the following directories: ${PREFIX}/libdata/pkgconfig, -${LOCALBASE}/libdata/pkgconfig and ${X11BASE}/libdata/pkgconfig for these -files; it will also look in the list of directories specified by the -PKG_CONFIG_PATH environment variable. - -The package name specified on the pkg-config command line is defined to be the -name of the metadata file, minus the .pc extension. If a library can install -multiple versions simultaneously, it must give each version its own name (for -example, GTK 1.2 might have the package name "gtk+" while GTK 2.0 has -"gtk+-2.0"). - -WWW: http://www.freedesktop.org/wiki/Software_2fpkgconfig diff --git a/devel/pkg-config/pkg-plist b/devel/pkg-config/pkg-plist deleted file mode 100644 index 1817d372156b..000000000000 --- a/devel/pkg-config/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -@exec mkdir -p %D/libdata/pkgconfig -bin/pkg-config -share/aclocal/pkg.m4 -@comment The files in these directories should only be removed if you -@comment remove the complete GNOME installation. If this is only an -@comment upgrade, don't throw them out! -@unexec echo "If you are only upgrading, do not remove %D/libdata/pkgconfig" -@unexec rmdir %D/libdata/pkgconfig 2>/dev/null || true diff --git a/devel/prepstools/Makefile b/devel/prepstools/Makefile deleted file mode 100644 index 9dd09f9a921a..000000000000 --- a/devel/prepstools/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: libpreps -# Date created: Fri Mar 19 14:27:30 EET 2004 -# Whom: shadow@psoft.net -# -# $FreeBSD$ -# - -PORTNAME= libpreps -PORTVERSION= 1.6.6 -CATEGORIES= devel -MASTER_SITES= http://webpages.charter.net/stuffle/linux/preps/ -DIST_SUBDIR= prep - -MAINTAINER= shadow@psoft.net -COMMENT= Problem reporting system - -LIB_DEPENDS= pq.3:${PORTSDIR}/databases/postgresql7 - -CONFLICTS= libpreps-devel-1.9.* - -USE_GMAKE= yes -USE_REINPLACE= yes -USE_GNOME= glib12 -USE_INC_LIBTOOL_VER=13 - -GNU_CONFIGURE= yes -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS+=--with-pgsqldir=${LOCALBASE} --with-plpgsqldir=${LOCALBASE} - -INSTALLS_SHLIB= yes - -.if defined(WITHOUT_SERVER) -CONFIGURE_ARGS+=--disable-server -PKGNAMESUFFIX= -client -PLIST_SUB+= SERVER="@comment " -.else -MAN1= create_prepsdb.1 update_prepsdb.1 -PLIST_SUB+= SERVER="" -.endif - -.include <bsd.port.mk> diff --git a/devel/prepstools/distinfo b/devel/prepstools/distinfo deleted file mode 100644 index 9516186e59ff..000000000000 --- a/devel/prepstools/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (prep/libpreps-1.6.6.tar.gz) = 032d91f81221dc5d2ef4e29cfffaf262 -SIZE (prep/libpreps-1.6.6.tar.gz) = 346547 diff --git a/devel/prepstools/files/patch-configure b/devel/prepstools/files/patch-configure deleted file mode 100644 index de4853a0d369..000000000000 --- a/devel/prepstools/files/patch-configure +++ /dev/null @@ -1,29 +0,0 @@ ---- configure.orig Fri Mar 19 13:07:52 2004 -+++ configure Fri Mar 19 13:45:16 2004 -@@ -9978,7 +9978,7 @@ - if test "x$pgheaderfound" = xno; then - echo "$as_me:$LINENO: checking Alternate Locations for postgres.h" >&5 - echo $ECHO_N "checking Alternate Locations for postgres.h... $ECHO_C" >&6 -- pgserv_incdirs="$ac_pgsql_dir/include /usr/include/pgsql /usr/include/postgresql /opt/postgres/include" -+ pgserv_incdirs="$ac_pgsql_dir/include/postgresql/server /usr/include/pgsql /usr/include/postgresql /opt/postgres/include" - - pgserv_incdir=NO - for i in $pgserv_incdirs; -@@ -10021,7 +10021,7 @@ - fi - echo "$as_me:$LINENO: result: yes" >&5 - echo "${ECHO_T}yes" >&6 -- PG_CFLAGS="-I$pgserv_incdir $PG_CFLAGS" -+ PG_CFLAGS="-I$pgserv_incdir -I$pgserv_incdir/server $PG_CFLAGS" - else - - cat >>confdefs.h <<\_ACEOF -@@ -10032,7 +10032,7 @@ - - echo "$as_me:$LINENO: checking for PL/pgSQL" >&5 - echo $ECHO_N "checking for PL/pgSQL... $ECHO_C" >&6 -- plpgsql_dirs="$ac_plpgsql_dir/lib /usr/lib/pgsql /usr/lib /usr/local/lib /opt/postgres/lib" -+ plpgsql_dirs="$ac_plpgsql_dir/lib/postgresql /usr/lib/pgsql /usr/lib /usr/local/lib /opt/postgres/lib" - - plpgsql_dir=NO - for i in $plpgsql_dirs; diff --git a/devel/prepstools/files/patch-nodocs b/devel/prepstools/files/patch-nodocs deleted file mode 100644 index 32c29889cbc5..000000000000 --- a/devel/prepstools/files/patch-nodocs +++ /dev/null @@ -1,12 +0,0 @@ -diff -ur doc.orig/C/Makefile.in doc/C/Makefile.in ---- doc.orig/C/Makefile.in Mon Oct 28 03:50:24 2002 -+++ doc/C/Makefile.in Fri Mar 19 14:05:19 2004 -@@ -108,7 +108,7 @@ - CONFIG_CLEAN_FILES = - DIST_SOURCES = - DIST_COMMON = Makefile.am Makefile.in --all: all-am -+all: - - .SUFFIXES: - $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) diff --git a/devel/prepstools/pkg-descr b/devel/prepstools/pkg-descr deleted file mode 100644 index fa5ca38d1e31..000000000000 --- a/devel/prepstools/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -PRepS is a tool for reporting and tracking problems or tasks. - -It is designed for tracking problems with software, but can also be used for -tracking other types of problems or tasks. Be creative. - -For more information see: -WWW: http://webpages.charter.net/stuffle/linux/preps/preps.html diff --git a/devel/prepstools/pkg-plist b/devel/prepstools/pkg-plist deleted file mode 100644 index 5b98770bf39c..000000000000 --- a/devel/prepstools/pkg-plist +++ /dev/null @@ -1,131 +0,0 @@ -include/preps/audit_trail.h -include/preps/change_log.h -include/preps/gstr_utils.h -include/preps/pr_query.h -include/preps/prj_rpts_html.h -include/preps/prq_utils.h -%%SERVER%%include/preps/sendmsg.h -include/preps/tex_utils.h -include/preps/version.h -lib/libpreps-1.6.so.1 -lib/libpreps-1.6.so -lib/libpreps.a -lib/libpreps.la -lib/libpreps.so - -%%SERVER%%bin/create_prepsdb -%%SERVER%%bin/update_prepsdb - -%%PORTDOCS%%%%SERVER%%share/libpreps/assign.msg -%%PORTDOCS%%%%SERVER%%share/libpreps/create_defdata.in -%%PORTDOCS%%%%SERVER%%share/libpreps/drop_seq.sql -%%PORTDOCS%%%%SERVER%%share/libpreps/final_cleanup.sql -%%PORTDOCS%%%%SERVER%%share/libpreps/new_pr.msg -%%PORTDOCS%%%%SERVER%%share/libpreps/schema.in -%%PORTDOCS%%%%SERVER%%share/libpreps/update.msg -%%PORTDOCS%%share/libpreps/doc/table_layout.fig - -%%PORTDOCS%%share/libpreps/doc/preps-FAQ/a279.html -%%PORTDOCS%%share/libpreps/doc/preps-FAQ/admin.html -%%PORTDOCS%%share/libpreps/doc/preps-FAQ/faqs.html -%%PORTDOCS%%share/libpreps/doc/preps-FAQ/general.html -%%PORTDOCS%%share/libpreps/doc/preps-FAQ/install.html -%%PORTDOCS%%share/libpreps/doc/preps-FAQ/ln12.html -%%PORTDOCS%%share/libpreps/doc/preps-FAQ/trouble.html -%%PORTDOCS%%share/libpreps/doc/preps-FAQ/using.html -%%PORTDOCS%%share/libpreps/doc/preps-FAQ/x289.html -%%PORTDOCS%%share/libpreps/doc/preps-FAQ/x299.html -%%PORTDOCS%%share/libpreps/doc/preps-FAQ/x303.html -%%PORTDOCS%%share/libpreps/doc/preps-FAQ/x309.html -%%PORTDOCS%%share/libpreps/doc/preps-FAQ/x345.html -%%PORTDOCS%%share/libpreps/doc/preps-FAQ/x350.html -%%PORTDOCS%%share/libpreps/doc/preps-FAQ/x354.html -%%PORTDOCS%%share/libpreps/doc/preps-FAQ/x358.html -%%PORTDOCS%%share/libpreps/doc/preps-FAQ/x361.html -%%PORTDOCS%%share/libpreps/doc/preps-FAQ/x364.html -%%PORTDOCS%%share/libpreps/doc/preps-FAQ/x369.html -%%PORTDOCS%%share/libpreps/doc/preps-FAQ/stylesheet-images/caution.gif -%%PORTDOCS%%share/libpreps/doc/preps-FAQ/stylesheet-images/home.gif -%%PORTDOCS%%share/libpreps/doc/preps-FAQ/stylesheet-images/important.gif -%%PORTDOCS%%share/libpreps/doc/preps-FAQ/stylesheet-images/next.gif -%%PORTDOCS%%share/libpreps/doc/preps-FAQ/stylesheet-images/note.gif -%%PORTDOCS%%share/libpreps/doc/preps-FAQ/stylesheet-images/prev.gif -%%PORTDOCS%%share/libpreps/doc/preps-FAQ/stylesheet-images/tip.gif -%%PORTDOCS%%share/libpreps/doc/preps-FAQ/stylesheet-images/toc-blank.gif -%%PORTDOCS%%share/libpreps/doc/preps-FAQ/stylesheet-images/toc-minus.gif -%%PORTDOCS%%share/libpreps/doc/preps-FAQ/stylesheet-images/toc-plus.gif -%%PORTDOCS%%share/libpreps/doc/preps-FAQ/stylesheet-images/up.gif -%%PORTDOCS%%share/libpreps/doc/preps-FAQ/stylesheet-images/warning.gif - -%%PORTDOCS%%share/libpreps/doc/prepsdb-admin-manual/a421.html -%%PORTDOCS%%share/libpreps/doc/prepsdb-admin-manual/building.html -%%PORTDOCS%%share/libpreps/doc/prepsdb-admin-manual/create.html -%%PORTDOCS%%share/libpreps/doc/prepsdb-admin-manual/introduction.html -%%PORTDOCS%%share/libpreps/doc/prepsdb-admin-manual/license.html -%%PORTDOCS%%share/libpreps/doc/prepsdb-admin-manual/ln12.html -%%PORTDOCS%%share/libpreps/doc/prepsdb-admin-manual/manual.html -%%PORTDOCS%%share/libpreps/doc/prepsdb-admin-manual/templates.html -%%PORTDOCS%%share/libpreps/doc/prepsdb-admin-manual/update.html -%%PORTDOCS%%share/libpreps/doc/prepsdb-admin-manual/x276.html -%%PORTDOCS%%share/libpreps/doc/prepsdb-admin-manual/x301.html -%%PORTDOCS%%share/libpreps/doc/prepsdb-admin-manual/x324.html -%%PORTDOCS%%share/libpreps/doc/prepsdb-admin-manual/x356.html -%%PORTDOCS%%share/libpreps/doc/prepsdb-admin-manual/x366.html -%%PORTDOCS%%share/libpreps/doc/prepsdb-admin-manual/x396.html -%%PORTDOCS%%share/libpreps/doc/prepsdb-admin-manual/x401.html -%%PORTDOCS%%share/libpreps/doc/prepsdb-admin-manual/x431.html -%%PORTDOCS%%share/libpreps/doc/prepsdb-admin-manual/x441.html -%%PORTDOCS%%share/libpreps/doc/prepsdb-admin-manual/x445.html -%%PORTDOCS%%share/libpreps/doc/prepsdb-admin-manual/x451.html -%%PORTDOCS%%share/libpreps/doc/prepsdb-admin-manual/x487.html -%%PORTDOCS%%share/libpreps/doc/prepsdb-admin-manual/x492.html -%%PORTDOCS%%share/libpreps/doc/prepsdb-admin-manual/x496.html -%%PORTDOCS%%share/libpreps/doc/prepsdb-admin-manual/x500.html -%%PORTDOCS%%share/libpreps/doc/prepsdb-admin-manual/x503.html -%%PORTDOCS%%share/libpreps/doc/prepsdb-admin-manual/x506.html -%%PORTDOCS%%share/libpreps/doc/prepsdb-admin-manual/x511.html -%%PORTDOCS%%share/libpreps/doc/prepsdb-admin-manual/stylesheet-images/caution.gif -%%PORTDOCS%%share/libpreps/doc/prepsdb-admin-manual/stylesheet-images/home.gif -%%PORTDOCS%%share/libpreps/doc/prepsdb-admin-manual/stylesheet-images/important.gif -%%PORTDOCS%%share/libpreps/doc/prepsdb-admin-manual/stylesheet-images/next.gif -%%PORTDOCS%%share/libpreps/doc/prepsdb-admin-manual/stylesheet-images/note.gif -%%PORTDOCS%%share/libpreps/doc/prepsdb-admin-manual/stylesheet-images/prev.gif -%%PORTDOCS%%share/libpreps/doc/prepsdb-admin-manual/stylesheet-images/tip.gif -%%PORTDOCS%%share/libpreps/doc/prepsdb-admin-manual/stylesheet-images/toc-blank.gif -%%PORTDOCS%%share/libpreps/doc/prepsdb-admin-manual/stylesheet-images/toc-minus.gif -%%PORTDOCS%%share/libpreps/doc/prepsdb-admin-manual/stylesheet-images/toc-plus.gif -%%PORTDOCS%%share/libpreps/doc/prepsdb-admin-manual/stylesheet-images/up.gif -%%PORTDOCS%%share/libpreps/doc/prepsdb-admin-manual/stylesheet-images/warning.gif - -%%PORTDOCS%%share/libpreps/doc/programmer/audit__trail_8h-source.html -%%PORTDOCS%%share/libpreps/doc/programmer/audit__trail_8h.html -%%PORTDOCS%%share/libpreps/doc/programmer/change__log_8h-source.html -%%PORTDOCS%%share/libpreps/doc/programmer/change__log_8h.html -%%PORTDOCS%%share/libpreps/doc/programmer/doxygen.css -%%PORTDOCS%%share/libpreps/doc/programmer/doxygen.gif -%%PORTDOCS%%share/libpreps/doc/programmer/files.html -%%PORTDOCS%%share/libpreps/doc/programmer/globals.html -%%PORTDOCS%%share/libpreps/doc/programmer/gstr__utils_8h-source.html -%%PORTDOCS%%share/libpreps/doc/programmer/gstr__utils_8h.html -%%PORTDOCS%%share/libpreps/doc/programmer/index.html -%%PORTDOCS%%share/libpreps/doc/programmer/pr__query_8h-source.html -%%PORTDOCS%%share/libpreps/doc/programmer/pr__query_8h.html -%%PORTDOCS%%share/libpreps/doc/programmer/prj__rpts__html_8h-source.html -%%PORTDOCS%%share/libpreps/doc/programmer/prj__rpts__html_8h.html -%%PORTDOCS%%share/libpreps/doc/programmer/prq__utils_8h-source.html -%%PORTDOCS%%share/libpreps/doc/programmer/prq__utils_8h.html -%%PORTDOCS%%share/libpreps/doc/programmer/sendmsg_8h-source.html -%%PORTDOCS%%share/libpreps/doc/programmer/sendmsg_8h.html -%%PORTDOCS%%share/libpreps/doc/programmer/tex__utils_8h-source.html -%%PORTDOCS%%share/libpreps/doc/programmer/tex__utils_8h.html -%%PORTDOCS%%share/libpreps/doc/programmer/version_8h-source.html -%%PORTDOCS%%share/libpreps/doc/programmer/version_8h.html - -@dirrm include/preps -%%PORTDOCS%%@dirrm share/libpreps/doc/preps-FAQ/stylesheet-images/ -%%PORTDOCS%%@dirrm share/libpreps/doc/preps-FAQ/ -%%PORTDOCS%%@dirrm share/libpreps/doc/prepsdb-admin-manual/stylesheet-images/ -%%PORTDOCS%%@dirrm share/libpreps/doc/prepsdb-admin-manual/ -%%PORTDOCS%%@dirrm share/libpreps/doc/programmer/ -%%PORTDOCS%%@dirrm share/libpreps/doc -%%PORTDOCS%%@dirrm share/libpreps diff --git a/devel/ptmalloc2/Makefile b/devel/ptmalloc2/Makefile deleted file mode 100644 index 95c946f960a1..000000000000 --- a/devel/ptmalloc2/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# Ports Collection Makefile for: ptmalloc -# Date created: 10 December 2004 -# Who: Greg 'groggy' Lehey <grog@FreeBSD.org> -# Whom: is grammatically incorrect in this context. -# -# $FreeBSD$ - -PORTNAME= ptmalloc -PORTVERSION= 1.0 -CATEGORIES= devel -MASTER_SITES= http://www.malloc.de/malloc/ -DISTNAME= ptmalloc - -MAINTAINER= grog@FreeBSD.org -COMMENT= Alternative malloc, performs better with threaded applications - -do-install: all - ${INSTALL_PROGRAM} ${WRKSRC}/ptmalloc.so ${PREFIX}/lib/libptmalloc.so.1 - ${INSTALL_PROGRAM} ${WRKSRC}/ptmalloc.so ${PREFIX}/lib/libptmalloc.so - ${INSTALL_PROGRAM} ${WRKSRC}/libptmalloc.a ${PREFIX}/lib/libptmalloc.a - -post-install: - @${ECHO_CMD} - @${ECHO_CMD} Not much documentation is available. - @${ECHO_CMD} Read work/ptmalloc/README for what there is. - @${ECHO_CMD} See also pkg_descr - @${ECHO_CMD} - -.include <bsd.port.mk> diff --git a/devel/ptmalloc2/distinfo b/devel/ptmalloc2/distinfo deleted file mode 100644 index eb39c142ce73..000000000000 --- a/devel/ptmalloc2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (ptmalloc.tar.gz) = 10b3fce4711eeada16726fd5e218309b -SIZE (ptmalloc.tar.gz) = 55961 diff --git a/devel/ptmalloc2/files/patch-Makefile b/devel/ptmalloc2/files/patch-Makefile deleted file mode 100644 index 0db580441b50..000000000000 --- a/devel/ptmalloc2/files/patch-Makefile +++ /dev/null @@ -1,57 +0,0 @@ ---- Makefile.orig Mon Dec 20 21:58:38 1999 -+++ Makefile Tue Dec 14 13:22:01 2004 -@@ -10,7 +10,7 @@ - - OPT_FLAGS = -O #-g - WARN_FLAGS = # -Wall --SH_FLAGS = -shared -+SH_FLAGS = -shared -fpic - - # Flags for the test programs - T_FLAGS = -DUSE_MALLOC=1 -DMALLOC_HOOKS -DTEST=1 -@@ -27,6 +27,9 @@ - THR_FLAGS = -DUSE_PTHREADS=1 -DUSE_TSD_DATA_HACK -D_REENTRANT - THR_LIBS = -lpthread - -+# Target libraries -+LIBS= libptmalloc.a ptmalloc.so -+ - RM = rm -f - - # Don't need it for the Linux C library 6, see `glibc' target below. -@@ -40,7 +43,9 @@ - .c.o: - $(CC) -c $(CFLAGS) $< - --all: $(TESTS) -+all: ${LIBS} -+ -+tests: $(TESTS) - - shared: ptmalloc.so - -@@ -48,14 +53,14 @@ - $(CC) -c $(CFLAGS) $(M_FLAGS) $< - - ptmalloc.so: ptmalloc.c ptmalloc.h thread-m.h -- $(CC) $(SH_FLAGS) $(CFLAGS) $(M_FLAGS) $< -o $@ -+ $(CC) $(SH_FLAGS) $(CFLAGS) $(M_FLAGS) ptmalloc.c -o $@ - - again: - $(RM) $(TESTS) - $(MAKE) $(TESTS) - - clean: -- $(RM) ptmalloc.o ptmalloc.so $(TESTS) core -+ $(RM) ptmalloc.o ptmalloc.so $(TESTS) core lib* - - t-test1$(T_SUF): t-test1.c t-test.h thread-m.h $(MALLOC) - $(CC) $(CFLAGS) $(T_FLAGS) t-test1.c $(MALLOC) $(THR_LIBS) -o $@ -@@ -129,3 +134,7 @@ - dist: - cd ..; tar cf - $(DIST_FILES2:%=ptmalloc/%) | \ - gzip -9 >ptmalloc.tar.gz -+ -+libptmalloc.a: ptmalloc.o -+ ar qcvf $@ ptmalloc.o -+ ranlib $@ diff --git a/devel/ptmalloc2/pkg-descr b/devel/ptmalloc2/pkg-descr deleted file mode 100644 index 51dd3c1c9a98..000000000000 --- a/devel/ptmalloc2/pkg-descr +++ /dev/null @@ -1,46 +0,0 @@ -ptmalloc is the original version of the malloc that was later included -in GNU libc. Under some circumsntaces, notably with pthreads and -excessive calls to realloc, it performs significantly better than -FreeBSD malloc. This version is *not* GPL or LGPL: - - Copyright (c) 1999 Wolfram Gloger - - Permission to use, copy, modify, distribute, and sell this software - and its documentation for any purpose is hereby granted without fee, - provided that (i) the above copyright notices and this permission - notice appear in all copies of the software and related - documentation, and (ii) the name of Wolfram Gloger may not be used - in any advertising or publicity relating to the software. - - THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, - EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY - WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. - - IN NO EVENT SHALL WOLFRAM GLOGER BE LIABLE FOR ANY SPECIAL, - INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY - DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, - WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY - THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR - PERFORMANCE OF THIS SOFTWARE. - -This is not the latest version: it's older than the one in GNU libc. -There is a newer version, but it's still marked as "current snapshot". -It's in /usr/ports/devel/ptmalloc-2/. - -See the web site for more details: WWW: http://www.malloc.de/en/ - -This package comes with no documentation beyond a README, which isn't -worth installing. It appears that the GNU libc man page malloc(3) -applies, but it's not included here for copyright reasons. There's -nothing unusual about it. In particular, the section TUNING in -FreeBSD malloc(3) does not apply. - -This library uses the POSIX pthread_atfork() function which was not -committed to -CURRENT until 10 December 2004. See PR bin/68841 for -further details. To build it on older versions, first install this -patch, which should be transparent. - -In addition to the library, the package contains a couple of test -cases. Theoretically they could be run using the FreeBSD libraries, -but they call the legacy memalign() function, which is not provided by -FreeBSD. It may be of interest to fix this issue. diff --git a/devel/ptmalloc2/pkg-plist b/devel/ptmalloc2/pkg-plist deleted file mode 100644 index 7393fab91938..000000000000 --- a/devel/ptmalloc2/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -lib/libptmalloc.a -lib/libptmalloc.so -lib/libptmalloc.so.1 diff --git a/devel/pwlib152/Makefile b/devel/pwlib152/Makefile deleted file mode 100644 index 4310b56aad73..000000000000 --- a/devel/pwlib152/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: pwlib -# Date created: Fri Aug 22 07:11:44 GMT 2003 -# Whom: Roger Hardiman <roger@freebsd.org> -# -# $FreeBSD$ -# - -PORTNAME= pwlib -PORTVERSION= 1.5.0 -PORTREVISION= 5 -PORTEPOCH= 1 -CATEGORIES= devel -MASTER_SITES= http://www.openh323.org/bin/ \ - http://www.de.openh323.org/bin/ \ - http://www.gnomemeeting.org/downloads/0.98.0/sources/ -DISTNAME= ${PORTNAME}_${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= A cross platform C++ library, used by OpenH323 - -LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 - -WRKSRC= ${WRKDIR}/${PORTNAME} - -USE_BISON= yes -USE_GMAKE= yes -USE_OPENLDAP= yes -USE_AUTOCONF_VER= 253 -CONFIGURE_ENV= OSRELEASE=${OSVERSION} -ALL_TARGET= optnoshared -MAKE_ENV= PWLIBDIR=${WRKDIR}/pwlib -THE_MACHTYPE= ${ARCH:S/i386/x86/} -MAKE_ARGS= OSTYPE=${OPSYS} MACHTYPE=${THE_MACHTYPE} OSRELEASE=${OSVERSION} CPLUS=${CXX} - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 502101 -ONLY_FOR_ARCHS= i386 -.endif - -do-install: -# ${INSTALL_PROGRAM} ${WRKSRC}/samples/simple/obj_${OPSYS}_${THE_MACHTYPE}_r/simph323 ${PREFIX}/bin - -.include <bsd.port.post.mk> diff --git a/devel/pwlib152/distinfo b/devel/pwlib152/distinfo deleted file mode 100644 index 4161caba80d6..000000000000 --- a/devel/pwlib152/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (pwlib_1.5.0.tar.gz) = e6bcdd121a85687c040f4871f24b7352 -SIZE (pwlib_1.5.0.tar.gz) = 1074311 diff --git a/devel/pwlib152/files/patch-configurein b/devel/pwlib152/files/patch-configurein deleted file mode 100644 index 80c8ec813e73..000000000000 --- a/devel/pwlib152/files/patch-configurein +++ /dev/null @@ -1,26 +0,0 @@ ---- configure.in.orig Thu May 22 05:19:16 2003 -+++ configure.in Sun Feb 15 23:57:20 2004 -@@ -39,7 +39,7 @@ - STDCCFLAGS="-DP_LINUX=$OSRELEASE" ;; - - freebsd* ) OSTYPE=FreeBSD ; -- OSRELEASE=`sysctl -n kern.osreldate` ; -+## use enviroment variable OSRELEASE=`sysctl -n kern.osreldate` ; - STDCCFLAGS="-DP_FREEBSD=$OSRELEASE" ;; - - openbsd* ) OSTYPE=OpenBSD ; -@@ -452,12 +452,13 @@ - dnl ######################################################################## - dnl check for video capture support. - dnl videodev.h on linux --dnl machine/ioctl_meteor on FreeBSD -+dnl dev/bktr/ioctl_meteor or machine/ioctl_meteor on FreeBSD - dnl i386/ioctl_meteor on OpenBSD - dnl dev/ic/bt8xx on NetBSD - - HAS_VIDEO_CAPTURE=no - AC_CHECK_HEADER(linux/videodev.h, HAS_VIDEO_CAPTURE=yes) -+AC_CHECK_HEADER(dev/bktr/ioctl_meteor.h, HAS_VIDEO_CAPTURE=yes) - AC_CHECK_HEADER(machine/ioctl_meteor.h, HAS_VIDEO_CAPTURE=yes) - AC_CHECK_HEADER(i386/ioctl_meteor.h, HAS_VIDEO_CAPTURE=yes) - AC_CHECK_HEADER(dev/ic/bt8xx.h, HAS_VIDEO_CAPTURE=yes) diff --git a/devel/pwlib152/files/patch-makefile b/devel/pwlib152/files/patch-makefile deleted file mode 100644 index 1f7ea0dfcc56..000000000000 --- a/devel/pwlib152/files/patch-makefile +++ /dev/null @@ -1,14 +0,0 @@ -*** src/ptlib/unix/Makefile.orig Tue Dec 2 11:15:55 2003 ---- src/ptlib/unix/Makefile Tue Dec 2 11:16:39 2003 -*************** VIDEO_CAPTURE_SOURCE = video4linux.cxx -*** 422,428 **** ---- 422,430 ---- - endif - - ifeq ($(OSTYPE),FreeBSD) -+ ifneq (,$(wildcard $(SYSINCDIR)/dev/bktr/ioctl_meteor.h $(SYSINCDIR)/machine/ioctl_meteor.h)) - VIDEO_CAPTURE_SOURCE = video4bsd.cxx -+ endif - endif - - ifeq ($(OSTYPE),OpenBSD) diff --git a/devel/pwlib152/files/patch-src::ptclib::asner.cxx b/devel/pwlib152/files/patch-src::ptclib::asner.cxx deleted file mode 100644 index 4776c3cab7f4..000000000000 --- a/devel/pwlib152/files/patch-src::ptclib::asner.cxx +++ /dev/null @@ -1,58 +0,0 @@ - -$FreeBSD$ - ---- src/ptclib/asner.cxx 2004/06/03 14:44:43 1.1 -+++ src/ptclib/asner.cxx 2004/06/03 14:50:35 -@@ -4926,6 +4926,11 @@ - return -1; - - value += lower; -+ -+ // clamp value to upper limit -+ if (value > upper) -+ value = upper; -+ - return 0; - } - -@@ -4970,7 +4975,13 @@ - unsigned base; - if (!MultiBitDecode(CountBits(upper - lower + 1), base)) - return -1; -- return lower + base; // 10.9.4.1 -+ len = lower + base; // 10.9.4.1 -+ -+ // clamp value to upper limit -+ if (len > upper) -+ len = upper; -+ -+ return len; - } - - if (upper < 65536) // 10.9.3.3 -@@ -4981,13 +4992,20 @@ - if (IsAtEnd()) - return -1; - -- if (SingleBitDecode() == 0) -- return MultiBitDecode(7, len) ? 0 : -1; // 10.9.3.6 -+ if (SingleBitDecode() == 0) { -+ if (!MultiBitDecode(7, len)) // 10.9.3.6 -+ return -1; // 10.9.3.8 unsupported -+ } -+ else if (SingleBitDecode() == 0) { -+ if (!MultiBitDecode(14, len)) // 10.9.3.7 -+ return -1; // 10.9.3.8 unsupported -+ } - -- if (SingleBitDecode() == 0) -- return MultiBitDecode(14, len) ? 0 : -1; // 10.9.3.7 -+ // clamp value to upper limit -+ if (len > upper) -+ len = upper; - -- return -1; // 10.9.3.8 unsupported -+ return 0; - } - - diff --git a/devel/pwlib152/files/patch-unix b/devel/pwlib152/files/patch-unix deleted file mode 100644 index 205bd870e479..000000000000 --- a/devel/pwlib152/files/patch-unix +++ /dev/null @@ -1,70 +0,0 @@ -*** make/unix.mak.orig Thu Aug 28 08:39:18 2003 ---- make/unix.mak Thu Aug 28 08:42:30 2003 -*************** endif # linux -*** 338,348 **** - - ifeq ($(OSTYPE),FreeBSD) - -! ifeq ($(MACHTYPE),x86) -! ifdef CPUTYPE -! STDCCFLAGS += -mcpu=$(CPUTYPE) -! endif -! endif - - ifndef OSRELEASE - OSRELEASE := $(shell sysctl -n kern.osreldate) ---- 338,348 ---- - - ifeq ($(OSTYPE),FreeBSD) - -! #ifeq ($(MACHTYPE),x86) -! #ifdef CPUTYPE -! #STDCCFLAGS += -mcpu=$(CPUTYPE) -! #endif -! #endif - - ifndef OSRELEASE - OSRELEASE := $(shell sysctl -n kern.osreldate) -*************** SHELL := /bin/sh -*** 871,881 **** - - # Directories - -! ifdef PREFIX -! UNIX_INC_DIR = $(PREFIX)/include/ptlib/unix -! else - UNIX_INC_DIR = $(PWLIBDIR)/include/ptlib/unix -! endif - - ifndef UNIX_SRC_DIR - UNIX_SRC_DIR = $(PWLIBDIR)/src/ptlib/unix ---- 871,881 ---- - - # Directories - -! ##ifdef PREFIX -! ##UNIX_INC_DIR = $(PREFIX)/include/ptlib/unix -! ##else - UNIX_INC_DIR = $(PWLIBDIR)/include/ptlib/unix -! ##endif - - ifndef UNIX_SRC_DIR - UNIX_SRC_DIR = $(PWLIBDIR)/src/ptlib/unix -*************** LDFLAGS += $(DEBLDFLAGS) -*** 912,918 **** - else - - ifneq ($(OSTYPE),Darwin) -! OPTCCFLAGS += -O3 -DNDEBUG - else - OPTCCFLAGS += -O2 -DNDEBUG - endif ---- 912,919 ---- - else - - ifneq ($(OSTYPE),Darwin) -! # OPTCCFLAGS += -O3 -DNDEBUG -! OPTCCFLAGS += -DNDEBUG - else - OPTCCFLAGS += -O2 -DNDEBUG - endif diff --git a/devel/pwlib152/files/patch-videoio b/devel/pwlib152/files/patch-videoio deleted file mode 100644 index 7e86b99f5bca..000000000000 --- a/devel/pwlib152/files/patch-videoio +++ /dev/null @@ -1,26 +0,0 @@ ---- include/ptlib/unix/ptlib/videoio.h.orig Mon Jan 6 10:41:08 2003 -+++ include/ptlib/unix/ptlib/videoio.h Sun Feb 15 23:42:39 2004 -@@ -106,9 +106,13 @@ - #include <linux/videodev.h> /* change this to "videodev2.h" for v4l2 */ - #endif - --#if defined(P_FREEBSD) -+#if defined(P_FREEBSD) && !defined(NO_VIDEO_CAPTURE) -+#if P_FREEBSD >= 502101 -+#include <dev/bktr/ioctl_meteor.h> -+#else - #include <machine/ioctl_meteor.h> - #endif -+#endif - - #if defined(P_OPENBSD) || defined(P_NETBSD) - #if P_OPENBSD >= 200105 -@@ -186,7 +190,7 @@ - struct video_mmap frameBuffer[2]; - #endif - --#if defined(P_FREEBSD) || defined(P_OPENBSD) || defined(P_NETBSD) -+#if (defined(P_FREEBSD) || defined(P_OPENBSD) || defined(P_NETBSD)) && !defined(NO_VIDEO_CAPTURE) - struct video_capability - { - int channels; /* Num channels */ diff --git a/devel/pwlib152/pkg-descr b/devel/pwlib152/pkg-descr deleted file mode 100644 index df064540dc9a..000000000000 --- a/devel/pwlib152/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -PWLib is a multi-platform code library that can be used to write -applications that will compile and run on the BSD Unixes, Windows, Linux -and a few other Unix variants. It was developed by Equivalence Ltd Pty. - -It is used by the OpenH323 library. - -NOTE: This port does not install anything. -The ports which use pwlib all look inside their local -pwlib port directory for the library and header files -and are compiled statically. - -WWW: http://www.openh323.org/ diff --git a/devel/pwlib152/pkg-plist b/devel/pwlib152/pkg-plist deleted file mode 100644 index 549a621fec0c..000000000000 --- a/devel/pwlib152/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -@comment this plist intentionally left empty diff --git a/devel/py-ply/Makefile b/devel/py-ply/Makefile deleted file mode 100644 index dedbbbb65152..000000000000 --- a/devel/py-ply/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# ex:ts=8 -# New ports collection makefile for: ply -# Date created: Jul 31, 2001 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= ply -PORTVERSION= 1.3.1 -CATEGORIES= devel python -MASTER_SITES= http://systems.cs.uchicago.edu/ply/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Python Lex-Yacc - -USE_PYTHON= yes -NO_BUILD= yes - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/lex.py ${PYTHON_SITELIBDIR} - ${INSTALL_SCRIPT} ${WRKSRC}/yacc.py ${PYTHON_SITELIBDIR} - -.if !defined(NOPORTDOCS) -post-install: - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/ply.html ${DOCSDIR} - @${MKDIR} ${EXAMPLESDIR} - ${CP} -R ${WRKSRC}/example/ ${EXAMPLESDIR} -.endif - -.include <bsd.port.mk> diff --git a/devel/py-ply/distinfo b/devel/py-ply/distinfo deleted file mode 100644 index 7e8bad212de0..000000000000 --- a/devel/py-ply/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (ply-1.3.1.tar.gz) = eeb11347ef861d3ec9469f072beeaeb1 -SIZE (ply-1.3.1.tar.gz) = 64742 diff --git a/devel/py-ply/pkg-descr b/devel/py-ply/pkg-descr deleted file mode 100644 index afcdc6775057..000000000000 --- a/devel/py-ply/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -PLY is a Python-only implementation of the popular compiler construction -tools lex and yacc. The implementation borrows ideas from a number of -previous efforts; most notably John Aycock's SPARK toolkit. However, the -overall flavor of the implementation is more closely modeled after the C -version of lex and yacc. The other significant feature of PLY is that it -provides extensive input validation and error reporting--much more so than -other Python parsing tools. - -WWW: http://systems.cs.uchicago.edu/ply/ diff --git a/devel/py-ply/pkg-plist b/devel/py-ply/pkg-plist deleted file mode 100644 index ef465c1dfa74..000000000000 --- a/devel/py-ply/pkg-plist +++ /dev/null @@ -1,17 +0,0 @@ -lib/%%PYTHON_VERSION%%/site-packages/lex.py -lib/%%PYTHON_VERSION%%/site-packages/yacc.py -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/ply.html -%%PORTDOCS%%%%EXAMPLESDIR%%/ansic/README -%%PORTDOCS%%%%EXAMPLESDIR%%/ansic/clex.py -%%PORTDOCS%%%%EXAMPLESDIR%%/ansic/cparse.py -%%PORTDOCS%%%%EXAMPLESDIR%%/calc/calc.py -%%PORTDOCS%%%%EXAMPLESDIR%%/hedit/hedit.py -%%PORTDOCS%%%%EXAMPLESDIR%%/optcalc/README -%%PORTDOCS%%%%EXAMPLESDIR%%/optcalc/calc.py -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/optcalc -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/hedit -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/calc -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/ansic -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/devel/py-subversion/Makefile b/devel/py-subversion/Makefile deleted file mode 100644 index e97af8ee46a8..000000000000 --- a/devel/py-subversion/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# New ports collection makefile for: subversion-python -# Date Created: April 17 2004 -# Whom: thinker@branda.to -# -# $FreeBSD$ -# - -PKGNAMESUFFIX= -python - -MAINTAINER= thinker@branda.to -COMMENT= Version control system with Python bindings - -MASTERDIR= ${.CURDIR}/../../devel/subversion -PKGDIR= ${.CURDIR} -PLIST= ${MASTERDIR}/pkg-plist - -WITH_PYTHON= yes - -.include "${MASTERDIR}/Makefile" diff --git a/devel/py-subversion/pkg-descr b/devel/py-subversion/pkg-descr deleted file mode 100644 index c34d9f89e286..000000000000 --- a/devel/py-subversion/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Subversion is a version control system designed to be as similar to cvs(1) -as possible, while fixing many outstanding problems with cvs(1). - -This slave port adds Python bindings to Subversion. - -WWW: http://subversion.tigris.org/ diff --git a/devel/rubygem-gettext/Makefile b/devel/rubygem-gettext/Makefile deleted file mode 100644 index a5110c8ce1d0..000000000000 --- a/devel/rubygem-gettext/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# New ports collection makefile for: Ruby GetText Package -# Date created: 4 February 2002 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# -# $FreeBSD$ -# - -PORTNAME= gettext -PORTVERSION= 0.8.0 -CATEGORIES= devel ruby -MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= ruby-${PORTNAME}-package-${PORTVERSION} -DIST_SUBDIR= ruby - -MAINTAINER= knu@FreeBSD.org -COMMENT= A Ruby implementation of the gettext library - -BUILD_DEPENDS= racc:${PORTSDIR}/devel/ruby-racc - -USE_GETTEXT= yes -USE_RUBY= yes -USE_RUBY_FEATURES= racc-runtime -USE_RUBY_SETUP= yes - -RUBY_SHEBANG_FILES= ${WRKSRC}/samples/*.rb - -DOCS_EN= ChangeLog README -DOCS_JA= README.ja - -.include <bsd.port.pre.mk> - -post-install: doc-install - -doc-install: -.if !defined(NOPORTDOCS) - cd ${WRKSRC}/samples; ${RUBY} makemo.rb - ${MKDIR} ${RUBY_MODEXAMPLESDIR} - ${CP} -R ${WRKSRC}/samples/* ${RUBY_MODEXAMPLESDIR}/ - ${MKDIR} ${RUBY_MODDOCDIR}/ja -.for f in ${DOCS_EN} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ -.endfor -.for f in ${DOCS_JA} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ja/ -.endfor -.endif - -.include <bsd.port.post.mk> diff --git a/devel/rubygem-gettext/distinfo b/devel/rubygem-gettext/distinfo deleted file mode 100644 index c472fc91abda..000000000000 --- a/devel/rubygem-gettext/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (ruby/ruby-gettext-package-0.8.0.tar.gz) = 63fadab42d7c32323046bacf4c118a7a -SIZE (ruby/ruby-gettext-package-0.8.0.tar.gz) = 39927 diff --git a/devel/rubygem-gettext/pkg-descr b/devel/rubygem-gettext/pkg-descr deleted file mode 100644 index 77da9d28c24a..000000000000 --- a/devel/rubygem-gettext/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Ruby GetText Package is Native Language Support Library and Tools -which modeled after GNU GetText package, but the API is simpler than -that of GNU GetText. - -Author: Masao Mutoh <mutoh@highway.ne.jp> -WWW: http://ponx.s5.xrea.com/hiki/ruby-gettext.html diff --git a/devel/rubygem-gettext/pkg-plist b/devel/rubygem-gettext/pkg-plist deleted file mode 100644 index 9283cc41ea14..000000000000 --- a/devel/rubygem-gettext/pkg-plist +++ /dev/null @@ -1,119 +0,0 @@ -bin/rgettext -bin/rmsgfmt -%%RUBY_SITEARCHLIBDIR%%/gettext/_locale.so -@dirrm %%RUBY_SITEARCHLIBDIR%%/gettext -%%RUBY_SITELIBDIR%%/gettext.rb -%%RUBY_SITELIBDIR%%/gettext/iconv.rb -%%RUBY_SITELIBDIR%%/gettext/locale.rb -%%RUBY_SITELIBDIR%%/gettext/locale_default.rb -%%RUBY_SITELIBDIR%%/gettext/locale_table_win32.rb -%%RUBY_SITELIBDIR%%/gettext/locale_win32.rb -%%RUBY_SITELIBDIR%%/gettext/mo.rb -%%RUBY_SITELIBDIR%%/gettext/parser/glade.rb -%%RUBY_SITELIBDIR%%/gettext/parser/ruby.rb -%%RUBY_SITELIBDIR%%/gettext/textdomain.rb -@dirrm %%RUBY_SITELIBDIR%%/gettext/parser -@dirrm %%RUBY_SITELIBDIR%%/gettext -share/locale/es/LC_MESSAGES/rgettext.mo -share/locale/es/LC_MESSAGES/rmsgfmt.mo -share/locale/fr/LC_MESSAGES/rgettext.mo -share/locale/fr/LC_MESSAGES/rmsgfmt.mo -share/locale/ja/LC_MESSAGES/rgettext.mo -share/locale/ja/LC_MESSAGES/rmsgfmt.mo -share/locale/sv/LC_MESSAGES/rgettext.mo -share/locale/sv/LC_MESSAGES/rmsgfmt.mo -@unexec rmdir -p %D/share/locale/ja/LC_MESSAGES 2>/dev/null || true -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/README -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/hello.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/hello2.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/hello_noop.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/hello_plural.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/helloglade2.glade -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/helloglade2.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/hellogtk.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/hellogtk2.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/hellotk.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/locale/es/LC_MESSAGES/hello.mo -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/locale/es/LC_MESSAGES/hello2.mo -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/locale/es/LC_MESSAGES/hello_noop.mo -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/locale/es/LC_MESSAGES/hello_plural.mo -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/locale/es/LC_MESSAGES/helloglade2.mo -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/locale/es/LC_MESSAGES/hellogtk.mo -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/locale/es/LC_MESSAGES/hellotk.mo -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/locale/fr/LC_MESSAGES/hello.mo -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/locale/fr/LC_MESSAGES/hello2.mo -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/locale/fr/LC_MESSAGES/hello_noop.mo -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/locale/fr/LC_MESSAGES/hello_plural.mo -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/locale/fr/LC_MESSAGES/helloglade2.mo -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/locale/fr/LC_MESSAGES/hellogtk.mo -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/locale/fr/LC_MESSAGES/hellotk.mo -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/locale/ja/LC_MESSAGES/hello.mo -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/locale/ja/LC_MESSAGES/hello2.mo -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/locale/ja/LC_MESSAGES/hello_noop.mo -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/locale/ja/LC_MESSAGES/hello_plural.mo -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/locale/ja/LC_MESSAGES/helloglade2.mo -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/locale/ja/LC_MESSAGES/hellogtk.mo -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/locale/ja/LC_MESSAGES/hellotk.mo -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/locale/sv/LC_MESSAGES/hello.mo -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/locale/sv/LC_MESSAGES/hello2.mo -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/locale/sv/LC_MESSAGES/hello_noop.mo -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/locale/sv/LC_MESSAGES/hello_plural.mo -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/locale/sv/LC_MESSAGES/helloglade2.mo -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/locale/sv/LC_MESSAGES/hellogtk.mo -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/locale/sv/LC_MESSAGES/hellotk.mo -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/makemo.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/es/hello.po -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/es/hello2.po -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/es/hello_noop.po -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/es/hello_plural.po -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/es/helloglade2.po -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/es/hellogtk.po -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/es/hellotk.po -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/fr/hello.po -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/fr/hello2.po -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/fr/hello_noop.po -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/fr/hello_plural.po -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/fr/helloglade2.po -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/fr/hellogtk.po -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/fr/hellotk.po -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/hello.pot -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/hello2.pot -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/hello_noop.pot -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/hello_plural.pot -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/helloglade2.pot -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/hellogtk.pot -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/hellotk.pot -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/ja/hello.po -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/ja/hello2.po -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/ja/hello_noop.po -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/ja/hello_plural.po -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/ja/helloglade2.po -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/ja/hellogtk.po -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/ja/hellotk.po -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/sv/hello.po -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/sv/hello2.po -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/sv/hello_noop.po -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/sv/hello_plural.po -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/sv/helloglade2.po -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/sv/hellogtk.po -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/sv/hellotk.po -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/po/sv -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/po/ja -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/po/fr -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/po/es -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/po -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/locale/sv/LC_MESSAGES -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/locale/sv -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/locale/ja/LC_MESSAGES -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/locale/ja -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/locale/fr/LC_MESSAGES -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/locale/fr -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/locale/es/LC_MESSAGES -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/locale/es -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/locale -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/README.ja -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/ja -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% diff --git a/devel/rubygem-inline/Makefile b/devel/rubygem-inline/Makefile deleted file mode 100644 index b75ae749ca30..000000000000 --- a/devel/rubygem-inline/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: ruby-inline -# Date created: 2003-01-30 -# Whom: Sean Chittenden <seanc@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= inline -PORTVERSION= 2.2.0 -CATEGORIES= devel ruby -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ruby${PORTNAME} -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= RubyInline-${PORTVERSION} -DIST_SUBDIR= ruby - -MAINTAINER= seanc@FreeBSD.org -COMMENT= Inline::C allows you to embed C/Ruby directly in ruby scripts - -USE_RUBY= yes - -NO_BUILD= yes - -DOCS= README.txt -EXAMPLES= example.rb tutorial/example1.rb tutorial/example2.rb - -post-install: - ${MKDIR} ${RUBY_MODDOCDIR} -.for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR} -.endfor - ${MKDIR} ${RUBY_MODEXAMPLESDIR} -.for f in ${EXAMPLES} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODEXAMPLESDIR} -.endfor - -.include <bsd.port.mk> diff --git a/devel/rubygem-inline/distinfo b/devel/rubygem-inline/distinfo deleted file mode 100644 index 4a2608278252..000000000000 --- a/devel/rubygem-inline/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (ruby/RubyInline-2.2.0.tar.gz) = f2c8184b7c0511723bfb94c8fe42ceb2 -SIZE (ruby/RubyInline-2.2.0.tar.gz) = 9525 diff --git a/devel/rubygem-inline/pkg-descr b/devel/rubygem-inline/pkg-descr deleted file mode 100644 index 78257e6966b6..000000000000 --- a/devel/rubygem-inline/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Inline::C allows for quick and use of inlined C code in Ruby scripts. -This library automatically: - -* provides rudimentary automatic conversion between Ruby and C basic - types: (unsigned)? (char|int|long|char *) -* provides compilation of inline code -* only recompiles if the C code has changed -* can easily provide speedups in excess of 25x for tight loops when - objects are being recycled too quickly. - -WWW: http://sourceforge.net/projects/rubyinline diff --git a/devel/rubygem-inline/pkg-plist b/devel/rubygem-inline/pkg-plist deleted file mode 100644 index 42a5570d1a21..000000000000 --- a/devel/rubygem-inline/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -%%RUBY_SITELIBDIR%%/inline.rb -%%RUBY_MODDOCDIR%%/README.txt -@dirrm %%RUBY_MODDOCDIR%% -%%RUBY_MODEXAMPLESDIR%%/example.rb -%%RUBY_MODEXAMPLESDIR%%/example1.rb -%%RUBY_MODEXAMPLESDIR%%/example2.rb -@dirrm %%RUBY_MODEXAMPLESDIR%% diff --git a/devel/rubygem-locale/Makefile b/devel/rubygem-locale/Makefile deleted file mode 100644 index a5110c8ce1d0..000000000000 --- a/devel/rubygem-locale/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# New ports collection makefile for: Ruby GetText Package -# Date created: 4 February 2002 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# -# $FreeBSD$ -# - -PORTNAME= gettext -PORTVERSION= 0.8.0 -CATEGORIES= devel ruby -MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= ruby-${PORTNAME}-package-${PORTVERSION} -DIST_SUBDIR= ruby - -MAINTAINER= knu@FreeBSD.org -COMMENT= A Ruby implementation of the gettext library - -BUILD_DEPENDS= racc:${PORTSDIR}/devel/ruby-racc - -USE_GETTEXT= yes -USE_RUBY= yes -USE_RUBY_FEATURES= racc-runtime -USE_RUBY_SETUP= yes - -RUBY_SHEBANG_FILES= ${WRKSRC}/samples/*.rb - -DOCS_EN= ChangeLog README -DOCS_JA= README.ja - -.include <bsd.port.pre.mk> - -post-install: doc-install - -doc-install: -.if !defined(NOPORTDOCS) - cd ${WRKSRC}/samples; ${RUBY} makemo.rb - ${MKDIR} ${RUBY_MODEXAMPLESDIR} - ${CP} -R ${WRKSRC}/samples/* ${RUBY_MODEXAMPLESDIR}/ - ${MKDIR} ${RUBY_MODDOCDIR}/ja -.for f in ${DOCS_EN} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ -.endfor -.for f in ${DOCS_JA} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ja/ -.endfor -.endif - -.include <bsd.port.post.mk> diff --git a/devel/rubygem-locale/distinfo b/devel/rubygem-locale/distinfo deleted file mode 100644 index c472fc91abda..000000000000 --- a/devel/rubygem-locale/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (ruby/ruby-gettext-package-0.8.0.tar.gz) = 63fadab42d7c32323046bacf4c118a7a -SIZE (ruby/ruby-gettext-package-0.8.0.tar.gz) = 39927 diff --git a/devel/rubygem-locale/pkg-descr b/devel/rubygem-locale/pkg-descr deleted file mode 100644 index 77da9d28c24a..000000000000 --- a/devel/rubygem-locale/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Ruby GetText Package is Native Language Support Library and Tools -which modeled after GNU GetText package, but the API is simpler than -that of GNU GetText. - -Author: Masao Mutoh <mutoh@highway.ne.jp> -WWW: http://ponx.s5.xrea.com/hiki/ruby-gettext.html diff --git a/devel/rubygem-locale/pkg-plist b/devel/rubygem-locale/pkg-plist deleted file mode 100644 index 9283cc41ea14..000000000000 --- a/devel/rubygem-locale/pkg-plist +++ /dev/null @@ -1,119 +0,0 @@ -bin/rgettext -bin/rmsgfmt -%%RUBY_SITEARCHLIBDIR%%/gettext/_locale.so -@dirrm %%RUBY_SITEARCHLIBDIR%%/gettext -%%RUBY_SITELIBDIR%%/gettext.rb -%%RUBY_SITELIBDIR%%/gettext/iconv.rb -%%RUBY_SITELIBDIR%%/gettext/locale.rb -%%RUBY_SITELIBDIR%%/gettext/locale_default.rb -%%RUBY_SITELIBDIR%%/gettext/locale_table_win32.rb -%%RUBY_SITELIBDIR%%/gettext/locale_win32.rb -%%RUBY_SITELIBDIR%%/gettext/mo.rb -%%RUBY_SITELIBDIR%%/gettext/parser/glade.rb -%%RUBY_SITELIBDIR%%/gettext/parser/ruby.rb -%%RUBY_SITELIBDIR%%/gettext/textdomain.rb -@dirrm %%RUBY_SITELIBDIR%%/gettext/parser -@dirrm %%RUBY_SITELIBDIR%%/gettext -share/locale/es/LC_MESSAGES/rgettext.mo -share/locale/es/LC_MESSAGES/rmsgfmt.mo -share/locale/fr/LC_MESSAGES/rgettext.mo -share/locale/fr/LC_MESSAGES/rmsgfmt.mo -share/locale/ja/LC_MESSAGES/rgettext.mo -share/locale/ja/LC_MESSAGES/rmsgfmt.mo -share/locale/sv/LC_MESSAGES/rgettext.mo -share/locale/sv/LC_MESSAGES/rmsgfmt.mo -@unexec rmdir -p %D/share/locale/ja/LC_MESSAGES 2>/dev/null || true -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/README -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/hello.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/hello2.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/hello_noop.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/hello_plural.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/helloglade2.glade -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/helloglade2.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/hellogtk.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/hellogtk2.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/hellotk.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/locale/es/LC_MESSAGES/hello.mo -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/locale/es/LC_MESSAGES/hello2.mo -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/locale/es/LC_MESSAGES/hello_noop.mo -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/locale/es/LC_MESSAGES/hello_plural.mo -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/locale/es/LC_MESSAGES/helloglade2.mo -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/locale/es/LC_MESSAGES/hellogtk.mo -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/locale/es/LC_MESSAGES/hellotk.mo -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/locale/fr/LC_MESSAGES/hello.mo -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/locale/fr/LC_MESSAGES/hello2.mo -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/locale/fr/LC_MESSAGES/hello_noop.mo -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/locale/fr/LC_MESSAGES/hello_plural.mo -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/locale/fr/LC_MESSAGES/helloglade2.mo -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/locale/fr/LC_MESSAGES/hellogtk.mo -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/locale/fr/LC_MESSAGES/hellotk.mo -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/locale/ja/LC_MESSAGES/hello.mo -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/locale/ja/LC_MESSAGES/hello2.mo -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/locale/ja/LC_MESSAGES/hello_noop.mo -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/locale/ja/LC_MESSAGES/hello_plural.mo -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/locale/ja/LC_MESSAGES/helloglade2.mo -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/locale/ja/LC_MESSAGES/hellogtk.mo -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/locale/ja/LC_MESSAGES/hellotk.mo -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/locale/sv/LC_MESSAGES/hello.mo -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/locale/sv/LC_MESSAGES/hello2.mo -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/locale/sv/LC_MESSAGES/hello_noop.mo -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/locale/sv/LC_MESSAGES/hello_plural.mo -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/locale/sv/LC_MESSAGES/helloglade2.mo -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/locale/sv/LC_MESSAGES/hellogtk.mo -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/locale/sv/LC_MESSAGES/hellotk.mo -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/makemo.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/es/hello.po -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/es/hello2.po -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/es/hello_noop.po -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/es/hello_plural.po -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/es/helloglade2.po -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/es/hellogtk.po -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/es/hellotk.po -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/fr/hello.po -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/fr/hello2.po -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/fr/hello_noop.po -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/fr/hello_plural.po -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/fr/helloglade2.po -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/fr/hellogtk.po -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/fr/hellotk.po -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/hello.pot -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/hello2.pot -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/hello_noop.pot -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/hello_plural.pot -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/helloglade2.pot -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/hellogtk.pot -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/hellotk.pot -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/ja/hello.po -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/ja/hello2.po -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/ja/hello_noop.po -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/ja/hello_plural.po -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/ja/helloglade2.po -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/ja/hellogtk.po -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/ja/hellotk.po -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/sv/hello.po -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/sv/hello2.po -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/sv/hello_noop.po -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/sv/hello_plural.po -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/sv/helloglade2.po -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/sv/hellogtk.po -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/po/sv/hellotk.po -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/po/sv -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/po/ja -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/po/fr -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/po/es -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/po -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/locale/sv/LC_MESSAGES -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/locale/sv -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/locale/ja/LC_MESSAGES -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/locale/ja -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/locale/fr/LC_MESSAGES -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/locale/fr -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/locale/es/LC_MESSAGES -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/locale/es -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/locale -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/README.ja -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/ja -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% diff --git a/devel/subversion-devel/Makefile b/devel/subversion-devel/Makefile deleted file mode 100644 index bcaf693cb11f..000000000000 --- a/devel/subversion-devel/Makefile +++ /dev/null @@ -1,369 +0,0 @@ -# New ports collection makefile for: subversion -# Date created: 10 September 2001 -# Whom: rooneg@electricjellyfish.net -# -# $FreeBSD$ - -PORTNAME= subversion -PORTVERSION= 1.1.1 -CATEGORIES= devel -MASTER_SITES= http://subversion.tigris.org/tarballs/ - -MAINTAINER= lev@freebsd.org -COMMENT= Version control system - -LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 - -INSTALLS_SHLIB= yes - -USE_SIZE= yes -USE_BZIP2= yes -USE_LIBTOOL_VER=15 -USE_REINPLACE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --with-ssl - -MAN1= svn.1 svnadmin.1 svnlook.1 svndumpfilter.1 svnversion.1 -MAN5= svnserve.conf.5 -MAN8= svnserve.8 -MANCOMPRESSED= no - -TXT_DOCS= BUGS CHANGES COMMITTERS COPYING HACKING INSTALL README -.if !defined(NOPORTDOCS) -PORTDOCS= ${TXT_DOCS} -.endif - -.if !defined(WITHOUT_NLS) -USE_GETTEXT= yes -PLIST_SUB+= WITHOUT_GETTEXT="" -.else -CONFIGURE_ARGS+= --disable-nls -PLIST_SUB+= WITHOUT_GETTEXT="@comment " -.endif - -.include <bsd.port.pre.mk> - -SVNREPOS?= /home/svn/repos - -.if defined(WITH_MAINTAINER_DEBUG) -CONFIGURE_ARGS+=--enable-maintainer-mode \ - --enable-debug -CFLAGS+= -g -.endif - -.if !defined(WITHOUT_NEON) -LIB_DEPENDS+= neon.24:${PORTSDIR}/www/neon -CONFIGURE_ARGS+= --with-neon=${LOCALBASE} -PLIST_SUB+= WITHOUT_NEON="" -.else -CONFIGURE_ARGS+= --without-neon -PLIST_SUB+= WITHOUT_NEON="@comment " -.endif - -.if defined(WITH_PERL) -.if ${PERL_LEVEL} < 500800 -IGNORE= "Subversion\'s Perl bindings need perl 5.8.0 or greater. Upgrade your perl and try again" -.endif -SWIG_BINDINGS+= perl -USE_PERL5= yes -PLIST_SUB+= WITH_PERL="" -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -MAN3= SVN::Base.3 \ - SVN::Client.3 \ - SVN::Core.3 \ - SVN::Delta.3 \ - SVN::Fs.3 \ - SVN::Ra.3 \ - SVN::Repos.3 \ - SVN::Wc.3 -.else -PLIST_SUB+= WITH_PERL="@comment " -.endif - -.if defined(WITH_PYTHON) -USE_PYTHON= yes -.include "${PORTSDIR}/Mk/bsd.python.mk" -SWIG_BINDINGS+= python -PLIST_SUB+= WITH_PYTHON="" -.else -PLIST_SUB+= WITH_PYTHON="@comment " -.endif - -#.if defined(WITH_JAVA) -#USE_JAVA= yes -#JAVA_VERSION= 1.2+ -#JAVA_OS= native -#JAVA_BUILD= yes -#JAVA_RUN= yes -#.include "${PORTSDIR}/Mk/bsd.java.mk" -#CONFIGURE_ARGS+= --enable-javahl --with-jdk=${JAVA_HOME} -#PLIST_SUB+= WITH_JAVA="" -#.else -#PLIST_SUB+= WITH_JAVA="@comment " -#.endif - -.if defined(SWIG_BINDINGS) && ${SWIG_BINDINGS} != "" -BUILD_DEPENDS+= swig1.3:${PORTSDIR}/devel/swig13 -DEPENDS_ARGS+= SWIG_LANGUAGES='${SWIG_BINDINGS}' -CONFIGURE_ARGS+= --with-swig=${LOCALBASE} \ - --enable-swig-bindings=${SWIG_BINDINGS:Q:S/ /,/g:S/\\//g} -.else -CONFIGURE_ARGS+= --without-swig --disable-swig-bindings -.endif - -.if defined(WITH_MOD_DAV_SVN) -WITH_APACHE2_APR= yes -CONFIGURE_ARGS+= --with-apxs=${APXS} -PLIST_SUB+= MOD_DAV_SVN="" -SVNGROUP?= www -.else -PLIST_SUB+= MOD_DAV_SVN="@comment " -PKGDEINSTALL= NONEXISTENT -SVNGROUP?= svn -.endif - -.if defined(WITH_APACHE2_APR) -APACHE2_PORT?= www/apache2 -BUILD_DEPENDS+= ${APXS}:${PORTSDIR}/${APACHE2_PORT} -RUN_DEPENDS+= ${APXS}:${PORTSDIR}/${APACHE2_PORT} -DEPENDS_ARGS+= WITH_BERKELEYDB=db4 -APR_APU_DIR= ${LOCALBASE}/lib/apache2 -APR_CONFIG= apr-config -APU_CONFIG= apu-config -APR_PORT= www/apache2 -OPT_NAME= WITH_BERKELEYDB=(db4|db41|db42) -.else -LIB_DEPENDS+= apr-1.0:${PORTSDIR}/devel/apr-svn -APR_APU_DIR= ${LOCALBASE}/bin -APR_CONFIG= apr-1-config -APU_CONFIG= apu-1-config -APR_PORT= devel/apr -OPT_NAME= APR_UTIL_WITH_BERKELEY_DB=yes -.endif -CONFIGURE_ARGS+=--with-apr=${APR_APU_DIR}/${APR_CONFIG} \ - --with-apr-util=${APR_APU_DIR}/${APU_CONFIG} - -.if defined(WITH_SVNSERVE_WRAPPER) -PLIST_SUB+= SVNSERVE_WRAPPER="" -EXTRA_PATCHES= ${PATCHDIR}/build-outputs.mk.patch -.else -PLIST_SUB+= SVNSERVE_WRAPPER="@comment " -.endif - -.if defined(WITH_BOOK_HTML) -PORTDOCS+= book -BUILD_DEPENDS+= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl \ - ${LOCALBASE}/bin/xsltproc:${PORTSDIR}/textproc/libxslt -.endif - -SCRIPTS= - -SCRIPTS_DATA= - -pre-extract: - @${ECHO_MSG} "" -.if defined(WITHOUT_NEON) - @${ECHO_MSG} "WebDAV/Delta-V repository access module disabled." -.else - @${ECHO_MSG} "WebDAV/Delta-V repository access module enabled." - @${ECHO_MSG} "To disable it define WITHOUT_NEON" -.endif - @${ECHO_MSG} "" -.if defined(WITH_MAINTAINER_DEBUG) - @${ECHO_MSG} "Build debug version." -.else - @${ECHO_MSG} "You can enable debug build by defining WITH_MAINTAINER_DEBUG." -.endif - @${ECHO_MSG} "" -.if defined(WITH_PERL) - @${ECHO_MSG} "Build with perl bindings." - @${ECHO_MSG} "Be sure, that apr library and perl both uses OR not uses threads in same time." -.else - @${ECHO_MSG} "You can enable perl bindings by defining WITH_PERL" -.endif - @${ECHO_MSG} "" -.if defined(WITH_PYTHON) - @${ECHO_MSG} "Build with Python bindings." -.else - @${ECHO_MSG} "You can enable Python bindings by defining WITH_PYTHON." -.endif - @${ECHO_MSG} "" -#.if defined(WITH_JAVA) -# @${ECHO_MSG} "Build with Java (JavaHL) bindings." -#.else -# @${ECHO_MSG} "You can enable Java bindings by defining WITH_JAVA." -# @${ECHO_MSG} "You should have apr builded with threads for Java support!" -#.endif -# @${ECHO_MSG} "" -.if defined(WITH_MOD_DAV_SVN) - @${ECHO_MSG} "mod_dav_svn module for Apache 2.X enabled." -.else - @${ECHO_MSG} "You can enable the mod_dav_svn module for Apache 2.X" - @${ECHO_MSG} "by defining WITH_MOD_DAV_SVN. This option implies" - @${ECHO_MSG} "the WITH_APACHE2_APR option." -.endif - @${ECHO_MSG} "" -.if defined(WITH_APACHE2_APR) - @${ECHO_MSG} "Using APR from www/apache2. If you have the devel/apr" - @${ECHO_MSG} "port/package installed, you may need to remove it." -.else - @${ECHO_MSG} "You can link subversion against the APR built with" - @${ECHO_MSG} "the www/apache2 port, rather than the devel/apr port," - @${ECHO_MSG} "by defining WITH_APACHE2_APR." -.endif - @${ECHO_MSG} "" -.if defined(WITH_SVNSERVE_WRAPPER) - @${ECHO_MSG} "svnserve wrapper enabled." -.else - @${ECHO_MSG} "You can install the svnserve wrapper (sets umask 002)" - @${ECHO_MSG} "by defining WITH_SVNSERVE_WRAPPER." -.endif - @${ECHO_MSG} "" -.if defined(WITH_REPOSITORY_CREATION) - @${ECHO_MSG} "I will create (or use, if it exists) \"${SVNGROUP}\" group." - @${ECHO_MSG} "Make sure that all committers are its members." -.else - @${ECHO_MSG} "You can have the repository created for you by defining" - @${ECHO_MSG} "WITH_REPOSITORY_CREATION." - @${ECHO_MSG} "" - @${ECHO_MSG} "Make sure that:" - @${ECHO_MSG} "* all your svn users are members of a common group" - @${ECHO_MSG} "* this group is the group id of the db/ and locks/" - @${ECHO_MSG} " subdirectories of your repository" - @${ECHO_MSG} "* the above subdirectories are writable by this group" - @${ECHO_MSG} "" - @${ECHO_MSG} "Repository will be created at '${SVNREPOS}' with group '${SVNGROUP}'" - @${ECHO_MSG} "You could change these settings by defining SVNREPOS and SVNGROUP" - @${ECHO_MSG} "" -.endif - @${ECHO_MSG} "" -.if defined(WITH_BOOK_HTML) - @${ECHO_MSG} "Subversion Book (HTML) enabled." -.else - @${ECHO_MSG} "You can install the Subversion Book (HTML) by defining" - @${ECHO_MSG} "WITH_BOOK_HTML." -.endif - @${ECHO_MSG} "" - @${ECHO_MSG} "May useful scripts will be installed into ${PREFIX}/share/subversion" - -post-extract: - @${RM} -r ${WRKSRC}/neon - @${RM} -r ${WRKSRC}/apr - @${RM} -r ${WRKSRC}/apr-util - -post-patch: -.if ${PREFIX} != "/usr" - @${REINPLACE_CMD} "s#/etc/subversion#${PREFIX}/etc/subversion#g" ${WRKSRC}/subversion/libsvn_subr/config_file.c - @${REINPLACE_CMD} "s#/etc/subversion#${PREFIX}/etc/subversion#g" ${WRKSRC}/subversion/libsvn_subr/config_impl.h -.endif - @${REINPLACE_CMD} "s#^swig_pydir =.*#swig_pydir = ${PYTHON_SITELIBDIR}/libsvn#" ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} "s#^swig_pydir_extra =.*#swig_pydir_extra = ${PYTHON_SITELIBDIR}/svn#" ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} "s#^LIBTOOL =.*#LIBTOOL = ${LIBTOOL}#" ${WRKSRC}/Makefile.in - -pre-configure: - @if [ ! -x ${APR_APU_DIR}/${APR_CONFIG} -o ! -x ${APR_APU_DIR}/${APU_CONFIG} ] ; then \ - ${ECHO_MSG} "" ; \ - ${ECHO_MSG} 'You selected to use`'"${APR_PORT}' for apr library." ; \ - ${ECHO_MSG} 'It seems that `'"${APR_PORT}' is not properly installed." ; \ - ${ECHO_MSG} "" ; \ - ${FALSE} ; \ - fi - @if [ `${APR_APU_DIR}/${APU_CONFIG} --db-version` != "4" ] ; then \ - ${ECHO_MSG} "" ; \ - ${ECHO_MSG} 'You should build `'"${APR_PORT}' with db4 support to use subversion with it." ; \ - ${ECHO_MSG} 'Please rebuild `'"${APR_PORT}' with option "'`'"${OPT_NAME}' and try again." ; \ - ${ECHO_MSG} "" ; \ - ${FALSE} ; \ - fi - -post-build: -.if defined(WITH_PERL) - cd ${WRKSRC} ; \ - ${MAKE} swig-pl -.endif -.if defined(WITH_PYTHON) - cd ${WRKSRC} ; \ - ${MAKE} swig-py -.endif -#.if defined(WITH_JAVA) -# @${MKDIR} ${WRKSRC}/subversion/bindings/java/javahl/classes -# cd ${WRKSRC} ; \ -# ${MAKE} javahl -#.endif -.if defined(WITH_BOOK_HTML) - cd ${WRKSRC}/doc/book/tools/ ; \ - ${LN} -s ${PREFIX}/share/xsl/docbook xsl - cd ${WRKSRC}/doc/book ; \ - ${MAKE} all-html -.endif - -.if defined(WITH_MOD_DAV_SVN) -pre-install: - ${APXS} -e -S LIBEXECDIR=${PREFIX}/libexec/apache2 -a -n dav libexec/apache2/mod_dav.so -.endif - -post-install: - @${MKDIR} ${PREFIX}/share/subversion - cd ${WRKSRC}/tools ; \ - tar --exclude '*.in' -cf - * | tar -C ${PREFIX}/share/subversion -xf - -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - for f in ${TXT_DOCS}; do \ - ${INSTALL_DATA} ${WRKSRC}/$$f ${DOCSDIR}; \ - done -.if defined(WITH_BOOK_HTML) - cd ${WRKSRC}/doc/book ; \ - ${MAKE} install-book-html install-book-html-chunk INSTALL_DIR=${DOCSDIR} -.endif -.endif -.if defined(WITH_PERL) - cd ${WRKSRC} ; \ - ${MAKE} install-swig-pl -.endif -.if defined(WITH_PYTHON) - cd ${WRKSRC} ; \ - ${MAKE} install-swig-py -.endif -#.if defined(WITH_JAVA) -# cd ${WRKSRC} ; \ -# ${MAKE} install-javahl -#.endif -.if defined(WITH_SVNSERVE_WRAPPER) - @${INSTALL_SCRIPT} ${FILESDIR}/svnserve.wrapper ${PREFIX}/bin/svnserve -.endif -.if defined(WITH_REPOSITORY_CREATION) && !exists(${SVNREPOS}) -. if defined(WITH_SVNSERVE_WRAPPER) - @if /usr/sbin/pw groupshow "${SVNGROUP}" >/dev/null 2>&1; then \ - ${ECHO_MSG} "You already have a group \"${SVNGROUP}\", so I will use it."; \ - else \ - if /usr/sbin/pw groupadd ${SVNGROUP} -h -; \ - then \ - ${ECHO_MSG} "Added group \"${SVNGROUP}\"."; \ - else \ - ${ECHO_MSG} "Adding group \"${SVNGROUP}\" failed..."; \ - ${ECHO_MSG} "Please create it, and try again."; \ - ${FALSE}; \ - fi; \ - fi -. endif - @${MKDIR} ${SVNREPOS} - @${PREFIX}/bin/svnadmin create ${SVNREPOS} - @${CHGRP} ${SVNGROUP} ${SVNREPOS}/db ${SVNREPOS}/locks/db.lock ${SVNREPOS}/dav - @${CHMOD} g+w ${SVNREPOS}/db ${SVNREPOS}/locks/db.lock ${SVNREPOS}/dav - @for i in ${SVNREPOS}/db/* ; do \ - i=$${i##*/}; \ - case $$i in \ - DB_CONFIG) ;; \ - *) ${CHGRP} ${SVNGROUP} ${SVNREPOS}/db/$$i; \ - ${CHMOD} g+w ${SVNREPOS}/db/$$i; \ - ;; \ - esac; \ - done -.endif - -post-deinstall: -.if defined(WITH_MOD_DAV_SVN) - @PKG_PREFIX=${PREFIX} ${SH} ${PKGDEINSTALL} ${PKGNAME} POST-DEINSTALL -.endif - -.include <bsd.port.post.mk> diff --git a/devel/subversion-devel/distinfo b/devel/subversion-devel/distinfo deleted file mode 100644 index 8ee34a7a0885..000000000000 --- a/devel/subversion-devel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (subversion-1.1.1.tar.bz2) = a180c3fe91680389c210c99def54d9e0 -SIZE (subversion-1.1.1.tar.bz2) = 6768086 diff --git a/devel/subversion-devel/files/build-outputs.mk.patch b/devel/subversion-devel/files/build-outputs.mk.patch deleted file mode 100644 index a7c191b652b5..000000000000 --- a/devel/subversion-devel/files/build-outputs.mk.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- build-outputs.mk.orig 2004-10-22 22:13:15.000000000 +0400 -+++ build-outputs.mk 2004-11-05 11:15:30.265625000 +0300 -@@ -500,7 +500,7 @@ - cd subversion/svnadmin ; $(INSTALL_BIN) svnadmin$(EXEEXT) $(DESTDIR)$(bindir)/svnadmin$(EXEEXT) - cd subversion/svndumpfilter ; $(INSTALL_BIN) svndumpfilter$(EXEEXT) $(DESTDIR)$(bindir)/svndumpfilter$(EXEEXT) - cd subversion/svnlook ; $(INSTALL_BIN) svnlook$(EXEEXT) $(DESTDIR)$(bindir)/svnlook$(EXEEXT) -- cd subversion/svnserve ; $(INSTALL_BIN) svnserve$(EXEEXT) $(DESTDIR)$(bindir)/svnserve$(EXEEXT) -+ cd subversion/svnserve ; $(INSTALL_BIN) svnserve$(EXEEXT) $(DESTDIR)$(bindir)/svnserve.bin$(EXEEXT) - cd subversion/svnversion ; $(INSTALL_BIN) svnversion$(EXEEXT) $(DESTDIR)$(bindir)/svnversion$(EXEEXT) - - install-contrib: contrib/client-side/svn-push/svn-push$(EXEEXT) install-lib install-fsmod-lib diff --git a/devel/subversion-devel/files/patch-ac-helpers::ltmain.sh b/devel/subversion-devel/files/patch-ac-helpers::ltmain.sh deleted file mode 100644 index ba6fe13c1cdb..000000000000 --- a/devel/subversion-devel/files/patch-ac-helpers::ltmain.sh +++ /dev/null @@ -1,11 +0,0 @@ ---- ac-helpers/ltmain.sh.orig 2004-10-22 22:13:13.000000000 +0400 -+++ ac-helpers/ltmain.sh 2004-11-05 11:30:39.328125000 +0300 -@@ -1061,7 +1061,7 @@ - esac - elif test "X$arg" = "X-lc_r"; then - case $host in -- *-*-openbsd* | *-*-freebsd*) -+ *-*-openbsd* | *-*-freebsd4*) - # Do not include libc_r directly, use -pthread flag. - continue - ;; diff --git a/devel/subversion-devel/files/patch-doc::book::Makefile b/devel/subversion-devel/files/patch-doc::book::Makefile deleted file mode 100644 index dce562b68f18..000000000000 --- a/devel/subversion-devel/files/patch-doc::book::Makefile +++ /dev/null @@ -1,31 +0,0 @@ ---- doc/book/Makefile.orig 2004-09-14 06:50:26.000000000 +0400 -+++ doc/book/Makefile 2004-11-05 11:33:23.265625000 +0300 -@@ -1,5 +1,5 @@ - XSLTPROC = xsltproc --INSTALL_DIR = $(DESTDIR)/usr/share/doc/subversion -+#INSTALL_DIR = $(DESTDIR)/usr/share/doc/subversion - INSTALL = install - - ## You shouldn't normally need to edit anything below here. -@@ -118,7 +118,7 @@ - $(BOOK_INSTALL_DIR): - $(INSTALL) -d $(BOOK_INSTALL_DIR) - --install-book-html: $(BOOK_HTML_TARGET) -+install-book-html: - $(INSTALL) -d $(BOOK_INSTALL_DIR)/images - $(INSTALL) $(BOOK_HTML_TARGET) $(BOOK_INSTALL_DIR) - $(INSTALL) $(BOOK_DIR)/styles.css $(BOOK_INSTALL_DIR) -@@ -130,10 +130,10 @@ - $(INSTALL) $(BOOK_DIR)/styles.css $(BOOK_INSTALL_DIR) - $(INSTALL) $(BOOK_IMAGES) $(BOOK_INSTALL_DIR)/images - --install-book-pdf: $(BOOK_PDF_TARGET) $(BOOK_INSTALL_DIR) -+install-book-pdf: - $(INSTALL) $(BOOK_PDF_TARGET) $(BOOK_INSTALL_DIR) - --install-book-ps: $(BOOK_PS_TARGET) $(BOOK_INSTALL_DIR) -+install-book-ps: - $(INSTALL) $(BOOK_PS_TARGET) $(BOOK_INSTALL_DIR) - - book-clean: diff --git a/devel/subversion-devel/files/patch-subversion::bindings::swig::perl::natives::Base.pm b/devel/subversion-devel/files/patch-subversion::bindings::swig::perl::natives::Base.pm deleted file mode 100644 index 143db2f1ce38..000000000000 --- a/devel/subversion-devel/files/patch-subversion::bindings::swig::perl::natives::Base.pm +++ /dev/null @@ -1,10 +0,0 @@ ---- subversion/bindings/swig/perl/native/Base.pm.orig 2004-10-20 10:46:59.000000000 +0400 -+++ subversion/bindings/swig/perl/native/Base.pm 2004-11-05 11:43:35.578125000 +0300 -@@ -60,6 +60,7 @@ - package SVN::_$pkg; - require DynaLoader; - bootstrap SVN::_$pkg; -+sub dl_load_flags { 0x01 } - 1; - ' or die $@; - }; diff --git a/devel/subversion-devel/files/patch-subversion::bindings::swig::perl::natives::Makefle.PL.in b/devel/subversion-devel/files/patch-subversion::bindings::swig::perl::natives::Makefle.PL.in deleted file mode 100644 index 868ff9a558e4..000000000000 --- a/devel/subversion-devel/files/patch-subversion::bindings::swig::perl::natives::Makefle.PL.in +++ /dev/null @@ -1,83 +0,0 @@ ---- subversion/bindings/swig/perl/native/Makefile.PL.in.orig 2004-09-14 20:32:08.000000000 +0400 -+++ subversion/bindings/swig/perl/native/Makefile.PL.in 2004-11-05 11:51:01.000000000 +0300 -@@ -1,4 +1,5 @@ --#!/usr/bin/perl -+#!/usr/bin/perl -w -+use strict; - use ExtUtils::MakeMaker; - use Config; - use Cwd 'abs_path'; -@@ -15,6 +16,12 @@ - my $swig_srcdir = "${svnlib_srcdir}/bindings/swig"; - my $swig_builddir = "${svnlib_builddir}/bindings/swig"; - -+my $top_builddir = '../../../../..'; -+my $top_srcdir = '@top_srcdir@'; -+my $svnlib_srcdir = "${top_srcdir}/subversion"; -+my $swig_srcdir = "${svnlib_srcdir}/bindings/swig"; -+ -+ - my $swig_version = @SWIG_VERSION@; - my $swig = '@SWIG@'; - -@@ -41,15 +48,14 @@ - - my %config = ( - ABSTRACT => 'Perl bindings for Subversion', -- INC => join(' ',$apr_cflags, $apu_cflags, -+ INC => join(' ',$ENV{'CCFLAGS'} || '',$apr_cflags, $apu_cflags, - " -I$swig_srcdir/perl/libsvn_swig_perl", - " -I$svnlib_srcdir/include", - " -I$swig_srcdir -g"), - OBJECT => q/$(O_FILES)/, - LIBS => [join(' ', $apr_ldflags, - (map {$_ = abs_path($_); "-L$_"} @ldpaths), -- @ldmodules, '-lsvn_swig_perl-1', -- `$swig -perl -ldflags`)], -+ @ldmodules)], - test => { TESTS => "$swig_srcdir/perl/native/t/*.t" } - ); - -@@ -64,6 +70,7 @@ - "\$(INST_LIBDIR)/$_.pm") } - map { perlish $_ } - ('base', 'core', @modules)}, -+ LDFROM => '$(O_FILES) '."../libsvn_swig_perl/.libs/libsvn_swig_perl-1.a", - MAN3PODS => {map { ("$swig_srcdir/perl/native/$_.pm" => - "\$(INST_MAN3DIR)/SVN::$_.\$(MAN3EXT)") } - map { perlish $_ } -@@ -88,18 +95,22 @@ - my $module_c_files = join (' ',map { "svn_$_.c"} @modules); - my $module_make_commands = join ('',map {"\t\$(MAKE) -f Makefile.$_\n"} @modules); - -- my $flags; -+ my ($flags, $flags_runtime); - if ($swig_version >= 103020) { - $flags = '-noruntime -noproxy'; -+ $flags_runtime = '-runtime -noproxy'; - } else { -+ # XXX: prehaps deprecated - $flags = '-c'; - } - -- my $swig_command = "$swig $flags -nopm -perl " . -+ my ($swig_command, $swig_command_runtime) = -+ map {"$swig $_ -nopm -perl " . - "-I$swig_srcdir " . - "-I$swig_srcdir/perl/libsvn_swig_perl". - " -I$svnlib_srcdir/include" . -- $apr_cflags; -+ $apr_cflags} -+ ($flags, $flags_runtime); - - my $swig_modules_command = join ('', - map {"\nsvn_$_.c : $swig_srcdir/svn_$_.i ". -@@ -137,7 +148,7 @@ - $module_make_commands\t\$(NOECHO) \$(TOUCH) \$\@ - - core.c :: $swig_srcdir/core.i --\t$swig_command -o core.c $swig_srcdir/core.i -+\t$swig_command_runtime -o core.c $swig_srcdir/core.i - - $swig_modules_command - diff --git a/devel/subversion-devel/files/svnserve.wrapper b/devel/subversion-devel/files/svnserve.wrapper deleted file mode 100644 index 6797f9478ad5..000000000000 --- a/devel/subversion-devel/files/svnserve.wrapper +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -SVNSERVE=$(dirname $(realpath $0))/svnserve.bin - -umask 002 -$SVNSERVE "$@" - diff --git a/devel/subversion-devel/pkg-deinstall b/devel/subversion-devel/pkg-deinstall deleted file mode 100644 index 8a03c3956aac..000000000000 --- a/devel/subversion-devel/pkg-deinstall +++ /dev/null @@ -1,60 +0,0 @@ -#!/bin/sh -# -# Try to de-activate mod_dav_svn in the installed httpd.conf and warn -# if this fails. -# -# $FreeBSD$ -# - -if [ "$2" != "POST-DEINSTALL" ]; then - exit 0 -fi - -TMPDIR=${TMPDIR:=/tmp} -PKG_TMPDIR=${PKG_TMPDIR:=${TMPDIR}} - -apxscmd=${PKG_PREFIX}/sbin/apxs -tmpdir=${PKG_TMPDIR}/deinstmod_dav_svn.$$ - -if [ ! -x ${apxscmd} ]; then - echo Can\'t find the apxs program: ${apxscmd}. - exit 1 -fi - -confdir=`${apxscmd} -q SYSCONFDIR` - -if [ ! -d ${confdir} ]; then - echo Can\'t find Apache conf dir: ${confdir} - exit 1 -fi - -if [ -f ${confdir}/httpd.conf ]; then - conffile=httpd.conf -fi -if [ -f ${confdir}/httpd.conf.default ]; then - conffile="${conffile} httpd.conf.default" -fi -if [ -z "${conffile}" ]; then - echo Can\'t find either of ${confdir}/httpd.conf or - echo ${confdir}/httpd.conf.default. - exit 1 -fi - -if ! mkdir ${tmpdir}; then - echo Can\'t create temporary directory: ${tmpdir} - exit 1 -fi - -for i in ${conffile}; do - awk '{if (!/^LoadModule dav_svn_module/ && - !/^AddModule mod_dav_svn.c/ &&\ - !/^LoadModule authz_svn_module/ &&\ - !/^AddModule mod_authz_svn.c/ ) \ - print $0}' < ${confdir}/$i > ${tmpdir}/$i - echo Removing dav_svn_module and authz_svn_module from $i in config dir: ${confdir} - cat ${tmpdir}/$i > ${confdir}/$i -done - -rm -rf ${tmpdir} - -exit 0 diff --git a/devel/subversion-devel/pkg-descr b/devel/subversion-devel/pkg-descr deleted file mode 100644 index b0743f27a8c3..000000000000 --- a/devel/subversion-devel/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Subversion is a version control system designed to be as similar to cvs(1) -as possible, while fixing many outstanding problems with cvs(1). - -WWW: http://subversion.tigris.org/ diff --git a/devel/subversion-devel/pkg-plist b/devel/subversion-devel/pkg-plist deleted file mode 100644 index c13580cb360d..000000000000 --- a/devel/subversion-devel/pkg-plist +++ /dev/null @@ -1,251 +0,0 @@ -bin/svn -bin/svnadmin -bin/svndumpfilter -bin/svnlook -bin/svnserve -%%SVNSERVE_WRAPPER%%bin/svnserve.bin -bin/svnversion -include/subversion-1/mod_dav_svn.h -include/subversion-1/svn-revision.txt -include/subversion-1/svn_auth.h -include/subversion-1/svn_base64.h -include/subversion-1/svn_client.h -include/subversion-1/svn_cmdline.h -include/subversion-1/svn_config.h -include/subversion-1/svn_dav.h -include/subversion-1/svn_delta.h -include/subversion-1/svn_diff.h -include/subversion-1/svn_error.h -include/subversion-1/svn_error_codes.h -include/subversion-1/svn_fs.h -include/subversion-1/svn_hash.h -include/subversion-1/svn_io.h -include/subversion-1/svn_md5.h -include/subversion-1/svn_opt.h -include/subversion-1/svn_path.h -include/subversion-1/svn_pools.h -include/subversion-1/svn_props.h -include/subversion-1/svn_quoprint.h -include/subversion-1/svn_ra.h -include/subversion-1/svn_ra_svn.h -include/subversion-1/svn_repos.h -include/subversion-1/svn_sorts.h -include/subversion-1/svn_string.h -include/subversion-1/svn_subst.h -include/subversion-1/svn_test.h -include/subversion-1/svn_time.h -include/subversion-1/svn_types.h -include/subversion-1/svn_utf.h -include/subversion-1/svn_version.h -include/subversion-1/svn_wc.h -include/subversion-1/svn_xml.h -@dirrm include/subversion-1 -lib/libsvn_client-1.a -lib/libsvn_client-1.so -lib/libsvn_client-1.so.0 -lib/libsvn_delta-1.a -lib/libsvn_delta-1.so -lib/libsvn_delta-1.so.0 -lib/libsvn_diff-1.a -lib/libsvn_diff-1.so -lib/libsvn_diff-1.so.0 -lib/libsvn_fs-1.a -lib/libsvn_fs-1.so -lib/libsvn_fs-1.so.0 -lib/libsvn_fs_base-1.a -lib/libsvn_fs_base-1.so -lib/libsvn_fs_base-1.so.0 -lib/libsvn_fs_fs-1.a -lib/libsvn_fs_fs-1.so -lib/libsvn_fs_fs-1.so.0 -lib/libsvn_ra-1.a -lib/libsvn_ra-1.so -lib/libsvn_ra-1.so.0 -%%WITHOUT_NEON%%lib/libsvn_ra_dav-1.a -%%WITHOUT_NEON%%lib/libsvn_ra_dav-1.so -%%WITHOUT_NEON%%lib/libsvn_ra_dav-1.so.0 -lib/libsvn_ra_local-1.a -lib/libsvn_ra_local-1.so -lib/libsvn_ra_local-1.so.0 -lib/libsvn_ra_svn-1.a -lib/libsvn_ra_svn-1.so -lib/libsvn_ra_svn-1.so.0 -lib/libsvn_repos-1.a -lib/libsvn_repos-1.so -lib/libsvn_repos-1.so.0 -lib/libsvn_subr-1.a -lib/libsvn_subr-1.so -lib/libsvn_subr-1.so.0 -lib/libsvn_wc-1.a -lib/libsvn_wc-1.so -lib/libsvn_wc-1.so.0 -%%WITHOUT_GETTEXT%%share/locale/de/LC_MESSAGES/subversion.mo -%%WITHOUT_GETTEXT%%share/locale/es/LC_MESSAGES/subversion.mo -%%WITHOUT_GETTEXT%%share/locale/ja/LC_MESSAGES/subversion.mo -%%WITHOUT_GETTEXT%%share/locale/nb/LC_MESSAGES/subversion.mo -%%WITHOUT_GETTEXT%%share/locale/pl/LC_MESSAGES/subversion.mo -%%WITHOUT_GETTEXT%%share/locale/pt_BR/LC_MESSAGES/subversion.mo -%%WITHOUT_GETTEXT%%share/locale/sv/LC_MESSAGES/subversion.mo -%%WITHOUT_GETTEXT%%share/locale/zh_CN/LC_MESSAGES/subversion.mo -%%WITHOUT_GETTEXT%%share/locale/zh_TW/LC_MESSAGES/subversion.mo -share/subversion/backup/hot-backup.py -share/subversion/client-side/bash_completion -share/subversion/client-side/bash_completion_test -share/subversion/client-side/server-vsn.py -share/subversion/client-side/showchange.pl -share/subversion/cvs2svn/README -share/subversion/dev/check-license.py -share/subversion/dev/datecheck.py -share/subversion/dev/find-textfiles.sh -share/subversion/dev/gcov.patch -share/subversion/dev/gnuify-changelog.pl -share/subversion/dev/iz/defect.dem -share/subversion/dev/iz/ff2csv.command -share/subversion/dev/iz/ff2csv.py -share/subversion/dev/iz/find-fix.py -share/subversion/dev/iz/run-queries.sh -share/subversion/dev/normalize-dump.py -share/subversion/dev/prebuild-cleanup.sh -share/subversion/dev/random-commits.py -share/subversion/dev/scramble-tree.py -share/subversion/dev/stress.pl -share/subversion/dev/svn-dev.el -share/subversion/dev/svn-dev.vim -share/subversion/dev/trails.py -share/subversion/dev/verify-history.py -share/subversion/examples/blame.py -share/subversion/examples/check-modified.py -share/subversion/examples/dumpprops.py -share/subversion/examples/getfile.py -share/subversion/examples/geturl.py -share/subversion/examples/minimal_client.c -share/subversion/examples/putfile.py -share/subversion/examples/revplist.py -share/subversion/examples/svnlook.py -share/subversion/examples/svnserve-sgid.c -share/subversion/examples/svnshell.py -share/subversion/hook-scripts/commit-access-control.cfg.example -share/subversion/hook-scripts/commit-access-control.pl -share/subversion/hook-scripts/commit-email.pl -share/subversion/hook-scripts/mailer/mailer.conf.example -share/subversion/hook-scripts/mailer/mailer.py -share/subversion/hook-scripts/mailer/tests/mailer-init.sh -share/subversion/hook-scripts/mailer/tests/mailer-t1.output -share/subversion/hook-scripts/mailer/tests/mailer-t1.sh -share/subversion/hook-scripts/mailer/tests/mailer-tweak.py -share/subversion/hook-scripts/propchange-email.pl -share/subversion/hook-scripts/README -share/subversion/hook-scripts/svnperms.conf.example -share/subversion/hook-scripts/svnperms.py -share/subversion/hook-scripts/verify-po.py -share/subversion/po/svn-po-status-report.sh -share/subversion/test-scripts/svntest/README -share/subversion/test-scripts/svntest/svntest-check-configuration.sh -share/subversion/test-scripts/svntest/svntest-config.sh -share/subversion/test-scripts/svntest/svntest-rebuild-generic.sh -share/subversion/test-scripts/svntest/svntest-rebuild.sh -share/subversion/test-scripts/svntest/svntest-run.sh -share/subversion/test-scripts/svntest/svntest-sendmail.sh -share/subversion/test-scripts/svntest/svntest-update.sh -share/subversion/test-scripts/svntest/svntest.sh -share/subversion/xslt/svnindex.css -share/subversion/xslt/svnindex.xsl -%%MOD_DAV_SVN%%libexec/apache2/mod_dav_svn.so -%%MOD_DAV_SVN%%libexec/apache2/mod_authz_svn.so -%%MOD_DAV_SVN%%@exec %D/sbin/apxs -e -S LIBEXECDIR=%D/libexec/apache2 -a -n dav libexec/apache2/mod_dav.so -%%MOD_DAV_SVN%%@exec %D/sbin/apxs -e -S LIBEXECDIR=%D/libexec/apache2 -a -n dav_svn libexec/apache2/mod_dav_svn.so -%%WITH_PERL%%lib/libsvn_swig_perl-1.a -%%WITH_PERL%%lib/libsvn_swig_perl-1.so -%%WITH_PERL%%lib/libsvn_swig_perl-1.so.0 -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/SVN/Base.pm -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/SVN/Client.pm -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/SVN/Core.pm -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/SVN/Delta.pm -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/SVN/Fs.pm -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/SVN/Ra.pm -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/SVN/Repos.pm -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/SVN/Wc.pm -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Client/_Client.bs -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Client/_Client.so -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Core/.packlist -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Core/_Core.bs -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Core/_Core.so -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Delta/_Delta.bs -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Delta/_Delta.so -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Fs/_Fs.bs -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Fs/_Fs.so -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Ra/_Ra.bs -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Ra/_Ra.so -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Repos/_Repos.bs -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Repos/_Repos.so -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Wc/_Wc.bs -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Wc/_Wc.so -%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Wc -%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Repos -%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Ra -%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Fs -%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Delta -%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Client -%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Core -%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN -%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/SVN -%%WITH_PYTHON%%lib/libsvn_swig_py-1.a -%%WITH_PYTHON%%lib/libsvn_swig_py-1.so -%%WITH_PYTHON%%lib/libsvn_swig_py-1.so.0 -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/__init__.py -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/__init__.pyc -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_client.so -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_core.so -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_delta.so -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_fs.so -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_ra.so -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_repos.so -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_wc.so -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/client.py -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/client.pyc -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/core.py -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/core.pyc -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/delta.py -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/delta.pyc -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/fs.py -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/fs.pyc -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/ra.py -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/ra.pyc -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/repos.py -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/repos.pyc -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/wc.py -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/wc.pyc -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/svn/__init__.py -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/svn/__init__.pyc -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/svn/client.py -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/svn/client.pyc -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/svn/core.py -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/svn/core.pyc -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/svn/delta.py -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/svn/delta.pyc -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/svn/fs.py -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/svn/fs.pyc -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/svn/ra.py -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/svn/ra.pyc -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/svn/repos.py -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/svn/repos.pyc -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/svn/util.py -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/svn/util.pyc -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/svn/wc.py -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/svn/wc.pyc -%%WITH_PYTHON%%@dirrm %%PYTHON_SITELIBDIR%%/libsvn -%%WITH_PYTHON%%@dirrm %%PYTHON_SITELIBDIR%%/svn -@dirrm share/subversion/backup -@dirrm share/subversion/client-side -@dirrm share/subversion/cvs2svn -@dirrm share/subversion/dev/iz -@dirrm share/subversion/dev -@dirrm share/subversion/examples -@dirrm share/subversion/hook-scripts/mailer/tests -@dirrm share/subversion/hook-scripts/mailer -@dirrm share/subversion/hook-scripts -@dirrm share/subversion/po -@dirrm share/subversion/test-scripts/svntest -@dirrm share/subversion/test-scripts -@dirrm share/subversion/xslt -@dirrm share/subversion diff --git a/devel/subversion-freebsd/Makefile b/devel/subversion-freebsd/Makefile deleted file mode 100644 index bcaf693cb11f..000000000000 --- a/devel/subversion-freebsd/Makefile +++ /dev/null @@ -1,369 +0,0 @@ -# New ports collection makefile for: subversion -# Date created: 10 September 2001 -# Whom: rooneg@electricjellyfish.net -# -# $FreeBSD$ - -PORTNAME= subversion -PORTVERSION= 1.1.1 -CATEGORIES= devel -MASTER_SITES= http://subversion.tigris.org/tarballs/ - -MAINTAINER= lev@freebsd.org -COMMENT= Version control system - -LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 - -INSTALLS_SHLIB= yes - -USE_SIZE= yes -USE_BZIP2= yes -USE_LIBTOOL_VER=15 -USE_REINPLACE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --with-ssl - -MAN1= svn.1 svnadmin.1 svnlook.1 svndumpfilter.1 svnversion.1 -MAN5= svnserve.conf.5 -MAN8= svnserve.8 -MANCOMPRESSED= no - -TXT_DOCS= BUGS CHANGES COMMITTERS COPYING HACKING INSTALL README -.if !defined(NOPORTDOCS) -PORTDOCS= ${TXT_DOCS} -.endif - -.if !defined(WITHOUT_NLS) -USE_GETTEXT= yes -PLIST_SUB+= WITHOUT_GETTEXT="" -.else -CONFIGURE_ARGS+= --disable-nls -PLIST_SUB+= WITHOUT_GETTEXT="@comment " -.endif - -.include <bsd.port.pre.mk> - -SVNREPOS?= /home/svn/repos - -.if defined(WITH_MAINTAINER_DEBUG) -CONFIGURE_ARGS+=--enable-maintainer-mode \ - --enable-debug -CFLAGS+= -g -.endif - -.if !defined(WITHOUT_NEON) -LIB_DEPENDS+= neon.24:${PORTSDIR}/www/neon -CONFIGURE_ARGS+= --with-neon=${LOCALBASE} -PLIST_SUB+= WITHOUT_NEON="" -.else -CONFIGURE_ARGS+= --without-neon -PLIST_SUB+= WITHOUT_NEON="@comment " -.endif - -.if defined(WITH_PERL) -.if ${PERL_LEVEL} < 500800 -IGNORE= "Subversion\'s Perl bindings need perl 5.8.0 or greater. Upgrade your perl and try again" -.endif -SWIG_BINDINGS+= perl -USE_PERL5= yes -PLIST_SUB+= WITH_PERL="" -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -MAN3= SVN::Base.3 \ - SVN::Client.3 \ - SVN::Core.3 \ - SVN::Delta.3 \ - SVN::Fs.3 \ - SVN::Ra.3 \ - SVN::Repos.3 \ - SVN::Wc.3 -.else -PLIST_SUB+= WITH_PERL="@comment " -.endif - -.if defined(WITH_PYTHON) -USE_PYTHON= yes -.include "${PORTSDIR}/Mk/bsd.python.mk" -SWIG_BINDINGS+= python -PLIST_SUB+= WITH_PYTHON="" -.else -PLIST_SUB+= WITH_PYTHON="@comment " -.endif - -#.if defined(WITH_JAVA) -#USE_JAVA= yes -#JAVA_VERSION= 1.2+ -#JAVA_OS= native -#JAVA_BUILD= yes -#JAVA_RUN= yes -#.include "${PORTSDIR}/Mk/bsd.java.mk" -#CONFIGURE_ARGS+= --enable-javahl --with-jdk=${JAVA_HOME} -#PLIST_SUB+= WITH_JAVA="" -#.else -#PLIST_SUB+= WITH_JAVA="@comment " -#.endif - -.if defined(SWIG_BINDINGS) && ${SWIG_BINDINGS} != "" -BUILD_DEPENDS+= swig1.3:${PORTSDIR}/devel/swig13 -DEPENDS_ARGS+= SWIG_LANGUAGES='${SWIG_BINDINGS}' -CONFIGURE_ARGS+= --with-swig=${LOCALBASE} \ - --enable-swig-bindings=${SWIG_BINDINGS:Q:S/ /,/g:S/\\//g} -.else -CONFIGURE_ARGS+= --without-swig --disable-swig-bindings -.endif - -.if defined(WITH_MOD_DAV_SVN) -WITH_APACHE2_APR= yes -CONFIGURE_ARGS+= --with-apxs=${APXS} -PLIST_SUB+= MOD_DAV_SVN="" -SVNGROUP?= www -.else -PLIST_SUB+= MOD_DAV_SVN="@comment " -PKGDEINSTALL= NONEXISTENT -SVNGROUP?= svn -.endif - -.if defined(WITH_APACHE2_APR) -APACHE2_PORT?= www/apache2 -BUILD_DEPENDS+= ${APXS}:${PORTSDIR}/${APACHE2_PORT} -RUN_DEPENDS+= ${APXS}:${PORTSDIR}/${APACHE2_PORT} -DEPENDS_ARGS+= WITH_BERKELEYDB=db4 -APR_APU_DIR= ${LOCALBASE}/lib/apache2 -APR_CONFIG= apr-config -APU_CONFIG= apu-config -APR_PORT= www/apache2 -OPT_NAME= WITH_BERKELEYDB=(db4|db41|db42) -.else -LIB_DEPENDS+= apr-1.0:${PORTSDIR}/devel/apr-svn -APR_APU_DIR= ${LOCALBASE}/bin -APR_CONFIG= apr-1-config -APU_CONFIG= apu-1-config -APR_PORT= devel/apr -OPT_NAME= APR_UTIL_WITH_BERKELEY_DB=yes -.endif -CONFIGURE_ARGS+=--with-apr=${APR_APU_DIR}/${APR_CONFIG} \ - --with-apr-util=${APR_APU_DIR}/${APU_CONFIG} - -.if defined(WITH_SVNSERVE_WRAPPER) -PLIST_SUB+= SVNSERVE_WRAPPER="" -EXTRA_PATCHES= ${PATCHDIR}/build-outputs.mk.patch -.else -PLIST_SUB+= SVNSERVE_WRAPPER="@comment " -.endif - -.if defined(WITH_BOOK_HTML) -PORTDOCS+= book -BUILD_DEPENDS+= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl \ - ${LOCALBASE}/bin/xsltproc:${PORTSDIR}/textproc/libxslt -.endif - -SCRIPTS= - -SCRIPTS_DATA= - -pre-extract: - @${ECHO_MSG} "" -.if defined(WITHOUT_NEON) - @${ECHO_MSG} "WebDAV/Delta-V repository access module disabled." -.else - @${ECHO_MSG} "WebDAV/Delta-V repository access module enabled." - @${ECHO_MSG} "To disable it define WITHOUT_NEON" -.endif - @${ECHO_MSG} "" -.if defined(WITH_MAINTAINER_DEBUG) - @${ECHO_MSG} "Build debug version." -.else - @${ECHO_MSG} "You can enable debug build by defining WITH_MAINTAINER_DEBUG." -.endif - @${ECHO_MSG} "" -.if defined(WITH_PERL) - @${ECHO_MSG} "Build with perl bindings." - @${ECHO_MSG} "Be sure, that apr library and perl both uses OR not uses threads in same time." -.else - @${ECHO_MSG} "You can enable perl bindings by defining WITH_PERL" -.endif - @${ECHO_MSG} "" -.if defined(WITH_PYTHON) - @${ECHO_MSG} "Build with Python bindings." -.else - @${ECHO_MSG} "You can enable Python bindings by defining WITH_PYTHON." -.endif - @${ECHO_MSG} "" -#.if defined(WITH_JAVA) -# @${ECHO_MSG} "Build with Java (JavaHL) bindings." -#.else -# @${ECHO_MSG} "You can enable Java bindings by defining WITH_JAVA." -# @${ECHO_MSG} "You should have apr builded with threads for Java support!" -#.endif -# @${ECHO_MSG} "" -.if defined(WITH_MOD_DAV_SVN) - @${ECHO_MSG} "mod_dav_svn module for Apache 2.X enabled." -.else - @${ECHO_MSG} "You can enable the mod_dav_svn module for Apache 2.X" - @${ECHO_MSG} "by defining WITH_MOD_DAV_SVN. This option implies" - @${ECHO_MSG} "the WITH_APACHE2_APR option." -.endif - @${ECHO_MSG} "" -.if defined(WITH_APACHE2_APR) - @${ECHO_MSG} "Using APR from www/apache2. If you have the devel/apr" - @${ECHO_MSG} "port/package installed, you may need to remove it." -.else - @${ECHO_MSG} "You can link subversion against the APR built with" - @${ECHO_MSG} "the www/apache2 port, rather than the devel/apr port," - @${ECHO_MSG} "by defining WITH_APACHE2_APR." -.endif - @${ECHO_MSG} "" -.if defined(WITH_SVNSERVE_WRAPPER) - @${ECHO_MSG} "svnserve wrapper enabled." -.else - @${ECHO_MSG} "You can install the svnserve wrapper (sets umask 002)" - @${ECHO_MSG} "by defining WITH_SVNSERVE_WRAPPER." -.endif - @${ECHO_MSG} "" -.if defined(WITH_REPOSITORY_CREATION) - @${ECHO_MSG} "I will create (or use, if it exists) \"${SVNGROUP}\" group." - @${ECHO_MSG} "Make sure that all committers are its members." -.else - @${ECHO_MSG} "You can have the repository created for you by defining" - @${ECHO_MSG} "WITH_REPOSITORY_CREATION." - @${ECHO_MSG} "" - @${ECHO_MSG} "Make sure that:" - @${ECHO_MSG} "* all your svn users are members of a common group" - @${ECHO_MSG} "* this group is the group id of the db/ and locks/" - @${ECHO_MSG} " subdirectories of your repository" - @${ECHO_MSG} "* the above subdirectories are writable by this group" - @${ECHO_MSG} "" - @${ECHO_MSG} "Repository will be created at '${SVNREPOS}' with group '${SVNGROUP}'" - @${ECHO_MSG} "You could change these settings by defining SVNREPOS and SVNGROUP" - @${ECHO_MSG} "" -.endif - @${ECHO_MSG} "" -.if defined(WITH_BOOK_HTML) - @${ECHO_MSG} "Subversion Book (HTML) enabled." -.else - @${ECHO_MSG} "You can install the Subversion Book (HTML) by defining" - @${ECHO_MSG} "WITH_BOOK_HTML." -.endif - @${ECHO_MSG} "" - @${ECHO_MSG} "May useful scripts will be installed into ${PREFIX}/share/subversion" - -post-extract: - @${RM} -r ${WRKSRC}/neon - @${RM} -r ${WRKSRC}/apr - @${RM} -r ${WRKSRC}/apr-util - -post-patch: -.if ${PREFIX} != "/usr" - @${REINPLACE_CMD} "s#/etc/subversion#${PREFIX}/etc/subversion#g" ${WRKSRC}/subversion/libsvn_subr/config_file.c - @${REINPLACE_CMD} "s#/etc/subversion#${PREFIX}/etc/subversion#g" ${WRKSRC}/subversion/libsvn_subr/config_impl.h -.endif - @${REINPLACE_CMD} "s#^swig_pydir =.*#swig_pydir = ${PYTHON_SITELIBDIR}/libsvn#" ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} "s#^swig_pydir_extra =.*#swig_pydir_extra = ${PYTHON_SITELIBDIR}/svn#" ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} "s#^LIBTOOL =.*#LIBTOOL = ${LIBTOOL}#" ${WRKSRC}/Makefile.in - -pre-configure: - @if [ ! -x ${APR_APU_DIR}/${APR_CONFIG} -o ! -x ${APR_APU_DIR}/${APU_CONFIG} ] ; then \ - ${ECHO_MSG} "" ; \ - ${ECHO_MSG} 'You selected to use`'"${APR_PORT}' for apr library." ; \ - ${ECHO_MSG} 'It seems that `'"${APR_PORT}' is not properly installed." ; \ - ${ECHO_MSG} "" ; \ - ${FALSE} ; \ - fi - @if [ `${APR_APU_DIR}/${APU_CONFIG} --db-version` != "4" ] ; then \ - ${ECHO_MSG} "" ; \ - ${ECHO_MSG} 'You should build `'"${APR_PORT}' with db4 support to use subversion with it." ; \ - ${ECHO_MSG} 'Please rebuild `'"${APR_PORT}' with option "'`'"${OPT_NAME}' and try again." ; \ - ${ECHO_MSG} "" ; \ - ${FALSE} ; \ - fi - -post-build: -.if defined(WITH_PERL) - cd ${WRKSRC} ; \ - ${MAKE} swig-pl -.endif -.if defined(WITH_PYTHON) - cd ${WRKSRC} ; \ - ${MAKE} swig-py -.endif -#.if defined(WITH_JAVA) -# @${MKDIR} ${WRKSRC}/subversion/bindings/java/javahl/classes -# cd ${WRKSRC} ; \ -# ${MAKE} javahl -#.endif -.if defined(WITH_BOOK_HTML) - cd ${WRKSRC}/doc/book/tools/ ; \ - ${LN} -s ${PREFIX}/share/xsl/docbook xsl - cd ${WRKSRC}/doc/book ; \ - ${MAKE} all-html -.endif - -.if defined(WITH_MOD_DAV_SVN) -pre-install: - ${APXS} -e -S LIBEXECDIR=${PREFIX}/libexec/apache2 -a -n dav libexec/apache2/mod_dav.so -.endif - -post-install: - @${MKDIR} ${PREFIX}/share/subversion - cd ${WRKSRC}/tools ; \ - tar --exclude '*.in' -cf - * | tar -C ${PREFIX}/share/subversion -xf - -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - for f in ${TXT_DOCS}; do \ - ${INSTALL_DATA} ${WRKSRC}/$$f ${DOCSDIR}; \ - done -.if defined(WITH_BOOK_HTML) - cd ${WRKSRC}/doc/book ; \ - ${MAKE} install-book-html install-book-html-chunk INSTALL_DIR=${DOCSDIR} -.endif -.endif -.if defined(WITH_PERL) - cd ${WRKSRC} ; \ - ${MAKE} install-swig-pl -.endif -.if defined(WITH_PYTHON) - cd ${WRKSRC} ; \ - ${MAKE} install-swig-py -.endif -#.if defined(WITH_JAVA) -# cd ${WRKSRC} ; \ -# ${MAKE} install-javahl -#.endif -.if defined(WITH_SVNSERVE_WRAPPER) - @${INSTALL_SCRIPT} ${FILESDIR}/svnserve.wrapper ${PREFIX}/bin/svnserve -.endif -.if defined(WITH_REPOSITORY_CREATION) && !exists(${SVNREPOS}) -. if defined(WITH_SVNSERVE_WRAPPER) - @if /usr/sbin/pw groupshow "${SVNGROUP}" >/dev/null 2>&1; then \ - ${ECHO_MSG} "You already have a group \"${SVNGROUP}\", so I will use it."; \ - else \ - if /usr/sbin/pw groupadd ${SVNGROUP} -h -; \ - then \ - ${ECHO_MSG} "Added group \"${SVNGROUP}\"."; \ - else \ - ${ECHO_MSG} "Adding group \"${SVNGROUP}\" failed..."; \ - ${ECHO_MSG} "Please create it, and try again."; \ - ${FALSE}; \ - fi; \ - fi -. endif - @${MKDIR} ${SVNREPOS} - @${PREFIX}/bin/svnadmin create ${SVNREPOS} - @${CHGRP} ${SVNGROUP} ${SVNREPOS}/db ${SVNREPOS}/locks/db.lock ${SVNREPOS}/dav - @${CHMOD} g+w ${SVNREPOS}/db ${SVNREPOS}/locks/db.lock ${SVNREPOS}/dav - @for i in ${SVNREPOS}/db/* ; do \ - i=$${i##*/}; \ - case $$i in \ - DB_CONFIG) ;; \ - *) ${CHGRP} ${SVNGROUP} ${SVNREPOS}/db/$$i; \ - ${CHMOD} g+w ${SVNREPOS}/db/$$i; \ - ;; \ - esac; \ - done -.endif - -post-deinstall: -.if defined(WITH_MOD_DAV_SVN) - @PKG_PREFIX=${PREFIX} ${SH} ${PKGDEINSTALL} ${PKGNAME} POST-DEINSTALL -.endif - -.include <bsd.port.post.mk> diff --git a/devel/subversion-freebsd/distinfo b/devel/subversion-freebsd/distinfo deleted file mode 100644 index 8ee34a7a0885..000000000000 --- a/devel/subversion-freebsd/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (subversion-1.1.1.tar.bz2) = a180c3fe91680389c210c99def54d9e0 -SIZE (subversion-1.1.1.tar.bz2) = 6768086 diff --git a/devel/subversion-freebsd/files/build-outputs.mk.patch b/devel/subversion-freebsd/files/build-outputs.mk.patch deleted file mode 100644 index a7c191b652b5..000000000000 --- a/devel/subversion-freebsd/files/build-outputs.mk.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- build-outputs.mk.orig 2004-10-22 22:13:15.000000000 +0400 -+++ build-outputs.mk 2004-11-05 11:15:30.265625000 +0300 -@@ -500,7 +500,7 @@ - cd subversion/svnadmin ; $(INSTALL_BIN) svnadmin$(EXEEXT) $(DESTDIR)$(bindir)/svnadmin$(EXEEXT) - cd subversion/svndumpfilter ; $(INSTALL_BIN) svndumpfilter$(EXEEXT) $(DESTDIR)$(bindir)/svndumpfilter$(EXEEXT) - cd subversion/svnlook ; $(INSTALL_BIN) svnlook$(EXEEXT) $(DESTDIR)$(bindir)/svnlook$(EXEEXT) -- cd subversion/svnserve ; $(INSTALL_BIN) svnserve$(EXEEXT) $(DESTDIR)$(bindir)/svnserve$(EXEEXT) -+ cd subversion/svnserve ; $(INSTALL_BIN) svnserve$(EXEEXT) $(DESTDIR)$(bindir)/svnserve.bin$(EXEEXT) - cd subversion/svnversion ; $(INSTALL_BIN) svnversion$(EXEEXT) $(DESTDIR)$(bindir)/svnversion$(EXEEXT) - - install-contrib: contrib/client-side/svn-push/svn-push$(EXEEXT) install-lib install-fsmod-lib diff --git a/devel/subversion-freebsd/files/patch-ac-helpers::ltmain.sh b/devel/subversion-freebsd/files/patch-ac-helpers::ltmain.sh deleted file mode 100644 index ba6fe13c1cdb..000000000000 --- a/devel/subversion-freebsd/files/patch-ac-helpers::ltmain.sh +++ /dev/null @@ -1,11 +0,0 @@ ---- ac-helpers/ltmain.sh.orig 2004-10-22 22:13:13.000000000 +0400 -+++ ac-helpers/ltmain.sh 2004-11-05 11:30:39.328125000 +0300 -@@ -1061,7 +1061,7 @@ - esac - elif test "X$arg" = "X-lc_r"; then - case $host in -- *-*-openbsd* | *-*-freebsd*) -+ *-*-openbsd* | *-*-freebsd4*) - # Do not include libc_r directly, use -pthread flag. - continue - ;; diff --git a/devel/subversion-freebsd/files/patch-doc::book::Makefile b/devel/subversion-freebsd/files/patch-doc::book::Makefile deleted file mode 100644 index dce562b68f18..000000000000 --- a/devel/subversion-freebsd/files/patch-doc::book::Makefile +++ /dev/null @@ -1,31 +0,0 @@ ---- doc/book/Makefile.orig 2004-09-14 06:50:26.000000000 +0400 -+++ doc/book/Makefile 2004-11-05 11:33:23.265625000 +0300 -@@ -1,5 +1,5 @@ - XSLTPROC = xsltproc --INSTALL_DIR = $(DESTDIR)/usr/share/doc/subversion -+#INSTALL_DIR = $(DESTDIR)/usr/share/doc/subversion - INSTALL = install - - ## You shouldn't normally need to edit anything below here. -@@ -118,7 +118,7 @@ - $(BOOK_INSTALL_DIR): - $(INSTALL) -d $(BOOK_INSTALL_DIR) - --install-book-html: $(BOOK_HTML_TARGET) -+install-book-html: - $(INSTALL) -d $(BOOK_INSTALL_DIR)/images - $(INSTALL) $(BOOK_HTML_TARGET) $(BOOK_INSTALL_DIR) - $(INSTALL) $(BOOK_DIR)/styles.css $(BOOK_INSTALL_DIR) -@@ -130,10 +130,10 @@ - $(INSTALL) $(BOOK_DIR)/styles.css $(BOOK_INSTALL_DIR) - $(INSTALL) $(BOOK_IMAGES) $(BOOK_INSTALL_DIR)/images - --install-book-pdf: $(BOOK_PDF_TARGET) $(BOOK_INSTALL_DIR) -+install-book-pdf: - $(INSTALL) $(BOOK_PDF_TARGET) $(BOOK_INSTALL_DIR) - --install-book-ps: $(BOOK_PS_TARGET) $(BOOK_INSTALL_DIR) -+install-book-ps: - $(INSTALL) $(BOOK_PS_TARGET) $(BOOK_INSTALL_DIR) - - book-clean: diff --git a/devel/subversion-freebsd/files/patch-subversion::bindings::swig::perl::natives::Base.pm b/devel/subversion-freebsd/files/patch-subversion::bindings::swig::perl::natives::Base.pm deleted file mode 100644 index 143db2f1ce38..000000000000 --- a/devel/subversion-freebsd/files/patch-subversion::bindings::swig::perl::natives::Base.pm +++ /dev/null @@ -1,10 +0,0 @@ ---- subversion/bindings/swig/perl/native/Base.pm.orig 2004-10-20 10:46:59.000000000 +0400 -+++ subversion/bindings/swig/perl/native/Base.pm 2004-11-05 11:43:35.578125000 +0300 -@@ -60,6 +60,7 @@ - package SVN::_$pkg; - require DynaLoader; - bootstrap SVN::_$pkg; -+sub dl_load_flags { 0x01 } - 1; - ' or die $@; - }; diff --git a/devel/subversion-freebsd/files/patch-subversion::bindings::swig::perl::natives::Makefle.PL.in b/devel/subversion-freebsd/files/patch-subversion::bindings::swig::perl::natives::Makefle.PL.in deleted file mode 100644 index 868ff9a558e4..000000000000 --- a/devel/subversion-freebsd/files/patch-subversion::bindings::swig::perl::natives::Makefle.PL.in +++ /dev/null @@ -1,83 +0,0 @@ ---- subversion/bindings/swig/perl/native/Makefile.PL.in.orig 2004-09-14 20:32:08.000000000 +0400 -+++ subversion/bindings/swig/perl/native/Makefile.PL.in 2004-11-05 11:51:01.000000000 +0300 -@@ -1,4 +1,5 @@ --#!/usr/bin/perl -+#!/usr/bin/perl -w -+use strict; - use ExtUtils::MakeMaker; - use Config; - use Cwd 'abs_path'; -@@ -15,6 +16,12 @@ - my $swig_srcdir = "${svnlib_srcdir}/bindings/swig"; - my $swig_builddir = "${svnlib_builddir}/bindings/swig"; - -+my $top_builddir = '../../../../..'; -+my $top_srcdir = '@top_srcdir@'; -+my $svnlib_srcdir = "${top_srcdir}/subversion"; -+my $swig_srcdir = "${svnlib_srcdir}/bindings/swig"; -+ -+ - my $swig_version = @SWIG_VERSION@; - my $swig = '@SWIG@'; - -@@ -41,15 +48,14 @@ - - my %config = ( - ABSTRACT => 'Perl bindings for Subversion', -- INC => join(' ',$apr_cflags, $apu_cflags, -+ INC => join(' ',$ENV{'CCFLAGS'} || '',$apr_cflags, $apu_cflags, - " -I$swig_srcdir/perl/libsvn_swig_perl", - " -I$svnlib_srcdir/include", - " -I$swig_srcdir -g"), - OBJECT => q/$(O_FILES)/, - LIBS => [join(' ', $apr_ldflags, - (map {$_ = abs_path($_); "-L$_"} @ldpaths), -- @ldmodules, '-lsvn_swig_perl-1', -- `$swig -perl -ldflags`)], -+ @ldmodules)], - test => { TESTS => "$swig_srcdir/perl/native/t/*.t" } - ); - -@@ -64,6 +70,7 @@ - "\$(INST_LIBDIR)/$_.pm") } - map { perlish $_ } - ('base', 'core', @modules)}, -+ LDFROM => '$(O_FILES) '."../libsvn_swig_perl/.libs/libsvn_swig_perl-1.a", - MAN3PODS => {map { ("$swig_srcdir/perl/native/$_.pm" => - "\$(INST_MAN3DIR)/SVN::$_.\$(MAN3EXT)") } - map { perlish $_ } -@@ -88,18 +95,22 @@ - my $module_c_files = join (' ',map { "svn_$_.c"} @modules); - my $module_make_commands = join ('',map {"\t\$(MAKE) -f Makefile.$_\n"} @modules); - -- my $flags; -+ my ($flags, $flags_runtime); - if ($swig_version >= 103020) { - $flags = '-noruntime -noproxy'; -+ $flags_runtime = '-runtime -noproxy'; - } else { -+ # XXX: prehaps deprecated - $flags = '-c'; - } - -- my $swig_command = "$swig $flags -nopm -perl " . -+ my ($swig_command, $swig_command_runtime) = -+ map {"$swig $_ -nopm -perl " . - "-I$swig_srcdir " . - "-I$swig_srcdir/perl/libsvn_swig_perl". - " -I$svnlib_srcdir/include" . -- $apr_cflags; -+ $apr_cflags} -+ ($flags, $flags_runtime); - - my $swig_modules_command = join ('', - map {"\nsvn_$_.c : $swig_srcdir/svn_$_.i ". -@@ -137,7 +148,7 @@ - $module_make_commands\t\$(NOECHO) \$(TOUCH) \$\@ - - core.c :: $swig_srcdir/core.i --\t$swig_command -o core.c $swig_srcdir/core.i -+\t$swig_command_runtime -o core.c $swig_srcdir/core.i - - $swig_modules_command - diff --git a/devel/subversion-freebsd/files/svnserve.wrapper b/devel/subversion-freebsd/files/svnserve.wrapper deleted file mode 100644 index 6797f9478ad5..000000000000 --- a/devel/subversion-freebsd/files/svnserve.wrapper +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -SVNSERVE=$(dirname $(realpath $0))/svnserve.bin - -umask 002 -$SVNSERVE "$@" - diff --git a/devel/subversion-freebsd/pkg-deinstall b/devel/subversion-freebsd/pkg-deinstall deleted file mode 100644 index 8a03c3956aac..000000000000 --- a/devel/subversion-freebsd/pkg-deinstall +++ /dev/null @@ -1,60 +0,0 @@ -#!/bin/sh -# -# Try to de-activate mod_dav_svn in the installed httpd.conf and warn -# if this fails. -# -# $FreeBSD$ -# - -if [ "$2" != "POST-DEINSTALL" ]; then - exit 0 -fi - -TMPDIR=${TMPDIR:=/tmp} -PKG_TMPDIR=${PKG_TMPDIR:=${TMPDIR}} - -apxscmd=${PKG_PREFIX}/sbin/apxs -tmpdir=${PKG_TMPDIR}/deinstmod_dav_svn.$$ - -if [ ! -x ${apxscmd} ]; then - echo Can\'t find the apxs program: ${apxscmd}. - exit 1 -fi - -confdir=`${apxscmd} -q SYSCONFDIR` - -if [ ! -d ${confdir} ]; then - echo Can\'t find Apache conf dir: ${confdir} - exit 1 -fi - -if [ -f ${confdir}/httpd.conf ]; then - conffile=httpd.conf -fi -if [ -f ${confdir}/httpd.conf.default ]; then - conffile="${conffile} httpd.conf.default" -fi -if [ -z "${conffile}" ]; then - echo Can\'t find either of ${confdir}/httpd.conf or - echo ${confdir}/httpd.conf.default. - exit 1 -fi - -if ! mkdir ${tmpdir}; then - echo Can\'t create temporary directory: ${tmpdir} - exit 1 -fi - -for i in ${conffile}; do - awk '{if (!/^LoadModule dav_svn_module/ && - !/^AddModule mod_dav_svn.c/ &&\ - !/^LoadModule authz_svn_module/ &&\ - !/^AddModule mod_authz_svn.c/ ) \ - print $0}' < ${confdir}/$i > ${tmpdir}/$i - echo Removing dav_svn_module and authz_svn_module from $i in config dir: ${confdir} - cat ${tmpdir}/$i > ${confdir}/$i -done - -rm -rf ${tmpdir} - -exit 0 diff --git a/devel/subversion-freebsd/pkg-descr b/devel/subversion-freebsd/pkg-descr deleted file mode 100644 index b0743f27a8c3..000000000000 --- a/devel/subversion-freebsd/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Subversion is a version control system designed to be as similar to cvs(1) -as possible, while fixing many outstanding problems with cvs(1). - -WWW: http://subversion.tigris.org/ diff --git a/devel/subversion-freebsd/pkg-plist b/devel/subversion-freebsd/pkg-plist deleted file mode 100644 index c13580cb360d..000000000000 --- a/devel/subversion-freebsd/pkg-plist +++ /dev/null @@ -1,251 +0,0 @@ -bin/svn -bin/svnadmin -bin/svndumpfilter -bin/svnlook -bin/svnserve -%%SVNSERVE_WRAPPER%%bin/svnserve.bin -bin/svnversion -include/subversion-1/mod_dav_svn.h -include/subversion-1/svn-revision.txt -include/subversion-1/svn_auth.h -include/subversion-1/svn_base64.h -include/subversion-1/svn_client.h -include/subversion-1/svn_cmdline.h -include/subversion-1/svn_config.h -include/subversion-1/svn_dav.h -include/subversion-1/svn_delta.h -include/subversion-1/svn_diff.h -include/subversion-1/svn_error.h -include/subversion-1/svn_error_codes.h -include/subversion-1/svn_fs.h -include/subversion-1/svn_hash.h -include/subversion-1/svn_io.h -include/subversion-1/svn_md5.h -include/subversion-1/svn_opt.h -include/subversion-1/svn_path.h -include/subversion-1/svn_pools.h -include/subversion-1/svn_props.h -include/subversion-1/svn_quoprint.h -include/subversion-1/svn_ra.h -include/subversion-1/svn_ra_svn.h -include/subversion-1/svn_repos.h -include/subversion-1/svn_sorts.h -include/subversion-1/svn_string.h -include/subversion-1/svn_subst.h -include/subversion-1/svn_test.h -include/subversion-1/svn_time.h -include/subversion-1/svn_types.h -include/subversion-1/svn_utf.h -include/subversion-1/svn_version.h -include/subversion-1/svn_wc.h -include/subversion-1/svn_xml.h -@dirrm include/subversion-1 -lib/libsvn_client-1.a -lib/libsvn_client-1.so -lib/libsvn_client-1.so.0 -lib/libsvn_delta-1.a -lib/libsvn_delta-1.so -lib/libsvn_delta-1.so.0 -lib/libsvn_diff-1.a -lib/libsvn_diff-1.so -lib/libsvn_diff-1.so.0 -lib/libsvn_fs-1.a -lib/libsvn_fs-1.so -lib/libsvn_fs-1.so.0 -lib/libsvn_fs_base-1.a -lib/libsvn_fs_base-1.so -lib/libsvn_fs_base-1.so.0 -lib/libsvn_fs_fs-1.a -lib/libsvn_fs_fs-1.so -lib/libsvn_fs_fs-1.so.0 -lib/libsvn_ra-1.a -lib/libsvn_ra-1.so -lib/libsvn_ra-1.so.0 -%%WITHOUT_NEON%%lib/libsvn_ra_dav-1.a -%%WITHOUT_NEON%%lib/libsvn_ra_dav-1.so -%%WITHOUT_NEON%%lib/libsvn_ra_dav-1.so.0 -lib/libsvn_ra_local-1.a -lib/libsvn_ra_local-1.so -lib/libsvn_ra_local-1.so.0 -lib/libsvn_ra_svn-1.a -lib/libsvn_ra_svn-1.so -lib/libsvn_ra_svn-1.so.0 -lib/libsvn_repos-1.a -lib/libsvn_repos-1.so -lib/libsvn_repos-1.so.0 -lib/libsvn_subr-1.a -lib/libsvn_subr-1.so -lib/libsvn_subr-1.so.0 -lib/libsvn_wc-1.a -lib/libsvn_wc-1.so -lib/libsvn_wc-1.so.0 -%%WITHOUT_GETTEXT%%share/locale/de/LC_MESSAGES/subversion.mo -%%WITHOUT_GETTEXT%%share/locale/es/LC_MESSAGES/subversion.mo -%%WITHOUT_GETTEXT%%share/locale/ja/LC_MESSAGES/subversion.mo -%%WITHOUT_GETTEXT%%share/locale/nb/LC_MESSAGES/subversion.mo -%%WITHOUT_GETTEXT%%share/locale/pl/LC_MESSAGES/subversion.mo -%%WITHOUT_GETTEXT%%share/locale/pt_BR/LC_MESSAGES/subversion.mo -%%WITHOUT_GETTEXT%%share/locale/sv/LC_MESSAGES/subversion.mo -%%WITHOUT_GETTEXT%%share/locale/zh_CN/LC_MESSAGES/subversion.mo -%%WITHOUT_GETTEXT%%share/locale/zh_TW/LC_MESSAGES/subversion.mo -share/subversion/backup/hot-backup.py -share/subversion/client-side/bash_completion -share/subversion/client-side/bash_completion_test -share/subversion/client-side/server-vsn.py -share/subversion/client-side/showchange.pl -share/subversion/cvs2svn/README -share/subversion/dev/check-license.py -share/subversion/dev/datecheck.py -share/subversion/dev/find-textfiles.sh -share/subversion/dev/gcov.patch -share/subversion/dev/gnuify-changelog.pl -share/subversion/dev/iz/defect.dem -share/subversion/dev/iz/ff2csv.command -share/subversion/dev/iz/ff2csv.py -share/subversion/dev/iz/find-fix.py -share/subversion/dev/iz/run-queries.sh -share/subversion/dev/normalize-dump.py -share/subversion/dev/prebuild-cleanup.sh -share/subversion/dev/random-commits.py -share/subversion/dev/scramble-tree.py -share/subversion/dev/stress.pl -share/subversion/dev/svn-dev.el -share/subversion/dev/svn-dev.vim -share/subversion/dev/trails.py -share/subversion/dev/verify-history.py -share/subversion/examples/blame.py -share/subversion/examples/check-modified.py -share/subversion/examples/dumpprops.py -share/subversion/examples/getfile.py -share/subversion/examples/geturl.py -share/subversion/examples/minimal_client.c -share/subversion/examples/putfile.py -share/subversion/examples/revplist.py -share/subversion/examples/svnlook.py -share/subversion/examples/svnserve-sgid.c -share/subversion/examples/svnshell.py -share/subversion/hook-scripts/commit-access-control.cfg.example -share/subversion/hook-scripts/commit-access-control.pl -share/subversion/hook-scripts/commit-email.pl -share/subversion/hook-scripts/mailer/mailer.conf.example -share/subversion/hook-scripts/mailer/mailer.py -share/subversion/hook-scripts/mailer/tests/mailer-init.sh -share/subversion/hook-scripts/mailer/tests/mailer-t1.output -share/subversion/hook-scripts/mailer/tests/mailer-t1.sh -share/subversion/hook-scripts/mailer/tests/mailer-tweak.py -share/subversion/hook-scripts/propchange-email.pl -share/subversion/hook-scripts/README -share/subversion/hook-scripts/svnperms.conf.example -share/subversion/hook-scripts/svnperms.py -share/subversion/hook-scripts/verify-po.py -share/subversion/po/svn-po-status-report.sh -share/subversion/test-scripts/svntest/README -share/subversion/test-scripts/svntest/svntest-check-configuration.sh -share/subversion/test-scripts/svntest/svntest-config.sh -share/subversion/test-scripts/svntest/svntest-rebuild-generic.sh -share/subversion/test-scripts/svntest/svntest-rebuild.sh -share/subversion/test-scripts/svntest/svntest-run.sh -share/subversion/test-scripts/svntest/svntest-sendmail.sh -share/subversion/test-scripts/svntest/svntest-update.sh -share/subversion/test-scripts/svntest/svntest.sh -share/subversion/xslt/svnindex.css -share/subversion/xslt/svnindex.xsl -%%MOD_DAV_SVN%%libexec/apache2/mod_dav_svn.so -%%MOD_DAV_SVN%%libexec/apache2/mod_authz_svn.so -%%MOD_DAV_SVN%%@exec %D/sbin/apxs -e -S LIBEXECDIR=%D/libexec/apache2 -a -n dav libexec/apache2/mod_dav.so -%%MOD_DAV_SVN%%@exec %D/sbin/apxs -e -S LIBEXECDIR=%D/libexec/apache2 -a -n dav_svn libexec/apache2/mod_dav_svn.so -%%WITH_PERL%%lib/libsvn_swig_perl-1.a -%%WITH_PERL%%lib/libsvn_swig_perl-1.so -%%WITH_PERL%%lib/libsvn_swig_perl-1.so.0 -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/SVN/Base.pm -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/SVN/Client.pm -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/SVN/Core.pm -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/SVN/Delta.pm -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/SVN/Fs.pm -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/SVN/Ra.pm -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/SVN/Repos.pm -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/SVN/Wc.pm -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Client/_Client.bs -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Client/_Client.so -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Core/.packlist -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Core/_Core.bs -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Core/_Core.so -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Delta/_Delta.bs -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Delta/_Delta.so -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Fs/_Fs.bs -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Fs/_Fs.so -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Ra/_Ra.bs -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Ra/_Ra.so -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Repos/_Repos.bs -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Repos/_Repos.so -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Wc/_Wc.bs -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Wc/_Wc.so -%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Wc -%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Repos -%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Ra -%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Fs -%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Delta -%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Client -%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Core -%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN -%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/SVN -%%WITH_PYTHON%%lib/libsvn_swig_py-1.a -%%WITH_PYTHON%%lib/libsvn_swig_py-1.so -%%WITH_PYTHON%%lib/libsvn_swig_py-1.so.0 -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/__init__.py -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/__init__.pyc -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_client.so -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_core.so -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_delta.so -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_fs.so -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_ra.so -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_repos.so -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_wc.so -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/client.py -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/client.pyc -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/core.py -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/core.pyc -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/delta.py -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/delta.pyc -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/fs.py -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/fs.pyc -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/ra.py -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/ra.pyc -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/repos.py -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/repos.pyc -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/wc.py -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/wc.pyc -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/svn/__init__.py -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/svn/__init__.pyc -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/svn/client.py -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/svn/client.pyc -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/svn/core.py -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/svn/core.pyc -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/svn/delta.py -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/svn/delta.pyc -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/svn/fs.py -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/svn/fs.pyc -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/svn/ra.py -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/svn/ra.pyc -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/svn/repos.py -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/svn/repos.pyc -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/svn/util.py -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/svn/util.pyc -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/svn/wc.py -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/svn/wc.pyc -%%WITH_PYTHON%%@dirrm %%PYTHON_SITELIBDIR%%/libsvn -%%WITH_PYTHON%%@dirrm %%PYTHON_SITELIBDIR%%/svn -@dirrm share/subversion/backup -@dirrm share/subversion/client-side -@dirrm share/subversion/cvs2svn -@dirrm share/subversion/dev/iz -@dirrm share/subversion/dev -@dirrm share/subversion/examples -@dirrm share/subversion/hook-scripts/mailer/tests -@dirrm share/subversion/hook-scripts/mailer -@dirrm share/subversion/hook-scripts -@dirrm share/subversion/po -@dirrm share/subversion/test-scripts/svntest -@dirrm share/subversion/test-scripts -@dirrm share/subversion/xslt -@dirrm share/subversion diff --git a/devel/subversion16/Makefile b/devel/subversion16/Makefile deleted file mode 100644 index bcaf693cb11f..000000000000 --- a/devel/subversion16/Makefile +++ /dev/null @@ -1,369 +0,0 @@ -# New ports collection makefile for: subversion -# Date created: 10 September 2001 -# Whom: rooneg@electricjellyfish.net -# -# $FreeBSD$ - -PORTNAME= subversion -PORTVERSION= 1.1.1 -CATEGORIES= devel -MASTER_SITES= http://subversion.tigris.org/tarballs/ - -MAINTAINER= lev@freebsd.org -COMMENT= Version control system - -LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 - -INSTALLS_SHLIB= yes - -USE_SIZE= yes -USE_BZIP2= yes -USE_LIBTOOL_VER=15 -USE_REINPLACE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --with-ssl - -MAN1= svn.1 svnadmin.1 svnlook.1 svndumpfilter.1 svnversion.1 -MAN5= svnserve.conf.5 -MAN8= svnserve.8 -MANCOMPRESSED= no - -TXT_DOCS= BUGS CHANGES COMMITTERS COPYING HACKING INSTALL README -.if !defined(NOPORTDOCS) -PORTDOCS= ${TXT_DOCS} -.endif - -.if !defined(WITHOUT_NLS) -USE_GETTEXT= yes -PLIST_SUB+= WITHOUT_GETTEXT="" -.else -CONFIGURE_ARGS+= --disable-nls -PLIST_SUB+= WITHOUT_GETTEXT="@comment " -.endif - -.include <bsd.port.pre.mk> - -SVNREPOS?= /home/svn/repos - -.if defined(WITH_MAINTAINER_DEBUG) -CONFIGURE_ARGS+=--enable-maintainer-mode \ - --enable-debug -CFLAGS+= -g -.endif - -.if !defined(WITHOUT_NEON) -LIB_DEPENDS+= neon.24:${PORTSDIR}/www/neon -CONFIGURE_ARGS+= --with-neon=${LOCALBASE} -PLIST_SUB+= WITHOUT_NEON="" -.else -CONFIGURE_ARGS+= --without-neon -PLIST_SUB+= WITHOUT_NEON="@comment " -.endif - -.if defined(WITH_PERL) -.if ${PERL_LEVEL} < 500800 -IGNORE= "Subversion\'s Perl bindings need perl 5.8.0 or greater. Upgrade your perl and try again" -.endif -SWIG_BINDINGS+= perl -USE_PERL5= yes -PLIST_SUB+= WITH_PERL="" -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -MAN3= SVN::Base.3 \ - SVN::Client.3 \ - SVN::Core.3 \ - SVN::Delta.3 \ - SVN::Fs.3 \ - SVN::Ra.3 \ - SVN::Repos.3 \ - SVN::Wc.3 -.else -PLIST_SUB+= WITH_PERL="@comment " -.endif - -.if defined(WITH_PYTHON) -USE_PYTHON= yes -.include "${PORTSDIR}/Mk/bsd.python.mk" -SWIG_BINDINGS+= python -PLIST_SUB+= WITH_PYTHON="" -.else -PLIST_SUB+= WITH_PYTHON="@comment " -.endif - -#.if defined(WITH_JAVA) -#USE_JAVA= yes -#JAVA_VERSION= 1.2+ -#JAVA_OS= native -#JAVA_BUILD= yes -#JAVA_RUN= yes -#.include "${PORTSDIR}/Mk/bsd.java.mk" -#CONFIGURE_ARGS+= --enable-javahl --with-jdk=${JAVA_HOME} -#PLIST_SUB+= WITH_JAVA="" -#.else -#PLIST_SUB+= WITH_JAVA="@comment " -#.endif - -.if defined(SWIG_BINDINGS) && ${SWIG_BINDINGS} != "" -BUILD_DEPENDS+= swig1.3:${PORTSDIR}/devel/swig13 -DEPENDS_ARGS+= SWIG_LANGUAGES='${SWIG_BINDINGS}' -CONFIGURE_ARGS+= --with-swig=${LOCALBASE} \ - --enable-swig-bindings=${SWIG_BINDINGS:Q:S/ /,/g:S/\\//g} -.else -CONFIGURE_ARGS+= --without-swig --disable-swig-bindings -.endif - -.if defined(WITH_MOD_DAV_SVN) -WITH_APACHE2_APR= yes -CONFIGURE_ARGS+= --with-apxs=${APXS} -PLIST_SUB+= MOD_DAV_SVN="" -SVNGROUP?= www -.else -PLIST_SUB+= MOD_DAV_SVN="@comment " -PKGDEINSTALL= NONEXISTENT -SVNGROUP?= svn -.endif - -.if defined(WITH_APACHE2_APR) -APACHE2_PORT?= www/apache2 -BUILD_DEPENDS+= ${APXS}:${PORTSDIR}/${APACHE2_PORT} -RUN_DEPENDS+= ${APXS}:${PORTSDIR}/${APACHE2_PORT} -DEPENDS_ARGS+= WITH_BERKELEYDB=db4 -APR_APU_DIR= ${LOCALBASE}/lib/apache2 -APR_CONFIG= apr-config -APU_CONFIG= apu-config -APR_PORT= www/apache2 -OPT_NAME= WITH_BERKELEYDB=(db4|db41|db42) -.else -LIB_DEPENDS+= apr-1.0:${PORTSDIR}/devel/apr-svn -APR_APU_DIR= ${LOCALBASE}/bin -APR_CONFIG= apr-1-config -APU_CONFIG= apu-1-config -APR_PORT= devel/apr -OPT_NAME= APR_UTIL_WITH_BERKELEY_DB=yes -.endif -CONFIGURE_ARGS+=--with-apr=${APR_APU_DIR}/${APR_CONFIG} \ - --with-apr-util=${APR_APU_DIR}/${APU_CONFIG} - -.if defined(WITH_SVNSERVE_WRAPPER) -PLIST_SUB+= SVNSERVE_WRAPPER="" -EXTRA_PATCHES= ${PATCHDIR}/build-outputs.mk.patch -.else -PLIST_SUB+= SVNSERVE_WRAPPER="@comment " -.endif - -.if defined(WITH_BOOK_HTML) -PORTDOCS+= book -BUILD_DEPENDS+= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl \ - ${LOCALBASE}/bin/xsltproc:${PORTSDIR}/textproc/libxslt -.endif - -SCRIPTS= - -SCRIPTS_DATA= - -pre-extract: - @${ECHO_MSG} "" -.if defined(WITHOUT_NEON) - @${ECHO_MSG} "WebDAV/Delta-V repository access module disabled." -.else - @${ECHO_MSG} "WebDAV/Delta-V repository access module enabled." - @${ECHO_MSG} "To disable it define WITHOUT_NEON" -.endif - @${ECHO_MSG} "" -.if defined(WITH_MAINTAINER_DEBUG) - @${ECHO_MSG} "Build debug version." -.else - @${ECHO_MSG} "You can enable debug build by defining WITH_MAINTAINER_DEBUG." -.endif - @${ECHO_MSG} "" -.if defined(WITH_PERL) - @${ECHO_MSG} "Build with perl bindings." - @${ECHO_MSG} "Be sure, that apr library and perl both uses OR not uses threads in same time." -.else - @${ECHO_MSG} "You can enable perl bindings by defining WITH_PERL" -.endif - @${ECHO_MSG} "" -.if defined(WITH_PYTHON) - @${ECHO_MSG} "Build with Python bindings." -.else - @${ECHO_MSG} "You can enable Python bindings by defining WITH_PYTHON." -.endif - @${ECHO_MSG} "" -#.if defined(WITH_JAVA) -# @${ECHO_MSG} "Build with Java (JavaHL) bindings." -#.else -# @${ECHO_MSG} "You can enable Java bindings by defining WITH_JAVA." -# @${ECHO_MSG} "You should have apr builded with threads for Java support!" -#.endif -# @${ECHO_MSG} "" -.if defined(WITH_MOD_DAV_SVN) - @${ECHO_MSG} "mod_dav_svn module for Apache 2.X enabled." -.else - @${ECHO_MSG} "You can enable the mod_dav_svn module for Apache 2.X" - @${ECHO_MSG} "by defining WITH_MOD_DAV_SVN. This option implies" - @${ECHO_MSG} "the WITH_APACHE2_APR option." -.endif - @${ECHO_MSG} "" -.if defined(WITH_APACHE2_APR) - @${ECHO_MSG} "Using APR from www/apache2. If you have the devel/apr" - @${ECHO_MSG} "port/package installed, you may need to remove it." -.else - @${ECHO_MSG} "You can link subversion against the APR built with" - @${ECHO_MSG} "the www/apache2 port, rather than the devel/apr port," - @${ECHO_MSG} "by defining WITH_APACHE2_APR." -.endif - @${ECHO_MSG} "" -.if defined(WITH_SVNSERVE_WRAPPER) - @${ECHO_MSG} "svnserve wrapper enabled." -.else - @${ECHO_MSG} "You can install the svnserve wrapper (sets umask 002)" - @${ECHO_MSG} "by defining WITH_SVNSERVE_WRAPPER." -.endif - @${ECHO_MSG} "" -.if defined(WITH_REPOSITORY_CREATION) - @${ECHO_MSG} "I will create (or use, if it exists) \"${SVNGROUP}\" group." - @${ECHO_MSG} "Make sure that all committers are its members." -.else - @${ECHO_MSG} "You can have the repository created for you by defining" - @${ECHO_MSG} "WITH_REPOSITORY_CREATION." - @${ECHO_MSG} "" - @${ECHO_MSG} "Make sure that:" - @${ECHO_MSG} "* all your svn users are members of a common group" - @${ECHO_MSG} "* this group is the group id of the db/ and locks/" - @${ECHO_MSG} " subdirectories of your repository" - @${ECHO_MSG} "* the above subdirectories are writable by this group" - @${ECHO_MSG} "" - @${ECHO_MSG} "Repository will be created at '${SVNREPOS}' with group '${SVNGROUP}'" - @${ECHO_MSG} "You could change these settings by defining SVNREPOS and SVNGROUP" - @${ECHO_MSG} "" -.endif - @${ECHO_MSG} "" -.if defined(WITH_BOOK_HTML) - @${ECHO_MSG} "Subversion Book (HTML) enabled." -.else - @${ECHO_MSG} "You can install the Subversion Book (HTML) by defining" - @${ECHO_MSG} "WITH_BOOK_HTML." -.endif - @${ECHO_MSG} "" - @${ECHO_MSG} "May useful scripts will be installed into ${PREFIX}/share/subversion" - -post-extract: - @${RM} -r ${WRKSRC}/neon - @${RM} -r ${WRKSRC}/apr - @${RM} -r ${WRKSRC}/apr-util - -post-patch: -.if ${PREFIX} != "/usr" - @${REINPLACE_CMD} "s#/etc/subversion#${PREFIX}/etc/subversion#g" ${WRKSRC}/subversion/libsvn_subr/config_file.c - @${REINPLACE_CMD} "s#/etc/subversion#${PREFIX}/etc/subversion#g" ${WRKSRC}/subversion/libsvn_subr/config_impl.h -.endif - @${REINPLACE_CMD} "s#^swig_pydir =.*#swig_pydir = ${PYTHON_SITELIBDIR}/libsvn#" ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} "s#^swig_pydir_extra =.*#swig_pydir_extra = ${PYTHON_SITELIBDIR}/svn#" ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} "s#^LIBTOOL =.*#LIBTOOL = ${LIBTOOL}#" ${WRKSRC}/Makefile.in - -pre-configure: - @if [ ! -x ${APR_APU_DIR}/${APR_CONFIG} -o ! -x ${APR_APU_DIR}/${APU_CONFIG} ] ; then \ - ${ECHO_MSG} "" ; \ - ${ECHO_MSG} 'You selected to use`'"${APR_PORT}' for apr library." ; \ - ${ECHO_MSG} 'It seems that `'"${APR_PORT}' is not properly installed." ; \ - ${ECHO_MSG} "" ; \ - ${FALSE} ; \ - fi - @if [ `${APR_APU_DIR}/${APU_CONFIG} --db-version` != "4" ] ; then \ - ${ECHO_MSG} "" ; \ - ${ECHO_MSG} 'You should build `'"${APR_PORT}' with db4 support to use subversion with it." ; \ - ${ECHO_MSG} 'Please rebuild `'"${APR_PORT}' with option "'`'"${OPT_NAME}' and try again." ; \ - ${ECHO_MSG} "" ; \ - ${FALSE} ; \ - fi - -post-build: -.if defined(WITH_PERL) - cd ${WRKSRC} ; \ - ${MAKE} swig-pl -.endif -.if defined(WITH_PYTHON) - cd ${WRKSRC} ; \ - ${MAKE} swig-py -.endif -#.if defined(WITH_JAVA) -# @${MKDIR} ${WRKSRC}/subversion/bindings/java/javahl/classes -# cd ${WRKSRC} ; \ -# ${MAKE} javahl -#.endif -.if defined(WITH_BOOK_HTML) - cd ${WRKSRC}/doc/book/tools/ ; \ - ${LN} -s ${PREFIX}/share/xsl/docbook xsl - cd ${WRKSRC}/doc/book ; \ - ${MAKE} all-html -.endif - -.if defined(WITH_MOD_DAV_SVN) -pre-install: - ${APXS} -e -S LIBEXECDIR=${PREFIX}/libexec/apache2 -a -n dav libexec/apache2/mod_dav.so -.endif - -post-install: - @${MKDIR} ${PREFIX}/share/subversion - cd ${WRKSRC}/tools ; \ - tar --exclude '*.in' -cf - * | tar -C ${PREFIX}/share/subversion -xf - -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - for f in ${TXT_DOCS}; do \ - ${INSTALL_DATA} ${WRKSRC}/$$f ${DOCSDIR}; \ - done -.if defined(WITH_BOOK_HTML) - cd ${WRKSRC}/doc/book ; \ - ${MAKE} install-book-html install-book-html-chunk INSTALL_DIR=${DOCSDIR} -.endif -.endif -.if defined(WITH_PERL) - cd ${WRKSRC} ; \ - ${MAKE} install-swig-pl -.endif -.if defined(WITH_PYTHON) - cd ${WRKSRC} ; \ - ${MAKE} install-swig-py -.endif -#.if defined(WITH_JAVA) -# cd ${WRKSRC} ; \ -# ${MAKE} install-javahl -#.endif -.if defined(WITH_SVNSERVE_WRAPPER) - @${INSTALL_SCRIPT} ${FILESDIR}/svnserve.wrapper ${PREFIX}/bin/svnserve -.endif -.if defined(WITH_REPOSITORY_CREATION) && !exists(${SVNREPOS}) -. if defined(WITH_SVNSERVE_WRAPPER) - @if /usr/sbin/pw groupshow "${SVNGROUP}" >/dev/null 2>&1; then \ - ${ECHO_MSG} "You already have a group \"${SVNGROUP}\", so I will use it."; \ - else \ - if /usr/sbin/pw groupadd ${SVNGROUP} -h -; \ - then \ - ${ECHO_MSG} "Added group \"${SVNGROUP}\"."; \ - else \ - ${ECHO_MSG} "Adding group \"${SVNGROUP}\" failed..."; \ - ${ECHO_MSG} "Please create it, and try again."; \ - ${FALSE}; \ - fi; \ - fi -. endif - @${MKDIR} ${SVNREPOS} - @${PREFIX}/bin/svnadmin create ${SVNREPOS} - @${CHGRP} ${SVNGROUP} ${SVNREPOS}/db ${SVNREPOS}/locks/db.lock ${SVNREPOS}/dav - @${CHMOD} g+w ${SVNREPOS}/db ${SVNREPOS}/locks/db.lock ${SVNREPOS}/dav - @for i in ${SVNREPOS}/db/* ; do \ - i=$${i##*/}; \ - case $$i in \ - DB_CONFIG) ;; \ - *) ${CHGRP} ${SVNGROUP} ${SVNREPOS}/db/$$i; \ - ${CHMOD} g+w ${SVNREPOS}/db/$$i; \ - ;; \ - esac; \ - done -.endif - -post-deinstall: -.if defined(WITH_MOD_DAV_SVN) - @PKG_PREFIX=${PREFIX} ${SH} ${PKGDEINSTALL} ${PKGNAME} POST-DEINSTALL -.endif - -.include <bsd.port.post.mk> diff --git a/devel/subversion16/distinfo b/devel/subversion16/distinfo deleted file mode 100644 index 8ee34a7a0885..000000000000 --- a/devel/subversion16/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (subversion-1.1.1.tar.bz2) = a180c3fe91680389c210c99def54d9e0 -SIZE (subversion-1.1.1.tar.bz2) = 6768086 diff --git a/devel/subversion16/files/build-outputs.mk.patch b/devel/subversion16/files/build-outputs.mk.patch deleted file mode 100644 index a7c191b652b5..000000000000 --- a/devel/subversion16/files/build-outputs.mk.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- build-outputs.mk.orig 2004-10-22 22:13:15.000000000 +0400 -+++ build-outputs.mk 2004-11-05 11:15:30.265625000 +0300 -@@ -500,7 +500,7 @@ - cd subversion/svnadmin ; $(INSTALL_BIN) svnadmin$(EXEEXT) $(DESTDIR)$(bindir)/svnadmin$(EXEEXT) - cd subversion/svndumpfilter ; $(INSTALL_BIN) svndumpfilter$(EXEEXT) $(DESTDIR)$(bindir)/svndumpfilter$(EXEEXT) - cd subversion/svnlook ; $(INSTALL_BIN) svnlook$(EXEEXT) $(DESTDIR)$(bindir)/svnlook$(EXEEXT) -- cd subversion/svnserve ; $(INSTALL_BIN) svnserve$(EXEEXT) $(DESTDIR)$(bindir)/svnserve$(EXEEXT) -+ cd subversion/svnserve ; $(INSTALL_BIN) svnserve$(EXEEXT) $(DESTDIR)$(bindir)/svnserve.bin$(EXEEXT) - cd subversion/svnversion ; $(INSTALL_BIN) svnversion$(EXEEXT) $(DESTDIR)$(bindir)/svnversion$(EXEEXT) - - install-contrib: contrib/client-side/svn-push/svn-push$(EXEEXT) install-lib install-fsmod-lib diff --git a/devel/subversion16/files/patch-ac-helpers::ltmain.sh b/devel/subversion16/files/patch-ac-helpers::ltmain.sh deleted file mode 100644 index ba6fe13c1cdb..000000000000 --- a/devel/subversion16/files/patch-ac-helpers::ltmain.sh +++ /dev/null @@ -1,11 +0,0 @@ ---- ac-helpers/ltmain.sh.orig 2004-10-22 22:13:13.000000000 +0400 -+++ ac-helpers/ltmain.sh 2004-11-05 11:30:39.328125000 +0300 -@@ -1061,7 +1061,7 @@ - esac - elif test "X$arg" = "X-lc_r"; then - case $host in -- *-*-openbsd* | *-*-freebsd*) -+ *-*-openbsd* | *-*-freebsd4*) - # Do not include libc_r directly, use -pthread flag. - continue - ;; diff --git a/devel/subversion16/files/patch-doc::book::Makefile b/devel/subversion16/files/patch-doc::book::Makefile deleted file mode 100644 index dce562b68f18..000000000000 --- a/devel/subversion16/files/patch-doc::book::Makefile +++ /dev/null @@ -1,31 +0,0 @@ ---- doc/book/Makefile.orig 2004-09-14 06:50:26.000000000 +0400 -+++ doc/book/Makefile 2004-11-05 11:33:23.265625000 +0300 -@@ -1,5 +1,5 @@ - XSLTPROC = xsltproc --INSTALL_DIR = $(DESTDIR)/usr/share/doc/subversion -+#INSTALL_DIR = $(DESTDIR)/usr/share/doc/subversion - INSTALL = install - - ## You shouldn't normally need to edit anything below here. -@@ -118,7 +118,7 @@ - $(BOOK_INSTALL_DIR): - $(INSTALL) -d $(BOOK_INSTALL_DIR) - --install-book-html: $(BOOK_HTML_TARGET) -+install-book-html: - $(INSTALL) -d $(BOOK_INSTALL_DIR)/images - $(INSTALL) $(BOOK_HTML_TARGET) $(BOOK_INSTALL_DIR) - $(INSTALL) $(BOOK_DIR)/styles.css $(BOOK_INSTALL_DIR) -@@ -130,10 +130,10 @@ - $(INSTALL) $(BOOK_DIR)/styles.css $(BOOK_INSTALL_DIR) - $(INSTALL) $(BOOK_IMAGES) $(BOOK_INSTALL_DIR)/images - --install-book-pdf: $(BOOK_PDF_TARGET) $(BOOK_INSTALL_DIR) -+install-book-pdf: - $(INSTALL) $(BOOK_PDF_TARGET) $(BOOK_INSTALL_DIR) - --install-book-ps: $(BOOK_PS_TARGET) $(BOOK_INSTALL_DIR) -+install-book-ps: - $(INSTALL) $(BOOK_PS_TARGET) $(BOOK_INSTALL_DIR) - - book-clean: diff --git a/devel/subversion16/files/patch-subversion::bindings::swig::perl::natives::Base.pm b/devel/subversion16/files/patch-subversion::bindings::swig::perl::natives::Base.pm deleted file mode 100644 index 143db2f1ce38..000000000000 --- a/devel/subversion16/files/patch-subversion::bindings::swig::perl::natives::Base.pm +++ /dev/null @@ -1,10 +0,0 @@ ---- subversion/bindings/swig/perl/native/Base.pm.orig 2004-10-20 10:46:59.000000000 +0400 -+++ subversion/bindings/swig/perl/native/Base.pm 2004-11-05 11:43:35.578125000 +0300 -@@ -60,6 +60,7 @@ - package SVN::_$pkg; - require DynaLoader; - bootstrap SVN::_$pkg; -+sub dl_load_flags { 0x01 } - 1; - ' or die $@; - }; diff --git a/devel/subversion16/files/patch-subversion::bindings::swig::perl::natives::Makefle.PL.in b/devel/subversion16/files/patch-subversion::bindings::swig::perl::natives::Makefle.PL.in deleted file mode 100644 index 868ff9a558e4..000000000000 --- a/devel/subversion16/files/patch-subversion::bindings::swig::perl::natives::Makefle.PL.in +++ /dev/null @@ -1,83 +0,0 @@ ---- subversion/bindings/swig/perl/native/Makefile.PL.in.orig 2004-09-14 20:32:08.000000000 +0400 -+++ subversion/bindings/swig/perl/native/Makefile.PL.in 2004-11-05 11:51:01.000000000 +0300 -@@ -1,4 +1,5 @@ --#!/usr/bin/perl -+#!/usr/bin/perl -w -+use strict; - use ExtUtils::MakeMaker; - use Config; - use Cwd 'abs_path'; -@@ -15,6 +16,12 @@ - my $swig_srcdir = "${svnlib_srcdir}/bindings/swig"; - my $swig_builddir = "${svnlib_builddir}/bindings/swig"; - -+my $top_builddir = '../../../../..'; -+my $top_srcdir = '@top_srcdir@'; -+my $svnlib_srcdir = "${top_srcdir}/subversion"; -+my $swig_srcdir = "${svnlib_srcdir}/bindings/swig"; -+ -+ - my $swig_version = @SWIG_VERSION@; - my $swig = '@SWIG@'; - -@@ -41,15 +48,14 @@ - - my %config = ( - ABSTRACT => 'Perl bindings for Subversion', -- INC => join(' ',$apr_cflags, $apu_cflags, -+ INC => join(' ',$ENV{'CCFLAGS'} || '',$apr_cflags, $apu_cflags, - " -I$swig_srcdir/perl/libsvn_swig_perl", - " -I$svnlib_srcdir/include", - " -I$swig_srcdir -g"), - OBJECT => q/$(O_FILES)/, - LIBS => [join(' ', $apr_ldflags, - (map {$_ = abs_path($_); "-L$_"} @ldpaths), -- @ldmodules, '-lsvn_swig_perl-1', -- `$swig -perl -ldflags`)], -+ @ldmodules)], - test => { TESTS => "$swig_srcdir/perl/native/t/*.t" } - ); - -@@ -64,6 +70,7 @@ - "\$(INST_LIBDIR)/$_.pm") } - map { perlish $_ } - ('base', 'core', @modules)}, -+ LDFROM => '$(O_FILES) '."../libsvn_swig_perl/.libs/libsvn_swig_perl-1.a", - MAN3PODS => {map { ("$swig_srcdir/perl/native/$_.pm" => - "\$(INST_MAN3DIR)/SVN::$_.\$(MAN3EXT)") } - map { perlish $_ } -@@ -88,18 +95,22 @@ - my $module_c_files = join (' ',map { "svn_$_.c"} @modules); - my $module_make_commands = join ('',map {"\t\$(MAKE) -f Makefile.$_\n"} @modules); - -- my $flags; -+ my ($flags, $flags_runtime); - if ($swig_version >= 103020) { - $flags = '-noruntime -noproxy'; -+ $flags_runtime = '-runtime -noproxy'; - } else { -+ # XXX: prehaps deprecated - $flags = '-c'; - } - -- my $swig_command = "$swig $flags -nopm -perl " . -+ my ($swig_command, $swig_command_runtime) = -+ map {"$swig $_ -nopm -perl " . - "-I$swig_srcdir " . - "-I$swig_srcdir/perl/libsvn_swig_perl". - " -I$svnlib_srcdir/include" . -- $apr_cflags; -+ $apr_cflags} -+ ($flags, $flags_runtime); - - my $swig_modules_command = join ('', - map {"\nsvn_$_.c : $swig_srcdir/svn_$_.i ". -@@ -137,7 +148,7 @@ - $module_make_commands\t\$(NOECHO) \$(TOUCH) \$\@ - - core.c :: $swig_srcdir/core.i --\t$swig_command -o core.c $swig_srcdir/core.i -+\t$swig_command_runtime -o core.c $swig_srcdir/core.i - - $swig_modules_command - diff --git a/devel/subversion16/files/svnserve.wrapper b/devel/subversion16/files/svnserve.wrapper deleted file mode 100644 index 6797f9478ad5..000000000000 --- a/devel/subversion16/files/svnserve.wrapper +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -SVNSERVE=$(dirname $(realpath $0))/svnserve.bin - -umask 002 -$SVNSERVE "$@" - diff --git a/devel/subversion16/pkg-deinstall b/devel/subversion16/pkg-deinstall deleted file mode 100644 index 8a03c3956aac..000000000000 --- a/devel/subversion16/pkg-deinstall +++ /dev/null @@ -1,60 +0,0 @@ -#!/bin/sh -# -# Try to de-activate mod_dav_svn in the installed httpd.conf and warn -# if this fails. -# -# $FreeBSD$ -# - -if [ "$2" != "POST-DEINSTALL" ]; then - exit 0 -fi - -TMPDIR=${TMPDIR:=/tmp} -PKG_TMPDIR=${PKG_TMPDIR:=${TMPDIR}} - -apxscmd=${PKG_PREFIX}/sbin/apxs -tmpdir=${PKG_TMPDIR}/deinstmod_dav_svn.$$ - -if [ ! -x ${apxscmd} ]; then - echo Can\'t find the apxs program: ${apxscmd}. - exit 1 -fi - -confdir=`${apxscmd} -q SYSCONFDIR` - -if [ ! -d ${confdir} ]; then - echo Can\'t find Apache conf dir: ${confdir} - exit 1 -fi - -if [ -f ${confdir}/httpd.conf ]; then - conffile=httpd.conf -fi -if [ -f ${confdir}/httpd.conf.default ]; then - conffile="${conffile} httpd.conf.default" -fi -if [ -z "${conffile}" ]; then - echo Can\'t find either of ${confdir}/httpd.conf or - echo ${confdir}/httpd.conf.default. - exit 1 -fi - -if ! mkdir ${tmpdir}; then - echo Can\'t create temporary directory: ${tmpdir} - exit 1 -fi - -for i in ${conffile}; do - awk '{if (!/^LoadModule dav_svn_module/ && - !/^AddModule mod_dav_svn.c/ &&\ - !/^LoadModule authz_svn_module/ &&\ - !/^AddModule mod_authz_svn.c/ ) \ - print $0}' < ${confdir}/$i > ${tmpdir}/$i - echo Removing dav_svn_module and authz_svn_module from $i in config dir: ${confdir} - cat ${tmpdir}/$i > ${confdir}/$i -done - -rm -rf ${tmpdir} - -exit 0 diff --git a/devel/subversion16/pkg-descr b/devel/subversion16/pkg-descr deleted file mode 100644 index b0743f27a8c3..000000000000 --- a/devel/subversion16/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Subversion is a version control system designed to be as similar to cvs(1) -as possible, while fixing many outstanding problems with cvs(1). - -WWW: http://subversion.tigris.org/ diff --git a/devel/subversion16/pkg-plist b/devel/subversion16/pkg-plist deleted file mode 100644 index c13580cb360d..000000000000 --- a/devel/subversion16/pkg-plist +++ /dev/null @@ -1,251 +0,0 @@ -bin/svn -bin/svnadmin -bin/svndumpfilter -bin/svnlook -bin/svnserve -%%SVNSERVE_WRAPPER%%bin/svnserve.bin -bin/svnversion -include/subversion-1/mod_dav_svn.h -include/subversion-1/svn-revision.txt -include/subversion-1/svn_auth.h -include/subversion-1/svn_base64.h -include/subversion-1/svn_client.h -include/subversion-1/svn_cmdline.h -include/subversion-1/svn_config.h -include/subversion-1/svn_dav.h -include/subversion-1/svn_delta.h -include/subversion-1/svn_diff.h -include/subversion-1/svn_error.h -include/subversion-1/svn_error_codes.h -include/subversion-1/svn_fs.h -include/subversion-1/svn_hash.h -include/subversion-1/svn_io.h -include/subversion-1/svn_md5.h -include/subversion-1/svn_opt.h -include/subversion-1/svn_path.h -include/subversion-1/svn_pools.h -include/subversion-1/svn_props.h -include/subversion-1/svn_quoprint.h -include/subversion-1/svn_ra.h -include/subversion-1/svn_ra_svn.h -include/subversion-1/svn_repos.h -include/subversion-1/svn_sorts.h -include/subversion-1/svn_string.h -include/subversion-1/svn_subst.h -include/subversion-1/svn_test.h -include/subversion-1/svn_time.h -include/subversion-1/svn_types.h -include/subversion-1/svn_utf.h -include/subversion-1/svn_version.h -include/subversion-1/svn_wc.h -include/subversion-1/svn_xml.h -@dirrm include/subversion-1 -lib/libsvn_client-1.a -lib/libsvn_client-1.so -lib/libsvn_client-1.so.0 -lib/libsvn_delta-1.a -lib/libsvn_delta-1.so -lib/libsvn_delta-1.so.0 -lib/libsvn_diff-1.a -lib/libsvn_diff-1.so -lib/libsvn_diff-1.so.0 -lib/libsvn_fs-1.a -lib/libsvn_fs-1.so -lib/libsvn_fs-1.so.0 -lib/libsvn_fs_base-1.a -lib/libsvn_fs_base-1.so -lib/libsvn_fs_base-1.so.0 -lib/libsvn_fs_fs-1.a -lib/libsvn_fs_fs-1.so -lib/libsvn_fs_fs-1.so.0 -lib/libsvn_ra-1.a -lib/libsvn_ra-1.so -lib/libsvn_ra-1.so.0 -%%WITHOUT_NEON%%lib/libsvn_ra_dav-1.a -%%WITHOUT_NEON%%lib/libsvn_ra_dav-1.so -%%WITHOUT_NEON%%lib/libsvn_ra_dav-1.so.0 -lib/libsvn_ra_local-1.a -lib/libsvn_ra_local-1.so -lib/libsvn_ra_local-1.so.0 -lib/libsvn_ra_svn-1.a -lib/libsvn_ra_svn-1.so -lib/libsvn_ra_svn-1.so.0 -lib/libsvn_repos-1.a -lib/libsvn_repos-1.so -lib/libsvn_repos-1.so.0 -lib/libsvn_subr-1.a -lib/libsvn_subr-1.so -lib/libsvn_subr-1.so.0 -lib/libsvn_wc-1.a -lib/libsvn_wc-1.so -lib/libsvn_wc-1.so.0 -%%WITHOUT_GETTEXT%%share/locale/de/LC_MESSAGES/subversion.mo -%%WITHOUT_GETTEXT%%share/locale/es/LC_MESSAGES/subversion.mo -%%WITHOUT_GETTEXT%%share/locale/ja/LC_MESSAGES/subversion.mo -%%WITHOUT_GETTEXT%%share/locale/nb/LC_MESSAGES/subversion.mo -%%WITHOUT_GETTEXT%%share/locale/pl/LC_MESSAGES/subversion.mo -%%WITHOUT_GETTEXT%%share/locale/pt_BR/LC_MESSAGES/subversion.mo -%%WITHOUT_GETTEXT%%share/locale/sv/LC_MESSAGES/subversion.mo -%%WITHOUT_GETTEXT%%share/locale/zh_CN/LC_MESSAGES/subversion.mo -%%WITHOUT_GETTEXT%%share/locale/zh_TW/LC_MESSAGES/subversion.mo -share/subversion/backup/hot-backup.py -share/subversion/client-side/bash_completion -share/subversion/client-side/bash_completion_test -share/subversion/client-side/server-vsn.py -share/subversion/client-side/showchange.pl -share/subversion/cvs2svn/README -share/subversion/dev/check-license.py -share/subversion/dev/datecheck.py -share/subversion/dev/find-textfiles.sh -share/subversion/dev/gcov.patch -share/subversion/dev/gnuify-changelog.pl -share/subversion/dev/iz/defect.dem -share/subversion/dev/iz/ff2csv.command -share/subversion/dev/iz/ff2csv.py -share/subversion/dev/iz/find-fix.py -share/subversion/dev/iz/run-queries.sh -share/subversion/dev/normalize-dump.py -share/subversion/dev/prebuild-cleanup.sh -share/subversion/dev/random-commits.py -share/subversion/dev/scramble-tree.py -share/subversion/dev/stress.pl -share/subversion/dev/svn-dev.el -share/subversion/dev/svn-dev.vim -share/subversion/dev/trails.py -share/subversion/dev/verify-history.py -share/subversion/examples/blame.py -share/subversion/examples/check-modified.py -share/subversion/examples/dumpprops.py -share/subversion/examples/getfile.py -share/subversion/examples/geturl.py -share/subversion/examples/minimal_client.c -share/subversion/examples/putfile.py -share/subversion/examples/revplist.py -share/subversion/examples/svnlook.py -share/subversion/examples/svnserve-sgid.c -share/subversion/examples/svnshell.py -share/subversion/hook-scripts/commit-access-control.cfg.example -share/subversion/hook-scripts/commit-access-control.pl -share/subversion/hook-scripts/commit-email.pl -share/subversion/hook-scripts/mailer/mailer.conf.example -share/subversion/hook-scripts/mailer/mailer.py -share/subversion/hook-scripts/mailer/tests/mailer-init.sh -share/subversion/hook-scripts/mailer/tests/mailer-t1.output -share/subversion/hook-scripts/mailer/tests/mailer-t1.sh -share/subversion/hook-scripts/mailer/tests/mailer-tweak.py -share/subversion/hook-scripts/propchange-email.pl -share/subversion/hook-scripts/README -share/subversion/hook-scripts/svnperms.conf.example -share/subversion/hook-scripts/svnperms.py -share/subversion/hook-scripts/verify-po.py -share/subversion/po/svn-po-status-report.sh -share/subversion/test-scripts/svntest/README -share/subversion/test-scripts/svntest/svntest-check-configuration.sh -share/subversion/test-scripts/svntest/svntest-config.sh -share/subversion/test-scripts/svntest/svntest-rebuild-generic.sh -share/subversion/test-scripts/svntest/svntest-rebuild.sh -share/subversion/test-scripts/svntest/svntest-run.sh -share/subversion/test-scripts/svntest/svntest-sendmail.sh -share/subversion/test-scripts/svntest/svntest-update.sh -share/subversion/test-scripts/svntest/svntest.sh -share/subversion/xslt/svnindex.css -share/subversion/xslt/svnindex.xsl -%%MOD_DAV_SVN%%libexec/apache2/mod_dav_svn.so -%%MOD_DAV_SVN%%libexec/apache2/mod_authz_svn.so -%%MOD_DAV_SVN%%@exec %D/sbin/apxs -e -S LIBEXECDIR=%D/libexec/apache2 -a -n dav libexec/apache2/mod_dav.so -%%MOD_DAV_SVN%%@exec %D/sbin/apxs -e -S LIBEXECDIR=%D/libexec/apache2 -a -n dav_svn libexec/apache2/mod_dav_svn.so -%%WITH_PERL%%lib/libsvn_swig_perl-1.a -%%WITH_PERL%%lib/libsvn_swig_perl-1.so -%%WITH_PERL%%lib/libsvn_swig_perl-1.so.0 -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/SVN/Base.pm -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/SVN/Client.pm -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/SVN/Core.pm -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/SVN/Delta.pm -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/SVN/Fs.pm -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/SVN/Ra.pm -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/SVN/Repos.pm -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/SVN/Wc.pm -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Client/_Client.bs -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Client/_Client.so -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Core/.packlist -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Core/_Core.bs -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Core/_Core.so -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Delta/_Delta.bs -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Delta/_Delta.so -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Fs/_Fs.bs -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Fs/_Fs.so -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Ra/_Ra.bs -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Ra/_Ra.so -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Repos/_Repos.bs -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Repos/_Repos.so -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Wc/_Wc.bs -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Wc/_Wc.so -%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Wc -%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Repos -%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Ra -%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Fs -%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Delta -%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Client -%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/_Core -%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN -%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/SVN -%%WITH_PYTHON%%lib/libsvn_swig_py-1.a -%%WITH_PYTHON%%lib/libsvn_swig_py-1.so -%%WITH_PYTHON%%lib/libsvn_swig_py-1.so.0 -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/__init__.py -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/__init__.pyc -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_client.so -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_core.so -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_delta.so -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_fs.so -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_ra.so -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_repos.so -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_wc.so -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/client.py -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/client.pyc -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/core.py -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/core.pyc -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/delta.py -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/delta.pyc -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/fs.py -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/fs.pyc -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/ra.py -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/ra.pyc -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/repos.py -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/repos.pyc -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/wc.py -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/wc.pyc -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/svn/__init__.py -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/svn/__init__.pyc -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/svn/client.py -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/svn/client.pyc -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/svn/core.py -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/svn/core.pyc -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/svn/delta.py -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/svn/delta.pyc -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/svn/fs.py -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/svn/fs.pyc -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/svn/ra.py -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/svn/ra.pyc -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/svn/repos.py -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/svn/repos.pyc -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/svn/util.py -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/svn/util.pyc -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/svn/wc.py -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/svn/wc.pyc -%%WITH_PYTHON%%@dirrm %%PYTHON_SITELIBDIR%%/libsvn -%%WITH_PYTHON%%@dirrm %%PYTHON_SITELIBDIR%%/svn -@dirrm share/subversion/backup -@dirrm share/subversion/client-side -@dirrm share/subversion/cvs2svn -@dirrm share/subversion/dev/iz -@dirrm share/subversion/dev -@dirrm share/subversion/examples -@dirrm share/subversion/hook-scripts/mailer/tests -@dirrm share/subversion/hook-scripts/mailer -@dirrm share/subversion/hook-scripts -@dirrm share/subversion/po -@dirrm share/subversion/test-scripts/svntest -@dirrm share/subversion/test-scripts -@dirrm share/subversion/xslt -@dirrm share/subversion diff --git a/devel/swig20/Makefile b/devel/swig20/Makefile deleted file mode 100644 index f6513fab1c51..000000000000 --- a/devel/swig20/Makefile +++ /dev/null @@ -1,118 +0,0 @@ -# New ports collection makefile for: SWIG -# Date created: 19 April 1996 -# Whom: jkh -# -# $FreeBSD$ -# - -PORTNAME= swig -PORTVERSION= 1.3.21 -PORTREVISION= 1 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= knu@FreeBSD.org -COMMENT= Simplified Wrapper and Interface Generator - -WANT_AUTOCONF_VER=253 -VER= ${PORTVERSION:R} - -# Supported languages: guile perl php4 python ruby tcl ocaml pike java -SWIG_LANGUAGES?= guile perl php4 python ruby tcl -.for lang in ${SWIG_LANGUAGES} -WANT_SWIG_${lang:U}= yes -.endfor - -.if defined(WANT_SWIG_GUILE) -BUILD_DEPENDS+= guile:${PORTSDIR}/lang/guile -PLIST_SUB+= WANT_SWIG_GUILE="" -.else -PLIST_SUB+= WANT_SWIG_GUILE="@comment " -.endif -.if defined(WANT_SWIG_PERL) -CATEGORIES+= perl5 -USE_PERL5= yes -PLIST_SUB+= WANT_SWIG_PERL="" -.else -PLIST_SUB+= WANT_SWIG_PERL="@comment " -.endif -.if defined(WANT_SWIG_PHP4) -BUILD_DEPENDS+= ${LOCALBASE}/include/php/main/php.h:${PORTSDIR}/lang/php4 -PLIST_SUB+= WANT_SWIG_PHP4="" -.else -PLIST_SUB+= WANT_SWIG_PHP4="@comment " -.endif -.if defined(WANT_SWIG_PYTHON) -CATEGORIES+= python -USE_PYTHON= yes -PYTHON_NO_DEPENDS= yes -BUILD_DEPENDS+= ${PYTHON_CMD}:${PYTHON_PORTSDIR} -CONFIGURE_ARGS+= --with-pyincl=${PYTHON_INCLUDEDIR} \ - --with-pylib=${PYTHON_LIBDIR} -PLIST_SUB+= WANT_SWIG_PYTHON="" -.else -PLIST_SUB+= WANT_SWIG_PYTHON="@comment " -.endif -.if defined(WANT_SWIG_RUBY) -CATEGORIES+= ruby -USE_RUBY= yes -RUBY_NO_RUN_DEPENDS= yes -PLIST_SUB+= WANT_SWIG_RUBY="" -.else -PLIST_SUB+= WANT_SWIG_RUBY="@comment " -.endif -.if defined(WANT_SWIG_TCL) -CATEGORIES+= tcl84 -BUILD_DEPENDS+= ${LOCALBASE}/bin/tclsh8.4:${PORTSDIR}/lang/tcl84 -CONFIGURE_ARGS+= --with-tclincl=${LOCALBASE}/include/tcl8.4/ \ - --with-tcllib=${LOCALBASE}/lib/tcl8.4/ -PLIST_SUB+= WANT_SWIG_TCL="" -.else -PLIST_SUB+= WANT_SWIG_TCL="@comment " -.endif - -.if defined(WANT_SWIG_OCAML) -BUILD_DEPENDS+= ${LOCALBASE}/bin/ocamlc:${PORTSDIR}/lang/ocaml -PLIST_SUB+= WANT_SWIG_OCAML="" -.else -PLIST_SUB+= WANT_SWIG_OCAML="@comment " -.endif - -.if defined(WANT_SWIG_PIKE) -BUILD_DEPENDS+= ${LOCALBASE}/bin/pike:${PORTSDIR}/lang/pike -PLIST_SUB+= WANT_SWIG_PIKE="" -.else -PLIST_SUB+= WANT_SWIG_PIKE="@comment " -CONFIGURE_ARGS += --without-pike -.endif - -.if defined(WANT_SWIG_JAVA) -CATEGORIES+= java -USE_JAVA= 1.2+ -PLIST_SUB+= WANT_SWIG_JAVA="" -.else -PLIST_SUB+= WANT_SWIG_JAVA="@comment " -CONFIGURE_ARGS += --without-java -.endif - -USE_REINPLACE= yes -INSTALLS_SHLIB= yes -WRKSRC= ${WRKDIR}/${DISTNAME:U} -USE_LIBTOOL_VER= 13 -CONFIGURE_ENV= CFLAGS="${CFLAGS} -fPIC -DPIC" -ALL_TARGET= swig runtime -PLIST_SUB+= VER="${VER}" - -.include <bsd.port.pre.mk> - -post-patch: - ${REINPLACE_CMD} -e 's/SKIP_CHICKEN=$$/&"1"/' ${WRKSRC}/configure - -post-install: -# A separate swig13-runtime port might be nice - @(cd ${INSTALL_WRKSRC}/Runtime && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) - - ${LN} -f ${PREFIX}/bin/swig ${PREFIX}/bin/swig${VER} - -.include <bsd.port.post.mk> diff --git a/devel/swig20/distinfo b/devel/swig20/distinfo deleted file mode 100644 index 674e9704ad21..000000000000 --- a/devel/swig20/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (swig-1.3.21.tar.gz) = 88ff5b99be3eafebb8a6e20f4f986c04 -SIZE (swig-1.3.21.tar.gz) = 2023025 diff --git a/devel/swig20/files/patch-Makefile.in b/devel/swig20/files/patch-Makefile.in deleted file mode 100644 index 4e39bc09307d..000000000000 --- a/devel/swig20/files/patch-Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- Makefile.in.orig Mon Oct 14 22:37:59 2002 -+++ Makefile.in Mon Oct 28 07:23:38 2002 -@@ -290,8 +290,8 @@ - dst=$(DESTDIR)$(SWIG_LIB)/$$lang; \ - $(MKINSTDIRS) $$dst; \ - ( cd $(srcdir)/Lib/$$lang; \ -- doti="`ls *.i 2>/dev/null`"; \ -- dotswg="`ls *.swg 2>/dev/null`"; \ -+ doti="`ls *.i 2>/dev/null || true`"; \ -+ dotswg="`ls *.swg 2>/dev/null || true`"; \ - if [ -f extra-install.list ]; then \ - extra="`sed '/^#/d' extra-install.list`"; \ - fi; \ diff --git a/devel/swig20/pkg-descr b/devel/swig20/pkg-descr deleted file mode 100644 index c9ea8c17ee94..000000000000 --- a/devel/swig20/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -SWIG is a tool for automatically generating the wrapper code needed -to link collections of functions written in C/C++ with interpreted -scripting languages. Currently, SWIG supports : - - - Tcl - - Python - - Perl5 - - Java - - Guile - - MzScheme - - Ruby - -Using SWIG, it is possible to greatly simplify interface development -and to put interesting interfaces on existing applications with -little effort. - -WWW: http://www.swig.org/ diff --git a/devel/swig20/pkg-plist b/devel/swig20/pkg-plist deleted file mode 100644 index 887f450ce155..000000000000 --- a/devel/swig20/pkg-plist +++ /dev/null @@ -1,219 +0,0 @@ -bin/swig -bin/swig%%VER%% -%%WANT_SWIG_GUILE%%lib/libswigguile.a -%%WANT_SWIG_GUILE%%lib/libswigguile.la -%%WANT_SWIG_GUILE%%lib/libswigguile.so -%%WANT_SWIG_GUILE%%lib/libswigguile.so.0 -%%WANT_SWIG_GUILE%%lib/libswigguilescm.a -%%WANT_SWIG_GUILE%%lib/libswigguilescm.la -%%WANT_SWIG_GUILE%%lib/libswigguilescm.so -%%WANT_SWIG_GUILE%%lib/libswigguilescm.so.0 -%%WANT_SWIG_PHP4%%lib/libswigphp4.a -%%WANT_SWIG_PHP4%%lib/libswigphp4.la -%%WANT_SWIG_PHP4%%lib/libswigphp4.so -%%WANT_SWIG_PHP4%%lib/libswigphp4.so.0 -%%WANT_SWIG_PERL%%lib/libswigpl.a -%%WANT_SWIG_PERL%%lib/libswigpl.la -%%WANT_SWIG_PERL%%lib/libswigpl.so -%%WANT_SWIG_PERL%%lib/libswigpl.so.0 -%%WANT_SWIG_PYTHON%%lib/libswigpy.a -%%WANT_SWIG_PYTHON%%lib/libswigpy.la -%%WANT_SWIG_PYTHON%%lib/libswigpy.so -%%WANT_SWIG_PYTHON%%lib/libswigpy.so.0 -%%WANT_SWIG_RUBY%%lib/libswigrb.a -%%WANT_SWIG_RUBY%%lib/libswigrb.la -%%WANT_SWIG_RUBY%%lib/libswigrb.so -%%WANT_SWIG_RUBY%%lib/libswigrb.so.0 -%%WANT_SWIG_TCL%%lib/libswigtcl8.a -%%WANT_SWIG_TCL%%lib/libswigtcl8.la -%%WANT_SWIG_TCL%%lib/libswigtcl8.so -%%WANT_SWIG_TCL%%lib/libswigtcl8.so.0 -%%WANT_SWIG_OCAML%%lib/libswigocaml.a -%%WANT_SWIG_OCAML%%lib/libswigocaml.la -%%WANT_SWIG_OCAML%%lib/libswigocaml.so -%%WANT_SWIG_OCAML%%lib/libswigocaml.so.0 -lib/swig%%VER%%/_std_deque.i -lib/swig%%VER%%/allkw.swg -lib/swig%%VER%%/carrays.i -lib/swig%%VER%%/cdata.i -lib/swig%%VER%%/chicken/chicken.swg -lib/swig%%VER%%/chicken/chickenkw.swg -lib/swig%%VER%%/chicken/chickenrun.swg -lib/swig%%VER%%/chicken/fragments.i -lib/swig%%VER%%/chicken/precommon.swg -lib/swig%%VER%%/chicken/typemaps.i -lib/swig%%VER%%/cmalloc.i -lib/swig%%VER%%/common.swg -lib/swig%%VER%%/constraints.i -lib/swig%%VER%%/cpointer.i -lib/swig%%VER%%/csharp/csharp.swg -lib/swig%%VER%%/csharp/csharphead.swg -lib/swig%%VER%%/csharp/csharpkw.swg -lib/swig%%VER%%/csharp/std_string.i -lib/swig%%VER%%/csharp/typemaps.i -lib/swig%%VER%%/cstring.i -lib/swig%%VER%%/exception.i -lib/swig%%VER%%/guile/common.scm -lib/swig%%VER%%/guile/cplusplus.i -lib/swig%%VER%%/guile/ghinterface.i -lib/swig%%VER%%/guile/guile.i -lib/swig%%VER%%/guile/guile_gh.swg -lib/swig%%VER%%/guile/guile_gh_run.swg -lib/swig%%VER%%/guile/guile_scm.swg -lib/swig%%VER%%/guile/guile_scm_run.swg -lib/swig%%VER%%/guile/guilemain.i -lib/swig%%VER%%/guile/interpreter.i -lib/swig%%VER%%/guile/list-vector.i -lib/swig%%VER%%/guile/pointer-in-out.i -lib/swig%%VER%%/guile/ports.i -lib/swig%%VER%%/guile/precommon.swg -lib/swig%%VER%%/guile/std_common.i -lib/swig%%VER%%/guile/std_map.i -lib/swig%%VER%%/guile/std_pair.i -lib/swig%%VER%%/guile/std_string.i -lib/swig%%VER%%/guile/std_vector.i -lib/swig%%VER%%/guile/typemaps.i -lib/swig%%VER%%/java/arrays_java.i -lib/swig%%VER%%/java/director.swg -lib/swig%%VER%%/java/java.swg -lib/swig%%VER%%/java/javahead.swg -lib/swig%%VER%%/java/javakw.swg -lib/swig%%VER%%/java/std_common.i -lib/swig%%VER%%/java/std_map.i -lib/swig%%VER%%/java/std_pair.i -lib/swig%%VER%%/java/std_string.i -lib/swig%%VER%%/java/std_vector.i -lib/swig%%VER%%/java/typemaps.i -lib/swig%%VER%%/java/various.i -lib/swig%%VER%%/math.i -lib/swig%%VER%%/mzscheme/mzrun.swg -lib/swig%%VER%%/mzscheme/mzscheme.swg -lib/swig%%VER%%/mzscheme/precommon.swg -lib/swig%%VER%%/mzscheme/std_common.i -lib/swig%%VER%%/mzscheme/std_map.i -lib/swig%%VER%%/mzscheme/std_pair.i -lib/swig%%VER%%/mzscheme/std_string.i -lib/swig%%VER%%/mzscheme/std_vector.i -lib/swig%%VER%%/mzscheme/typemaps.i -lib/swig%%VER%%/ocaml/carray.i -lib/swig%%VER%%/ocaml/class.swg -lib/swig%%VER%%/ocaml/cstring.i -lib/swig%%VER%%/ocaml/director.swg -lib/swig%%VER%%/ocaml/mlheading.swg -lib/swig%%VER%%/ocaml/mliheading.swg -lib/swig%%VER%%/ocaml/ocaml.i -lib/swig%%VER%%/ocaml/ocaml.swg -lib/swig%%VER%%/ocaml/ocamldec.swg -lib/swig%%VER%%/ocaml/ocamlkw.swg -lib/swig%%VER%%/ocaml/preamble.swg -lib/swig%%VER%%/ocaml/std_common.i -lib/swig%%VER%%/ocaml/std_complex.i -lib/swig%%VER%%/ocaml/std_deque.i -lib/swig%%VER%%/ocaml/std_list.i -lib/swig%%VER%%/ocaml/std_map.i -lib/swig%%VER%%/ocaml/std_pair.i -lib/swig%%VER%%/ocaml/std_string.i -lib/swig%%VER%%/ocaml/std_vector.i -lib/swig%%VER%%/ocaml/swig.ml -lib/swig%%VER%%/ocaml/swig.mli -lib/swig%%VER%%/ocaml/swigp4.ml -lib/swig%%VER%%/ocaml/typecheck.i -lib/swig%%VER%%/ocaml/typemaps.i -lib/swig%%VER%%/ocaml/typeregister.swg -lib/swig%%VER%%/perl5/Makefile.pl -lib/swig%%VER%%/perl5/noembed.h -lib/swig%%VER%%/perl5/perl5.swg -lib/swig%%VER%%/perl5/perlmain.i -lib/swig%%VER%%/perl5/perlrun.swg -lib/swig%%VER%%/perl5/precommon.swg -lib/swig%%VER%%/perl5/std_common.i -lib/swig%%VER%%/perl5/std_map.i -lib/swig%%VER%%/perl5/std_pair.i -lib/swig%%VER%%/perl5/std_string.i -lib/swig%%VER%%/perl5/std_vector.i -lib/swig%%VER%%/perl5/typemaps.i -lib/swig%%VER%%/php4/php4.swg -lib/swig%%VER%%/php4/php4kw.swg -lib/swig%%VER%%/php4/php4run.swg -lib/swig%%VER%%/php4/precommon.swg -lib/swig%%VER%%/php4/std_common.i -lib/swig%%VER%%/php4/std_map.i -lib/swig%%VER%%/php4/std_pair.i -lib/swig%%VER%%/php4/std_string.i -lib/swig%%VER%%/php4/std_vector.i -lib/swig%%VER%%/php4/typemaps.i -lib/swig%%VER%%/php4/utils.i -lib/swig%%VER%%/pike/pike.swg -lib/swig%%VER%%/pike/pikekw.swg -lib/swig%%VER%%/pike/pikerun.swg -lib/swig%%VER%%/pike/precommon.swg -lib/swig%%VER%%/pike/std_string.i -lib/swig%%VER%%/pointer.i -lib/swig%%VER%%/python/cstring.i -lib/swig%%VER%%/python/defarg.swg -lib/swig%%VER%%/python/director.swg -lib/swig%%VER%%/python/embed.i -lib/swig%%VER%%/python/embed15.i -lib/swig%%VER%%/python/fragments.i -lib/swig%%VER%%/python/precommon.swg -lib/swig%%VER%%/python/pyrun.swg -lib/swig%%VER%%/python/python.swg -lib/swig%%VER%%/python/pythonkw.swg -lib/swig%%VER%%/python/std_common.i -lib/swig%%VER%%/python/std_complex.i -lib/swig%%VER%%/python/std_deque.i -lib/swig%%VER%%/python/std_list.i -lib/swig%%VER%%/python/std_map.i -lib/swig%%VER%%/python/std_pair.i -lib/swig%%VER%%/python/std_string.i -lib/swig%%VER%%/python/std_vector.i -lib/swig%%VER%%/python/typemaps.i -lib/swig%%VER%%/ruby/Makefile.swig -lib/swig%%VER%%/ruby/director.swg -lib/swig%%VER%%/ruby/embed.i -lib/swig%%VER%%/ruby/extconf.rb -lib/swig%%VER%%/ruby/fragments.i -lib/swig%%VER%%/ruby/precommon.swg -lib/swig%%VER%%/ruby/ruby.swg -lib/swig%%VER%%/ruby/rubydec.swg -lib/swig%%VER%%/ruby/rubydef.swg -lib/swig%%VER%%/ruby/rubyhead.swg -lib/swig%%VER%%/ruby/rubykw.swg -lib/swig%%VER%%/ruby/std_common.i -lib/swig%%VER%%/ruby/std_deque.i -lib/swig%%VER%%/ruby/std_map.i -lib/swig%%VER%%/ruby/std_pair.i -lib/swig%%VER%%/ruby/std_string.i -lib/swig%%VER%%/ruby/std_vector.i -lib/swig%%VER%%/ruby/typemaps.i -lib/swig%%VER%%/std_deque.i -lib/swig%%VER%%/stl.i -lib/swig%%VER%%/swig.swg -lib/swig%%VER%%/swigrun.i -lib/swig%%VER%%/tcl/cstring.i -lib/swig%%VER%%/tcl/precommon.swg -lib/swig%%VER%%/tcl/std_common.i -lib/swig%%VER%%/tcl/std_map.i -lib/swig%%VER%%/tcl/std_pair.i -lib/swig%%VER%%/tcl/std_string.i -lib/swig%%VER%%/tcl/std_vector.i -lib/swig%%VER%%/tcl/swigtcl8.swg -lib/swig%%VER%%/tcl/tcl8.swg -lib/swig%%VER%%/tcl/tcl8kw.swg -lib/swig%%VER%%/tcl/tclsh.i -lib/swig%%VER%%/tcl/typemaps.i -lib/swig%%VER%%/tcl/wish.i -share/aclocal/swig.m4 -@dirrm lib/swig%%VER%%/tcl -@dirrm lib/swig%%VER%%/ruby -@dirrm lib/swig%%VER%%/python -@dirrm lib/swig%%VER%%/pike -@dirrm lib/swig%%VER%%/php4 -@dirrm lib/swig%%VER%%/perl5 -@dirrm lib/swig%%VER%%/ocaml -@dirrm lib/swig%%VER%%/mzscheme -@dirrm lib/swig%%VER%%/java -@dirrm lib/swig%%VER%%/guile -@dirrm lib/swig%%VER%%/csharp -@dirrm lib/swig%%VER%%/chicken -@dirrm lib/swig%%VER%% diff --git a/devel/upnp104/Makefile b/devel/upnp104/Makefile deleted file mode 100644 index bba59490426e..000000000000 --- a/devel/upnp104/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: upnp -# Date created: 02 August 2002 -# Whom: Yen-Ming Lee <leeym@leeym.com> -# -# $FreeBSD$ -# - -PORTNAME= upnp -PORTVERSION= 1.0.4 -PORTREVISION= 1 -PORTEPOCH= 1 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}sdk-${PORTVERSION} - -MAINTAINER= leeym@FreeBSD.org -COMMENT= Universal Plug and Play Software Development Kit - -LIB_DEPENDS= uuid.1:${PORTSDIR}/sysutils/e2fsprogs - -USE_GMAKE= yes -USE_REINPLACE= yes -MAKEFILE= makefile -MAKE_ENV= PTHREAD_LIBS=${PTHREAD_LIBS} -NOT_FOR_ARCHS= sparc64 -INSTALLS_SHLIB= yes - -post-patch: - @cd ${WRKSRC} && ${REINPLACE_CMD} -e 's,MAKE = make,MAKE = ${GMAKE},' \ - src/genlib/makefile src/makefile - @cd ${WRKSRC} && ${REINPLACE_CMD} -e 's,malloc.h,stdlib.h,' \ - src/inc/genlib/client_table/client_table.h \ - src/inc/genlib/http_client/http_client.h \ - src/inc/genlib/service_table/service_table.h \ - src/inc/genlib/timer_thread/timer_thread.h \ - src/upnpdom/domCif.cpp - @cd ${WRKSRC} && ${REINPLACE_CMD} -e 's,MSG_NOSIGNAL,0,' \ - src/genlib/http_client/http_client.c \ - src/genlib/net/http/readwrite.cpp - -.include <bsd.port.mk> diff --git a/devel/upnp104/distinfo b/devel/upnp104/distinfo deleted file mode 100644 index 9e1026858ed8..000000000000 --- a/devel/upnp104/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (upnpsdk-1.0.4.tar.gz) = d4ebd84d0c809d90ae36c37e5a2d213c -SIZE (upnpsdk-1.0.4.tar.gz) = 227425 diff --git a/devel/upnp104/files/patch-makefile b/devel/upnp104/files/patch-makefile deleted file mode 100644 index 9482ec00fa36..000000000000 --- a/devel/upnp104/files/patch-makefile +++ /dev/null @@ -1,45 +0,0 @@ ---- makefile.orig Thu Aug 16 02:20:11 2001 -+++ makefile Sat Aug 3 17:22:35 2002 -@@ -29,11 +29,11 @@ - ## - ########################################################################### - --MAKE = make -+MAKE = gmake - UPNP = bin/libupnp.so - SUBDIRS = src - --VERSION=1.0.4 -+VERSION=1 - - ifeq ($(DEBUG),1) - STRIPU = -@@ -102,17 +102,17 @@ - @if [ -f "doc/upnpsdk.aux" ]; then rm doc/upnpsdk.aux; fi - - install: upnp -- @install -d /usr/include/upnp -- @install -d /usr/include/upnp/upnpdom -- @install -d /usr/include/upnp/tools -- @install bin/libupnp.so /usr/lib/libupnp.so.$(VERSION) -- ln -s /usr/lib/libupnp.so.$(VERSION) /usr/lib/libupnp.so -- @install inc/*.h /usr/include/upnp -- @install inc/upnpdom/*.h /usr/include/upnp/upnpdom -- @install inc/tools/*.h /usr/include/upnp/tools -+ @install -d ${PREFIX}/include/upnp -+ @install -d ${PREFIX}/include/upnp/upnpdom -+ @install -d ${PREFIX}/include/upnp/tools -+ @install bin/libupnp.so ${PREFIX}/lib/libupnp.so.$(VERSION) -+ ln -fs ${PREFIX}/lib/libupnp.so.$(VERSION) ${PREFIX}/lib/libupnp.so -+ @install inc/*.h ${PREFIX}/include/upnp -+ @install inc/upnpdom/*.h ${PREFIX}/include/upnp/upnpdom -+ @install inc/tools/*.h ${PREFIX}/include/upnp/tools - - uninstall: -- @if [ -d /usr/include/upnp ]; then rm -rf /usr/include/upnp; fi -- @if [ -f /usr/lib/libupnp.so ]; then rm /usr/lib/libupnp.so; fi -- @if [ -f /usr/lib/libupnp.so.$(VERSION) ]; then rm /usr/lib/libupnp.so.$(VERSION); fi -+ @if [ -d ${PREFIX}/include/upnp ]; then rm -rf ${PREFIX}/include/upnp; fi -+ @if [ -f ${PREFIX}/lib/libupnp.so ]; then rm ${PREFIX}/lib/libupnp.so; fi -+ @if [ -f ${PREFIX}/lib/libupnp.so.$(VERSION) ]; then rm ${PREFIX}/lib/libupnp.so.$(VERSION); fi - diff --git a/devel/upnp104/files/patch-src::api::makefile b/devel/upnp104/files/patch-src::api::makefile deleted file mode 100644 index 6e45724c5e35..000000000000 --- a/devel/upnp104/files/patch-src::api::makefile +++ /dev/null @@ -1,22 +0,0 @@ ---- src/api/makefile.orig Fri Jun 15 08:21:33 2001 -+++ src/api/makefile Sat Aug 3 16:29:38 2002 -@@ -34,15 +34,15 @@ - CC = gcc - CFLAGS = -Wall -fpic $(DEFS) - C2FLAGS = -Wall $(DEFS) -shared -Wl,-soname,libupnp.so --INCLUDES = -I ../inc -I ../../inc -I ../../inc/upnpdom -I ../inc/tools --LIBS = -lpthread -luuid -+INCLUDES = -I ../inc -I ../../inc -I ../../inc/upnpdom -I ../inc/tools -I $(LOCALBASE)/include -+LIBS = ${PTHREAD_LIBS} -luuid -L$(LOCALBASE)/lib - - ifeq ($(DEBUG),1) - CFLAGS += -g -O -DDEBUG - C2FLAGS += -g -O -DDEBUG - else --CFLAGS += -O2 --C2FLAGS += -O2 -+CFLAGS += -g -ggdb -+C2FLAGS += -g -ggdb - endif - - objects = upnpapi.o config.o ../lib/ssdp.o ../lib/soap.o \ diff --git a/devel/upnp104/files/patch-src::api::upnpapi.c b/devel/upnp104/files/patch-src::api::upnpapi.c deleted file mode 100644 index d08caa93fc7a..000000000000 --- a/devel/upnp104/files/patch-src::api::upnpapi.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/api/upnpapi.c.orig Fri Jun 15 08:22:15 2001 -+++ src/api/upnpapi.c Sat Aug 3 16:29:38 2002 -@@ -44,7 +44,7 @@ - #include<string.h> - - #include <sys/ioctl.h> --#include <linux/if.h> -+#include <net/if.h> - #include <sys/utsname.h> - #include <sys/socket.h> - #include <netinet/in.h> diff --git a/devel/upnp104/files/patch-src::gena::Makefile b/devel/upnp104/files/patch-src::gena::Makefile deleted file mode 100644 index 9674cd45f921..000000000000 --- a/devel/upnp104/files/patch-src::gena::Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- src/gena/Makefile.orig Fri Jun 15 08:21:33 2001 -+++ src/gena/Makefile Sat Aug 3 16:29:39 2002 -@@ -61,7 +61,7 @@ - - TARGET = $(upnp_lib_dir)/gena.o - --CFLAGS = -I$(upnp_inc_dir) -I$(upnp_src_inc_dir) -fpic -Wall -c -D_REENTRANT -+CFLAGS = -I$(upnp_inc_dir) -I$(upnp_src_inc_dir) -I$(LOCALBASE)/include -fpic -Wall -c -D_REENTRANT - - ifeq ($(DEBUG),1) - CFLAGS += -g -O -DDEBUG diff --git a/devel/upnp104/files/patch-src::genlib::tpool::interrupts.cpp b/devel/upnp104/files/patch-src::genlib::tpool::interrupts.cpp deleted file mode 100644 index fda9eca21463..000000000000 --- a/devel/upnp104/files/patch-src::genlib::tpool::interrupts.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/genlib/tpool/interrupts.cpp.orig Fri Jun 15 08:22:16 2001 -+++ src/genlib/tpool/interrupts.cpp Sat Aug 3 16:29:39 2002 -@@ -82,7 +82,7 @@ - int code; - - newset.sa_handler = signal_handler_alpha; -- newset.sa_flags = SA_NOMASK; -+ newset.sa_flags = SA_NODEFER; - code = sigaction( signalNum, &newset, &g_OldAction ); - if ( code < 0 ) - { diff --git a/devel/upnp104/files/patch-src::genlib::util::gmtdate.cpp b/devel/upnp104/files/patch-src::genlib::util::gmtdate.cpp deleted file mode 100644 index 419b9a202687..000000000000 --- a/devel/upnp104/files/patch-src::genlib::util::gmtdate.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- src/genlib/util/gmtdate.cpp.orig Fri Jun 15 08:22:16 2001 -+++ src/genlib/util/gmtdate.cpp Sat Aug 3 16:29:39 2002 -@@ -41,7 +41,7 @@ - #include <stdlib.h> - #include <ctype.h> - #include <string.h> --#include <values.h> -+#include <machine/limits.h> - #include <genlib/util/gmtdate.h> - #include <genlib/util/miscexceptions.h> - -@@ -254,7 +254,7 @@ - - val = (int)strtol( str, &endptr, 10 ); - -- if ( val < 0 || val == MAXINT ) -+ if ( val < 0 || val == INT_MAX ) - { - return -1; - } diff --git a/devel/upnp104/files/patch-src::ssdp::ssdplib.c b/devel/upnp104/files/patch-src::ssdp::ssdplib.c deleted file mode 100644 index a9152fe2e8bd..000000000000 --- a/devel/upnp104/files/patch-src::ssdp::ssdplib.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/ssdp/ssdplib.c.orig Thu Aug 16 02:17:31 2001 -+++ src/ssdp/ssdplib.c Sat Aug 3 16:29:39 2002 -@@ -403,7 +403,7 @@ - bzero((char *)&SelfAddr, sizeof(struct sockaddr_in)); - - SelfAddr.sin_family = AF_INET; -- SelfAddr.sin_addr.s_addr = inet_addr(SSDP_IP); -+ SelfAddr.sin_addr.s_addr = htonl(INADDR_ANY); - SelfAddr.sin_port = htons(SSDP_PORT); - if (bind( SsdpSock, (struct sockaddr *) &SelfAddr, sizeof(SelfAddr)) != 0) - { diff --git a/devel/upnp104/pkg-descr b/devel/upnp104/pkg-descr deleted file mode 100644 index 37ce91f502fa..000000000000 --- a/devel/upnp104/pkg-descr +++ /dev/null @@ -1,18 +0,0 @@ -The Universal Plug and Play (UPnP) Software Development Kit (SDK) v1.0 for -Linux is an SDK for development of UPnP device and control point applications -for Linux. It consists of the core UPnP protocols along with a UPnP-specific -eXtensible Markup Language (XML) parser supporting the Document Object Model -(DOM) Level 1 API and an optional, integrated mini web server for serving UPnP -related documents. - -Intel is not providing support for the UPnP SDK for Linux. Two mailing lists -for the UPnP SDK for Linux are available here: -WWW: http://upnp.sourceforge.net/ - -Questions and problems should be addressed on the appropriate mailing list. - -If you find this SDK useful, please send an email to upnp@intel.com and let -us know. - -* Other brands, names, and trademarks are the property of their respective -owners. diff --git a/devel/upnp104/pkg-plist b/devel/upnp104/pkg-plist deleted file mode 100644 index ed8da3ee2505..000000000000 --- a/devel/upnp104/pkg-plist +++ /dev/null @@ -1,19 +0,0 @@ -include/upnp/tools/config.h -include/upnp/tools/upnptools.h -include/upnp/upnp.h -include/upnp/upnpdom/Attr.h -include/upnp/upnpdom/DOMException.h -include/upnp/upnpdom/Document.h -include/upnp/upnpdom/Element.h -include/upnp/upnpdom/NamedNodeMap.h -include/upnp/upnpdom/Node.h -include/upnp/upnpdom/NodeAct.h -include/upnp/upnpdom/NodeList.h -include/upnp/upnpdom/Parser.h -include/upnp/upnpdom/all.h -include/upnp/upnpdom/domCif.h -lib/libupnp.so -lib/libupnp.so.1 -@dirrm include/upnp/upnpdom -@dirrm include/upnp/tools -@dirrm include/upnp diff --git a/devel/viewvc/Makefile b/devel/viewvc/Makefile deleted file mode 100644 index 5ae981e9066b..000000000000 --- a/devel/viewvc/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: viewcvs -# Date created: Sun 02 Jul 2000 -# Whom: will -# -# $FreeBSD$ -# - -PORTNAME= viewcvs -PORTVERSION= 0.9.2 -PORTREVISION= 2 -CATEGORIES= devel python -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Python version of Zeller's cvsweb - -USE_PYTHON= yes -NO_BUILD= yes -PKGMESSAGE= ${WRKDIR}/pkg-message -INSTDIR?= ${PORTNAME}-${PORTVERSION} -PLIST_SUB= INSTDIR=${INSTDIR} - -do-install: - @ cd ${WRKSRC} && INSTDIR=${PREFIX}/${INSTDIR} ${PYTHON_CMD} viewcvs-install - -post-install: - @ ${SED} -e "s:%%INSTDIR%%:${PREFIX}/${INSTDIR}:g" ${MASTERDIR}/pkg-message >${PKGMESSAGE} - @ ${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/devel/viewvc/distinfo b/devel/viewvc/distinfo deleted file mode 100644 index eaf830f6c309..000000000000 --- a/devel/viewvc/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (viewcvs-0.9.2.tar.gz) = c7857b1ed05240ad1f691ea40044daf2 -SIZE (viewcvs-0.9.2.tar.gz) = 140063 diff --git a/devel/viewvc/files/patch-CAN-2004-0915 b/devel/viewvc/files/patch-CAN-2004-0915 deleted file mode 100644 index 6e150bc53438..000000000000 --- a/devel/viewvc/files/patch-CAN-2004-0915 +++ /dev/null @@ -1,37 +0,0 @@ ---- lib/viewcvs.py.orig 2004-10-20 15:03:41.000000000 +0200 -+++ lib/viewcvs.py 2004-10-20 16:37:35.000000000 +0200 -@@ -2455,10 +2455,17 @@ def generate_tarball_header(out, name, s - def generate_tarball(out, relative, directory, tag, stack=[]): - subdirs = [ ] - rcs_files = [ ] -+ if relative == 'CVSROOT' and cfg.options.hide_cvsroot: -+ return -+ - for file, pathname, isdir in get_file_data(directory): - if pathname == _UNREADABLE_MARKER: - continue - if isdir: -+ if file == 'CVSROOT' and relative.find('/') == -1 and cfg.options.hide_cvsroot: -+ continue -+ if relative.find('/') == -1 and cfg.is_forbidden(file): -+ continue - subdirs.append(file) - else: - rcs_files.append(file) -@@ -2583,6 +2590,16 @@ def main(): - '</body></html>\n') - return - -+ if where == 'CVSROOT' and cfg.options.hide_cvsroot: -+ print "Status: 400" -+ http_header() -+ print ('<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n' -+ '<html><head>\n<title>400 Bad Request</title>\n' -+ '</head><body>\n' -+ '<H1>Bad Request</H1>\n Listing of CVSROOT is disallowed.<p>\n' -+ '</body></html>\n') -+ return -+ - ### look for GZIP binary - - # if we have a directory and the request didn't end in "/", then redirect diff --git a/devel/viewvc/files/patch-lib::viewcvs.py b/devel/viewvc/files/patch-lib::viewcvs.py deleted file mode 100644 index 0e1123ec43a1..000000000000 --- a/devel/viewvc/files/patch-lib::viewcvs.py +++ /dev/null @@ -1,91 +0,0 @@ ---- lib/viewcvs.py.orig Tue Jan 15 10:35:55 2002 -+++ lib/viewcvs.py Fri Apr 25 19:18:22 2003 -@@ -174,6 +174,10 @@ - # parse the query params into a dictionary (and use defaults) - query_dict = default_settings.copy() - for name, values in cgi.parse().items(): -+ # validate the parameter -+ _validate_param(name, values[0]) -+ -+ # if we're here, then the parameter is okay - query_dict[name] = values[0] - - # set up query strings, prefixed by question marks and ampersands -@@ -228,6 +232,77 @@ - self.branch = branch - self.taginfo = taginfo - -+ -+def _validate_param(name, value): -+ """Validate whether the given value is acceptable for the param name. -+ -+ If the value is not allowed, then an error response is generated, and -+ this function throws an exception. Otherwise, it simply returns None. -+ """ -+ -+ try: -+ validator = _legal_params[name] -+ except KeyError: -+ error('An illegal parameter name ("%s") was passed.' % cgi.escape(name)) -+ -+ # is the validator a regex? -+ if hasattr(validator, 'match'): -+ if not validator.match(value): -+ error('An illegal value ("%s") was passed as a parameter.' % -+ cgi.escape(value)) -+ return -+ -+ # the validator must be a function -+ validator(value) -+ -+def _validate_cvsroot(value): -+ if not cfg.general.cvs_roots.has_key(value): -+ error('The CVS root "%s" is unknown.' % cgi.escape(value)) -+ -+def _validate_regex(value): -+ # hmm. there isn't anything that we can do here. -+ -+ ### we need to watch the flow of these parameters through the system -+ ### to ensure they don't hit the page unescaped. otherwise, these -+ ### parameters could constitute a CSS attack. -+ pass -+ -+# obvious things here. note that we don't need uppercase for alpha. -+_re_validate_alpha = re.compile('^[a-z]+$') -+_re_validate_number = re.compile('^[0-9]+$') -+ -+# when comparing two revs, we sometimes construct REV:SYMBOL, so ':' is needed -+_re_validate_revnum = re.compile('^[-_.a-zA-Z0-9:]+$') -+ -+# it appears that RFC 2045 also says these chars are legal: !#$%&'*+^{|}~` -+# but woah... I'll just leave them out for now -+_re_validate_mimetype = re.compile('^[-_.a-zA-Z0-9/]+$') -+ -+# the legal query parameters and their validation functions -+_legal_params = { -+ 'cvsroot' : _validate_cvsroot, -+ 'search' : _validate_regex, -+ -+ 'hideattic' : _re_validate_number, -+ 'sortby' : _re_validate_alpha, -+ 'sortdir' : _re_validate_alpha, -+ 'logsort' : _re_validate_alpha, -+ 'diff_format' : _re_validate_alpha, -+ 'only_with_tag' : _re_validate_revnum, -+ 'dir_pagestart' : _re_validate_number, -+ 'log_pagestart' : _re_validate_number, -+ 'hidecvsroot' : _re_validate_number, -+ 'annotate' : _re_validate_revnum, -+ 'graph' : _re_validate_revnum, -+ 'makeimage' : _re_validate_number, -+ 'tarball' : _re_validate_number, -+ 'r1' : _re_validate_revnum, -+ 'tr1' : _re_validate_revnum, -+ 'r2' : _re_validate_revnum, -+ 'tr2' : _re_validate_revnum, -+ 'rev' : _re_validate_revnum, -+ 'content-type' : _re_validate_mimetype, -+ } - - class LogEntry: - "Hold state for each revision entry in an 'rlog' output." diff --git a/devel/viewvc/files/patch-viewcvs-install b/devel/viewvc/files/patch-viewcvs-install deleted file mode 100644 index aeab05b698ff..000000000000 --- a/devel/viewvc/files/patch-viewcvs-install +++ /dev/null @@ -1,49 +0,0 @@ ---- viewcvs-install.orig Fri Dec 21 03:59:45 2001 -+++ viewcvs-install Sun Aug 24 05:38:29 2003 -@@ -51,7 +51,7 @@ - """ % version - - ## installer defaults --ROOT_DIR = "/usr/local/viewcvs-" + version -+ROOT_DIR = os.environ['INSTDIR'] - - - ## list of files for installation -@@ -65,11 +65,11 @@ - ("cgi/query.cgi", "cgi/query.cgi", 0755, 1, 0, 0), - ("standalone.py", "standalone.py", 0755, 1, 0, 0), - -- ("cgi/viewcvs.conf.dist", "viewcvs.conf", 0644, 1, -+ ("cgi/viewcvs.conf.dist", "viewcvs.conf.dist", 0644, 1, - """Note: If you are upgrading from viewcvs-0.7 or earlier: - The section [text] has been removed from viewcvs.conf. The functionality - went into the new files in subdirectory templates.""", 0), -- ("cgi/cvsgraph.conf.dist", "cvsgraph.conf", 0644, 0, 1, 0), -+ ("cgi/cvsgraph.conf.dist", "cvsgraph.conf.dist", 0644, 0, 1, 0), - - ("lib/PyFontify.py", "lib/PyFontify.py", 0644, 0, 0, 1), - ("lib/blame.py", "lib/blame.py", 0644, 0, 0, 1), -@@ -192,7 +192,7 @@ - if type(prompt_replace) == type(""): - print prompt_replace - while 1: -- temp = raw_input("\n File %s\n exists and is different from source file.\n DO YOU WANT TO,\n overwrite [o]\n do not overwrite [d]\n view differences [v]: " % (dest_path)) -+ temp = 'o' - print - - temp = string.lower(temp[0]) -@@ -245,10 +245,10 @@ - print INFO_TEXT - - ## get the install path -- temp = raw_input("Installation Path [%s]: " % ROOT_DIR) -- temp = string.strip(temp) -- if len(temp): -- ROOT_DIR = temp -+ #temp = raw_input("Installation Path [%s]: " % ROOT_DIR) -+ #temp = string.strip(temp) -+ #if len(temp): -+ # ROOT_DIR = temp - - ## install the files - print diff --git a/devel/viewvc/pkg-descr b/devel/viewvc/pkg-descr deleted file mode 100644 index 66ee573e8d8b..000000000000 --- a/devel/viewvc/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -ViewCVS was inspired by cvsweb (Zeller's version). ViewCVS -can browse directories, change logs, and specific revisions -of files. It can display diffs between versions and show -selections of files based on tags or branches. In addition, -ViewCVS has "annotation" or "blame" support, and the -beginnings of Bonsai-like query facilities. - -WWW: http://viewcvs.sourceforge.net/ -Author: Greg Stein <gstein@lyra.org> - -- Will <andrews@technologist.com> diff --git a/devel/viewvc/pkg-message b/devel/viewvc/pkg-message deleted file mode 100644 index c45fbf9165ce..000000000000 --- a/devel/viewvc/pkg-message +++ /dev/null @@ -1,12 +0,0 @@ -If you would like to set up ViewCVS in a usable manner, all -you need to do is modify the configuration file, located at -%%INSTDIR%%/viewcvs.conf, to note where your -CVSROOT is, and then copy the actual CGI (located at -%%INSTDIR%%/cgi/viewcvs.cgi) to your cgi-bin. -Please notice that configuration files are installed as -".dist" and must be copied to their actual names prior to -be edited, e.g.: -$ cd %%INSTDIR%% -$ cp viewcvs.conf.dist viewcvs.conf -$ cp cvsgraph.conf.dist cvsgraph.conf -It's up to yo to check the ".dist" files after upgrades. diff --git a/devel/viewvc/pkg-plist b/devel/viewvc/pkg-plist deleted file mode 100644 index 4868e8f043f5..000000000000 --- a/devel/viewvc/pkg-plist +++ /dev/null @@ -1,66 +0,0 @@ -%%INSTDIR%%/cgi/query.cgi -%%INSTDIR%%/cgi/viewcvs.cgi -%%INSTDIR%%/cvsdbadmin -%%INSTDIR%%/cvsgraph.conf.dist -%%INSTDIR%%/doc/help_dirview.html -%%INSTDIR%%/doc/help_log.html -%%INSTDIR%%/doc/help_logtable.html -%%INSTDIR%%/doc/help_query.html -%%INSTDIR%%/doc/help_rootview.html -%%INSTDIR%%/doc/images/chalk.jpg -%%INSTDIR%%/doc/images/cvsgraph_16x16.png -%%INSTDIR%%/doc/images/cvsgraph_32x32.png -%%INSTDIR%%/doc/images/logo.png -%%INSTDIR%%/lib/PyFontify.py -%%INSTDIR%%/lib/PyFontify.pyc -%%INSTDIR%%/lib/accept.py -%%INSTDIR%%/lib/accept.pyc -%%INSTDIR%%/lib/apache_icons.py -%%INSTDIR%%/lib/apache_icons.pyc -%%INSTDIR%%/lib/blame.py -%%INSTDIR%%/lib/blame.pyc -%%INSTDIR%%/lib/compat.py -%%INSTDIR%%/lib/compat.pyc -%%INSTDIR%%/lib/config.py -%%INSTDIR%%/lib/config.pyc -%%INSTDIR%%/lib/cvsdb.py -%%INSTDIR%%/lib/cvsdb.pyc -%%INSTDIR%%/lib/dbi.py -%%INSTDIR%%/lib/dbi.pyc -%%INSTDIR%%/lib/debug.py -%%INSTDIR%%/lib/debug.pyc -%%INSTDIR%%/lib/ezt.py -%%INSTDIR%%/lib/ezt.pyc -%%INSTDIR%%/lib/popen.py -%%INSTDIR%%/lib/popen.pyc -%%INSTDIR%%/lib/py2html.py -%%INSTDIR%%/lib/py2html.pyc -%%INSTDIR%%/lib/query.py -%%INSTDIR%%/lib/query.pyc -%%INSTDIR%%/lib/rcsparse.py -%%INSTDIR%%/lib/rcsparse.pyc -%%INSTDIR%%/lib/rlog.py -%%INSTDIR%%/lib/rlog.pyc -%%INSTDIR%%/lib/viewcvs.py -%%INSTDIR%%/lib/viewcvs.pyc -%%INSTDIR%%/loginfo-handler -%%INSTDIR%%/make-database -%%INSTDIR%%/standalone.py -%%INSTDIR%%/templates/annotate.ezt -%%INSTDIR%%/templates/diff.ezt -%%INSTDIR%%/templates/dir_alternate.ezt -%%INSTDIR%%/templates/directory.ezt -%%INSTDIR%%/templates/footer.ezt -%%INSTDIR%%/templates/graph.ezt -%%INSTDIR%%/templates/header.ezt -%%INSTDIR%%/templates/log.ezt -%%INSTDIR%%/templates/log_table.ezt -%%INSTDIR%%/templates/markup.ezt -%%INSTDIR%%/templates/query.ezt -%%INSTDIR%%/viewcvs.conf.dist -@dirrm %%INSTDIR%%/templates -@dirrm %%INSTDIR%%/lib -@dirrm %%INSTDIR%%/doc/images -@dirrm %%INSTDIR%%/doc -@dirrm %%INSTDIR%%/cgi -@dirrm %%INSTDIR%% diff --git a/devel/wftk/Makefile b/devel/wftk/Makefile deleted file mode 100644 index a9e0094ffd30..000000000000 --- a/devel/wftk/Makefile +++ /dev/null @@ -1,61 +0,0 @@ -# New ports collection makefile for: libuta -# Date created: 29 March 2001 -# Whom: Oliver Lehmann <lehmann@ans-netz.de> -# -# $FreeBSD$ -# - -PORTNAME= libuta -PORTVERSION= 0.4.4 -PORTREVISION= 4 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= oliver@FreeBSD.org -COMMENT= A Graphical User Interface library for C++ - -LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ - sigc.1:${PORTSDIR}/devel/libsigc++ - -OPTIONS= SDL_MIXER "music and sound support" off - -USE_FREETYPE= yes -USE_INC_LIBTOOL_VER= 13 -USE_SDL= sdl -GNU_CONFIGURE= yes -USE_REINPLACE= yes -INSTALLS_SHLIB= yes - -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" - -WANT_SDL= yes - -SDL11_FILES= configure uta/color.h uta/event.h uta/keysym.h uta/mutex.h \ - uta/pixelformat.h uta/rect.h uta/sge_blib.cc uta/sge_blib.h \ - uta/sge_draw.cc uta/sge_draw.h uta/sound.h uta/surface_io.cc \ - uta/surface.h uta/timer.cc - -.include <bsd.port.pre.mk> - -.if ${HAVE_SDL:Mmixer}!="" -WITH_SDL_MIXER= yes -.endif - -.if defined(WITH_SDL_MIXER) -USE_SDL+= mixer -.endif - -post-patch: -.for i in ${SDL11_FILES} - @${REINPLACE_CMD} -e 's|SDL/|SDL11/|' ${WRKSRC}/$i -.endfor - -pre-configure: - @${REINPLACE_CMD} -e '\ - s|<freetype/freetype.h>|<freetype1/freetype/freetype.h>|g; \ - s|-lpthread||g; \ - s|-lc_r|${PTHREAD_LIBS}|g' \ - ${WRKSRC}/configure ${WRKSRC}/uta/font.h - -.include <bsd.port.post.mk> diff --git a/devel/wftk/distinfo b/devel/wftk/distinfo deleted file mode 100644 index 1ec62e1a8c02..000000000000 --- a/devel/wftk/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (libuta-0.4.4.tar.gz) = 1326c9f4a9de768289b9cb5f18a54cdc -SIZE (libuta-0.4.4.tar.gz) = 388720 diff --git a/devel/wftk/files/patch-uta::blitters.cc b/devel/wftk/files/patch-uta::blitters.cc deleted file mode 100644 index 8aed5a1d7927..000000000000 --- a/devel/wftk/files/patch-uta::blitters.cc +++ /dev/null @@ -1,46 +0,0 @@ ---- uta/blitters.cc.orig Sat Oct 12 23:11:07 2002 -+++ uta/blitters.cc Thu Aug 12 20:58:40 2004 -@@ -20,6 +20,7 @@ - - #include "blitters.h" - #include <painter.h> -+#include <cassert> - - namespace uta { - -@@ -28,6 +29,8 @@ - #endif - #if !defined(X86_ASSEMBLER) - -+using namespace std; -+ - /** Apply const gamma value. - Blit just copies alpha value of the source to the destination surface. - */ -@@ -163,7 +166,7 @@ - only using the lower 16bits of result - ... this is somehow dumb, but only executed once - per scanline, so I do not care */ -- movd_r2m(mm1,(unsigned int*)dPtr); -+ movd_r2m(mm1,*(mmx_t*)dPtr); - sPtr += 4; - dPtr += 4; - } -@@ -211,7 +214,7 @@ - only using the lower 16bits of result - ... this is somehow dumb, but only executed once - per scanline, so I do not care */ -- movd_r2m(mm1,(unsigned int*)dPtr); -+ movd_r2m(mm1,*(mmx_t*)dPtr); - sPtr += 4; - dPtr += 4; - } -@@ -960,7 +963,7 @@ - only using the lower 16bits of result - ... this is somehow dumb, but only executed once - per scanline, so I do not care */ -- movd_r2m(mm1,(unsigned int*)dPtr); -+ movd_r2m(mm1,*(mmx_t*)dPtr); - sPtr += 4; - dPtr += 4; - } diff --git a/devel/wftk/files/patch-uta::painter.cc b/devel/wftk/files/patch-uta::painter.cc deleted file mode 100644 index 3f9f2390b022..000000000000 --- a/devel/wftk/files/patch-uta::painter.cc +++ /dev/null @@ -1,10 +0,0 @@ ---- uta/painter.cc.orig Sat Jul 26 01:22:51 2003 -+++ uta/painter.cc Fri Jul 25 23:24:47 2003 -@@ -27,6 +27,7 @@ - #include "debug.h" - - #include <math.h> -+#include <cassert> - - namespace uta { - diff --git a/devel/wftk/pkg-descr b/devel/wftk/pkg-descr deleted file mode 100644 index 6333d6de5fb8..000000000000 --- a/devel/wftk/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -libuta is a Graphical User Interface library for C++ that uses SDL -as its output layer. It allows application and game programmers to -put together portable graphical applications easily. libuta has a -range of already implemented widgets and uses libsigc++ as a signal -dispatching system. It also performs resource management and has a -sound system. diff --git a/devel/wftk/pkg-plist b/devel/wftk/pkg-plist deleted file mode 100644 index 7752b4e5a07f..000000000000 --- a/devel/wftk/pkg-plist +++ /dev/null @@ -1,54 +0,0 @@ -bin/uta-config -lib/libuta.so -lib/libuta-0.4.so.2 -lib/libuta.a -include/uta/debug.h -include/uta/color.h -include/uta/point.h -include/uta/rect.h -include/uta/keysym.h -include/uta/event.h -include/uta/shared.h -include/uta/pixelformat.h -include/uta/painter.h -include/uta/progressdialog.h -include/uta/logo.h -include/uta/logo_data.h -include/uta/terminal.h -include/uta/directsurface.h -include/uta/mutex.h -include/uta/version.h -include/uta/uta.h -include/uta/timer.h -include/uta/dialogbox.h -include/uta/messagebox.h -include/uta/questionbox.h -include/uta/blitters.h -include/uta/mmx.h -include/uta/application.h -include/uta/button.h -include/uta/dialog.h -include/uta/focus.h -include/uta/font.h -include/uta/label.h -include/uta/lineedit.h -include/uta/listbox.h -include/uta/mixer.h -include/uta/mouse.h -include/uta/mouse_data.h -include/uta/movie.h -include/uta/multilineedit.h -include/uta/music.h -include/uta/pushbutton.h -include/uta/resources.h -include/uta/rootwindow.h -include/uta/sample.h -include/uta/screensurface.h -include/uta/slider.h -include/uta/sound.h -include/uta/soundmapper.h -include/uta/surface.h -include/uta/togglebutton.h -include/uta/widget.h -share/aclocal/uta.m4 -@dirrm include/uta |