diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2006-03-23 22:24:03 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2006-03-23 22:24:03 +0000 |
commit | 96fe98e1c6bc0301781b0dd7dbfeef3e3f137f43 (patch) | |
tree | 7650cfe102643b74d6ad1d3efe1771281b5e66f0 /devel | |
parent | 503c7f7052756548d3712a6b0f3fb6d32ddbb8e9 (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_5_0'.release/5.5.0
Notes
Notes:
svn path=/head/; revision=158034
svn path=/tags/RELEASE_5_5_0/; revision=158035; tag=release/5.5.0
Diffstat (limited to 'devel')
534 files changed, 0 insertions, 30293 deletions
diff --git a/devel/allegro-devel/Makefile b/devel/allegro-devel/Makefile deleted file mode 100644 index b335d86222bb..000000000000 --- a/devel/allegro-devel/Makefile +++ /dev/null @@ -1,139 +0,0 @@ -# New ports collection makefile for: allegro -# Date created: 23-Feb-2001 -# Whom: Jimmy Olgeni <olgeni@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= allegro -DISTVERSION= 4.2.0 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= alleg - -MAINTAINER= alejandro@varnet.biz -COMMENT= A cross-platform library for games and multimedia programming - -USE_GMAKE= yes -USE_REINPLACE= yes -USE_XLIB= yes -WANT_GNOME= yes - -USE_AUTOTOOLS= autoconf:259 - -.include "Makefile.man" - -INFO= allegro - -OPTIONS= ARTS "Enable Arts support" off \ - DEBUG_LIB "Build debugging library" off \ - DEV_UTILS "Build development utilities" on \ - ESOUND "Enable Esound support" off \ - OPTIMIZED_CFLAGS "Enable compilation optimizations" on \ - PROFILE_LIB "Build profiling library" off \ - THREADS "Enable threads" on - -MAKEFILE= makefile -ALL_TARGET= full-build - -INSTALLS_SHLIB= yes -SHLIB_VER= 42 -PLIST_SUB= SHLIB_VER="${SHLIB_VER}" -DEMO= demo.c demo.dat demo.h music.txt ../readme.txt - -.include <bsd.port.pre.mk> - -.if ${ARCH} == "alpha" && ${OSVERSION} < 500000 -EXTRA_PATCHES= ${FILESDIR}/extra-patch-include-allegro-inline-fmaths.in -.endif - -.if defined(WITH_ARTS) || exists(${LOCALBASE}/lib/libartsc.so.0) -LIB_DEPENDS+= artsc.0:${PORTSDIR}/audio/arts -CONFIGURE_ARGS+= --enable-artsdigi -PLIST_SUB+= ARTS="" -.else -CONFIGURE_ARGS+= --disable-artsdigi -PLIST_SUB+= ARTS="@comment " -.endif - -.if defined(WITH_DEBUG_LIB) -CONFIGURE_ARGS+= --enable-dbglib -PLIST_SUB+= DEBUG_LIB="" -.else -CONFIGURE_ARGS+= --disable-dbglib -PLIST_SUB+= DEBUG_LIB="@comment " -.endif - -.if !defined(WITHOUT_DEV_UTILS) -INSTALL_TARGET= full-install install-man install-info -PLIST_SUB+= DEV_UTILS="" -.else -INSTALL_TARGET= mini-install install-man install-info -PLIST_SUB+= DEV_UTILS="@comment " -.endif - -.if defined(WITH_ESOUND) || ${HAVE_GNOME:Mesound}!="" -USE_GNOME+= esound -CONFIGURE_ARGS+= --enable-esddigi -PLIST_SUB+= ESOUND="" -.else -CONFIGURE_ARGS+= --disable-esddigi -PLIST_SUB+= ESOUND="@comment " -.endif - -.if defined(WITH_PROFILE_LIB) -CONFIGURE_ARGS+= --enable-proflib -PLIST_SUB+= PROFILE_LIB="" -.else -CONFIGURE_ARGS+= --disable-proflib -PLIST_SUB+= PROFILE_LIB="@comment " -.endif - -.if !defined(WITHOUT_THREADS) -CONFIGURE_ARGS+= --enable-pthreads -CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -DHAVE_LIBPTHREAD" \ - LDFLAGS="${PTHREAD_LIBS}" -.else -CONFIGURE_ARGS+= --disable-pthreads -.endif - -post-patch: -# Change "x.y.z" into "xy" in the shared library version. - @${REINPLACE_CMD} -e 's|${PORTVERSION}|${SHLIB_VER}|g' \ - ${WRKSRC}/makefile.ver - -# Remove architecture specific optimizations. - @${REINPLACE_CMD} -e 's|$$TARGET_ARCH||g' \ - ${CONFIGURE_WRKSRC}/configure.in - -# Remove "-ffast-math" flag on alpha, because it breaks. -.if ${ARCH} == "alpha" - @${REINPLACE_CMD} -e 's|-ffast-math||g' \ - ${CONFIGURE_WRKSRC}/configure.in -.endif - -# Enable/disable compilation optimizations. -.if defined(WITHOUT_OPTIMIZED_CFLAGS) - @${REINPLACE_CMD} -e 's|-O2||g ; \ - s|-ffast-math||g ; \ - s|-fomit-frame-pointer||g ; \ - s|-funroll-loops||g' \ - ${CONFIGURE_WRKSRC}/configure.in -.endif - -post-install: -# Documentation. -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/docs/html/*.html ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/docs/html/*.css ${DOCSDIR} - -# Examples. - @${MKDIR} ${EXAMPLESDIR} - ${INSTALL_PROGRAM} ${WRKSRC}/demo/demo ${EXAMPLESDIR} -. for f in ${DEMO} - ${INSTALL_DATA} ${WRKSRC}/demo/${f} ${EXAMPLESDIR} -. endfor -.endif - -.include <bsd.port.post.mk> diff --git a/devel/allegro-devel/Makefile.man b/devel/allegro-devel/Makefile.man deleted file mode 100644 index e1a73fd4a152..000000000000 --- a/devel/allegro-devel/Makefile.man +++ /dev/null @@ -1,250 +0,0 @@ -MAN3= ALLEGRO_DATE.3 ALLEGRO_DATE_STR.3 ALLEGRO_SUB_VERSION.3 \ - ALLEGRO_VERSION.3 ALLEGRO_VERSION_STR.3 ALLEGRO_WIP_VERSION.3 \ - AL_ID.3 ASSERT.3 AUDIOSTREAM.3 BITMAP.3 COLOR_MAP.3 \ - COMPILED_SPRITE.3 DATAFILE.3 DAT_ID.3 DIALOG.3 DIALOG_PLAYER.3 \ - END_OF_FUNCTION.3 END_OF_MAIN.3 FONT.3 GFX_MODE.3 \ - GFX_MODE_LIST.3 JOYSTICK_AXIS_INFO.3 JOYSTICK_BUTTON_INFO.3 \ - JOYSTICK_INFO.3 JOYSTICK_STICK_INFO.3 LOCK_FUNCTION.3 \ - LOCK_VARIABLE.3 LZSS_PACK_DATA.3 LZSS_UNPACK_DATA.3 \ - MAKE_VERSION.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 PACKFILE_VTABLE.3 PALETTE.3 \ - PAL_SIZE.3 POLYTYPE_ATEX.3 POLYTYPE_ATEX_LIT.3 \ - POLYTYPE_ATEX_MASK.3 POLYTYPE_ATEX_MASK_LIT.3 \ - POLYTYPE_ATEX_MASK_TRANS.3 POLYTYPE_ATEX_TRANS.3 POLYTYPE_FLAT.3 \ - POLYTYPE_GCOL.3 POLYTYPE_GRGB.3 POLYTYPE_PTEX.3 \ - POLYTYPE_PTEX_LIT.3 POLYTYPE_PTEX_MASK.3 \ - POLYTYPE_PTEX_MASK_LIT.3 POLYTYPE_PTEX_MASK_TRANS.3 \ - POLYTYPE_PTEX_TRANS.3 QUAT.3 RGB.3 RGB_MAP.3 RLE_SPRITE.3 \ - SAMPLE.3 SCREEN_H.3 SCREEN_W.3 TRACE.3 V3D.3 V3D_f.3 VIRTUAL_H.3 \ - VIRTUAL_W.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 add_clip_rect.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_icon.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 bmp_read_line.3 bmp_unwrite_line.3 \ - bmp_write_line.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_lzss_pack_data.3 create_lzss_unpack_data.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 disable_hardware_cursor.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_hardware_cursor.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 exexedat.3 exfixed.3 exflame.3 exflip.3 exfont.3 \ - exgui.3 exhello.3 exists.3 exjoy.3 exkeys.3 exlights.3 exmem.3 \ - exmidi.3 exmouse.3 expackf.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 exsyscur.3 extimer.3 \ - extract_font_range.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 \ - fastline.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 free_lzss_pack_data.3 \ - free_lzss_unpack_data.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_clip_rect.3 get_clip_state.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_font_range_begin.3 get_font_range_end.3 get_font_ranges.3 \ - get_gfx_mode_list.3 get_midi_length.3 get_mixer_bits.3 \ - get_mixer_buffer_length.3 get_mixer_channels.3 \ - get_mixer_frequency.3 get_mixer_quality.3 get_mixer_voices.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 \ - grab_font_from_bitmap.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_get_screen.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_set_screen.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_color_font.3 is_compatible_font.3 \ - is_inside_bitmap.3 is_linear_bitmap.3 is_memory_bitmap.3 \ - is_mono_font.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 is_windowed_mode.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_bios_font.3 \ - load_bitmap.3 load_bitmap_font.3 load_bmp.3 load_bmp_pf.3 \ - load_dat_font.3 load_datafile.3 load_datafile_callback.3 \ - load_datafile_object.3 load_font.3 load_grx_font.3 \ - load_grx_or_bios_font.3 load_ibk.3 load_joystick_data.3 \ - load_lbm.3 load_midi.3 load_midi_patches.3 load_pcx.3 \ - load_pcx_pf.3 load_sample.3 load_tga.3 load_tga_pf.3 \ - load_txt_font.3 load_voc.3 load_voc_pf.3 load_wav.3 \ - load_wav_pf.3 lock_bitmap.3 lock_midi.3 lock_sample.3 \ - lzss_read.3 lzss_write.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 merge_fonts.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 \ - midi_time.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_fopen_vtable.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_font_file_type.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 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_bmp_pf.3 \ - save_joystick_data.3 save_pcx.3 save_pcx_pf.3 save_sample.3 \ - save_tga.3 save_tga_pf.3 scancode_to_ascii.3 scancode_to_name.3 \ - scare_mouse.3 scare_mouse_area.3 scene_gap.3 scene_polygon3d.3 \ - scene_polygon3d_f.3 screen.3 scroll_screen.3 \ - select_mouse_cursor.3 select_palette.3 set_add_blender.3 \ - set_allegro_resource_path.3 set_alpha_blender.3 \ - set_blender_mode.3 set_blender_mode_ex.3 set_burn_blender.3 \ - set_clip_rect.3 set_clip_state.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_hardware_volume.3 \ - set_hue_blender.3 set_invert_blender.3 set_keyboard_rate.3 \ - set_leds.3 set_luminance_blender.3 set_mixer_quality.3 \ - set_mouse_cursor_bitmap.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_os_cursor.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 transpose_font.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 diff --git a/devel/allegro-devel/distinfo b/devel/allegro-devel/distinfo deleted file mode 100644 index f36cc80b83be..000000000000 --- a/devel/allegro-devel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (allegro-4.2.0.tar.gz) = a8b2c85c58b16345fe735f72763f3a6e -SHA256 (allegro-4.2.0.tar.gz) = d8df27558bc083298d6933c843d4fdaf9afc0aa1607276acc96ed8fa9a39060c -SIZE (allegro-4.2.0.tar.gz) = 3056173 diff --git a/devel/allegro-devel/files/extra-patch-include-allegro-inline-fmaths.in b/devel/allegro-devel/files/extra-patch-include-allegro-inline-fmaths.in deleted file mode 100644 index 657cff75a39f..000000000000 --- a/devel/allegro-devel/files/extra-patch-include-allegro-inline-fmaths.in +++ /dev/null @@ -1,43 +0,0 @@ ---- include/allegro/inline/fmaths.inl.orig Sun Jun 5 18:23:46 2005 -+++ include/allegro/inline/fmaths.inl Thu Aug 11 18:53:53 2005 -@@ -103,40 +103,11 @@ - - AL_INLINE(fixed, fixmul, (fixed x, fixed y), - { -- /* In benchmarks conducted circa May 2005 we found that, in the main: -- * - IA32 machines performed faster with one implementation; -- * - AMD64 and G4 machines performed faster with another implementation. -- * -- * Benchmarks were mainly done with differing versions of gcc. -- * Results varied with other compilers, optimisation levels, etc. -- * so this is not optimal, though a tenable compromise. -- */ -- #if (defined ALLEGRO_I386) || (!defined LONG_LONG) -- -- fixed sign = (x^y) & 0x80000000; -- int mask_x = x >> 31; -- int mask_y = y >> 31; -- int mask_result = sign >> 31; -- fixed result; -- -- x = (x^mask_x) - mask_x; -- y = (y^mask_y) - mask_y; -- -- result = ((y >> 8)*(x >> 8) + -- (((y >> 8)*(x&0xff)) >> 8) + -- (((x >> 8)*(y&0xff)) >> 8)); -- -- return (result^mask_result) - mask_result; -- -- #else -- - LONG_LONG lx = x; - LONG_LONG ly = y; - LONG_LONG lres = (lx*ly)>>16; - int res = lres; - return res; -- -- #endif - }) - - diff --git a/devel/allegro-devel/files/patch-configure.in b/devel/allegro-devel/files/patch-configure.in deleted file mode 100644 index a3f5c3c6a025..000000000000 --- a/devel/allegro-devel/files/patch-configure.in +++ /dev/null @@ -1,32 +0,0 @@ ---- configure.in.orig Sun Jun 12 04:53:19 2005 -+++ configure.in Fri Aug 5 15:09:10 2005 -@@ -297,8 +297,8 @@ - allegro_static_libraries=yes - _programs="statically linked $_programs" - 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 - _programs="dynamically linked $_programs" -@@ -337,15 +337,15 @@ - - _libraries="$_libraries shared" - 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" - _libraries="$_libraries release" - 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" - _libraries="$_libraries debug" - 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" - _libraries="$_libraries profile" - 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 21091761d476..000000000000 --- a/devel/allegro-devel/files/patch-makefile.in +++ /dev/null @@ -1,77 +0,0 @@ ---- makefile.in.orig Sat Sep 10 17:17:51 2005 -+++ makefile.in Sat Nov 12 19:41:57 2005 -@@ -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@ - -@@ -354,6 +355,11 @@ - endif - - 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) - -@@ -465,9 +471,9 @@ - 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_PROGRAM) $(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 -@@ -481,20 +487,10 @@ - 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) - @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 $(DESTDIR)$(libdir)/lib$${l}.so.$(shared_version) -a \! -h $(DESTDIR)$(libdir)/lib$${l}.so; then \ -+ (cd $(DESTDIR)$(libdir); ln -s lib$${l}.so.$(shared_version) lib$${l}.so); \ - fi; \ - done - $(mkinstalldirs) $(DESTDIR)$(prefix)/share/aclocal 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 03f636bedefc..000000000000 --- a/devel/allegro-devel/pkg-plist +++ /dev/null @@ -1,196 +0,0 @@ -bin/allegro-config -%%DEV_UTILS%%bin/colormap -%%DEV_UTILS%%bin/dat -%%DEV_UTILS%%bin/dat2c -%%DEV_UTILS%%bin/dat2s -%%DEV_UTILS%%bin/exedat -%%DEV_UTILS%%bin/grabber -%%DEV_UTILS%%bin/pack -%%DEV_UTILS%%bin/pat2dat -%%DEV_UTILS%%bin/rgbmap -%%DEV_UTILS%%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/font.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/lzss.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/astdint.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 -%%DEBUG_LIB%%lib/liballd.so -%%DEBUG_LIB%%lib/liballd.so.%%SHLIB_VER%% -%%DEBUG_LIB%%lib/liballd_unsharable.a -lib/liballeg.so -lib/liballeg.so.%%SHLIB_VER%% -lib/liballeg_unsharable.a -%%PROFILE_LIB%%lib/liballp.so -%%PROFILE_LIB%%lib/liballp.so.%%SHLIB_VER%% -%%PROFILE_LIB%%lib/liballp_unsharable.a -share/aclocal/allegro.m4 -%%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%%/alleg046.html -%%PORTDOCS%%%%DOCSDIR%%/alleg047.html -%%PORTDOCS%%%%DOCSDIR%%/alleg048.html -%%PORTDOCS%%%%DOCSDIR%%/alleg049.html -%%PORTDOCS%%%%DOCSDIR%%/allegro.css -%%PORTDOCS%%%%DOCSDIR%%/allegro.html -%%PORTDOCS%%%%DOCSDIR%%/api.html -%%PORTDOCS%%%%DOCSDIR%%/changes.html -%%PORTDOCS%%%%DOCSDIR%%/const.html -%%PORTDOCS%%%%DOCSDIR%%/dat.html -%%PORTDOCS%%%%DOCSDIR%%/dat2c.html -%%PORTDOCS%%%%DOCSDIR%%/dat2s.html -%%PORTDOCS%%%%DOCSDIR%%/datafile.html -%%PORTDOCS%%%%DOCSDIR%%/faq.html -%%PORTDOCS%%%%DOCSDIR%%/grabber.html -%%PORTDOCS%%%%DOCSDIR%%/help.html -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/license.html -%%PORTDOCS%%%%DOCSDIR%%/makedoc.html -%%PORTDOCS%%%%DOCSDIR%%/mistakes.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 %%EXAMPLESDIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@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/apr0/Makefile b/devel/apr0/Makefile deleted file mode 100644 index ef33fce9f6bb..000000000000 --- a/devel/apr0/Makefile +++ /dev/null @@ -1,182 +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.2.2 -PORTREVISION= 3 -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 - -LIB_DEPENDS+= expat.6:${PORTSDIR}/textproc/expat2 - -USE_ICONV= yes -USE_AUTOTOOLS= automake:19 autoconf:259 libtool:15:env -USE_REINPLACE= yes -USE_PERL5= yes -USE_GMAKE= yes -USE_PYTHON_BUILD= 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 ${OSVERSION} < 500000 && defined(APR_SVN_WITHOUT_THREADS_4) -APR_UTIL_WITHOUT_THREADS= yes -.endif - -.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 -.else -CONFIGURE_ARGS+= --enable-threads -.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: - ${REINPLACE_CMD} -e '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} ${CONFIGURE_ENV} ${SH} ./buildconf - cd ${WRKDIR}/apr-util-${PORTVERSION} ; \ - ${RM} -fr xml/expat - cd ${WRKDIR}/apr-util-${PORTVERSION} ; \ - ${SETENV} ${CONFIGURE_ENV} ${SH} ./buildconf \ - --with-apr=../apr-${PORTVERSION} - cd ${WRKDIR}/apr-${PORTVERSION}; \ - ${SETENV} ${CONFIGURE_ENV} ${SH} ./configure ${CONFIGURE_ARGS} - cd ${WRKDIR}/apr-util-${PORTVERSION}; \ - ${SETENV} ${CONFIGURE_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 090ace3b4d3c..000000000000 --- a/devel/apr0/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (apr-1.2.2.tar.gz) = f96e3b04ccf86ed28a0734d7efc5bb65 -SHA256 (apr-1.2.2.tar.gz) = 23826f62b305efef3f6c6e7e6b8ddad05ec48a2f36410ff508b3fc4714a33dfc -SIZE (apr-1.2.2.tar.gz) = 1096029 -MD5 (apr-util-1.2.2.tar.gz) = 8b3f04dde7048946c3c94f85b4debb94 -SHA256 (apr-util-1.2.2.tar.gz) = b7170fe39edff9ef044464a321194bbee382065dacd0720abc823adbe47731e1 -SIZE (apr-util-1.2.2.tar.gz) = 645311 diff --git a/devel/apr0/files/patch-apr_dbd_sqlite3.c b/devel/apr0/files/patch-apr_dbd_sqlite3.c deleted file mode 100644 index 66a62831f3a5..000000000000 --- a/devel/apr0/files/patch-apr_dbd_sqlite3.c +++ /dev/null @@ -1,101 +0,0 @@ ---- apr-util-1.2.2/dbd/apr_dbd_sqlite3.c.orig Wed Nov 2 20:47:48 2005 -+++ apr-util-1.2.2/dbd/apr_dbd_sqlite3.c Wed Nov 2 20:55:50 2005 -@@ -24,6 +24,7 @@ - #include <sqlite3.h> - - #include "apr_strings.h" -+#include "apr_thread_mutex.h" - #include "apr_time.h" - - #include "apr_dbd_internal.h" -@@ -39,7 +40,9 @@ - struct apr_dbd_t { - sqlite3 *conn; - apr_dbd_transaction_t *trans; -+#if APR_HAS_THREADS - apr_thread_mutex_t *mutex; -+#endif - apr_pool_t *pool; - }; - -@@ -92,11 +95,15 @@ - return sql->trans->errnum; - } - -+#if APR_HAS_THREADS - apr_thread_mutex_lock(sql->mutex); -+#endif - - ret = sqlite3_prepare(sql->conn, query, strlen(query), &stmt, &tail); - if (!dbd_sqlite3_is_success(ret)) { -+#if APR_HAS_THREADS - apr_thread_mutex_unlock(sql->mutex); -+#endif - return ret; - } else { - int column_count; -@@ -115,7 +122,9 @@ - if (retry_count++ > MAX_RETRY_COUNT) { - ret = SQLITE_ERROR; - } else { -+#if APR_HAS_THREADS - apr_thread_mutex_unlock(sql->mutex); -+#endif - apr_sleep(MAX_RETRY_SLEEP); - } - } else if (ret == SQLITE_ROW) { -@@ -170,7 +179,9 @@ - } while (ret == SQLITE_ROW || ret == SQLITE_BUSY); - } - ret = sqlite3_finalize(stmt); -+#if APR_HAS_THREADS - apr_thread_mutex_unlock(sql->mutex); -+#endif - - if (sql->trans) { - sql->trans->errnum = ret; -@@ -240,7 +251,9 @@ - return SQLITE_ERROR; - } - length = strlen(query); -+#if APR_HAS_THREADS - apr_thread_mutex_lock(sql->mutex); -+#endif - - do { - ret = sqlite3_prepare(sql->conn, query, length, &stmt, &tail); -@@ -259,7 +272,9 @@ - if (dbd_sqlite3_is_success(ret)) { - res = 0; - } -+#if APR_HAS_THREADS - apr_thread_mutex_unlock(sql->mutex); -+#endif - apr_pool_destroy(pool); - if (sql->trans) { - sql->trans->errnum = res; -@@ -366,12 +381,14 @@ - sql->conn = conn; - sql->pool = pool; - sql->trans = NULL; -+#if APR_HAS_THREADS - /* Create a mutex */ - res = apr_thread_mutex_create(&sql->mutex, APR_THREAD_MUTEX_DEFAULT, - pool); - if (res != APR_SUCCESS) { - return NULL; - } -+#endif - - return sql; - } -@@ -379,7 +396,9 @@ - static apr_status_t dbd_sqlite3_close(apr_dbd_t *handle) - { - sqlite3_close(handle->conn); -+#if APR_HAS_THREADS - apr_thread_mutex_destroy(handle->mutex); -+#endif - return APR_SUCCESS; - } - diff --git a/devel/apr0/files/patch-apr_hints.m4 b/devel/apr0/files/patch-apr_hints.m4 deleted file mode 100644 index aeb6778e9a22..000000000000 --- a/devel/apr0/files/patch-apr_hints.m4 +++ /dev/null @@ -1,15 +0,0 @@ ---- apr-1.2.2/build/apr_hints.m4.orig Wed Oct 27 11:12:28 2004 -+++ apr-1.2.2/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/files/patch-rand.c b/devel/apr0/files/patch-rand.c deleted file mode 100644 index 4d9c982c4c95..000000000000 --- a/devel/apr0/files/patch-rand.c +++ /dev/null @@ -1,16 +0,0 @@ ---- apr-1.2.2/misc/unix/rand.c.orig Wed Nov 2 20:17:10 2005 -+++ apr-1.2.2/misc/unix/rand.c Wed Nov 2 20:17:43 2005 -@@ -35,11 +35,10 @@ - #if APR_HAVE_SYS_UN_H - #include <sys/un.h> - #endif --#ifdef HAVE_UUID_UUID_H --#include <uuid/uuid.h> --#endif - #ifdef HAVE_UUID_H - #include <uuid.h> -+#elif defined(HAVE_UUID_UUID_H) -+#include <uuid/uuid.h> - #endif - - #ifndef SHUT_RDWR 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 a52a515abe10..000000000000 --- a/devel/apr0/pkg-plist +++ /dev/null @@ -1,85 +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_dbd.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_option.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.la -lib/libapr-1.so -lib/libapr-1.so.2 -lib/libaprutil-1.a -lib/libaprutil-1.la -lib/libaprutil-1.so -lib/libaprutil-1.so.2 -@dirrm build-1 -@dirrm include/apr-1 diff --git a/devel/apr1/Makefile b/devel/apr1/Makefile deleted file mode 100644 index ef33fce9f6bb..000000000000 --- a/devel/apr1/Makefile +++ /dev/null @@ -1,182 +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.2.2 -PORTREVISION= 3 -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 - -LIB_DEPENDS+= expat.6:${PORTSDIR}/textproc/expat2 - -USE_ICONV= yes -USE_AUTOTOOLS= automake:19 autoconf:259 libtool:15:env -USE_REINPLACE= yes -USE_PERL5= yes -USE_GMAKE= yes -USE_PYTHON_BUILD= 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 ${OSVERSION} < 500000 && defined(APR_SVN_WITHOUT_THREADS_4) -APR_UTIL_WITHOUT_THREADS= yes -.endif - -.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 -.else -CONFIGURE_ARGS+= --enable-threads -.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: - ${REINPLACE_CMD} -e '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} ${CONFIGURE_ENV} ${SH} ./buildconf - cd ${WRKDIR}/apr-util-${PORTVERSION} ; \ - ${RM} -fr xml/expat - cd ${WRKDIR}/apr-util-${PORTVERSION} ; \ - ${SETENV} ${CONFIGURE_ENV} ${SH} ./buildconf \ - --with-apr=../apr-${PORTVERSION} - cd ${WRKDIR}/apr-${PORTVERSION}; \ - ${SETENV} ${CONFIGURE_ENV} ${SH} ./configure ${CONFIGURE_ARGS} - cd ${WRKDIR}/apr-util-${PORTVERSION}; \ - ${SETENV} ${CONFIGURE_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 090ace3b4d3c..000000000000 --- a/devel/apr1/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (apr-1.2.2.tar.gz) = f96e3b04ccf86ed28a0734d7efc5bb65 -SHA256 (apr-1.2.2.tar.gz) = 23826f62b305efef3f6c6e7e6b8ddad05ec48a2f36410ff508b3fc4714a33dfc -SIZE (apr-1.2.2.tar.gz) = 1096029 -MD5 (apr-util-1.2.2.tar.gz) = 8b3f04dde7048946c3c94f85b4debb94 -SHA256 (apr-util-1.2.2.tar.gz) = b7170fe39edff9ef044464a321194bbee382065dacd0720abc823adbe47731e1 -SIZE (apr-util-1.2.2.tar.gz) = 645311 diff --git a/devel/apr1/files/patch-apr_dbd_sqlite3.c b/devel/apr1/files/patch-apr_dbd_sqlite3.c deleted file mode 100644 index 66a62831f3a5..000000000000 --- a/devel/apr1/files/patch-apr_dbd_sqlite3.c +++ /dev/null @@ -1,101 +0,0 @@ ---- apr-util-1.2.2/dbd/apr_dbd_sqlite3.c.orig Wed Nov 2 20:47:48 2005 -+++ apr-util-1.2.2/dbd/apr_dbd_sqlite3.c Wed Nov 2 20:55:50 2005 -@@ -24,6 +24,7 @@ - #include <sqlite3.h> - - #include "apr_strings.h" -+#include "apr_thread_mutex.h" - #include "apr_time.h" - - #include "apr_dbd_internal.h" -@@ -39,7 +40,9 @@ - struct apr_dbd_t { - sqlite3 *conn; - apr_dbd_transaction_t *trans; -+#if APR_HAS_THREADS - apr_thread_mutex_t *mutex; -+#endif - apr_pool_t *pool; - }; - -@@ -92,11 +95,15 @@ - return sql->trans->errnum; - } - -+#if APR_HAS_THREADS - apr_thread_mutex_lock(sql->mutex); -+#endif - - ret = sqlite3_prepare(sql->conn, query, strlen(query), &stmt, &tail); - if (!dbd_sqlite3_is_success(ret)) { -+#if APR_HAS_THREADS - apr_thread_mutex_unlock(sql->mutex); -+#endif - return ret; - } else { - int column_count; -@@ -115,7 +122,9 @@ - if (retry_count++ > MAX_RETRY_COUNT) { - ret = SQLITE_ERROR; - } else { -+#if APR_HAS_THREADS - apr_thread_mutex_unlock(sql->mutex); -+#endif - apr_sleep(MAX_RETRY_SLEEP); - } - } else if (ret == SQLITE_ROW) { -@@ -170,7 +179,9 @@ - } while (ret == SQLITE_ROW || ret == SQLITE_BUSY); - } - ret = sqlite3_finalize(stmt); -+#if APR_HAS_THREADS - apr_thread_mutex_unlock(sql->mutex); -+#endif - - if (sql->trans) { - sql->trans->errnum = ret; -@@ -240,7 +251,9 @@ - return SQLITE_ERROR; - } - length = strlen(query); -+#if APR_HAS_THREADS - apr_thread_mutex_lock(sql->mutex); -+#endif - - do { - ret = sqlite3_prepare(sql->conn, query, length, &stmt, &tail); -@@ -259,7 +272,9 @@ - if (dbd_sqlite3_is_success(ret)) { - res = 0; - } -+#if APR_HAS_THREADS - apr_thread_mutex_unlock(sql->mutex); -+#endif - apr_pool_destroy(pool); - if (sql->trans) { - sql->trans->errnum = res; -@@ -366,12 +381,14 @@ - sql->conn = conn; - sql->pool = pool; - sql->trans = NULL; -+#if APR_HAS_THREADS - /* Create a mutex */ - res = apr_thread_mutex_create(&sql->mutex, APR_THREAD_MUTEX_DEFAULT, - pool); - if (res != APR_SUCCESS) { - return NULL; - } -+#endif - - return sql; - } -@@ -379,7 +396,9 @@ - static apr_status_t dbd_sqlite3_close(apr_dbd_t *handle) - { - sqlite3_close(handle->conn); -+#if APR_HAS_THREADS - apr_thread_mutex_destroy(handle->mutex); -+#endif - return APR_SUCCESS; - } - diff --git a/devel/apr1/files/patch-apr_hints.m4 b/devel/apr1/files/patch-apr_hints.m4 deleted file mode 100644 index aeb6778e9a22..000000000000 --- a/devel/apr1/files/patch-apr_hints.m4 +++ /dev/null @@ -1,15 +0,0 @@ ---- apr-1.2.2/build/apr_hints.m4.orig Wed Oct 27 11:12:28 2004 -+++ apr-1.2.2/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/files/patch-rand.c b/devel/apr1/files/patch-rand.c deleted file mode 100644 index 4d9c982c4c95..000000000000 --- a/devel/apr1/files/patch-rand.c +++ /dev/null @@ -1,16 +0,0 @@ ---- apr-1.2.2/misc/unix/rand.c.orig Wed Nov 2 20:17:10 2005 -+++ apr-1.2.2/misc/unix/rand.c Wed Nov 2 20:17:43 2005 -@@ -35,11 +35,10 @@ - #if APR_HAVE_SYS_UN_H - #include <sys/un.h> - #endif --#ifdef HAVE_UUID_UUID_H --#include <uuid/uuid.h> --#endif - #ifdef HAVE_UUID_H - #include <uuid.h> -+#elif defined(HAVE_UUID_UUID_H) -+#include <uuid/uuid.h> - #endif - - #ifndef SHUT_RDWR 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 a52a515abe10..000000000000 --- a/devel/apr1/pkg-plist +++ /dev/null @@ -1,85 +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_dbd.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_option.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.la -lib/libapr-1.so -lib/libapr-1.so.2 -lib/libaprutil-1.a -lib/libaprutil-1.la -lib/libaprutil-1.so -lib/libaprutil-1.so.2 -@dirrm build-1 -@dirrm include/apr-1 diff --git a/devel/apr2/Makefile b/devel/apr2/Makefile deleted file mode 100644 index ef33fce9f6bb..000000000000 --- a/devel/apr2/Makefile +++ /dev/null @@ -1,182 +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.2.2 -PORTREVISION= 3 -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 - -LIB_DEPENDS+= expat.6:${PORTSDIR}/textproc/expat2 - -USE_ICONV= yes -USE_AUTOTOOLS= automake:19 autoconf:259 libtool:15:env -USE_REINPLACE= yes -USE_PERL5= yes -USE_GMAKE= yes -USE_PYTHON_BUILD= 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 ${OSVERSION} < 500000 && defined(APR_SVN_WITHOUT_THREADS_4) -APR_UTIL_WITHOUT_THREADS= yes -.endif - -.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 -.else -CONFIGURE_ARGS+= --enable-threads -.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: - ${REINPLACE_CMD} -e '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} ${CONFIGURE_ENV} ${SH} ./buildconf - cd ${WRKDIR}/apr-util-${PORTVERSION} ; \ - ${RM} -fr xml/expat - cd ${WRKDIR}/apr-util-${PORTVERSION} ; \ - ${SETENV} ${CONFIGURE_ENV} ${SH} ./buildconf \ - --with-apr=../apr-${PORTVERSION} - cd ${WRKDIR}/apr-${PORTVERSION}; \ - ${SETENV} ${CONFIGURE_ENV} ${SH} ./configure ${CONFIGURE_ARGS} - cd ${WRKDIR}/apr-util-${PORTVERSION}; \ - ${SETENV} ${CONFIGURE_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 090ace3b4d3c..000000000000 --- a/devel/apr2/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (apr-1.2.2.tar.gz) = f96e3b04ccf86ed28a0734d7efc5bb65 -SHA256 (apr-1.2.2.tar.gz) = 23826f62b305efef3f6c6e7e6b8ddad05ec48a2f36410ff508b3fc4714a33dfc -SIZE (apr-1.2.2.tar.gz) = 1096029 -MD5 (apr-util-1.2.2.tar.gz) = 8b3f04dde7048946c3c94f85b4debb94 -SHA256 (apr-util-1.2.2.tar.gz) = b7170fe39edff9ef044464a321194bbee382065dacd0720abc823adbe47731e1 -SIZE (apr-util-1.2.2.tar.gz) = 645311 diff --git a/devel/apr2/files/patch-apr_dbd_sqlite3.c b/devel/apr2/files/patch-apr_dbd_sqlite3.c deleted file mode 100644 index 66a62831f3a5..000000000000 --- a/devel/apr2/files/patch-apr_dbd_sqlite3.c +++ /dev/null @@ -1,101 +0,0 @@ ---- apr-util-1.2.2/dbd/apr_dbd_sqlite3.c.orig Wed Nov 2 20:47:48 2005 -+++ apr-util-1.2.2/dbd/apr_dbd_sqlite3.c Wed Nov 2 20:55:50 2005 -@@ -24,6 +24,7 @@ - #include <sqlite3.h> - - #include "apr_strings.h" -+#include "apr_thread_mutex.h" - #include "apr_time.h" - - #include "apr_dbd_internal.h" -@@ -39,7 +40,9 @@ - struct apr_dbd_t { - sqlite3 *conn; - apr_dbd_transaction_t *trans; -+#if APR_HAS_THREADS - apr_thread_mutex_t *mutex; -+#endif - apr_pool_t *pool; - }; - -@@ -92,11 +95,15 @@ - return sql->trans->errnum; - } - -+#if APR_HAS_THREADS - apr_thread_mutex_lock(sql->mutex); -+#endif - - ret = sqlite3_prepare(sql->conn, query, strlen(query), &stmt, &tail); - if (!dbd_sqlite3_is_success(ret)) { -+#if APR_HAS_THREADS - apr_thread_mutex_unlock(sql->mutex); -+#endif - return ret; - } else { - int column_count; -@@ -115,7 +122,9 @@ - if (retry_count++ > MAX_RETRY_COUNT) { - ret = SQLITE_ERROR; - } else { -+#if APR_HAS_THREADS - apr_thread_mutex_unlock(sql->mutex); -+#endif - apr_sleep(MAX_RETRY_SLEEP); - } - } else if (ret == SQLITE_ROW) { -@@ -170,7 +179,9 @@ - } while (ret == SQLITE_ROW || ret == SQLITE_BUSY); - } - ret = sqlite3_finalize(stmt); -+#if APR_HAS_THREADS - apr_thread_mutex_unlock(sql->mutex); -+#endif - - if (sql->trans) { - sql->trans->errnum = ret; -@@ -240,7 +251,9 @@ - return SQLITE_ERROR; - } - length = strlen(query); -+#if APR_HAS_THREADS - apr_thread_mutex_lock(sql->mutex); -+#endif - - do { - ret = sqlite3_prepare(sql->conn, query, length, &stmt, &tail); -@@ -259,7 +272,9 @@ - if (dbd_sqlite3_is_success(ret)) { - res = 0; - } -+#if APR_HAS_THREADS - apr_thread_mutex_unlock(sql->mutex); -+#endif - apr_pool_destroy(pool); - if (sql->trans) { - sql->trans->errnum = res; -@@ -366,12 +381,14 @@ - sql->conn = conn; - sql->pool = pool; - sql->trans = NULL; -+#if APR_HAS_THREADS - /* Create a mutex */ - res = apr_thread_mutex_create(&sql->mutex, APR_THREAD_MUTEX_DEFAULT, - pool); - if (res != APR_SUCCESS) { - return NULL; - } -+#endif - - return sql; - } -@@ -379,7 +396,9 @@ - static apr_status_t dbd_sqlite3_close(apr_dbd_t *handle) - { - sqlite3_close(handle->conn); -+#if APR_HAS_THREADS - apr_thread_mutex_destroy(handle->mutex); -+#endif - return APR_SUCCESS; - } - diff --git a/devel/apr2/files/patch-apr_hints.m4 b/devel/apr2/files/patch-apr_hints.m4 deleted file mode 100644 index aeb6778e9a22..000000000000 --- a/devel/apr2/files/patch-apr_hints.m4 +++ /dev/null @@ -1,15 +0,0 @@ ---- apr-1.2.2/build/apr_hints.m4.orig Wed Oct 27 11:12:28 2004 -+++ apr-1.2.2/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/files/patch-rand.c b/devel/apr2/files/patch-rand.c deleted file mode 100644 index 4d9c982c4c95..000000000000 --- a/devel/apr2/files/patch-rand.c +++ /dev/null @@ -1,16 +0,0 @@ ---- apr-1.2.2/misc/unix/rand.c.orig Wed Nov 2 20:17:10 2005 -+++ apr-1.2.2/misc/unix/rand.c Wed Nov 2 20:17:43 2005 -@@ -35,11 +35,10 @@ - #if APR_HAVE_SYS_UN_H - #include <sys/un.h> - #endif --#ifdef HAVE_UUID_UUID_H --#include <uuid/uuid.h> --#endif - #ifdef HAVE_UUID_H - #include <uuid.h> -+#elif defined(HAVE_UUID_UUID_H) -+#include <uuid/uuid.h> - #endif - - #ifndef SHUT_RDWR 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 a52a515abe10..000000000000 --- a/devel/apr2/pkg-plist +++ /dev/null @@ -1,85 +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_dbd.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_option.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.la -lib/libapr-1.so -lib/libapr-1.so.2 -lib/libaprutil-1.a -lib/libaprutil-1.la -lib/libaprutil-1.so -lib/libaprutil-1.so.2 -@dirrm build-1 -@dirrm include/apr-1 diff --git a/devel/asis-gpl/Makefile b/devel/asis-gpl/Makefile deleted file mode 100644 index 499754f12bc0..000000000000 --- a/devel/asis-gpl/Makefile +++ /dev/null @@ -1,56 +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= http://gd.tuwien.ac.at/languages/ada/gnat/3.15p/asis/ \ - ftp://ftp.cs.kuleuven.ac.be/pub/Ada-Belgium/mirrors/gnu-ada/3.15p/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 - -INSTALLS_SHLIB= yes - -.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 56d8e55b7b0d..000000000000 --- a/devel/asis-gpl/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (asis-3.15p-src.tgz) = 649f92bca189da5c35d6c1af8d833c2f -SHA256 (asis-3.15p-src.tgz) = f354edd8260c890e16eec694cf77df858c080ff0aa2302b876491dea4a168151 -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 a5c1dc2115b8..000000000000 --- a/devel/asis-gpl/pkg-plist +++ /dev/null @@ -1,317 +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%%%%DOCSDIR%%/Makefile -%%PORTDOCS%%%%DOCSDIR%%/README.asistant -%%PORTDOCS%%%%DOCSDIR%%/README.ds -%%PORTDOCS%%%%DOCSDIR%%/README.gnatelim -%%PORTDOCS%%%%DOCSDIR%%/README.gnatstub -%%PORTDOCS%%%%DOCSDIR%%/asis_rm.html -%%PORTDOCS%%%%DOCSDIR%%/asis_rm.info -%%PORTDOCS%%%%DOCSDIR%%/asis_rm.ps -%%PORTDOCS%%%%DOCSDIR%%/asis_rm.texi -%%PORTDOCS%%%%DOCSDIR%%/asis_rm.txt -%%PORTDOCS%%%%DOCSDIR%%/asis_ug.html -%%PORTDOCS%%%%DOCSDIR%%/asis_ug.info -%%PORTDOCS%%%%DOCSDIR%%/asis_ug.info-1 -%%PORTDOCS%%%%DOCSDIR%%/asis_ug.info-2 -%%PORTDOCS%%%%DOCSDIR%%/asis_ug.ps -%%PORTDOCS%%%%DOCSDIR%%/asis_ug.texi -%%PORTDOCS%%%%DOCSDIR%%/asis_ug.txt -%%PORTDOCS%%%%DOCSDIR%%/asisinfo.txt -%%PORTDOCS%%%%DOCSDIR%%/non_implemented.txt -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm lib/asis diff --git a/devel/astah-community/Makefile b/devel/astah-community/Makefile deleted file mode 100644 index f880d37c04e4..000000000000 --- a/devel/astah-community/Makefile +++ /dev/null @@ -1,69 +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= 2.4.4 -CATEGORIES= devel java -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= yes -JAVA_VERSION= 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://www.esm.jp/jude-web/notes/ProductLicenseAgreement.html" -NO_CDROM= ${RESTRICTED} - -PLIST_SUB+= PORTNAME=${PORTNAME} - -WRKSRC= ${WRKDIR}/${PORTNAME:S!-!_!} - -DOWNLOAD_URL= https://www.esm.jp/jude-web/serviceDownloadLink.do - -.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= needs you to fetch manually 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}/mozilla ${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 fea842c5c6bb..000000000000 --- a/devel/astah-community/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (jude-community-2_4_4.zip) = 881390a60d6c6e105eef69f6793c4cbe -SHA256 (jude-community-2_4_4.zip) = 81690366006cef69fbe862dab049ad52bd6be6cebb3d49ce179784aad9258f0a -SIZE (jude-community-2_4_4.zip) = 3655609 diff --git a/devel/astah-community/files/mozilla b/devel/astah-community/files/mozilla deleted file mode 100644 index 5ece63ef79c9..000000000000 --- a/devel/astah-community/files/mozilla +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -# eliminate own path from PATH (without this, cause a inifinite loop) -PATH=${PATH#$(dirname $0)} - -# add your favorite browser in the top of the list -for browser in mozilla linux-mozilla firefox linux-mozillafirebird opera linux-opera -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 e62733514038..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://www.esm.jp/jude-web/index.html diff --git a/devel/astah-community/pkg-plist b/devel/astah-community/pkg-plist deleted file mode 100644 index d51f1be13ba1..000000000000 --- a/devel/astah-community/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/jude -%%DATADIR%%/mozilla -%%DATADIR%%/%%PORTNAME%%.jar -%%DATADIR%%/JudeDefaultModel.jude -%%DATADIR%%/jude.ico -%%DATADIR%%/tools.jar -@dirrm %%DATADIR%% diff --git a/devel/autoconf26/Makefile b/devel/autoconf26/Makefile deleted file mode 100644 index 07d69bdb2976..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 (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 054995511c19..000000000000 --- a/devel/autoconf26/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (autoconf-2.59.tar.bz2) = 1ee40f7a676b3cfdc0e3f7cd81551b5f -SHA256 (autoconf-2.59.tar.bz2) = f0cde70a8f135098a6a3e85869f2e1cc3f141beea766fa3d6636e086cd8b90a7 -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 07d69bdb2976..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 (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 054995511c19..000000000000 --- a/devel/autoconf261/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (autoconf-2.59.tar.bz2) = 1ee40f7a676b3cfdc0e3f7cd81551b5f -SHA256 (autoconf-2.59.tar.bz2) = f0cde70a8f135098a6a3e85869f2e1cc3f141beea766fa3d6636e086cd8b90a7 -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 07d69bdb2976..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 (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 054995511c19..000000000000 --- a/devel/autoconf262/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (autoconf-2.59.tar.bz2) = 1ee40f7a676b3cfdc0e3f7cd81551b5f -SHA256 (autoconf-2.59.tar.bz2) = f0cde70a8f135098a6a3e85869f2e1cc3f141beea766fa3d6636e086cd8b90a7 -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 07d69bdb2976..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 (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 054995511c19..000000000000 --- a/devel/autoconf267/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (autoconf-2.59.tar.bz2) = 1ee40f7a676b3cfdc0e3f7cd81551b5f -SHA256 (autoconf-2.59.tar.bz2) = f0cde70a8f135098a6a3e85869f2e1cc3f141beea766fa3d6636e086cd8b90a7 -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 07d69bdb2976..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 (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 054995511c19..000000000000 --- a/devel/autoconf268/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (autoconf-2.59.tar.bz2) = 1ee40f7a676b3cfdc0e3f7cd81551b5f -SHA256 (autoconf-2.59.tar.bz2) = f0cde70a8f135098a6a3e85869f2e1cc3f141beea766fa3d6636e086cd8b90a7 -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 49a152e11a0c..000000000000 --- a/devel/automake110/Makefile +++ /dev/null @@ -1,55 +0,0 @@ -# New ports collection makefile for: automake19 -# Date created: 15 Feb 2003 -# Whom: Udo Schweigert -# -# $FreeBSD$ -# - -PORTNAME= automake -PORTVERSION= 1.9.6 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= automake -DISTNAME= automake-${PORTVERSION} - -MAINTAINER= ade@FreeBSD.org -COMMENT= GNU Standards-compliant Makefile generator (1.9) - -RUN_DEPENDS= ${AUTOCONF_DEPENDS} - -USE_AUTOTOOLS= autoconf:259:env -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} \ - --infodir=${PREFIX}/info -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-su-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 739f4985d6be..000000000000 --- a/devel/automake110/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (automake-1.9.6.tar.bz2) = c11b8100bb311492d8220378fd8bf9e0 -SHA256 (automake-1.9.6.tar.bz2) = 8eccaa98e1863d10e4a5f861d8e2ec349a23e88cb12ad10f6b6f79022ad2bb8d -SIZE (automake-1.9.6.tar.bz2) = 765505 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 6ce0b38a23b1..000000000000 --- a/devel/automake110/files/patch-configure +++ /dev/null @@ -1,28 +0,0 @@ ---- configure.orig Sun Jul 10 11:14:51 2005 -+++ configure Thu Jul 28 14:28:34 2005 -@@ -602,2 +602,3 @@ - APIVERSION -+APIPVERSION - pkgvdatadir -@@ -2098,6 +2099,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}" - -@@ -3102,2 +3103,3 @@ - APIVERSION=$APIVERSION -+APIPVERSION=$APIPVERSION - -@@ -3244,2 +3246,3 @@ - APIVERSION!$APIVERSION$ac_delim -+APIPVERSION!$APIPVERSION$ac_delim - pkgvdatadir!$pkgvdatadir$ac_delim -@@ -3256,3 +3259,3 @@ - -- if test `grep -c "$ac_delim\$" conf$$subs.sed` = 75; then -+ if test `grep -c "$ac_delim\$" conf$$subs.sed` = 76; then - break 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 a8fe28365e52..000000000000 --- a/devel/avr-gcc-3/Makefile +++ /dev/null @@ -1,61 +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.5 -PORTREVISION= 2 -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} -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_AUTOTOOLS= autoheader:213 -USE_PERL5_BUILD= yes -USE_BZIP2= yes -USE_GMAKE= yes -USE_BISON= yes -GNU_CONFIGURE= yes - -CONFIGURE_ARGS= --target=avr --disable-nls - -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 - -# As files/patch-binary-constants updates the documentation, we need to -# recreate it. -pre-build: - cd ${WRKSRC}/gcc &&\ - makeinfo -I doc -I doc/include --no-split -o doc/gcc.info doc/gcc.texi - -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -BROKEN= "System's Pod::Man too old to generate the documentation." -IGNORE= "you need a newer version of Perl to build the documentation" -.endif - -.include <bsd.port.post.mk> diff --git a/devel/avr-gcc-3/distinfo b/devel/avr-gcc-3/distinfo deleted file mode 100644 index 70ded7d9faf2..000000000000 --- a/devel/avr-gcc-3/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (gcc-core-3.4.5.tar.bz2) = 0114ba67f9aabad91d96797d0b6017c4 -SHA256 (gcc-core-3.4.5.tar.bz2) = 8a2824b12a1cae8b68de3be0a8fd2da14918462e6afa27c3578ccfc8ab10d0fc -SIZE (gcc-core-3.4.5.tar.bz2) = 13397308 -MD5 (gcc-g++-3.4.5.tar.bz2) = 8d51a3255e680f35ef744af0bf595595 -SHA256 (gcc-g++-3.4.5.tar.bz2) = 7d6bd45ebf1e004146f6ff959a7dd92e049d8e9e7fc132d111690d23011af93b -SIZE (gcc-g++-3.4.5.tar.bz2) = 2510819 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-avr.md b/devel/avr-gcc-3/files/patch-avr.md deleted file mode 100644 index 476bad2733cf..000000000000 --- a/devel/avr-gcc-3/files/patch-avr.md +++ /dev/null @@ -1,131 +0,0 @@ ---- gcc/config/avr/avr.md.orig Sat Mar 19 16:45:41 2005 -+++ gcc/config/avr/avr.md Thu Mar 2 09:45:36 2006 -@@ -346,69 +346,75 @@ - - ;;========================================================================= - ;; move string (like memcpy) --;; implement as RTL loop - - (define_expand "movstrhi" - [(parallel [(set (match_operand:BLK 0 "memory_operand" "") -- (match_operand:BLK 1 "memory_operand" "")) -- (use (match_operand:HI 2 "const_int_operand" "")) -- (use (match_operand:HI 3 "const_int_operand" ""))])] -+ (match_operand:BLK 1 "memory_operand" "")) -+ (use (match_operand:HI 2 "const_int_operand" "")) -+ (use (match_operand:HI 3 "const_int_operand" "")) -+ (clobber (match_scratch:HI 4 "")) -+ (clobber (match_scratch:HI 5 "")) -+ (clobber (match_dup 6))])] - "" - "{ -- int prob; -- HOST_WIDE_INT count; -+ rtx addr0, addr1; -+ int cnt8; - enum machine_mode mode; -- rtx label = gen_label_rtx (); -- rtx loop_reg; -- rtx jump; -- -- /* Copy pointers into new psuedos - they will be changed. */ -- rtx addr0 = copy_to_mode_reg (Pmode, XEXP (operands[0], 0)); -- rtx addr1 = copy_to_mode_reg (Pmode, XEXP (operands[1], 0)); -- -- /* Create rtx for tmp register - we use this as scratch. */ -- rtx tmp_reg_rtx = gen_rtx_REG (QImode, TMP_REGNO); - - if (GET_CODE (operands[2]) != CONST_INT) - FAIL; -- -- count = INTVAL (operands[2]); -- if (count <= 0) -- FAIL; -- -- /* Work out branch probability for latter use. */ -- prob = REG_BR_PROB_BASE - REG_BR_PROB_BASE / count; -- -- /* See if constant fit 8 bits. */ -- mode = (count < 0x100) ? QImode : HImode; -- /* Create loop counter register. */ -- loop_reg = copy_to_mode_reg (mode, gen_int_mode (count, mode)); -- -- /* Now create RTL code for move loop. */ -- /* Label at top of loop. */ -- emit_label (label); -- -- /* Move one byte into scratch and inc pointer. */ -- emit_move_insn (tmp_reg_rtx, gen_rtx_MEM (QImode, addr1)); -- emit_move_insn (addr1, gen_rtx_PLUS (Pmode, addr1, const1_rtx)); -- -- /* Move to mem and inc pointer. */ -- emit_move_insn (gen_rtx_MEM (QImode, addr0), tmp_reg_rtx); -- emit_move_insn (addr0, gen_rtx_PLUS (Pmode, addr0, const1_rtx)); -- -- /* Decrement count. */ -- emit_move_insn (loop_reg, gen_rtx_PLUS (mode, loop_reg, constm1_rtx)); -- -- /* Compare with zero and jump if not equal. */ -- emit_cmp_and_jump_insns (loop_reg, const0_rtx, NE, NULL_RTX, mode, 1, -- label); -- /* Set jump probability based on loop count. */ -- jump = get_last_insn (); -- REG_NOTES (jump) = gen_rtx_EXPR_LIST (REG_BR_PROB, -- GEN_INT (prob), -- REG_NOTES (jump)); -- DONE; -+ cnt8 = byte_immediate_operand (operands[2], GET_MODE (operands[2])); -+ mode = cnt8 ? QImode : HImode; -+ operands[2] = copy_to_mode_reg (mode, -+ gen_int_mode (INTVAL (operands[2]), mode)); -+ addr0 = copy_to_mode_reg (Pmode, XEXP (operands[0], 0)); -+ addr1 = copy_to_mode_reg (Pmode, XEXP (operands[1], 0)); -+ -+ operands[6] = gen_rtx_SCRATCH (mode); -+ operands[0] = gen_rtx (MEM, BLKmode, addr0); -+ operands[1] = gen_rtx (MEM, BLKmode, addr1); - }") -+ -+(define_insn "*movstrqi_insn" -+ [(set (mem:BLK (match_operand:HI 0 "register_operand" "e")) -+ (mem:BLK (match_operand:HI 1 "register_operand" "e"))) -+ (use (match_operand:QI 2 "register_operand" "r")) -+ (use (match_operand:QI 3 "const_int_operand" "i")) -+ (clobber (match_scratch:HI 4 "=0")) -+ (clobber (match_scratch:HI 5 "=1")) -+ (clobber (match_scratch:QI 6 "=2"))] -+ "" -+ "ld __tmp_reg__,%a1+ -+ st %a0+,__tmp_reg__ -+ dec %2 -+ brne .-8" -+ [(set_attr "length" "4") -+ (set_attr "cc" "clobber")]) -+ -+(define_insn "*movstrhi" -+ [(set (mem:BLK (match_operand:HI 0 "register_operand" "e,e")) -+ (mem:BLK (match_operand:HI 1 "register_operand" "e,e"))) -+ (use (match_operand:HI 2 "register_operand" "!w,d")) -+ (use (match_operand:HI 3 "const_int_operand" "")) -+ (clobber (match_scratch:HI 4 "=0,0")) -+ (clobber (match_scratch:HI 5 "=1,1")) -+ (clobber (match_scratch:HI 6 "=2,2"))] -+ "" -+ "*{ -+ if (which_alternative==0) -+ return (AS2 (ld,__tmp_reg__,%a1+) CR_TAB -+ AS2 (st,%a0+,__tmp_reg__) CR_TAB -+ AS2 (sbiw,%A2,1) CR_TAB -+ AS1 (brne,.-8)); -+ else -+ return (AS2 (ld,__tmp_reg__,%a1+) CR_TAB -+ AS2 (st,%a0+,__tmp_reg__) CR_TAB -+ AS2 (subi,%A2,1) CR_TAB -+ AS2 (sbci,%B2,0) CR_TAB -+ AS1 (brne,.-10)); -+}" -+ [(set_attr "length" "4,5") -+ (set_attr "cc" "clobber,clobber")]) - - ;; =0 =0 =0 =0 =0 =0 =0 =0 =0 =0 =0 =0 =0 =0 =0 =0 =0 =0 =0 =0 =0 =0 =0 =0 - ;; memset (%0, 0, %1) 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 57dd9abe8d75..000000000000 --- a/devel/avr-gcc-3/files/patch-binary-constants +++ /dev/null @@ -1,120 +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 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/files/patch-misspelled-signames b/devel/avr-gcc-3/files/patch-misspelled-signames deleted file mode 100644 index cc4df593fea6..000000000000 --- a/devel/avr-gcc-3/files/patch-misspelled-signames +++ /dev/null @@ -1,46 +0,0 @@ -2004-05-12 Theodore A. Roth <troth@openavr.org> - - * gcc/config/avr/avr.c (avr_handle_fndecl_attribute): Generate a - warning if the function name does not begin with "__vector" and the - function has either the 'signal' or 'interrupt' attribute. - -Index: gcc/config/avr/avr.c -=================================================================== -RCS file: /cvsroot/gcc/gcc/gcc/config/avr/avr.c,v -retrieving revision 1.118 -diff -u -p -p -r1.118 avr.c ---- gcc/config/avr/avr.c 13 Mar 2004 06:43:30 -0000 1.118 -+++ gcc/config/avr/avr.c 12 May 2004 19:40:28 -0000 -@@ -4566,6 +4559,32 @@ avr_handle_fndecl_attribute (tree *node, - warning ("`%s' attribute only applies to functions", - IDENTIFIER_POINTER (name)); - *no_add_attrs = true; -+ } -+ else -+ { -+ const char *func_name = IDENTIFIER_POINTER (DECL_NAME (*node)); -+ const char *attr = IDENTIFIER_POINTER (name); -+ -+ /* If the function has the 'signal' or 'interrupt' attribute, test to -+ make sure that the name of the function is "__vector_NN" so as to -+ catch when the user misspells the interrupt vector name. */ -+ -+ if (strncmp (attr, "interrupt", strlen ("interrupt")) == 0) -+ { -+ if (strncmp (func_name, "__vector", strlen ("__vector")) != 0) -+ { -+ warning ("`%s' appears to be a misspelled interrupt handler", -+ func_name); -+ } -+ } -+ else if (strncmp (attr, "signal", strlen ("signal")) == 0) -+ { -+ if (strncmp (func_name, "__vector", strlen ("__vector")) != 0) -+ { -+ warning ("`%s' appears to be a misspelled signal handler", -+ func_name); -+ } -+ } - } - - return NULL_TREE; diff --git a/devel/avr-gcc-3/files/patch-newdevices b/devel/avr-gcc-3/files/patch-newdevices deleted file mode 100644 index b034533fb235..000000000000 --- a/devel/avr-gcc-3/files/patch-newdevices +++ /dev/null @@ -1,198 +0,0 @@ -diff -ur ../gcc-3.4.5.orig/gcc/config/avr/avr.c ./gcc/config/avr/avr.c ---- ../gcc-3.4.5.orig/gcc/config/avr/avr.c Wed Jan 4 22:38:40 2006 -+++ ./gcc/config/avr/avr.c Wed Jan 4 22:44:07 2006 -@@ -175,6 +175,18 @@ - { "at90c8534", 2, "__AVR_AT90C8534__" }, - { "at90s8535", 2, "__AVR_AT90S8535__" }, - { "at86rf401", 2, "__AVR_AT86RF401__" }, -+ { "attiny261", 2, "__AVR_ATtiny261__" }, -+ { "attiny461", 2, "__AVR_ATtiny461__" }, -+ { "attiny861", 2, "__AVR_ATtiny861__" }, -+ /* Classic + MOVW, <= 8K. */ -+ { "attiny13", 2, "__AVR_ATtiny13__" }, -+ { "attiny2313", 2, "__AVR_ATtiny2313__" }, -+ { "attiny24", 2, "__AVR_ATtiny24__" }, -+ { "attiny44", 2, "__AVR_ATtiny44__" }, -+ { "attiny84", 2, "__AVR_ATtiny84__" }, -+ { "attiny25", 2, "__AVR_ATtiny25__" }, -+ { "attiny45", 2, "__AVR_ATtiny45__" }, -+ { "attiny85", 2, "__AVR_ATtiny85__" }, - /* Classic, > 8K. */ - { "avr3", 3, NULL }, - { "atmega103", 3, "__AVR_ATmega103__" }, -@@ -185,19 +197,42 @@ - /* Enhanced, <= 8K. */ - { "avr4", 4, NULL }, - { "atmega8", 4, "__AVR_ATmega8__" }, -+ { "atmega48", 4, "__AVR_ATmega48__" }, -+ { "atmega88", 4, "__AVR_ATmega88__" }, - { "atmega8515", 4, "__AVR_ATmega8515__" }, - { "atmega8535", 4, "__AVR_ATmega8535__" }, -+ { "at90pwm2", 4, "__AVR_AT90PWM2__" }, -+ { "at90pwm3", 4, "__AVR_AT90PWM3__" }, - /* Enhanced, > 8K. */ - { "avr5", 5, NULL }, - { "atmega16", 5, "__AVR_ATmega16__" }, - { "atmega161", 5, "__AVR_ATmega161__" }, - { "atmega162", 5, "__AVR_ATmega162__" }, - { "atmega163", 5, "__AVR_ATmega163__" }, -+ { "atmega164", 5, "__AVR_ATmega164__" }, -+ { "atmega165", 5, "__AVR_ATmega165__" }, -+ { "atmega168", 5, "__AVR_ATmega168__" }, - { "atmega169", 5, "__AVR_ATmega169__" }, - { "atmega32", 5, "__AVR_ATmega32__" }, - { "atmega323", 5, "__AVR_ATmega323__" }, -+ { "atmega324", 5, "__AVR_ATmega324__" }, -+ { "atmega325", 5, "__AVR_ATmega325__" }, -+ { "atmega3250", 5, "__AVR_ATmega3250__" }, -+ { "atmega329", 5, "__AVR_ATmega329__" }, -+ { "atmega3290", 5, "__AVR_ATmega3290__" }, -+ { "atmega640", 5, "__AVR_ATmega640__" }, - { "atmega64", 5, "__AVR_ATmega64__" }, -+ { "atmega644", 5, "__AVR_ATmega644__" }, -+ { "atmega645", 5, "__AVR_ATmega645__" }, -+ { "atmega6450", 5, "__AVR_ATmega6450__" }, -+ { "atmega649", 5, "__AVR_ATmega649__" }, -+ { "atmega6490", 5, "__AVR_ATmega6490__" }, - { "atmega128", 5, "__AVR_ATmega128__" }, -+ { "atmega1280",5, "__AVR_ATmega1280__" }, -+ { "atmega1281",5, "__AVR_ATmega1281__" }, -+ { "at90can32", 5, "__AVR_AT90CAN32__" }, -+ { "at90can64", 5, "__AVR_AT90CAN64__" }, -+ { "at90can128", 5, "__AVR_AT90CAN128__" }, - { "at94k", 5, "__AVR_AT94K__" }, - /* Assembler only. */ - { "avr1", 1, NULL }, -diff -ur ../gcc-3.4.5.orig/gcc/config/avr/avr.h ./gcc/config/avr/avr.h ---- ../gcc-3.4.5.orig/gcc/config/avr/avr.h Wed Jan 4 22:38:36 2006 -+++ ./gcc/config/avr/avr.h Wed Jan 4 22:45:00 2006 -@@ -2351,12 +2351,13 @@ - Do not define this macro if it does not need to do anything. */ - - #define LINK_SPEC " %{!mmcu*:-m avr2}\ --%{mmcu=at90s1200|mmcu=attiny1*|mmcu=attiny28:-m avr1} \ --%{mmcu=attiny22|mmcu=attiny26|mmcu=at90s2*|mmcu=at90s4*|mmcu=at90s8*|mmcu=at90c8*|mmcu=at86rf401:-m avr2}\ -+%{mmcu=at90s1200|mmcu=attiny11|mmcu=attiny12|mmcu=attiny15|mmcu=attiny28:-m avr1} \ -+%{mmcu=attiny22|mmcu=attiny26|mmcu=at90s2*|mmcu=at90s4*|mmcu=at90s8*|mmcu=at90c8*|mmcu=at86rf401|mmcu=attiny13|mmcu=attiny2313|mmcu=attiny24|mmcu=attiny44|mmcu=attiny84|mmcu=attiny25|mmcu=attiny45|mmcu=attiny85|mmcu=attiny261|mmcu=attiny461|mmcu=attiny861:-m avr2}\ - %{mmcu=atmega103|mmcu=atmega603|mmcu=at43*|mmcu=at76*:-m avr3}\ --%{mmcu=atmega8*:-m avr4}\ --%{mmcu=atmega16*|mmcu=atmega32*|mmcu=atmega64|mmcu=atmega128|mmcu=at94k:-m avr5}\ --%{mmcu=atmega64|mmcu=atmega128|mmcu=atmega162|mmcu=atmega169: -Tdata 0x800100} " -+%{mmcu=atmega8*|mmcu=atmega48|mmcu=at90pwm*:-m avr4}\ -+%{mmcu=atmega16*|mmcu=atmega32*|mmcu=atmega64*|mmcu=atmega128*|mmcu=at90can*|mmcu=at94k:-m avr5}\ -+%{mmcu=atmega324|mmcu=atmega325|mmcu=atmega3250|mmcu=atmega329|mmcu=atmega3290|mmcu=atmega48|mmcu=atmega88|mmcu=atmega64|mmcu=atmega644|mmcu=atmega645|mmcu=atmega6450|mmcu=atmega649|mmcu=atmega6490|mmcu=atmega128|mmcu=at90can*|mmcu=atmega162|mmcu=atmega164|mmcu=atmega165|mmcu=atmega168|mmcu=atmega169|mmcu=at90pwm*: -Tdata 0x800100}\ -+%{mmcu=atmega640|mmcu=atmega1280|mmcu=atmega1281: -Tdata 0x800200} " - - /* A C string constant that tells the GCC driver program options to - pass to the linker. It can also specify how to translate options -@@ -2365,7 +2366,7 @@ - Do not define this macro if it does not need to do anything. */ - - #define LIB_SPEC \ -- "%{!mmcu=at90s1*:%{!mmcu=attiny1*:%{!mmcu=attiny28: -lc }}}" -+ "%{!mmcu=at90s1*:%{!mmcu=attiny11:%{!mmcu=attiny12:%{!mmcu=attiny15:%{!mmcu=attiny28: -lc }}}}}" - /* Another C string constant used much like `LINK_SPEC'. The - difference between the two is that `LIB_SPEC' is used at the end - of the command given to the linker. -@@ -2377,7 +2378,7 @@ - /* No libstdc++ for now. Empty string doesn't work. */ - - #define LIBGCC_SPEC \ -- "%{!mmcu=at90s1*:%{!mmcu=attiny1*:%{!mmcu=attiny28: -lgcc }}}" -+ "%{!mmcu=at90s1*:%{!mmcu=attiny11:%{!mmcu=attiny12:%{!mmcu=attiny15:%{!mmcu=attiny28: -lgcc }}}}}" - /* Another C string constant that tells the GCC driver program how - and when to place a reference to `libgcc.a' into the linker - command line. This constant is placed both before and after the -@@ -2421,23 +2422,57 @@ - %{mmcu=at90c8534:crtc8534.o%s} \ - %{mmcu=at90s8535:crts8535.o%s} \ - %{mmcu=at86rf401:crt86401.o%s} \ -+%{mmcu=attiny13:crttn13.o%s} \ -+%{mmcu=attiny2313:crttn2313.o%s} \ -+%{mmcu=attiny24:crttn24.o%s} \ -+%{mmcu=attiny44:crttn44.o%s} \ -+%{mmcu=attiny84:crttn84.o%s} \ -+%{mmcu=attiny25:crttn25.o%s} \ -+%{mmcu=attiny45:crttn45.o%s} \ -+%{mmcu=attiny85:crttn85.o%s} \ -+%{mmcu=attiny261:crttn261.o%s} \ -+%{mmcu=attiny461:crttn461.o%s} \ -+%{mmcu=attiny861:crttn861.o%s} \ - %{mmcu=atmega103|mmcu=avr3:crtm103.o%s} \ - %{mmcu=atmega603:crtm603.o%s} \ - %{mmcu=at43usb320:crt43320.o%s} \ - %{mmcu=at43usb355:crt43355.o%s} \ - %{mmcu=at76c711:crt76711.o%s} \ - %{mmcu=atmega8|mmcu=avr4:crtm8.o%s} \ -+%{mmcu=atmega48:crtm48.o%s} \ -+%{mmcu=atmega88:crtm88.o%s} \ - %{mmcu=atmega8515:crtm8515.o%s} \ - %{mmcu=atmega8535:crtm8535.o%s} \ -+%{mmcu=at90pwm2:crt90pwm2.o%s} \ -+%{mmcu=at90pwm3:crt90pwm3.o%s} \ - %{mmcu=atmega16:crtm16.o%s} \ - %{mmcu=atmega161|mmcu=avr5:crtm161.o%s} \ - %{mmcu=atmega162:crtm162.o%s} \ - %{mmcu=atmega163:crtm163.o%s} \ -+%{mmcu=atmega164:crtm164.o%s} \ -+%{mmcu=atmega165:crtm165.o%s} \ -+%{mmcu=atmega168:crtm168.o%s} \ - %{mmcu=atmega169:crtm169.o%s} \ - %{mmcu=atmega32:crtm32.o%s} \ - %{mmcu=atmega323:crtm323.o%s} \ -+%{mmcu=atmega324:crtm324.o%s} \ -+%{mmcu=atmega325:crtm325.o%s} \ -+%{mmcu=atmega3250:crtm3250.o%s} \ -+%{mmcu=atmega329:crtm329.o%s} \ -+%{mmcu=atmega3290:crtm3290.o%s} \ - %{mmcu=atmega64:crtm64.o%s} \ -+%{mmcu=atmega640:crtm640.o%s} \ -+%{mmcu=atmega644:crtm644.o%s} \ -+%{mmcu=atmega645:crtm645.o%s} \ -+%{mmcu=atmega6450:crtm6450.o%s} \ -+%{mmcu=atmega649:crtm649.o%s} \ -+%{mmcu=atmega6490:crtm6490.o%s} \ - %{mmcu=atmega128:crtm128.o%s} \ -+%{mmcu=atmega1280:crtm1280.o%s} \ -+%{mmcu=atmega1281:crtm1281.o%s} \ -+%{mmcu=at90can32:crtcan32.o%s} \ -+%{mmcu=at90can64:crtcan64.o%s} \ -+%{mmcu=at90can128:crtcan128.o%s} \ - %{mmcu=at94k:crtat94k.o%s}" - - #define EXTRA_SPECS {"crt_binutils", CRT_BINUTILS_SPECS}, -diff -ur ../gcc-3.4.5.orig/gcc/config/avr/t-avr ./gcc/config/avr/t-avr ---- ../gcc-3.4.5.orig/gcc/config/avr/t-avr Mon Apr 25 06:17:34 2005 -+++ ./gcc/config/avr/t-avr Wed Jan 4 22:43:26 2006 -@@ -46,12 +46,27 @@ - mmcu?avr3=mmcu?at43usb320 mmcu?avr3=mmcu?at43usb355 \ - mmcu?avr3=mmcu?at76c711 \ - mmcu?avr4=mmcu?atmega8515 mmcu?avr4=mmcu?atmega8535 \ -- mmcu?avr4=mmcu?atmega8 \ -+ mmcu?avr4=mmcu?atmega8 mmcu?avr4=mmcu?atmega48 \ -+ mmcu?avr4=mmcu?atmega88 \ -+ mmcu?avr4=mmcu?at90pwm2 mmcu?avr4=mmcu?at90pwm3 \ - mmcu?avr5=mmcu?atmega161 mmcu?avr5=mmcu?atmega162 \ -- mmcu?avr5=mmcu?atmega163 mmcu?avr5=mmcu?atmega169 \ -+ mmcu?avr5=mmcu?atmega163 mmcu?avr5=mmcu?atmega164 \ -+ mmcu?avr5=mmcu?atmega165 \ -+ mmcu?avr5=mmcu?atmega168 mmcu?avr5=mmcu?atmega169 \ - mmcu?avr5=mmcu?atmega16 \ -- mmcu?avr5=mmcu?atmega323 mmcu?avr5=mmcu?atmega32 \ -- mmcu?avr5=mmcu?atmega64 mmcu?avr5=mmcu?atmega128 \ -+ mmcu?avr5=mmcu?atmega323 mmcu?avr5=mmcu?atmega324 \ -+ mmcu?avr5=mmcu?atmega325 mmcu?avr5=mmcu?atmega3250 \ -+ mmcu?avr5=mmcu?atmega329 mmcu?avr5=mmcu?atmega3290 \ -+ mmcu?avr5=mmcu?atmega32 \ -+ mmcu?avr5=mmcu?atmega640 \ -+ mmcu?avr5=mmcu?atmega644 mmcu?avr5=mmcu?atmega645 \ -+ mmcu?avr5=mmcu?atmega6450 mmcu?avr5=mmcu?atmega649 \ -+ mmcu?avr5=mmcu?atmega6490 mmcu?avr5=mmcu?atmega64 \ -+ mmcu?avr5=mmcu?atmega128 \ -+ mmcu?avr5=mmcu?atmega1280 mmcu?avr5=mmcu?atmega1281 \ -+ mmcu?avr5=mmcu?at90can32 \ -+ mmcu?avr5=mmcu?at90can64 \ -+ mmcu?avr5=mmcu?at90can128 \ - mmcu?avr5=mmcu?at94k - - MULTILIB_EXCEPTIONS = diff --git a/devel/avr-gcc-3/pkg-descr b/devel/avr-gcc-3/pkg-descr deleted file mode 100644 index bfa484c5cf92..000000000000 --- a/devel/avr-gcc-3/pkg-descr +++ /dev/null @@ -1,24 +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 -gdwarf-2 -Locally hack added: recognizes 0bXXX binary constants - -Locally added support for the following AVR devices: - - ATtiny13/ATtiny2313 ATtiny24/ATtiny44/ATtiny84 - ATtiny25/ATtiny45/ATtiny85 ATtiny261/ATtiny461/ATtiny861 - ATmega48/ATmega88/ATmega168 - ATmega164/ATmega324/ATmega644 ATmega165 - ATmega325/ATmega3250/ATmega645/ATmega6450 - ATmega329/ATmega3290/ATmega649/ATmega6490 - ATmega640/ATmega1280/ATmega1281 AT90PWM2/AT90PWM3 - AT90CAN32/64/128 - -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 eee22c9b0e7a..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.5 -bin/avr-gccbug -lib/gcc/avr/3.4.5/avr3/libgcc.a -lib/gcc/avr/3.4.5/avr3/libgcov.a -lib/gcc/avr/3.4.5/avr4/libgcc.a -lib/gcc/avr/3.4.5/avr4/libgcov.a -lib/gcc/avr/3.4.5/avr5/libgcc.a -lib/gcc/avr/3.4.5/avr5/libgcov.a -lib/gcc/avr/3.4.5/include/README -lib/gcc/avr/3.4.5/include/fixed -lib/gcc/avr/3.4.5/include/float.h -lib/gcc/avr/3.4.5/include/iso646.h -lib/gcc/avr/3.4.5/include/limits.h -lib/gcc/avr/3.4.5/include/stdarg.h -lib/gcc/avr/3.4.5/include/stdbool.h -lib/gcc/avr/3.4.5/include/stddef.h -lib/gcc/avr/3.4.5/include/syslimits.h -lib/gcc/avr/3.4.5/include/unwind.h -lib/gcc/avr/3.4.5/include/varargs.h -lib/gcc/avr/3.4.5/install-tools/gsyslimits.h -lib/gcc/avr/3.4.5/install-tools/include/README -lib/gcc/avr/3.4.5/install-tools/include/float.h -lib/gcc/avr/3.4.5/install-tools/include/iso646.h -lib/gcc/avr/3.4.5/install-tools/include/limits.h -lib/gcc/avr/3.4.5/install-tools/include/stdarg.h -lib/gcc/avr/3.4.5/install-tools/include/stdbool.h -lib/gcc/avr/3.4.5/install-tools/include/stddef.h -lib/gcc/avr/3.4.5/install-tools/include/unwind.h -lib/gcc/avr/3.4.5/install-tools/include/varargs.h -lib/gcc/avr/3.4.5/install-tools/mkheaders.conf -lib/gcc/avr/3.4.5/libgcc.a -lib/gcc/avr/3.4.5/libgcov.a -lib/gcc/avr/3.4.5/specs -libexec/gcc/avr/3.4.5/cc1 -libexec/gcc/avr/3.4.5/cc1plus -libexec/gcc/avr/3.4.5/collect2 -libexec/gcc/avr/3.4.5/install-tools/fix-header -libexec/gcc/avr/3.4.5/install-tools/fixinc.sh -libexec/gcc/avr/3.4.5/install-tools/fixincl -libexec/gcc/avr/3.4.5/install-tools/fixproto -libexec/gcc/avr/3.4.5/install-tools/mkheaders -libexec/gcc/avr/3.4.5/install-tools/mkinstalldirs -@dirrm lib/gcc/avr/3.4.5/avr3 -@dirrm lib/gcc/avr/3.4.5/avr4 -@dirrm lib/gcc/avr/3.4.5/avr5 -@dirrm lib/gcc/avr/3.4.5/include -@dirrm lib/gcc/avr/3.4.5/install-tools/include -@dirrm lib/gcc/avr/3.4.5/install-tools -@dirrm lib/gcc/avr/3.4.5 -@dirrm lib/gcc/avr -@dirrm lib/gcc -@dirrm libexec/gcc/avr/3.4.5/install-tools -@dirrm libexec/gcc/avr/3.4.5 -@dirrm libexec/gcc/avr -@dirrm libexec/gcc diff --git a/devel/baz/Makefile b/devel/baz/Makefile deleted file mode 100644 index 7c8783286ad5..000000000000 --- a/devel/baz/Makefile +++ /dev/null @@ -1,65 +0,0 @@ -# Ports collection makefile for: bazaar -# Date created: 11 October 2005 -# Whom: Ulf Lilleengen -# -# $FreeBSD$ -# - -PORTNAME= bazaar -PORTVERSION= 1.4.2 -PORTREVISION?= 1 -CATEGORIES= devel -MASTER_SITES= http://bazaar.canonical.com/releases/src/ -DISTNAME= bazaar_${PORTVERSION} - -MAINTAINER= lulf@kerneled.org -COMMENT= An implementation of the GNU Arch RCS protocol in C by Canonical - -BUILD_DEPENDS= gmake:${PORTSDIR}/devel/gmake \ - gpatch:${PORTSDIR}/devel/patch \ - gdiff:${PORTSDIR}/textproc/diffutils \ - gtar:${PORTSDIR}/archivers/gtar -RUN_DEPENDS= ${BUILD_DEPENDS} -LIB_DEPENDS= neon.25:${PORTSDIR}/www/neon \ - gpgme.15:${PORTSDIR}/security/gpgme - -USE_GMAKE= yes -USE_GETTEXT= yes -USE_PERL5_BUILD=yes -GNU_CONFIGURE= yes - -MAN1= baz.1 - -MAJORVERSION= 1.4 -BASEWRKDIR= ${WRKDIR}/thelove@canonical.com---dists--bazaar--${MAJORVERSION} -WRKSRC= ${BASEWRKDIR}/src/=build -PATCH_WRKSRC= ${BASEWRKDIR} -LDFLAGS+= -L ${LOCALBASE}/lib -CFLAGS+= -I ${LOCALBASE}/include ${LDFLAGS} - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -IGNORE= does not compile (missing va_copy) -.endif - -pre-patch: - ${MKDIR} ${WRKSRC} - -# I know the CFLAGS export is ugly, but it's the only way i've gotten bazaars -# own autotools to detect libraries the "correct" way. -do-configure: - cd ${WRKSRC} && export CFLAGS="${CFLAGS}" \ - && ../configure --prefix ${PREFIX} \ - --with-gnu-patch gpatch \ - --with-gnu-diff gdiff \ - --with-gnu-diff3 gdiff3 \ - --with-gnu-tar gtar - -post-install: - cd ${BASEWRKDIR}/src/baz-manpage && ${PERL} generate-manpage.pl ${MAN1}\ - && \ - ${INSTALL_MAN} ${BASEWRKDIR}/src/baz-manpage/${MAN1} \ - ${MAN1PREFIX}/man/man1 - -.include <bsd.port.post.mk> diff --git a/devel/baz/distinfo b/devel/baz/distinfo deleted file mode 100644 index bffde576eb03..000000000000 --- a/devel/baz/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (bazaar_1.4.2.tar.gz) = 6e61d7aeec990a801977ee6cdc3958d5 -SHA256 (bazaar_1.4.2.tar.gz) = 4ad40013fb6572c9e7a5d14cd055ef98ca583893425c005697a5881b8ac0cc4e -SIZE (bazaar_1.4.2.tar.gz) = 6264573 diff --git a/devel/baz/files/patch-pfs-signatures.c b/devel/baz/files/patch-pfs-signatures.c deleted file mode 100644 index 7952b9ff2d90..000000000000 --- a/devel/baz/files/patch-pfs-signatures.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/baz/libarch/pfs-signatures.c.old Wed Nov 2 21:46:56 2005 -+++ src/baz/libarch/pfs-signatures.c Wed Nov 2 21:47:09 2005 -@@ -29,7 +29,7 @@ - #include "libarch/namespace.h" - #include "libarch/archives.h" - #include "libarch/cached-archive.h" --#include <gpgme.h> -+#include <gpgme/gpgme.h> - #include "libarch/pfs-signatures.h" - - diff --git a/devel/baz/pkg-descr b/devel/baz/pkg-descr deleted file mode 100644 index 97317bfb41c8..000000000000 --- a/devel/baz/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Bazaar is an implementation of GNU arch in C from canoncial. Arch is a version -control system, which allows you to keep old versions of files and directories -(usually source code), keep a log of who, when, and why changes occurred, etc., -like SVN, CVS, or RCS. Arch is distributed, which gives it significant -advantages and some disadvantages compared to SVN and CVS. - -WWW: http://bazaar.canonical.com/ diff --git a/devel/baz/pkg-plist b/devel/baz/pkg-plist deleted file mode 100644 index 73df136029b8..000000000000 --- a/devel/baz/pkg-plist +++ /dev/null @@ -1,38 +0,0 @@ -bin/annotate -bin/baz -share/locale/af/LC_MESSAGES/bazaar.mo -share/locale/ca/LC_MESSAGES/bazaar.mo -share/locale/cs/LC_MESSAGES/bazaar.mo -share/locale/cy/LC_MESSAGES/bazaar.mo -share/locale/da/LC_MESSAGES/bazaar.mo -share/locale/de/LC_MESSAGES/bazaar.mo -share/locale/en_AU/LC_MESSAGES/bazaar.mo -share/locale/en_CA/LC_MESSAGES/bazaar.mo -share/locale/es/LC_MESSAGES/bazaar.mo -share/locale/es_AR/LC_MESSAGES/bazaar.mo -share/locale/es_ES/LC_MESSAGES/bazaar.mo -share/locale/fi/LC_MESSAGES/bazaar.mo -share/locale/fr/LC_MESSAGES/bazaar.mo -share/locale/fr_BE/LC_MESSAGES/bazaar.mo -share/locale/fr_FR/LC_MESSAGES/bazaar.mo -share/locale/hr/LC_MESSAGES/bazaar.mo -share/locale/it_IT/LC_MESSAGES/bazaar.mo -share/locale/ja/LC_MESSAGES/bazaar.mo -share/locale/lt/LC_MESSAGES/bazaar.mo -share/locale/nl/LC_MESSAGES/bazaar.mo -share/locale/nl_BE/LC_MESSAGES/bazaar.mo -share/locale/pt_BR/LC_MESSAGES/bazaar.mo -share/locale/pt_PT/LC_MESSAGES/bazaar.mo -share/locale/zh_CN/LC_MESSAGES/bazaar.mo -@dirrmtry share/locale/nl_BE/LC_MESSAGES -@dirrmtry share/locale/nl_BE -@dirrmtry share/locale/it_IT/LC_MESSAGES -@dirrmtry share/locale/it_IT -@dirrmtry share/locale/fr_FR/LC_MESSAGES -@dirrmtry share/locale/fr_FR -@dirrmtry share/locale/fr_BE/LC_MESSAGES -@dirrmtry share/locale/fr_BE -@dirrmtry share/locale/es_AR/LC_MESSAGES -@dirrmtry share/locale/es_AR -@dirrmtry share/locale/en_AU/LC_MESSAGES -@dirrmtry share/locale/en_AU diff --git a/devel/bug-buddy/Makefile b/devel/bug-buddy/Makefile deleted file mode 100644 index 089ee5c0cb8c..000000000000 --- a/devel/bug-buddy/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: bugbuddy2 -# Date created: 14 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/bugbuddy/Makefile,v 1.19 2005/10/01 04:41:05 ahze Exp $ -# - -PORTNAME= bugbuddy -PORTVERSION= 2.12.1 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/bug-buddy/2.12 -DISTNAME= bug-buddy-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A bug reporting tool for GNOME 2 - -USE_BZIP2= yes -USE_X_PREFIX= yes -INSTALLS_OMF= yes -USE_REINPLACE= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop gnomemenus \ - desktopfileutils gnomedocutils -GNOME_DESKTOP_VERSION=2 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= bug-buddy.1 -GCONF_SCHEMAS= bug-buddy.schemas - -post-install: - @-update-desktop-database - -.include <bsd.port.mk> diff --git a/devel/bug-buddy/distinfo b/devel/bug-buddy/distinfo deleted file mode 100644 index 8330a32218df..000000000000 --- a/devel/bug-buddy/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/bug-buddy-2.12.1.tar.bz2) = 2f8b52ad25891e7c99820c80e7c6d78d -SHA256 (gnome2/bug-buddy-2.12.1.tar.bz2) = 596748b154a1db3f622c5a31a9c1734426bb90e88e48ff992cb5f39e9deb7108 -SIZE (gnome2/bug-buddy-2.12.1.tar.bz2) = 555641 diff --git a/devel/bug-buddy/pkg-descr b/devel/bug-buddy/pkg-descr deleted file mode 100644 index 7268130ab17d..000000000000 --- a/devel/bug-buddy/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This is a bug reporting tool. It pops up automatically when a GNOME -app crashes under the GNOME desktop (via gnome_segv), and allows -the crash information to be sent to the app's developers. - -Jacob Berkman <jberkman@andrew.cmu.edu> - -WWW: http://www.gnome.org/ diff --git a/devel/bug-buddy/pkg-plist b/devel/bug-buddy/pkg-plist deleted file mode 100644 index 06832c1205cd..000000000000 --- a/devel/bug-buddy/pkg-plist +++ /dev/null @@ -1,120 +0,0 @@ -bin/bug-buddy -share/gnome/application-registry/bug-buddy.applications -share/gnome/applications/bug-buddy-core.desktop -share/gnome/applications/bug-buddy.desktop -share/gnome/bug-buddy/bug-buddy.glade -share/gnome/bug-buddy/bug-buddy.png -share/gnome/bug-buddy/bugzilla/gnome.bugzilla -share/gnome/bug-buddy/bugzilla/gnome/config -share/gnome/bug-buddy/bugzilla/gnome/mostfreq -share/gnome/bug-buddy/bugzilla/gnome/products -share/gnome/bug-buddy/bugzilla/ximian.bugzilla -share/gnome/bug-buddy/bugzilla/ximian/config -share/gnome/bug-buddy/bugzilla/ximian/mostfreq -share/gnome/bug-buddy/bugzilla/ximian/products -share/gnome/bug-buddy/gdb-cmd -share/gnome/bug-buddy/gnome.png -share/gnome/bug-buddy/ximian.png -share/gnome/help/bug-buddy/C/bug-buddy.xml -share/gnome/help/bug-buddy/C/legal.xml -share/gnome/help/bug-buddy/es/bug-buddy.xml -share/gnome/help/bug-buddy/pa/bug-buddy.xml -share/gnome/help/bug-buddy/sr/bug-buddy.xml -share/gnome/help/bug-buddy/uk/bug-buddy.xml -share/gnome/mime-info/bug-buddy.keys -share/gnome/omf/bug-buddy/bug-buddy-C.omf -share/gnome/omf/bug-buddy/bug-buddy-es.omf -share/gnome/omf/bug-buddy/bug-buddy-pa.omf -share/gnome/omf/bug-buddy/bug-buddy-sr.omf -share/gnome/omf/bug-buddy/bug-buddy-uk.omf -share/gnome/pixmaps/bug-buddy.png -share/locale/am/LC_MESSAGES/bug-buddy.mo -share/locale/ar/LC_MESSAGES/bug-buddy.mo -share/locale/az/LC_MESSAGES/bug-buddy.mo -share/locale/be/LC_MESSAGES/bug-buddy.mo -share/locale/bg/LC_MESSAGES/bug-buddy.mo -share/locale/bn/LC_MESSAGES/bug-buddy.mo -share/locale/bs/LC_MESSAGES/bug-buddy.mo -share/locale/ca/LC_MESSAGES/bug-buddy.mo -share/locale/cs/LC_MESSAGES/bug-buddy.mo -share/locale/cy/LC_MESSAGES/bug-buddy.mo -share/locale/da/LC_MESSAGES/bug-buddy.mo -share/locale/de/LC_MESSAGES/bug-buddy.mo -share/locale/el/LC_MESSAGES/bug-buddy.mo -share/locale/en_CA/LC_MESSAGES/bug-buddy.mo -share/locale/en_GB/LC_MESSAGES/bug-buddy.mo -share/locale/es/LC_MESSAGES/bug-buddy.mo -share/locale/et/LC_MESSAGES/bug-buddy.mo -share/locale/eu/LC_MESSAGES/bug-buddy.mo -share/locale/fa/LC_MESSAGES/bug-buddy.mo -share/locale/fi/LC_MESSAGES/bug-buddy.mo -share/locale/fr/LC_MESSAGES/bug-buddy.mo -share/locale/ga/LC_MESSAGES/bug-buddy.mo -share/locale/gl/LC_MESSAGES/bug-buddy.mo -share/locale/gu/LC_MESSAGES/bug-buddy.mo -share/locale/he/LC_MESSAGES/bug-buddy.mo -share/locale/hi/LC_MESSAGES/bug-buddy.mo -share/locale/hr/LC_MESSAGES/bug-buddy.mo -share/locale/hu/LC_MESSAGES/bug-buddy.mo -share/locale/id/LC_MESSAGES/bug-buddy.mo -share/locale/is/LC_MESSAGES/bug-buddy.mo -share/locale/it/LC_MESSAGES/bug-buddy.mo -share/locale/ja/LC_MESSAGES/bug-buddy.mo -share/locale/ko/LC_MESSAGES/bug-buddy.mo -share/locale/lt/LC_MESSAGES/bug-buddy.mo -share/locale/lv/LC_MESSAGES/bug-buddy.mo -share/locale/mk/LC_MESSAGES/bug-buddy.mo -share/locale/ml/LC_MESSAGES/bug-buddy.mo -share/locale/mn/LC_MESSAGES/bug-buddy.mo -share/locale/mr/LC_MESSAGES/bug-buddy.mo -share/locale/ms/LC_MESSAGES/bug-buddy.mo -share/locale/nb/LC_MESSAGES/bug-buddy.mo -share/locale/ne/LC_MESSAGES/bug-buddy.mo -share/locale/nl/LC_MESSAGES/bug-buddy.mo -share/locale/nn/LC_MESSAGES/bug-buddy.mo -share/locale/no/LC_MESSAGES/bug-buddy.mo -share/locale/or/LC_MESSAGES/bug-buddy.mo -share/locale/pa/LC_MESSAGES/bug-buddy.mo -share/locale/pl/LC_MESSAGES/bug-buddy.mo -share/locale/pt/LC_MESSAGES/bug-buddy.mo -share/locale/pt_BR/LC_MESSAGES/bug-buddy.mo -share/locale/ro/LC_MESSAGES/bug-buddy.mo -share/locale/ru/LC_MESSAGES/bug-buddy.mo -share/locale/rw/LC_MESSAGES/bug-buddy.mo -share/locale/sk/LC_MESSAGES/bug-buddy.mo -share/locale/sl/LC_MESSAGES/bug-buddy.mo -share/locale/sq/LC_MESSAGES/bug-buddy.mo -share/locale/sr/LC_MESSAGES/bug-buddy.mo -share/locale/sr@Latn/LC_MESSAGES/bug-buddy.mo -share/locale/sv/LC_MESSAGES/bug-buddy.mo -share/locale/ta/LC_MESSAGES/bug-buddy.mo -share/locale/th/LC_MESSAGES/bug-buddy.mo -share/locale/tr/LC_MESSAGES/bug-buddy.mo -share/locale/ug/LC_MESSAGES/bug-buddy.mo -share/locale/uk/LC_MESSAGES/bug-buddy.mo -share/locale/vi/LC_MESSAGES/bug-buddy.mo -share/locale/wa/LC_MESSAGES/bug-buddy.mo -share/locale/xh/LC_MESSAGES/bug-buddy.mo -share/locale/zh_CN/LC_MESSAGES/bug-buddy.mo -share/locale/zh_TW/LC_MESSAGES/bug-buddy.mo -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrm share/gnome/omf/bug-buddy -@dirrm share/gnome/help/bug-buddy/uk -@dirrm share/gnome/help/bug-buddy/sr -@dirrm share/gnome/help/bug-buddy/pa -@dirrm share/gnome/help/bug-buddy/es -@dirrm share/gnome/help/bug-buddy/C -@dirrm share/gnome/help/bug-buddy -@dirrm share/gnome/bug-buddy/bugzilla/ximian -@dirrm share/gnome/bug-buddy/bugzilla/gnome -@dirrm share/gnome/bug-buddy/bugzilla -@dirrm share/gnome/bug-buddy -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true diff --git a/devel/bugzilla2/Makefile b/devel/bugzilla2/Makefile deleted file mode 100644 index d638325b0e6d..000000000000 --- a/devel/bugzilla2/Makefile +++ /dev/null @@ -1,130 +0,0 @@ -# New ports collection makefile for: bugzilla -# Date created: 28 September 2001 -# Whom: Alexey Zelkin <phantom@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME?= bugzilla -PORTVERSION?= 2.20.1 -CATEGORIES?= devel -MASTER_SITES= ${MASTER_SITE_MOZILLA} -MASTER_SITE_SUBDIR= webtools webtools/archived - -MAINTAINER?= skv@FreeBSD.org -COMMENT?= Bug-tracking system developed by Mozilla Project - -OPTIONS= CHARTING_MODULES "Bug charting support" on \ - GRAPHVIZ "Use GraphViz" off \ - EMAIL_GATEWAY "Use email gateway" off \ - EXPORT_IMPORT "Import/export bugs (via XML)" off \ - CONTRIB "Install user-contributed scripts" off \ - LDAP "Enable LDAP support" off - -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql \ - ${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \ - ${SITE_PERL}/AppConfig.pm:${PORTSDIR}/devel/p5-AppConfig \ - ${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 \ - ${SITE_PERL}/${PERL_ARCH}/Data/Dumper.pm:${PORTSDIR}/devel/p5-Data-Dumper \ - ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ - ${SITE_PERL}/PatchReader.pm:${PORTSDIR}/devel/p5-PatchReader - -CONFLICTS?= ja-bugzilla-2.* - -USE_PERL5= yes -USE_REINPLACE= yes - -BINMODE= 700 -PKGMESSAGE= ${WRKDIR}/pkg-message - -.ifndef BUGZILLADIR -.ifdef APACHE_DATADIR -BUGZILLADIR= ${APACHE_DATADIR}/data/bugzilla -.else -BUGZILLADIR= ${PREFIX}/www/data/bugzilla -.endif -.endif - -PLIST_SUB+= BUGZILLADIR=${BUGZILLADIR:S!^${PREFIX}/!!} - -CONTRIB_DOCS= README README.Mailif bugmail_help.html bugzilla.procmailrc -DATA_DIRS_LIST= images js skins/standard skins/standard/global \ - skins/standard/index - -.include <bsd.port.pre.mk> - -.ifdef WITH_CHARTING_MODULES -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \ - ${SITE_PERL}/Chart/Base.pm:${PORTSDIR}/graphics/p5-chart \ - ${SITE_PERL}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph \ - ${SITE_PERL}/GD/Text/Align.pm:${PORTSDIR}/graphics/p5-GD-TextUtil -.endif - -.ifdef WITH_GRAPHVIZ -RUN_DEPENDS+= dot:${PORTSDIR}/graphics/graphviz -.endif - -.ifdef WITH_EMAIL_GATEWAY -RUN_DEPENDS+= ${SITE_PERL}/MIME/Parser.pm:${PORTSDIR}/mail/p5-MIME-Tools -.endif - -.ifdef WITH_EXPORT_IMPORT -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser -.endif - -.ifdef WITH_CONTRIB -PLIST_SUB+= CONTRIB="" -.else -PLIST_SUB+= CONTRIB="@comment " -.endif - -.ifdef WITH_LDAP -RUN_DEPENDS+= ${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap -.endif - -post-patch: - @${PERL} -pi -e "s!(?<=webservergroup_default = ')apache!www!" \ - ${WRKSRC}/checksetup.pl - @${FIND} ${WRKSRC} \( -name "CVS" -or -name ".cvsignore" -or -name "*.orig" \ - -or -name "README.docs" \) | ${XARGS} ${RM} -rf - @${FIND} ${WRKSRC} -name "*.p[ml]" | \ - ${XARGS} ${REINPLACE_CMD} -i '' -e 's!/usr/lib/sendmail!/usr/sbin/sendmail!' - -do-build: - @${SED} -e "s:%%BUGZILLADIR%%:${BUGZILLADIR}:g; s:%%DOCSDIR%%:${DOCSDIR}:g" \ - ${MASTERDIR}/pkg-message >${PKGMESSAGE} - -do-install: - ${MKDIR} ${BUGZILLADIR} - ${FIND} ${WRKSRC} \! -type d -maxdepth 1 \! -name "UPGRADING*" -exec \ - ${INSTALL_SCRIPT} {} ${BUGZILLADIR} \; - @${MKDIR} ${DATA_DIRS_LIST:S!^!${BUGZILLADIR}/!} -.for D in ${DATA_DIRS_LIST} - ${INSTALL_DATA} ${WRKSRC}/${D}/*.* ${BUGZILLADIR}/${D} -.endfor - ${TAR} -C ${WRKSRC} -cf - Bugzilla template | ${TAR} --unlink -C ${BUGZILLADIR} -xf - -.ifndef NOPORTDOCS -.for D in html images/callouts images pdf txt xml "" - ${MKDIR} ${DOCSDIR}/${D} - ${INSTALL_DATA} ${WRKSRC}/docs/${D}/*.* ${DOCSDIR}/${D}/ -.endfor -.endif -.ifdef WITH_CONTRIB - ${MKDIR} ${BUGZILLADIR}/contrib - @cd ${WRKSRC}/contrib && \ - ${FIND} . -type d -exec ${MKDIR} "${BUGZILLADIR}/contrib/{}" \; && \ - ${FIND} . -type f -exec ${INSTALL_DATA} "{}" "${BUGZILLADIR}/contrib/{}" \; -.ifndef NOPORTDOCS - ${MKDIR} ${DOCSDIR}/contrib - ${INSTALL_DATA} ${CONTRIB_DOCS:S!^!${WRKSRC}/contrib/!} ${DOCSDIR}/contrib -.endif -.endif -.if !defined(BATCH) - @${ECHO_MSG} - @${CAT} ${PKGMESSAGE} - @${ECHO_MSG} -.endif - -.include <bsd.port.post.mk> diff --git a/devel/bugzilla2/distinfo b/devel/bugzilla2/distinfo deleted file mode 100644 index fc835c97b494..000000000000 --- a/devel/bugzilla2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (bugzilla-2.20.1.tar.gz) = b9c74195ce0f446be40b3e81104b934d -SHA256 (bugzilla-2.20.1.tar.gz) = c87d8c93d5dbd9d2dfd49552e47fd23d8748070929b26910772d712ad6716bbe -SIZE (bugzilla-2.20.1.tar.gz) = 1918866 diff --git a/devel/bugzilla2/pkg-descr b/devel/bugzilla2/pkg-descr deleted file mode 100644 index eab95354d1eb..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.bugzilla.org/ diff --git a/devel/bugzilla2/pkg-message b/devel/bugzilla2/pkg-message deleted file mode 100644 index bc3951aebbe1..000000000000 --- a/devel/bugzilla2/pkg-message +++ /dev/null @@ -1,24 +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 (for MySQL 4.0 or later): - - GRANT SELECT, INSERT, UPDATE, DELETE, INDEX, ALTER, CREATE, LOCK TABLES, - CREATE TEMPORARY TABLES, DROP, REFERENCES - 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 %%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 - %%DOCSDIR%%/html/ (chapter 2: "Installing Bugzilla") -========================================================================== diff --git a/devel/bugzilla2/pkg-plist b/devel/bugzilla2/pkg-plist deleted file mode 100644 index 9419a27274e6..000000000000 --- a/devel/bugzilla2/pkg-plist +++ /dev/null @@ -1,570 +0,0 @@ -%%CONTRIB%%%%PORTDOCS%%%%DOCSDIR%%/contrib/README -%%CONTRIB%%%%PORTDOCS%%%%DOCSDIR%%/contrib/README.Mailif -%%CONTRIB%%%%PORTDOCS%%%%DOCSDIR%%/contrib/bugmail_help.html -%%CONTRIB%%%%PORTDOCS%%%%DOCSDIR%%/contrib/bugzilla.procmailrc -%%PORTDOCS%%%%DOCSDIR%%/html/Bugzilla-Guide.html -%%PORTDOCS%%%%DOCSDIR%%/html/about.html -%%PORTDOCS%%%%DOCSDIR%%/html/administration.html -%%PORTDOCS%%%%DOCSDIR%%/html/bug_page.html -%%PORTDOCS%%%%DOCSDIR%%/html/bugreports.html -%%PORTDOCS%%%%DOCSDIR%%/html/cmdline-bugmail.html -%%PORTDOCS%%%%DOCSDIR%%/html/cmdline.html -%%PORTDOCS%%%%DOCSDIR%%/html/components.html -%%PORTDOCS%%%%DOCSDIR%%/html/configuration.html -%%PORTDOCS%%%%DOCSDIR%%/html/conventions.html -%%PORTDOCS%%%%DOCSDIR%%/html/copyright.html -%%PORTDOCS%%%%DOCSDIR%%/html/credits.html -%%PORTDOCS%%%%DOCSDIR%%/html/cust-change-permissions.html -%%PORTDOCS%%%%DOCSDIR%%/html/cust-hooks.html -%%PORTDOCS%%%%DOCSDIR%%/html/cust-templates.html -%%PORTDOCS%%%%DOCSDIR%%/html/customization.html -%%PORTDOCS%%%%DOCSDIR%%/html/dbdoc.html -%%PORTDOCS%%%%DOCSDIR%%/html/dbmodify.html -%%PORTDOCS%%%%DOCSDIR%%/html/disclaimer.html -%%PORTDOCS%%%%DOCSDIR%%/html/extraconfig.html -%%PORTDOCS%%%%DOCSDIR%%/html/faq.html -%%PORTDOCS%%%%DOCSDIR%%/html/flags-overview.html -%%PORTDOCS%%%%DOCSDIR%%/html/flags.html -%%PORTDOCS%%%%DOCSDIR%%/html/general-advice.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/index.html -%%PORTDOCS%%%%DOCSDIR%%/html/install-perlmodules-manual.html -%%PORTDOCS%%%%DOCSDIR%%/html/installation.html -%%PORTDOCS%%%%DOCSDIR%%/html/installing-bugzilla.html -%%PORTDOCS%%%%DOCSDIR%%/html/integration.html -%%PORTDOCS%%%%DOCSDIR%%/html/lifecycle.html -%%PORTDOCS%%%%DOCSDIR%%/html/list.html -%%PORTDOCS%%%%DOCSDIR%%/html/milestones.html -%%PORTDOCS%%%%DOCSDIR%%/html/modules-manual-download.html -%%PORTDOCS%%%%DOCSDIR%%/html/modules-manual-instructions.html -%%PORTDOCS%%%%DOCSDIR%%/html/modules-manual-optional.html -%%PORTDOCS%%%%DOCSDIR%%/html/myaccount.html -%%PORTDOCS%%%%DOCSDIR%%/html/newversions.html -%%PORTDOCS%%%%DOCSDIR%%/html/nonroot.html -%%PORTDOCS%%%%DOCSDIR%%/html/os-specific.html -%%PORTDOCS%%%%DOCSDIR%%/html/parameters.html -%%PORTDOCS%%%%DOCSDIR%%/html/paranoid-security.html -%%PORTDOCS%%%%DOCSDIR%%/html/patches.html -%%PORTDOCS%%%%DOCSDIR%%/html/patchviewer.html -%%PORTDOCS%%%%DOCSDIR%%/html/products.html -%%PORTDOCS%%%%DOCSDIR%%/html/query.html -%%PORTDOCS%%%%DOCSDIR%%/html/quips.html -%%PORTDOCS%%%%DOCSDIR%%/html/reporting.html -%%PORTDOCS%%%%DOCSDIR%%/html/security-bugzilla.html -%%PORTDOCS%%%%DOCSDIR%%/html/security-mysql.html -%%PORTDOCS%%%%DOCSDIR%%/html/security-os.html -%%PORTDOCS%%%%DOCSDIR%%/html/security-webserver.html -%%PORTDOCS%%%%DOCSDIR%%/html/security.html -%%PORTDOCS%%%%DOCSDIR%%/html/trbl-bundlebugzilla.html -%%PORTDOCS%%%%DOCSDIR%%/html/trbl-dbdsponge.html -%%PORTDOCS%%%%DOCSDIR%%/html/trbl-index.html -%%PORTDOCS%%%%DOCSDIR%%/html/trbl-passwd-encryption.html -%%PORTDOCS%%%%DOCSDIR%%/html/trbl-perlmodule.html -%%PORTDOCS%%%%DOCSDIR%%/html/trbl-relogin-everyone.html -%%PORTDOCS%%%%DOCSDIR%%/html/trbl-testserver.html -%%PORTDOCS%%%%DOCSDIR%%/html/trouble-filetemp.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-intro.html -%%PORTDOCS%%%%DOCSDIR%%/html/using.html -%%PORTDOCS%%%%DOCSDIR%%/html/versions.html -%%PORTDOCS%%%%DOCSDIR%%/html/voting.html -%%PORTDOCS%%%%DOCSDIR%%/html/whining.html -%%PORTDOCS%%%%DOCSDIR%%/html/x3190.html -%%PORTDOCS%%%%DOCSDIR%%/images/bzLifecycle.png -%%PORTDOCS%%%%DOCSDIR%%/images/bzLifecycle.xml -%%PORTDOCS%%%%DOCSDIR%%/images/callouts/1.gif -%%PORTDOCS%%%%DOCSDIR%%/images/callouts/2.gif -%%PORTDOCS%%%%DOCSDIR%%/images/callouts/3.gif -%%PORTDOCS%%%%DOCSDIR%%/images/caution.gif -%%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/customization.xml -%%PORTDOCS%%%%DOCSDIR%%/xml/dbschema.mysql -%%PORTDOCS%%%%DOCSDIR%%/xml/faq.xml -%%PORTDOCS%%%%DOCSDIR%%/xml/filetemp.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/modules.xml -%%PORTDOCS%%%%DOCSDIR%%/xml/patches.xml -%%PORTDOCS%%%%DOCSDIR%%/xml/requiredsoftware.xml -%%PORTDOCS%%%%DOCSDIR%%/xml/security.xml -%%PORTDOCS%%%%DOCSDIR%%/xml/troubleshooting.xml -%%PORTDOCS%%%%DOCSDIR%%/xml/using.xml -%%BUGZILLADIR%%/Bugzilla/Attachment.pm -%%BUGZILLADIR%%/Bugzilla/Auth.pm -%%BUGZILLADIR%%/Bugzilla/Auth/Login/WWW.pm -%%BUGZILLADIR%%/Bugzilla/Auth/Login/WWW/CGI.pm -%%BUGZILLADIR%%/Bugzilla/Auth/Login/WWW/Env.pm -%%BUGZILLADIR%%/Bugzilla/Auth/Login/WWW/CGI/Cookie.pm -%%BUGZILLADIR%%/Bugzilla/Auth/README -%%BUGZILLADIR%%/Bugzilla/Auth/Verify/DB.pm -%%BUGZILLADIR%%/Bugzilla/Auth/Verify/LDAP.pm -%%BUGZILLADIR%%/Bugzilla/Bug.pm -%%BUGZILLADIR%%/Bugzilla/BugMail.pm -%%BUGZILLADIR%%/Bugzilla/CGI.pm -%%BUGZILLADIR%%/Bugzilla/Chart.pm -%%BUGZILLADIR%%/Bugzilla/Config.pm -%%BUGZILLADIR%%/Bugzilla/Constants.pm -%%BUGZILLADIR%%/Bugzilla/DB.pm -%%BUGZILLADIR%%/Bugzilla/DB/Mysql.pm -%%BUGZILLADIR%%/Bugzilla/DB/Pg.pm -%%BUGZILLADIR%%/Bugzilla/DB/Schema.pm -%%BUGZILLADIR%%/Bugzilla/DB/Schema/Mysql.pm -%%BUGZILLADIR%%/Bugzilla/DB/Schema/Pg.pm -%%BUGZILLADIR%%/Bugzilla/Error.pm -%%BUGZILLADIR%%/Bugzilla/Flag.pm -%%BUGZILLADIR%%/Bugzilla/FlagType.pm -%%BUGZILLADIR%%/Bugzilla/Group.pm -%%BUGZILLADIR%%/Bugzilla/Search.pm -%%BUGZILLADIR%%/Bugzilla/Series.pm -%%BUGZILLADIR%%/Bugzilla/Template.pm -%%BUGZILLADIR%%/Bugzilla/Token.pm -%%BUGZILLADIR%%/Bugzilla/User.pm -%%BUGZILLADIR%%/Bugzilla/Util.pm -%%BUGZILLADIR%%/Bugzilla/Template/Plugin/Bugzilla.pm -%%BUGZILLADIR%%/Bugzilla/Template/Plugin/Hook.pm -%%BUGZILLADIR%%/Bugzilla/Template/Plugin/User.pm -%%BUGZILLADIR%%/Bugzilla/User/Setting.pm -%%BUGZILLADIR%%/Bugzilla.pm -%%BUGZILLADIR%%/CGI.pl -%%BUGZILLADIR%%/QUICKSTART -%%BUGZILLADIR%%/README -%%BUGZILLADIR%%/ant.jpg -%%BUGZILLADIR%%/attachment.cgi -%%BUGZILLADIR%%/buglist.cgi -%%BUGZILLADIR%%/bugzilla.dtd -%%BUGZILLADIR%%/chart.cgi -%%BUGZILLADIR%%/checksetup.pl -%%BUGZILLADIR%%/colchange.cgi -%%BUGZILLADIR%%/collectstats.pl -%%BUGZILLADIR%%/config.cgi -%%BUGZILLADIR%%/js/duplicates.js -%%BUGZILLADIR%%/js/productform.js -%%BUGZILLADIR%%/skins/standard/admin.css -%%BUGZILLADIR%%/skins/standard/buglist.css -%%BUGZILLADIR%%/skins/standard/duplicates.css -%%BUGZILLADIR%%/skins/standard/editusers.css -%%BUGZILLADIR%%/skins/standard/global.css -%%BUGZILLADIR%%/skins/standard/index.css -%%BUGZILLADIR%%/skins/standard/panel.css -%%BUGZILLADIR%%/skins/standard/show_multiple.css -%%BUGZILLADIR%%/skins/standard/summarize-time.css -%%BUGZILLADIR%%/skins/standard/voting.css -%%BUGZILLADIR%%/skins/standard/global/body-back.gif -%%BUGZILLADIR%%/skins/standard/global/header.png -%%BUGZILLADIR%%/skins/standard/index/front.jpg -%%BUGZILLADIR%%/skins/standard/index/front.png -%%CONTRIB%%%%BUGZILLADIR%%/contrib/BugzillaEmail.pm -%%CONTRIB%%%%BUGZILLADIR%%/contrib/README -%%CONTRIB%%%%BUGZILLADIR%%/contrib/README.Mailif -%%CONTRIB%%%%BUGZILLADIR%%/contrib/bug_email.pl -%%CONTRIB%%%%BUGZILLADIR%%/contrib/bugmail_help.html -%%CONTRIB%%%%BUGZILLADIR%%/contrib/bugzilla-submit/README -%%CONTRIB%%%%BUGZILLADIR%%/contrib/bugzilla-submit/bugdata.txt -%%CONTRIB%%%%BUGZILLADIR%%/contrib/bugzilla-submit/bugzilla-submit -%%CONTRIB%%%%BUGZILLADIR%%/contrib/bugzilla-submit/bugzilla-submit.xml -%%CONTRIB%%%%BUGZILLADIR%%/contrib/bugzilla.procmailrc -%%CONTRIB%%%%BUGZILLADIR%%/contrib/bugzilla_email_append.pl -%%CONTRIB%%%%BUGZILLADIR%%/contrib/bugzilla_ldapsync.rb -%%CONTRIB%%%%BUGZILLADIR%%/contrib/bzdbcopy.pl -%%CONTRIB%%%%BUGZILLADIR%%/contrib/cmdline/bugcount -%%CONTRIB%%%%BUGZILLADIR%%/contrib/cmdline/bugids -%%CONTRIB%%%%BUGZILLADIR%%/contrib/cmdline/buglist -%%CONTRIB%%%%BUGZILLADIR%%/contrib/cmdline/bugs -%%CONTRIB%%%%BUGZILLADIR%%/contrib/cmdline/bugslink -%%CONTRIB%%%%BUGZILLADIR%%/contrib/cmdline/makequery -%%CONTRIB%%%%BUGZILLADIR%%/contrib/cmdline/query.conf -%%CONTRIB%%%%BUGZILLADIR%%/contrib/cvs-update.pl -%%CONTRIB%%%%BUGZILLADIR%%/contrib/gnats2bz.pl -%%CONTRIB%%%%BUGZILLADIR%%/contrib/gnatsparse/README -%%CONTRIB%%%%BUGZILLADIR%%/contrib/gnatsparse/gnatsparse.py -%%CONTRIB%%%%BUGZILLADIR%%/contrib/gnatsparse/magic.py -%%CONTRIB%%%%BUGZILLADIR%%/contrib/gnatsparse/specialuu.py -%%CONTRIB%%%%BUGZILLADIR%%/contrib/jb2bz.py -%%CONTRIB%%%%BUGZILLADIR%%/contrib/mysqld-watcher.pl -%%CONTRIB%%%%BUGZILLADIR%%/contrib/sendbugmail.pl -%%CONTRIB%%%%BUGZILLADIR%%/contrib/sendunsentbugmail.pl -%%CONTRIB%%%%BUGZILLADIR%%/contrib/syncLDAP.pl -%%CONTRIB%%%%BUGZILLADIR%%/contrib/yp_nomail.sh -%%BUGZILLADIR%%/createaccount.cgi -%%BUGZILLADIR%%/defparams.pl -%%BUGZILLADIR%%/describecomponents.cgi -%%BUGZILLADIR%%/describekeywords.cgi -%%BUGZILLADIR%%/doeditparams.cgi -%%BUGZILLADIR%%/duplicates.cgi -%%BUGZILLADIR%%/duplicates.xul -%%BUGZILLADIR%%/editclassifications.cgi -%%BUGZILLADIR%%/editcomponents.cgi -%%BUGZILLADIR%%/editflagtypes.cgi -%%BUGZILLADIR%%/editgroups.cgi -%%BUGZILLADIR%%/editkeywords.cgi -%%BUGZILLADIR%%/editmilestones.cgi -%%BUGZILLADIR%%/editparams.cgi -%%BUGZILLADIR%%/editproducts.cgi -%%BUGZILLADIR%%/editsettings.cgi -%%BUGZILLADIR%%/editusers.cgi -%%BUGZILLADIR%%/editvalues.cgi -%%BUGZILLADIR%%/editversions.cgi -%%BUGZILLADIR%%/editwhines.cgi -%%BUGZILLADIR%%/enter_bug.cgi -%%BUGZILLADIR%%/globals.pl -%%BUGZILLADIR%%/images/padlock.png -%%BUGZILLADIR%%/importxml.pl -%%BUGZILLADIR%%/index.cgi -%%BUGZILLADIR%%/localconfig.js -%%BUGZILLADIR%%/long_list.cgi -%%BUGZILLADIR%%/move.pl -%%BUGZILLADIR%%/page.cgi -%%BUGZILLADIR%%/post_bug.cgi -%%BUGZILLADIR%%/process_bug.cgi -%%BUGZILLADIR%%/productmenu.js -%%BUGZILLADIR%%/query.cgi -%%BUGZILLADIR%%/quicksearch.html -%%BUGZILLADIR%%/quicksearch.js -%%BUGZILLADIR%%/quicksearchhack.html -%%BUGZILLADIR%%/quips.cgi -%%BUGZILLADIR%%/relogin.cgi -%%BUGZILLADIR%%/report.cgi -%%BUGZILLADIR%%/reports.cgi -%%BUGZILLADIR%%/request.cgi -%%BUGZILLADIR%%/robots.txt -%%BUGZILLADIR%%/runtests.pl -%%BUGZILLADIR%%/sanitycheck.cgi -%%BUGZILLADIR%%/show_activity.cgi -%%BUGZILLADIR%%/show_bug.cgi -%%BUGZILLADIR%%/showattachment.cgi -%%BUGZILLADIR%%/showdependencygraph.cgi -%%BUGZILLADIR%%/showdependencytree.cgi -%%BUGZILLADIR%%/sidebar.cgi -%%BUGZILLADIR%%/summarize_time.cgi -%%BUGZILLADIR%%/template/en/default/account/auth/ldap-error.html.tmpl -%%BUGZILLADIR%%/template/en/default/account/auth/login.html.tmpl -%%BUGZILLADIR%%/template/en/default/account/auth/login-small.html.tmpl -%%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/account/prefs/saved-searches.html.tmpl -%%BUGZILLADIR%%/template/en/default/account/prefs/settings.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/table.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/classifications/add.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/classifications/del.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/classifications/delete.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/classifications/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/classifications/new.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/classifications/reclassify.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/classifications/select.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/classifications/update.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/components/confirm-delete.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/components/create.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/components/created.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/components/deleted.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/components/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/components/footer.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/components/list.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/components/select-product.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/components/updated.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/fieldvalues/create.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/fieldvalues/created.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/fieldvalues/deleted.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/fieldvalues/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/fieldvalues/footer.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/fieldvalues/list.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/fieldvalues/select-field.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/fieldvalues/updated.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/flag-type/confirm-delete.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/flag-type/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/flag-type/list.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/groups/change.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/groups/create.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/groups/created.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/groups/delete.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/groups/deleted.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/groups/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/groups/list.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/groups/remove.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/keywords/confirm-delete.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/keywords/create.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/keywords/created.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/keywords/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/keywords/list.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/keywords/rebuild-cache.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/milestones/confirm-delete.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/milestones/create.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/milestones/created.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/milestones/deleted.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/milestones/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/milestones/footer.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/milestones/list.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/milestones/select-product.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/milestones/updated.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/products/confirm-delete.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/products/deleted.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/products/footer.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/products/list-classifications.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/products/list.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/products/groupcontrol/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/settings/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/settings/updated.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/users/confirm-delete.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/users/create.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/users/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/users/list.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/users/listselectvars.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/users/search.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/users/userdata.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/versions/confirm-delete.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/versions/create.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/versions/created.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/versions/deleted.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/versions/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/versions/footer.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/versions/list.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/versions/select-product.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/versions/updated.html.tmpl -%%BUGZILLADIR%%/template/en/default/attachment/choose.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/diff-file.html.tmpl -%%BUGZILLADIR%%/template/en/default/attachment/diff-footer.html.tmpl -%%BUGZILLADIR%%/template/en/default/attachment/diff-header.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.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/comments.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/create/comment-guided.txt.tmpl -%%BUGZILLADIR%%/template/en/default/bug/create/comment.txt.tmpl -%%BUGZILLADIR%%/template/en/default/bug/create/create-guided.html.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/knob.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/navigate.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/process/bugmail.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/process/confirm-duplicate.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/process/header.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/show.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/show.xml.tmpl -%%BUGZILLADIR%%/template/en/default/bug/summarize-time.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/time.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/config.js.tmpl -%%BUGZILLADIR%%/template/en/default/config.rdf.tmpl -%%BUGZILLADIR%%/template/en/default/filterexceptions.pl -%%BUGZILLADIR%%/template/en/default/flag/list.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/banner.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/choose-classification.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/confirm-user-match.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/field-descs.none.tmpl -%%BUGZILLADIR%%/template/en/default/global/footer.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/header.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/help-header.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/help.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/hidden-fields.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/initialize.none.tmpl -%%BUGZILLADIR%%/template/en/default/global/message.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/messages.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/select-menu.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/setting-descs.none.tmpl -%%BUGZILLADIR%%/template/en/default/global/site-navigation.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/useful-links.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/user-error.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/userselect.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/variables.none.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-simple.html.tmpl -%%BUGZILLADIR%%/template/en/default/list/list.atom.tmpl -%%BUGZILLADIR%%/template/en/default/list/list.csv.tmpl -%%BUGZILLADIR%%/template/en/default/list/list.html.tmpl -%%BUGZILLADIR%%/template/en/default/list/list.ics.tmpl -%%BUGZILLADIR%%/template/en/default/list/list.js.tmpl -%%BUGZILLADIR%%/template/en/default/list/list.rdf.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/pages/bug-writing.html.tmpl -%%BUGZILLADIR%%/template/en/default/pages/fields.html.tmpl -%%BUGZILLADIR%%/template/en/default/pages/linked.html.tmpl -%%BUGZILLADIR%%/template/en/default/pages/linkify.html.tmpl -%%BUGZILLADIR%%/template/en/default/pages/voting.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/chart.csv.tmpl -%%BUGZILLADIR%%/template/en/default/reports/chart.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/chart.png.tmpl -%%BUGZILLADIR%%/template/en/default/reports/components.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/create-chart.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/duplicates.rdf.tmpl -%%BUGZILLADIR%%/template/en/default/reports/edit-series.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/keywords.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/menu.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/report-bar.png.tmpl -%%BUGZILLADIR%%/template/en/default/reports/report-line.png.tmpl -%%BUGZILLADIR%%/template/en/default/reports/report-pie.png.tmpl -%%BUGZILLADIR%%/template/en/default/reports/report-simple.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/report-table.csv.tmpl -%%BUGZILLADIR%%/template/en/default/reports/report-table.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/report.csv.tmpl -%%BUGZILLADIR%%/template/en/default/reports/report.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/series-common.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/series.html.tmpl -%%BUGZILLADIR%%/template/en/default/request/email.txt.tmpl -%%BUGZILLADIR%%/template/en/default/request/queue.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-advanced.html.tmpl -%%BUGZILLADIR%%/template/en/default/search/search-create-series.html.tmpl -%%BUGZILLADIR%%/template/en/default/search/search-help.html.tmpl -%%BUGZILLADIR%%/template/en/default/search/search-report-graph.html.tmpl -%%BUGZILLADIR%%/template/en/default/search/search-report-select.html.tmpl -%%BUGZILLADIR%%/template/en/default/search/search-report-table.html.tmpl -%%BUGZILLADIR%%/template/en/default/search/search-specific.html.tmpl -%%BUGZILLADIR%%/template/en/default/search/tabs.html.tmpl -%%BUGZILLADIR%%/template/en/default/sidebar.xul.tmpl -%%BUGZILLADIR%%/template/en/default/whine/mail.html.tmpl -%%BUGZILLADIR%%/template/en/default/whine/mail.txt.tmpl -%%BUGZILLADIR%%/template/en/default/whine/multipart-mime.txt.tmpl -%%BUGZILLADIR%%/template/en/default/whine/schedule.html.tmpl -%%BUGZILLADIR%%/template/en/extension/filterexceptions.pl -%%BUGZILLADIR%%/testagent.cgi -%%BUGZILLADIR%%/testserver.pl -%%BUGZILLADIR%%/token.cgi -%%BUGZILLADIR%%/userprefs.cgi -%%BUGZILLADIR%%/votes.cgi -%%BUGZILLADIR%%/whine.pl -%%BUGZILLADIR%%/whineatnews.pl -%%BUGZILLADIR%%/xml.cgi -@dirrm %%BUGZILLADIR%%/template/en/extension -@dirrm %%BUGZILLADIR%%/template/en/default/whine -@dirrm %%BUGZILLADIR%%/template/en/default/search -@dirrm %%BUGZILLADIR%%/template/en/default/request -@dirrm %%BUGZILLADIR%%/template/en/default/reports -@dirrm %%BUGZILLADIR%%/template/en/default/pages -@dirrm %%BUGZILLADIR%%/template/en/default/list -@dirrm %%BUGZILLADIR%%/template/en/default/global -@dirrm %%BUGZILLADIR%%/template/en/default/flag -@dirrm %%BUGZILLADIR%%/template/en/default/bug/votes -@dirrm %%BUGZILLADIR%%/template/en/default/bug/process -@dirrm %%BUGZILLADIR%%/template/en/default/bug/create -@dirrm %%BUGZILLADIR%%/template/en/default/bug/activity -@dirrm %%BUGZILLADIR%%/template/en/default/bug -@dirrm %%BUGZILLADIR%%/template/en/default/attachment -@dirrm %%BUGZILLADIR%%/template/en/default/admin/versions -@dirrm %%BUGZILLADIR%%/template/en/default/admin/users -@dirrm %%BUGZILLADIR%%/template/en/default/admin/settings -@dirrm %%BUGZILLADIR%%/template/en/default/admin/products/groupcontrol -@dirrm %%BUGZILLADIR%%/template/en/default/admin/products -@dirrm %%BUGZILLADIR%%/template/en/default/admin/milestones -@dirrm %%BUGZILLADIR%%/template/en/default/admin/keywords -@dirrm %%BUGZILLADIR%%/template/en/default/admin/groups -@dirrm %%BUGZILLADIR%%/template/en/default/admin/fieldvalues -@dirrm %%BUGZILLADIR%%/template/en/default/admin/flag-type -@dirrm %%BUGZILLADIR%%/template/en/default/admin/components -@dirrm %%BUGZILLADIR%%/template/en/default/admin/classifications -@dirrm %%BUGZILLADIR%%/template/en/default/admin -@dirrm %%BUGZILLADIR%%/template/en/default/account/prefs -@dirrm %%BUGZILLADIR%%/template/en/default/account/password -@dirrm %%BUGZILLADIR%%/template/en/default/account/email -@dirrm %%BUGZILLADIR%%/template/en/default/account/auth -@dirrm %%BUGZILLADIR%%/template/en/default/account -@dirrm %%BUGZILLADIR%%/template/en/default -@dirrm %%BUGZILLADIR%%/template/en -@dirrmtry %%BUGZILLADIR%%/template -%%CONTRIB%%@dirrm %%BUGZILLADIR%%/contrib/gnatsparse -%%CONTRIB%%@dirrm %%BUGZILLADIR%%/contrib/cmdline -%%CONTRIB%%@dirrm %%BUGZILLADIR%%/contrib/bugzilla-submit -%%CONTRIB%%@dirrm %%BUGZILLADIR%%/contrib -@dirrm %%BUGZILLADIR%%/Bugzilla/User -@dirrm %%BUGZILLADIR%%/Bugzilla/Template/Plugin -@dirrm %%BUGZILLADIR%%/Bugzilla/Template -@dirrm %%BUGZILLADIR%%/Bugzilla/DB/Schema -@dirrm %%BUGZILLADIR%%/Bugzilla/DB -@dirrm %%BUGZILLADIR%%/Bugzilla/Auth/Verify -@dirrm %%BUGZILLADIR%%/Bugzilla/Auth/Login/WWW/CGI -@dirrm %%BUGZILLADIR%%/Bugzilla/Auth/Login/WWW -@dirrm %%BUGZILLADIR%%/Bugzilla/Auth/Login -@dirrm %%BUGZILLADIR%%/Bugzilla/Auth -@dirrmtry %%BUGZILLADIR%%/Bugzilla -@dirrmtry %%BUGZILLADIR%%/data -@dirrmtry %%BUGZILLADIR%%/graphs -@dirrm %%BUGZILLADIR%%/images -@dirrm %%BUGZILLADIR%%/js -@dirrm %%BUGZILLADIR%%/skins/standard/index -@dirrm %%BUGZILLADIR%%/skins/standard/global -@dirrm %%BUGZILLADIR%%/skins/standard -@dirrm %%BUGZILLADIR%%/skins -@dirrmtry %%BUGZILLADIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%%/xml -%%PORTDOCS%%@dirrm %%DOCSDIR%%/txt -%%PORTDOCS%%@dirrm %%DOCSDIR%%/pdf -%%PORTDOCS%%@dirrm %%DOCSDIR%%/images/callouts -%%PORTDOCS%%@dirrm %%DOCSDIR%%/images -%%PORTDOCS%%@dirrm %%DOCSDIR%%/html -%%CONTRIB%%%%PORTDOCS%%@dirrm %%DOCSDIR%%/contrib -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrmtry www/data diff --git a/devel/bugzilla3/Makefile b/devel/bugzilla3/Makefile deleted file mode 100644 index d638325b0e6d..000000000000 --- a/devel/bugzilla3/Makefile +++ /dev/null @@ -1,130 +0,0 @@ -# New ports collection makefile for: bugzilla -# Date created: 28 September 2001 -# Whom: Alexey Zelkin <phantom@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME?= bugzilla -PORTVERSION?= 2.20.1 -CATEGORIES?= devel -MASTER_SITES= ${MASTER_SITE_MOZILLA} -MASTER_SITE_SUBDIR= webtools webtools/archived - -MAINTAINER?= skv@FreeBSD.org -COMMENT?= Bug-tracking system developed by Mozilla Project - -OPTIONS= CHARTING_MODULES "Bug charting support" on \ - GRAPHVIZ "Use GraphViz" off \ - EMAIL_GATEWAY "Use email gateway" off \ - EXPORT_IMPORT "Import/export bugs (via XML)" off \ - CONTRIB "Install user-contributed scripts" off \ - LDAP "Enable LDAP support" off - -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql \ - ${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \ - ${SITE_PERL}/AppConfig.pm:${PORTSDIR}/devel/p5-AppConfig \ - ${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 \ - ${SITE_PERL}/${PERL_ARCH}/Data/Dumper.pm:${PORTSDIR}/devel/p5-Data-Dumper \ - ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ - ${SITE_PERL}/PatchReader.pm:${PORTSDIR}/devel/p5-PatchReader - -CONFLICTS?= ja-bugzilla-2.* - -USE_PERL5= yes -USE_REINPLACE= yes - -BINMODE= 700 -PKGMESSAGE= ${WRKDIR}/pkg-message - -.ifndef BUGZILLADIR -.ifdef APACHE_DATADIR -BUGZILLADIR= ${APACHE_DATADIR}/data/bugzilla -.else -BUGZILLADIR= ${PREFIX}/www/data/bugzilla -.endif -.endif - -PLIST_SUB+= BUGZILLADIR=${BUGZILLADIR:S!^${PREFIX}/!!} - -CONTRIB_DOCS= README README.Mailif bugmail_help.html bugzilla.procmailrc -DATA_DIRS_LIST= images js skins/standard skins/standard/global \ - skins/standard/index - -.include <bsd.port.pre.mk> - -.ifdef WITH_CHARTING_MODULES -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \ - ${SITE_PERL}/Chart/Base.pm:${PORTSDIR}/graphics/p5-chart \ - ${SITE_PERL}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph \ - ${SITE_PERL}/GD/Text/Align.pm:${PORTSDIR}/graphics/p5-GD-TextUtil -.endif - -.ifdef WITH_GRAPHVIZ -RUN_DEPENDS+= dot:${PORTSDIR}/graphics/graphviz -.endif - -.ifdef WITH_EMAIL_GATEWAY -RUN_DEPENDS+= ${SITE_PERL}/MIME/Parser.pm:${PORTSDIR}/mail/p5-MIME-Tools -.endif - -.ifdef WITH_EXPORT_IMPORT -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser -.endif - -.ifdef WITH_CONTRIB -PLIST_SUB+= CONTRIB="" -.else -PLIST_SUB+= CONTRIB="@comment " -.endif - -.ifdef WITH_LDAP -RUN_DEPENDS+= ${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap -.endif - -post-patch: - @${PERL} -pi -e "s!(?<=webservergroup_default = ')apache!www!" \ - ${WRKSRC}/checksetup.pl - @${FIND} ${WRKSRC} \( -name "CVS" -or -name ".cvsignore" -or -name "*.orig" \ - -or -name "README.docs" \) | ${XARGS} ${RM} -rf - @${FIND} ${WRKSRC} -name "*.p[ml]" | \ - ${XARGS} ${REINPLACE_CMD} -i '' -e 's!/usr/lib/sendmail!/usr/sbin/sendmail!' - -do-build: - @${SED} -e "s:%%BUGZILLADIR%%:${BUGZILLADIR}:g; s:%%DOCSDIR%%:${DOCSDIR}:g" \ - ${MASTERDIR}/pkg-message >${PKGMESSAGE} - -do-install: - ${MKDIR} ${BUGZILLADIR} - ${FIND} ${WRKSRC} \! -type d -maxdepth 1 \! -name "UPGRADING*" -exec \ - ${INSTALL_SCRIPT} {} ${BUGZILLADIR} \; - @${MKDIR} ${DATA_DIRS_LIST:S!^!${BUGZILLADIR}/!} -.for D in ${DATA_DIRS_LIST} - ${INSTALL_DATA} ${WRKSRC}/${D}/*.* ${BUGZILLADIR}/${D} -.endfor - ${TAR} -C ${WRKSRC} -cf - Bugzilla template | ${TAR} --unlink -C ${BUGZILLADIR} -xf - -.ifndef NOPORTDOCS -.for D in html images/callouts images pdf txt xml "" - ${MKDIR} ${DOCSDIR}/${D} - ${INSTALL_DATA} ${WRKSRC}/docs/${D}/*.* ${DOCSDIR}/${D}/ -.endfor -.endif -.ifdef WITH_CONTRIB - ${MKDIR} ${BUGZILLADIR}/contrib - @cd ${WRKSRC}/contrib && \ - ${FIND} . -type d -exec ${MKDIR} "${BUGZILLADIR}/contrib/{}" \; && \ - ${FIND} . -type f -exec ${INSTALL_DATA} "{}" "${BUGZILLADIR}/contrib/{}" \; -.ifndef NOPORTDOCS - ${MKDIR} ${DOCSDIR}/contrib - ${INSTALL_DATA} ${CONTRIB_DOCS:S!^!${WRKSRC}/contrib/!} ${DOCSDIR}/contrib -.endif -.endif -.if !defined(BATCH) - @${ECHO_MSG} - @${CAT} ${PKGMESSAGE} - @${ECHO_MSG} -.endif - -.include <bsd.port.post.mk> diff --git a/devel/bugzilla3/distinfo b/devel/bugzilla3/distinfo deleted file mode 100644 index fc835c97b494..000000000000 --- a/devel/bugzilla3/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (bugzilla-2.20.1.tar.gz) = b9c74195ce0f446be40b3e81104b934d -SHA256 (bugzilla-2.20.1.tar.gz) = c87d8c93d5dbd9d2dfd49552e47fd23d8748070929b26910772d712ad6716bbe -SIZE (bugzilla-2.20.1.tar.gz) = 1918866 diff --git a/devel/bugzilla3/pkg-descr b/devel/bugzilla3/pkg-descr deleted file mode 100644 index eab95354d1eb..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.bugzilla.org/ diff --git a/devel/bugzilla3/pkg-message b/devel/bugzilla3/pkg-message deleted file mode 100644 index bc3951aebbe1..000000000000 --- a/devel/bugzilla3/pkg-message +++ /dev/null @@ -1,24 +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 (for MySQL 4.0 or later): - - GRANT SELECT, INSERT, UPDATE, DELETE, INDEX, ALTER, CREATE, LOCK TABLES, - CREATE TEMPORARY TABLES, DROP, REFERENCES - 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 %%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 - %%DOCSDIR%%/html/ (chapter 2: "Installing Bugzilla") -========================================================================== diff --git a/devel/bugzilla3/pkg-plist b/devel/bugzilla3/pkg-plist deleted file mode 100644 index 9419a27274e6..000000000000 --- a/devel/bugzilla3/pkg-plist +++ /dev/null @@ -1,570 +0,0 @@ -%%CONTRIB%%%%PORTDOCS%%%%DOCSDIR%%/contrib/README -%%CONTRIB%%%%PORTDOCS%%%%DOCSDIR%%/contrib/README.Mailif -%%CONTRIB%%%%PORTDOCS%%%%DOCSDIR%%/contrib/bugmail_help.html -%%CONTRIB%%%%PORTDOCS%%%%DOCSDIR%%/contrib/bugzilla.procmailrc -%%PORTDOCS%%%%DOCSDIR%%/html/Bugzilla-Guide.html -%%PORTDOCS%%%%DOCSDIR%%/html/about.html -%%PORTDOCS%%%%DOCSDIR%%/html/administration.html -%%PORTDOCS%%%%DOCSDIR%%/html/bug_page.html -%%PORTDOCS%%%%DOCSDIR%%/html/bugreports.html -%%PORTDOCS%%%%DOCSDIR%%/html/cmdline-bugmail.html -%%PORTDOCS%%%%DOCSDIR%%/html/cmdline.html -%%PORTDOCS%%%%DOCSDIR%%/html/components.html -%%PORTDOCS%%%%DOCSDIR%%/html/configuration.html -%%PORTDOCS%%%%DOCSDIR%%/html/conventions.html -%%PORTDOCS%%%%DOCSDIR%%/html/copyright.html -%%PORTDOCS%%%%DOCSDIR%%/html/credits.html -%%PORTDOCS%%%%DOCSDIR%%/html/cust-change-permissions.html -%%PORTDOCS%%%%DOCSDIR%%/html/cust-hooks.html -%%PORTDOCS%%%%DOCSDIR%%/html/cust-templates.html -%%PORTDOCS%%%%DOCSDIR%%/html/customization.html -%%PORTDOCS%%%%DOCSDIR%%/html/dbdoc.html -%%PORTDOCS%%%%DOCSDIR%%/html/dbmodify.html -%%PORTDOCS%%%%DOCSDIR%%/html/disclaimer.html -%%PORTDOCS%%%%DOCSDIR%%/html/extraconfig.html -%%PORTDOCS%%%%DOCSDIR%%/html/faq.html -%%PORTDOCS%%%%DOCSDIR%%/html/flags-overview.html -%%PORTDOCS%%%%DOCSDIR%%/html/flags.html -%%PORTDOCS%%%%DOCSDIR%%/html/general-advice.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/index.html -%%PORTDOCS%%%%DOCSDIR%%/html/install-perlmodules-manual.html -%%PORTDOCS%%%%DOCSDIR%%/html/installation.html -%%PORTDOCS%%%%DOCSDIR%%/html/installing-bugzilla.html -%%PORTDOCS%%%%DOCSDIR%%/html/integration.html -%%PORTDOCS%%%%DOCSDIR%%/html/lifecycle.html -%%PORTDOCS%%%%DOCSDIR%%/html/list.html -%%PORTDOCS%%%%DOCSDIR%%/html/milestones.html -%%PORTDOCS%%%%DOCSDIR%%/html/modules-manual-download.html -%%PORTDOCS%%%%DOCSDIR%%/html/modules-manual-instructions.html -%%PORTDOCS%%%%DOCSDIR%%/html/modules-manual-optional.html -%%PORTDOCS%%%%DOCSDIR%%/html/myaccount.html -%%PORTDOCS%%%%DOCSDIR%%/html/newversions.html -%%PORTDOCS%%%%DOCSDIR%%/html/nonroot.html -%%PORTDOCS%%%%DOCSDIR%%/html/os-specific.html -%%PORTDOCS%%%%DOCSDIR%%/html/parameters.html -%%PORTDOCS%%%%DOCSDIR%%/html/paranoid-security.html -%%PORTDOCS%%%%DOCSDIR%%/html/patches.html -%%PORTDOCS%%%%DOCSDIR%%/html/patchviewer.html -%%PORTDOCS%%%%DOCSDIR%%/html/products.html -%%PORTDOCS%%%%DOCSDIR%%/html/query.html -%%PORTDOCS%%%%DOCSDIR%%/html/quips.html -%%PORTDOCS%%%%DOCSDIR%%/html/reporting.html -%%PORTDOCS%%%%DOCSDIR%%/html/security-bugzilla.html -%%PORTDOCS%%%%DOCSDIR%%/html/security-mysql.html -%%PORTDOCS%%%%DOCSDIR%%/html/security-os.html -%%PORTDOCS%%%%DOCSDIR%%/html/security-webserver.html -%%PORTDOCS%%%%DOCSDIR%%/html/security.html -%%PORTDOCS%%%%DOCSDIR%%/html/trbl-bundlebugzilla.html -%%PORTDOCS%%%%DOCSDIR%%/html/trbl-dbdsponge.html -%%PORTDOCS%%%%DOCSDIR%%/html/trbl-index.html -%%PORTDOCS%%%%DOCSDIR%%/html/trbl-passwd-encryption.html -%%PORTDOCS%%%%DOCSDIR%%/html/trbl-perlmodule.html -%%PORTDOCS%%%%DOCSDIR%%/html/trbl-relogin-everyone.html -%%PORTDOCS%%%%DOCSDIR%%/html/trbl-testserver.html -%%PORTDOCS%%%%DOCSDIR%%/html/trouble-filetemp.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-intro.html -%%PORTDOCS%%%%DOCSDIR%%/html/using.html -%%PORTDOCS%%%%DOCSDIR%%/html/versions.html -%%PORTDOCS%%%%DOCSDIR%%/html/voting.html -%%PORTDOCS%%%%DOCSDIR%%/html/whining.html -%%PORTDOCS%%%%DOCSDIR%%/html/x3190.html -%%PORTDOCS%%%%DOCSDIR%%/images/bzLifecycle.png -%%PORTDOCS%%%%DOCSDIR%%/images/bzLifecycle.xml -%%PORTDOCS%%%%DOCSDIR%%/images/callouts/1.gif -%%PORTDOCS%%%%DOCSDIR%%/images/callouts/2.gif -%%PORTDOCS%%%%DOCSDIR%%/images/callouts/3.gif -%%PORTDOCS%%%%DOCSDIR%%/images/caution.gif -%%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/customization.xml -%%PORTDOCS%%%%DOCSDIR%%/xml/dbschema.mysql -%%PORTDOCS%%%%DOCSDIR%%/xml/faq.xml -%%PORTDOCS%%%%DOCSDIR%%/xml/filetemp.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/modules.xml -%%PORTDOCS%%%%DOCSDIR%%/xml/patches.xml -%%PORTDOCS%%%%DOCSDIR%%/xml/requiredsoftware.xml -%%PORTDOCS%%%%DOCSDIR%%/xml/security.xml -%%PORTDOCS%%%%DOCSDIR%%/xml/troubleshooting.xml -%%PORTDOCS%%%%DOCSDIR%%/xml/using.xml -%%BUGZILLADIR%%/Bugzilla/Attachment.pm -%%BUGZILLADIR%%/Bugzilla/Auth.pm -%%BUGZILLADIR%%/Bugzilla/Auth/Login/WWW.pm -%%BUGZILLADIR%%/Bugzilla/Auth/Login/WWW/CGI.pm -%%BUGZILLADIR%%/Bugzilla/Auth/Login/WWW/Env.pm -%%BUGZILLADIR%%/Bugzilla/Auth/Login/WWW/CGI/Cookie.pm -%%BUGZILLADIR%%/Bugzilla/Auth/README -%%BUGZILLADIR%%/Bugzilla/Auth/Verify/DB.pm -%%BUGZILLADIR%%/Bugzilla/Auth/Verify/LDAP.pm -%%BUGZILLADIR%%/Bugzilla/Bug.pm -%%BUGZILLADIR%%/Bugzilla/BugMail.pm -%%BUGZILLADIR%%/Bugzilla/CGI.pm -%%BUGZILLADIR%%/Bugzilla/Chart.pm -%%BUGZILLADIR%%/Bugzilla/Config.pm -%%BUGZILLADIR%%/Bugzilla/Constants.pm -%%BUGZILLADIR%%/Bugzilla/DB.pm -%%BUGZILLADIR%%/Bugzilla/DB/Mysql.pm -%%BUGZILLADIR%%/Bugzilla/DB/Pg.pm -%%BUGZILLADIR%%/Bugzilla/DB/Schema.pm -%%BUGZILLADIR%%/Bugzilla/DB/Schema/Mysql.pm -%%BUGZILLADIR%%/Bugzilla/DB/Schema/Pg.pm -%%BUGZILLADIR%%/Bugzilla/Error.pm -%%BUGZILLADIR%%/Bugzilla/Flag.pm -%%BUGZILLADIR%%/Bugzilla/FlagType.pm -%%BUGZILLADIR%%/Bugzilla/Group.pm -%%BUGZILLADIR%%/Bugzilla/Search.pm -%%BUGZILLADIR%%/Bugzilla/Series.pm -%%BUGZILLADIR%%/Bugzilla/Template.pm -%%BUGZILLADIR%%/Bugzilla/Token.pm -%%BUGZILLADIR%%/Bugzilla/User.pm -%%BUGZILLADIR%%/Bugzilla/Util.pm -%%BUGZILLADIR%%/Bugzilla/Template/Plugin/Bugzilla.pm -%%BUGZILLADIR%%/Bugzilla/Template/Plugin/Hook.pm -%%BUGZILLADIR%%/Bugzilla/Template/Plugin/User.pm -%%BUGZILLADIR%%/Bugzilla/User/Setting.pm -%%BUGZILLADIR%%/Bugzilla.pm -%%BUGZILLADIR%%/CGI.pl -%%BUGZILLADIR%%/QUICKSTART -%%BUGZILLADIR%%/README -%%BUGZILLADIR%%/ant.jpg -%%BUGZILLADIR%%/attachment.cgi -%%BUGZILLADIR%%/buglist.cgi -%%BUGZILLADIR%%/bugzilla.dtd -%%BUGZILLADIR%%/chart.cgi -%%BUGZILLADIR%%/checksetup.pl -%%BUGZILLADIR%%/colchange.cgi -%%BUGZILLADIR%%/collectstats.pl -%%BUGZILLADIR%%/config.cgi -%%BUGZILLADIR%%/js/duplicates.js -%%BUGZILLADIR%%/js/productform.js -%%BUGZILLADIR%%/skins/standard/admin.css -%%BUGZILLADIR%%/skins/standard/buglist.css -%%BUGZILLADIR%%/skins/standard/duplicates.css -%%BUGZILLADIR%%/skins/standard/editusers.css -%%BUGZILLADIR%%/skins/standard/global.css -%%BUGZILLADIR%%/skins/standard/index.css -%%BUGZILLADIR%%/skins/standard/panel.css -%%BUGZILLADIR%%/skins/standard/show_multiple.css -%%BUGZILLADIR%%/skins/standard/summarize-time.css -%%BUGZILLADIR%%/skins/standard/voting.css -%%BUGZILLADIR%%/skins/standard/global/body-back.gif -%%BUGZILLADIR%%/skins/standard/global/header.png -%%BUGZILLADIR%%/skins/standard/index/front.jpg -%%BUGZILLADIR%%/skins/standard/index/front.png -%%CONTRIB%%%%BUGZILLADIR%%/contrib/BugzillaEmail.pm -%%CONTRIB%%%%BUGZILLADIR%%/contrib/README -%%CONTRIB%%%%BUGZILLADIR%%/contrib/README.Mailif -%%CONTRIB%%%%BUGZILLADIR%%/contrib/bug_email.pl -%%CONTRIB%%%%BUGZILLADIR%%/contrib/bugmail_help.html -%%CONTRIB%%%%BUGZILLADIR%%/contrib/bugzilla-submit/README -%%CONTRIB%%%%BUGZILLADIR%%/contrib/bugzilla-submit/bugdata.txt -%%CONTRIB%%%%BUGZILLADIR%%/contrib/bugzilla-submit/bugzilla-submit -%%CONTRIB%%%%BUGZILLADIR%%/contrib/bugzilla-submit/bugzilla-submit.xml -%%CONTRIB%%%%BUGZILLADIR%%/contrib/bugzilla.procmailrc -%%CONTRIB%%%%BUGZILLADIR%%/contrib/bugzilla_email_append.pl -%%CONTRIB%%%%BUGZILLADIR%%/contrib/bugzilla_ldapsync.rb -%%CONTRIB%%%%BUGZILLADIR%%/contrib/bzdbcopy.pl -%%CONTRIB%%%%BUGZILLADIR%%/contrib/cmdline/bugcount -%%CONTRIB%%%%BUGZILLADIR%%/contrib/cmdline/bugids -%%CONTRIB%%%%BUGZILLADIR%%/contrib/cmdline/buglist -%%CONTRIB%%%%BUGZILLADIR%%/contrib/cmdline/bugs -%%CONTRIB%%%%BUGZILLADIR%%/contrib/cmdline/bugslink -%%CONTRIB%%%%BUGZILLADIR%%/contrib/cmdline/makequery -%%CONTRIB%%%%BUGZILLADIR%%/contrib/cmdline/query.conf -%%CONTRIB%%%%BUGZILLADIR%%/contrib/cvs-update.pl -%%CONTRIB%%%%BUGZILLADIR%%/contrib/gnats2bz.pl -%%CONTRIB%%%%BUGZILLADIR%%/contrib/gnatsparse/README -%%CONTRIB%%%%BUGZILLADIR%%/contrib/gnatsparse/gnatsparse.py -%%CONTRIB%%%%BUGZILLADIR%%/contrib/gnatsparse/magic.py -%%CONTRIB%%%%BUGZILLADIR%%/contrib/gnatsparse/specialuu.py -%%CONTRIB%%%%BUGZILLADIR%%/contrib/jb2bz.py -%%CONTRIB%%%%BUGZILLADIR%%/contrib/mysqld-watcher.pl -%%CONTRIB%%%%BUGZILLADIR%%/contrib/sendbugmail.pl -%%CONTRIB%%%%BUGZILLADIR%%/contrib/sendunsentbugmail.pl -%%CONTRIB%%%%BUGZILLADIR%%/contrib/syncLDAP.pl -%%CONTRIB%%%%BUGZILLADIR%%/contrib/yp_nomail.sh -%%BUGZILLADIR%%/createaccount.cgi -%%BUGZILLADIR%%/defparams.pl -%%BUGZILLADIR%%/describecomponents.cgi -%%BUGZILLADIR%%/describekeywords.cgi -%%BUGZILLADIR%%/doeditparams.cgi -%%BUGZILLADIR%%/duplicates.cgi -%%BUGZILLADIR%%/duplicates.xul -%%BUGZILLADIR%%/editclassifications.cgi -%%BUGZILLADIR%%/editcomponents.cgi -%%BUGZILLADIR%%/editflagtypes.cgi -%%BUGZILLADIR%%/editgroups.cgi -%%BUGZILLADIR%%/editkeywords.cgi -%%BUGZILLADIR%%/editmilestones.cgi -%%BUGZILLADIR%%/editparams.cgi -%%BUGZILLADIR%%/editproducts.cgi -%%BUGZILLADIR%%/editsettings.cgi -%%BUGZILLADIR%%/editusers.cgi -%%BUGZILLADIR%%/editvalues.cgi -%%BUGZILLADIR%%/editversions.cgi -%%BUGZILLADIR%%/editwhines.cgi -%%BUGZILLADIR%%/enter_bug.cgi -%%BUGZILLADIR%%/globals.pl -%%BUGZILLADIR%%/images/padlock.png -%%BUGZILLADIR%%/importxml.pl -%%BUGZILLADIR%%/index.cgi -%%BUGZILLADIR%%/localconfig.js -%%BUGZILLADIR%%/long_list.cgi -%%BUGZILLADIR%%/move.pl -%%BUGZILLADIR%%/page.cgi -%%BUGZILLADIR%%/post_bug.cgi -%%BUGZILLADIR%%/process_bug.cgi -%%BUGZILLADIR%%/productmenu.js -%%BUGZILLADIR%%/query.cgi -%%BUGZILLADIR%%/quicksearch.html -%%BUGZILLADIR%%/quicksearch.js -%%BUGZILLADIR%%/quicksearchhack.html -%%BUGZILLADIR%%/quips.cgi -%%BUGZILLADIR%%/relogin.cgi -%%BUGZILLADIR%%/report.cgi -%%BUGZILLADIR%%/reports.cgi -%%BUGZILLADIR%%/request.cgi -%%BUGZILLADIR%%/robots.txt -%%BUGZILLADIR%%/runtests.pl -%%BUGZILLADIR%%/sanitycheck.cgi -%%BUGZILLADIR%%/show_activity.cgi -%%BUGZILLADIR%%/show_bug.cgi -%%BUGZILLADIR%%/showattachment.cgi -%%BUGZILLADIR%%/showdependencygraph.cgi -%%BUGZILLADIR%%/showdependencytree.cgi -%%BUGZILLADIR%%/sidebar.cgi -%%BUGZILLADIR%%/summarize_time.cgi -%%BUGZILLADIR%%/template/en/default/account/auth/ldap-error.html.tmpl -%%BUGZILLADIR%%/template/en/default/account/auth/login.html.tmpl -%%BUGZILLADIR%%/template/en/default/account/auth/login-small.html.tmpl -%%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/account/prefs/saved-searches.html.tmpl -%%BUGZILLADIR%%/template/en/default/account/prefs/settings.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/table.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/classifications/add.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/classifications/del.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/classifications/delete.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/classifications/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/classifications/new.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/classifications/reclassify.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/classifications/select.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/classifications/update.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/components/confirm-delete.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/components/create.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/components/created.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/components/deleted.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/components/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/components/footer.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/components/list.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/components/select-product.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/components/updated.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/fieldvalues/create.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/fieldvalues/created.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/fieldvalues/deleted.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/fieldvalues/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/fieldvalues/footer.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/fieldvalues/list.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/fieldvalues/select-field.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/fieldvalues/updated.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/flag-type/confirm-delete.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/flag-type/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/flag-type/list.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/groups/change.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/groups/create.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/groups/created.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/groups/delete.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/groups/deleted.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/groups/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/groups/list.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/groups/remove.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/keywords/confirm-delete.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/keywords/create.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/keywords/created.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/keywords/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/keywords/list.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/keywords/rebuild-cache.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/milestones/confirm-delete.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/milestones/create.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/milestones/created.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/milestones/deleted.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/milestones/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/milestones/footer.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/milestones/list.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/milestones/select-product.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/milestones/updated.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/products/confirm-delete.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/products/deleted.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/products/footer.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/products/list-classifications.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/products/list.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/products/groupcontrol/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/settings/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/settings/updated.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/users/confirm-delete.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/users/create.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/users/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/users/list.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/users/listselectvars.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/users/search.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/users/userdata.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/versions/confirm-delete.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/versions/create.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/versions/created.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/versions/deleted.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/versions/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/versions/footer.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/versions/list.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/versions/select-product.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/versions/updated.html.tmpl -%%BUGZILLADIR%%/template/en/default/attachment/choose.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/diff-file.html.tmpl -%%BUGZILLADIR%%/template/en/default/attachment/diff-footer.html.tmpl -%%BUGZILLADIR%%/template/en/default/attachment/diff-header.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.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/comments.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/create/comment-guided.txt.tmpl -%%BUGZILLADIR%%/template/en/default/bug/create/comment.txt.tmpl -%%BUGZILLADIR%%/template/en/default/bug/create/create-guided.html.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/knob.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/navigate.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/process/bugmail.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/process/confirm-duplicate.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/process/header.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/show.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/show.xml.tmpl -%%BUGZILLADIR%%/template/en/default/bug/summarize-time.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/time.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/config.js.tmpl -%%BUGZILLADIR%%/template/en/default/config.rdf.tmpl -%%BUGZILLADIR%%/template/en/default/filterexceptions.pl -%%BUGZILLADIR%%/template/en/default/flag/list.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/banner.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/choose-classification.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/confirm-user-match.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/field-descs.none.tmpl -%%BUGZILLADIR%%/template/en/default/global/footer.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/header.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/help-header.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/help.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/hidden-fields.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/initialize.none.tmpl -%%BUGZILLADIR%%/template/en/default/global/message.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/messages.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/select-menu.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/setting-descs.none.tmpl -%%BUGZILLADIR%%/template/en/default/global/site-navigation.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/useful-links.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/user-error.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/userselect.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/variables.none.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-simple.html.tmpl -%%BUGZILLADIR%%/template/en/default/list/list.atom.tmpl -%%BUGZILLADIR%%/template/en/default/list/list.csv.tmpl -%%BUGZILLADIR%%/template/en/default/list/list.html.tmpl -%%BUGZILLADIR%%/template/en/default/list/list.ics.tmpl -%%BUGZILLADIR%%/template/en/default/list/list.js.tmpl -%%BUGZILLADIR%%/template/en/default/list/list.rdf.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/pages/bug-writing.html.tmpl -%%BUGZILLADIR%%/template/en/default/pages/fields.html.tmpl -%%BUGZILLADIR%%/template/en/default/pages/linked.html.tmpl -%%BUGZILLADIR%%/template/en/default/pages/linkify.html.tmpl -%%BUGZILLADIR%%/template/en/default/pages/voting.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/chart.csv.tmpl -%%BUGZILLADIR%%/template/en/default/reports/chart.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/chart.png.tmpl -%%BUGZILLADIR%%/template/en/default/reports/components.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/create-chart.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/duplicates.rdf.tmpl -%%BUGZILLADIR%%/template/en/default/reports/edit-series.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/keywords.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/menu.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/report-bar.png.tmpl -%%BUGZILLADIR%%/template/en/default/reports/report-line.png.tmpl -%%BUGZILLADIR%%/template/en/default/reports/report-pie.png.tmpl -%%BUGZILLADIR%%/template/en/default/reports/report-simple.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/report-table.csv.tmpl -%%BUGZILLADIR%%/template/en/default/reports/report-table.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/report.csv.tmpl -%%BUGZILLADIR%%/template/en/default/reports/report.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/series-common.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/series.html.tmpl -%%BUGZILLADIR%%/template/en/default/request/email.txt.tmpl -%%BUGZILLADIR%%/template/en/default/request/queue.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-advanced.html.tmpl -%%BUGZILLADIR%%/template/en/default/search/search-create-series.html.tmpl -%%BUGZILLADIR%%/template/en/default/search/search-help.html.tmpl -%%BUGZILLADIR%%/template/en/default/search/search-report-graph.html.tmpl -%%BUGZILLADIR%%/template/en/default/search/search-report-select.html.tmpl -%%BUGZILLADIR%%/template/en/default/search/search-report-table.html.tmpl -%%BUGZILLADIR%%/template/en/default/search/search-specific.html.tmpl -%%BUGZILLADIR%%/template/en/default/search/tabs.html.tmpl -%%BUGZILLADIR%%/template/en/default/sidebar.xul.tmpl -%%BUGZILLADIR%%/template/en/default/whine/mail.html.tmpl -%%BUGZILLADIR%%/template/en/default/whine/mail.txt.tmpl -%%BUGZILLADIR%%/template/en/default/whine/multipart-mime.txt.tmpl -%%BUGZILLADIR%%/template/en/default/whine/schedule.html.tmpl -%%BUGZILLADIR%%/template/en/extension/filterexceptions.pl -%%BUGZILLADIR%%/testagent.cgi -%%BUGZILLADIR%%/testserver.pl -%%BUGZILLADIR%%/token.cgi -%%BUGZILLADIR%%/userprefs.cgi -%%BUGZILLADIR%%/votes.cgi -%%BUGZILLADIR%%/whine.pl -%%BUGZILLADIR%%/whineatnews.pl -%%BUGZILLADIR%%/xml.cgi -@dirrm %%BUGZILLADIR%%/template/en/extension -@dirrm %%BUGZILLADIR%%/template/en/default/whine -@dirrm %%BUGZILLADIR%%/template/en/default/search -@dirrm %%BUGZILLADIR%%/template/en/default/request -@dirrm %%BUGZILLADIR%%/template/en/default/reports -@dirrm %%BUGZILLADIR%%/template/en/default/pages -@dirrm %%BUGZILLADIR%%/template/en/default/list -@dirrm %%BUGZILLADIR%%/template/en/default/global -@dirrm %%BUGZILLADIR%%/template/en/default/flag -@dirrm %%BUGZILLADIR%%/template/en/default/bug/votes -@dirrm %%BUGZILLADIR%%/template/en/default/bug/process -@dirrm %%BUGZILLADIR%%/template/en/default/bug/create -@dirrm %%BUGZILLADIR%%/template/en/default/bug/activity -@dirrm %%BUGZILLADIR%%/template/en/default/bug -@dirrm %%BUGZILLADIR%%/template/en/default/attachment -@dirrm %%BUGZILLADIR%%/template/en/default/admin/versions -@dirrm %%BUGZILLADIR%%/template/en/default/admin/users -@dirrm %%BUGZILLADIR%%/template/en/default/admin/settings -@dirrm %%BUGZILLADIR%%/template/en/default/admin/products/groupcontrol -@dirrm %%BUGZILLADIR%%/template/en/default/admin/products -@dirrm %%BUGZILLADIR%%/template/en/default/admin/milestones -@dirrm %%BUGZILLADIR%%/template/en/default/admin/keywords -@dirrm %%BUGZILLADIR%%/template/en/default/admin/groups -@dirrm %%BUGZILLADIR%%/template/en/default/admin/fieldvalues -@dirrm %%BUGZILLADIR%%/template/en/default/admin/flag-type -@dirrm %%BUGZILLADIR%%/template/en/default/admin/components -@dirrm %%BUGZILLADIR%%/template/en/default/admin/classifications -@dirrm %%BUGZILLADIR%%/template/en/default/admin -@dirrm %%BUGZILLADIR%%/template/en/default/account/prefs -@dirrm %%BUGZILLADIR%%/template/en/default/account/password -@dirrm %%BUGZILLADIR%%/template/en/default/account/email -@dirrm %%BUGZILLADIR%%/template/en/default/account/auth -@dirrm %%BUGZILLADIR%%/template/en/default/account -@dirrm %%BUGZILLADIR%%/template/en/default -@dirrm %%BUGZILLADIR%%/template/en -@dirrmtry %%BUGZILLADIR%%/template -%%CONTRIB%%@dirrm %%BUGZILLADIR%%/contrib/gnatsparse -%%CONTRIB%%@dirrm %%BUGZILLADIR%%/contrib/cmdline -%%CONTRIB%%@dirrm %%BUGZILLADIR%%/contrib/bugzilla-submit -%%CONTRIB%%@dirrm %%BUGZILLADIR%%/contrib -@dirrm %%BUGZILLADIR%%/Bugzilla/User -@dirrm %%BUGZILLADIR%%/Bugzilla/Template/Plugin -@dirrm %%BUGZILLADIR%%/Bugzilla/Template -@dirrm %%BUGZILLADIR%%/Bugzilla/DB/Schema -@dirrm %%BUGZILLADIR%%/Bugzilla/DB -@dirrm %%BUGZILLADIR%%/Bugzilla/Auth/Verify -@dirrm %%BUGZILLADIR%%/Bugzilla/Auth/Login/WWW/CGI -@dirrm %%BUGZILLADIR%%/Bugzilla/Auth/Login/WWW -@dirrm %%BUGZILLADIR%%/Bugzilla/Auth/Login -@dirrm %%BUGZILLADIR%%/Bugzilla/Auth -@dirrmtry %%BUGZILLADIR%%/Bugzilla -@dirrmtry %%BUGZILLADIR%%/data -@dirrmtry %%BUGZILLADIR%%/graphs -@dirrm %%BUGZILLADIR%%/images -@dirrm %%BUGZILLADIR%%/js -@dirrm %%BUGZILLADIR%%/skins/standard/index -@dirrm %%BUGZILLADIR%%/skins/standard/global -@dirrm %%BUGZILLADIR%%/skins/standard -@dirrm %%BUGZILLADIR%%/skins -@dirrmtry %%BUGZILLADIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%%/xml -%%PORTDOCS%%@dirrm %%DOCSDIR%%/txt -%%PORTDOCS%%@dirrm %%DOCSDIR%%/pdf -%%PORTDOCS%%@dirrm %%DOCSDIR%%/images/callouts -%%PORTDOCS%%@dirrm %%DOCSDIR%%/images -%%PORTDOCS%%@dirrm %%DOCSDIR%%/html -%%CONTRIB%%%%PORTDOCS%%@dirrm %%DOCSDIR%%/contrib -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrmtry www/data diff --git a/devel/bzr/Makefile b/devel/bzr/Makefile deleted file mode 100644 index 6d15cf472cdc..000000000000 --- a/devel/bzr/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# Ports collection makefile for: bazaar-ng -# Date created: 10 October 2005 -# Whom: Ulf Lilleengen -# -# $FreeBSD$ -# - -PORTNAME= bazaar-ng -PORTVERSION= 0.7 -CATEGORIES= devel -MASTER_SITES= http://voodoo.bawue.com/download/ \ - http://www.bazaar-ng.org/pkg/ -MASTER_SITE_SUBDIR= gnu-arch -DISTNAME= bzr-${PORTVERSION} - -MAINTAINER= lulf@stud.ntnu.no -COMMENT= A Python implementation of the GNU arch RCS protocol by Canonical - -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cElementTree.so:${PORTSDIR}/devel/py-celementtree - -USE_PYTHON= 2.4+ -USE_PYDISTUTILS= yes - -MAN1= bzr.1 - -post-build: - cd ${WRKSRC} && ${PYTHON_CMD} bzr_man.py - -post-install: - ${INSTALL_MAN} ${WRKSRC}/bzr.1 ${MAN1PREFIX}/man/man1 - -test: build - cd ${WRKSRC} && ./bzr selftest - -.include <bsd.port.mk> diff --git a/devel/bzr/distinfo b/devel/bzr/distinfo deleted file mode 100644 index e65cb59c3cef..000000000000 --- a/devel/bzr/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (bzr-0.7.tar.gz) = 5daf99b67478027ed0914edf32997181 -SHA256 (bzr-0.7.tar.gz) = a9abf88785f0d2c397de9cf4ef02cb63462b1458f583d3ce48cd6f7c21e7a36b -SIZE (bzr-0.7.tar.gz) = 569679 diff --git a/devel/bzr/files/patch-bzrlib_osutils.py b/devel/bzr/files/patch-bzrlib_osutils.py deleted file mode 100644 index 89bf04814851..000000000000 --- a/devel/bzr/files/patch-bzrlib_osutils.py +++ /dev/null @@ -1,15 +0,0 @@ ---- bzrlib/osutils.py.orig Fri Oct 28 11:30:13 2005 -+++ bzrlib/osutils.py Fri Oct 28 11:30:38 2005 -@@ -448,10 +448,10 @@ - except (NotImplementedError, AttributeError): - # If python doesn't have os.urandom, or it doesn't work, - # then try to first pull random data from /dev/urandom -- if os.path.exists("/dev/urandom"): -+ try: - rand_bytes = file('/dev/urandom', 'rb').read - # Otherwise, use this hack as a last resort -- else: -+ except: - # not well seeded, but better than nothing - def rand_bytes(n): - import random diff --git a/devel/bzr/pkg-descr b/devel/bzr/pkg-descr deleted file mode 100644 index 6becea9b6451..000000000000 --- a/devel/bzr/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Bazaar-NG is an implementation of GNU arch from Canonical written in Python. -Arch is a version control system, which allows you to keep old versions of -files and directories (usually source code), keep a log of who, when, and -why changes occurred, etc., like SVN, CVS, or RCS. Arch is distributed, which -gives it significant advantages and some disadvantages compared to SVN and -CVS. The bzr implementation is the next Bazaar version from Canonical called -Bazaar-NG. - -WWW: http://www.bazaar-ng.org/ diff --git a/devel/bzr/pkg-plist b/devel/bzr/pkg-plist deleted file mode 100644 index fd0e3236f499..000000000000 --- a/devel/bzr/pkg-plist +++ /dev/null @@ -1,500 +0,0 @@ -bin/bzr -%%PYTHON_SITELIBDIR%%/bzrlib/__init__.py -%%PYTHON_SITELIBDIR%%/bzrlib/add.py -%%PYTHON_SITELIBDIR%%/bzrlib/annotate.py -%%PYTHON_SITELIBDIR%%/bzrlib/atomicfile.py -%%PYTHON_SITELIBDIR%%/bzrlib/branch.py -%%PYTHON_SITELIBDIR%%/bzrlib/builtins.py -%%PYTHON_SITELIBDIR%%/bzrlib/changeset.py -%%PYTHON_SITELIBDIR%%/bzrlib/check.py -%%PYTHON_SITELIBDIR%%/bzrlib/clone.py -%%PYTHON_SITELIBDIR%%/bzrlib/commands.py -%%PYTHON_SITELIBDIR%%/bzrlib/commit.py -%%PYTHON_SITELIBDIR%%/bzrlib/config.py -%%PYTHON_SITELIBDIR%%/bzrlib/conflicts.py -%%PYTHON_SITELIBDIR%%/bzrlib/delta.py -%%PYTHON_SITELIBDIR%%/bzrlib/diff.py -%%PYTHON_SITELIBDIR%%/bzrlib/errors.py -%%PYTHON_SITELIBDIR%%/bzrlib/externalcommand.py -%%PYTHON_SITELIBDIR%%/bzrlib/fetch.py -%%PYTHON_SITELIBDIR%%/bzrlib/gpg.py -%%PYTHON_SITELIBDIR%%/bzrlib/graph.py -%%PYTHON_SITELIBDIR%%/bzrlib/hashcache.py -%%PYTHON_SITELIBDIR%%/bzrlib/help.py -%%PYTHON_SITELIBDIR%%/bzrlib/identitymap.py -%%PYTHON_SITELIBDIR%%/bzrlib/info.py -%%PYTHON_SITELIBDIR%%/bzrlib/intset.py -%%PYTHON_SITELIBDIR%%/bzrlib/inventory.py -%%PYTHON_SITELIBDIR%%/bzrlib/lock.py -%%PYTHON_SITELIBDIR%%/bzrlib/log.py -%%PYTHON_SITELIBDIR%%/bzrlib/lsprof.py -%%PYTHON_SITELIBDIR%%/bzrlib/merge.py -%%PYTHON_SITELIBDIR%%/bzrlib/merge3.py -%%PYTHON_SITELIBDIR%%/bzrlib/merge_core.py -%%PYTHON_SITELIBDIR%%/bzrlib/missing.py -%%PYTHON_SITELIBDIR%%/bzrlib/msgeditor.py -%%PYTHON_SITELIBDIR%%/bzrlib/option.py -%%PYTHON_SITELIBDIR%%/bzrlib/osutils.py -%%PYTHON_SITELIBDIR%%/bzrlib/patch.py -%%PYTHON_SITELIBDIR%%/bzrlib/plugin.py -%%PYTHON_SITELIBDIR%%/bzrlib/progress.py -%%PYTHON_SITELIBDIR%%/bzrlib/revision.py -%%PYTHON_SITELIBDIR%%/bzrlib/revisionspec.py -%%PYTHON_SITELIBDIR%%/bzrlib/rio.py -%%PYTHON_SITELIBDIR%%/bzrlib/shellcomplete.py -%%PYTHON_SITELIBDIR%%/bzrlib/status.py -%%PYTHON_SITELIBDIR%%/bzrlib/symbol_versioning.py -%%PYTHON_SITELIBDIR%%/bzrlib/testament.py -%%PYTHON_SITELIBDIR%%/bzrlib/textinv.py -%%PYTHON_SITELIBDIR%%/bzrlib/textui.py -%%PYTHON_SITELIBDIR%%/bzrlib/trace.py -%%PYTHON_SITELIBDIR%%/bzrlib/transactions.py -%%PYTHON_SITELIBDIR%%/bzrlib/tree.py -%%PYTHON_SITELIBDIR%%/bzrlib/tsort.py -%%PYTHON_SITELIBDIR%%/bzrlib/uncommit.py -%%PYTHON_SITELIBDIR%%/bzrlib/upgrade.py -%%PYTHON_SITELIBDIR%%/bzrlib/weave.py -%%PYTHON_SITELIBDIR%%/bzrlib/weavefile.py -%%PYTHON_SITELIBDIR%%/bzrlib/win32console.py -%%PYTHON_SITELIBDIR%%/bzrlib/workingtree.py -%%PYTHON_SITELIBDIR%%/bzrlib/xml.py -%%PYTHON_SITELIBDIR%%/bzrlib/xml4.py -%%PYTHON_SITELIBDIR%%/bzrlib/xml5.py -%%PYTHON_SITELIBDIR%%/bzrlib/export/__init__.py -%%PYTHON_SITELIBDIR%%/bzrlib/export/dir_exporter.py -%%PYTHON_SITELIBDIR%%/bzrlib/export/tar_exporter.py -%%PYTHON_SITELIBDIR%%/bzrlib/export/zip_exporter.py -%%PYTHON_SITELIBDIR%%/bzrlib/export/__init__.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/export/dir_exporter.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/export/tar_exporter.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/export/zip_exporter.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/export/__init__.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/export/dir_exporter.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/export/tar_exporter.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/export/zip_exporter.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/plugins/__init__.py -%%PYTHON_SITELIBDIR%%/bzrlib/plugins/__init__.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/plugins/__init__.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/store/__init__.py -%%PYTHON_SITELIBDIR%%/bzrlib/store/text.py -%%PYTHON_SITELIBDIR%%/bzrlib/store/weave.py -%%PYTHON_SITELIBDIR%%/bzrlib/store/__init__.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/store/text.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/store/weave.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/store/__init__.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/store/text.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/store/weave.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/HTTPTestUtil.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/TestUtil.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/__init__.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/stub_sftp.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_ancestry.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_annotate.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_api.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_bad_files.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_basis_inventory.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_branch.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_command.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_commit.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_commit_merge.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_config.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_conflicts.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_diff.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_fetch.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_gpg.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_inv.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_log.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_graph.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_hashcache.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_http.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_identitymap.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_merge.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_merge3.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_merge_core.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_missing.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_msgeditor.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_nonascii.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_options.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_osutils.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_parent.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_permissions.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_plugins.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_remove.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_revision.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_revisionnamespaces.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_rio.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_ui.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_revprops.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_reweave.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_sampler.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_selftest.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_setup.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_sftp_transport.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_smart_add.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_source.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_status.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_store.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_symbol_versioning.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_testament.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_trace.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_transactions.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_transport.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_tsort.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_uncommit.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_upgrade.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_weave.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_whitebox.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_workingtree.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_xml.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/treeshape.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/blackbox/__init__.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/blackbox/test_added.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/blackbox/test_cat.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/blackbox/test_export.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/blackbox/test_log.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/blackbox/test_missing.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/blackbox/test_pull.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/blackbox/test_revision_info.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/blackbox/test_revno.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/blackbox/test_status.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/blackbox/test_too_much.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/blackbox/test_versioning.py -%%PYTHON_SITELIBDIR%%/bzrlib/tests/blackbox/__init__.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/blackbox/test_added.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/blackbox/test_cat.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/blackbox/test_export.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/blackbox/test_log.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/blackbox/test_missing.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/blackbox/test_pull.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/blackbox/test_revno.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/blackbox/test_revision_info.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/blackbox/test_status.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/blackbox/test_too_much.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/blackbox/test_versioning.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/blackbox/__init__.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/blackbox/test_added.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/blackbox/test_cat.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/blackbox/test_export.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/blackbox/test_log.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/blackbox/test_missing.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/blackbox/test_pull.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/blackbox/test_revision_info.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/blackbox/test_revno.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/blackbox/test_status.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/blackbox/test_too_much.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/blackbox/test_versioning.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/HTTPTestUtil.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/TestUtil.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/__init__.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/stub_sftp.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_ancestry.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_annotate.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_api.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_bad_files.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_basis_inventory.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_branch.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_command.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_commit.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_commit_merge.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_config.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_conflicts.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_diff.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_fetch.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_gpg.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_inv.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_log.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_graph.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_hashcache.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_http.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_identitymap.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_merge.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_merge3.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_merge_core.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_missing.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_msgeditor.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_nonascii.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_options.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_osutils.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_parent.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_permissions.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_plugins.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_remove.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_revision.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_revisionnamespaces.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_rio.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_ui.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_revprops.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_reweave.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_sampler.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_selftest.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_setup.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_sftp_transport.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_smart_add.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_source.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_status.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_store.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_symbol_versioning.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_testament.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_trace.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_transactions.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_transport.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_tsort.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_uncommit.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_upgrade.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_weave.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_whitebox.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_workingtree.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_xml.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/treeshape.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tests/HTTPTestUtil.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/TestUtil.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/__init__.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/stub_sftp.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_ancestry.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_annotate.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_api.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_bad_files.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_basis_inventory.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_branch.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_command.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_commit.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_commit_merge.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_config.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_conflicts.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_diff.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_fetch.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_gpg.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_inv.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_log.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_graph.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_hashcache.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_http.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_identitymap.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_merge.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_merge3.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_merge_core.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_missing.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_msgeditor.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_nonascii.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_options.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_osutils.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_parent.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_permissions.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_plugins.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_remove.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_revision.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_revisionnamespaces.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_rio.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_ui.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_revprops.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_reweave.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_sampler.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_selftest.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_setup.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_sftp_transport.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_smart_add.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_source.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_status.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_store.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_symbol_versioning.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_testament.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_trace.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_transactions.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_transport.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_tsort.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_uncommit.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_upgrade.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_weave.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_whitebox.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_workingtree.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_xml.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tests/treeshape.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/transport/__init__.py -%%PYTHON_SITELIBDIR%%/bzrlib/transport/ftp.py -%%PYTHON_SITELIBDIR%%/bzrlib/transport/http.py -%%PYTHON_SITELIBDIR%%/bzrlib/transport/local.py -%%PYTHON_SITELIBDIR%%/bzrlib/transport/memory.py -%%PYTHON_SITELIBDIR%%/bzrlib/transport/sftp.py -%%PYTHON_SITELIBDIR%%/bzrlib/transport/__init__.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/transport/ftp.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/transport/http.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/transport/local.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/transport/memory.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/transport/sftp.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/transport/__init__.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/transport/ftp.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/transport/http.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/transport/local.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/transport/memory.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/transport/sftp.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/ui/__init__.py -%%PYTHON_SITELIBDIR%%/bzrlib/ui/text.py -%%PYTHON_SITELIBDIR%%/bzrlib/ui/__init__.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/ui/text.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/ui/__init__.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/ui/text.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/util/__init__.py -%%PYTHON_SITELIBDIR%%/bzrlib/util/elementtree/ElementTree.py -%%PYTHON_SITELIBDIR%%/bzrlib/util/elementtree/__init__.py -%%PYTHON_SITELIBDIR%%/bzrlib/util/elementtree/ElementTree.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/util/elementtree/__init__.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/util/elementtree/ElementTree.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/util/elementtree/__init__.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/util/effbot/org/__init__.py -%%PYTHON_SITELIBDIR%%/bzrlib/util/effbot/org/gzip_consumer.py -%%PYTHON_SITELIBDIR%%/bzrlib/util/effbot/org/http_client.py -%%PYTHON_SITELIBDIR%%/bzrlib/util/effbot/org/http_manager.py -%%PYTHON_SITELIBDIR%%/bzrlib/util/effbot/org/__init__.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/util/effbot/org/gzip_consumer.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/util/effbot/org/http_client.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/util/effbot/org/http_manager.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/util/effbot/org/__init__.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/util/effbot/org/gzip_consumer.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/util/effbot/org/http_client.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/util/effbot/org/http_manager.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/util/configobj/__init__.py -%%PYTHON_SITELIBDIR%%/bzrlib/util/configobj/configobj.py -%%PYTHON_SITELIBDIR%%/bzrlib/util/configobj/validate.py -%%PYTHON_SITELIBDIR%%/bzrlib/util/configobj/__init__.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/util/configobj/configobj.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/util/configobj/validate.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/util/configobj/__init__.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/util/configobj/configobj.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/util/configobj/validate.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/util/__init__.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/util/__init__.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/__init__.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/add.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/annotate.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/atomicfile.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/branch.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/builtins.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/changeset.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/check.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/clone.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/commands.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/commit.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/config.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/conflicts.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/delta.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/diff.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/errors.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/externalcommand.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/fetch.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/gpg.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/graph.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/hashcache.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/help.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/identitymap.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/info.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/intset.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/inventory.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/lock.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/log.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/lsprof.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/merge.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/merge3.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/merge_core.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/missing.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/msgeditor.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/option.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/osutils.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/patch.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/plugin.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/progress.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/revision.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/revisionspec.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/rio.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/shellcomplete.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/status.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/symbol_versioning.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/testament.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/textinv.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/textui.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/trace.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/transactions.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tree.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/tsort.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/upgrade.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/uncommit.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/weave.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/weavefile.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/win32console.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/workingtree.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/xml.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/xml4.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/xml5.pyc -%%PYTHON_SITELIBDIR%%/bzrlib/__init__.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/add.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/annotate.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/atomicfile.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/branch.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/builtins.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/changeset.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/check.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/clone.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/commands.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/commit.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/config.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/conflicts.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/delta.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/diff.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/errors.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/externalcommand.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/fetch.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/gpg.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/graph.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/hashcache.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/help.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/identitymap.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/info.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/intset.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/inventory.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/lock.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/log.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/lsprof.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/merge.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/merge3.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/merge_core.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/missing.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/msgeditor.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/option.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/osutils.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/patch.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/plugin.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/progress.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/revision.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/revisionspec.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/rio.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/shellcomplete.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/status.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/symbol_versioning.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/testament.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/textinv.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/textui.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/trace.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/transactions.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tree.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/tsort.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/uncommit.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/upgrade.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/weave.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/weavefile.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/win32console.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/workingtree.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/xml.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/xml4.pyo -%%PYTHON_SITELIBDIR%%/bzrlib/xml5.pyo -@dirrm %%PYTHON_SITELIBDIR%%/bzrlib/export -@dirrm %%PYTHON_SITELIBDIR%%/bzrlib/plugins -@dirrm %%PYTHON_SITELIBDIR%%/bzrlib/store -@dirrm %%PYTHON_SITELIBDIR%%/bzrlib/tests/blackbox -@dirrm %%PYTHON_SITELIBDIR%%/bzrlib/tests -@dirrm %%PYTHON_SITELIBDIR%%/bzrlib/transport -@dirrm %%PYTHON_SITELIBDIR%%/bzrlib/ui -@dirrm %%PYTHON_SITELIBDIR%%/bzrlib/util/elementtree -@dirrm %%PYTHON_SITELIBDIR%%/bzrlib/util/effbot/org -@dirrm %%PYTHON_SITELIBDIR%%/bzrlib/util/effbot -@dirrm %%PYTHON_SITELIBDIR%%/bzrlib/util/configobj -@dirrm %%PYTHON_SITELIBDIR%%/bzrlib/util -@dirrm %%PYTHON_SITELIBDIR%%/bzrlib 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 a26948f129f8..000000000000 --- a/devel/cvs-devel/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (cvs-1.11.17.tar.bz2) = 17cd48888d5571d215a44a7e8d46759c -SHA256 (cvs-1.11.17.tar.bz2) = a5486a3224140e7bd94ba77c5f690da8142fa9ee241e1a75612d6228c459e97e -SIZE (cvs-1.11.17.tar.bz2) = 2343366 -MD5 (cvs-1.11.17-v6-20040610.diff.gz) = 29b341c7b619c7c86751a7ee2e8eca02 -SHA256 (cvs-1.11.17-v6-20040610.diff.gz) = 16aa61329485fbd94c3a2c117e49ee99612f5f0281e9a85c13c22349e39eed11 -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/fpc-fv/Makefile b/devel/fpc-fv/Makefile deleted file mode 100644 index 141b7fc826f6..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= ports@FreeBSD.org -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 d6c465f1b303..000000000000 --- a/devel/fpc-fv/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (fvision-1.0.10.tar.gz) = c1690f71d00576a290795e264fd6ffc0 -SHA256 (fvision-1.0.10.tar.gz) = fb5326b832f1b693487dd35893322f016b59bf3e87b363ba75f5197ede34aa4d -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 3661fd64032b..000000000000 --- a/devel/gdb66/Makefile +++ /dev/null @@ -1,74 +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:S/$/:sw/} \ - ${MASTER_SITE_LOCAL:S/$/:local/} -MASTER_SITE_SUBDIR= gdb/snapshots/current/:sw obrien/:local -DISTNAME= gdb+dejagnu-weekly-${SNAPVER} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:sw,local - -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 - -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 20eaa1044449..000000000000 --- a/devel/gdb66/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gdb+dejagnu-weekly-20040810.tar.bz2) = 6baf5181993bb71d0b2da7112dc6eea0 -SHA256 (gdb+dejagnu-weekly-20040810.tar.bz2) = fe2fdd73fc75bb8f67d815df13698fb8f23f53de2a527aa314520e477fa2d011 -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 7e3bef49c737..000000000000 --- a/devel/gdb66/files/fbsd4.h +++ /dev/null @@ -1,21 +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; -} - -#if 0 -#define savestring -#include <readline/readline.h> -#undef savestring -#endif 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 18c85983f58d..000000000000 --- a/devel/gdb66/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -@comment $FreeBSD$ -bin/gdb6 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 e7b7433626d0..000000000000 --- a/devel/gmake381/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (make-3.80.tar.bz2) = 0bbd1df101bc0294d440471e50feca71 -SHA256 (make-3.80.tar.bz2) = a99b39e7b04c333724f48c38fede709481cfb69fafe7e32ae4285b7fadf92f1b -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 280f02f9d3f3..000000000000 --- a/devel/gnome-build/Makefile +++ /dev/null @@ -1,39 +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.2 -PORTREVISION= 2 -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 -GNU_CONFIGURE= yes -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 - -.include <bsd.port.post.mk> diff --git a/devel/gnome-build/distinfo b/devel/gnome-build/distinfo deleted file mode 100644 index 506e81e75810..000000000000 --- a/devel/gnome-build/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome-build-0.1.2.tar.bz2) = 4ab6bcecc9e7b1416968e75212d7559f -SHA256 (gnome-build-0.1.2.tar.bz2) = ee69eadbb72ad922eb8c208a5bea8f72d849a940585d95f3a630a2b3632d8f55 -SIZE (gnome-build-0.1.2.tar.bz2) = 391497 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/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 a481726be651..000000000000 --- a/devel/gnome-build/pkg-plist +++ /dev/null @@ -1,69 +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.la -lib/gnome-build-1.0/backends/libgbf-am.so -lib/gnome-build-1.0/backends/libgbf-am.so.0 -lib/libgbf-1.la -lib/libgbf-1.so -lib/libgbf-1.so.0 -lib/libgbf-widgets-1.so -lib/libgbf-widgets-1.la -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/en_CA/LC_MESSAGES/gbf-1.mo -share/locale/en_GB/LC_MESSAGES/gbf-1.mo -share/locale/es/LC_MESSAGES/gbf-1.mo -share/locale/fr/LC_MESSAGES/gbf-1.mo -share/locale/gl/LC_MESSAGES/gbf-1.mo -share/locale/hr/LC_MESSAGES/gbf-1.mo -share/locale/hu/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/ms/LC_MESSAGES/gbf-1.mo -share/locale/nb/LC_MESSAGES/gbf-1.mo -share/locale/nl/LC_MESSAGES/gbf-1.mo -share/locale/no/LC_MESSAGES/gbf-1.mo -share/locale/pa/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/rw/LC_MESSAGES/gbf-1.mo -share/locale/sk/LC_MESSAGES/gbf-1.mo -share/locale/sq/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 -share/locale/zh_CN/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 764daaf916a3..000000000000 --- a/devel/gnome-common/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: gnomecommon -# Date created: 04 April 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/gnomecommon/Makefile,v 1.5 2005/09/20 09:39:51 ahze Exp $ -# - -PORTNAME= gnomecommon -PORTVERSION= 2.12.0 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-common/2.12 -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 ff6483918661..000000000000 --- a/devel/gnome-common/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-common-2.12.0.tar.bz2) = 817be32ab5dc7a5d56e6ec50d56100f8 -SHA256 (gnome2/gnome-common-2.12.0.tar.bz2) = adee3a981eb7b09291ee4dead5df9317f598b50d8516c7ed1a15a397bbaf51b5 -SIZE (gnome2/gnome-common-2.12.0.tar.bz2) = 60283 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 8da7e969a14c..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= 2 -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 -GNU_CONFIGURE= yes -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 51cda6cca4c2..000000000000 --- a/devel/gnome-crash/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome-crash-0.0.5.tar.gz) = 23795de0adc8e15f536dbb790aaf265a -SHA256 (gnome-crash-0.0.5.tar.gz) = 835d9b755dd89b0e82e870cf1552654991275fed68cae917b3c7f0ecc22c8e69 -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 c34da1d3dd46..000000000000 --- a/devel/gnome-vfs/Makefile +++ /dev/null @@ -1,93 +0,0 @@ -# New ports collection makefile for: gnomevfs2 -# Date created: 28th June 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/gnomevfs2/Makefile,v 1.115 2005/10/31 00:12:01 marcus Exp $ -# - -PORTNAME= gnomevfs2 -PORTVERSION= 2.12.2 -PORTREVISION= 2 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-vfs/2.12 -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 intlhack gnomemimedata gconf2 \ - libbonobo ltverhack -USE_REINPLACE= yes -USE_AUTOTOOLS= libtool:15 -USE_OPENSSL= yes -INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --enable-openssl \ - --disable-gnutls -CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ - BSD_PTHREAD_LIBS=${PTHREAD_LIBS} -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} - -PKGINSTALL= ${WRKDIR}/pkg-install -PKGDEINSTALL= ${WRKDIR}/pkg-deinstall - -GCONF_SCHEMAS= desktop_default_applications.schemas \ - desktop_gnome_url_handlers.schemas system_dns_sd.schemas \ - system_http_proxy.schemas system_smb.schemas \ - system_storage.schemas - -OPTIONS= SAMBA "Enable SMB volume support" on \ - MDNS "Enable Bonjour/Rendezvous support" on - -.include <bsd.port.pre.mk> - -.if exists(${LOCALBASE}/lib/libfam.so) || !defined(WITHOUT_FAM) -USE_FAM= yes -.endif - -.if exists(${LOCALBASE}/lib/libkrb5.so) -LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal -.endif - -.if !defined(WITHOUT_SAMBA) -LIB_DEPENDS+= smbclient.0:${PORTSDIR}/net/samba-libsmbclient -PLIST_SUB+= SAMBA="" -.else -PLIST_SUB+= SAMBA="@comment " -CONFIGURE_ARGS+=--disable-samba -.endif - -.if !defined(WITHOUT_MDNS) -LIB_DEPENDS+= howl:${PORTSDIR}/net/howl -.else -CONFIGURE_ARGS+=--disable-howl -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ - ${WRKSRC}/libgnomevfs/Makefile.in - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g ; \ - s|%%X11BASE%%|${X11BASE}|g' \ - ${WRKSRC}/libgnomevfs/xdgmime.c - @${SED} -e 's|%%X11BASE%%|${X11BASE}|g' \ - < ${MASTERDIR}/pkg-install.in > ${PKGINSTALL} - @${SED} -e 's|%%X11BASE%%|${X11BASE}|g' \ - < ${MASTERDIR}/pkg-deinstall.in > ${PKGDEINSTALL} - -pre-configure: - @if [ -n "`${PKG_INFO} -xI '^bind[0-9]*-base-[0-9]' 2> /dev/null`" ]; then \ - ${ECHO_CMD} "${PKGNAME}: bind installed with PORT_REPLACES_BASE_BIND causes build problems."; \ - ${FALSE}; \ - fi - -post-install: - @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - -.include <bsd.port.post.mk> diff --git a/devel/gnome-vfs/distinfo b/devel/gnome-vfs/distinfo deleted file mode 100644 index 52b0d0baf261..000000000000 --- a/devel/gnome-vfs/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-vfs-2.12.2.tar.bz2) = 4d7b9c14af29a9bf813ab4831eeeacbb -SHA256 (gnome2/gnome-vfs-2.12.2.tar.bz2) = 46f80ead7c52a8c5a3fa7beac2d42385c6bc9552fa28aa5068e1a251d708e177 -SIZE (gnome2/gnome-vfs-2.12.2.tar.bz2) = 1558218 diff --git a/devel/gnome-vfs/files/patch-Makefile.in b/devel/gnome-vfs/files/patch-Makefile.in deleted file mode 100644 index 8c0d2a13160c..000000000000 --- a/devel/gnome-vfs/files/patch-Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- Makefile.in.orig Tue Nov 30 02:05:26 2004 -+++ Makefile.in Tue Nov 30 02:05:34 2004 -@@ -230,7 +230,6 @@ - devel-docs \ - doc \ - programs \ -- test \ - monikers \ - po - diff --git a/devel/gnome-vfs/files/patch-aa b/devel/gnome-vfs/files/patch-aa deleted file mode 100644 index 0f976d16a464..000000000000 --- a/devel/gnome-vfs/files/patch-aa +++ /dev/null @@ -1,64 +0,0 @@ ---- configure.orig Wed Oct 5 10:56:02 2005 -+++ configure Mon Nov 28 13:34:48 2005 -@@ -23119,6 +23119,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 -@@ -23201,6 +23203,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 -@@ -24292,6 +24295,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 -@@ -33558,7 +33562,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 -@@ -36964,6 +36968,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 -@@ -37005,6 +37012,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 -@@ -38439,6 +38449,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 383987654ef2..000000000000 --- a/devel/gnome-vfs/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- modules/Makefile.in.orig Mon Oct 3 11:55:14 2005 -+++ modules/Makefile.in Mon Oct 3 11:55:55 2005 -@@ -465,7 +465,7 @@ - @HAVE_SAMBA_TRUE@SMB_LTLIBS = libsmb.la - @OS_WIN32_FALSE@PLATFROM_SPECIFIC_LTLIBS = libdns-sd.la libnetwork.la libnntp.la libsftp.la $(HTTP_LTLIBS) libftp.la - @OS_WIN32_TRUE@PLATFROM_SPECIFIC_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 = \ - $(CDDA_LTLIBS) \ 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 5d2778e291bf..000000000000 --- a/devel/gnome-vfs/files/patch-devel-docs::Makefile.in +++ /dev/null @@ -1,15 +0,0 @@ - -$FreeBSD$ - $MCom: ports/devel/gnomevfs2/files/patch-devel-docs::Makefile.in,v 1.18 2005/06/28 05:40:02 adamw Exp $ - ---- 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 088433c51a28..000000000000 --- a/devel/gnome-vfs/files/patch-gnome-vfs-2.0.pc.in +++ /dev/null @@ -1,9 +0,0 @@ ---- gnome-vfs-2.0.pc.in.orig Wed Sep 14 05:30:25 2005 -+++ gnome-vfs-2.0.pc.in Mon Oct 3 12:00:02 2005 -@@ -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-no-export-2.0 gobject-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 c3f0d2c30ea2..000000000000 --- a/devel/gnome-vfs/files/patch-gnome-vfs-module-2.0.pc.in +++ /dev/null @@ -1,9 +0,0 @@ ---- gnome-vfs-module-2.0.pc.in.orig Wed Sep 14 05:30:25 2005 -+++ gnome-vfs-module-2.0.pc.in Mon Oct 3 12:01:04 2005 -@@ -8,5 +8,5 @@ - Description: The GNOME virtual file-system module include info - Version: @VERSION@ - Requires: bonobo-activation-2.0 libbonobo-2.0 gconf-2.0 gthread-2.0 gmodule-no-export-2.0 gobject-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 2747466f7bd9..000000000000 --- a/devel/gnome-vfs/files/patch-libgnomevfs::gnome-vfs-application-registry.c +++ /dev/null @@ -1,26 +0,0 @@ ---- libgnomevfs/gnome-vfs-application-registry.c.orig Sun May 22 23:09:39 2005 -+++ libgnomevfs/gnome-vfs-application-registry.c Sun May 22 23:14:22 2005 -@@ -943,6 +943,8 @@ load_application_info (void) - static void - gnome_vfs_application_registry_init (void) - { -+ gchar *tmp; -+ - if (gnome_vfs_application_registry_initialized) - return; - -@@ -963,6 +965,14 @@ gnome_vfs_application_registry_init (voi - "application-registry", - NULL); - 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_build_filename (g_get_home_dir(), - ".gnome", 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 6e3660c845b0..000000000000 --- a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-resolve.c +++ /dev/null @@ -1,15 +0,0 @@ ---- libgnomevfs/gnome-vfs-resolve.c.orig Tue Apr 19 07:54:52 2005 -+++ libgnomevfs/gnome-vfs-resolve.c Sun May 22 23:25:22 2005 -@@ -171,10 +171,12 @@ _gnome_vfs_result_from_gai_error (int er - switch (error) { - - case EAI_NONAME: return GNOME_VFS_ERROR_HOST_NOT_FOUND; -+#ifdef EAI_NODATA - #ifdef EAI_ADDRFAMILY - case EAI_ADDRFAMILY: - #endif - case EAI_NODATA: return GNOME_VFS_ERROR_HOST_HAS_NO_ADDRESS; -+#endif - #ifdef EAI_SYSTEM - case EAI_SYSTEM: return gnome_vfs_result_from_errno (); - #endif 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 068d1773a9e9..000000000000 --- a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-utils.c +++ /dev/null @@ -1,10 +0,0 @@ ---- libgnomevfs/gnome-vfs-utils.c.orig Thu Sep 15 07:02:53 2005 -+++ libgnomevfs/gnome-vfs-utils.c Sat Oct 22 02:12:32 2005 -@@ -839,6 +839,7 @@ gnome_vfs_icon_path_from_filename (const - for (temp_paths = paths; *temp_paths != NULL; temp_paths++) { - full_filename = g_build_filename (*temp_paths, - "share", -+ "gnome", - "pixmaps", - relative_filename, - NULL); 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 37cc69f1ea3b..000000000000 --- a/devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.c +++ /dev/null @@ -1,11 +0,0 @@ ---- libgnomevfs/xdgmime.c.orig Wed Aug 24 16:52:03 2005 -+++ libgnomevfs/xdgmime.c Wed Aug 24 16:52:47 2005 -@@ -234,7 +234,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__http-neon-method.c b/devel/gnome-vfs/files/patch-modules__http-neon-method.c deleted file mode 100644 index 77e14080f5b0..000000000000 --- a/devel/gnome-vfs/files/patch-modules__http-neon-method.c +++ /dev/null @@ -1,21 +0,0 @@ ---- modules/http-neon-method.c.orig Wed Jan 25 23:15:42 2006 -+++ modules/http-neon-method.c Wed Jan 25 23:17:47 2006 -@@ -1908,9 +1908,7 @@ - } - } - -- - result = resolve_result (res, req); -- ne_request_destroy (req); - - if (result == GNOME_VFS_OK) { - const char *name; -@@ -1929,6 +1927,8 @@ - } - - } -+ -+ ne_request_destroy (req); - - return result; - } diff --git a/devel/gnome-vfs/files/patch-modules_bzip2-method.c b/devel/gnome-vfs/files/patch-modules_bzip2-method.c deleted file mode 100644 index a1fd982c28bd..000000000000 --- a/devel/gnome-vfs/files/patch-modules_bzip2-method.c +++ /dev/null @@ -1,11 +0,0 @@ ---- modules/bzip2-method.c.orig Wed Apr 13 21:58:54 2005 -+++ modules/bzip2-method.c Mon Nov 28 15:09:59 2005 -@@ -435,7 +435,7 @@ - - if (bzip2_handle->last_bz_result != BZ_OK) { - if (bzip2_handle->last_bz_result == BZ_STREAM_END) -- return GNOME_VFS_OK; -+ return GNOME_VFS_ERROR_EOF; - else - return result_from_bz_result (bzip2_handle->last_bz_result); - } else if (bzip2_handle->last_vfs_result != GNOME_VFS_OK) { diff --git a/devel/gnome-vfs/files/patch-modules_file-method.c b/devel/gnome-vfs/files/patch-modules_file-method.c deleted file mode 100644 index dbb237226e99..000000000000 --- a/devel/gnome-vfs/files/patch-modules_file-method.c +++ /dev/null @@ -1,12 +0,0 @@ ---- modules/file-method.c.orig Sun May 22 23:30:16 2005 -+++ modules/file-method.c Sun May 22 23:31:08 2005 -@@ -66,6 +66,9 @@ - #if HAVE_SYS_VFS_H - #include <sys/vfs.h> - #elif HAVE_SYS_MOUNT_H -+#if HAVE_SYS_PARAM_H -+#include <sys/param.h> -+#endif - #include <sys/mount.h> - #endif - 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/pkg-deinstall.in b/devel/gnome-vfs/pkg-deinstall.in deleted file mode 100644 index ed494001730b..000000000000 --- a/devel/gnome-vfs/pkg-deinstall.in +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# $MCom: ports/devel/gnomevfs2/pkg-deinstall.in,v 1.5 2005/06/28 05:40:01 adamw Exp $ -# -# Restore gconf keys of libgnome. - -if [ "$2" != "POST-DEINSTALL" ]; then - exit 0 -fi - -SCHEMAS=%%X11BASE%%/etc/gconf/schemas/desktop_gnome_applications_terminal.schemas - -if [ -f ${SCHEMAS} ]; then - env GCONF_CONFIG_SOURCE=xml::%%X11BASE%%/etc/gconf/gconf.xml.defaults \ - %%X11BASE%%/bin/gconftool-2 --makefile-install-rule ${SCHEMAS} \ - > /dev/null || /usr/bin/true -fi - -exit 0 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-install.in b/devel/gnome-vfs/pkg-install.in deleted file mode 100644 index f7ad446b9783..000000000000 --- a/devel/gnome-vfs/pkg-install.in +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# $MCom: ports/devel/gnomevfs2/pkg-install.in,v 1.5 2005/06/28 05:40:01 adamw Exp $ -# -# Restore gconf keys of libgnome. - -if [ "$2" != "POST-INSTALL" ]; then - exit 0 -fi - -SCHEMAS=%%X11BASE%%/etc/gconf/schemas/desktop_gnome_applications_terminal.schemas - -if [ -f ${SCHEMAS} ]; then - env GCONF_CONFIG_SOURCE=xml::%%X11BASE%%/etc/gconf/gconf.xml.defaults \ - %%X11BASE%%/bin/gconftool-2 --makefile-install-rule ${SCHEMAS} \ - > /dev/null || /usr/bin/true -fi - -exit 0 diff --git a/devel/gnome-vfs/pkg-plist b/devel/gnome-vfs/pkg-plist deleted file mode 100644 index e10dc309542b..000000000000 --- a/devel/gnome-vfs/pkg-plist +++ /dev/null @@ -1,194 +0,0 @@ -bin/gnomevfs-cat -bin/gnomevfs-copy -bin/gnomevfs-info -bin/gnomevfs-ls -bin/gnomevfs-mkdir -bin/gnomevfs-monitor -bin/gnomevfs-mv -bin/gnomevfs-rm -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 -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-deprecated.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.a -lib/bonobo/monikers/libmoniker_gnome_vfs_std.la -lib/bonobo/monikers/libmoniker_gnome_vfs_std.so -lib/gnome-vfs-2.0/modules/libbzip2.a -lib/gnome-vfs-2.0/modules/libbzip2.la -lib/gnome-vfs-2.0/modules/libbzip2.so -lib/gnome-vfs-2.0/modules/libcomputer.a -lib/gnome-vfs-2.0/modules/libcomputer.la -lib/gnome-vfs-2.0/modules/libcomputer.so -lib/gnome-vfs-2.0/modules/libdns-sd.a -lib/gnome-vfs-2.0/modules/libdns-sd.la -lib/gnome-vfs-2.0/modules/libdns-sd.so -lib/gnome-vfs-2.0/modules/libfile.a -lib/gnome-vfs-2.0/modules/libfile.la -lib/gnome-vfs-2.0/modules/libfile.so -lib/gnome-vfs-2.0/modules/libftp.a -lib/gnome-vfs-2.0/modules/libftp.la -lib/gnome-vfs-2.0/modules/libftp.so -lib/gnome-vfs-2.0/modules/libgzip.a -lib/gnome-vfs-2.0/modules/libgzip.la -lib/gnome-vfs-2.0/modules/libgzip.so -lib/gnome-vfs-2.0/modules/libhttp.a -lib/gnome-vfs-2.0/modules/libhttp.la -lib/gnome-vfs-2.0/modules/libhttp.so -lib/gnome-vfs-2.0/modules/libnetwork.a -lib/gnome-vfs-2.0/modules/libnetwork.la -lib/gnome-vfs-2.0/modules/libnetwork.so -lib/gnome-vfs-2.0/modules/libnntp.a -lib/gnome-vfs-2.0/modules/libnntp.la -lib/gnome-vfs-2.0/modules/libnntp.so -lib/gnome-vfs-2.0/modules/libsftp.a -lib/gnome-vfs-2.0/modules/libsftp.la -lib/gnome-vfs-2.0/modules/libsftp.so -%%SAMBA%%lib/gnome-vfs-2.0/modules/libsmb.a -%%SAMBA%%lib/gnome-vfs-2.0/modules/libsmb.la -%%SAMBA%%lib/gnome-vfs-2.0/modules/libsmb.so -lib/gnome-vfs-2.0/modules/libtar.a -lib/gnome-vfs-2.0/modules/libtar.la -lib/gnome-vfs-2.0/modules/libtar.so -lib/gnome-vfs-2.0/modules/libvfs-test.a -lib/gnome-vfs-2.0/modules/libvfs-test.la -lib/gnome-vfs-2.0/modules/libvfs-test.so -lib/libgnomevfs-2.a -lib/libgnomevfs-2.la -lib/libgnomevfs-2.so -lib/libgnomevfs-2.so.0 -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/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/nso/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/rw/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/xh/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 -share/locale/zu/LC_MESSAGES/gnome-vfs-2.0.mo -@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 -@dirrmtry share/locale/zu/LC_MESSAGES -@dirrmtry share/locale/zu -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw diff --git a/devel/gnome-vfs1/Makefile b/devel/gnome-vfs1/Makefile deleted file mode 100644 index 94f5ee2a9cc6..000000000000 --- a/devel/gnome-vfs1/Makefile +++ /dev/null @@ -1,50 +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= 8 -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 - -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 f4926b796d18..000000000000 --- a/devel/gnome-vfs1/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome/gnome-vfs-1.0.5.tar.bz2) = e2a17a6b178f54c43968241258f3e729 -SHA256 (gnome/gnome-vfs-1.0.5.tar.bz2) = 656b31d8351ec2d8b266cb1201354a53b79dd02230c8c7a8235e745f2a712ba8 -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/goffice04/Makefile b/devel/goffice04/Makefile deleted file mode 100644 index 6b1c64a95280..000000000000 --- a/devel/goffice04/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: goffice -# Date created: 07 June 2005 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/goffice/Makefile,v 1.9 2006/01/31 22:13:22 ahze Exp $ -# - -PORTNAME= goffice -PORTVERSION= 0.2.0 -PORTREVISION= 1 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GLib/GTK+ set of document centric objects and utilities - -USE_BZIP2= yes -USE_GMAKE= yes -USE_X_PREFIX= yes -USE_GNOME= gnomeprefix gnomehack intlhack libgnomeprint libglade2 \ - libgsf_gnome ltverhack -USE_AUTOTOOLS= libtool:15 -INSTALLS_SHLIB= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -PLIST_SUB= VERSION=${PORTVERSION} - -.include <bsd.port.mk> diff --git a/devel/goffice04/distinfo b/devel/goffice04/distinfo deleted file mode 100644 index 2c53271dec6b..000000000000 --- a/devel/goffice04/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (goffice-0.2.0.tar.bz2) = e1f60fc9822813c6c3f20296e54928bf -SHA256 (goffice-0.2.0.tar.bz2) = 61449a89dc9d174101676b8e0598920fca6e2e1df266b568f0c9730176dbb807 -SIZE (goffice-0.2.0.tar.bz2) = 1414147 diff --git a/devel/goffice04/pkg-descr b/devel/goffice04/pkg-descr deleted file mode 100644 index 0944380f61e9..000000000000 --- a/devel/goffice04/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Goffice is a set of document centric components for GLib and GTK+. - -There are common operations for document centric applications that are -conceptually simple, but complex to implement fully. - - plugins - - load/save documents - - undo/redo - -Goffice provides a single library for performing such operations. diff --git a/devel/goffice04/pkg-plist b/devel/goffice04/pkg-plist deleted file mode 100644 index c425c7326540..000000000000 --- a/devel/goffice04/pkg-plist +++ /dev/null @@ -1,360 +0,0 @@ -include/libgoffice-1/goffice/app/error-info.h -include/libgoffice-1/goffice/app/file.h -include/libgoffice-1/goffice/app/go-cmd-context-impl.h -include/libgoffice-1/goffice/app/go-cmd-context.h -include/libgoffice-1/goffice/app/go-doc-control-impl.h -include/libgoffice-1/goffice/app/go-doc-control.h -include/libgoffice-1/goffice/app/go-doc-impl.h -include/libgoffice-1/goffice/app/go-doc.h -include/libgoffice-1/goffice/app/go-plugin-loader-module.h -include/libgoffice-1/goffice/app/go-plugin-loader.h -include/libgoffice-1/goffice/app/go-plugin-service-impl.h -include/libgoffice-1/goffice/app/go-plugin-service.h -include/libgoffice-1/goffice/app/go-plugin.h -include/libgoffice-1/goffice/app/goffice-app.h -include/libgoffice-1/goffice/app/io-context-priv.h -include/libgoffice-1/goffice/app/io-context.h -include/libgoffice-1/goffice/app/module-plugin-defs.h -include/libgoffice-1/goffice/cut-n-paste/foocanvas/foo-canvas-line.h -include/libgoffice-1/goffice/cut-n-paste/foocanvas/foo-canvas-pixbuf.h -include/libgoffice-1/goffice/cut-n-paste/foocanvas/foo-canvas-polygon.h -include/libgoffice-1/goffice/cut-n-paste/foocanvas/foo-canvas-rect-ellipse.h -include/libgoffice-1/goffice/cut-n-paste/foocanvas/foo-canvas-text.h -include/libgoffice-1/goffice/cut-n-paste/foocanvas/foo-canvas-util.h -include/libgoffice-1/goffice/cut-n-paste/foocanvas/foo-canvas-widget.h -include/libgoffice-1/goffice/cut-n-paste/foocanvas/foo-canvas.h -include/libgoffice-1/goffice/cut-n-paste/foocanvas/libfoocanvas.h -include/libgoffice-1/goffice/cut-n-paste/pcre/pcre.h -include/libgoffice-1/goffice/data/go-data-impl.h -include/libgoffice-1/goffice/data/go-data-simple.h -include/libgoffice-1/goffice/data/go-data.h -include/libgoffice-1/goffice/data/goffice-data.h -include/libgoffice-1/goffice/drawing/god-anchor.h -include/libgoffice-1/goffice/drawing/god-default-attributes.h -include/libgoffice-1/goffice/drawing/god-drawing-group.h -include/libgoffice-1/goffice/drawing/god-drawing-renderer-gdk.h -include/libgoffice-1/goffice/drawing/god-drawing-view.h -include/libgoffice-1/goffice/drawing/god-drawing.h -include/libgoffice-1/goffice/drawing/god-image-store.h -include/libgoffice-1/goffice/drawing/god-image.h -include/libgoffice-1/goffice/drawing/god-paragraph-attributes.h -include/libgoffice-1/goffice/drawing/god-property-table.h -include/libgoffice-1/goffice/drawing/god-shape.h -include/libgoffice-1/goffice/drawing/god-text-model.h -include/libgoffice-1/goffice/goffice-features.h -include/libgoffice-1/goffice/goffice.h -include/libgoffice-1/goffice/graph/goffice-graph.h -include/libgoffice-1/goffice/graph/gog-axis-line-impl.h -include/libgoffice-1/goffice/graph/gog-axis-line.h -include/libgoffice-1/goffice/graph/gog-axis.h -include/libgoffice-1/goffice/graph/gog-chart-impl.h -include/libgoffice-1/goffice/graph/gog-chart.h -include/libgoffice-1/goffice/graph/gog-control-foocanvas.h -include/libgoffice-1/goffice/graph/gog-data-allocator.h -include/libgoffice-1/goffice/graph/gog-data-set.h -include/libgoffice-1/goffice/graph/gog-error-bar.h -include/libgoffice-1/goffice/graph/gog-graph-impl.h -include/libgoffice-1/goffice/graph/gog-graph.h -include/libgoffice-1/goffice/graph/gog-grid-line.h -include/libgoffice-1/goffice/graph/gog-grid.h -include/libgoffice-1/goffice/graph/gog-guru.h -include/libgoffice-1/goffice/graph/gog-label.h -include/libgoffice-1/goffice/graph/gog-legend.h -include/libgoffice-1/goffice/graph/gog-object-xml.h -include/libgoffice-1/goffice/graph/gog-object.h -include/libgoffice-1/goffice/graph/gog-outlined-object.h -include/libgoffice-1/goffice/graph/gog-plot-engine.h -include/libgoffice-1/goffice/graph/gog-plot-impl.h -include/libgoffice-1/goffice/graph/gog-plot.h -include/libgoffice-1/goffice/graph/gog-reg-curve.h -include/libgoffice-1/goffice/graph/gog-renderer-gnome-print.h -include/libgoffice-1/goffice/graph/gog-renderer-impl.h -include/libgoffice-1/goffice/graph/gog-renderer-pixbuf.h -include/libgoffice-1/goffice/graph/gog-renderer-svg.h -include/libgoffice-1/goffice/graph/gog-renderer.h -include/libgoffice-1/goffice/graph/gog-series-impl.h -include/libgoffice-1/goffice/graph/gog-series-lines.h -include/libgoffice-1/goffice/graph/gog-series.h -include/libgoffice-1/goffice/graph/gog-style.h -include/libgoffice-1/goffice/graph/gog-styled-object.h -include/libgoffice-1/goffice/graph/gog-theme.h -include/libgoffice-1/goffice/graph/gog-view.h -include/libgoffice-1/goffice/gtk/go-action-combo-color.h -include/libgoffice-1/goffice/gtk/go-action-combo-pixmaps.h -include/libgoffice-1/goffice/gtk/go-action-combo-stack.h -include/libgoffice-1/goffice/gtk/go-action-combo-text.h -include/libgoffice-1/goffice/gtk/go-charmap-sel.h -include/libgoffice-1/goffice/gtk/go-color-group.h -include/libgoffice-1/goffice/gtk/go-color-palette.h -include/libgoffice-1/goffice/gtk/go-combo-box.h -include/libgoffice-1/goffice/gtk/go-combo-color.h -include/libgoffice-1/goffice/gtk/go-combo-pixmaps.h -include/libgoffice-1/goffice/gtk/go-combo-text.h -include/libgoffice-1/goffice/gtk/go-font-sel.h -include/libgoffice-1/goffice/gtk/go-format-sel.h -include/libgoffice-1/goffice/gtk/go-graph-widget.h -include/libgoffice-1/goffice/gtk/go-locale-sel.h -include/libgoffice-1/goffice/gtk/go-optionmenu.h -include/libgoffice-1/goffice/gtk/go-rotation-sel.h -include/libgoffice-1/goffice/gtk/goffice-gtk.h -include/libgoffice-1/goffice/ms-compat/go-ms-parser.h -include/libgoffice-1/goffice/ms-compat/god-drawing-ms-client-handler.h -include/libgoffice-1/goffice/ms-compat/god-drawing-ms.h -include/libgoffice-1/goffice/ms-compat/god-image-ms.h -include/libgoffice-1/goffice/utils/datetime.h -include/libgoffice-1/goffice/utils/format-impl.h -include/libgoffice-1/goffice/utils/go-color.h -include/libgoffice-1/goffice/utils/go-file.h -include/libgoffice-1/goffice/utils/go-font.h -include/libgoffice-1/goffice/utils/go-format-match.h -include/libgoffice-1/goffice/utils/go-format.h -include/libgoffice-1/goffice/utils/go-geometry.h -include/libgoffice-1/goffice/utils/go-glib-extras.h -include/libgoffice-1/goffice/utils/go-gradient.h -include/libgoffice-1/goffice/utils/go-libxml-extras.h -include/libgoffice-1/goffice/utils/go-line.h -include/libgoffice-1/goffice/utils/go-marker.h -include/libgoffice-1/goffice/utils/go-math.h -include/libgoffice-1/goffice/utils/go-pattern.h -include/libgoffice-1/goffice/utils/go-rangefunc.h -include/libgoffice-1/goffice/utils/go-regression.h -include/libgoffice-1/goffice/utils/go-units.h -include/libgoffice-1/goffice/utils/goffice-utils.h -include/libgoffice-1/goffice/utils/regutf8.h -lib/goffice/%%VERSION%%/plugins/plot_barcol/barcol.a -lib/goffice/%%VERSION%%/plugins/plot_barcol/barcol.la -lib/goffice/%%VERSION%%/plugins/plot_barcol/barcol.so -lib/goffice/%%VERSION%%/plugins/plot_barcol/gog-barcol-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_barcol/gog-minmax-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_barcol/plot-types.xml -lib/goffice/%%VERSION%%/plugins/plot_barcol/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_boxes/boxplot.a -lib/goffice/%%VERSION%%/plugins/plot_boxes/boxplot.la -lib/goffice/%%VERSION%%/plugins/plot_boxes/boxplot.so -lib/goffice/%%VERSION%%/plugins/plot_boxes/gog-boxplot-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_boxes/plot-types.xml -lib/goffice/%%VERSION%%/plugins/plot_boxes/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_pie/gog-pie-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_pie/gog-pie-series.glade -lib/goffice/%%VERSION%%/plugins/plot_pie/gog-ring-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_pie/pie.a -lib/goffice/%%VERSION%%/plugins/plot_pie/pie.la -lib/goffice/%%VERSION%%/plugins/plot_pie/pie.so -lib/goffice/%%VERSION%%/plugins/plot_pie/plot-types.xml -lib/goffice/%%VERSION%%/plugins/plot_pie/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_radar/plot-types.xml -lib/goffice/%%VERSION%%/plugins/plot_radar/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_radar/radar.a -lib/goffice/%%VERSION%%/plugins/plot_radar/radar.la -lib/goffice/%%VERSION%%/plugins/plot_radar/radar.so -lib/goffice/%%VERSION%%/plugins/plot_surface/gog-contour-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_surface/plot-types.xml -lib/goffice/%%VERSION%%/plugins/plot_surface/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_surface/surface.a -lib/goffice/%%VERSION%%/plugins/plot_surface/surface.la -lib/goffice/%%VERSION%%/plugins/plot_surface/surface.so -lib/goffice/%%VERSION%%/plugins/plot_xy/gog-bubble-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_xy/plot-types.xml -lib/goffice/%%VERSION%%/plugins/plot_xy/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_xy/xy.a -lib/goffice/%%VERSION%%/plugins/plot_xy/xy.la -lib/goffice/%%VERSION%%/plugins/plot_xy/xy.so -lib/goffice/%%VERSION%%/plugins/reg_linear/linreg.a -lib/goffice/%%VERSION%%/plugins/reg_linear/linreg.la -lib/goffice/%%VERSION%%/plugins/reg_linear/linreg.so -lib/goffice/%%VERSION%%/plugins/reg_linear/plugin.xml -lib/goffice/%%VERSION%%/plugins/reg_linear/reg-types.xml -lib/goffice/%%VERSION%%/plugins/reg_logfit/logfit.a -lib/goffice/%%VERSION%%/plugins/reg_logfit/logfit.la -lib/goffice/%%VERSION%%/plugins/reg_logfit/logfit.so -lib/goffice/%%VERSION%%/plugins/reg_logfit/plugin.xml -lib/goffice/%%VERSION%%/plugins/reg_logfit/reg-types.xml -lib/libgoffice-1.a -lib/libgoffice-1.la -lib/libgoffice-1.so -lib/libgoffice-1.so.2 -libdata/pkgconfig/libgoffice-1.pc -share/gnome/goffice/%%VERSION%%/glade/go-font-sel.glade -share/gnome/goffice/%%VERSION%%/glade/go-format-sel.glade -share/gnome/goffice/%%VERSION%%/glade/go-rotation-sel.glade -share/gnome/goffice/%%VERSION%%/glade/gog-axis-prefs.glade -share/gnome/goffice/%%VERSION%%/glade/gog-chart-prefs.glade -share/gnome/goffice/%%VERSION%%/glade/gog-error-bar-prefs.glade -share/gnome/goffice/%%VERSION%%/glade/gog-guru-type-selector.glade -share/gnome/goffice/%%VERSION%%/glade/gog-guru.glade -share/gnome/goffice/%%VERSION%%/glade/gog-object-prefs.glade -share/gnome/goffice/%%VERSION%%/glade/gog-reg-curve-prefs.glade -share/gnome/goffice/%%VERSION%%/glade/gog-reg-eqn-prefs.glade -share/gnome/goffice/%%VERSION%%/glade/gog-style-prefs.glade -share/gnome/goffice/%%VERSION%%/patterns/svg-patterns.xml -share/gnome/pixmaps/goffice/area.xpm -share/gnome/pixmaps/goffice/bar-hboth.png -share/gnome/pixmaps/goffice/bar-hminus.png -share/gnome/pixmaps/goffice/bar-hplus.png -share/gnome/pixmaps/goffice/bar-none.png -share/gnome/pixmaps/goffice/bar-vboth.png -share/gnome/pixmaps/goffice/bar-vminus.png -share/gnome/pixmaps/goffice/bar-vplus.png -share/gnome/pixmaps/goffice/bar.xpm -share/gnome/pixmaps/goffice/boxplot.xpm -share/gnome/pixmaps/goffice/bubble.xpm -share/gnome/pixmaps/goffice/chart_area_1_1.png -share/gnome/pixmaps/goffice/chart_area_1_2.png -share/gnome/pixmaps/goffice/chart_area_1_3.png -share/gnome/pixmaps/goffice/chart_bar_1_1.png -share/gnome/pixmaps/goffice/chart_bar_1_2.png -share/gnome/pixmaps/goffice/chart_bar_1_3.png -share/gnome/pixmaps/goffice/chart_bar_2_1.png -share/gnome/pixmaps/goffice/chart_bar_2_2.png -share/gnome/pixmaps/goffice/chart_bar_2_3.png -share/gnome/pixmaps/goffice/chart_boxplot_1_1.png -share/gnome/pixmaps/goffice/chart_bubble_1_1.png -share/gnome/pixmaps/goffice/chart_column_1_1.png -share/gnome/pixmaps/goffice/chart_column_1_2.png -share/gnome/pixmaps/goffice/chart_column_1_3.png -share/gnome/pixmaps/goffice/chart_column_2_1.png -share/gnome/pixmaps/goffice/chart_column_2_2.png -share/gnome/pixmaps/goffice/chart_column_2_3.png -share/gnome/pixmaps/goffice/chart_column_3_1.png -share/gnome/pixmaps/goffice/chart_cone_1_1.png -share/gnome/pixmaps/goffice/chart_cone_1_2.png -share/gnome/pixmaps/goffice/chart_cone_1_3.png -share/gnome/pixmaps/goffice/chart_cone_2_1.png -share/gnome/pixmaps/goffice/chart_cone_2_2.png -share/gnome/pixmaps/goffice/chart_cone_2_3.png -share/gnome/pixmaps/goffice/chart_cone_3_1.png -share/gnome/pixmaps/goffice/chart_contour_1_1.png -share/gnome/pixmaps/goffice/chart_cylinder_1_1.png -share/gnome/pixmaps/goffice/chart_cylinder_1_2.png -share/gnome/pixmaps/goffice/chart_cylinder_1_3.png -share/gnome/pixmaps/goffice/chart_cylinder_2_1.png -share/gnome/pixmaps/goffice/chart_cylinder_2_2.png -share/gnome/pixmaps/goffice/chart_cylinder_2_3.png -share/gnome/pixmaps/goffice/chart_cylinder_3_1.png -share/gnome/pixmaps/goffice/chart_dropbar_1_1.png -share/gnome/pixmaps/goffice/chart_dropbar_1_2.png -share/gnome/pixmaps/goffice/chart_line_1_1.png -share/gnome/pixmaps/goffice/chart_line_1_2.png -share/gnome/pixmaps/goffice/chart_line_1_3.png -share/gnome/pixmaps/goffice/chart_line_2_1.png -share/gnome/pixmaps/goffice/chart_line_2_2.png -share/gnome/pixmaps/goffice/chart_line_2_3.png -share/gnome/pixmaps/goffice/chart_line_3_1.png -share/gnome/pixmaps/goffice/chart_minmax_1_1.png -share/gnome/pixmaps/goffice/chart_minmax_1_2.png -share/gnome/pixmaps/goffice/chart_minmax_2_1.png -share/gnome/pixmaps/goffice/chart_minmax_2_2.png -share/gnome/pixmaps/goffice/chart_pie_1_1.png -share/gnome/pixmaps/goffice/chart_pie_1_2.png -share/gnome/pixmaps/goffice/chart_pie_1_3.png -share/gnome/pixmaps/goffice/chart_pie_2_1.png -share/gnome/pixmaps/goffice/chart_pie_2_2.png -share/gnome/pixmaps/goffice/chart_pie_2_3.png -share/gnome/pixmaps/goffice/chart_polar_1_1.png -share/gnome/pixmaps/goffice/chart_pyramid_1_1.png -share/gnome/pixmaps/goffice/chart_pyramid_1_2.png -share/gnome/pixmaps/goffice/chart_pyramid_1_3.png -share/gnome/pixmaps/goffice/chart_pyramid_2_1.png -share/gnome/pixmaps/goffice/chart_pyramid_2_2.png -share/gnome/pixmaps/goffice/chart_pyramid_2_3.png -share/gnome/pixmaps/goffice/chart_pyramid_3_1.png -share/gnome/pixmaps/goffice/chart_radar_1_1.png -share/gnome/pixmaps/goffice/chart_radar_1_2.png -share/gnome/pixmaps/goffice/chart_radar_1_3.png -share/gnome/pixmaps/goffice/chart_ring_1_1.png -share/gnome/pixmaps/goffice/chart_ring_1_2.png -share/gnome/pixmaps/goffice/chart_scatter_1_1.png -share/gnome/pixmaps/goffice/chart_scatter_2_1.png -share/gnome/pixmaps/goffice/chart_scatter_2_2.png -share/gnome/pixmaps/goffice/chart_scatter_3_1.png -share/gnome/pixmaps/goffice/chart_scatter_3_2.png -share/gnome/pixmaps/goffice/chart_scatter_3_3.png -share/gnome/pixmaps/goffice/chart_stock_1_1.png -share/gnome/pixmaps/goffice/chart_stock_1_2.png -share/gnome/pixmaps/goffice/chart_stock_2_1.png -share/gnome/pixmaps/goffice/chart_stock_2_2.png -share/gnome/pixmaps/goffice/column.xpm -share/gnome/pixmaps/goffice/doughnut.xpm -share/gnome/pixmaps/goffice/dropbar.xpm -share/gnome/pixmaps/goffice/linegraph.xpm -share/gnome/pixmaps/goffice/minmax.xpm -share/gnome/pixmaps/goffice/pie.xpm -share/gnome/pixmaps/goffice/polar.png -share/gnome/pixmaps/goffice/radar.xpm -share/gnome/pixmaps/goffice/scatter.xpm -share/gnome/pixmaps/goffice/stock.xpm -share/gnome/pixmaps/goffice/surface.xpm -share/locale/am/LC_MESSAGES/goffice.mo -share/locale/az/LC_MESSAGES/goffice.mo -share/locale/bg/LC_MESSAGES/goffice.mo -share/locale/ca/LC_MESSAGES/goffice.mo -share/locale/cs/LC_MESSAGES/goffice.mo -share/locale/da/LC_MESSAGES/goffice.mo -share/locale/de/LC_MESSAGES/goffice.mo -share/locale/el/LC_MESSAGES/goffice.mo -share/locale/en_CA/LC_MESSAGES/goffice.mo -share/locale/en_GB/LC_MESSAGES/goffice.mo -share/locale/es/LC_MESSAGES/goffice.mo -share/locale/et/LC_MESSAGES/goffice.mo -share/locale/fi/LC_MESSAGES/goffice.mo -share/locale/fr/LC_MESSAGES/goffice.mo -share/locale/ga/LC_MESSAGES/goffice.mo -share/locale/gl/LC_MESSAGES/goffice.mo -share/locale/he/LC_MESSAGES/goffice.mo -share/locale/hr/LC_MESSAGES/goffice.mo -share/locale/hu/LC_MESSAGES/goffice.mo -share/locale/it/LC_MESSAGES/goffice.mo -share/locale/ja/LC_MESSAGES/goffice.mo -share/locale/ko/LC_MESSAGES/goffice.mo -share/locale/lv/LC_MESSAGES/goffice.mo -share/locale/ml/LC_MESSAGES/goffice.mo -share/locale/mr/LC_MESSAGES/goffice.mo -share/locale/ms/LC_MESSAGES/goffice.mo -share/locale/nb/LC_MESSAGES/goffice.mo -share/locale/nl/LC_MESSAGES/goffice.mo -share/locale/nn/LC_MESSAGES/goffice.mo -share/locale/no/LC_MESSAGES/goffice.mo -share/locale/pl/LC_MESSAGES/goffice.mo -share/locale/pt/LC_MESSAGES/goffice.mo -share/locale/pt_BR/LC_MESSAGES/goffice.mo -share/locale/ro/LC_MESSAGES/goffice.mo -share/locale/ru/LC_MESSAGES/goffice.mo -share/locale/sk/LC_MESSAGES/goffice.mo -share/locale/sr/LC_MESSAGES/goffice.mo -share/locale/sr@Latn/LC_MESSAGES/goffice.mo -share/locale/sv/LC_MESSAGES/goffice.mo -share/locale/tr/LC_MESSAGES/goffice.mo -share/locale/uk/LC_MESSAGES/goffice.mo -share/locale/vi/LC_MESSAGES/goffice.mo -share/locale/zh_CN/LC_MESSAGES/goffice.mo -share/locale/zh_TW/LC_MESSAGES/goffice.mo -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrm share/gnome/pixmaps/goffice -@dirrm share/gnome/goffice/%%VERSION%%/patterns -@dirrm share/gnome/goffice/%%VERSION%%/glade -@dirrm share/gnome/goffice/%%VERSION%% -@dirrm share/gnome/goffice -@dirrm lib/goffice/%%VERSION%%/plugins/reg_logfit -@dirrm lib/goffice/%%VERSION%%/plugins/reg_linear -@dirrm lib/goffice/%%VERSION%%/plugins/plot_xy -@dirrm lib/goffice/%%VERSION%%/plugins/plot_surface -@dirrm lib/goffice/%%VERSION%%/plugins/plot_radar -@dirrm lib/goffice/%%VERSION%%/plugins/plot_pie -@dirrm lib/goffice/%%VERSION%%/plugins/plot_boxes -@dirrm lib/goffice/%%VERSION%%/plugins/plot_barcol -@dirrm lib/goffice/%%VERSION%%/plugins -@dirrm lib/goffice/%%VERSION%% -@dirrm lib/goffice -@dirrm include/libgoffice-1/goffice/utils -@dirrm include/libgoffice-1/goffice/ms-compat -@dirrm include/libgoffice-1/goffice/gtk -@dirrm include/libgoffice-1/goffice/graph -@dirrm include/libgoffice-1/goffice/drawing -@dirrm include/libgoffice-1/goffice/data -@dirrm include/libgoffice-1/goffice/cut-n-paste/pcre -@dirrm include/libgoffice-1/goffice/cut-n-paste/foocanvas -@dirrm include/libgoffice-1/goffice/cut-n-paste -@dirrm include/libgoffice-1/goffice/app -@dirrm include/libgoffice-1/goffice -@dirrm include/libgoffice-1 diff --git a/devel/goffice1/Makefile b/devel/goffice1/Makefile deleted file mode 100644 index 6b1c64a95280..000000000000 --- a/devel/goffice1/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: goffice -# Date created: 07 June 2005 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/goffice/Makefile,v 1.9 2006/01/31 22:13:22 ahze Exp $ -# - -PORTNAME= goffice -PORTVERSION= 0.2.0 -PORTREVISION= 1 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GLib/GTK+ set of document centric objects and utilities - -USE_BZIP2= yes -USE_GMAKE= yes -USE_X_PREFIX= yes -USE_GNOME= gnomeprefix gnomehack intlhack libgnomeprint libglade2 \ - libgsf_gnome ltverhack -USE_AUTOTOOLS= libtool:15 -INSTALLS_SHLIB= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -PLIST_SUB= VERSION=${PORTVERSION} - -.include <bsd.port.mk> diff --git a/devel/goffice1/distinfo b/devel/goffice1/distinfo deleted file mode 100644 index 2c53271dec6b..000000000000 --- a/devel/goffice1/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (goffice-0.2.0.tar.bz2) = e1f60fc9822813c6c3f20296e54928bf -SHA256 (goffice-0.2.0.tar.bz2) = 61449a89dc9d174101676b8e0598920fca6e2e1df266b568f0c9730176dbb807 -SIZE (goffice-0.2.0.tar.bz2) = 1414147 diff --git a/devel/goffice1/pkg-descr b/devel/goffice1/pkg-descr deleted file mode 100644 index 0944380f61e9..000000000000 --- a/devel/goffice1/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Goffice is a set of document centric components for GLib and GTK+. - -There are common operations for document centric applications that are -conceptually simple, but complex to implement fully. - - plugins - - load/save documents - - undo/redo - -Goffice provides a single library for performing such operations. diff --git a/devel/goffice1/pkg-plist b/devel/goffice1/pkg-plist deleted file mode 100644 index c425c7326540..000000000000 --- a/devel/goffice1/pkg-plist +++ /dev/null @@ -1,360 +0,0 @@ -include/libgoffice-1/goffice/app/error-info.h -include/libgoffice-1/goffice/app/file.h -include/libgoffice-1/goffice/app/go-cmd-context-impl.h -include/libgoffice-1/goffice/app/go-cmd-context.h -include/libgoffice-1/goffice/app/go-doc-control-impl.h -include/libgoffice-1/goffice/app/go-doc-control.h -include/libgoffice-1/goffice/app/go-doc-impl.h -include/libgoffice-1/goffice/app/go-doc.h -include/libgoffice-1/goffice/app/go-plugin-loader-module.h -include/libgoffice-1/goffice/app/go-plugin-loader.h -include/libgoffice-1/goffice/app/go-plugin-service-impl.h -include/libgoffice-1/goffice/app/go-plugin-service.h -include/libgoffice-1/goffice/app/go-plugin.h -include/libgoffice-1/goffice/app/goffice-app.h -include/libgoffice-1/goffice/app/io-context-priv.h -include/libgoffice-1/goffice/app/io-context.h -include/libgoffice-1/goffice/app/module-plugin-defs.h -include/libgoffice-1/goffice/cut-n-paste/foocanvas/foo-canvas-line.h -include/libgoffice-1/goffice/cut-n-paste/foocanvas/foo-canvas-pixbuf.h -include/libgoffice-1/goffice/cut-n-paste/foocanvas/foo-canvas-polygon.h -include/libgoffice-1/goffice/cut-n-paste/foocanvas/foo-canvas-rect-ellipse.h -include/libgoffice-1/goffice/cut-n-paste/foocanvas/foo-canvas-text.h -include/libgoffice-1/goffice/cut-n-paste/foocanvas/foo-canvas-util.h -include/libgoffice-1/goffice/cut-n-paste/foocanvas/foo-canvas-widget.h -include/libgoffice-1/goffice/cut-n-paste/foocanvas/foo-canvas.h -include/libgoffice-1/goffice/cut-n-paste/foocanvas/libfoocanvas.h -include/libgoffice-1/goffice/cut-n-paste/pcre/pcre.h -include/libgoffice-1/goffice/data/go-data-impl.h -include/libgoffice-1/goffice/data/go-data-simple.h -include/libgoffice-1/goffice/data/go-data.h -include/libgoffice-1/goffice/data/goffice-data.h -include/libgoffice-1/goffice/drawing/god-anchor.h -include/libgoffice-1/goffice/drawing/god-default-attributes.h -include/libgoffice-1/goffice/drawing/god-drawing-group.h -include/libgoffice-1/goffice/drawing/god-drawing-renderer-gdk.h -include/libgoffice-1/goffice/drawing/god-drawing-view.h -include/libgoffice-1/goffice/drawing/god-drawing.h -include/libgoffice-1/goffice/drawing/god-image-store.h -include/libgoffice-1/goffice/drawing/god-image.h -include/libgoffice-1/goffice/drawing/god-paragraph-attributes.h -include/libgoffice-1/goffice/drawing/god-property-table.h -include/libgoffice-1/goffice/drawing/god-shape.h -include/libgoffice-1/goffice/drawing/god-text-model.h -include/libgoffice-1/goffice/goffice-features.h -include/libgoffice-1/goffice/goffice.h -include/libgoffice-1/goffice/graph/goffice-graph.h -include/libgoffice-1/goffice/graph/gog-axis-line-impl.h -include/libgoffice-1/goffice/graph/gog-axis-line.h -include/libgoffice-1/goffice/graph/gog-axis.h -include/libgoffice-1/goffice/graph/gog-chart-impl.h -include/libgoffice-1/goffice/graph/gog-chart.h -include/libgoffice-1/goffice/graph/gog-control-foocanvas.h -include/libgoffice-1/goffice/graph/gog-data-allocator.h -include/libgoffice-1/goffice/graph/gog-data-set.h -include/libgoffice-1/goffice/graph/gog-error-bar.h -include/libgoffice-1/goffice/graph/gog-graph-impl.h -include/libgoffice-1/goffice/graph/gog-graph.h -include/libgoffice-1/goffice/graph/gog-grid-line.h -include/libgoffice-1/goffice/graph/gog-grid.h -include/libgoffice-1/goffice/graph/gog-guru.h -include/libgoffice-1/goffice/graph/gog-label.h -include/libgoffice-1/goffice/graph/gog-legend.h -include/libgoffice-1/goffice/graph/gog-object-xml.h -include/libgoffice-1/goffice/graph/gog-object.h -include/libgoffice-1/goffice/graph/gog-outlined-object.h -include/libgoffice-1/goffice/graph/gog-plot-engine.h -include/libgoffice-1/goffice/graph/gog-plot-impl.h -include/libgoffice-1/goffice/graph/gog-plot.h -include/libgoffice-1/goffice/graph/gog-reg-curve.h -include/libgoffice-1/goffice/graph/gog-renderer-gnome-print.h -include/libgoffice-1/goffice/graph/gog-renderer-impl.h -include/libgoffice-1/goffice/graph/gog-renderer-pixbuf.h -include/libgoffice-1/goffice/graph/gog-renderer-svg.h -include/libgoffice-1/goffice/graph/gog-renderer.h -include/libgoffice-1/goffice/graph/gog-series-impl.h -include/libgoffice-1/goffice/graph/gog-series-lines.h -include/libgoffice-1/goffice/graph/gog-series.h -include/libgoffice-1/goffice/graph/gog-style.h -include/libgoffice-1/goffice/graph/gog-styled-object.h -include/libgoffice-1/goffice/graph/gog-theme.h -include/libgoffice-1/goffice/graph/gog-view.h -include/libgoffice-1/goffice/gtk/go-action-combo-color.h -include/libgoffice-1/goffice/gtk/go-action-combo-pixmaps.h -include/libgoffice-1/goffice/gtk/go-action-combo-stack.h -include/libgoffice-1/goffice/gtk/go-action-combo-text.h -include/libgoffice-1/goffice/gtk/go-charmap-sel.h -include/libgoffice-1/goffice/gtk/go-color-group.h -include/libgoffice-1/goffice/gtk/go-color-palette.h -include/libgoffice-1/goffice/gtk/go-combo-box.h -include/libgoffice-1/goffice/gtk/go-combo-color.h -include/libgoffice-1/goffice/gtk/go-combo-pixmaps.h -include/libgoffice-1/goffice/gtk/go-combo-text.h -include/libgoffice-1/goffice/gtk/go-font-sel.h -include/libgoffice-1/goffice/gtk/go-format-sel.h -include/libgoffice-1/goffice/gtk/go-graph-widget.h -include/libgoffice-1/goffice/gtk/go-locale-sel.h -include/libgoffice-1/goffice/gtk/go-optionmenu.h -include/libgoffice-1/goffice/gtk/go-rotation-sel.h -include/libgoffice-1/goffice/gtk/goffice-gtk.h -include/libgoffice-1/goffice/ms-compat/go-ms-parser.h -include/libgoffice-1/goffice/ms-compat/god-drawing-ms-client-handler.h -include/libgoffice-1/goffice/ms-compat/god-drawing-ms.h -include/libgoffice-1/goffice/ms-compat/god-image-ms.h -include/libgoffice-1/goffice/utils/datetime.h -include/libgoffice-1/goffice/utils/format-impl.h -include/libgoffice-1/goffice/utils/go-color.h -include/libgoffice-1/goffice/utils/go-file.h -include/libgoffice-1/goffice/utils/go-font.h -include/libgoffice-1/goffice/utils/go-format-match.h -include/libgoffice-1/goffice/utils/go-format.h -include/libgoffice-1/goffice/utils/go-geometry.h -include/libgoffice-1/goffice/utils/go-glib-extras.h -include/libgoffice-1/goffice/utils/go-gradient.h -include/libgoffice-1/goffice/utils/go-libxml-extras.h -include/libgoffice-1/goffice/utils/go-line.h -include/libgoffice-1/goffice/utils/go-marker.h -include/libgoffice-1/goffice/utils/go-math.h -include/libgoffice-1/goffice/utils/go-pattern.h -include/libgoffice-1/goffice/utils/go-rangefunc.h -include/libgoffice-1/goffice/utils/go-regression.h -include/libgoffice-1/goffice/utils/go-units.h -include/libgoffice-1/goffice/utils/goffice-utils.h -include/libgoffice-1/goffice/utils/regutf8.h -lib/goffice/%%VERSION%%/plugins/plot_barcol/barcol.a -lib/goffice/%%VERSION%%/plugins/plot_barcol/barcol.la -lib/goffice/%%VERSION%%/plugins/plot_barcol/barcol.so -lib/goffice/%%VERSION%%/plugins/plot_barcol/gog-barcol-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_barcol/gog-minmax-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_barcol/plot-types.xml -lib/goffice/%%VERSION%%/plugins/plot_barcol/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_boxes/boxplot.a -lib/goffice/%%VERSION%%/plugins/plot_boxes/boxplot.la -lib/goffice/%%VERSION%%/plugins/plot_boxes/boxplot.so -lib/goffice/%%VERSION%%/plugins/plot_boxes/gog-boxplot-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_boxes/plot-types.xml -lib/goffice/%%VERSION%%/plugins/plot_boxes/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_pie/gog-pie-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_pie/gog-pie-series.glade -lib/goffice/%%VERSION%%/plugins/plot_pie/gog-ring-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_pie/pie.a -lib/goffice/%%VERSION%%/plugins/plot_pie/pie.la -lib/goffice/%%VERSION%%/plugins/plot_pie/pie.so -lib/goffice/%%VERSION%%/plugins/plot_pie/plot-types.xml -lib/goffice/%%VERSION%%/plugins/plot_pie/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_radar/plot-types.xml -lib/goffice/%%VERSION%%/plugins/plot_radar/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_radar/radar.a -lib/goffice/%%VERSION%%/plugins/plot_radar/radar.la -lib/goffice/%%VERSION%%/plugins/plot_radar/radar.so -lib/goffice/%%VERSION%%/plugins/plot_surface/gog-contour-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_surface/plot-types.xml -lib/goffice/%%VERSION%%/plugins/plot_surface/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_surface/surface.a -lib/goffice/%%VERSION%%/plugins/plot_surface/surface.la -lib/goffice/%%VERSION%%/plugins/plot_surface/surface.so -lib/goffice/%%VERSION%%/plugins/plot_xy/gog-bubble-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_xy/plot-types.xml -lib/goffice/%%VERSION%%/plugins/plot_xy/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_xy/xy.a -lib/goffice/%%VERSION%%/plugins/plot_xy/xy.la -lib/goffice/%%VERSION%%/plugins/plot_xy/xy.so -lib/goffice/%%VERSION%%/plugins/reg_linear/linreg.a -lib/goffice/%%VERSION%%/plugins/reg_linear/linreg.la -lib/goffice/%%VERSION%%/plugins/reg_linear/linreg.so -lib/goffice/%%VERSION%%/plugins/reg_linear/plugin.xml -lib/goffice/%%VERSION%%/plugins/reg_linear/reg-types.xml -lib/goffice/%%VERSION%%/plugins/reg_logfit/logfit.a -lib/goffice/%%VERSION%%/plugins/reg_logfit/logfit.la -lib/goffice/%%VERSION%%/plugins/reg_logfit/logfit.so -lib/goffice/%%VERSION%%/plugins/reg_logfit/plugin.xml -lib/goffice/%%VERSION%%/plugins/reg_logfit/reg-types.xml -lib/libgoffice-1.a -lib/libgoffice-1.la -lib/libgoffice-1.so -lib/libgoffice-1.so.2 -libdata/pkgconfig/libgoffice-1.pc -share/gnome/goffice/%%VERSION%%/glade/go-font-sel.glade -share/gnome/goffice/%%VERSION%%/glade/go-format-sel.glade -share/gnome/goffice/%%VERSION%%/glade/go-rotation-sel.glade -share/gnome/goffice/%%VERSION%%/glade/gog-axis-prefs.glade -share/gnome/goffice/%%VERSION%%/glade/gog-chart-prefs.glade -share/gnome/goffice/%%VERSION%%/glade/gog-error-bar-prefs.glade -share/gnome/goffice/%%VERSION%%/glade/gog-guru-type-selector.glade -share/gnome/goffice/%%VERSION%%/glade/gog-guru.glade -share/gnome/goffice/%%VERSION%%/glade/gog-object-prefs.glade -share/gnome/goffice/%%VERSION%%/glade/gog-reg-curve-prefs.glade -share/gnome/goffice/%%VERSION%%/glade/gog-reg-eqn-prefs.glade -share/gnome/goffice/%%VERSION%%/glade/gog-style-prefs.glade -share/gnome/goffice/%%VERSION%%/patterns/svg-patterns.xml -share/gnome/pixmaps/goffice/area.xpm -share/gnome/pixmaps/goffice/bar-hboth.png -share/gnome/pixmaps/goffice/bar-hminus.png -share/gnome/pixmaps/goffice/bar-hplus.png -share/gnome/pixmaps/goffice/bar-none.png -share/gnome/pixmaps/goffice/bar-vboth.png -share/gnome/pixmaps/goffice/bar-vminus.png -share/gnome/pixmaps/goffice/bar-vplus.png -share/gnome/pixmaps/goffice/bar.xpm -share/gnome/pixmaps/goffice/boxplot.xpm -share/gnome/pixmaps/goffice/bubble.xpm -share/gnome/pixmaps/goffice/chart_area_1_1.png -share/gnome/pixmaps/goffice/chart_area_1_2.png -share/gnome/pixmaps/goffice/chart_area_1_3.png -share/gnome/pixmaps/goffice/chart_bar_1_1.png -share/gnome/pixmaps/goffice/chart_bar_1_2.png -share/gnome/pixmaps/goffice/chart_bar_1_3.png -share/gnome/pixmaps/goffice/chart_bar_2_1.png -share/gnome/pixmaps/goffice/chart_bar_2_2.png -share/gnome/pixmaps/goffice/chart_bar_2_3.png -share/gnome/pixmaps/goffice/chart_boxplot_1_1.png -share/gnome/pixmaps/goffice/chart_bubble_1_1.png -share/gnome/pixmaps/goffice/chart_column_1_1.png -share/gnome/pixmaps/goffice/chart_column_1_2.png -share/gnome/pixmaps/goffice/chart_column_1_3.png -share/gnome/pixmaps/goffice/chart_column_2_1.png -share/gnome/pixmaps/goffice/chart_column_2_2.png -share/gnome/pixmaps/goffice/chart_column_2_3.png -share/gnome/pixmaps/goffice/chart_column_3_1.png -share/gnome/pixmaps/goffice/chart_cone_1_1.png -share/gnome/pixmaps/goffice/chart_cone_1_2.png -share/gnome/pixmaps/goffice/chart_cone_1_3.png -share/gnome/pixmaps/goffice/chart_cone_2_1.png -share/gnome/pixmaps/goffice/chart_cone_2_2.png -share/gnome/pixmaps/goffice/chart_cone_2_3.png -share/gnome/pixmaps/goffice/chart_cone_3_1.png -share/gnome/pixmaps/goffice/chart_contour_1_1.png -share/gnome/pixmaps/goffice/chart_cylinder_1_1.png -share/gnome/pixmaps/goffice/chart_cylinder_1_2.png -share/gnome/pixmaps/goffice/chart_cylinder_1_3.png -share/gnome/pixmaps/goffice/chart_cylinder_2_1.png -share/gnome/pixmaps/goffice/chart_cylinder_2_2.png -share/gnome/pixmaps/goffice/chart_cylinder_2_3.png -share/gnome/pixmaps/goffice/chart_cylinder_3_1.png -share/gnome/pixmaps/goffice/chart_dropbar_1_1.png -share/gnome/pixmaps/goffice/chart_dropbar_1_2.png -share/gnome/pixmaps/goffice/chart_line_1_1.png -share/gnome/pixmaps/goffice/chart_line_1_2.png -share/gnome/pixmaps/goffice/chart_line_1_3.png -share/gnome/pixmaps/goffice/chart_line_2_1.png -share/gnome/pixmaps/goffice/chart_line_2_2.png -share/gnome/pixmaps/goffice/chart_line_2_3.png -share/gnome/pixmaps/goffice/chart_line_3_1.png -share/gnome/pixmaps/goffice/chart_minmax_1_1.png -share/gnome/pixmaps/goffice/chart_minmax_1_2.png -share/gnome/pixmaps/goffice/chart_minmax_2_1.png -share/gnome/pixmaps/goffice/chart_minmax_2_2.png -share/gnome/pixmaps/goffice/chart_pie_1_1.png -share/gnome/pixmaps/goffice/chart_pie_1_2.png -share/gnome/pixmaps/goffice/chart_pie_1_3.png -share/gnome/pixmaps/goffice/chart_pie_2_1.png -share/gnome/pixmaps/goffice/chart_pie_2_2.png -share/gnome/pixmaps/goffice/chart_pie_2_3.png -share/gnome/pixmaps/goffice/chart_polar_1_1.png -share/gnome/pixmaps/goffice/chart_pyramid_1_1.png -share/gnome/pixmaps/goffice/chart_pyramid_1_2.png -share/gnome/pixmaps/goffice/chart_pyramid_1_3.png -share/gnome/pixmaps/goffice/chart_pyramid_2_1.png -share/gnome/pixmaps/goffice/chart_pyramid_2_2.png -share/gnome/pixmaps/goffice/chart_pyramid_2_3.png -share/gnome/pixmaps/goffice/chart_pyramid_3_1.png -share/gnome/pixmaps/goffice/chart_radar_1_1.png -share/gnome/pixmaps/goffice/chart_radar_1_2.png -share/gnome/pixmaps/goffice/chart_radar_1_3.png -share/gnome/pixmaps/goffice/chart_ring_1_1.png -share/gnome/pixmaps/goffice/chart_ring_1_2.png -share/gnome/pixmaps/goffice/chart_scatter_1_1.png -share/gnome/pixmaps/goffice/chart_scatter_2_1.png -share/gnome/pixmaps/goffice/chart_scatter_2_2.png -share/gnome/pixmaps/goffice/chart_scatter_3_1.png -share/gnome/pixmaps/goffice/chart_scatter_3_2.png -share/gnome/pixmaps/goffice/chart_scatter_3_3.png -share/gnome/pixmaps/goffice/chart_stock_1_1.png -share/gnome/pixmaps/goffice/chart_stock_1_2.png -share/gnome/pixmaps/goffice/chart_stock_2_1.png -share/gnome/pixmaps/goffice/chart_stock_2_2.png -share/gnome/pixmaps/goffice/column.xpm -share/gnome/pixmaps/goffice/doughnut.xpm -share/gnome/pixmaps/goffice/dropbar.xpm -share/gnome/pixmaps/goffice/linegraph.xpm -share/gnome/pixmaps/goffice/minmax.xpm -share/gnome/pixmaps/goffice/pie.xpm -share/gnome/pixmaps/goffice/polar.png -share/gnome/pixmaps/goffice/radar.xpm -share/gnome/pixmaps/goffice/scatter.xpm -share/gnome/pixmaps/goffice/stock.xpm -share/gnome/pixmaps/goffice/surface.xpm -share/locale/am/LC_MESSAGES/goffice.mo -share/locale/az/LC_MESSAGES/goffice.mo -share/locale/bg/LC_MESSAGES/goffice.mo -share/locale/ca/LC_MESSAGES/goffice.mo -share/locale/cs/LC_MESSAGES/goffice.mo -share/locale/da/LC_MESSAGES/goffice.mo -share/locale/de/LC_MESSAGES/goffice.mo -share/locale/el/LC_MESSAGES/goffice.mo -share/locale/en_CA/LC_MESSAGES/goffice.mo -share/locale/en_GB/LC_MESSAGES/goffice.mo -share/locale/es/LC_MESSAGES/goffice.mo -share/locale/et/LC_MESSAGES/goffice.mo -share/locale/fi/LC_MESSAGES/goffice.mo -share/locale/fr/LC_MESSAGES/goffice.mo -share/locale/ga/LC_MESSAGES/goffice.mo -share/locale/gl/LC_MESSAGES/goffice.mo -share/locale/he/LC_MESSAGES/goffice.mo -share/locale/hr/LC_MESSAGES/goffice.mo -share/locale/hu/LC_MESSAGES/goffice.mo -share/locale/it/LC_MESSAGES/goffice.mo -share/locale/ja/LC_MESSAGES/goffice.mo -share/locale/ko/LC_MESSAGES/goffice.mo -share/locale/lv/LC_MESSAGES/goffice.mo -share/locale/ml/LC_MESSAGES/goffice.mo -share/locale/mr/LC_MESSAGES/goffice.mo -share/locale/ms/LC_MESSAGES/goffice.mo -share/locale/nb/LC_MESSAGES/goffice.mo -share/locale/nl/LC_MESSAGES/goffice.mo -share/locale/nn/LC_MESSAGES/goffice.mo -share/locale/no/LC_MESSAGES/goffice.mo -share/locale/pl/LC_MESSAGES/goffice.mo -share/locale/pt/LC_MESSAGES/goffice.mo -share/locale/pt_BR/LC_MESSAGES/goffice.mo -share/locale/ro/LC_MESSAGES/goffice.mo -share/locale/ru/LC_MESSAGES/goffice.mo -share/locale/sk/LC_MESSAGES/goffice.mo -share/locale/sr/LC_MESSAGES/goffice.mo -share/locale/sr@Latn/LC_MESSAGES/goffice.mo -share/locale/sv/LC_MESSAGES/goffice.mo -share/locale/tr/LC_MESSAGES/goffice.mo -share/locale/uk/LC_MESSAGES/goffice.mo -share/locale/vi/LC_MESSAGES/goffice.mo -share/locale/zh_CN/LC_MESSAGES/goffice.mo -share/locale/zh_TW/LC_MESSAGES/goffice.mo -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrm share/gnome/pixmaps/goffice -@dirrm share/gnome/goffice/%%VERSION%%/patterns -@dirrm share/gnome/goffice/%%VERSION%%/glade -@dirrm share/gnome/goffice/%%VERSION%% -@dirrm share/gnome/goffice -@dirrm lib/goffice/%%VERSION%%/plugins/reg_logfit -@dirrm lib/goffice/%%VERSION%%/plugins/reg_linear -@dirrm lib/goffice/%%VERSION%%/plugins/plot_xy -@dirrm lib/goffice/%%VERSION%%/plugins/plot_surface -@dirrm lib/goffice/%%VERSION%%/plugins/plot_radar -@dirrm lib/goffice/%%VERSION%%/plugins/plot_pie -@dirrm lib/goffice/%%VERSION%%/plugins/plot_boxes -@dirrm lib/goffice/%%VERSION%%/plugins/plot_barcol -@dirrm lib/goffice/%%VERSION%%/plugins -@dirrm lib/goffice/%%VERSION%% -@dirrm lib/goffice -@dirrm include/libgoffice-1/goffice/utils -@dirrm include/libgoffice-1/goffice/ms-compat -@dirrm include/libgoffice-1/goffice/gtk -@dirrm include/libgoffice-1/goffice/graph -@dirrm include/libgoffice-1/goffice/drawing -@dirrm include/libgoffice-1/goffice/data -@dirrm include/libgoffice-1/goffice/cut-n-paste/pcre -@dirrm include/libgoffice-1/goffice/cut-n-paste/foocanvas -@dirrm include/libgoffice-1/goffice/cut-n-paste -@dirrm include/libgoffice-1/goffice/app -@dirrm include/libgoffice-1/goffice -@dirrm include/libgoffice-1 diff --git a/devel/gstreamer-plugins-gconf80/Makefile b/devel/gstreamer-plugins-gconf80/Makefile deleted file mode 100644 index 08d2c14c8893..000000000000 --- a/devel/gstreamer-plugins-gconf80/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-gconf -# Date created: 10 Mar 2004 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= devel -PORTREVISION= 1 - -COMMENT= Gstreamer gconf plugin - -GST_PLUGIN= gconf - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/devel/gstreamer-plugins-gnomevfs80/Makefile b/devel/gstreamer-plugins-gnomevfs80/Makefile deleted file mode 100644 index ff4b0287bb96..000000000000 --- a/devel/gstreamer-plugins-gnomevfs80/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-gnomevfs -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= devel -PORTREVISION= 1 - -COMMENT= Gstreamer gnomevfs plugin - -GST_PLUGIN= gnomevfs - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/devel/gstreamer-plugins-sdl80/Makefile b/devel/gstreamer-plugins-sdl80/Makefile deleted file mode 100644 index bf320b82fee1..000000000000 --- a/devel/gstreamer-plugins-sdl80/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-sdl -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= devel -PORTREVISION= 1 - -COMMENT= Gstreamer SDL plugin - -GST_PLUGIN= sdl - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/devel/hcs12mem/Makefile b/devel/hcs12mem/Makefile deleted file mode 100644 index cbe52a5ea91c..000000000000 --- a/devel/hcs12mem/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: hc12mem -# Date created: 18 November 2005 -# Whom: mk -# -# $FreeBSD$ -# - -PORTNAME= hc12mem -PORTVERSION= 1.3.1 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:sf/} \ - http://cml.mfk.net.pl/hc12mem/ -MASTER_SITE_SUBDIR= hc12mem/:sf -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:sf,DEFAULT - -MAINTAINER= mk@capri.pl -COMMENT= HCS12 MCU tool: erase,read,write,protect,unprotect FLASH/EEPROM - -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GETOPT_LONG=yes -MANCOMPRESSED= no -USE_GCC= 3.4+ - -MAN1= hc12mem.1 - -.include <bsd.port.mk> diff --git a/devel/hcs12mem/distinfo b/devel/hcs12mem/distinfo deleted file mode 100644 index 38d1ec856250..000000000000 --- a/devel/hcs12mem/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (hc12mem-1.3.1.tar.gz) = 011dfe66294296e2682d0e2db24ee7b7 -SHA256 (hc12mem-1.3.1.tar.gz) = 50126ff010973d52990070d26b5c69b6f1e61871f9fb75c5f9abec3c6c6ce42f -SIZE (hc12mem-1.3.1.tar.gz) = 196409 diff --git a/devel/hcs12mem/pkg-descr b/devel/hcs12mem/pkg-descr deleted file mode 100644 index 92af9c8ea7f4..000000000000 --- a/devel/hcs12mem/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -hc12mem is a command line tool for embedded microcontroller developers using -Freescale's HCS12-family MCUs. -It can: -- erase/read/write/protect internal EEPROM memory -- erase/read/write internal FLASH memory -- protect/unprotect whole MCU - -Supported MCUs: almost every HCS12 derivative -<MC9S12> A32, A64, A128, A256, A512, C32, C64, C96, C128, -GC16, GC32, GC64, GC96, GC128, D32, D64, D128, D256, D512, -E32, E64, E128, E256, H128, H256, UF32, NE64. - -Supported target connections: -- BDM: - - Daniel Malik's TDBML (Turbo BDM Light) USB POD - - Kevin Ross's BDM12 POD - - Marek Peca's PODEX - - my own improved version of PODEX with firmware bugfixes -- LRAE (Load RAM And Execute) serial bootloader - see Freescale's Application Note AN2546 -- Freescale's HCS12 MCU serial monitor - see Freescale's Application Note AN2548 - -WWW: http://cml.mfk.net.pl/hc12mem diff --git a/devel/hcs12mem/pkg-plist b/devel/hcs12mem/pkg-plist deleted file mode 100644 index 94d272bf996a..000000000000 --- a/devel/hcs12mem/pkg-plist +++ /dev/null @@ -1,31 +0,0 @@ -bin/hc12mem -%%DATADIR%%/mc9s12a128.dat -%%DATADIR%%/mc9s12a256.dat -%%DATADIR%%/mc9s12a32.dat -%%DATADIR%%/mc9s12a512.dat -%%DATADIR%%/mc9s12a64.dat -%%DATADIR%%/mc9s12c128.dat -%%DATADIR%%/mc9s12c32.dat -%%DATADIR%%/mc9s12c64.dat -%%DATADIR%%/mc9s12c96.dat -%%DATADIR%%/mc9s12d128.dat -%%DATADIR%%/mc9s12d256.dat -%%DATADIR%%/mc9s12d32.dat -%%DATADIR%%/mc9s12d512.dat -%%DATADIR%%/mc9s12d64.dat -%%DATADIR%%/mc9s12e128.dat -%%DATADIR%%/mc9s12e256.dat -%%DATADIR%%/mc9s12e32.dat -%%DATADIR%%/mc9s12e64.dat -%%DATADIR%%/mc9s12gc128.dat -%%DATADIR%%/mc9s12gc16.dat -%%DATADIR%%/mc9s12gc32.dat -%%DATADIR%%/mc9s12gc64.dat -%%DATADIR%%/mc9s12gc96.dat -%%DATADIR%%/mc9s12h128.dat -%%DATADIR%%/mc9s12h256.dat -%%DATADIR%%/mc9s12ne64.dat -%%DATADIR%%/mc9s12uf32.dat -%%DATADIR%%/bdm.s19 -%%DATADIR%%/lrae.s19 -@dirrm %%DATADIR%% diff --git a/devel/horde-chora/Makefile b/devel/horde-chora/Makefile deleted file mode 100644 index b093bdd53d25..000000000000 --- a/devel/horde-chora/Makefile +++ /dev/null @@ -1,138 +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.1 -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}/${LHORDEDIR}/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_APACHE= 1.3+ # needed to test APACHE_VERSION -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 - -LHORDEDIR?= www/horde -LCHORADIR= ${LHORDEDIR}/chora - -PLIST_SUB= CHORADIR=${LCHORADIR} HORDE_INC=${HORDE_INC:S|^${LOCALBASE}/||} -PKGMESSAGE= ${WRKDIR}/pkg-message -PKGDEINSTALL= ${WRKDIR}/pkg-deinstall -SUB_FILES= pkg-message pkg-deinstall -SUB_LIST= CHORADIR=${CHORADIR} CONFDIR=${CONFDIR} - -CHORADIR= ${PREFIX}/${LCHORADIR} -CONFDIR= ${CHORADIR}/config - -PATCH2RM= sourceroots.php.dist.orig sourceroots.php.dist.bak conf.xml.bak - -.include <bsd.port.pre.mk> - -.if ${APACHE_VERSION} >= 20 -HORDE_INC= ${LOCALBASE}/etc/apache${APACHE_VERSION:S/20/2/}/Includes -.else -HORDE_INC= ${LOCALBASE}/etc/horde -.endif - -pre-configure: - @${SED} -e "s:/home/httpd/html/horde/chora:${CHORADIR}:" \ - ${FILESDIR}/httpd.conf.chora > ${WRKDIR}/httpd-chora.conf - @${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-chora.conf ${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: - @${ECHO_MSG} - @${CAT} ${PKGMESSAGE} - @${ECHO_MSG} - -.include <bsd.port.post.mk> diff --git a/devel/horde-chora/distinfo b/devel/horde-chora/distinfo deleted file mode 100644 index 480790e21cd1..000000000000 --- a/devel/horde-chora/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (chora-h3-2.0.1.tar.gz) = 8f3f3e81c839e6f13b797ab911b53652 -SHA256 (chora-h3-2.0.1.tar.gz) = 166b125f08aae7ebda5af7a58bf30c87d7bb4af7a5d3eff8f2429e10d2bd0325 -SIZE (chora-h3-2.0.1.tar.gz) = 722536 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-deinstall.in b/devel/horde-chora/files/pkg-deinstall.in deleted file mode 100644 index 0ef032fe5654..000000000000 --- a/devel/horde-chora/files/pkg-deinstall.in +++ /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 %%CHORADIR%%/config/*php %%CHORADIR%%/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/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-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 b5f16266a49e..000000000000 --- a/devel/horde-chora/pkg-plist +++ /dev/null @@ -1,165 +0,0 @@ -%%HORDE_INC%%/httpd-chora.conf -%%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/fi_FI/help.xml -%%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/ru_RU/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/ru_RU.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/ru_RU/LC_MESSAGES -@dirrm %%CHORADIR%%/locale/ru_RU -@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 -@dirrmtry %%CHORADIR%%/config -@dirrmtry %%CHORADIR%% diff --git a/devel/hs-darcs/Makefile b/devel/hs-darcs/Makefile deleted file mode 100644 index 5e773cd92f48..000000000000 --- a/devel/hs-darcs/Makefile +++ /dev/null @@ -1,72 +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.5 -PORTREVISION= 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 9b1ffb513960..000000000000 --- a/devel/hs-darcs/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (darcs-1.0.5.tar.gz) = 9a9a4f84ed5b6258f7ab321713adf20b -SHA256 (darcs-1.0.5.tar.gz) = 9e71bfdab2be413b43219bdd10f8e79a3b496d542eb447d910b2708f8a6663a9 -SIZE (darcs-1.0.5.tar.gz) = 944888 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 a63f09d673ea..000000000000 --- a/devel/hs-darcs/pkg-plist +++ /dev/null @@ -1,75 +0,0 @@ -bin/darcs -etc/bash_completion.d/darcs -%%SERVER%%%%CGIDIR%%/darcs.cgi -%%SERVER%%sbin/darcs-createrepo -%%SERVER%%etc/cgi.conf.sample -%%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/img25.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/bash_completion.d -%%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 959ee9265cd3..000000000000 --- a/devel/icu4/Makefile +++ /dev/null @@ -1,82 +0,0 @@ -# New ports collection makefile for: icu -# Date created: 22 Jan 2001 -# Whom: dwm -# -# $FreeBSD$ -# - -PORTNAME= icu -PORTVERSION= 3.4 -CATEGORIES= devel -MASTER_SITES= ftp://ftp.software.ibm.com/software/globalization/icu/${PORTVERSION}/ -EXTRACT_SUFX= .tgz - -MAINTAINER= mi@aldan.algebra.com -COMMENT= International Components for Unicode (from IBM) - -OPTIONS= THREADS "Build multi-threaded version of the library" on -CONFLICTS= icu2-[0-9]* - -INSTALLS_SHLIB= yes -NO_FILTER_SHLIBS= yes - -WRKSRC= ${WRKDIR}/icu/source - -GNU_CONFIGURE= yes -CONFIGURE_SCRIPT= runConfigureICU -CONFIGURE_ARGS+= ${OPSYS} -CONFIGURE_ARGS+= --enable-shared -CONFIGURE_ARGS+= --enable-static -CONFIGURE_ARGS+= --enable-samples=no - -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+= genccode.8 -MAN8+= gencmn.8 -MAN8+= gensprep.8 -MAN8+= genuca.8 - -ICUMAJOR= ${PORTVERSION:S/.//:R} -PLIST_SUB+= ICUMAJOR=${ICUMAJOR} -PLIST_SUB+= ICUVER=${PORTVERSION} - -.include <bsd.port.pre.mk> - -.if ${ARCH} == "ia64" -BROKEN= "Segfault during build on ia64" -.endif - -.if ${ARCH} != "sparc64" -USE_REINPLACE= yes -post-patch: - ${REINPLACE_CMD} 's,-fPIC,-fpic,' ${WRKSRC}/config/mh-bsd-gcc -.endif - -.if defined(WITH_THREADS) -CONFIGURE_ARGS+= --enable-threads=yes -CONFIGURE_ENV+= THREADSCPPFLAGS="${PTHREAD_CFLAGS}" \ - THREADSCFLAGS="${PTHREAD_CFLAGS}" \ - THREADSCXXFLAGS="${PTHREAD_CFLAGS}" \ - PTHREAD_LIBS="${PTHREAD_LIBS}" -.else -CONFIGURE_ARGS+= --enable-threads=no -.endif - -iotest cintltst intltest: - -${GMAKE} -C ${WRKSRC}/test - cd ${WRKSRC}/test/${.TARGET} && ${SETENV} \ - LD_LIBRARY_PATH=${WRKSRC}/lib:${WRKSRC}/tools/ctestfw \ - ./${.TARGET} - -post-build test: iotest cintltst intltest - -.include <bsd.port.post.mk> diff --git a/devel/icu4/distinfo b/devel/icu4/distinfo deleted file mode 100644 index cbc4884c4371..000000000000 --- a/devel/icu4/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (icu-3.4.tgz) = b19f3b9eec1c44fba86b07f287801084 -SHA256 (icu-3.4.tgz) = 63e2d43107f9e6b30e3d99c457430d58cb515aaccbea9de1f461e0d18657b968 -SIZE (icu-3.4.tgz) = 9267878 diff --git a/devel/icu4/files/patch-aa b/devel/icu4/files/patch-aa deleted file mode 100644 index a089bc1c8e90..000000000000 --- a/devel/icu4/files/patch-aa +++ /dev/null @@ -1,16 +0,0 @@ ---- Makefile.in Fri Jul 9 11:43:36 2004 -+++ 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-cc-flags b/devel/icu4/files/patch-cc-flags deleted file mode 100644 index 7de91a1a6aa6..000000000000 --- a/devel/icu4/files/patch-cc-flags +++ /dev/null @@ -1,27 +0,0 @@ ---- runConfigureICU Fri Jan 16 17:26:40 2004 -+++ 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/pkg-descr b/devel/icu4/pkg-descr deleted file mode 100644 index 6cac96d9cf70..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://ibm.com/software/globalization/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 ddea2efecc00..000000000000 --- a/devel/icu4/pkg-plist +++ /dev/null @@ -1,175 +0,0 @@ -bin/derb -bin/genbrk -bin/gencnval -bin/genrb -bin/icu-config -bin/makeconv -bin/pkgdata -bin/uconv -sbin/decmn -sbin/genccode -sbin/gencmn -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/measfmt.h -include/unicode/measunit.h -include/unicode/measure.h -include/unicode/msgfmt.h -include/unicode/normlzr.h -include/unicode/numfmt.h -include/unicode/ppalmos.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/ucasemap.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/utext.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 1ce373aa9e99..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= 4.0 -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-[0-9]* linux-gid-[0-9]* sh-utils-[0-9]* - -USE_GETOPT_LONG= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -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 c90f6d664dba..000000000000 --- a/devel/idutils/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (id-utils-4.0.tar.gz) = 2053522dab62f2286579eecf2d0252e9 -SHA256 (id-utils-4.0.tar.gz) = 92dbf05578c94d46f7f1b2ebb6288e78ce1c3c8dd7fcb4f66fd8f5d30156c5f5 -SIZE (id-utils-4.0.tar.gz) = 643191 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 f39563823369..000000000000 --- a/devel/idutils/pkg-plist +++ /dev/null @@ -1,15 +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 -%%NLS%%share/locale/nl/LC_MESSAGES/id-utils.mo -%%NLS%%share/locale/pl/LC_MESSAGES/id-utils.mo diff --git a/devel/kdesdk4/Makefile b/devel/kdesdk4/Makefile deleted file mode 100644 index 589b8dd13e9e..000000000000 --- a/devel/kdesdk4/Makefile +++ /dev/null @@ -1,65 +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} -PORTREVISION= 1 -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 - -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash -LIB_DEPENDS= db4:${PORTSDIR}/databases/db4 \ - svn_client-1.0:${PORTSDIR}/devel/subversion - -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 -USE_AUTOTOOLS= libtool:15 - -INSTALLS_SHLIB= yes -LDCONFIG_DIRS= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 - -CONFIGURE_ARGS+=--with-db-include-dir=${LOCALBASE}/include/db4 \ - --with-db-lib-dir=${LOCALBASE}/lib --with-db-name=db4 \ - --with-apr-config=${LOCALBASE}/bin/apr-1-config \ - --with-apu-config=${LOCALBASE}/bin/apu-1-config - -MAN1= cervisia.1 cvsblame.1 cvscheck.1 cvsversion.1 includemocs.1 kde-build.1 kdesvn-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 - -post-patch: -# Breakage might be caused by security/heimdal's broken fnmatch.h - @${REINPLACE_CMD} -e 's|<\(fnmatch.h\)>|"/usr/include/\1"|' \ - ${WRKSRC}/cervisia/stringmatcher.cpp - -.include <bsd.port.post.mk> diff --git a/devel/kdesdk4/distinfo b/devel/kdesdk4/distinfo deleted file mode 100644 index d2513929249c..000000000000 --- a/devel/kdesdk4/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (KDE/kdesdk-3.5.1.tar.bz2) = 93199b8bf5793681fdb2e5cbcfcfbd93 -SHA256 (KDE/kdesdk-3.5.1.tar.bz2) = 198e09e1dbf6a7e34e74192eaed2b48f74a67be82781464a0b0c7a51f967d47c -SIZE (KDE/kdesdk-3.5.1.tar.bz2) = 4972114 diff --git a/devel/kdesdk4/files/patch-scripts_cvs2dist b/devel/kdesdk4/files/patch-scripts_cvs2dist deleted file mode 100644 index 3a29063d59ed..000000000000 --- a/devel/kdesdk4/files/patch-scripts_cvs2dist +++ /dev/null @@ -1,8 +0,0 @@ ---- scripts/cvs2dist.orig Mon Oct 3 17:30:54 2005 -+++ scripts/cvs2dist Mon Oct 3 17:31:00 2005 -@@ -1,4 +1,4 @@ --#! /bin/bash -+#!/usr/bin/env bash - - # This is cvs2dist - # Webpage: http://www.katzbrown.com/shiritsu/programming/cvs2dist/ diff --git a/devel/kdesdk4/files/patch-scripts_package_crystalsvg b/devel/kdesdk4/files/patch-scripts_package_crystalsvg deleted file mode 100644 index 14c649ff252f..000000000000 --- a/devel/kdesdk4/files/patch-scripts_package_crystalsvg +++ /dev/null @@ -1,8 +0,0 @@ ---- scripts/package_crystalsvg.orig Mon Oct 3 17:30:16 2005 -+++ scripts/package_crystalsvg Mon Oct 3 17:30:35 2005 -@@ -1,4 +1,4 @@ --#!/bin/bash -+#!/usr/bin/env bash - echo -n "Starting up..." - # - # Copyright (C) 2004 Frans Englich <frans.englich@telia.com> 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 c5281c32d243..000000000000 --- a/devel/kdesdk4/pkg-plist +++ /dev/null @@ -1,1054 +0,0 @@ -bin/adddebug -bin/build-progress.sh -bin/catalogmanager -bin/cervisia -bin/cheatmake -bin/colorsvn -bin/create_cvsignore -bin/create_makefile -bin/create_makefiles -bin/create_svnignore -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/extractattr -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/kdesvn-build -bin/kio_svn_helper -bin/kompare -bin/kuiviewer -bin/kunittest -bin/kunittest_debughelper -bin/kunittestguimodrunner -bin/kunittestmod -bin/licensecheck -bin/makeobj -bin/memprof2calltree -bin/noncvslist -bin/nonsvnlist -bin/op2calltree -bin/package_crystalsvg -bin/png2mng.pl -bin/po2xml -bin/pprof2calltree -bin/pruneemptydirs -bin/qtdoc -bin/split2po -bin/svn-clean -bin/svn2dist -bin/svnaddcurrentdir -bin/svnbackport -bin/svnchangesince -bin/svnforwardport -bin/svngettags -bin/svnlastchange -bin/svnlastlog -bin/svnrevertlast -bin/svnversions -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/kunittest/runnergui.h -include/repository_stub.h -lib/kde3/cervisia.a -lib/kde3/cervisia.la -lib/kde3/cervisia.so -lib/kde3/cvsaskpass.a -lib/kde3/cvsaskpass.la -lib/kde3/cvsaskpass.so -lib/kde3/cvsservice.a -lib/kde3/cvsservice.la -lib/kde3/cvsservice.so -lib/kde3/kabcformat_kdeaccounts.a -lib/kde3/kabcformat_kdeaccounts.la -lib/kde3/kabcformat_kdeaccounts.so -lib/kde3/kbabel_accelstool.a -lib/kde3/kbabel_accelstool.la -lib/kde3/kbabel_accelstool.so -lib/kde3/kbabel_argstool.a -lib/kde3/kbabel_argstool.la -lib/kde3/kbabel_argstool.so -lib/kde3/kbabel_contexttool.a -lib/kde3/kbabel_contexttool.la -lib/kde3/kbabel_contexttool.so -lib/kde3/kbabel_equationstool.a -lib/kde3/kbabel_equationstool.la -lib/kde3/kbabel_equationstool.so -lib/kde3/kbabel_gettextexport.a -lib/kde3/kbabel_gettextexport.la -lib/kde3/kbabel_gettextexport.so -lib/kde3/kbabel_gettextimport.a -lib/kde3/kbabel_gettextimport.la -lib/kde3/kbabel_gettextimport.so -lib/kde3/kbabel_lengthtool.a -lib/kde3/kbabel_lengthtool.la -lib/kde3/kbabel_lengthtool.so -lib/kde3/kbabel_linguistexport.a -lib/kde3/kbabel_linguistexport.la -lib/kde3/kbabel_linguistexport.so -lib/kde3/kbabel_linguistimport.a -lib/kde3/kbabel_linguistimport.la -lib/kde3/kbabel_linguistimport.so -lib/kde3/kbabel_nottranslatedtool.a -lib/kde3/kbabel_nottranslatedtool.la -lib/kde3/kbabel_nottranslatedtool.so -lib/kde3/kbabel_pluraltool.a -lib/kde3/kbabel_pluraltool.la -lib/kde3/kbabel_pluraltool.so -lib/kde3/kbabel_punctuationtool.a -lib/kde3/kbabel_punctuationtool.la -lib/kde3/kbabel_punctuationtool.so -lib/kde3/kbabel_regexptool.a -lib/kde3/kbabel_regexptool.la -lib/kde3/kbabel_regexptool.so -lib/kde3/kbabel_setfuzzytool.a -lib/kde3/kbabel_setfuzzytool.la -lib/kde3/kbabel_setfuzzytool.so -lib/kde3/kbabel_whitespacetool.a -lib/kde3/kbabel_whitespacetool.la -lib/kde3/kbabel_whitespacetool.so -lib/kde3/kbabel_xliffexport.a -lib/kde3/kbabel_xliffexport.la -lib/kde3/kbabel_xliffexport.so -lib/kde3/kbabel_xliffimport.a -lib/kde3/kbabel_xliffimport.la -lib/kde3/kbabel_xliffimport.so -lib/kde3/kbabel_xmltool.a -lib/kde3/kbabel_xmltool.la -lib/kde3/kbabel_xmltool.so -lib/kde3/kbabeldict_dbsearchengine.a -lib/kde3/kbabeldict_dbsearchengine.la -lib/kde3/kbabeldict_dbsearchengine.so -lib/kde3/kbabeldict_poauxiliary.a -lib/kde3/kbabeldict_poauxiliary.la -lib/kde3/kbabeldict_poauxiliary.so -lib/kde3/kbabeldict_pocompendium.a -lib/kde3/kbabeldict_pocompendium.la -lib/kde3/kbabeldict_pocompendium.so -lib/kde3/kbabeldict_tmxcompendium.a -lib/kde3/kbabeldict_tmxcompendium.la -lib/kde3/kbabeldict_tmxcompendium.so -lib/kde3/kded_ksvnd.a -lib/kde3/kded_ksvnd.la -lib/kde3/kded_ksvnd.so -lib/kde3/kfile_cpp.a -lib/kde3/kfile_cpp.la -lib/kde3/kfile_cpp.so -lib/kde3/kfile_diff.a -lib/kde3/kfile_diff.la -lib/kde3/kfile_diff.so -lib/kde3/kfile_po.a -lib/kde3/kfile_po.la -lib/kde3/kfile_po.so -lib/kde3/kfile_ts.a -lib/kde3/kfile_ts.la -lib/kde3/kfile_ts.so -lib/kde3/kio_svn.a -lib/kde3/kio_svn.la -lib/kde3/kio_svn.so -lib/kde3/libcervisiapart.a -lib/kde3/libcervisiapart.la -lib/kde3/libcervisiapart.so -lib/kde3/libkomparenavtreepart.a -lib/kde3/libkomparenavtreepart.la -lib/kde3/libkomparenavtreepart.so -lib/kde3/libkomparepart.a -lib/kde3/libkomparepart.la -lib/kde3/libkomparepart.so -lib/kde3/libkuiviewerpart.a -lib/kde3/libkuiviewerpart.la -lib/kde3/libkuiviewerpart.so -lib/kde3/plugins/styles/scheck.a -lib/kde3/plugins/styles/scheck.la -lib/kde3/plugins/styles/scheck.so -lib/kde3/pothumbnail.a -lib/kde3/pothumbnail.la -lib/kde3/pothumbnail.so -lib/kde3/quithumbnail.a -lib/kde3/quithumbnail.la -lib/kde3/quithumbnail.so -lib/libcvsservice.a -lib/libcvsservice.la -lib/libcvsservice.so -lib/libcvsservice.so.0 -lib/libkbabelcommon.a -lib/libkbabelcommon.la -lib/libkbabelcommon.so -lib/libkbabelcommon.so.5 -lib/libkbabeldictplugin.a -lib/libkbabeldictplugin.la -lib/libkbabeldictplugin.so -lib/libkbabeldictplugin.so.3 -lib/libkdeinit_cervisia.a -lib/libkdeinit_cervisia.la -lib/libkdeinit_cervisia.so -lib/libkdeinit_cvsaskpass.la -lib/libkdeinit_cvsaskpass.a -lib/libkdeinit_cvsaskpass.so -lib/libkdeinit_cvsservice.a -lib/libkdeinit_cvsservice.la -lib/libkdeinit_cvsservice.so -lib/libkompareinterface.a -lib/libkompareinterface.la -lib/libkompareinterface.so -lib/libkompareinterface.so.0 -lib/libkspy.a -lib/libkspy.la -lib/libkspy.so -lib/libkspy.so.3 -lib/libkunittestgui.a -lib/libkunittestgui.la -lib/libkunittestgui.so -lib/libkunittestgui.so.0 -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/cervisia/eventsrc -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.sh -share/apps/kapptemplate/admin/debianrules -share/apps/kapptemplate/admin/depcomp -share/apps/kapptemplate/admin/deps.am -share/apps/kapptemplate/admin/detect-autoconf.pl -share/apps/kapptemplate/admin/doxygen.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/pkg.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/katepart/syntax/kdesvn-buildrc.xml -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/kbabel/regexplist.xml -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/kbugbuster/pics/top-right.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-change_repos_list.pl -share/apps/kconf_update/cervisia-normalize_cvsroot.pl -share/apps/kconf_update/cervisia.upd -share/apps/kconf_update/change_colors.pl -share/apps/kconf_update/kbabel-difftoproject.upd -share/apps/kconf_update/kbabel-project.upd -share/apps/kconf_update/kbabel-projectrename.upd -share/apps/kconf_update/move_repositories.pl -share/apps/kompare/komparepartui.rc -share/apps/kompare/kompareui.rc -share/apps/konqueror/servicemenus/subversion.desktop -share/apps/konqueror/servicemenus/subversion_toplevel.desktop -share/apps/kstyle/themes/scheck.themerc -share/apps/kuiviewer/kuiviewerui.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.rb -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/CVimplementation_meth.png -share/apps/umbrello/pics/CVimplementation_signal.png -share/apps/umbrello/pics/CVimplementation_slot.png -share/apps/umbrello/pics/CVimplementation_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/andline.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/choice-rhomb.png -share/apps/umbrello/pics/choice-round.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-andline.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-choice-rhomb.png -share/apps/umbrello/pics/cursor-choice-round.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-deep-history.png -share/apps/umbrello/pics/cursor-dependency.png -share/apps/umbrello/pics/cursor-end_state.png -share/apps/umbrello/pics/cursor-entity.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-join.png -share/apps/umbrello/pics/cursor-junction.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-relationship.png -share/apps/umbrello/pics/cursor-shallow-history.png -share/apps/umbrello/pics/cursor-state-fork.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/deep-history.png -share/apps/umbrello/pics/dependency.png -share/apps/umbrello/pics/end_state.png -share/apps/umbrello/pics/entity.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/join.png -share/apps/umbrello/pics/junction.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/relationship.png -share/apps/umbrello/pics/shallow-history.png -share/apps/umbrello/pics/startlogo.png -share/apps/umbrello/pics/state-fork.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/config.kcfg/kbprojectsettings.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/man-catalogmanager.1.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/pref_diff.png -share/doc/HTML/en/kbabel/pref_edit_appearance.png -share/doc/HTML/en/kbabel/pref_edit_general.png -share/doc/HTML/en/kbabel/pref_fonts.png -share/doc/HTML/en/kbabel/pref_proj_catman.png -share/doc/HTML/en/kbabel/pref_proj_diff.png -share/doc/HTML/en/kbabel/pref_proj_file_commands.png -share/doc/HTML/en/kbabel/pref_proj_folder_commands.png -share/doc/HTML/en/kbabel/pref_proj_source.png -share/doc/HTML/en/kbabel/pref_search.png -share/doc/HTML/en/kbabel/pref_wizard_page1.png -share/doc/HTML/en/kbabel/pref_wizard_page2.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/kdesvn-build/common -share/doc/HTML/en/kdesvn-build/index.cache.bz2 -share/doc/HTML/en/kdesvn-build/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/actions/svn_add.png -share/icons/crystalsvg/128x128/actions/svn_branch.png -share/icons/crystalsvg/128x128/actions/svn_merge.png -share/icons/crystalsvg/128x128/actions/svn_remove.png -share/icons/crystalsvg/128x128/actions/svn_status.png -share/icons/crystalsvg/128x128/actions/svn_switch.png -share/icons/crystalsvg/128x128/mimetypes/umbrellofile.png -share/icons/crystalsvg/16x16/actions/svn_add.png -share/icons/crystalsvg/16x16/actions/svn_branch.png -share/icons/crystalsvg/16x16/actions/svn_merge.png -share/icons/crystalsvg/16x16/actions/svn_remove.png -share/icons/crystalsvg/16x16/actions/svn_status.png -share/icons/crystalsvg/16x16/actions/svn_switch.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_diff.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/mimetypes/umbrellofile.png -share/icons/crystalsvg/22x22/actions/svn_add.png -share/icons/crystalsvg/22x22/actions/svn_branch.png -share/icons/crystalsvg/22x22/actions/svn_merge.png -share/icons/crystalsvg/22x22/actions/svn_remove.png -share/icons/crystalsvg/22x22/actions/svn_status.png -share/icons/crystalsvg/22x22/actions/svn_switch.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_entityrelationship.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_diff.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/mimetypes/umbrellofile.png -share/icons/crystalsvg/32x32/actions/svn_add.png -share/icons/crystalsvg/32x32/actions/svn_branch.png -share/icons/crystalsvg/32x32/actions/svn_merge.png -share/icons/crystalsvg/32x32/actions/svn_remove.png -share/icons/crystalsvg/32x32/actions/svn_status.png -share/icons/crystalsvg/32x32/actions/svn_switch.png -share/icons/crystalsvg/32x32/actions/vcs_add.png -share/icons/crystalsvg/32x32/actions/vcs_commit.png -share/icons/crystalsvg/32x32/actions/vcs_diff.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/mimetypes/umbrellofile.png -share/icons/crystalsvg/48x48/actions/svn_add.png -share/icons/crystalsvg/48x48/actions/svn_branch.png -share/icons/crystalsvg/48x48/actions/svn_merge.png -share/icons/crystalsvg/48x48/actions/svn_remove.png -share/icons/crystalsvg/48x48/actions/svn_status.png -share/icons/crystalsvg/48x48/actions/svn_switch.png -share/icons/crystalsvg/48x48/actions/vcs_add.png -share/icons/crystalsvg/48x48/actions/vcs_commit.png -share/icons/crystalsvg/48x48/actions/vcs_diff.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/mimetypes/umbrellofile.png -share/icons/crystalsvg/64x64/actions/svn_add.png -share/icons/crystalsvg/64x64/actions/svn_branch.png -share/icons/crystalsvg/64x64/actions/svn_merge.png -share/icons/crystalsvg/64x64/actions/svn_remove.png -share/icons/crystalsvg/64x64/actions/svn_status.png -share/icons/crystalsvg/64x64/actions/svn_switch.png -share/icons/crystalsvg/64x64/mimetypes/umbrellofile.png -share/icons/crystalsvg/scalable/actions/svn_add.svgz -share/icons/crystalsvg/scalable/actions/svn_branch.svgz -share/icons/crystalsvg/scalable/actions/svn_merge.svgz -share/icons/crystalsvg/scalable/actions/svn_remove.svgz -share/icons/crystalsvg/scalable/actions/svn_status.svgz -share/icons/crystalsvg/scalable/actions/svn_switch.svgz -share/icons/crystalsvg/scalable/actions/vcs_add.svgz -share/icons/crystalsvg/scalable/actions/vcs_commit.svgz -share/icons/crystalsvg/scalable/actions/vcs_diff.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/mimetypes/umbrellofile.svgz -share/icons/hicolor/128x128/apps/kbugbuster.png -share/icons/hicolor/128x128/apps/kompare.png -share/icons/hicolor/128x128/apps/umbrello.png -share/icons/hicolor/16x16/apps/catalogmanager.png -share/icons/hicolor/16x16/apps/cervisia.png -share/icons/hicolor/16x16/apps/kbabel.png -share/icons/hicolor/16x16/apps/kbabeldict.png -share/icons/hicolor/16x16/apps/kbugbuster.png -share/icons/hicolor/16x16/apps/kompare.png -share/icons/hicolor/16x16/apps/kuiviewer.png -share/icons/hicolor/16x16/apps/umbrello.png -share/icons/hicolor/16x16/mimetypes/umbrellofile.png -share/icons/hicolor/22x22/apps/catalogmanager.png -share/icons/hicolor/22x22/apps/cervisia.png -share/icons/hicolor/22x22/apps/kbugbuster.png -share/icons/hicolor/22x22/apps/kompare.png -share/icons/hicolor/22x22/apps/umbrello.png -share/icons/hicolor/32x32/apps/catalogmanager.png -share/icons/hicolor/32x32/apps/cervisia.png -share/icons/hicolor/32x32/apps/kbabel.png -share/icons/hicolor/32x32/apps/kbabeldict.png -share/icons/hicolor/32x32/apps/kbugbuster.png -share/icons/hicolor/32x32/apps/kcachegrind.png -share/icons/hicolor/32x32/apps/kompare.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/catalogmanager.png -share/icons/hicolor/48x48/apps/cervisia.png -share/icons/hicolor/48x48/apps/kbabel.png -share/icons/hicolor/48x48/apps/kbabeldict.png -share/icons/hicolor/48x48/apps/kbugbuster.png -share/icons/hicolor/48x48/apps/kcachegrind.png -share/icons/hicolor/48x48/apps/kompare.png -share/icons/hicolor/48x48/apps/kuiviewer.png -share/icons/hicolor/48x48/apps/umbrello.png -share/icons/hicolor/64x64/apps/kbugbuster.png -share/icons/hicolor/64x64/apps/umbrello.png -share/icons/hicolor/scalable/apps/kompare.svgz -share/icons/hicolor/scalable/apps/umbrello.svgz -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/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/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_regexptool.desktop -share/services/kbabel_setfuzzytool.desktop -share/services/kbabel_whitespacetool.desktop -share/services/kbabel_xliff_export.desktop -share/services/kbabel_xliff_import.desktop -share/services/kbabel_xmltool.desktop -share/services/kded/ksvnd.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/svn+file.protocol -share/services/svn+http.protocol -share/services/svn+https.protocol -share/services/svn+ssh.protocol -share/services/svn.protocol -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/kdesvn-build -@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/libffi-devel/Makefile b/devel/libffi-devel/Makefile deleted file mode 100644 index b5425d6eb3bf..000000000000 --- a/devel/libffi-devel/Makefile +++ /dev/null @@ -1,29 +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 -PORTREVISION= 1 -CATEGORIES= devel -MASTER_SITES= ftp://sources.redhat.com/pub/libffi/ - -MAINTAINER= horance@freera.net -COMMENT= Foreign Function Interface - -USE_AUTOTOOLS= libtool:15 -INSTALLS_SHLIB= yes -CONFIGURE_TARGET= # empty - -CONFLICTS= gcc-3* - -.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 ef2c9a97371b..000000000000 --- a/devel/libffi-devel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libffi-1.20.tar.gz) = e4c9c435ebdfcba6fa493fb1abce2ddc -SHA256 (libffi-1.20.tar.gz) = 794a23a3feacc11ef431fae9ad79c33b98043cefd6b001707596ca93085dedaa -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 7999fe07e4fe..000000000000 --- a/devel/libffi-devel/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -include/fficonfig.h -include/ffi.h -include/ffi_mips.h -lib/libffi.a -lib/libffi.la -lib/libffi.so -lib/libffi.so.2.3 diff --git a/devel/libgpc/Makefile b/devel/libgpc/Makefile deleted file mode 100644 index d5745e5f0bcb..000000000000 --- a/devel/libgpc/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: gpc -# Date created: 22 October 2005 -# Whom: Mikhail Teterin -# -# $FreeBSD$ -# - -PORTNAME= gpc -PORTVERSION= 2.32 -CATEGORIES= devel math graphics -MASTER_SITES= ftp://ftp.cs.man.ac.uk/pub/toby/gpc/ -DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} - -MAINTAINER= mi@aldan.algebra.com -COMMENT= Generic Polygon Clipper - -USE_ZIP= yes -PLIST_FILES= lib/libgpc.so.${PORTVERSION} \ - lib/libgpc.so lib/libgpc.a \ - include/gpc.h -INSTALLS_SHLIB= yes -NO_CDROM= Can't be used for profit without permission - -MAKEFILE= ${FILESDIR}/BSDmakefile - -EXTRACT_BEFORE_ARGS=-qoa - -.include <bsd.port.mk> diff --git a/devel/libgpc/distinfo b/devel/libgpc/distinfo deleted file mode 100644 index ed13041722bc..000000000000 --- a/devel/libgpc/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gpc232.zip) = e8ede167d810f26cf01f760a8824e2c9 -SHA256 (gpc232.zip) = a481e94f55f2ad1bb4d4764c69d273b08c42e500ba2201ab8157204354dcea60 -SIZE (gpc232.zip) = 15606 diff --git a/devel/libgpc/files/BSDmakefile b/devel/libgpc/files/BSDmakefile deleted file mode 100644 index bdbe36692b60..000000000000 --- a/devel/libgpc/files/BSDmakefile +++ /dev/null @@ -1,14 +0,0 @@ -LIB= gpc -NO_PROFILE= yes -NOPROFILE= yes -SHLIB_MAJOR= 2 -SHLIB_MINOR= 32 - -SRCS= gpc.c -INCS= gpc.h - -LIBDIR= ${PREFIX}/lib -INCSDIR= ${PREFIX}/include -WARNS?= 4 # level 5 trips over '-Wunused' - -.include <bsd.lib.mk> diff --git a/devel/libgpc/files/patch-alloca b/devel/libgpc/files/patch-alloca deleted file mode 100644 index 6b45ec7a48db..000000000000 --- a/devel/libgpc/files/patch-alloca +++ /dev/null @@ -1,65 +0,0 @@ -Use alloca() instead of malloc()/free(), where it is easy to do. - -Use BSD's err() instead of fprintf()/exit() on fatal failures. - -When so exiting, use non-zero code to signal a failure. - - -mi - ---- gpc.c Fri Dec 17 10:39:26 2004 -+++ gpc.c Sat Oct 22 04:04:31 2005 -@@ -39,4 +39,5 @@ Copyright: (C) 1997-2004, Advanced Inter - - #include "gpc.h" -+#include <err.h> - #include <stdlib.h> - #include <float.h> -@@ -104,6 +105,6 @@ Copyright: (C) 1997-2004, Advanced Inter - #define MALLOC(p, b, s, t) {if ((b) > 0) { \ - p= (t*)malloc(b); if (!(p)) { \ -- fprintf(stderr, "gpc malloc failure: %s\n", s); \ -- exit(0);}} else p= NULL;} -+ err(1, "gpc: %s needed %zd bytes\n", s, \ -+ (size_t)b); }} else p= NULL;} - - #define FREE(p) {if (p) {free(p); (p)= NULL;}} -@@ -965,6 +966,5 @@ static void minimax_test(gpc_polygon *su - c_bbox= create_contour_bboxes(clip); - -- MALLOC(o_table, subj->num_contours * clip->num_contours * sizeof(int), -- "overlap table creation", int); -+ o_table = alloca(subj->num_contours * clip->num_contours * sizeof(int)); - - /* Check all subject contour bounding boxes against clip boxes */ -@@ -1006,5 +1006,4 @@ static void minimax_test(gpc_polygon *su - FREE(s_bbox); - FREE(c_bbox); -- FREE(o_table); - } - -@@ -1166,5 +1165,5 @@ void gpc_polygon_clip(gpc_op op, gpc_pol - - /* Build scanbeam table from scanbeam tree */ -- MALLOC(sbt, sbt_entries * sizeof(double), "sbt creation", double); -+ sbt = alloca(sbt_entries * sizeof(double)); - build_sbt(&scanbeam, sbt, sbtree); - scanbeam= 0; -@@ -1749,5 +1748,4 @@ void gpc_polygon_clip(gpc_op op, gpc_pol - FREE(c_heap); - FREE(s_heap); -- FREE(sbt); - } - -@@ -1825,5 +1823,5 @@ void gpc_tristrip_clip(gpc_op op, gpc_po - - /* Build scanbeam table from scanbeam tree */ -- MALLOC(sbt, sbt_entries * sizeof(double), "sbt creation", double); -+ sbt = alloca(sbt_entries * sizeof(double)); - build_sbt(&scanbeam, sbt, sbtree); - scanbeam= 0; -@@ -2463,5 +2461,4 @@ void gpc_tristrip_clip(gpc_op op, gpc_po - FREE(c_heap); - FREE(s_heap); -- FREE(sbt); - } - diff --git a/devel/libgpc/pkg-descr b/devel/libgpc/pkg-descr deleted file mode 100644 index 0235b8c5f08d..000000000000 --- a/devel/libgpc/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -An algorithm for calculating the difference, intersection, -exclusive-or or union of arbitrary polygon sets. - -Author: Alan Murta (email: gpc@cs.man.ac.uk) - -Copyright: (C) 1997-2004, Advanced Interfaces Group, - University of Manchester. - - This software is free for non-commercial use. It may be copied, - modified, and redistributed provided that this copyright notice - is preserved on all copies. The intellectual property rights of - the algorithms used reside with the University of Manchester - Advanced Interfaces Group. - - You may not use this software, in whole or in part, in support - of any commercial product without the express consent of the - author. - -WWW: http://www.cs.man.ac.uk/~toby/alan/software/ - - Software documentation at -WWW: http://www.cs.man.ac.uk/~toby/alan/software/gpc.html diff --git a/devel/libmonetra/Makefile b/devel/libmonetra/Makefile deleted file mode 100644 index c80e2ad0fcfa..000000000000 --- a/devel/libmonetra/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: libmcve -# Date Created: 16 March 2002 -# Whom: Brad House <brad@mcve.com> -# -# $FreeBSD$ -# - -PORTNAME= libmcve -PORTVERSION= 4.2.2 -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 073e7c5c2527..000000000000 --- a/devel/libmonetra/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libmonetra-4.2.2.tar.gz) = 970130ce5322714fd84060942053430d -SHA256 (libmonetra-4.2.2.tar.gz) = 44d0180a645208d7e36be9a909099a27f92b3ebec3bdb6c88da1d82f917d1a43 -SIZE (libmonetra-4.2.2.tar.gz) = 531761 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/libopensync022/Makefile b/devel/libopensync022/Makefile deleted file mode 100644 index f189717c00ee..000000000000 --- a/devel/libopensync022/Makefile +++ /dev/null @@ -1,51 +0,0 @@ -# New ports collection makefile for: libopensync -# Date created: 2005-06-19 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= libopensync -PORTVERSION= 0.17 -PORTREVISION= 2 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_LOCAL} \ - http://www.opensync.org/attachment/wiki/download/ -MASTER_SITE_SUBDIR= ahze -EXTRACT_SUFX= .tar.gz\?rev=\&format=raw - -MAINTAINER= ahze@FreeBSD.org -COMMENT= Freedesktop synchronization framework - -BUILD_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13 -LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 -RUN_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13 - -CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}" -GNU_CONFIGURE= yes -USE_PYTHON= yes -USE_GNOME= gnomehack glib20 libxml2 -USE_REINPLACE= yes -INSTALLS_SHLIB= yes - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= "Does not build on FreeBSD 4.x" -.endif - -.if ${ARCH} != "i386" -BROKEN= "Does not compile on !i386" -.endif - -pre-everything:: - @${ECHO_MSG} "NOTE: You may want to avoid extra dependencies" - @${ECHO_MSG} " from devel/swig13 by building with the following" - @${ECHO_MSG} " SWIG_LANGUAGES=\"perl python\"" - @${ECHO_MSG} - -post-patch: - @${REINPLACE_CMD} -e 's|$${libdir}/pkgconfig|${PREFIX}/libdata/pkgconfig|' \ - ${WRKSRC}/Makefile.in - -.include <bsd.port.post.mk> diff --git a/devel/libopensync022/distinfo b/devel/libopensync022/distinfo deleted file mode 100644 index 8ca58d4c941c..000000000000 --- a/devel/libopensync022/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libopensync-0.17.tar.gz?rev=&format=raw) = 24e5eeef1967fe10743da51d964aab1e -SHA256 (libopensync-0.17.tar.gz?rev=&format=raw) = e1591240aee06b804adb2d49650f73ae013de344418eb4cdca2b04ef1cef79e0 -SIZE (libopensync-0.17.tar.gz?rev=&format=raw) = 587645 diff --git a/devel/libopensync022/pkg-descr b/devel/libopensync022/pkg-descr deleted file mode 100644 index 3868912c438a..000000000000 --- a/devel/libopensync022/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -OpenSync is a synchronization framework that is platform and distribution -independent. It consists of several plugins that can be used to connect to -devices, a powerfull sync-engine and the framework itself. The synchronization -framework is kept very flexible and is capable of synchronizing any type of -data, including contacts, calendar, tasks, notes and files. - -WWW: http://www.opensync.org/wiki diff --git a/devel/libopensync022/pkg-plist b/devel/libopensync022/pkg-plist deleted file mode 100644 index b2d32fc02d01..000000000000 --- a/devel/libopensync022/pkg-plist +++ /dev/null @@ -1,66 +0,0 @@ -bin/osyncdump -bin/osyncplugin -bin/osyncstress -include/opensync-1.0/opensync/opensync-xml.h -include/opensync-1.0/opensync/opensync.h -include/opensync-1.0/opensync/opensync_anchor.h -include/opensync-1.0/opensync/opensync_change.h -include/opensync-1.0/opensync/opensync_changecmds.h -include/opensync-1.0/opensync/opensync_context.h -include/opensync-1.0/opensync/opensync_convert.h -include/opensync-1.0/opensync/opensync_convreg.h -include/opensync-1.0/opensync/opensync_debug.h -include/opensync-1.0/opensync/opensync_env.h -include/opensync-1.0/opensync/opensync_error.h -include/opensync-1.0/opensync/opensync_filter.h -include/opensync-1.0/opensync/opensync_group.h -include/opensync-1.0/opensync/opensync_hashtable.h -include/opensync-1.0/opensync/opensync_member.h -include/opensync-1.0/opensync/opensync_plugin.h -include/opensync-1.0/osengine/engine.h -include/opensync-1.0/osengine/osengine_debug.h -include/opensync-1.0/osengine/osengine_engine.h -include/opensync-1.0/osengine/osengine_mapping.h -include/opensync-1.0/osengine/osengine_status.h -lib/libopensync-xml.la -lib/libopensync-xml.so -lib/libopensync-xml.so.0 -lib/libopensync.la -lib/libopensync.so -lib/libopensync.so.0 -lib/libosengine.la -lib/libosengine.so -lib/libosengine.so.0 -lib/opensync/formats/contact.la -lib/opensync/formats/contact.so -lib/opensync/formats/data.la -lib/opensync/formats/data.so -lib/opensync/formats/event.la -lib/opensync/formats/event.so -lib/opensync/formats/note.la -lib/opensync/formats/note.so -lib/opensync/formats/todo.la -lib/opensync/formats/todo.so -lib/opensync/formats/xml-evolution.la -lib/opensync/formats/xml-evolution.so -lib/opensync/formats/xml-kde.la -lib/opensync/formats/xml-kde.so -lib/opensync/formats/xml-vcal.la -lib/opensync/formats/xml-vcal.so -lib/opensync/formats/xml-vcard.la -lib/opensync/formats/xml-vcard.so -lib/opensync/formats/xml-vnote.la -lib/opensync/formats/xml-vnote.so -%%PYTHON_SITELIBDIR%%/_opensync.la -%%PYTHON_SITELIBDIR%%/_opensync.so -%%PYTHON_SITELIBDIR%%/_opensync.so.0 -%%PYTHON_SITELIBDIR%%/opensync.py -%%PYTHON_SITELIBDIR%%/opensync.pyc -%%PYTHON_SITELIBDIR%%/opensync.pyo -libdata/pkgconfig/opensync-1.0.pc -libdata/pkgconfig/osengine-1.0.pc -@dirrm lib/opensync/formats -@dirrm lib/opensync -@dirrm include/opensync-1.0/osengine -@dirrm include/opensync-1.0/opensync -@dirrm include/opensync-1.0 diff --git a/devel/libslang2-devel/Makefile b/devel/libslang2-devel/Makefile deleted file mode 100644 index 06fb5b932be9..000000000000 --- a/devel/libslang2-devel/Makefile +++ /dev/null @@ -1,65 +0,0 @@ -# New ports collection makefile for: libslang2 -# Date created: 2005-05-16 -# Whom: Renato Botelho <freebsd@galle.com.br> -# -# $FreeBSD$ -# - -PORTNAME= libslang2 -PORTVERSION= 2.0.5 -CATEGORIES= devel -MASTER_SITES= ftp://space.mit.edu/pub/davis/slang/v2.0/ \ - ftp://ftp.fu-berlin.de/pub/unix/misc/slang/v2.0/ \ - ftp://ftp.ntua.gr/pub/lang/slang/slang/v2.0/ \ - ftp://ftp.plig.org/pub/slang/v2.0/ -DISTNAME= slang-${PORTVERSION} - -MAINTAINER= garga@FreeBSD.org -COMMENT= Routines for rapid alpha-numeric terminal applications development - -USE_BZIP2= yes -USE_REINPLACE= yes -INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} - -CONFLICTS= libslang-1.* - -ALL_TARGET= all elf -INSTALL_TARGET= install install-elf - -MAN1= slsh.1 -DOCSDIR= ${PREFIX}/share/doc/slang -DATADIR= ${PREFIX}/share/slsh - -OPTIONS= PCRE "Include pcre support" on \ - PNG "Include png support" on - -.if !defined(NOPORTDOCS) -PORTDOCS= * -.endif - -.include <bsd.port.pre.mk> - -.if !defined(WITHOUT_PCRE) -LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre -PLIST_SUB+= PCRE="" -.else -CONFIGURE_ARGS+= --without-pcre -PLIST_SUB+= PCRE="@comment " -.endif - -.if !defined(WITHOUT_PNG) -LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png -PLIST_SUB+= PNG="" -.else -CONFIGURE_ARGS+= --without-png -PLIST_SUB+= PNG="@comment " -.endif - -post-patch: -.if defined(NOPORTDOCS) - @${REINPLACE_CMD} -e 's, install_docs,,g' ${WRKSRC}/src/Makefile.in -.endif - -.include <bsd.port.post.mk> diff --git a/devel/libslang2-devel/distinfo b/devel/libslang2-devel/distinfo deleted file mode 100644 index 606634c47359..000000000000 --- a/devel/libslang2-devel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (slang-2.0.5.tar.bz2) = 8b6afa085f76b1be29825f0c470b6cad -SHA256 (slang-2.0.5.tar.bz2) = 3b86cfba2c70495c379aedcfa1373755dfd03a57d02e215ea4e89488e152cf7d -SIZE (slang-2.0.5.tar.bz2) = 1054379 diff --git a/devel/libslang2-devel/files/patch-src-slinclud.h b/devel/libslang2-devel/files/patch-src-slinclud.h deleted file mode 100644 index c939e13dd854..000000000000 --- a/devel/libslang2-devel/files/patch-src-slinclud.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/slinclud.h.orig Mon May 16 16:11:14 2005 -+++ src/slinclud.h Mon May 16 16:11:48 2005 -@@ -20,7 +20,7 @@ - # include <unistd.h> - #endif - --#ifdef HAVE_MALLOC_H -+#if 0 - # include <malloc.h> - #endif - diff --git a/devel/libslang2-devel/pkg-descr b/devel/libslang2-devel/pkg-descr deleted file mode 100644 index fdbf2a163291..000000000000 --- a/devel/libslang2-devel/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -S-Lang is a multi-platform programmer's library designed to -allow a developer to create robust multi-platform software. - -It provides facilities required by interactive applications -such as display/screen management, keyboard input, keymaps, -and so on. - -The most exciting feature of the library is the slang -interpreter that may be easily embedded into a program to -make it extensible. - -WWW: http://www.s-lang.org diff --git a/devel/libslang2-devel/pkg-plist b/devel/libslang2-devel/pkg-plist deleted file mode 100644 index a03af85778ba..000000000000 --- a/devel/libslang2-devel/pkg-plist +++ /dev/null @@ -1,68 +0,0 @@ -@comment $FreeBSD$ -bin/slsh -etc/slsh.rc -include/slang.h -include/slcurses.h -lib/libslang.a -lib/libslang.so.2 -lib/libslang.so -lib/slang/v2/modules/fcntl-module.so -%%PCRE%%lib/slang/v2/modules/pcre-module.so -%%PNG%%lib/slang/v2/modules/png-module.so -lib/slang/v2/modules/select-module.so -lib/slang/v2/modules/slsmg-module.so -lib/slang/v2/modules/termios-module.so -lib/slang/v2/modules/varray-module.so -%%DATADIR%%/arrayfuns.sl -%%DATADIR%%/autoload.sl -%%DATADIR%%/cmaps/cool.map -%%DATADIR%%/cmaps/copper.map -%%DATADIR%%/cmaps/drywet.map -%%DATADIR%%/cmaps/gebco.map -%%DATADIR%%/cmaps/globe.map -%%DATADIR%%/cmaps/gray.map -%%DATADIR%%/cmaps/haxby.map -%%DATADIR%%/cmaps/hot.map -%%DATADIR%%/cmaps/jet.map -%%DATADIR%%/cmaps/no_green.map -%%DATADIR%%/cmaps/ocean.map -%%DATADIR%%/cmaps/polar.map -%%DATADIR%%/cmaps/rainbow.map -%%DATADIR%%/cmaps/red2green.map -%%DATADIR%%/cmaps/relief.map -%%DATADIR%%/cmaps/sealand.map -%%DATADIR%%/cmaps/seis.map -%%DATADIR%%/cmaps/split.map -%%DATADIR%%/cmaps/topo.map -%%DATADIR%%/cmaps/wysiwyg.map -%%DATADIR%%/fcntl.sl -%%DATADIR%%/glob.sl -%%DATADIR%%/help/pcrefuns.hlp -%%DATADIR%%/help/pngfuns.hlp -%%DATADIR%%/pcre.sl -%%DATADIR%%/png.sl -%%DATADIR%%/print.sl -%%DATADIR%%/profile.sl -%%DATADIR%%/require.sl -%%DATADIR%%/scripts/jpegsize -%%DATADIR%%/scripts/lsrpm -%%DATADIR%%/scripts/sldb -%%DATADIR%%/scripts/slprof -%%DATADIR%%/scripts/svnsh -%%DATADIR%%/select.sl -%%DATADIR%%/sldb.sl -%%DATADIR%%/sldbcore.sl -%%DATADIR%%/slshrl.sl -%%DATADIR%%/slsmg.sl -%%DATADIR%%/stkcheck.sl -%%DATADIR%%/structfuns.sl -%%DATADIR%%/termios.sl -%%DATADIR%%/varray.sl -@dirrm %%DATADIR%%/scripts -@dirrm %%DATADIR%%/help -@dirrm %%DATADIR%%/cmaps -@dirrmtry %%DATADIR%%/local-packages -@dirrm %%DATADIR%% -@dirrm lib/slang/v2/modules -@dirrm lib/slang/v2 -@dirrm lib/slang diff --git a/devel/libsoup22/Makefile b/devel/libsoup22/Makefile deleted file mode 100644 index a6185a42c864..000000000000 --- a/devel/libsoup22/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# New ports collection makefile for: libsoup -# Date created: 12 March 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/libsoup/Makefile,v 1.30 2005/08/29 03:22:33 marcus Exp $ -# - -PORTNAME= libsoup -PORTVERSION= 2.2.7 -PORTREVISION= 2 -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 ltverhack -INSTALLS_SHLIB= yes -USE_AUTOTOOLS= libtool: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.15:${PORTSDIR}/security/gnutls -.else -CONFIGURE_ARGS+=--disable-ssl -.endif - -.include <bsd.port.pre.mk> - -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.post.mk> diff --git a/devel/libsoup22/distinfo b/devel/libsoup22/distinfo deleted file mode 100644 index ec61826f0643..000000000000 --- a/devel/libsoup22/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libsoup-2.2.7.tar.bz2) = fd1d6bf0ec3e57c8a1498b935d13ace4 -SHA256 (gnome2/libsoup-2.2.7.tar.bz2) = bd5992ab97ae7da9dafce67a58513580831bb1f8ab61e00daed8c12cd7d7dc3f -SIZE (gnome2/libsoup-2.2.7.tar.bz2) = 440977 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 2352d17f7507..000000000000 --- a/devel/libsoup22/pkg-plist +++ /dev/null @@ -1,59 +0,0 @@ -include/libsoup-%%VERSION%%/libsoup/soup-address.h -include/libsoup-%%VERSION%%/libsoup/soup-connection.h -include/libsoup-%%VERSION%%/libsoup/soup-date.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-portability.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-xmlrpc-message.h -include/libsoup-%%VERSION%%/libsoup/soup-xmlrpc-response.h -include/libsoup-%%VERSION%%/libsoup/soup.h -lib/libsoup-%%VERSION%%.a -lib/libsoup-%%VERSION%%.la -lib/libsoup-%%VERSION%%.so -lib/libsoup-%%VERSION%%.so.8 -libdata/pkgconfig/libsoup-%%VERSION%%.pc -%%DOCSDIR%%/SoupAddress.html -%%DOCSDIR%%/SoupAuth.html -%%DOCSDIR%%/SoupConnection.html -%%DOCSDIR%%/SoupConnectionNTLM.html -%%DOCSDIR%%/SoupMessage.html -%%DOCSDIR%%/SoupServer.html -%%DOCSDIR%%/SoupServerMessage.html -%%DOCSDIR%%/SoupSession.html -%%DOCSDIR%%/SoupSessionAsync.html -%%DOCSDIR%%/SoupSessionSync.html -%%DOCSDIR%%/SoupSoapMessage.html -%%DOCSDIR%%/SoupSocket.html -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/ix01.html -%%DOCSDIR%%/left.png -%%DOCSDIR%%/libsoup-soup-dns.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 3926708da4c9..000000000000 --- a/devel/linux-f10-allegro/Makefile +++ /dev/null @@ -1,29 +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- - -MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= Cross-platform game programming library (linux version) - -BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm -RUN_DEPENDS= - -USE_LINUX= yes -USE_LINUX_PREFIX= yes -ONLY_FOR_ARCHS= i386 amd64 - -RPM_SET= ${PORTNAME}-${PORTVERSION}-1.${ARCH}.rpm -PLIST= ${MASTERDIR}/pkg-plist -MD5_FILE= ${MASTERDIR}/distinfo - -.include "../../x11-toolkits/linux-gtk/Makefile" diff --git a/devel/linux-f10-allegro/distinfo b/devel/linux-f10-allegro/distinfo deleted file mode 100644 index ebaf2724fb83..000000000000 --- a/devel/linux-f10-allegro/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (rpm/allegro-4.0.3-1.i386.rpm) = 551dc0c1c6756991daa9e71fd5f73faf -SHA256 (rpm/allegro-4.0.3-1.i386.rpm) = 2efc5a5b523030dac9e77f46fde06b4f3d83e6cd2deb15d5a1ed1b6a5af1851c -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 3b2d4549be63..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= 3 -CATEGORIES= devel linux - -MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= RPM of libglade - -RPM_SET= libglade-${PORTVERSION}-3.${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 3b2d4549be63..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= 3 -CATEGORIES= devel linux - -MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= RPM of libglade - -RPM_SET= libglade-${PORTVERSION}-3.${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 dcaa16d1e12e..000000000000 --- a/devel/linux-f10-sdl12/Makefile +++ /dev/null @@ -1,56 +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 - -USE_LINUX= yes -USE_LINUX_PREFIX= yes -USE_XLIB= yes -LDCONFIG_LINUX= ${LINUXBASE}/sbin/ldconfig - -ONLY_FOR_ARCHS= i386 alpha amd64 -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} == "amd64" -MACHINE_ARCH= i386 -.endif - -.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 f822d036c62a..000000000000 --- a/devel/linux-f10-sdl12/pkg-plist.i386 +++ /dev/null @@ -1,9 +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 -@dirrmtry usr/doc diff --git a/devel/linux-f8-allegro/Makefile b/devel/linux-f8-allegro/Makefile deleted file mode 100644 index 3926708da4c9..000000000000 --- a/devel/linux-f8-allegro/Makefile +++ /dev/null @@ -1,29 +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- - -MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= Cross-platform game programming library (linux version) - -BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm -RUN_DEPENDS= - -USE_LINUX= yes -USE_LINUX_PREFIX= yes -ONLY_FOR_ARCHS= i386 amd64 - -RPM_SET= ${PORTNAME}-${PORTVERSION}-1.${ARCH}.rpm -PLIST= ${MASTERDIR}/pkg-plist -MD5_FILE= ${MASTERDIR}/distinfo - -.include "../../x11-toolkits/linux-gtk/Makefile" diff --git a/devel/linux-f8-allegro/distinfo b/devel/linux-f8-allegro/distinfo deleted file mode 100644 index ebaf2724fb83..000000000000 --- a/devel/linux-f8-allegro/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (rpm/allegro-4.0.3-1.i386.rpm) = 551dc0c1c6756991daa9e71fd5f73faf -SHA256 (rpm/allegro-4.0.3-1.i386.rpm) = 2efc5a5b523030dac9e77f46fde06b4f3d83e6cd2deb15d5a1ed1b6a5af1851c -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 3b2d4549be63..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= 3 -CATEGORIES= devel linux - -MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= RPM of libglade - -RPM_SET= libglade-${PORTVERSION}-3.${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 3b2d4549be63..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= 3 -CATEGORIES= devel linux - -MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= RPM of libglade - -RPM_SET= libglade-${PORTVERSION}-3.${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 dcaa16d1e12e..000000000000 --- a/devel/linux-f8-sdl12/Makefile +++ /dev/null @@ -1,56 +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 - -USE_LINUX= yes -USE_LINUX_PREFIX= yes -USE_XLIB= yes -LDCONFIG_LINUX= ${LINUXBASE}/sbin/ldconfig - -ONLY_FOR_ARCHS= i386 alpha amd64 -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} == "amd64" -MACHINE_ARCH= i386 -.endif - -.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 f822d036c62a..000000000000 --- a/devel/linux-f8-sdl12/pkg-plist.i386 +++ /dev/null @@ -1,9 +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 -@dirrmtry usr/doc diff --git a/devel/linux-libglade2/Makefile b/devel/linux-libglade2/Makefile deleted file mode 100644 index 3b2d4549be63..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= 3 -CATEGORIES= devel linux - -MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= RPM of libglade - -RPM_SET= libglade-${PORTVERSION}-3.${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/llvm29/Makefile b/devel/llvm29/Makefile deleted file mode 100644 index 7e4098c5d7ac..000000000000 --- a/devel/llvm29/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: llvm -# Date created: 20 Nov 2005 -# Whom: Hye-Shik Chang -# -# $FreeBSD$ -# - -PORTNAME= llvm -PORTVERSION= 1.6 -PORTREVISION= 1 -CATEGORIES= devel lang -MASTER_SITES= http://llvm.cs.uiuc.edu/releases/${PORTVERSION}/ - -MAINTAINER= perky@FreeBSD.org -COMMENT= Low Level Virtual Machine - -BROKEN= Does not build - -GNU_CONFIGURE= yes -USE_BISON= yes -USE_GMAKE= yes -USE_REINPLACE= yes -MAKE_ENV= ENABLE_OPTIMIZED=1 # strips binaries - -WRKSRC= ${WRKDIR}/llvm - -MAN1= analyze.1 bugpoint.1 gccas.1 gccld.1 llc.1 lli.1 llvm-ar.1 \ - llvm-as.1 llvm-bcanalyzer.1 llvm-db.1 llvm-dis.1 \ - llvm-extract.1 llvm-ld.1 llvm-link.1 llvm-nm.1 llvm-prof.1 \ - llvm-ranlib.1 llvmc.1 llvmgcc.1 llvmgxx.1 opt.1 stkrc.1 - -post-patch: - ${REINPLACE_CMD} -e 's,\(OPTIONAL_DIRS.*\)examples,\1,g' \ - ${WRKSRC}/Makefile - ${REINPLACE_CMD} -e 's,\(PROJ_docsdir.*:=\).*$$,\1${DOCSDIR},g' \ - ${WRKSRC}/Makefile.config.in - ${RM} -rf ${WRKSRC}/projects/sample - -.include <bsd.port.mk> diff --git a/devel/llvm29/distinfo b/devel/llvm29/distinfo deleted file mode 100644 index 2bd188eda40f..000000000000 --- a/devel/llvm29/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (llvm-1.6.tar.gz) = 68f41af7f4bae560ffb650da6f9f145d -SHA256 (llvm-1.6.tar.gz) = 7f9ef39554a3b488d26eadea768b90900466eba887214c48737959c5f133ebc1 -SIZE (llvm-1.6.tar.gz) = 4238390 diff --git a/devel/llvm29/pkg-descr b/devel/llvm29/pkg-descr deleted file mode 100644 index ba43ebf6c842..000000000000 --- a/devel/llvm29/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Low Level Virtual Machine (LLVM) is: -- A compilation strategy designed to enable effective program - optimization across the entire lifetime of a program. -- A virtual instruction set. -- A compiler infrastructure. -- LLVM does not imply things that you would expect from a high-level - virtual machine. It does not require garbage collection or run-time - code generation. - -WWW: http://llvm.cs.uiuc.edu/ diff --git a/devel/llvm29/pkg-plist b/devel/llvm29/pkg-plist deleted file mode 100644 index fd92ad2fce8e..000000000000 --- a/devel/llvm29/pkg-plist +++ /dev/null @@ -1,374 +0,0 @@ -bin/analyze -bin/bugpoint -bin/burg -bin/fpcmp -bin/gccas -bin/gccld -bin/llc -bin/lli -bin/llvm-ar -bin/llvm-as -bin/llvm-bcanalyzer -bin/llvm-db -bin/llvm-dis -bin/llvm-extract -bin/llvm-ld -bin/llvm-link -bin/llvm-nm -bin/llvm-prof -bin/llvm-ranlib -bin/llvm-stub -bin/llvmc -bin/opt -bin/stkrc -bin/tblgen -etc/llvm/.dir -etc/llvm/C -etc/llvm/c -etc/llvm/c++ -etc/llvm/cc -etc/llvm/cpp -etc/llvm/cxx -etc/llvm/ll -etc/llvm/st -include/llvm/ADT/.cvsignore -include/llvm/ADT/BitSetVector.h -include/llvm/ADT/DenseMap.h -include/llvm/ADT/DepthFirstIterator.h -include/llvm/ADT/EquivalenceClasses.h -include/llvm/ADT/GraphTraits.h -include/llvm/ADT/HashExtras.h -include/llvm/ADT/PostOrderIterator.h -include/llvm/ADT/SCCIterator.h -include/llvm/ADT/STLExtras.h -include/llvm/ADT/SetOperations.h -include/llvm/ADT/SetVector.h -include/llvm/ADT/Statistic.h -include/llvm/ADT/StringExtras.h -include/llvm/ADT/Tree.h -include/llvm/ADT/VectorExtras.h -include/llvm/ADT/hash_map -include/llvm/ADT/hash_map.in -include/llvm/ADT/hash_set -include/llvm/ADT/hash_set.in -include/llvm/ADT/ilist -include/llvm/ADT/iterator -include/llvm/ADT/iterator.in -include/llvm/AbstractTypeUser.h -include/llvm/Analysis/AliasAnalysis.h -include/llvm/Analysis/AliasSetTracker.h -include/llvm/Analysis/CFGPrinter.h -include/llvm/Analysis/CallGraph.h -include/llvm/Analysis/ConstantFolding.h -include/llvm/Analysis/ConstantsScanner.h -include/llvm/Analysis/DataStructure/DSGraph.h -include/llvm/Analysis/DataStructure/DSGraphTraits.h -include/llvm/Analysis/DataStructure/DSNode.h -include/llvm/Analysis/DataStructure/DSSupport.h -include/llvm/Analysis/DataStructure/DataStructure.h -include/llvm/Analysis/Dominators.h -include/llvm/Analysis/FindUsedTypes.h -include/llvm/Analysis/Interval.h -include/llvm/Analysis/IntervalIterator.h -include/llvm/Analysis/IntervalPartition.h -include/llvm/Analysis/LinkAllAnalyses.h -include/llvm/Analysis/LoadValueNumbering.h -include/llvm/Analysis/LoopInfo.h -include/llvm/Analysis/Passes.h -include/llvm/Analysis/PostDominators.h -include/llvm/Analysis/ProfileInfo.h -include/llvm/Analysis/ProfileInfoLoader.h -include/llvm/Analysis/ProfileInfoTypes.h -include/llvm/Analysis/ScalarEvolution.h -include/llvm/Analysis/ScalarEvolutionExpander.h -include/llvm/Analysis/ScalarEvolutionExpressions.h -include/llvm/Analysis/Trace.h -include/llvm/Analysis/ValueNumbering.h -include/llvm/Analysis/Verifier.h -include/llvm/Argument.h -include/llvm/Assembly/AsmAnnotationWriter.h -include/llvm/Assembly/CachedWriter.h -include/llvm/Assembly/Parser.h -include/llvm/Assembly/PrintModulePass.h -include/llvm/Assembly/Writer.h -include/llvm/BasicBlock.h -include/llvm/Bytecode/Analyzer.h -include/llvm/Bytecode/Archive.h -include/llvm/Bytecode/BytecodeHandler.h -include/llvm/Bytecode/Format.h -include/llvm/Bytecode/Reader.h -include/llvm/Bytecode/WriteBytecodePass.h -include/llvm/Bytecode/Writer.h -include/llvm/CallGraphSCCPass.h -include/llvm/CallingConv.h -include/llvm/CodeGen/AsmPrinter.h -include/llvm/CodeGen/ELFWriter.h -include/llvm/CodeGen/InstrScheduling.h -include/llvm/CodeGen/IntrinsicLowering.h -include/llvm/CodeGen/LiveInterval.h -include/llvm/CodeGen/LiveIntervalAnalysis.h -include/llvm/CodeGen/LiveVariables.h -include/llvm/CodeGen/MachineBasicBlock.h -include/llvm/CodeGen/MachineCodeEmitter.h -include/llvm/CodeGen/MachineConstantPool.h -include/llvm/CodeGen/MachineFrameInfo.h -include/llvm/CodeGen/MachineFunction.h -include/llvm/CodeGen/MachineFunctionPass.h -include/llvm/CodeGen/MachineInstr.h -include/llvm/CodeGen/MachineInstrBuilder.h -include/llvm/CodeGen/MachineRelocation.h -include/llvm/CodeGen/Passes.h -include/llvm/CodeGen/SSARegMap.h -include/llvm/CodeGen/SchedGraphCommon.h -include/llvm/CodeGen/SelectionDAG.h -include/llvm/CodeGen/SelectionDAGISel.h -include/llvm/CodeGen/SelectionDAGNodes.h -include/llvm/CodeGen/ValueSet.h -include/llvm/CodeGen/ValueTypes.h -include/llvm/Config/.cvsignore -include/llvm/Config/alloca.h -include/llvm/Config/config.h -include/llvm/Config/config.h.in -include/llvm/Constant.h -include/llvm/Constants.h -include/llvm/Debugger/Debugger.h -include/llvm/Debugger/InferiorProcess.h -include/llvm/Debugger/ProgramInfo.h -include/llvm/Debugger/RuntimeInfo.h -include/llvm/Debugger/SourceFile.h -include/llvm/Debugger/SourceLanguage.h -include/llvm/DerivedTypes.h -include/llvm/ExecutionEngine/ExecutionEngine.h -include/llvm/ExecutionEngine/GenericValue.h -include/llvm/Function.h -include/llvm/GlobalValue.h -include/llvm/GlobalVariable.h -include/llvm/InstrTypes.h -include/llvm/Instruction.def -include/llvm/Instruction.h -include/llvm/Instructions.h -include/llvm/IntrinsicInst.h -include/llvm/Intrinsics.h -include/llvm/Linker.h -include/llvm/Module.h -include/llvm/ModuleProvider.h -include/llvm/Pass.h -include/llvm/PassAnalysisSupport.h -include/llvm/PassManager.h -include/llvm/PassSupport.h -include/llvm/Support/.cvsignore -include/llvm/Support/AIXDataTypesFix.h -include/llvm/Support/Annotation.h -include/llvm/Support/CFG.h -include/llvm/Support/CallSite.h -include/llvm/Support/Casting.h -include/llvm/Support/CommandLine.h -include/llvm/Support/Compressor.h -include/llvm/Support/ConstantRange.h -include/llvm/Support/DOTGraphTraits.h -include/llvm/Support/DataTypes.h -include/llvm/Support/DataTypes.h.in -include/llvm/Support/Debug.h -include/llvm/Support/DynamicLinker.h -include/llvm/Support/ELF.h -include/llvm/Support/FileUtilities.h -include/llvm/Support/GetElementPtrTypeIterator.h -include/llvm/Support/GraphWriter.h -include/llvm/Support/InstIterator.h -include/llvm/Support/InstVisitor.h -include/llvm/Support/LeakDetector.h -include/llvm/Support/Mangler.h -include/llvm/Support/MathExtras.h -include/llvm/Support/MutexGuard.h -include/llvm/Support/PassNameParser.h -include/llvm/Support/PatternMatch.h -include/llvm/Support/PluginLoader.h -include/llvm/Support/SlowOperationInformer.h -include/llvm/Support/StableBasicBlockNumbering.h -include/llvm/Support/SystemUtils.h -include/llvm/Support/Timer.h -include/llvm/Support/ToolRunner.h -include/llvm/Support/TypeInfo.h -include/llvm/Support/type_traits.h -include/llvm/SymbolTable.h -include/llvm/SymbolTableListTraits.h -include/llvm/System/DynamicLibrary.h -include/llvm/System/LICENSE.TXT -include/llvm/System/MappedFile.h -include/llvm/System/Memory.h -include/llvm/System/Mutex.h -include/llvm/System/Path.h -include/llvm/System/Process.h -include/llvm/System/Program.h -include/llvm/System/Signals.h -include/llvm/System/TimeValue.h -include/llvm/Target/MRegisterInfo.h -include/llvm/Target/SubtargetFeature.h -include/llvm/Target/TargetData.h -include/llvm/Target/TargetFrameInfo.h -include/llvm/Target/TargetInstrInfo.h -include/llvm/Target/TargetInstrItineraries.h -include/llvm/Target/TargetJITInfo.h -include/llvm/Target/TargetLowering.h -include/llvm/Target/TargetMachine.h -include/llvm/Target/TargetMachineRegistry.h -include/llvm/Target/TargetOptions.h -include/llvm/Target/TargetSchedInfo.h -include/llvm/Target/TargetSubtarget.h -include/llvm/Transforms/IPO.h -include/llvm/Transforms/Instrumentation.h -include/llvm/Transforms/LinkAllPasses.h -include/llvm/Transforms/Scalar.h -include/llvm/Transforms/Utils/BasicBlockUtils.h -include/llvm/Transforms/Utils/Cloning.h -include/llvm/Transforms/Utils/FunctionUtils.h -include/llvm/Transforms/Utils/Local.h -include/llvm/Transforms/Utils/PromoteMemToReg.h -include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h -include/llvm/Type.h -include/llvm/Use.h -include/llvm/User.h -include/llvm/Value.h -lib/LLVMAlpha.o -lib/LLVMAsmParser.o -lib/LLVMBCReader.o -lib/LLVMBCWriter.o -lib/LLVMCBackend.o -lib/LLVMCodeGen.o -lib/LLVMCore.o -lib/LLVMDataStructure.o -lib/LLVMDebugger.o -lib/LLVMExecutionEngine.o -lib/LLVMIA64.o -lib/LLVMInterpreter.o -lib/LLVMJIT.o -lib/LLVMPowerPC.o -lib/LLVMSelectionDAG.o -lib/LLVMSkeleton.o -lib/LLVMSparcV8.o -lib/LLVMSparcV9.o -lib/LLVMSparcV9InstrSched.o -lib/LLVMSparcV9LiveVar.o -lib/LLVMSparcV9ModuloSched.o -lib/LLVMSparcV9RegAlloc.o -lib/LLVMX86.o -lib/LLVMbzip2.o -lib/libLLVMAnalysis.a -lib/libLLVMArchive.a -lib/libLLVMInstrumentation.a -lib/libLLVMLinker.a -lib/libLLVMScalarOpts.a -lib/libLLVMSupport.a -lib/libLLVMSystem.a -lib/libLLVMTarget.a -lib/libLLVMTransformUtils.a -lib/libLLVMTransforms.a -lib/libLLVMipa.a -lib/libLLVMipo.a -lib/stkr_compiler.o -%%DOCSDIR%%/html.tar.gz -%%DOCSDIR%%/html/AliasAnalysis.html -%%DOCSDIR%%/html/Bugpoint.html -%%DOCSDIR%%/html/BytecodeFormat.html -%%DOCSDIR%%/html/CFEBuildInstrs.html -%%DOCSDIR%%/html/CodeGenerator.html -%%DOCSDIR%%/html/CodingStandards.html -%%DOCSDIR%%/html/CommandGuide/analyze.html -%%DOCSDIR%%/html/CommandGuide/bugpoint.html -%%DOCSDIR%%/html/CommandGuide/gccas.html -%%DOCSDIR%%/html/CommandGuide/gccld.html -%%DOCSDIR%%/html/CommandGuide/index.html -%%DOCSDIR%%/html/CommandGuide/llc.html -%%DOCSDIR%%/html/CommandGuide/lli.html -%%DOCSDIR%%/html/CommandGuide/llvm-ar.html -%%DOCSDIR%%/html/CommandGuide/llvm-as.html -%%DOCSDIR%%/html/CommandGuide/llvm-bcanalyzer.html -%%DOCSDIR%%/html/CommandGuide/llvm-db.html -%%DOCSDIR%%/html/CommandGuide/llvm-dis.html -%%DOCSDIR%%/html/CommandGuide/llvm-extract.html -%%DOCSDIR%%/html/CommandGuide/llvm-ld.html -%%DOCSDIR%%/html/CommandGuide/llvm-link.html -%%DOCSDIR%%/html/CommandGuide/llvm-nm.html -%%DOCSDIR%%/html/CommandGuide/llvm-prof.html -%%DOCSDIR%%/html/CommandGuide/llvm-ranlib.html -%%DOCSDIR%%/html/CommandGuide/llvmc.html -%%DOCSDIR%%/html/CommandGuide/llvmgcc.html -%%DOCSDIR%%/html/CommandGuide/llvmgxx.html -%%DOCSDIR%%/html/CommandGuide/manpage.css -%%DOCSDIR%%/html/CommandGuide/opt.html -%%DOCSDIR%%/html/CommandGuide/stkrc.html -%%DOCSDIR%%/html/CommandLine.html -%%DOCSDIR%%/html/CompilerDriver.html -%%DOCSDIR%%/html/CompilerWriterInfo.html -%%DOCSDIR%%/html/ExtendingLLVM.html -%%DOCSDIR%%/html/FAQ.html -%%DOCSDIR%%/html/GarbageCollection.html -%%DOCSDIR%%/html/GettingStarted.html -%%DOCSDIR%%/html/GettingStartedVS.html -%%DOCSDIR%%/html/HowToSubmitABug.html -%%DOCSDIR%%/html/LLVMVsTheWorld.html -%%DOCSDIR%%/html/LangRef.html -%%DOCSDIR%%/html/Lexicon.html -%%DOCSDIR%%/html/MakefileGuide.html -%%DOCSDIR%%/html/ProgrammersManual.html -%%DOCSDIR%%/html/Projects.html -%%DOCSDIR%%/html/ReleaseNotes.html -%%DOCSDIR%%/html/SourceLevelDebugging.html -%%DOCSDIR%%/html/Stacker.html -%%DOCSDIR%%/html/SystemLibrary.html -%%DOCSDIR%%/html/TableGenFundamentals.html -%%DOCSDIR%%/html/TestingGuide.html -%%DOCSDIR%%/html/UsingLibraries.html -%%DOCSDIR%%/html/WritingAnLLVMBackend.html -%%DOCSDIR%%/html/WritingAnLLVMPass.html -%%DOCSDIR%%/html/doxygen.css -%%DOCSDIR%%/html/img/Debugging.gif -%%DOCSDIR%%/html/img/libdeps.gif -%%DOCSDIR%%/html/img/lines.gif -%%DOCSDIR%%/html/img/objdeps.gif -%%DOCSDIR%%/html/img/venusflytrap.jpg -%%DOCSDIR%%/html/index.html -%%DOCSDIR%%/html/llvm.css -%%DOCSDIR%%/ps/analyze.ps -%%DOCSDIR%%/ps/bugpoint.ps -%%DOCSDIR%%/ps/gccas.ps -%%DOCSDIR%%/ps/gccld.ps -%%DOCSDIR%%/ps/llc.ps -%%DOCSDIR%%/ps/lli.ps -%%DOCSDIR%%/ps/llvm-ar.ps -%%DOCSDIR%%/ps/llvm-as.ps -%%DOCSDIR%%/ps/llvm-bcanalyzer.ps -%%DOCSDIR%%/ps/llvm-db.ps -%%DOCSDIR%%/ps/llvm-dis.ps -%%DOCSDIR%%/ps/llvm-extract.ps -%%DOCSDIR%%/ps/llvm-ld.ps -%%DOCSDIR%%/ps/llvm-link.ps -%%DOCSDIR%%/ps/llvm-nm.ps -%%DOCSDIR%%/ps/llvm-prof.ps -%%DOCSDIR%%/ps/llvm-ranlib.ps -%%DOCSDIR%%/ps/llvmc.ps -%%DOCSDIR%%/ps/llvmgcc.ps -%%DOCSDIR%%/ps/llvmgxx.ps -%%DOCSDIR%%/ps/opt.ps -%%DOCSDIR%%/ps/stkrc.ps -@dirrm include/llvm/Transforms/Utils -@dirrm include/llvm/Transforms -@dirrm include/llvm/Target -@dirrm include/llvm/System -@dirrm include/llvm/Support -@dirrm include/llvm/ExecutionEngine -@dirrm include/llvm/Debugger -@dirrm include/llvm/Config -@dirrm include/llvm/CodeGen -@dirrm include/llvm/Bytecode -@dirrm include/llvm/Assembly -@dirrm include/llvm/Analysis/DataStructure -@dirrm include/llvm/Analysis -@dirrm include/llvm/ADT -@dirrm include/llvm -@dirrm etc/llvm -@dirrm %%DOCSDIR%%/ps -@dirrm %%DOCSDIR%%/html/img -@dirrm %%DOCSDIR%%/html/CommandGuide -@dirrm %%DOCSDIR%%/html -@dirrm %%DOCSDIR%% diff --git a/devel/msp430-gcc3/Makefile b/devel/msp430-gcc3/Makefile deleted file mode 100644 index c1858454ae48..000000000000 --- a/devel/msp430-gcc3/Makefile +++ /dev/null @@ -1,63 +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.4 -PATCHVERSION= 20050317 - -WRKSRC= ${WRKDIR}/${PORTNAME}-${GCCVERSION} - -USE_BZIP2= yes -USE_GMAKE= yes -USE_PERL5_BUILD=yes -GNU_CONFIGURE= yes -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} -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 e6acc1dba95d..000000000000 --- a/devel/msp430-gcc3/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (gcc-core-3.4.4.tar.bz2) = 9dd911fd9bc136ca42b73c68735d853b -SHA256 (gcc-core-3.4.4.tar.bz2) = a390ca6123fe71c665f4422e124ced31efbbe98dd08e8f8d171caeba892ab472 -SIZE (gcc-core-3.4.4.tar.bz2) = 13153342 -MD5 (msp430-gcc-3.4.4.20050317.tar.bz2) = 20b2a266c6ade18fe08bb2b89ac6ba5c -SHA256 (msp430-gcc-3.4.4.20050317.tar.bz2) = 3ea247fea72b2a4280ae6bbb9028bda84b48fbaae23a1e8332a87f3e16d31ffe -SIZE (msp430-gcc-3.4.4.20050317.tar.bz2) = 139578 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/files/patch-gcc-config-msp430-msp430.c b/devel/msp430-gcc3/files/patch-gcc-config-msp430-msp430.c deleted file mode 100644 index 4eae66bf7d65..000000000000 --- a/devel/msp430-gcc3/files/patch-gcc-config-msp430-msp430.c +++ /dev/null @@ -1,10 +0,0 @@ ---- gcc/config/msp430/msp430.c.orig Mon Sep 19 17:03:53 2005 -+++ gcc/config/msp430/msp430.c Mon Sep 19 17:04:11 2005 -@@ -149,6 +149,7 @@ - MSP430_ISA_14 = 14, - MSP430_ISA_15 = 15, - MSP430_ISA_16 = 16, -+ MSP430_ISA_210 = 210, - MSP430_ISA_31 = 31, - MSP430_ISA_32 = 32, - MSP430_ISA_33 = 33, diff --git a/devel/msp430-gcc3/pkg-descr b/devel/msp430-gcc3/pkg-descr deleted file mode 100644 index d0fd961be09d..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.sourceforge.net/ diff --git a/devel/msp430-gcc3/pkg-plist b/devel/msp430-gcc3/pkg-plist deleted file mode 100644 index 7615dabc3079..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%% -@dirrmtry lib/gcc -@dirrm libexec/gcc/%%GCC_TARG%%/%%GCC_REV%%/install-tools -@dirrm libexec/gcc/%%GCC_TARG%%/%%GCC_REV%% -@dirrm libexec/gcc/%%GCC_TARG%% -@dirrmtry libexec/gcc - diff --git a/devel/ncurses-devel/Makefile b/devel/ncurses-devel/Makefile deleted file mode 100644 index d898289c82f9..000000000000 --- a/devel/ncurses-devel/Makefile +++ /dev/null @@ -1,234 +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= ports@FreeBSD.org -COMMENT= Library for terminal-independent, full-screen output - -LIB_DEPENDS= utf-8:${PORTSDIR}/converters/libutf-8 - -NO_FILTER_SHLIBS= no - -.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 \ - --with-manpage-format=gzip #--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 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 \ - item_init.3x item_term.3x key_defined.3x menu_init.3x \ - menu_term.3x pecho_wchar.3x -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 3271a94e7c43..000000000000 --- a/devel/ncurses-devel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (ncurses-5.4.tar.gz) = 069c8880072060373290a4fefff43520 -SHA256 (ncurses-5.4.tar.gz) = 5abce063cf431790f4e6a801a96c7eea0b33a41ecd0970f6312f52575c083b36 -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 77625a9a112b..000000000000 --- a/devel/ncurses-devel/pkg-plist +++ /dev/null @@ -1,2654 +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 -lib/libform.so.5.4 -lib/libform_p.a -lib/libmenu.a -lib/libmenu.so -lib/libmenu.so.5 -lib/libmenu.so.5.4 -lib/libmenu_p.a -lib/libncurses++.a -lib/libncurses.a -lib/libncurses.so -lib/libncurses.so.5 -lib/libncurses.so.5.4 -lib/libncurses_p.a -lib/libpanel.a -lib/libpanel.so -lib/libpanel.so.5 -lib/libpanel.so.5.4 -lib/libpanel_p.a -lib/libtinfo.a -lib/libtinfo.so -lib/libtinfo.so.5 -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/oniguruma4/Makefile b/devel/oniguruma4/Makefile deleted file mode 100644 index 585c80f18fa1..000000000000 --- a/devel/oniguruma4/Makefile +++ /dev/null @@ -1,35 +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.5.2 -CATEGORIES= devel -MASTER_SITES= http://www.geocities.jp/kosako3/oniguruma/archive/ -DISTNAME= onigd${PORTVERSION:S/./_/g} -DIST_SUBDIR= ruby - -MAINTAINER= ports@FreeBSD.org -COMMENT= A BSDL Regular Expressions library compatible with POSIX/GNU/Perl - -WRKSRC= ${WRKDIR}/${PORTNAME} -GNU_CONFIGURE= yes -#INSTALLS_SHLIB= yes -USE_REINPLACE= 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 b6650d38da92..000000000000 --- a/devel/oniguruma4/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (ruby/onigd2_5_2.tar.gz) = b1ef40164cf77328ac767d8a6bba75f5 -SHA256 (ruby/onigd2_5_2.tar.gz) = a856c3352e2ee272565842e5b141470f4cdf2759c389cced68df9e36c45f6655 -SIZE (ruby/onigd2_5_2.tar.gz) = 211823 diff --git a/devel/oniguruma4/pkg-descr b/devel/oniguruma4/pkg-descr deleted file mode 100644 index 5989c819b323..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.geocities.jp/kosako3/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 585c80f18fa1..000000000000 --- a/devel/oniguruma5/Makefile +++ /dev/null @@ -1,35 +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.5.2 -CATEGORIES= devel -MASTER_SITES= http://www.geocities.jp/kosako3/oniguruma/archive/ -DISTNAME= onigd${PORTVERSION:S/./_/g} -DIST_SUBDIR= ruby - -MAINTAINER= ports@FreeBSD.org -COMMENT= A BSDL Regular Expressions library compatible with POSIX/GNU/Perl - -WRKSRC= ${WRKDIR}/${PORTNAME} -GNU_CONFIGURE= yes -#INSTALLS_SHLIB= yes -USE_REINPLACE= 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 b6650d38da92..000000000000 --- a/devel/oniguruma5/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (ruby/onigd2_5_2.tar.gz) = b1ef40164cf77328ac767d8a6bba75f5 -SHA256 (ruby/onigd2_5_2.tar.gz) = a856c3352e2ee272565842e5b141470f4cdf2759c389cced68df9e36c45f6655 -SIZE (ruby/onigd2_5_2.tar.gz) = 211823 diff --git a/devel/oniguruma5/pkg-descr b/devel/oniguruma5/pkg-descr deleted file mode 100644 index 5989c819b323..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.geocities.jp/kosako3/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/p4/Makefile b/devel/p4/Makefile deleted file mode 100644 index 2995c3efca3c..000000000000 --- a/devel/p4/Makefile +++ /dev/null @@ -1,127 +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} -EXTRACT_ONLY= # none - -MAINTAINER= lth@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 - -.if (${ARCH} == i386) || (${ARCH} == amd64) -DIST_SUBDIR= perforce/${VERSION}/i386 -VERSION= 05.2 -REVISION= 2 -PLATFORM= freebsd4 -BIN_FILES= p4 -SBIN_FILES= p4d p4ftpd p4p p4web -REL_NOTES= http://www.perforce.com/perforce/doc.052/user/relnotes.txt -MD5_FILE= ${MASTERDIR}/distinfo.i386 -.elif ${ARCH} == alpha -DIST_SUBDIR= perforce/${VERSION}/${ARCH} -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 -MD5_FILE= ${MASTERDIR}/distinfo.${ARCH} -.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-su-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 d4c8544b79b9..000000000000 --- a/devel/p4/distinfo.i386 +++ /dev/null @@ -1,15 +0,0 @@ -MD5 (perforce/05.2/i386/p4) = f096ecd881b6975dbd2149d9f12a3f90 -SHA256 (perforce/05.2/i386/p4) = fe99e70f8f790545c103219e0cb1ab2a4ac5df56bdf0cc50703669187e0f264b -SIZE (perforce/05.2/i386/p4) = 717180 -MD5 (perforce/05.2/i386/p4d) = 1c54e08433e40bf84fad07d5471aa179 -SHA256 (perforce/05.2/i386/p4d) = 42f90437197a48934b08600863ba911c2ae7230bd0f459d496a948eb5cea200f -SIZE (perforce/05.2/i386/p4d) = 1509624 -MD5 (perforce/05.2/i386/p4ftpd) = 83795e349b19e2260fe999eb5bd2c861 -SHA256 (perforce/05.2/i386/p4ftpd) = ba0b8b6271608e003f7db3dce6da299d47f98eca29883ad22cbb5d75fd79be29 -SIZE (perforce/05.2/i386/p4ftpd) = 831316 -MD5 (perforce/05.2/i386/p4p) = f180f17fbc926423d8ae83e6f5d9c862 -SHA256 (perforce/05.2/i386/p4p) = 27527dd4cab4f06f2c46990dafddfcaa24e98ca1f61b05c2070049ced5a1d710 -SIZE (perforce/05.2/i386/p4p) = 593760 -MD5 (perforce/05.2/i386/p4web) = 95f56027c78f829f554882e9cac697ca -SHA256 (perforce/05.2/i386/p4web) = b8febd81d193e264d9e348ec23024e45440ea2daef54f16d4d4c68fdcfa79f26 -SIZE (perforce/05.2/i386/p4web) = 1732661 diff --git a/devel/p4/files/perforce.conf.in b/devel/p4/files/perforce.conf.in deleted file mode 100644 index 803c56f86d17..000000000000 --- a/devel/p4/files/perforce.conf.in +++ /dev/null @@ -1,75 +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 - -# -# p4web port -# -PERFORCE_WEB_PORT="6060" - -# -# p4web options (see p4web -h) -# -PERFORCE_WEB_OPTIONS="-B -w $PERFORCE_WEB_PORT -p $PERFORCE_PORT -v server=1" - -# -# Uncomment this line to have the web server started automatically -# -#PERFORCE_WEB_START=yes diff --git a/devel/p4/files/perforce.sh.in b/devel/p4/files/perforce.sh.in deleted file mode 100644 index 2ebc5809fa48..000000000000 --- a/devel/p4/files/perforce.sh.in +++ /dev/null @@ -1,61 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -p4d=@PREFIX@/sbin/p4d -p4ftpd=@PREFIX@/sbin/p4ftpd -p4p=@PREFIX@/sbin/p4p -p4web=@PREFIX@/sbin/p4web - -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 - if [ -x $p4web -a x$PERFORCE_WEB_START = xyes ]; then - echo -n ' p4web' - su -fm $PERFORCE_USER -c "$p4web $PERFORCE_WEB_OPTIONS &" >/dev/null 2>&1 - 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 - if [ -x $p4web ]; then - killall -u $PERFORCE_USER p4web > /dev/null 2>&1 && echo -n ' p4web' - 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 2995c3efca3c..000000000000 --- a/devel/p4d/Makefile +++ /dev/null @@ -1,127 +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} -EXTRACT_ONLY= # none - -MAINTAINER= lth@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 - -.if (${ARCH} == i386) || (${ARCH} == amd64) -DIST_SUBDIR= perforce/${VERSION}/i386 -VERSION= 05.2 -REVISION= 2 -PLATFORM= freebsd4 -BIN_FILES= p4 -SBIN_FILES= p4d p4ftpd p4p p4web -REL_NOTES= http://www.perforce.com/perforce/doc.052/user/relnotes.txt -MD5_FILE= ${MASTERDIR}/distinfo.i386 -.elif ${ARCH} == alpha -DIST_SUBDIR= perforce/${VERSION}/${ARCH} -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 -MD5_FILE= ${MASTERDIR}/distinfo.${ARCH} -.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-su-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 d4c8544b79b9..000000000000 --- a/devel/p4d/distinfo.i386 +++ /dev/null @@ -1,15 +0,0 @@ -MD5 (perforce/05.2/i386/p4) = f096ecd881b6975dbd2149d9f12a3f90 -SHA256 (perforce/05.2/i386/p4) = fe99e70f8f790545c103219e0cb1ab2a4ac5df56bdf0cc50703669187e0f264b -SIZE (perforce/05.2/i386/p4) = 717180 -MD5 (perforce/05.2/i386/p4d) = 1c54e08433e40bf84fad07d5471aa179 -SHA256 (perforce/05.2/i386/p4d) = 42f90437197a48934b08600863ba911c2ae7230bd0f459d496a948eb5cea200f -SIZE (perforce/05.2/i386/p4d) = 1509624 -MD5 (perforce/05.2/i386/p4ftpd) = 83795e349b19e2260fe999eb5bd2c861 -SHA256 (perforce/05.2/i386/p4ftpd) = ba0b8b6271608e003f7db3dce6da299d47f98eca29883ad22cbb5d75fd79be29 -SIZE (perforce/05.2/i386/p4ftpd) = 831316 -MD5 (perforce/05.2/i386/p4p) = f180f17fbc926423d8ae83e6f5d9c862 -SHA256 (perforce/05.2/i386/p4p) = 27527dd4cab4f06f2c46990dafddfcaa24e98ca1f61b05c2070049ced5a1d710 -SIZE (perforce/05.2/i386/p4p) = 593760 -MD5 (perforce/05.2/i386/p4web) = 95f56027c78f829f554882e9cac697ca -SHA256 (perforce/05.2/i386/p4web) = b8febd81d193e264d9e348ec23024e45440ea2daef54f16d4d4c68fdcfa79f26 -SIZE (perforce/05.2/i386/p4web) = 1732661 diff --git a/devel/p4d/files/perforce.conf.in b/devel/p4d/files/perforce.conf.in deleted file mode 100644 index 803c56f86d17..000000000000 --- a/devel/p4d/files/perforce.conf.in +++ /dev/null @@ -1,75 +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 - -# -# p4web port -# -PERFORCE_WEB_PORT="6060" - -# -# p4web options (see p4web -h) -# -PERFORCE_WEB_OPTIONS="-B -w $PERFORCE_WEB_PORT -p $PERFORCE_PORT -v server=1" - -# -# Uncomment this line to have the web server started automatically -# -#PERFORCE_WEB_START=yes diff --git a/devel/p4d/files/perforce.sh.in b/devel/p4d/files/perforce.sh.in deleted file mode 100644 index 2ebc5809fa48..000000000000 --- a/devel/p4d/files/perforce.sh.in +++ /dev/null @@ -1,61 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -p4d=@PREFIX@/sbin/p4d -p4ftpd=@PREFIX@/sbin/p4ftpd -p4p=@PREFIX@/sbin/p4p -p4web=@PREFIX@/sbin/p4web - -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 - if [ -x $p4web -a x$PERFORCE_WEB_START = xyes ]; then - echo -n ' p4web' - su -fm $PERFORCE_USER -c "$p4web $PERFORCE_WEB_OPTIONS &" >/dev/null 2>&1 - 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 - if [ -x $p4web ]; then - killall -u $PERFORCE_USER p4web > /dev/null 2>&1 && echo -n ' p4web' - 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 2995c3efca3c..000000000000 --- a/devel/p4ftpd/Makefile +++ /dev/null @@ -1,127 +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} -EXTRACT_ONLY= # none - -MAINTAINER= lth@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 - -.if (${ARCH} == i386) || (${ARCH} == amd64) -DIST_SUBDIR= perforce/${VERSION}/i386 -VERSION= 05.2 -REVISION= 2 -PLATFORM= freebsd4 -BIN_FILES= p4 -SBIN_FILES= p4d p4ftpd p4p p4web -REL_NOTES= http://www.perforce.com/perforce/doc.052/user/relnotes.txt -MD5_FILE= ${MASTERDIR}/distinfo.i386 -.elif ${ARCH} == alpha -DIST_SUBDIR= perforce/${VERSION}/${ARCH} -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 -MD5_FILE= ${MASTERDIR}/distinfo.${ARCH} -.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-su-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 d4c8544b79b9..000000000000 --- a/devel/p4ftpd/distinfo.i386 +++ /dev/null @@ -1,15 +0,0 @@ -MD5 (perforce/05.2/i386/p4) = f096ecd881b6975dbd2149d9f12a3f90 -SHA256 (perforce/05.2/i386/p4) = fe99e70f8f790545c103219e0cb1ab2a4ac5df56bdf0cc50703669187e0f264b -SIZE (perforce/05.2/i386/p4) = 717180 -MD5 (perforce/05.2/i386/p4d) = 1c54e08433e40bf84fad07d5471aa179 -SHA256 (perforce/05.2/i386/p4d) = 42f90437197a48934b08600863ba911c2ae7230bd0f459d496a948eb5cea200f -SIZE (perforce/05.2/i386/p4d) = 1509624 -MD5 (perforce/05.2/i386/p4ftpd) = 83795e349b19e2260fe999eb5bd2c861 -SHA256 (perforce/05.2/i386/p4ftpd) = ba0b8b6271608e003f7db3dce6da299d47f98eca29883ad22cbb5d75fd79be29 -SIZE (perforce/05.2/i386/p4ftpd) = 831316 -MD5 (perforce/05.2/i386/p4p) = f180f17fbc926423d8ae83e6f5d9c862 -SHA256 (perforce/05.2/i386/p4p) = 27527dd4cab4f06f2c46990dafddfcaa24e98ca1f61b05c2070049ced5a1d710 -SIZE (perforce/05.2/i386/p4p) = 593760 -MD5 (perforce/05.2/i386/p4web) = 95f56027c78f829f554882e9cac697ca -SHA256 (perforce/05.2/i386/p4web) = b8febd81d193e264d9e348ec23024e45440ea2daef54f16d4d4c68fdcfa79f26 -SIZE (perforce/05.2/i386/p4web) = 1732661 diff --git a/devel/p4ftpd/files/perforce.conf.in b/devel/p4ftpd/files/perforce.conf.in deleted file mode 100644 index 803c56f86d17..000000000000 --- a/devel/p4ftpd/files/perforce.conf.in +++ /dev/null @@ -1,75 +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 - -# -# p4web port -# -PERFORCE_WEB_PORT="6060" - -# -# p4web options (see p4web -h) -# -PERFORCE_WEB_OPTIONS="-B -w $PERFORCE_WEB_PORT -p $PERFORCE_PORT -v server=1" - -# -# Uncomment this line to have the web server started automatically -# -#PERFORCE_WEB_START=yes diff --git a/devel/p4ftpd/files/perforce.sh.in b/devel/p4ftpd/files/perforce.sh.in deleted file mode 100644 index 2ebc5809fa48..000000000000 --- a/devel/p4ftpd/files/perforce.sh.in +++ /dev/null @@ -1,61 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -p4d=@PREFIX@/sbin/p4d -p4ftpd=@PREFIX@/sbin/p4ftpd -p4p=@PREFIX@/sbin/p4p -p4web=@PREFIX@/sbin/p4web - -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 - if [ -x $p4web -a x$PERFORCE_WEB_START = xyes ]; then - echo -n ' p4web' - su -fm $PERFORCE_USER -c "$p4web $PERFORCE_WEB_OPTIONS &" >/dev/null 2>&1 - 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 - if [ -x $p4web ]; then - killall -u $PERFORCE_USER p4web > /dev/null 2>&1 && echo -n ' p4web' - 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 2995c3efca3c..000000000000 --- a/devel/p4p/Makefile +++ /dev/null @@ -1,127 +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} -EXTRACT_ONLY= # none - -MAINTAINER= lth@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 - -.if (${ARCH} == i386) || (${ARCH} == amd64) -DIST_SUBDIR= perforce/${VERSION}/i386 -VERSION= 05.2 -REVISION= 2 -PLATFORM= freebsd4 -BIN_FILES= p4 -SBIN_FILES= p4d p4ftpd p4p p4web -REL_NOTES= http://www.perforce.com/perforce/doc.052/user/relnotes.txt -MD5_FILE= ${MASTERDIR}/distinfo.i386 -.elif ${ARCH} == alpha -DIST_SUBDIR= perforce/${VERSION}/${ARCH} -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 -MD5_FILE= ${MASTERDIR}/distinfo.${ARCH} -.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-su-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 d4c8544b79b9..000000000000 --- a/devel/p4p/distinfo.i386 +++ /dev/null @@ -1,15 +0,0 @@ -MD5 (perforce/05.2/i386/p4) = f096ecd881b6975dbd2149d9f12a3f90 -SHA256 (perforce/05.2/i386/p4) = fe99e70f8f790545c103219e0cb1ab2a4ac5df56bdf0cc50703669187e0f264b -SIZE (perforce/05.2/i386/p4) = 717180 -MD5 (perforce/05.2/i386/p4d) = 1c54e08433e40bf84fad07d5471aa179 -SHA256 (perforce/05.2/i386/p4d) = 42f90437197a48934b08600863ba911c2ae7230bd0f459d496a948eb5cea200f -SIZE (perforce/05.2/i386/p4d) = 1509624 -MD5 (perforce/05.2/i386/p4ftpd) = 83795e349b19e2260fe999eb5bd2c861 -SHA256 (perforce/05.2/i386/p4ftpd) = ba0b8b6271608e003f7db3dce6da299d47f98eca29883ad22cbb5d75fd79be29 -SIZE (perforce/05.2/i386/p4ftpd) = 831316 -MD5 (perforce/05.2/i386/p4p) = f180f17fbc926423d8ae83e6f5d9c862 -SHA256 (perforce/05.2/i386/p4p) = 27527dd4cab4f06f2c46990dafddfcaa24e98ca1f61b05c2070049ced5a1d710 -SIZE (perforce/05.2/i386/p4p) = 593760 -MD5 (perforce/05.2/i386/p4web) = 95f56027c78f829f554882e9cac697ca -SHA256 (perforce/05.2/i386/p4web) = b8febd81d193e264d9e348ec23024e45440ea2daef54f16d4d4c68fdcfa79f26 -SIZE (perforce/05.2/i386/p4web) = 1732661 diff --git a/devel/p4p/files/perforce.conf.in b/devel/p4p/files/perforce.conf.in deleted file mode 100644 index 803c56f86d17..000000000000 --- a/devel/p4p/files/perforce.conf.in +++ /dev/null @@ -1,75 +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 - -# -# p4web port -# -PERFORCE_WEB_PORT="6060" - -# -# p4web options (see p4web -h) -# -PERFORCE_WEB_OPTIONS="-B -w $PERFORCE_WEB_PORT -p $PERFORCE_PORT -v server=1" - -# -# Uncomment this line to have the web server started automatically -# -#PERFORCE_WEB_START=yes diff --git a/devel/p4p/files/perforce.sh.in b/devel/p4p/files/perforce.sh.in deleted file mode 100644 index 2ebc5809fa48..000000000000 --- a/devel/p4p/files/perforce.sh.in +++ /dev/null @@ -1,61 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -p4d=@PREFIX@/sbin/p4d -p4ftpd=@PREFIX@/sbin/p4ftpd -p4p=@PREFIX@/sbin/p4p -p4web=@PREFIX@/sbin/p4web - -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 - if [ -x $p4web -a x$PERFORCE_WEB_START = xyes ]; then - echo -n ' p4web' - su -fm $PERFORCE_USER -c "$p4web $PERFORCE_WEB_OPTIONS &" >/dev/null 2>&1 - 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 - if [ -x $p4web ]; then - killall -u $PERFORCE_USER p4web > /dev/null 2>&1 && echo -n ' p4web' - 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 2995c3efca3c..000000000000 --- a/devel/p4web/Makefile +++ /dev/null @@ -1,127 +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} -EXTRACT_ONLY= # none - -MAINTAINER= lth@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 - -.if (${ARCH} == i386) || (${ARCH} == amd64) -DIST_SUBDIR= perforce/${VERSION}/i386 -VERSION= 05.2 -REVISION= 2 -PLATFORM= freebsd4 -BIN_FILES= p4 -SBIN_FILES= p4d p4ftpd p4p p4web -REL_NOTES= http://www.perforce.com/perforce/doc.052/user/relnotes.txt -MD5_FILE= ${MASTERDIR}/distinfo.i386 -.elif ${ARCH} == alpha -DIST_SUBDIR= perforce/${VERSION}/${ARCH} -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 -MD5_FILE= ${MASTERDIR}/distinfo.${ARCH} -.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-su-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 d4c8544b79b9..000000000000 --- a/devel/p4web/distinfo.i386 +++ /dev/null @@ -1,15 +0,0 @@ -MD5 (perforce/05.2/i386/p4) = f096ecd881b6975dbd2149d9f12a3f90 -SHA256 (perforce/05.2/i386/p4) = fe99e70f8f790545c103219e0cb1ab2a4ac5df56bdf0cc50703669187e0f264b -SIZE (perforce/05.2/i386/p4) = 717180 -MD5 (perforce/05.2/i386/p4d) = 1c54e08433e40bf84fad07d5471aa179 -SHA256 (perforce/05.2/i386/p4d) = 42f90437197a48934b08600863ba911c2ae7230bd0f459d496a948eb5cea200f -SIZE (perforce/05.2/i386/p4d) = 1509624 -MD5 (perforce/05.2/i386/p4ftpd) = 83795e349b19e2260fe999eb5bd2c861 -SHA256 (perforce/05.2/i386/p4ftpd) = ba0b8b6271608e003f7db3dce6da299d47f98eca29883ad22cbb5d75fd79be29 -SIZE (perforce/05.2/i386/p4ftpd) = 831316 -MD5 (perforce/05.2/i386/p4p) = f180f17fbc926423d8ae83e6f5d9c862 -SHA256 (perforce/05.2/i386/p4p) = 27527dd4cab4f06f2c46990dafddfcaa24e98ca1f61b05c2070049ced5a1d710 -SIZE (perforce/05.2/i386/p4p) = 593760 -MD5 (perforce/05.2/i386/p4web) = 95f56027c78f829f554882e9cac697ca -SHA256 (perforce/05.2/i386/p4web) = b8febd81d193e264d9e348ec23024e45440ea2daef54f16d4d4c68fdcfa79f26 -SIZE (perforce/05.2/i386/p4web) = 1732661 diff --git a/devel/p4web/files/perforce.conf.in b/devel/p4web/files/perforce.conf.in deleted file mode 100644 index 803c56f86d17..000000000000 --- a/devel/p4web/files/perforce.conf.in +++ /dev/null @@ -1,75 +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 - -# -# p4web port -# -PERFORCE_WEB_PORT="6060" - -# -# p4web options (see p4web -h) -# -PERFORCE_WEB_OPTIONS="-B -w $PERFORCE_WEB_PORT -p $PERFORCE_PORT -v server=1" - -# -# Uncomment this line to have the web server started automatically -# -#PERFORCE_WEB_START=yes diff --git a/devel/p4web/files/perforce.sh.in b/devel/p4web/files/perforce.sh.in deleted file mode 100644 index 2ebc5809fa48..000000000000 --- a/devel/p4web/files/perforce.sh.in +++ /dev/null @@ -1,61 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -p4d=@PREFIX@/sbin/p4d -p4ftpd=@PREFIX@/sbin/p4ftpd -p4p=@PREFIX@/sbin/p4p -p4web=@PREFIX@/sbin/p4web - -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 - if [ -x $p4web -a x$PERFORCE_WEB_START = xyes ]; then - echo -n ' p4web' - su -fm $PERFORCE_USER -c "$p4web $PERFORCE_WEB_OPTIONS &" >/dev/null 2>&1 - 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 - if [ -x $p4web ]; then - killall -u $PERFORCE_USER p4web > /dev/null 2>&1 && echo -n ' p4web' - 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-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 541f0f818641..000000000000 --- a/devel/pear-HTML_QuickForm2/Makefile +++ /dev/null @@ -1,53 +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.5 -CATEGORIES= devel www pear - -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/bsd.pear.mk" -.include <bsd.port.post.mk> diff --git a/devel/pear-HTML_QuickForm2/distinfo b/devel/pear-HTML_QuickForm2/distinfo deleted file mode 100644 index 323b96eb8512..000000000000 --- a/devel/pear-HTML_QuickForm2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (PEAR/HTML_QuickForm-3.2.5.tgz) = 51eb99114131639d697df02707cd14ab -SHA256 (PEAR/HTML_QuickForm-3.2.5.tgz) = 63dd50ace24f6001a6fb2c8286a213eab175039145b4c4510e60fcf8b400ad2a -SIZE (PEAR/HTML_QuickForm-3.2.5.tgz) = 97612 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 607021abf147..000000000000 --- a/devel/pear-PHPUnit3/Makefile +++ /dev/null @@ -1,101 +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.3.4 -CATEGORIES= devel www pear - -MAINTAINER= antonio@php.net -COMMENT= PEAR regression testing framework for unit tests - -BUILD_DEPENDS= ${PEARDIR}/Benchmark/Timer.php:${PORTSDIR}/benchmarks/pear-Benchmark -RUN_DEPENDS= ${BUILD_DEPENDS} - -LATEST_LINK= pear-${PORTNAME} -OPTIONS= PEAR_LOG "PEAR::Log support" off - -USE_PHP= dom pcre - -NO_PACKAGE= "Conflicting dependences between PHP4 and PHP5" - -DEFAULT_PHP_VER=5 -BROKEN_WITH_PHP=4 - -USE_REINPLACE= yes - -CATEGORY= PHPUnit2 -FILES= 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/TestSuiteLoader.php Runner/Version.php \ - TextUI/ResultPrinter.php TextUI/TestRunner.php \ - Util/CodeCoverage/Renderer/HTML.php \ - Util/CodeCoverage/Renderer/Text.php \ - Util/CodeCoverage/Renderer.php Util/Log/PEAR.php \ - Util/Log/XML.php Util/TestDox/ResultPrinter/HTML.php \ - Util/TestDox/ResultPrinter/Text.php \ - Util/TestDox/NamePrettifier.php Util/TestDox/ResultPrinter.php \ - Util/ErrorHandler.php Util/Fileloader.php Util/Filter.php \ - Util/Printer.php Util/Skeleton.php -EXAMPLES= BankAccount/BankAccount.php BankAccount/BankAccountTest.php \ - Money/IMoney.php Money/Money.php Money/MoneyBag.php \ - Money/MoneyTest.php -TESTS= Framework/AllTests.php Framework/AssertTest.php \ - Framework/ComparisonFailureTest.php Framework/SuiteTest.php \ - Framework/TestCaseTest.php Framework/TestImplementorTest.php \ - Framework/TestListenerTest.php Extensions/AllTests.php \ - Extensions/ExceptionTestCaseTest.php \ - Extensions/ExtensionTest.php \ - Extensions/PerformanceTestCaseTest.php \ - Extensions/RepeatedTestTest.php Runner/AllTests.php \ - Runner/BaseTestRunnerTest.php Util/TestDox/AllTests.php \ - Util/TestDox/NamePrettifierTest.php AllTests.php \ - DoubleTestCase.php Error.php Failure.php InheritedTestCase.php \ - MockRunner.php NoArgTestCaseTest.php NonStatic.php \ - NoTestCaseClass.php NoTestCases.php NotPublicTestCase.php \ - NotVoidTestCase.php OneTestCase.php OverrideTestCase.php \ - SetupFailure.php Sleep.php Success.php TearDownFailure.php \ - TestIterator.php ThrowExceptionTestCase.php \ - ThrowNoExceptionTestCase.php TornDown.php TornDown2.php \ - TornDown3.php TornDown4.php TornDown5.php TornDown6.php \ - WasRun.php Util/AllTests.php -SCRIPTFILES= phpunit -_EXAMPLESDIR= Samples -_TESTSDIR= Tests - -post-extract: - @${CP} ${WRKSRC}/${_TESTSDIR}/AllTests.php ${WRKSRC}/${_TESTSDIR}/Util - -post-patch: -. for FILE in ${FILES} - @${REINPLACE_CMD} -e "s|@package_version@|${PORTVERSION}|g" ${WRKSRC}/${FILE} -. endfor -. for FILE in ${EXAMPLES} - @${REINPLACE_CMD} -e "s|@package_version@|${PORTVERSION}|g" ${WRKSRC}/${_EXAMPLESDIR}/${FILE} -. endfor -. for FILE in ${TESTS} - @${REINPLACE_CMD} -e "s|@package_version@|${PORTVERSION}|g" ${WRKSRC}/${_TESTSDIR}/${FILE} -. endfor - @${REINPLACE_CMD} -e "s|@package_version@|${PORTVERSION}|g" ${WRKSRC}/pear-${SCRIPTFILES} - -.include <bsd.port.pre.mk> - -.if defined(WITH_PEAR_LOG) -RUN_DEPENDS+= ${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log -.endif - -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> diff --git a/devel/pear-PHPUnit3/distinfo b/devel/pear-PHPUnit3/distinfo deleted file mode 100644 index 59b940f434e9..000000000000 --- a/devel/pear-PHPUnit3/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (PEAR/PHPUnit2-2.3.4.tgz) = 19adb85d809f007a040bb6a727306411 -SHA256 (PEAR/PHPUnit2-2.3.4.tgz) = 410857ced2839b2a8e6904587156259ad52a5699d78bc65f779090bd53361720 -SIZE (PEAR/PHPUnit2-2.3.4.tgz) = 43190 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 a7de2aa6fdda..000000000000 --- a/devel/php-dbg2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (dbg-2.11.30-src.tar.gz) = a148221edf3d39bfe4af25ebbe7d5fbd -SHA256 (dbg-2.11.30-src.tar.gz) = 0727581bbd0e1e7bc17fcac23608878449dacda8c6d3200a964291d19c9c1f9b -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 ab9d144b978b..000000000000 --- a/devel/php-dbg2/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -lib/php/%%PHP_EXT_DIR%%/dbg.so -@dirrmtry lib/php/%%PHP_EXT_DIR%% diff --git a/devel/pkg-config/Makefile b/devel/pkg-config/Makefile deleted file mode 100644 index 210bd46187fa..000000000000 --- a/devel/pkg-config/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: pkgconfig -# Date created: 30 April 2001 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/pkgconfig/Makefile,v 1.6 2005/10/14 20:39:57 adamw Exp $ -# - -PORTNAME= pkgconfig -PORTVERSION= 0.20 -CATEGORIES= devel -MASTER_SITES= http://pkgconfig.freedesktop.org/releases/ -DISTNAME= pkg-config-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A utility to retrieve information about installed libraries - -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_GNOME= gnometarget - -MAN1= pkg-config.1 - -.include <bsd.port.pre.mk> - -PC_PATH=${PREFIX}/libdata/pkgconfig -.if ${LOCALBASE} != ${PREFIX} -PC_PATH:= ${PC_PATH}:${LOCALBASE}/libdata/pkgconfig -.endif -.if ${X11BASE} != ${PREFIX} -PC_PATH:= ${PC_PATH}:${X11BASE}/libdata/pkgconfig -.endif - -CONFIGURE_ARGS= --disable-threads \ - --with-pc-path="${PC_PATH}" - -.include <bsd.port.post.mk> diff --git a/devel/pkg-config/distinfo b/devel/pkg-config/distinfo deleted file mode 100644 index 4376e4391911..000000000000 --- a/devel/pkg-config/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/pkg-config-0.20.tar.gz) = fb42402593e4198bc252ab248dd4158b -SHA256 (gnome2/pkg-config-0.20.tar.gz) = a047fe95564d7afde6b52382d57754c27a40af813d9c73f338083890da416f05 -SIZE (gnome2/pkg-config-0.20.tar.gz) = 969993 diff --git a/devel/pkg-config/files/patch-Makefile.in b/devel/pkg-config/files/patch-Makefile.in deleted file mode 100644 index 2e7c1f405751..000000000000 --- a/devel/pkg-config/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Tue Apr 12 13:47:14 2005 -+++ Makefile.in Tue Apr 12 13:48:21 2005 -@@ -18,7 +18,7 @@ - top_srcdir = @top_srcdir@ - VPATH = @srcdir@ - pkgdatadir = $(datadir)/@PACKAGE@ --pkglibdir = $(libdir)/@PACKAGE@ -+pkglibdir = $(prefix)/libdata/@PACKAGE@ - pkgincludedir = $(includedir)/@PACKAGE@ - top_builddir = . - 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 330415ed6f92..000000000000 --- a/devel/pkg-config/files/patch-glib-1.2.8::Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- glib-1.2.8/Makefile.in.orig Tue Apr 12 13:51:56 2005 -+++ glib-1.2.8/Makefile.in Tue Apr 12 13:52:41 2005 -@@ -727,7 +727,6 @@ - installdirs-am: - - install: $(BUILT_SOURCES) -- $(MAKE) $(AM_MAKEFLAGS) install-recursive - install-exec: install-exec-recursive - install-data: install-data-recursive - uninstall: uninstall-recursive diff --git a/devel/pkg-config/files/patch-parse.c b/devel/pkg-config/files/patch-parse.c deleted file mode 100644 index eb828f3e7743..000000000000 --- a/devel/pkg-config/files/patch-parse.c +++ /dev/null @@ -1,35 +0,0 @@ - -$FreeBSD$ -$MCom: ports/devel/pkgconfig/files/patch-parse.c,v 1.4 2005/10/14 20:39:57 adamw Exp $ - ---- 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/pkg-descr b/devel/pkg-config/pkg-descr deleted file mode 100644 index c24838f6230e..000000000000 --- a/devel/pkg-config/pkg-descr +++ /dev/null @@ -1,13 +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. It's more useful to the compilation process than to -the end-user. - -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 for these files in the following directories: -${PREFIX}/libdata/pkgconfig, ${LOCALBASE}/libdata/pkgconfig and -${X11BASE}/libdata/pkgconfig; it will also look in the list of directories -specified by the PKG_CONFIG_PATH environment variable. - -WWW: http://pkgconfig.freedesktop.org/wiki/ diff --git a/devel/pkg-config/pkg-plist b/devel/pkg-config/pkg-plist deleted file mode 100644 index 19fec741c7d7..000000000000 --- a/devel/pkg-config/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/pkg-config -share/aclocal/pkg.m4 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 c0e4754271fd..000000000000 --- a/devel/ptmalloc2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (ptmalloc.tar.gz) = 10b3fce4711eeada16726fd5e218309b -SHA256 (ptmalloc.tar.gz) = 806761559619e37ee78477682dd4b38b861c173c4a7167c753ac6d1799a1af3d -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/py-ply/Makefile b/devel/py-ply/Makefile deleted file mode 100644 index afaa206a2944..000000000000 --- a/devel/py-ply/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# ex:ts=8 -# New ports collection makefile for: ply -# Date created: Jul 31, 2001 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= ply -PORTVERSION= 1.6 -CATEGORIES= devel python -MASTER_SITES= http://www.dabeaz.com/ply/ -PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Python Lex-Yacc - -USE_PYTHON= yes -USE_PYDISTUTILS= yes - -.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 89ad0bde6a97..000000000000 --- a/devel/py-ply/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (ply-1.6.tar.gz) = cc43cab69b072fdd5c2557f3865c383d -SHA256 (ply-1.6.tar.gz) = 8f485f7dce9b0952f8169cb00dafaee73bb3e6977600bb08bd2cad4c69e697d3 -SIZE (ply-1.6.tar.gz) = 72605 diff --git a/devel/py-ply/files/patch-setup.py b/devel/py-ply/files/patch-setup.py deleted file mode 100644 index ceee4510b9e8..000000000000 --- a/devel/py-ply/files/patch-setup.py +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py.orig Wed Jul 20 01:27:21 2005 -+++ setup.py Wed Jul 20 01:27:31 2005 -@@ -17,7 +17,7 @@ - - PLY is extremely easy to use and provides very extensive error checking. - """, -- licence="""Lesser GPL (LGPL)""", -+ license="""Lesser GPL (LGPL)""", - version = "1.3.1", - author = "David Beazley", - author_email = "beazley@cs.uchicago.edu", diff --git a/devel/py-ply/pkg-descr b/devel/py-ply/pkg-descr deleted file mode 100644 index 1fba6292bd9c..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://www.dabeaz.com/ply/ diff --git a/devel/py-ply/pkg-plist b/devel/py-ply/pkg-plist deleted file mode 100644 index 04a1d00fd5c0..000000000000 --- a/devel/py-ply/pkg-plist +++ /dev/null @@ -1,23 +0,0 @@ -%%PYTHON_SITELIBDIR%%/lex.py -%%PYTHON_SITELIBDIR%%/lex.pyc -%%PYTHON_SITELIBDIR%%/lex.pyo -%%PYTHON_SITELIBDIR%%/yacc.py -%%PYTHON_SITELIBDIR%%/yacc.pyc -%%PYTHON_SITELIBDIR%%/yacc.pyo -%%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%%/classcalc/calc.py -%%PORTDOCS%%%%EXAMPLESDIR%%/hedit/hedit.py -%%PORTDOCS%%%%EXAMPLESDIR%%/optcalc/README -%%PORTDOCS%%%%EXAMPLESDIR%%/optcalc/calc.py -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/classcalc -%%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-protocols-devel/Makefile b/devel/py-protocols-devel/Makefile deleted file mode 100644 index 2cfc11c309bd..000000000000 --- a/devel/py-protocols-devel/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# Ports collection makefile for: protocols -# Date created: 2005-07-17 -# Whom: Nicola Vitale -# -# $FreeBSD$ -# - -PORTNAME= protocols -PORTVERSION= 0.9.3 -CATEGORIES= devel python -MASTER_SITES= http://peak.telecommunity.com/dist/ -MASTER_SITE_SUBDIR= ${PORTNAME} -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= PyProtocols-${PORTVERSION} - -MAINTAINER= nivit@email.it -COMMENT= Python module extending the PEP 246 adapt() function - -USE_PYTHON= yes -USE_PYDISTUTILS= yes - -.include <bsd.port.mk> diff --git a/devel/py-protocols-devel/distinfo b/devel/py-protocols-devel/distinfo deleted file mode 100644 index d1b5c3e4f4ac..000000000000 --- a/devel/py-protocols-devel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (PyProtocols-0.9.3.tar.gz) = 43df88c8772549640cfc40a78758bf7b -SHA256 (PyProtocols-0.9.3.tar.gz) = 378aa45b78b60070a1d595b9427aaf0933fdfabf34db3fac2e37a5942cfc3e36 -SIZE (PyProtocols-0.9.3.tar.gz) = 339122 diff --git a/devel/py-protocols-devel/pkg-descr b/devel/py-protocols-devel/pkg-descr deleted file mode 100644 index de65bb788526..000000000000 --- a/devel/py-protocols-devel/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -PyProtocols extends the PEP 246 adapt() function with a new "declaration API" -that lets you easily define your own protocols and adapters, and declare what -adapters should be used to adapt what types, objects, or protocols. -In addition to its own Interface type, PyProtocols can also use Twisted and -Zope's Interface types too. - -Author: Phillip J. Eby -WWW: http://peak.telecommunity.com/PyProtocols.html diff --git a/devel/py-protocols-devel/pkg-plist b/devel/py-protocols-devel/pkg-plist deleted file mode 100644 index 2007aace8880..000000000000 --- a/devel/py-protocols-devel/pkg-plist +++ /dev/null @@ -1,52 +0,0 @@ -@comment $FreeBSD$ -%%PYTHON_SITELIBDIR%%/protocols/__init__.py -%%PYTHON_SITELIBDIR%%/protocols/__init__.pyc -%%PYTHON_SITELIBDIR%%/protocols/__init__.pyo -%%PYTHON_SITELIBDIR%%/protocols/_speedups.so -%%PYTHON_SITELIBDIR%%/protocols/adapters.py -%%PYTHON_SITELIBDIR%%/protocols/adapters.pyc -%%PYTHON_SITELIBDIR%%/protocols/adapters.pyo -%%PYTHON_SITELIBDIR%%/protocols/advice.py -%%PYTHON_SITELIBDIR%%/protocols/advice.pyc -%%PYTHON_SITELIBDIR%%/protocols/advice.pyo -%%PYTHON_SITELIBDIR%%/protocols/api.py -%%PYTHON_SITELIBDIR%%/protocols/api.pyc -%%PYTHON_SITELIBDIR%%/protocols/api.pyo -%%PYTHON_SITELIBDIR%%/protocols/classic.py -%%PYTHON_SITELIBDIR%%/protocols/classic.pyc -%%PYTHON_SITELIBDIR%%/protocols/classic.pyo -%%PYTHON_SITELIBDIR%%/protocols/generate.py -%%PYTHON_SITELIBDIR%%/protocols/generate.pyc -%%PYTHON_SITELIBDIR%%/protocols/generate.pyo -%%PYTHON_SITELIBDIR%%/protocols/interfaces.py -%%PYTHON_SITELIBDIR%%/protocols/interfaces.pyc -%%PYTHON_SITELIBDIR%%/protocols/interfaces.pyo -%%PYTHON_SITELIBDIR%%/protocols/tests/__init__.py -%%PYTHON_SITELIBDIR%%/protocols/tests/__init__.pyc -%%PYTHON_SITELIBDIR%%/protocols/tests/__init__.pyo -%%PYTHON_SITELIBDIR%%/protocols/tests/checks.py -%%PYTHON_SITELIBDIR%%/protocols/tests/checks.pyc -%%PYTHON_SITELIBDIR%%/protocols/tests/checks.pyo -%%PYTHON_SITELIBDIR%%/protocols/tests/test_advice.py -%%PYTHON_SITELIBDIR%%/protocols/tests/test_advice.pyc -%%PYTHON_SITELIBDIR%%/protocols/tests/test_advice.pyo -%%PYTHON_SITELIBDIR%%/protocols/tests/test_classes.py -%%PYTHON_SITELIBDIR%%/protocols/tests/test_classes.pyc -%%PYTHON_SITELIBDIR%%/protocols/tests/test_classes.pyo -%%PYTHON_SITELIBDIR%%/protocols/tests/test_direct.py -%%PYTHON_SITELIBDIR%%/protocols/tests/test_direct.pyc -%%PYTHON_SITELIBDIR%%/protocols/tests/test_direct.pyo -%%PYTHON_SITELIBDIR%%/protocols/tests/test_twisted.py -%%PYTHON_SITELIBDIR%%/protocols/tests/test_twisted.pyc -%%PYTHON_SITELIBDIR%%/protocols/tests/test_twisted.pyo -%%PYTHON_SITELIBDIR%%/protocols/tests/test_zope.py -%%PYTHON_SITELIBDIR%%/protocols/tests/test_zope.pyc -%%PYTHON_SITELIBDIR%%/protocols/tests/test_zope.pyo -%%PYTHON_SITELIBDIR%%/protocols/twisted_support.py -%%PYTHON_SITELIBDIR%%/protocols/twisted_support.pyc -%%PYTHON_SITELIBDIR%%/protocols/twisted_support.pyo -%%PYTHON_SITELIBDIR%%/protocols/zope_support.py -%%PYTHON_SITELIBDIR%%/protocols/zope_support.pyc -%%PYTHON_SITELIBDIR%%/protocols/zope_support.pyo -@dirrm %%PYTHON_SITELIBDIR%%/protocols/tests -@dirrm %%PYTHON_SITELIBDIR%%/protocols 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/py-zope.interface/Makefile b/devel/py-zope.interface/Makefile deleted file mode 100644 index 927c7241c7ec..000000000000 --- a/devel/py-zope.interface/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: py-zopeInterface -# Date created: 13 April 2005 -# Whom: Neal Nelson <neal@nelson.name> -# -# $FreeBSD$ -# - -PORTNAME= zopeInterface -PORTVERSION= 3.0.1 -CATEGORIES= devel zope python -MASTER_SITES= http://www.zope.org/Products/ZopeInterface/3.0.1final/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ZopeInterface-${PORTVERSION} -EXTRACT_SUFX= .tgz - -MAINTAINER= neal@nelson.name -COMMENT= Zope.interface package from Zope 3 - -WRKSRC= ${WRKDIR}/ZopeInterface-${PORTVERSION} -USE_PYTHON= 2.2+ -USE_PYDISTUTILS= yes - -PLIST_SUB+= S=${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;} - -.include <bsd.port.mk> diff --git a/devel/py-zope.interface/distinfo b/devel/py-zope.interface/distinfo deleted file mode 100644 index e328fa26f152..000000000000 --- a/devel/py-zope.interface/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (ZopeInterface-3.0.1.tgz) = 114f302c2b132d43ad4e01d108b4d192 -SHA256 (ZopeInterface-3.0.1.tgz) = 04a960d6ea1d89c2a44ebf730bdf492f617a5fda9d3cba19c2b041daff492236 -SIZE (ZopeInterface-3.0.1.tgz) = 108336 diff --git a/devel/py-zope.interface/pkg-descr b/devel/py-zope.interface/pkg-descr deleted file mode 100644 index e782c3e450bf..000000000000 --- a/devel/py-zope.interface/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This is a separate distribution of the zope.interface package used in Zope 3, -along with the packages it depends on. - -WWW: http://www.zope.org/Products/ZopeInterface - --- Neal Nelson <neal@nelson.name> diff --git a/devel/py-zope.interface/pkg-plist b/devel/py-zope.interface/pkg-plist deleted file mode 100644 index 169207f7ac9c..000000000000 --- a/devel/py-zope.interface/pkg-plist +++ /dev/null @@ -1,142 +0,0 @@ -%%S%%/zope/PUBLICATION.cfg -%%S%%/zope/README.txt -%%S%%/zope/__init__.py -%%S%%/zope/__init__.pyc -%%S%%/zope/__init__.pyo -%%S%%/zope/interface/DEPENDENCIES.cfg -%%S%%/zope/interface/PUBLICATION.cfg -%%S%%/zope/interface/README.txt -%%S%%/zope/interface/SETUP.cfg -%%S%%/zope/interface/__init__.py -%%S%%/zope/interface/__init__.pyc -%%S%%/zope/interface/__init__.pyo -%%S%%/zope/interface/_flatten.py -%%S%%/zope/interface/_flatten.pyc -%%S%%/zope/interface/_flatten.pyo -%%S%%/zope/interface/_zope_interface_coptimizations.so -%%S%%/zope/interface/adapter.py -%%S%%/zope/interface/adapter.pyc -%%S%%/zope/interface/adapter.pyo -%%S%%/zope/interface/adapter.txt -%%S%%/zope/interface/advice.py -%%S%%/zope/interface/advice.pyc -%%S%%/zope/interface/advice.pyo -%%S%%/zope/interface/common/__init__.py -%%S%%/zope/interface/common/__init__.pyc -%%S%%/zope/interface/common/__init__.pyo -%%S%%/zope/interface/common/idatetime.py -%%S%%/zope/interface/common/idatetime.pyc -%%S%%/zope/interface/common/idatetime.pyo -%%S%%/zope/interface/common/interfaces.py -%%S%%/zope/interface/common/interfaces.pyc -%%S%%/zope/interface/common/interfaces.pyo -%%S%%/zope/interface/common/mapping.py -%%S%%/zope/interface/common/mapping.pyc -%%S%%/zope/interface/common/mapping.pyo -%%S%%/zope/interface/common/tests/__init__.py -%%S%%/zope/interface/common/tests/__init__.pyc -%%S%%/zope/interface/common/tests/__init__.pyo -%%S%%/zope/interface/common/tests/basemapping.py -%%S%%/zope/interface/common/tests/basemapping.pyc -%%S%%/zope/interface/common/tests/basemapping.pyo -%%S%%/zope/interface/common/tests/test_idatetime.py -%%S%%/zope/interface/common/tests/test_idatetime.pyc -%%S%%/zope/interface/common/tests/test_idatetime.pyo -%%S%%/zope/interface/declarations.py -%%S%%/zope/interface/declarations.pyc -%%S%%/zope/interface/declarations.pyo -%%S%%/zope/interface/document.py -%%S%%/zope/interface/document.pyc -%%S%%/zope/interface/document.pyo -%%S%%/zope/interface/exceptions.py -%%S%%/zope/interface/exceptions.pyc -%%S%%/zope/interface/exceptions.pyo -%%S%%/zope/interface/human.txt -%%S%%/zope/interface/interface.py -%%S%%/zope/interface/interface.pyc -%%S%%/zope/interface/interface.pyo -%%S%%/zope/interface/interfaces.py -%%S%%/zope/interface/interfaces.pyc -%%S%%/zope/interface/interfaces.pyo -%%S%%/zope/interface/ro.py -%%S%%/zope/interface/ro.pyc -%%S%%/zope/interface/ro.pyo -%%S%%/zope/interface/tests/__init__.py -%%S%%/zope/interface/tests/__init__.pyc -%%S%%/zope/interface/tests/__init__.pyo -%%S%%/zope/interface/tests/dummy.py -%%S%%/zope/interface/tests/dummy.pyc -%%S%%/zope/interface/tests/dummy.pyo -%%S%%/zope/interface/tests/foodforthought.txt -%%S%%/zope/interface/tests/ifoo.py -%%S%%/zope/interface/tests/ifoo.pyc -%%S%%/zope/interface/tests/ifoo.pyo -%%S%%/zope/interface/tests/m1.py -%%S%%/zope/interface/tests/m1.pyc -%%S%%/zope/interface/tests/m1.pyo -%%S%%/zope/interface/tests/m2.py -%%S%%/zope/interface/tests/m2.pyc -%%S%%/zope/interface/tests/m2.pyo -%%S%%/zope/interface/tests/odd.py -%%S%%/zope/interface/tests/odd.pyc -%%S%%/zope/interface/tests/odd.pyo -%%S%%/zope/interface/tests/test_adapter.py -%%S%%/zope/interface/tests/test_adapter.pyc -%%S%%/zope/interface/tests/test_adapter.pyo -%%S%%/zope/interface/tests/test_advice.py -%%S%%/zope/interface/tests/test_advice.pyc -%%S%%/zope/interface/tests/test_advice.pyo -%%S%%/zope/interface/tests/test_declarations.py -%%S%%/zope/interface/tests/test_declarations.pyc -%%S%%/zope/interface/tests/test_declarations.pyo -%%S%%/zope/interface/tests/test_document.py -%%S%%/zope/interface/tests/test_document.pyc -%%S%%/zope/interface/tests/test_document.pyo -%%S%%/zope/interface/tests/test_element.py -%%S%%/zope/interface/tests/test_element.pyc -%%S%%/zope/interface/tests/test_element.pyo -%%S%%/zope/interface/tests/test_interface.py -%%S%%/zope/interface/tests/test_interface.pyc -%%S%%/zope/interface/tests/test_interface.pyo -%%S%%/zope/interface/tests/test_odd_declarations.py -%%S%%/zope/interface/tests/test_odd_declarations.pyc -%%S%%/zope/interface/tests/test_odd_declarations.pyo -%%S%%/zope/interface/tests/test_sorting.py -%%S%%/zope/interface/tests/test_sorting.pyc -%%S%%/zope/interface/tests/test_sorting.pyo -%%S%%/zope/interface/tests/test_verify.py -%%S%%/zope/interface/tests/test_verify.pyc -%%S%%/zope/interface/tests/test_verify.pyo -%%S%%/zope/interface/tests/unitfixtures.py -%%S%%/zope/interface/tests/unitfixtures.pyc -%%S%%/zope/interface/tests/unitfixtures.pyo -%%S%%/zope/interface/verify.py -%%S%%/zope/interface/verify.pyc -%%S%%/zope/interface/verify.pyo -%%S%%/zope/testing/__init__.py -%%S%%/zope/testing/__init__.pyc -%%S%%/zope/testing/__init__.pyo -%%S%%/zope/testing/cleanup.py -%%S%%/zope/testing/cleanup.pyc -%%S%%/zope/testing/cleanup.pyo -%%S%%/zope/testing/doctest.py -%%S%%/zope/testing/doctest.pyc -%%S%%/zope/testing/doctest.pyo -%%S%%/zope/testing/doctestunit.py -%%S%%/zope/testing/doctestunit.pyc -%%S%%/zope/testing/doctestunit.pyo -%%S%%/zope/testing/loggingsupport.py -%%S%%/zope/testing/loggingsupport.pyc -%%S%%/zope/testing/loggingsupport.pyo -%%S%%/zope/testing/loghandler.py -%%S%%/zope/testing/loghandler.pyc -%%S%%/zope/testing/loghandler.pyo -%%S%%/zope/testing/tests.py -%%S%%/zope/testing/tests.pyc -%%S%%/zope/testing/tests.pyo -@dirrm %%S%%/zope/testing -@dirrm %%S%%/zope/interface/tests -@dirrm %%S%%/zope/interface/common/tests -@dirrm %%S%%/zope/interface/common -@dirrm %%S%%/zope/interface -@dirrm %%S%%/zope diff --git a/devel/ruby-subversion/Makefile b/devel/ruby-subversion/Makefile deleted file mode 100644 index 034debd91338..000000000000 --- a/devel/ruby-subversion/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# New ports collection makefile for: subversion-ruby -# Date Created: 4 July 2005 -# Whom: Hiroyuki Iwatsuki <don@na.rim.or.jp> -# -# $FreeBSD$ -# - -PKGNAMESUFFIX= -ruby - -MAINTAINER= don@na.rim.or.jp -COMMENT= Version control system with Ruby bindings - -MASTERDIR= ${.CURDIR}/../../devel/subversion -PKGDIR= ${.CURDIR} -PLIST= ${MASTERDIR}/pkg-plist - -WITH_RUBY= yes - -.include "${MASTERDIR}/Makefile" diff --git a/devel/ruby-subversion/pkg-descr b/devel/ruby-subversion/pkg-descr deleted file mode 100644 index 85e9d12d5831..000000000000 --- a/devel/ruby-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 Ruby 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 3dca89debebe..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= ports@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 fe2b1b8d467b..000000000000 --- a/devel/rubygem-gettext/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (ruby/ruby-gettext-package-0.8.0.tar.gz) = 63fadab42d7c32323046bacf4c118a7a -SHA256 (ruby/ruby-gettext-package-0.8.0.tar.gz) = db0ffb856ecab7b36c5b28817ff7b6786b15d4f363c5e5fe7076b9c14c0dbd29 -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 3fb74941790a..000000000000 --- a/devel/rubygem-inline/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (ruby/RubyInline-2.2.0.tar.gz) = f2c8184b7c0511723bfb94c8fe42ceb2 -SHA256 (ruby/RubyInline-2.2.0.tar.gz) = ff39fb0680eb43685af101aebc25002d05e561b58213701f4c5463c61985b175 -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 3dca89debebe..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= ports@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 fe2b1b8d467b..000000000000 --- a/devel/rubygem-locale/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (ruby/ruby-gettext-package-0.8.0.tar.gz) = 63fadab42d7c32323046bacf4c118a7a -SHA256 (ruby/ruby-gettext-package-0.8.0.tar.gz) = db0ffb856ecab7b36c5b28817ff7b6786b15d4f363c5e5fe7076b9c14c0dbd29 -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/rubygem-zoom/Makefile b/devel/rubygem-zoom/Makefile deleted file mode 100644 index 100cd39a5f91..000000000000 --- a/devel/rubygem-zoom/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: Ruby-zoom -# Date created: 16 September 2005 -# Whom: Mitsuru YOSHIDA <mitsuru@riken.jp> -# -# $FreeBSD$ -# - -PORTNAME= zoom -PORTVERSION= 0.2.0 -CATEGORIES= devel ruby -MASTER_SITES= http://rubyforge.org/frs/download.php/5601/ -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= ruby-${PORTNAME}-${PORTVERSION} -DIST_SUBDIR= ruby - -MAINTAINER= mitsuru@riken.jp -COMMENT= A Ruby binding to the Z39.50 Object-Orientation Model (ZOOM) - -LIB_DEPENDS= yaz.2:${PORTSDIR}/net/yaz - -USE_RUBY= yes -USE_RUBY_EXTCONF= yes - -DOCS= ChangeLog README doc/ascii/api.txt doc/xhtml/* - -RUBY_REQUIRE= Ruby > 180 - -.include <bsd.port.pre.mk> - -.if !defined(RUBY_PROVIDED) -IGNORE= only works with Ruby 1.8.0 or later -.endif - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODDOCDIR} -.for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ -.endfor - ${MKDIR} ${RUBY_MODEXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/sample/* ${RUBY_MODEXAMPLESDIR}/ -.endif - -.include <bsd.port.post.mk> diff --git a/devel/rubygem-zoom/distinfo b/devel/rubygem-zoom/distinfo deleted file mode 100644 index 404a0a3dcae9..000000000000 --- a/devel/rubygem-zoom/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (ruby/ruby-zoom-0.2.0.tar.gz) = ef85f8aa8a78666fdd46c95d91a23e7c -SHA256 (ruby/ruby-zoom-0.2.0.tar.gz) = 364bf3abd0074142bc60a852a76b29fe0915bb1ce6250c7a39a0e55a8c4c7974 -SIZE (ruby/ruby-zoom-0.2.0.tar.gz) = 24168 diff --git a/devel/rubygem-zoom/files/patch-extconf.rb b/devel/rubygem-zoom/files/patch-extconf.rb deleted file mode 100644 index 9f06853a3e5c..000000000000 --- a/devel/rubygem-zoom/files/patch-extconf.rb +++ /dev/null @@ -1,10 +0,0 @@ ---- extconf.rb.org Fri Sep 2 20:18:20 2005 -+++ extconf.rb Fri Sep 2 20:38:41 2005 -@@ -9,6 +9,6 @@ - err "Yaz ZOOM header not available" unless have_header("yaz/zoom.h") - - $CFLAGS << " #{`yaz-config --cflags`} " --$LDFLAGS << " #{`yaz-config --libs`} " -+$LDFLAGS << " #{`yaz-config --libs`}".chomp - - create_makefile("zoom", "src") diff --git a/devel/rubygem-zoom/pkg-descr b/devel/rubygem-zoom/pkg-descr deleted file mode 100644 index f842f5d84c06..000000000000 --- a/devel/rubygem-zoom/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Ruby/ZOOM provides a Ruby binding to the Z39.50 Object-Orientation Model (ZOOM), -an abstract object-oriented programming interface to a subset of the services -specified by the Z39.50 standard, also known as the international standard -ISO 23950. - -WWW: http://ruby-zoom.rubyforge.org/ diff --git a/devel/rubygem-zoom/pkg-plist b/devel/rubygem-zoom/pkg-plist deleted file mode 100644 index b5b220a900a3..000000000000 --- a/devel/rubygem-zoom/pkg-plist +++ /dev/null @@ -1,15 +0,0 @@ -%%RUBY_SITEARCHLIBDIR%%/zoom.so -%%RUBY_SITELIBDIR%%/marc.rb -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api.txt -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api.xml -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ch01.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ch02.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ch03.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ch04.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/docbook.css -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/index.html -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/hello.rb -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% diff --git a/devel/subversion-devel/Makefile b/devel/subversion-devel/Makefile deleted file mode 100644 index 6963fe53fe73..000000000000 --- a/devel/subversion-devel/Makefile +++ /dev/null @@ -1,443 +0,0 @@ -# New ports collection makefile for: subversion -# Date created: 10 September 2001 -# Whom: rooneg@electricjellyfish.net -# -# $FreeBSD$ - -PORTNAME= subversion -PORTVERSION= 1.3.0 -PORTREVISION?= 4 -CATEGORIES= devel -MASTER_SITES= http://subversion.tigris.org/downloads/:main \ - http://svnbook.red-bean.com:9000/en/1.1/:bookhtml \ - http://svnbook.red-bean.com/en/1.1/:bookpdf -DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}:main -EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} - -MAINTAINER= lev@freebsd.org -COMMENT= Version control system - -LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 - -INSTALLS_SHLIB= yes - -USE_BZIP2= yes -USE_AUTOTOOLS= libtool: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> - -.if ${ARCH} == "amd64" || ${ARCH} == "ia64" -CFLAGS+= -fpic -DPIC -.endif - -SVNREPOS?= /home/svn/repos -SVNFSTYPE?= fsfs - -.if make(repository) -WITH_REPOSITORY_CREATION= yes -.endif - -.if defined(WITH_REPOSITORY_CREATION) -MKREPOS_TARGET= _mkrepos -.endif - -.if defined(WITH_MAINTAINER_DEBUG) -CONFIGURE_ARGS+=--enable-maintainer-mode \ - --enable-debug -CFLAGS+= -g -.endif - -.if !defined(WITHOUT_NEON) -LIB_DEPENDS+= neon.25:${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(WITHOUT_BDB) -CONFIGURE_ARGS+= --without-berkeley-db -PLIST_SUB+= WITHOUT_BDB="@comment " -.else -PLIST_SUB+= WITHOUT_BDB="" -.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+= yes -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+= yes -PLIST_SUB+= WITH_PYTHON="" -.else -PLIST_SUB+= WITH_PYTHON="@comment " -.endif - -.if defined(WITH_RUBY) -USE_RUBY= yes -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -SWIG_BINDINGS+= yes -PLIST_SUB+= WITH_RUBY="" -.else -PLIST_SUB+= WITH_RUBY="@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(WITH_JAVA) && ${OSVERSION} < 503000 -BROKEN="Java bindings are supported only on FreeBSD 5.3 or newer" -.endif - -.if !defined(SWIG_BINDINGS) -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) -USE_APACHE= 2.0+ -.include "${PORTSDIR}/Mk/bsd.apache.mk" -.if ${APACHE_VERSION} >= 21 -APR_APU_DIR= ${LOCALBASE}/bin -APR_CONFIG= apr-1-config -APU_CONFIG= apu-1-config -.else -APR_APU_DIR= ${LOCALBASE}/lib/apache2 -APR_CONFIG= apr-config -APU_CONFIG= apu-config -.endif -APR_PORT= ${APACHE_PORT} -.if !defined(WITHOUT_BDB) -DEPENDS_ARGS+= WITH_BERKELEYDB=db4 -OPT_NAME= WITH_BERKELEYDB=(db4|db41|db42) -.endif -.else -APR_APU_DIR= ${LOCALBASE}/bin -APR_CONFIG= apr-1-config -APU_CONFIG= apu-1-config -.if !defined(WITHOUT_BDB) -LIB_DEPENDS+= apr-1.2:${PORTSDIR}/devel/apr-svn -APR_PORT= devel/apr-svn -OPT_NAME= APR_UTIL_WITH_BERKELEY_DB=yes -.else -LIB_DEPENDS+= apr-1.2:${PORTSDIR}/devel/apr -APR_PORT= devel/apr -.endif -.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(NOPORTDOCS) && defined(WITH_BOOK) -PORTDOCS+= book -DISTFILES+= svn-book.html:bookhtml svn-book.pdf:bookpdf -.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(WITHOUT_BDB) - @${ECHO_MSG} "db4 repository backend disabled." -.else - @${ECHO_MSG} "db4 repository backend enabled." - @${ECHO_MSG} "To disable it define WITHOUT_BDB" -.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_RUBY) - @${ECHO_MSG} "Build with Ruby bindings." -.else - @${ECHO_MSG} "You can enable Ruby bindings by defining WITH_RUBY." -.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 built 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 ${APACHE_PORT}. 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 ${APACHE_PORT} 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." - @${ECHO_MSG} "" - @${ECHO_MSG} "Repository will be created at '${SVNREPOS}' with group '${SVNGROUP}'." - @${ECHO_MSG} "Type of repository will be '${SVNFSTYPE}'." - @${ECHO_MSG} "You could change these settings by defining SVNREPOS, SVNGROUP and SVNFSTYPE." -.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" -.endif - @${ECHO_MSG} "" -.if !defined(NOPORTDOCS) && defined(WITH_BOOK) - @${ECHO_MSG} "Subversion Book will be installed." -.else - @${ECHO_MSG} "You can install the Subversion Book by defining WITH_BOOK." -.endif - @${ECHO_MSG} "" - @${ECHO_MSG} "Many 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 !defined(WITHOUT_BDB) - @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} "" ; \ - ${ECHO_MSG} "Or you can disable db4 support. Only 'fs' repository backend will be available." ; \ - ${ECHO_MSG} "To disable db4 support, define WITHOUT_BDB." ; \ - ${ECHO_MSG} "" ; \ - ${FALSE} ; \ - fi -.endif - -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_RUBY) - cd ${WRKSRC} ; \ - ${MAKE} swig-rb -.endif -.if defined(WITH_JAVA) - @${MKDIR} ${WRKSRC}/subversion/bindings/java/javahl/classes - cd ${WRKSRC} ; \ - ${MAKE} javahl -.endif - -.if defined(WITH_MOD_DAV_SVN) -pre-install: - ${APXS} -e -S LIBEXECDIR=${PREFIX}/${APACHEMODDIR} -a -n dav libexec/apache2/mod_dav.so -.endif - -post-install: ${MKREPOS_TARGET} - @${MKDIR} ${PREFIX}/share/subversion - cd ${WRKSRC}/tools ; \ - tar --exclude '*.in' -cf - * | tar -C ${PREFIX}/share/subversion -xf - - @${CHMOD} -R a-st,o+rX ${PREFIX}/share/subversion -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - for f in ${TXT_DOCS}; do \ - ${INSTALL_DATA} ${WRKSRC}/$$f ${DOCSDIR}; \ - done -.if defined(WITH_BOOK) - ${MKDIR} ${DOCSDIR}/book - ${INSTALL_DATA} ${DISTDIR}/svn-book.html ${DOCSDIR}/book - ${INSTALL_DATA} ${DISTDIR}/svn-book.pdf ${DOCSDIR}/book -.endif -.endif -.if defined(WITH_PERL) - cd ${WRKSRC} ; \ - ${REINPLACE_CMD} '/SWIG_PL_DIR/s, install$$, all pure_install,g' ${WRKSRC}/Makefile ; \ - ${MAKE} install-swig-pl -.endif -.if defined(WITH_PYTHON) - cd ${WRKSRC} ; \ - ${MAKE} install-swig-py -.endif -.if defined(WITH_RUBY) - cd ${WRKSRC} ; \ - ${MAKE} install-swig-rb -.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 - -repository: _mkrepos - -_SVNGRPFILES= dav db locks locks/db.lock locks/db-logs.lock -SVNGRPFILES= ${_SVNGRPFILES:S,^,${SVNREPOS}/,} - -_mkrepos: .USE -.if !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 --fs-type ${SVNFSTYPE} ${SVNREPOS} -.if defined(WITH_SVNSERVE_WRAPPER) - @${CHGRP} ${SVNGROUP} ${SVNGRPFILES} - @${CHMOD} g+w ${SVNGRPFILES} - @for i in ${SVNREPOS}/db/* ; do \ - i=$${i##*/}; \ - case $$i in \ - DB_CONFIG|fs-type|uuid) ;; \ - *) ${CHGRP} -R ${SVNGROUP} ${SVNREPOS}/db/$$i; \ - ${CHMOD} -R g+w ${SVNREPOS}/db/$$i; \ - ;; \ - esac; \ - done -.endif -.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 8650a5ad87df..000000000000 --- a/devel/subversion-devel/distinfo +++ /dev/null @@ -1,9 +0,0 @@ -MD5 (subversion-1.3.0.tar.bz2) = a9e69910f648028a159f3886b254261b -SHA256 (subversion-1.3.0.tar.bz2) = c5837d2e7ee6ccfbe526b7dd624c2e09407160887707ed2c5fbe82b87109366d -SIZE (subversion-1.3.0.tar.bz2) = 6811793 -MD5 (svn-book.html) = 1800ef7abfa35df7f2e6f4776d74c37f -SHA256 (svn-book.html) = dfa12f00574523e601c18a590cfbf0c76df10d090da0db9b7e41b152840e1403 -SIZE (svn-book.html) = 1055053 -MD5 (svn-book.pdf) = 2cb4a90f41904634db249cf006aea7d1 -SHA256 (svn-book.pdf) = 518512007f1feb5607afbb1f2adef90d6bde9090bc754a1dab341733a2a37a68 -SIZE (svn-book.pdf) = 1533253 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 66f0c795aa35..000000000000 --- a/devel/subversion-devel/files/patch-ac-helpers::ltmain.sh +++ /dev/null @@ -1,11 +0,0 @@ ---- ac-helpers/ltmain.sh.orig Fri May 20 21:41:54 2005 -+++ ac-helpers/ltmain.sh Wed May 25 14:38:21 2005 -@@ -1492,7 +1492,7 @@ - # These systems don't actually have a C library (as such) - test "X$arg" = "X-lc" && continue - ;; -- *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) -+ *-*-openbsd* | *-*-freebsd4* | *-*-dragonfly*) - # Do not include libc due to us having libc/libc_r. - test "X$arg" = "X-lc" && continue - ;; diff --git a/devel/subversion-devel/files/patch-build--ac-macros--neon.m4 b/devel/subversion-devel/files/patch-build--ac-macros--neon.m4 deleted file mode 100644 index eb1660263b85..000000000000 --- a/devel/subversion-devel/files/patch-build--ac-macros--neon.m4 +++ /dev/null @@ -1,17 +0,0 @@ ---- build/ac-macros/neon.m4.orig Sat Nov 5 16:12:58 2005 -+++ build/ac-macros/neon.m4 Sat Nov 5 16:13:14 2005 -@@ -1,4 +1,4 @@ --dnl SVN_LIB_NEON(wanted_regex, latest_working_ver, url) -+ dnl SVN_LIB_NEON(wanted_regex, latest_working_ver, url) - dnl - dnl Search for a suitable version of neon. wanted_regex is a - dnl regular expression used in a Bourne shell switch/case statement -@@ -132,7 +132,7 @@ - if test "$NEON_VERSION" = "$svn_allowed_neon" -o $svn_allowed_neon = "any"; then - svn_allowed_neon_on_system="yes" - SVN_NEON_INCLUDES=[`$neon_config --cflags | sed -e 's/-D[^ ]*//g'`] -- NEON_LIBS=`$neon_config --la-file` -+ NEON_LIBS=`$neon_config --libs` - CFLAGS=["$CFLAGS `$neon_config --cflags | sed -e 's/-I[^ ]*//g'`"] - svn_lib_neon="yes" - break diff --git a/devel/subversion-devel/files/patch-configure b/devel/subversion-devel/files/patch-configure deleted file mode 100644 index e7eb781d38be..000000000000 --- a/devel/subversion-devel/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Sat Nov 5 16:13:58 2005 -+++ configure Sat Nov 5 16:14:12 2005 -@@ -19933,7 +19933,7 @@ - if test "$NEON_VERSION" = "$svn_allowed_neon" -o $svn_allowed_neon = "any"; then - svn_allowed_neon_on_system="yes" - SVN_NEON_INCLUDES=`$neon_config --cflags | sed -e 's/-D[^ ]*//g'` -- NEON_LIBS=`$neon_config --la-file` -+ NEON_LIBS=`$neon_config --libs` - CFLAGS="$CFLAGS `$neon_config --cflags | sed -e 's/-I[^ ]*//g'`" - svn_lib_neon="yes" - break 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 d26dc6f84b53..000000000000 --- a/devel/subversion-devel/files/patch-subversion::bindings::swig::perl::natives::Makefle.PL.in +++ /dev/null @@ -1,39 +0,0 @@ ---- subversion/bindings/swig/perl/native/Makefile.PL.in.orig Sat Oct 15 00:45:33 2005 -+++ subversion/bindings/swig/perl/native/Makefile.PL.in Wed Nov 2 21:58:44 2005 -@@ -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,11 @@ - 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 @modules = qw/client delta fs ra repos wc/; - my @ldpaths = ("$swig_builddir/perl/libsvn_swig_perl/.libs", - map {"$svnlib_builddir/libsvn_$_/.libs"} (@modules, qw/diff subr -@@ -45,8 +51,7 @@ - OBJECT => q/$(O_FILES)/, - LIBS => [join(' ', $apr_ldflags, - (map {$_ = abs_path($_); "-L$_"} @ldpaths), -- @ldmodules, '-lsvn_swig_perl-1', -- `$swig -perl -ldflags`)], -+ @ldmodules, '-lsvn_swig_perl-1')], - test => { TESTS => "$swig_srcdir/perl/native/t/*.t" } - ); - -@@ -61,6 +66,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 $_ } diff --git a/devel/subversion-devel/files/svnserve.wrapper b/devel/subversion-devel/files/svnserve.wrapper deleted file mode 100644 index 92fffc384652..000000000000 --- a/devel/subversion-devel/files/svnserve.wrapper +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -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 aebed9a4b2fe..000000000000 --- a/devel/subversion-devel/pkg-plist +++ /dev/null @@ -1,355 +0,0 @@ -@comment $FreeBSD$ -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_ctype.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_nls.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_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.la -lib/libsvn_client-1.so -lib/libsvn_client-1.so.0 -lib/libsvn_delta-1.a -lib/libsvn_delta-1.la -lib/libsvn_delta-1.so -lib/libsvn_delta-1.so.0 -lib/libsvn_diff-1.a -lib/libsvn_diff-1.la -lib/libsvn_diff-1.so -lib/libsvn_diff-1.so.0 -lib/libsvn_fs-1.a -lib/libsvn_fs-1.la -lib/libsvn_fs-1.so -lib/libsvn_fs-1.so.0 -%%WITHOUT_BDB%%lib/libsvn_fs_base-1.a -%%WITHOUT_BDB%%lib/libsvn_fs_base-1.la -%%WITHOUT_BDB%%lib/libsvn_fs_base-1.so -%%WITHOUT_BDB%%lib/libsvn_fs_base-1.so.0 -lib/libsvn_fs_fs-1.a -lib/libsvn_fs_fs-1.la -lib/libsvn_fs_fs-1.so -lib/libsvn_fs_fs-1.so.0 -lib/libsvn_ra-1.a -lib/libsvn_ra-1.la -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.la -%%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.la -lib/libsvn_ra_local-1.so -lib/libsvn_ra_local-1.so.0 -lib/libsvn_ra_svn-1.a -lib/libsvn_ra_svn-1.la -lib/libsvn_ra_svn-1.so -lib/libsvn_ra_svn-1.so.0 -lib/libsvn_repos-1.a -lib/libsvn_repos-1.la -lib/libsvn_repos-1.so -lib/libsvn_repos-1.so.0 -lib/libsvn_subr-1.a -lib/libsvn_subr-1.la -lib/libsvn_subr-1.so -lib/libsvn_subr-1.so.0 -lib/libsvn_wc-1.a -lib/libsvn_wc-1.la -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/fr/LC_MESSAGES/subversion.mo -%%WITHOUT_GETTEXT%%share/locale/it/LC_MESSAGES/subversion.mo -%%WITHOUT_GETTEXT%%share/locale/ja/LC_MESSAGES/subversion.mo -%%WITHOUT_GETTEXT%%share/locale/ko/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 -%%DATADIR%%/backup/hot-backup.py -%%DATADIR%%/bdb/erase-all-text-data.py -%%DATADIR%%/bdb/skel.py -%%DATADIR%%/bdb/svn-bdb-view.py -%%DATADIR%%/bdb/svnfs.py -%%DATADIR%%/client-side/bash_completion -%%DATADIR%%/client-side/bash_completion_test -%%DATADIR%%/client-side/server-vsn.py -%%DATADIR%%/client-side/showchange.pl -%%DATADIR%%/client-side/svn-graph.pl -%%DATADIR%%/dev/check-license.py -%%DATADIR%%/dev/datecheck.py -%%DATADIR%%/dev/contribulyze.py -%%DATADIR%%/dev/find-textfiles.sh -%%DATADIR%%/dev/gcov.patch -%%DATADIR%%/dev/getsigs.pl -%%DATADIR%%/dev/gnuify-changelog.pl -%%DATADIR%%/dev/iz/defect.dem -%%DATADIR%%/dev/iz/ff2csv.command -%%DATADIR%%/dev/iz/ff2csv.py -%%DATADIR%%/dev/iz/find-fix.py -%%DATADIR%%/dev/iz/run-queries.sh -%%DATADIR%%/dev/lock-check.py -%%DATADIR%%/dev/mlpatch.py -%%DATADIR%%/dev/normalize-dump.py -%%DATADIR%%/dev/prebuild-cleanup.sh -%%DATADIR%%/dev/random-commits.py -%%DATADIR%%/dev/po-merge.py -%%DATADIR%%/dev/scramble-tree.py -%%DATADIR%%/dev/stress.pl -%%DATADIR%%/dev/svn-dev.el -%%DATADIR%%/dev/svn-dev.vim -%%DATADIR%%/dev/svn-merge-revs.py -%%DATADIR%%/dev/trails.py -%%DATADIR%%/dev/verify-history.py -%%DATADIR%%/dev/which-error.py -%%DATADIR%%/diff/diff.c -%%DATADIR%%/diff/diff3.c -%%DATADIR%%/diff/diff4.c -%%DATADIR%%/examples/blame.py -%%DATADIR%%/examples/check-modified.py -%%DATADIR%%/examples/dumpprops.py -%%DATADIR%%/examples/getfile.py -%%DATADIR%%/examples/getlocks_test.c -%%DATADIR%%/examples/geturl.py -%%DATADIR%%/examples/headrev.c -%%DATADIR%%/examples/minimal_client.c -%%DATADIR%%/examples/putfile.py -%%DATADIR%%/examples/revplist.py -%%DATADIR%%/examples/svnlook.py -%%DATADIR%%/examples/svnlook.rb -%%DATADIR%%/examples/svnput.c -%%DATADIR%%/examples/svnserve-sgid.c -%%DATADIR%%/examples/svnshell.py -%%DATADIR%%/examples/svnshell.rb -%%DATADIR%%/hook-scripts/commit-access-control.cfg.example -%%DATADIR%%/hook-scripts/commit-access-control.pl -%%DATADIR%%/hook-scripts/commit-email.pl -%%DATADIR%%/hook-scripts/commit-email.rb -%%DATADIR%%/hook-scripts/mailer/mailer.conf.example -%%DATADIR%%/hook-scripts/mailer/mailer.py -%%DATADIR%%/hook-scripts/mailer/tests/mailer-init.sh -%%DATADIR%%/hook-scripts/mailer/tests/mailer-t1.output -%%DATADIR%%/hook-scripts/mailer/tests/mailer-t1.sh -%%DATADIR%%/hook-scripts/mailer/tests/mailer-tweak.py -%%DATADIR%%/hook-scripts/propchange-email.pl -%%DATADIR%%/hook-scripts/README -%%DATADIR%%/hook-scripts/svnperms.conf.example -%%DATADIR%%/hook-scripts/svnperms.py -%%DATADIR%%/hook-scripts/verify-po.py -%%DATADIR%%/po/svn-po-status-report.sh -%%DATADIR%%/po/svn-po-status-run.sh -%%DATADIR%%/test-scripts/svntest/README -%%DATADIR%%/test-scripts/svntest/dav_svn.passwd -%%DATADIR%%/test-scripts/svntest/mod_dav_svn.conf -%%DATADIR%%/test-scripts/svntest/svntest-bindings.sh -%%DATADIR%%/test-scripts/svntest/svntest-bindings-generic.sh -%%DATADIR%%/test-scripts/svntest/svntest-check-configuration.sh -%%DATADIR%%/test-scripts/svntest/svntest-config.sh -%%DATADIR%%/test-scripts/svntest/svntest-rebuild-generic.sh -%%DATADIR%%/test-scripts/svntest/svntest-rebuild.sh -%%DATADIR%%/test-scripts/svntest/svntest-run.sh -%%DATADIR%%/test-scripts/svntest/svntest-sendmail.sh -%%DATADIR%%/test-scripts/svntest/svntest-sendmail-generic.sh -%%DATADIR%%/test-scripts/svntest/svntest-update.sh -%%DATADIR%%/test-scripts/svntest/svntest.sh -%%DATADIR%%/xslt/svnindex.css -%%DATADIR%%/xslt/svnindex.xsl -%%MOD_DAV_SVN%%%%APACHEMODDIR%%/mod_dav_svn.so -%%MOD_DAV_SVN%%%%APACHEMODDIR%%/mod_authz_svn.so -%%MOD_DAV_SVN%%@exec %D/sbin/apxs -e -S LIBEXECDIR=%D/%%APACHEMODDIR%% -a -n dav libexec/%%APACHEDIR%%/mod_dav.so -%%MOD_DAV_SVN%%@exec %D/sbin/apxs -e -S LIBEXECDIR=%D/%%APACHEMODDIR%% -a -n dav_svn libexec/%%APACHEDIR%%/mod_dav_svn.so -%%WITH_JAVA%%lib/libsvnjavahl-1.a -%%WITH_JAVA%%lib/libsvnjavahl-1.so -%%WITH_JAVA%%lib/libsvnjavahl-1.so.0 -%%WITH_JAVA%%lib/svn-javahl/svn-javahl.jar -%%WITH_JAVA%%@dirrm lib/svn-javahl/include -%%WITH_JAVA%%@dirrm lib/svn-javahl -%%WITH_PERL%%lib/libsvn_swig_perl-1.a -%%WITH_PERL%%lib/libsvn_swig_perl-1.la -%%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.la -%%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.a -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_client.la -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_client.so -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_core.a -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_core.la -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_core.so -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_delta.a -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_delta.la -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_delta.so -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_fs.a -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_fs.la -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_fs.so -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_ra.a -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_ra.la -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_ra.so -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_repos.a -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_repos.la -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_repos.so -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_wc.a -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_wc.la -%%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/wc.py -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/svn/wc.pyc -%%WITH_PYTHON%%@dirrm %%PYTHON_SITELIBDIR%%/libsvn -%%WITH_PYTHON%%@dirrm %%PYTHON_SITELIBDIR%%/svn -%%WITH_RUBY%%lib/libsvn_swig_ruby-1.a -%%WITH_RUBY%%lib/libsvn_swig_ruby-1.la -%%WITH_RUBY%%lib/libsvn_swig_ruby-1.so -%%WITH_RUBY%%lib/libsvn_swig_ruby-1.so.0 -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/core.a -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/core.la -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/core.so -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/client.a -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/client.la -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/client.so -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/delta.a -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/delta.la -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/delta.so -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/fs.a -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/fs.la -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/fs.so -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/ra.a -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/ra.la -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/ra.so -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/repos.a -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/repos.la -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/repos.so -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/wc.a -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/wc.la -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/wc.so -%%WITH_RUBY%%%%RUBY_SITELIBDIR%%/svn/client.rb -%%WITH_RUBY%%%%RUBY_SITELIBDIR%%/svn/core.rb -%%WITH_RUBY%%%%RUBY_SITELIBDIR%%/svn/delta.rb -%%WITH_RUBY%%%%RUBY_SITELIBDIR%%/svn/error.rb -%%WITH_RUBY%%%%RUBY_SITELIBDIR%%/svn/fs.rb -%%WITH_RUBY%%%%RUBY_SITELIBDIR%%/svn/info.rb -%%WITH_RUBY%%%%RUBY_SITELIBDIR%%/svn/ra.rb -%%WITH_RUBY%%%%RUBY_SITELIBDIR%%/svn/repos.rb -%%WITH_RUBY%%%%RUBY_SITELIBDIR%%/svn/util.rb -%%WITH_RUBY%%%%RUBY_SITELIBDIR%%/svn/wc.rb -%%WITH_RUBY%%@dirrm %%RUBY_SITEARCHLIBDIR%%/svn/ext -%%WITH_RUBY%%@dirrm %%RUBY_SITEARCHLIBDIR%%/svn -%%WITH_RUBY%%@dirrm %%RUBY_SITELIBDIR%%/svn -@dirrm %%DATADIR%%/backup -@dirrm %%DATADIR%%/bdb -@dirrm %%DATADIR%%/client-side -@dirrm %%DATADIR%%/dev/iz -@dirrm %%DATADIR%%/dev -@dirrm %%DATADIR%%/diff -@dirrm %%DATADIR%%/examples -@dirrm %%DATADIR%%/hook-scripts/mailer/tests -@dirrm %%DATADIR%%/hook-scripts/mailer -@dirrm %%DATADIR%%/hook-scripts -@dirrm %%DATADIR%%/po -@dirrm %%DATADIR%%/test-scripts/svntest -@dirrm %%DATADIR%%/test-scripts -@dirrm %%DATADIR%%/xslt -@dirrm share/subversion - diff --git a/devel/subversion-freebsd/Makefile b/devel/subversion-freebsd/Makefile deleted file mode 100644 index 6963fe53fe73..000000000000 --- a/devel/subversion-freebsd/Makefile +++ /dev/null @@ -1,443 +0,0 @@ -# New ports collection makefile for: subversion -# Date created: 10 September 2001 -# Whom: rooneg@electricjellyfish.net -# -# $FreeBSD$ - -PORTNAME= subversion -PORTVERSION= 1.3.0 -PORTREVISION?= 4 -CATEGORIES= devel -MASTER_SITES= http://subversion.tigris.org/downloads/:main \ - http://svnbook.red-bean.com:9000/en/1.1/:bookhtml \ - http://svnbook.red-bean.com/en/1.1/:bookpdf -DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}:main -EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} - -MAINTAINER= lev@freebsd.org -COMMENT= Version control system - -LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 - -INSTALLS_SHLIB= yes - -USE_BZIP2= yes -USE_AUTOTOOLS= libtool: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> - -.if ${ARCH} == "amd64" || ${ARCH} == "ia64" -CFLAGS+= -fpic -DPIC -.endif - -SVNREPOS?= /home/svn/repos -SVNFSTYPE?= fsfs - -.if make(repository) -WITH_REPOSITORY_CREATION= yes -.endif - -.if defined(WITH_REPOSITORY_CREATION) -MKREPOS_TARGET= _mkrepos -.endif - -.if defined(WITH_MAINTAINER_DEBUG) -CONFIGURE_ARGS+=--enable-maintainer-mode \ - --enable-debug -CFLAGS+= -g -.endif - -.if !defined(WITHOUT_NEON) -LIB_DEPENDS+= neon.25:${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(WITHOUT_BDB) -CONFIGURE_ARGS+= --without-berkeley-db -PLIST_SUB+= WITHOUT_BDB="@comment " -.else -PLIST_SUB+= WITHOUT_BDB="" -.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+= yes -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+= yes -PLIST_SUB+= WITH_PYTHON="" -.else -PLIST_SUB+= WITH_PYTHON="@comment " -.endif - -.if defined(WITH_RUBY) -USE_RUBY= yes -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -SWIG_BINDINGS+= yes -PLIST_SUB+= WITH_RUBY="" -.else -PLIST_SUB+= WITH_RUBY="@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(WITH_JAVA) && ${OSVERSION} < 503000 -BROKEN="Java bindings are supported only on FreeBSD 5.3 or newer" -.endif - -.if !defined(SWIG_BINDINGS) -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) -USE_APACHE= 2.0+ -.include "${PORTSDIR}/Mk/bsd.apache.mk" -.if ${APACHE_VERSION} >= 21 -APR_APU_DIR= ${LOCALBASE}/bin -APR_CONFIG= apr-1-config -APU_CONFIG= apu-1-config -.else -APR_APU_DIR= ${LOCALBASE}/lib/apache2 -APR_CONFIG= apr-config -APU_CONFIG= apu-config -.endif -APR_PORT= ${APACHE_PORT} -.if !defined(WITHOUT_BDB) -DEPENDS_ARGS+= WITH_BERKELEYDB=db4 -OPT_NAME= WITH_BERKELEYDB=(db4|db41|db42) -.endif -.else -APR_APU_DIR= ${LOCALBASE}/bin -APR_CONFIG= apr-1-config -APU_CONFIG= apu-1-config -.if !defined(WITHOUT_BDB) -LIB_DEPENDS+= apr-1.2:${PORTSDIR}/devel/apr-svn -APR_PORT= devel/apr-svn -OPT_NAME= APR_UTIL_WITH_BERKELEY_DB=yes -.else -LIB_DEPENDS+= apr-1.2:${PORTSDIR}/devel/apr -APR_PORT= devel/apr -.endif -.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(NOPORTDOCS) && defined(WITH_BOOK) -PORTDOCS+= book -DISTFILES+= svn-book.html:bookhtml svn-book.pdf:bookpdf -.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(WITHOUT_BDB) - @${ECHO_MSG} "db4 repository backend disabled." -.else - @${ECHO_MSG} "db4 repository backend enabled." - @${ECHO_MSG} "To disable it define WITHOUT_BDB" -.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_RUBY) - @${ECHO_MSG} "Build with Ruby bindings." -.else - @${ECHO_MSG} "You can enable Ruby bindings by defining WITH_RUBY." -.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 built 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 ${APACHE_PORT}. 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 ${APACHE_PORT} 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." - @${ECHO_MSG} "" - @${ECHO_MSG} "Repository will be created at '${SVNREPOS}' with group '${SVNGROUP}'." - @${ECHO_MSG} "Type of repository will be '${SVNFSTYPE}'." - @${ECHO_MSG} "You could change these settings by defining SVNREPOS, SVNGROUP and SVNFSTYPE." -.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" -.endif - @${ECHO_MSG} "" -.if !defined(NOPORTDOCS) && defined(WITH_BOOK) - @${ECHO_MSG} "Subversion Book will be installed." -.else - @${ECHO_MSG} "You can install the Subversion Book by defining WITH_BOOK." -.endif - @${ECHO_MSG} "" - @${ECHO_MSG} "Many 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 !defined(WITHOUT_BDB) - @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} "" ; \ - ${ECHO_MSG} "Or you can disable db4 support. Only 'fs' repository backend will be available." ; \ - ${ECHO_MSG} "To disable db4 support, define WITHOUT_BDB." ; \ - ${ECHO_MSG} "" ; \ - ${FALSE} ; \ - fi -.endif - -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_RUBY) - cd ${WRKSRC} ; \ - ${MAKE} swig-rb -.endif -.if defined(WITH_JAVA) - @${MKDIR} ${WRKSRC}/subversion/bindings/java/javahl/classes - cd ${WRKSRC} ; \ - ${MAKE} javahl -.endif - -.if defined(WITH_MOD_DAV_SVN) -pre-install: - ${APXS} -e -S LIBEXECDIR=${PREFIX}/${APACHEMODDIR} -a -n dav libexec/apache2/mod_dav.so -.endif - -post-install: ${MKREPOS_TARGET} - @${MKDIR} ${PREFIX}/share/subversion - cd ${WRKSRC}/tools ; \ - tar --exclude '*.in' -cf - * | tar -C ${PREFIX}/share/subversion -xf - - @${CHMOD} -R a-st,o+rX ${PREFIX}/share/subversion -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - for f in ${TXT_DOCS}; do \ - ${INSTALL_DATA} ${WRKSRC}/$$f ${DOCSDIR}; \ - done -.if defined(WITH_BOOK) - ${MKDIR} ${DOCSDIR}/book - ${INSTALL_DATA} ${DISTDIR}/svn-book.html ${DOCSDIR}/book - ${INSTALL_DATA} ${DISTDIR}/svn-book.pdf ${DOCSDIR}/book -.endif -.endif -.if defined(WITH_PERL) - cd ${WRKSRC} ; \ - ${REINPLACE_CMD} '/SWIG_PL_DIR/s, install$$, all pure_install,g' ${WRKSRC}/Makefile ; \ - ${MAKE} install-swig-pl -.endif -.if defined(WITH_PYTHON) - cd ${WRKSRC} ; \ - ${MAKE} install-swig-py -.endif -.if defined(WITH_RUBY) - cd ${WRKSRC} ; \ - ${MAKE} install-swig-rb -.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 - -repository: _mkrepos - -_SVNGRPFILES= dav db locks locks/db.lock locks/db-logs.lock -SVNGRPFILES= ${_SVNGRPFILES:S,^,${SVNREPOS}/,} - -_mkrepos: .USE -.if !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 --fs-type ${SVNFSTYPE} ${SVNREPOS} -.if defined(WITH_SVNSERVE_WRAPPER) - @${CHGRP} ${SVNGROUP} ${SVNGRPFILES} - @${CHMOD} g+w ${SVNGRPFILES} - @for i in ${SVNREPOS}/db/* ; do \ - i=$${i##*/}; \ - case $$i in \ - DB_CONFIG|fs-type|uuid) ;; \ - *) ${CHGRP} -R ${SVNGROUP} ${SVNREPOS}/db/$$i; \ - ${CHMOD} -R g+w ${SVNREPOS}/db/$$i; \ - ;; \ - esac; \ - done -.endif -.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 8650a5ad87df..000000000000 --- a/devel/subversion-freebsd/distinfo +++ /dev/null @@ -1,9 +0,0 @@ -MD5 (subversion-1.3.0.tar.bz2) = a9e69910f648028a159f3886b254261b -SHA256 (subversion-1.3.0.tar.bz2) = c5837d2e7ee6ccfbe526b7dd624c2e09407160887707ed2c5fbe82b87109366d -SIZE (subversion-1.3.0.tar.bz2) = 6811793 -MD5 (svn-book.html) = 1800ef7abfa35df7f2e6f4776d74c37f -SHA256 (svn-book.html) = dfa12f00574523e601c18a590cfbf0c76df10d090da0db9b7e41b152840e1403 -SIZE (svn-book.html) = 1055053 -MD5 (svn-book.pdf) = 2cb4a90f41904634db249cf006aea7d1 -SHA256 (svn-book.pdf) = 518512007f1feb5607afbb1f2adef90d6bde9090bc754a1dab341733a2a37a68 -SIZE (svn-book.pdf) = 1533253 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 66f0c795aa35..000000000000 --- a/devel/subversion-freebsd/files/patch-ac-helpers::ltmain.sh +++ /dev/null @@ -1,11 +0,0 @@ ---- ac-helpers/ltmain.sh.orig Fri May 20 21:41:54 2005 -+++ ac-helpers/ltmain.sh Wed May 25 14:38:21 2005 -@@ -1492,7 +1492,7 @@ - # These systems don't actually have a C library (as such) - test "X$arg" = "X-lc" && continue - ;; -- *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) -+ *-*-openbsd* | *-*-freebsd4* | *-*-dragonfly*) - # Do not include libc due to us having libc/libc_r. - test "X$arg" = "X-lc" && continue - ;; diff --git a/devel/subversion-freebsd/files/patch-build--ac-macros--neon.m4 b/devel/subversion-freebsd/files/patch-build--ac-macros--neon.m4 deleted file mode 100644 index eb1660263b85..000000000000 --- a/devel/subversion-freebsd/files/patch-build--ac-macros--neon.m4 +++ /dev/null @@ -1,17 +0,0 @@ ---- build/ac-macros/neon.m4.orig Sat Nov 5 16:12:58 2005 -+++ build/ac-macros/neon.m4 Sat Nov 5 16:13:14 2005 -@@ -1,4 +1,4 @@ --dnl SVN_LIB_NEON(wanted_regex, latest_working_ver, url) -+ dnl SVN_LIB_NEON(wanted_regex, latest_working_ver, url) - dnl - dnl Search for a suitable version of neon. wanted_regex is a - dnl regular expression used in a Bourne shell switch/case statement -@@ -132,7 +132,7 @@ - if test "$NEON_VERSION" = "$svn_allowed_neon" -o $svn_allowed_neon = "any"; then - svn_allowed_neon_on_system="yes" - SVN_NEON_INCLUDES=[`$neon_config --cflags | sed -e 's/-D[^ ]*//g'`] -- NEON_LIBS=`$neon_config --la-file` -+ NEON_LIBS=`$neon_config --libs` - CFLAGS=["$CFLAGS `$neon_config --cflags | sed -e 's/-I[^ ]*//g'`"] - svn_lib_neon="yes" - break diff --git a/devel/subversion-freebsd/files/patch-configure b/devel/subversion-freebsd/files/patch-configure deleted file mode 100644 index e7eb781d38be..000000000000 --- a/devel/subversion-freebsd/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Sat Nov 5 16:13:58 2005 -+++ configure Sat Nov 5 16:14:12 2005 -@@ -19933,7 +19933,7 @@ - if test "$NEON_VERSION" = "$svn_allowed_neon" -o $svn_allowed_neon = "any"; then - svn_allowed_neon_on_system="yes" - SVN_NEON_INCLUDES=`$neon_config --cflags | sed -e 's/-D[^ ]*//g'` -- NEON_LIBS=`$neon_config --la-file` -+ NEON_LIBS=`$neon_config --libs` - CFLAGS="$CFLAGS `$neon_config --cflags | sed -e 's/-I[^ ]*//g'`" - svn_lib_neon="yes" - break 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 d26dc6f84b53..000000000000 --- a/devel/subversion-freebsd/files/patch-subversion::bindings::swig::perl::natives::Makefle.PL.in +++ /dev/null @@ -1,39 +0,0 @@ ---- subversion/bindings/swig/perl/native/Makefile.PL.in.orig Sat Oct 15 00:45:33 2005 -+++ subversion/bindings/swig/perl/native/Makefile.PL.in Wed Nov 2 21:58:44 2005 -@@ -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,11 @@ - 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 @modules = qw/client delta fs ra repos wc/; - my @ldpaths = ("$swig_builddir/perl/libsvn_swig_perl/.libs", - map {"$svnlib_builddir/libsvn_$_/.libs"} (@modules, qw/diff subr -@@ -45,8 +51,7 @@ - OBJECT => q/$(O_FILES)/, - LIBS => [join(' ', $apr_ldflags, - (map {$_ = abs_path($_); "-L$_"} @ldpaths), -- @ldmodules, '-lsvn_swig_perl-1', -- `$swig -perl -ldflags`)], -+ @ldmodules, '-lsvn_swig_perl-1')], - test => { TESTS => "$swig_srcdir/perl/native/t/*.t" } - ); - -@@ -61,6 +66,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 $_ } diff --git a/devel/subversion-freebsd/files/svnserve.wrapper b/devel/subversion-freebsd/files/svnserve.wrapper deleted file mode 100644 index 92fffc384652..000000000000 --- a/devel/subversion-freebsd/files/svnserve.wrapper +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -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 aebed9a4b2fe..000000000000 --- a/devel/subversion-freebsd/pkg-plist +++ /dev/null @@ -1,355 +0,0 @@ -@comment $FreeBSD$ -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_ctype.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_nls.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_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.la -lib/libsvn_client-1.so -lib/libsvn_client-1.so.0 -lib/libsvn_delta-1.a -lib/libsvn_delta-1.la -lib/libsvn_delta-1.so -lib/libsvn_delta-1.so.0 -lib/libsvn_diff-1.a -lib/libsvn_diff-1.la -lib/libsvn_diff-1.so -lib/libsvn_diff-1.so.0 -lib/libsvn_fs-1.a -lib/libsvn_fs-1.la -lib/libsvn_fs-1.so -lib/libsvn_fs-1.so.0 -%%WITHOUT_BDB%%lib/libsvn_fs_base-1.a -%%WITHOUT_BDB%%lib/libsvn_fs_base-1.la -%%WITHOUT_BDB%%lib/libsvn_fs_base-1.so -%%WITHOUT_BDB%%lib/libsvn_fs_base-1.so.0 -lib/libsvn_fs_fs-1.a -lib/libsvn_fs_fs-1.la -lib/libsvn_fs_fs-1.so -lib/libsvn_fs_fs-1.so.0 -lib/libsvn_ra-1.a -lib/libsvn_ra-1.la -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.la -%%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.la -lib/libsvn_ra_local-1.so -lib/libsvn_ra_local-1.so.0 -lib/libsvn_ra_svn-1.a -lib/libsvn_ra_svn-1.la -lib/libsvn_ra_svn-1.so -lib/libsvn_ra_svn-1.so.0 -lib/libsvn_repos-1.a -lib/libsvn_repos-1.la -lib/libsvn_repos-1.so -lib/libsvn_repos-1.so.0 -lib/libsvn_subr-1.a -lib/libsvn_subr-1.la -lib/libsvn_subr-1.so -lib/libsvn_subr-1.so.0 -lib/libsvn_wc-1.a -lib/libsvn_wc-1.la -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/fr/LC_MESSAGES/subversion.mo -%%WITHOUT_GETTEXT%%share/locale/it/LC_MESSAGES/subversion.mo -%%WITHOUT_GETTEXT%%share/locale/ja/LC_MESSAGES/subversion.mo -%%WITHOUT_GETTEXT%%share/locale/ko/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 -%%DATADIR%%/backup/hot-backup.py -%%DATADIR%%/bdb/erase-all-text-data.py -%%DATADIR%%/bdb/skel.py -%%DATADIR%%/bdb/svn-bdb-view.py -%%DATADIR%%/bdb/svnfs.py -%%DATADIR%%/client-side/bash_completion -%%DATADIR%%/client-side/bash_completion_test -%%DATADIR%%/client-side/server-vsn.py -%%DATADIR%%/client-side/showchange.pl -%%DATADIR%%/client-side/svn-graph.pl -%%DATADIR%%/dev/check-license.py -%%DATADIR%%/dev/datecheck.py -%%DATADIR%%/dev/contribulyze.py -%%DATADIR%%/dev/find-textfiles.sh -%%DATADIR%%/dev/gcov.patch -%%DATADIR%%/dev/getsigs.pl -%%DATADIR%%/dev/gnuify-changelog.pl -%%DATADIR%%/dev/iz/defect.dem -%%DATADIR%%/dev/iz/ff2csv.command -%%DATADIR%%/dev/iz/ff2csv.py -%%DATADIR%%/dev/iz/find-fix.py -%%DATADIR%%/dev/iz/run-queries.sh -%%DATADIR%%/dev/lock-check.py -%%DATADIR%%/dev/mlpatch.py -%%DATADIR%%/dev/normalize-dump.py -%%DATADIR%%/dev/prebuild-cleanup.sh -%%DATADIR%%/dev/random-commits.py -%%DATADIR%%/dev/po-merge.py -%%DATADIR%%/dev/scramble-tree.py -%%DATADIR%%/dev/stress.pl -%%DATADIR%%/dev/svn-dev.el -%%DATADIR%%/dev/svn-dev.vim -%%DATADIR%%/dev/svn-merge-revs.py -%%DATADIR%%/dev/trails.py -%%DATADIR%%/dev/verify-history.py -%%DATADIR%%/dev/which-error.py -%%DATADIR%%/diff/diff.c -%%DATADIR%%/diff/diff3.c -%%DATADIR%%/diff/diff4.c -%%DATADIR%%/examples/blame.py -%%DATADIR%%/examples/check-modified.py -%%DATADIR%%/examples/dumpprops.py -%%DATADIR%%/examples/getfile.py -%%DATADIR%%/examples/getlocks_test.c -%%DATADIR%%/examples/geturl.py -%%DATADIR%%/examples/headrev.c -%%DATADIR%%/examples/minimal_client.c -%%DATADIR%%/examples/putfile.py -%%DATADIR%%/examples/revplist.py -%%DATADIR%%/examples/svnlook.py -%%DATADIR%%/examples/svnlook.rb -%%DATADIR%%/examples/svnput.c -%%DATADIR%%/examples/svnserve-sgid.c -%%DATADIR%%/examples/svnshell.py -%%DATADIR%%/examples/svnshell.rb -%%DATADIR%%/hook-scripts/commit-access-control.cfg.example -%%DATADIR%%/hook-scripts/commit-access-control.pl -%%DATADIR%%/hook-scripts/commit-email.pl -%%DATADIR%%/hook-scripts/commit-email.rb -%%DATADIR%%/hook-scripts/mailer/mailer.conf.example -%%DATADIR%%/hook-scripts/mailer/mailer.py -%%DATADIR%%/hook-scripts/mailer/tests/mailer-init.sh -%%DATADIR%%/hook-scripts/mailer/tests/mailer-t1.output -%%DATADIR%%/hook-scripts/mailer/tests/mailer-t1.sh -%%DATADIR%%/hook-scripts/mailer/tests/mailer-tweak.py -%%DATADIR%%/hook-scripts/propchange-email.pl -%%DATADIR%%/hook-scripts/README -%%DATADIR%%/hook-scripts/svnperms.conf.example -%%DATADIR%%/hook-scripts/svnperms.py -%%DATADIR%%/hook-scripts/verify-po.py -%%DATADIR%%/po/svn-po-status-report.sh -%%DATADIR%%/po/svn-po-status-run.sh -%%DATADIR%%/test-scripts/svntest/README -%%DATADIR%%/test-scripts/svntest/dav_svn.passwd -%%DATADIR%%/test-scripts/svntest/mod_dav_svn.conf -%%DATADIR%%/test-scripts/svntest/svntest-bindings.sh -%%DATADIR%%/test-scripts/svntest/svntest-bindings-generic.sh -%%DATADIR%%/test-scripts/svntest/svntest-check-configuration.sh -%%DATADIR%%/test-scripts/svntest/svntest-config.sh -%%DATADIR%%/test-scripts/svntest/svntest-rebuild-generic.sh -%%DATADIR%%/test-scripts/svntest/svntest-rebuild.sh -%%DATADIR%%/test-scripts/svntest/svntest-run.sh -%%DATADIR%%/test-scripts/svntest/svntest-sendmail.sh -%%DATADIR%%/test-scripts/svntest/svntest-sendmail-generic.sh -%%DATADIR%%/test-scripts/svntest/svntest-update.sh -%%DATADIR%%/test-scripts/svntest/svntest.sh -%%DATADIR%%/xslt/svnindex.css -%%DATADIR%%/xslt/svnindex.xsl -%%MOD_DAV_SVN%%%%APACHEMODDIR%%/mod_dav_svn.so -%%MOD_DAV_SVN%%%%APACHEMODDIR%%/mod_authz_svn.so -%%MOD_DAV_SVN%%@exec %D/sbin/apxs -e -S LIBEXECDIR=%D/%%APACHEMODDIR%% -a -n dav libexec/%%APACHEDIR%%/mod_dav.so -%%MOD_DAV_SVN%%@exec %D/sbin/apxs -e -S LIBEXECDIR=%D/%%APACHEMODDIR%% -a -n dav_svn libexec/%%APACHEDIR%%/mod_dav_svn.so -%%WITH_JAVA%%lib/libsvnjavahl-1.a -%%WITH_JAVA%%lib/libsvnjavahl-1.so -%%WITH_JAVA%%lib/libsvnjavahl-1.so.0 -%%WITH_JAVA%%lib/svn-javahl/svn-javahl.jar -%%WITH_JAVA%%@dirrm lib/svn-javahl/include -%%WITH_JAVA%%@dirrm lib/svn-javahl -%%WITH_PERL%%lib/libsvn_swig_perl-1.a -%%WITH_PERL%%lib/libsvn_swig_perl-1.la -%%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.la -%%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.a -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_client.la -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_client.so -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_core.a -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_core.la -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_core.so -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_delta.a -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_delta.la -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_delta.so -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_fs.a -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_fs.la -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_fs.so -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_ra.a -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_ra.la -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_ra.so -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_repos.a -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_repos.la -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_repos.so -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_wc.a -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_wc.la -%%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/wc.py -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/svn/wc.pyc -%%WITH_PYTHON%%@dirrm %%PYTHON_SITELIBDIR%%/libsvn -%%WITH_PYTHON%%@dirrm %%PYTHON_SITELIBDIR%%/svn -%%WITH_RUBY%%lib/libsvn_swig_ruby-1.a -%%WITH_RUBY%%lib/libsvn_swig_ruby-1.la -%%WITH_RUBY%%lib/libsvn_swig_ruby-1.so -%%WITH_RUBY%%lib/libsvn_swig_ruby-1.so.0 -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/core.a -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/core.la -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/core.so -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/client.a -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/client.la -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/client.so -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/delta.a -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/delta.la -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/delta.so -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/fs.a -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/fs.la -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/fs.so -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/ra.a -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/ra.la -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/ra.so -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/repos.a -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/repos.la -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/repos.so -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/wc.a -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/wc.la -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/wc.so -%%WITH_RUBY%%%%RUBY_SITELIBDIR%%/svn/client.rb -%%WITH_RUBY%%%%RUBY_SITELIBDIR%%/svn/core.rb -%%WITH_RUBY%%%%RUBY_SITELIBDIR%%/svn/delta.rb -%%WITH_RUBY%%%%RUBY_SITELIBDIR%%/svn/error.rb -%%WITH_RUBY%%%%RUBY_SITELIBDIR%%/svn/fs.rb -%%WITH_RUBY%%%%RUBY_SITELIBDIR%%/svn/info.rb -%%WITH_RUBY%%%%RUBY_SITELIBDIR%%/svn/ra.rb -%%WITH_RUBY%%%%RUBY_SITELIBDIR%%/svn/repos.rb -%%WITH_RUBY%%%%RUBY_SITELIBDIR%%/svn/util.rb -%%WITH_RUBY%%%%RUBY_SITELIBDIR%%/svn/wc.rb -%%WITH_RUBY%%@dirrm %%RUBY_SITEARCHLIBDIR%%/svn/ext -%%WITH_RUBY%%@dirrm %%RUBY_SITEARCHLIBDIR%%/svn -%%WITH_RUBY%%@dirrm %%RUBY_SITELIBDIR%%/svn -@dirrm %%DATADIR%%/backup -@dirrm %%DATADIR%%/bdb -@dirrm %%DATADIR%%/client-side -@dirrm %%DATADIR%%/dev/iz -@dirrm %%DATADIR%%/dev -@dirrm %%DATADIR%%/diff -@dirrm %%DATADIR%%/examples -@dirrm %%DATADIR%%/hook-scripts/mailer/tests -@dirrm %%DATADIR%%/hook-scripts/mailer -@dirrm %%DATADIR%%/hook-scripts -@dirrm %%DATADIR%%/po -@dirrm %%DATADIR%%/test-scripts/svntest -@dirrm %%DATADIR%%/test-scripts -@dirrm %%DATADIR%%/xslt -@dirrm share/subversion - diff --git a/devel/subversion16/Makefile b/devel/subversion16/Makefile deleted file mode 100644 index 6963fe53fe73..000000000000 --- a/devel/subversion16/Makefile +++ /dev/null @@ -1,443 +0,0 @@ -# New ports collection makefile for: subversion -# Date created: 10 September 2001 -# Whom: rooneg@electricjellyfish.net -# -# $FreeBSD$ - -PORTNAME= subversion -PORTVERSION= 1.3.0 -PORTREVISION?= 4 -CATEGORIES= devel -MASTER_SITES= http://subversion.tigris.org/downloads/:main \ - http://svnbook.red-bean.com:9000/en/1.1/:bookhtml \ - http://svnbook.red-bean.com/en/1.1/:bookpdf -DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}:main -EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} - -MAINTAINER= lev@freebsd.org -COMMENT= Version control system - -LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 - -INSTALLS_SHLIB= yes - -USE_BZIP2= yes -USE_AUTOTOOLS= libtool: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> - -.if ${ARCH} == "amd64" || ${ARCH} == "ia64" -CFLAGS+= -fpic -DPIC -.endif - -SVNREPOS?= /home/svn/repos -SVNFSTYPE?= fsfs - -.if make(repository) -WITH_REPOSITORY_CREATION= yes -.endif - -.if defined(WITH_REPOSITORY_CREATION) -MKREPOS_TARGET= _mkrepos -.endif - -.if defined(WITH_MAINTAINER_DEBUG) -CONFIGURE_ARGS+=--enable-maintainer-mode \ - --enable-debug -CFLAGS+= -g -.endif - -.if !defined(WITHOUT_NEON) -LIB_DEPENDS+= neon.25:${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(WITHOUT_BDB) -CONFIGURE_ARGS+= --without-berkeley-db -PLIST_SUB+= WITHOUT_BDB="@comment " -.else -PLIST_SUB+= WITHOUT_BDB="" -.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+= yes -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+= yes -PLIST_SUB+= WITH_PYTHON="" -.else -PLIST_SUB+= WITH_PYTHON="@comment " -.endif - -.if defined(WITH_RUBY) -USE_RUBY= yes -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -SWIG_BINDINGS+= yes -PLIST_SUB+= WITH_RUBY="" -.else -PLIST_SUB+= WITH_RUBY="@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(WITH_JAVA) && ${OSVERSION} < 503000 -BROKEN="Java bindings are supported only on FreeBSD 5.3 or newer" -.endif - -.if !defined(SWIG_BINDINGS) -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) -USE_APACHE= 2.0+ -.include "${PORTSDIR}/Mk/bsd.apache.mk" -.if ${APACHE_VERSION} >= 21 -APR_APU_DIR= ${LOCALBASE}/bin -APR_CONFIG= apr-1-config -APU_CONFIG= apu-1-config -.else -APR_APU_DIR= ${LOCALBASE}/lib/apache2 -APR_CONFIG= apr-config -APU_CONFIG= apu-config -.endif -APR_PORT= ${APACHE_PORT} -.if !defined(WITHOUT_BDB) -DEPENDS_ARGS+= WITH_BERKELEYDB=db4 -OPT_NAME= WITH_BERKELEYDB=(db4|db41|db42) -.endif -.else -APR_APU_DIR= ${LOCALBASE}/bin -APR_CONFIG= apr-1-config -APU_CONFIG= apu-1-config -.if !defined(WITHOUT_BDB) -LIB_DEPENDS+= apr-1.2:${PORTSDIR}/devel/apr-svn -APR_PORT= devel/apr-svn -OPT_NAME= APR_UTIL_WITH_BERKELEY_DB=yes -.else -LIB_DEPENDS+= apr-1.2:${PORTSDIR}/devel/apr -APR_PORT= devel/apr -.endif -.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(NOPORTDOCS) && defined(WITH_BOOK) -PORTDOCS+= book -DISTFILES+= svn-book.html:bookhtml svn-book.pdf:bookpdf -.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(WITHOUT_BDB) - @${ECHO_MSG} "db4 repository backend disabled." -.else - @${ECHO_MSG} "db4 repository backend enabled." - @${ECHO_MSG} "To disable it define WITHOUT_BDB" -.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_RUBY) - @${ECHO_MSG} "Build with Ruby bindings." -.else - @${ECHO_MSG} "You can enable Ruby bindings by defining WITH_RUBY." -.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 built 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 ${APACHE_PORT}. 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 ${APACHE_PORT} 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." - @${ECHO_MSG} "" - @${ECHO_MSG} "Repository will be created at '${SVNREPOS}' with group '${SVNGROUP}'." - @${ECHO_MSG} "Type of repository will be '${SVNFSTYPE}'." - @${ECHO_MSG} "You could change these settings by defining SVNREPOS, SVNGROUP and SVNFSTYPE." -.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" -.endif - @${ECHO_MSG} "" -.if !defined(NOPORTDOCS) && defined(WITH_BOOK) - @${ECHO_MSG} "Subversion Book will be installed." -.else - @${ECHO_MSG} "You can install the Subversion Book by defining WITH_BOOK." -.endif - @${ECHO_MSG} "" - @${ECHO_MSG} "Many 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 !defined(WITHOUT_BDB) - @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} "" ; \ - ${ECHO_MSG} "Or you can disable db4 support. Only 'fs' repository backend will be available." ; \ - ${ECHO_MSG} "To disable db4 support, define WITHOUT_BDB." ; \ - ${ECHO_MSG} "" ; \ - ${FALSE} ; \ - fi -.endif - -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_RUBY) - cd ${WRKSRC} ; \ - ${MAKE} swig-rb -.endif -.if defined(WITH_JAVA) - @${MKDIR} ${WRKSRC}/subversion/bindings/java/javahl/classes - cd ${WRKSRC} ; \ - ${MAKE} javahl -.endif - -.if defined(WITH_MOD_DAV_SVN) -pre-install: - ${APXS} -e -S LIBEXECDIR=${PREFIX}/${APACHEMODDIR} -a -n dav libexec/apache2/mod_dav.so -.endif - -post-install: ${MKREPOS_TARGET} - @${MKDIR} ${PREFIX}/share/subversion - cd ${WRKSRC}/tools ; \ - tar --exclude '*.in' -cf - * | tar -C ${PREFIX}/share/subversion -xf - - @${CHMOD} -R a-st,o+rX ${PREFIX}/share/subversion -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - for f in ${TXT_DOCS}; do \ - ${INSTALL_DATA} ${WRKSRC}/$$f ${DOCSDIR}; \ - done -.if defined(WITH_BOOK) - ${MKDIR} ${DOCSDIR}/book - ${INSTALL_DATA} ${DISTDIR}/svn-book.html ${DOCSDIR}/book - ${INSTALL_DATA} ${DISTDIR}/svn-book.pdf ${DOCSDIR}/book -.endif -.endif -.if defined(WITH_PERL) - cd ${WRKSRC} ; \ - ${REINPLACE_CMD} '/SWIG_PL_DIR/s, install$$, all pure_install,g' ${WRKSRC}/Makefile ; \ - ${MAKE} install-swig-pl -.endif -.if defined(WITH_PYTHON) - cd ${WRKSRC} ; \ - ${MAKE} install-swig-py -.endif -.if defined(WITH_RUBY) - cd ${WRKSRC} ; \ - ${MAKE} install-swig-rb -.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 - -repository: _mkrepos - -_SVNGRPFILES= dav db locks locks/db.lock locks/db-logs.lock -SVNGRPFILES= ${_SVNGRPFILES:S,^,${SVNREPOS}/,} - -_mkrepos: .USE -.if !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 --fs-type ${SVNFSTYPE} ${SVNREPOS} -.if defined(WITH_SVNSERVE_WRAPPER) - @${CHGRP} ${SVNGROUP} ${SVNGRPFILES} - @${CHMOD} g+w ${SVNGRPFILES} - @for i in ${SVNREPOS}/db/* ; do \ - i=$${i##*/}; \ - case $$i in \ - DB_CONFIG|fs-type|uuid) ;; \ - *) ${CHGRP} -R ${SVNGROUP} ${SVNREPOS}/db/$$i; \ - ${CHMOD} -R g+w ${SVNREPOS}/db/$$i; \ - ;; \ - esac; \ - done -.endif -.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 8650a5ad87df..000000000000 --- a/devel/subversion16/distinfo +++ /dev/null @@ -1,9 +0,0 @@ -MD5 (subversion-1.3.0.tar.bz2) = a9e69910f648028a159f3886b254261b -SHA256 (subversion-1.3.0.tar.bz2) = c5837d2e7ee6ccfbe526b7dd624c2e09407160887707ed2c5fbe82b87109366d -SIZE (subversion-1.3.0.tar.bz2) = 6811793 -MD5 (svn-book.html) = 1800ef7abfa35df7f2e6f4776d74c37f -SHA256 (svn-book.html) = dfa12f00574523e601c18a590cfbf0c76df10d090da0db9b7e41b152840e1403 -SIZE (svn-book.html) = 1055053 -MD5 (svn-book.pdf) = 2cb4a90f41904634db249cf006aea7d1 -SHA256 (svn-book.pdf) = 518512007f1feb5607afbb1f2adef90d6bde9090bc754a1dab341733a2a37a68 -SIZE (svn-book.pdf) = 1533253 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 66f0c795aa35..000000000000 --- a/devel/subversion16/files/patch-ac-helpers::ltmain.sh +++ /dev/null @@ -1,11 +0,0 @@ ---- ac-helpers/ltmain.sh.orig Fri May 20 21:41:54 2005 -+++ ac-helpers/ltmain.sh Wed May 25 14:38:21 2005 -@@ -1492,7 +1492,7 @@ - # These systems don't actually have a C library (as such) - test "X$arg" = "X-lc" && continue - ;; -- *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) -+ *-*-openbsd* | *-*-freebsd4* | *-*-dragonfly*) - # Do not include libc due to us having libc/libc_r. - test "X$arg" = "X-lc" && continue - ;; diff --git a/devel/subversion16/files/patch-build--ac-macros--neon.m4 b/devel/subversion16/files/patch-build--ac-macros--neon.m4 deleted file mode 100644 index eb1660263b85..000000000000 --- a/devel/subversion16/files/patch-build--ac-macros--neon.m4 +++ /dev/null @@ -1,17 +0,0 @@ ---- build/ac-macros/neon.m4.orig Sat Nov 5 16:12:58 2005 -+++ build/ac-macros/neon.m4 Sat Nov 5 16:13:14 2005 -@@ -1,4 +1,4 @@ --dnl SVN_LIB_NEON(wanted_regex, latest_working_ver, url) -+ dnl SVN_LIB_NEON(wanted_regex, latest_working_ver, url) - dnl - dnl Search for a suitable version of neon. wanted_regex is a - dnl regular expression used in a Bourne shell switch/case statement -@@ -132,7 +132,7 @@ - if test "$NEON_VERSION" = "$svn_allowed_neon" -o $svn_allowed_neon = "any"; then - svn_allowed_neon_on_system="yes" - SVN_NEON_INCLUDES=[`$neon_config --cflags | sed -e 's/-D[^ ]*//g'`] -- NEON_LIBS=`$neon_config --la-file` -+ NEON_LIBS=`$neon_config --libs` - CFLAGS=["$CFLAGS `$neon_config --cflags | sed -e 's/-I[^ ]*//g'`"] - svn_lib_neon="yes" - break diff --git a/devel/subversion16/files/patch-configure b/devel/subversion16/files/patch-configure deleted file mode 100644 index e7eb781d38be..000000000000 --- a/devel/subversion16/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Sat Nov 5 16:13:58 2005 -+++ configure Sat Nov 5 16:14:12 2005 -@@ -19933,7 +19933,7 @@ - if test "$NEON_VERSION" = "$svn_allowed_neon" -o $svn_allowed_neon = "any"; then - svn_allowed_neon_on_system="yes" - SVN_NEON_INCLUDES=`$neon_config --cflags | sed -e 's/-D[^ ]*//g'` -- NEON_LIBS=`$neon_config --la-file` -+ NEON_LIBS=`$neon_config --libs` - CFLAGS="$CFLAGS `$neon_config --cflags | sed -e 's/-I[^ ]*//g'`" - svn_lib_neon="yes" - break 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 d26dc6f84b53..000000000000 --- a/devel/subversion16/files/patch-subversion::bindings::swig::perl::natives::Makefle.PL.in +++ /dev/null @@ -1,39 +0,0 @@ ---- subversion/bindings/swig/perl/native/Makefile.PL.in.orig Sat Oct 15 00:45:33 2005 -+++ subversion/bindings/swig/perl/native/Makefile.PL.in Wed Nov 2 21:58:44 2005 -@@ -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,11 @@ - 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 @modules = qw/client delta fs ra repos wc/; - my @ldpaths = ("$swig_builddir/perl/libsvn_swig_perl/.libs", - map {"$svnlib_builddir/libsvn_$_/.libs"} (@modules, qw/diff subr -@@ -45,8 +51,7 @@ - OBJECT => q/$(O_FILES)/, - LIBS => [join(' ', $apr_ldflags, - (map {$_ = abs_path($_); "-L$_"} @ldpaths), -- @ldmodules, '-lsvn_swig_perl-1', -- `$swig -perl -ldflags`)], -+ @ldmodules, '-lsvn_swig_perl-1')], - test => { TESTS => "$swig_srcdir/perl/native/t/*.t" } - ); - -@@ -61,6 +66,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 $_ } diff --git a/devel/subversion16/files/svnserve.wrapper b/devel/subversion16/files/svnserve.wrapper deleted file mode 100644 index 92fffc384652..000000000000 --- a/devel/subversion16/files/svnserve.wrapper +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -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 aebed9a4b2fe..000000000000 --- a/devel/subversion16/pkg-plist +++ /dev/null @@ -1,355 +0,0 @@ -@comment $FreeBSD$ -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_ctype.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_nls.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_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.la -lib/libsvn_client-1.so -lib/libsvn_client-1.so.0 -lib/libsvn_delta-1.a -lib/libsvn_delta-1.la -lib/libsvn_delta-1.so -lib/libsvn_delta-1.so.0 -lib/libsvn_diff-1.a -lib/libsvn_diff-1.la -lib/libsvn_diff-1.so -lib/libsvn_diff-1.so.0 -lib/libsvn_fs-1.a -lib/libsvn_fs-1.la -lib/libsvn_fs-1.so -lib/libsvn_fs-1.so.0 -%%WITHOUT_BDB%%lib/libsvn_fs_base-1.a -%%WITHOUT_BDB%%lib/libsvn_fs_base-1.la -%%WITHOUT_BDB%%lib/libsvn_fs_base-1.so -%%WITHOUT_BDB%%lib/libsvn_fs_base-1.so.0 -lib/libsvn_fs_fs-1.a -lib/libsvn_fs_fs-1.la -lib/libsvn_fs_fs-1.so -lib/libsvn_fs_fs-1.so.0 -lib/libsvn_ra-1.a -lib/libsvn_ra-1.la -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.la -%%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.la -lib/libsvn_ra_local-1.so -lib/libsvn_ra_local-1.so.0 -lib/libsvn_ra_svn-1.a -lib/libsvn_ra_svn-1.la -lib/libsvn_ra_svn-1.so -lib/libsvn_ra_svn-1.so.0 -lib/libsvn_repos-1.a -lib/libsvn_repos-1.la -lib/libsvn_repos-1.so -lib/libsvn_repos-1.so.0 -lib/libsvn_subr-1.a -lib/libsvn_subr-1.la -lib/libsvn_subr-1.so -lib/libsvn_subr-1.so.0 -lib/libsvn_wc-1.a -lib/libsvn_wc-1.la -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/fr/LC_MESSAGES/subversion.mo -%%WITHOUT_GETTEXT%%share/locale/it/LC_MESSAGES/subversion.mo -%%WITHOUT_GETTEXT%%share/locale/ja/LC_MESSAGES/subversion.mo -%%WITHOUT_GETTEXT%%share/locale/ko/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 -%%DATADIR%%/backup/hot-backup.py -%%DATADIR%%/bdb/erase-all-text-data.py -%%DATADIR%%/bdb/skel.py -%%DATADIR%%/bdb/svn-bdb-view.py -%%DATADIR%%/bdb/svnfs.py -%%DATADIR%%/client-side/bash_completion -%%DATADIR%%/client-side/bash_completion_test -%%DATADIR%%/client-side/server-vsn.py -%%DATADIR%%/client-side/showchange.pl -%%DATADIR%%/client-side/svn-graph.pl -%%DATADIR%%/dev/check-license.py -%%DATADIR%%/dev/datecheck.py -%%DATADIR%%/dev/contribulyze.py -%%DATADIR%%/dev/find-textfiles.sh -%%DATADIR%%/dev/gcov.patch -%%DATADIR%%/dev/getsigs.pl -%%DATADIR%%/dev/gnuify-changelog.pl -%%DATADIR%%/dev/iz/defect.dem -%%DATADIR%%/dev/iz/ff2csv.command -%%DATADIR%%/dev/iz/ff2csv.py -%%DATADIR%%/dev/iz/find-fix.py -%%DATADIR%%/dev/iz/run-queries.sh -%%DATADIR%%/dev/lock-check.py -%%DATADIR%%/dev/mlpatch.py -%%DATADIR%%/dev/normalize-dump.py -%%DATADIR%%/dev/prebuild-cleanup.sh -%%DATADIR%%/dev/random-commits.py -%%DATADIR%%/dev/po-merge.py -%%DATADIR%%/dev/scramble-tree.py -%%DATADIR%%/dev/stress.pl -%%DATADIR%%/dev/svn-dev.el -%%DATADIR%%/dev/svn-dev.vim -%%DATADIR%%/dev/svn-merge-revs.py -%%DATADIR%%/dev/trails.py -%%DATADIR%%/dev/verify-history.py -%%DATADIR%%/dev/which-error.py -%%DATADIR%%/diff/diff.c -%%DATADIR%%/diff/diff3.c -%%DATADIR%%/diff/diff4.c -%%DATADIR%%/examples/blame.py -%%DATADIR%%/examples/check-modified.py -%%DATADIR%%/examples/dumpprops.py -%%DATADIR%%/examples/getfile.py -%%DATADIR%%/examples/getlocks_test.c -%%DATADIR%%/examples/geturl.py -%%DATADIR%%/examples/headrev.c -%%DATADIR%%/examples/minimal_client.c -%%DATADIR%%/examples/putfile.py -%%DATADIR%%/examples/revplist.py -%%DATADIR%%/examples/svnlook.py -%%DATADIR%%/examples/svnlook.rb -%%DATADIR%%/examples/svnput.c -%%DATADIR%%/examples/svnserve-sgid.c -%%DATADIR%%/examples/svnshell.py -%%DATADIR%%/examples/svnshell.rb -%%DATADIR%%/hook-scripts/commit-access-control.cfg.example -%%DATADIR%%/hook-scripts/commit-access-control.pl -%%DATADIR%%/hook-scripts/commit-email.pl -%%DATADIR%%/hook-scripts/commit-email.rb -%%DATADIR%%/hook-scripts/mailer/mailer.conf.example -%%DATADIR%%/hook-scripts/mailer/mailer.py -%%DATADIR%%/hook-scripts/mailer/tests/mailer-init.sh -%%DATADIR%%/hook-scripts/mailer/tests/mailer-t1.output -%%DATADIR%%/hook-scripts/mailer/tests/mailer-t1.sh -%%DATADIR%%/hook-scripts/mailer/tests/mailer-tweak.py -%%DATADIR%%/hook-scripts/propchange-email.pl -%%DATADIR%%/hook-scripts/README -%%DATADIR%%/hook-scripts/svnperms.conf.example -%%DATADIR%%/hook-scripts/svnperms.py -%%DATADIR%%/hook-scripts/verify-po.py -%%DATADIR%%/po/svn-po-status-report.sh -%%DATADIR%%/po/svn-po-status-run.sh -%%DATADIR%%/test-scripts/svntest/README -%%DATADIR%%/test-scripts/svntest/dav_svn.passwd -%%DATADIR%%/test-scripts/svntest/mod_dav_svn.conf -%%DATADIR%%/test-scripts/svntest/svntest-bindings.sh -%%DATADIR%%/test-scripts/svntest/svntest-bindings-generic.sh -%%DATADIR%%/test-scripts/svntest/svntest-check-configuration.sh -%%DATADIR%%/test-scripts/svntest/svntest-config.sh -%%DATADIR%%/test-scripts/svntest/svntest-rebuild-generic.sh -%%DATADIR%%/test-scripts/svntest/svntest-rebuild.sh -%%DATADIR%%/test-scripts/svntest/svntest-run.sh -%%DATADIR%%/test-scripts/svntest/svntest-sendmail.sh -%%DATADIR%%/test-scripts/svntest/svntest-sendmail-generic.sh -%%DATADIR%%/test-scripts/svntest/svntest-update.sh -%%DATADIR%%/test-scripts/svntest/svntest.sh -%%DATADIR%%/xslt/svnindex.css -%%DATADIR%%/xslt/svnindex.xsl -%%MOD_DAV_SVN%%%%APACHEMODDIR%%/mod_dav_svn.so -%%MOD_DAV_SVN%%%%APACHEMODDIR%%/mod_authz_svn.so -%%MOD_DAV_SVN%%@exec %D/sbin/apxs -e -S LIBEXECDIR=%D/%%APACHEMODDIR%% -a -n dav libexec/%%APACHEDIR%%/mod_dav.so -%%MOD_DAV_SVN%%@exec %D/sbin/apxs -e -S LIBEXECDIR=%D/%%APACHEMODDIR%% -a -n dav_svn libexec/%%APACHEDIR%%/mod_dav_svn.so -%%WITH_JAVA%%lib/libsvnjavahl-1.a -%%WITH_JAVA%%lib/libsvnjavahl-1.so -%%WITH_JAVA%%lib/libsvnjavahl-1.so.0 -%%WITH_JAVA%%lib/svn-javahl/svn-javahl.jar -%%WITH_JAVA%%@dirrm lib/svn-javahl/include -%%WITH_JAVA%%@dirrm lib/svn-javahl -%%WITH_PERL%%lib/libsvn_swig_perl-1.a -%%WITH_PERL%%lib/libsvn_swig_perl-1.la -%%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.la -%%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.a -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_client.la -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_client.so -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_core.a -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_core.la -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_core.so -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_delta.a -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_delta.la -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_delta.so -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_fs.a -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_fs.la -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_fs.so -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_ra.a -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_ra.la -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_ra.so -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_repos.a -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_repos.la -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_repos.so -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_wc.a -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/libsvn/_wc.la -%%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/wc.py -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/svn/wc.pyc -%%WITH_PYTHON%%@dirrm %%PYTHON_SITELIBDIR%%/libsvn -%%WITH_PYTHON%%@dirrm %%PYTHON_SITELIBDIR%%/svn -%%WITH_RUBY%%lib/libsvn_swig_ruby-1.a -%%WITH_RUBY%%lib/libsvn_swig_ruby-1.la -%%WITH_RUBY%%lib/libsvn_swig_ruby-1.so -%%WITH_RUBY%%lib/libsvn_swig_ruby-1.so.0 -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/core.a -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/core.la -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/core.so -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/client.a -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/client.la -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/client.so -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/delta.a -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/delta.la -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/delta.so -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/fs.a -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/fs.la -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/fs.so -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/ra.a -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/ra.la -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/ra.so -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/repos.a -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/repos.la -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/repos.so -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/wc.a -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/wc.la -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/svn/ext/wc.so -%%WITH_RUBY%%%%RUBY_SITELIBDIR%%/svn/client.rb -%%WITH_RUBY%%%%RUBY_SITELIBDIR%%/svn/core.rb -%%WITH_RUBY%%%%RUBY_SITELIBDIR%%/svn/delta.rb -%%WITH_RUBY%%%%RUBY_SITELIBDIR%%/svn/error.rb -%%WITH_RUBY%%%%RUBY_SITELIBDIR%%/svn/fs.rb -%%WITH_RUBY%%%%RUBY_SITELIBDIR%%/svn/info.rb -%%WITH_RUBY%%%%RUBY_SITELIBDIR%%/svn/ra.rb -%%WITH_RUBY%%%%RUBY_SITELIBDIR%%/svn/repos.rb -%%WITH_RUBY%%%%RUBY_SITELIBDIR%%/svn/util.rb -%%WITH_RUBY%%%%RUBY_SITELIBDIR%%/svn/wc.rb -%%WITH_RUBY%%@dirrm %%RUBY_SITEARCHLIBDIR%%/svn/ext -%%WITH_RUBY%%@dirrm %%RUBY_SITEARCHLIBDIR%%/svn -%%WITH_RUBY%%@dirrm %%RUBY_SITELIBDIR%%/svn -@dirrm %%DATADIR%%/backup -@dirrm %%DATADIR%%/bdb -@dirrm %%DATADIR%%/client-side -@dirrm %%DATADIR%%/dev/iz -@dirrm %%DATADIR%%/dev -@dirrm %%DATADIR%%/diff -@dirrm %%DATADIR%%/examples -@dirrm %%DATADIR%%/hook-scripts/mailer/tests -@dirrm %%DATADIR%%/hook-scripts/mailer -@dirrm %%DATADIR%%/hook-scripts -@dirrm %%DATADIR%%/po -@dirrm %%DATADIR%%/test-scripts/svntest -@dirrm %%DATADIR%%/test-scripts -@dirrm %%DATADIR%%/xslt -@dirrm share/subversion - diff --git a/devel/svnkit/Makefile b/devel/svnkit/Makefile deleted file mode 100644 index f6f15fd4a061..000000000000 --- a/devel/svnkit/Makefile +++ /dev/null @@ -1,54 +0,0 @@ -# New ports collection makefile for: JavaSVN -# Date created: 6 Aug 2005 -# Whom: tux@pinguru.net -# -# $FreeBSD$ -# - -PORTNAME= javasvn -PORTVERSION= 1.0.2 -CATEGORIES= devel java -MASTER_SITES= http://tmate.org/svn/ -DISTNAME= org.tmatesoft.svn_${PORTVERSION}.standalone - -MAINTAINER= gerrit.beine@gmx.de -COMMENT= The only pure Java Subversion client library in the world - -RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper - -NO_BUILD= yes -USE_ZIP= yes -USE_REINPLACE= yes -USE_JAVA= yes -JAVA_VERSION= 1.3+ -DATADIR= ${JAVASHAREDIR}/${PORTNAME} -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -DATA_FILES= COPYING GANYMED-LICENSE JAVAHL-LICENSE SEQUENCE-LICENSE \ - changelog.txt logging.properties.disabled javasvnsrc.zip \ - javasvn-cli.jar javasvn-javahl.jar javasvn.jar ganymed.jar \ - README.txt - -PLIST_FILES= bin/javasvn ${DATA_FILES:S,^,%%DATADIR%%/,} -PLIST_DIRS= %%DATADIR%% - -SUB_FILES= javasvn.sh - -.if !defined(NOPORTDOCS) -PORTDOCS= * -.endif - -do-install: - ${MKDIR} ${DATADIR} -.for file in ${DATA_FILES} - ${INSTALL_DATA} ${WRKSRC}/${file} ${DATADIR} -.endfor - ${INSTALL_SCRIPT} ${WRKDIR}/javasvn.sh ${PREFIX}/bin/javasvn -.if !defined(NOPORTDOCS) - cd ${WRKSRC}/doc/javadoc && \ - ${FIND} . -type d -exec ${MKDIR} ${DOCSDIR}/{} \; - cd ${WRKSRC}/doc/javadoc && \ - ${FIND} . -not -type d -exec ${INSTALL_DATA} {} ${DOCSDIR}/{} \; -.endif - -.include <bsd.port.mk> diff --git a/devel/svnkit/distinfo b/devel/svnkit/distinfo deleted file mode 100644 index 62da199c6cf1..000000000000 --- a/devel/svnkit/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (org.tmatesoft.svn_1.0.2.standalone.zip) = dac4a7d779f6356590463af22772cf58 -SHA256 (org.tmatesoft.svn_1.0.2.standalone.zip) = fa6dec4723ec7831a01d6ea39ee3c76aa25de579b47a15692803daf35818b137 -SIZE (org.tmatesoft.svn_1.0.2.standalone.zip) = 2201739 diff --git a/devel/svnkit/files/javasvn.sh.in b/devel/svnkit/files/javasvn.sh.in deleted file mode 100644 index 86a0f7353cea..000000000000 --- a/devel/svnkit/files/javasvn.sh.in +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -JAVASVN_HOME=${JAVASVN_HOME:-"%%DATADIR%%"} -JAVASVN_CP=${JAVASVN_HOME}/javasvn.jar:${JAVASVN_HOME}/javasvn-cli.jar:${JAVASVN_HOME}/jsch.jar -JAVASVN_LOGDIR=${JAVASVN_LOGDIR:-"${HOME}/.javasvn"} - -if [ ! -d ${JAVASVN_LOGDIR} ]; then - mkdir ${JAVASVN_LOGDIR} -fi - -JAVA_VERSION="%%JAVA_VERSION%%" "%%LOCALBASE%%/bin/java" \ - ${JAVASVN_OPTS} \ - -Djava.util.logging.config.file="${JAVASVN_HOME}/logging.properties" \ - -cp "${JAVASVN_CP}" \ - org.tmatesoft.svn.cli.SVN "$@" diff --git a/devel/svnkit/pkg-descr b/devel/svnkit/pkg-descr deleted file mode 100644 index a5a4f913ad31..000000000000 --- a/devel/svnkit/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -JavaSVN is a pure Java Subversion client library. - -You would like to use JavaSVN when you need to access or modify Subversion -repository from your Java application, be it a standalone program, plugin or -web application. Being a pure Java program, JavaSVN doesn't need any -additional configuration or native binaries to work on any OS that runs Java. - -JavaSVN Features: - -* No external binaries or libraries are needed. -* JavaSVN supports http, https, svn and svn+ssh connection protocols. -* Low level API allows effective direct Subversion repository access. -* Compatible with applications that already use native javahl bindings. - -WWW: http://tmate.org/svn/ diff --git a/devel/swig20/Makefile b/devel/swig20/Makefile deleted file mode 100644 index 0e1cb5e94c5e..000000000000 --- a/devel/swig20/Makefile +++ /dev/null @@ -1,139 +0,0 @@ -# New ports collection makefile for: SWIG -# Date created: 19 April 1996 -# Whom: jkh -# -# $FreeBSD$ -# - -PORTNAME= swig -PORTVERSION= 1.3.27 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Simplified Wrapper and Interface Generator - -USE_AUTOTOOLS= autoconf:253:env libtool:15 - -VER= ${PORTVERSION:R} -PLIST_SUB+= PORTVERSION=${PORTVERSION} - -# Supported languages: guile perl php4 python ruby tcl ocaml pike java csharp -# allegrocl modula3 chicken -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 -.endif - -.if defined(WANT_SWIG_PERL) -CATEGORIES+= perl5 -USE_PERL5= yes -.endif - -.if defined(WANT_SWIG_PHP4) -BUILD_DEPENDS+= ${LOCALBASE}/include/php/main/php.h:${PORTSDIR}/lang/php4 -CONFIGURE_ARGS+= --with-php4 -.else -CONFIGURE_ARGS+= --without-php4 -.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} -.endif - -.if defined(WANT_SWIG_RUBY) -CATEGORIES+= ruby -USE_RUBY= yes -RUBY_NO_RUN_DEPENDS= yes -CONFIGURE_ARGS+= --with-ruby -.else -CONFIGURE_ARGS+= --without-ruby -.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/ -.endif - -.if defined(WANT_SWIG_CSHARP) -BUILD_DEPENDS+= ${LOCALBASE}/bin/mono:${PORTSDIR}/lang/mono -CONFIGURE_ARGS+= --with-csharp-compiler=${LOCALBASE}/bin/mcs -.else -CONFIGURE_ARGS+= --without-csharp-compiler -.endif - -.if defined(WANT_SWIG_OCAML) -BUILD_DEPENDS+= ${LOCALBASE}/bin/ocamlc:${PORTSDIR}/lang/ocaml -.else -CONFIGURE_ARGS+= --without-ocaml -.endif - -.if defined(WANT_SWIG_ALLEGRCL) -CONFIGURE_ARGS+= --with-allegrocl -.else -CONFIGURE_ARGS+= --without-allegrocl -.endif - -.if defined(WANT_SWIG_MODULA3) -CONFIGURE_ARGS+= --with-modula3 -.else -CONFIGURE_ARGS+= --without-modula3 -.endif - -.if defined(WANT_SWIG_PIKE) -BUILD_DEPENDS+= ${LOCALBASE}/bin/pike:${PORTSDIR}/lang/pike -.else -CONFIGURE_ARGS+= --without-pike -.endif - -.if defined(WANT_SWIG_JAVA) -CATEGORIES+= java -USE_JAVA= 1.2+ -.else -CONFIGURE_ARGS+= --without-java -.endif - -USE_REINPLACE= yes -INSTALLS_SHLIB= yes -WRKSRC= ${WRKDIR}/${DISTNAME} -CONFIGURE_ENV+= CFLAGS="${CFLAGS} -fPIC -DPIC" -ALL_TARGET= swig -PLIST_SUB+= VER="${VER}" - -.include <bsd.port.pre.mk> - -post-patch: - ${REINPLACE_CMD} -e 's/SKIP_CHICKEN=$$/&"1"/' ${WRKSRC}/configure - ${REINPLACE_CMD} -e 's|$$RUBY |${RUBY} |' ${WRKSRC}/configure - -post-configure: - ${REINPLACE_CMD} -e 's#null#&|| true#' ${WRKSRC}/Makefile - -post-install: - ${LN} -f ${PREFIX}/bin/swig ${PREFIX}/bin/swig${VER} - ${MKDIR} ${EXAMPLESDIR}/${PORTVERSION} - cd ${WRKSRC}/Examples && ${FIND} . -type d \ - -exec ${INSTALL} -d ${EXAMPLESDIR}/${PORTVERSION}/{} \; - cd ${WRKSRC}/Examples && ${FIND} . -type f \ - -exec ${INSTALL_DATA} {} ${EXAMPLESDIR}/${PORTVERSION}/{} \; -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR}/${PORTVERSION} - cd ${WRKSRC}/Doc && ${FIND} . -type d \ - -exec ${INSTALL} -d ${DOCSDIR}/${PORTVERSION}/{} \; - cd ${WRKSRC}/Doc && ${FIND} . -type f \ - -exec ${INSTALL_DATA} {} ${DOCSDIR}/${PORTVERSION}/{} \; -.endif - -.include <bsd.port.post.mk> diff --git a/devel/swig20/distinfo b/devel/swig20/distinfo deleted file mode 100644 index 969065189be3..000000000000 --- a/devel/swig20/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (swig-1.3.27.tar.gz) = 8e0952f0a0bac372cf9080b47afa13b8 -SHA256 (swig-1.3.27.tar.gz) = ac9996884bf1e37406fde41c6a371b282813936bb6930da4481a8e90a8ead104 -SIZE (swig-1.3.27.tar.gz) = 3635865 diff --git a/devel/swig20/pkg-descr b/devel/swig20/pkg-descr deleted file mode 100644 index 188307a145ab..000000000000 --- a/devel/swig20/pkg-descr +++ /dev/null @@ -1,21 +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 - - CSharp - - Modula-3 - - Allegro CL - - Chicken - -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 1babf5745fcb..000000000000 --- a/devel/swig20/pkg-plist +++ /dev/null @@ -1,2658 +0,0 @@ -bin/swig%%VER%% -bin/swig -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/README -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/swigpdf.book -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/swightml.book -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/swig16.png -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/style.css -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/margin-left.patch -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/maketoc.py -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/makechap.py -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/index.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/fixstyle.py -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/chapters -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/ch9.table.2.png -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/ch2.1.png -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/ch12.1.png -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/ch11.3.png -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/ch11.2.png -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/ch11.1.png -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Windows.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Warnings.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Varargs.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Typemaps.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Tcl.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Sections.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Scripting.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/SWIGPlus.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/SWIGDocumentation.pdf -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/SWIGDocumentation.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/SWIG.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Ruby.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/README -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Python.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Preprocessor.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Preface.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Pike.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Php.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Perl5.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Ocaml.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Mzscheme.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Modules.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Modula3.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Makefile -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Library.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Lisp.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Lua.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Java.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Introduction.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Guile.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Extending.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Customization.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Contract.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Contents.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Chicken.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/CSharp.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Arguments.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Devel/runtime.txt -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Devel/migrate.txt -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Devel/internals.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Devel/index.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Devel/engineering.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/gnarly.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/gnarly.expected-xml -%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_xml.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_xml.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_xml.expected-xml -%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_title_add.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_title_add.expected-xml -%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_ro.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_ro.expected-xml -%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_p5.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_p5.expected-xml -%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_inl.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_inl.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_inl.expected-xml -%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_gif.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_gif.expected-xml -%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_const.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_const.expected-xml -%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_apply.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_apply.expected-xml -%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example.expected-xml -%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/error.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/error.expected-xml -%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/Makefile.in -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/wrapmacro.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/voidtest.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/virtual_poly.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/virtual_destructor.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/virtual_derivation.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/varargs.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/valuewrapper_opaque.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/valuewrapper_const.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/valuewrapper_base.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/valuewrapper.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/using_protected.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/using_private.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/using_pointers.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/using_namespace.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/using_inherit.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/using_extend.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/using_composition.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/using2.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/using1.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/unions.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/union_scope.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typename.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typemap_various.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typemap_variables.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typemap_subst.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typemap_self.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typemap_numinputs.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typemap_ns_using.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typemap_namespace.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typedef_scope.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typedef_reference.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typedef_mptr.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typedef_inherit.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typedef_funcptr.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typedef_class.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typedef_array_member.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/throw_exception.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/threads.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/testdir/test.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/testdir/subdir2/subinc2.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/testdir/subdir2/imports.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/testdir/subdir2/hello.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/testdir/subdir1/subinc1.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/testdir/subdir1/imports.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/testdir/subdir1/hello.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_whitespace.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_virtual.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typemaps.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_ptr.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_ns.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_import.list -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_import.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_fnc.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_cplx5.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_cplx4.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_cplx3.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_cplx2.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_cplx2.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_cplx.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_type_namespace.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_tbase_template.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_static.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_specialization_enum.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_specialization_defarg.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_specialization.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_retvalue.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_rename.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_ref_type.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_qualifier.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_partial_arg.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_opaque.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_ns_scope.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_ns_inherit.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_ns_enum2.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_ns_enum.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_ns4.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_ns3.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_ns2.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_ns.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_int_const.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_inherit_abstract.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_inherit.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_forward.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_extend_overload_2.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_extend_overload.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_extend2.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_extend1.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_expr.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_explicit.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_enum_typedef.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_enum_ns_inherit.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_enum.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_default_vw.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_default_qualify.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_default_pointer.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_default_inherit.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_default_arg.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_default2.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_default.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_construct.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_const_ref.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_classes.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_base_template.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_array_numeric.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_arg_typename.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_arg_scope.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_arg_replace.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/unions_runme.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/reference_global_vars_runme.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/profiletest_runme.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/primitive_ref_runme.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/overload_simple_runme.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/overload_copy_runme.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/imports_runme.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/import_nomodule_runme.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/enum_thorough_runme.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/clientdata_prop_runme.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/bools_runme.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/Makefile.in -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tag_no_clash_with_variable.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/sym.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/struct_value.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/struct_rename.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/static_const_member_2.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/static_const_member.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/static_array_member.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/sneaky1.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_typedef.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_static.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_simple.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_rename.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_protected.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_overload.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_not.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_namespace2.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_namespace.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_multi_typedef.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_multi.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_member.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_extend.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_const2.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_const.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/sizet.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/sizeof_pointer.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/unions_proxy.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/unions.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/typename.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/typedef_inherit.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/reference_global_vars.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/pointer_in_out.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/overload_subtype.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/overload_simple.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/overload_extend.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/overload_copy.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/overload_complicated.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/name.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/multivalue.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/multiple_inheritance_proxy.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/list_vector.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/li_typemaps_proxy.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/li_typemaps.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/li_std_string.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/inherit_missing.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/imports.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/import_nomodule.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/global_vars_proxy.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/global_vars.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/dynamic_cast.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/cpp_namespace.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/cpp_enum.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/contract.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/constover.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/class_ignore.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/char_constant.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/casts.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/voidtest_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/virtual_poly_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/virtual_derivation_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/varargs_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/using_protected_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/using_private_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/using_inherit_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/using_extend_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/using_composition_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/using2_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/using1_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/unions_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/typename_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/typemap_ns_using_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/typemap_namespace_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/typedef_scope_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/typedef_inherit_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/throw_exception_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_typedef_cplx_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_typedef_cplx4_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_typedef_cplx3_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_typedef_cplx2_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_type_namespace_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_tbase_template_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_rename_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_ns_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_ns4_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_inherit_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_extend2_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_extend1_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_construct_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/struct_value_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/static_const_member_2_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/sneaky1_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/smart_pointer_typedef_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/smart_pointer_simple_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/smart_pointer_rename_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/smart_pointer_overload_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/smart_pointer_not_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/smart_pointer_multi_typedef_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/smart_pointer_multi_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/smart_pointer_const_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/rename_scope_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/reference_global_vars_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/refcount_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/profiletest_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/primitive_ref_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/overload_template_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/overload_subtype_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/overload_simple_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/overload_extendc_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/overload_extend_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/overload_copy_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/newobject2_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/newobject1_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/namespace_typemap_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/minherit_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/li_std_vector_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/li_std_string_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/li_std_pair_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/li_std_deque_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/li_carrays_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/inherit_missing_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/imports_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/ignore_parameter_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/grouping_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/friends_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/extend_template_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/extend_template_ns_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/enums_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/enum_thorough_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/dynamic_cast_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_wombat_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_unroll_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_string_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_protected_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_nested_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_frob_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_exception_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_detect_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_default_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_constructor_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_basic_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_abstract_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/default_constructor_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/cpp_namespace_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/constover_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/class_ignore_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/bools_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/arrays_global_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/array_member_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/aggregate_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/abstract_virtual_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/abstract_typedef_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/abstract_typedef2_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/abstract_signature_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/abstract_inherit_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/abstract_inherit_ok_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/Makefile.in -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/rname.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/return_value_scope.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/return_const_value.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ret_by_value.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/rename_scope.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/register_par.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/reference_global_vars.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/refcount.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/refcount.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/redefined.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/wrapmacro_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/voidtest_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/virtual_poly_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/virtual_derivation_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/varargs_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/using_protected_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/using_private_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/using_inherit_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/using_extend_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/using_composition_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/using2_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/using1_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/unions_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/typename_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/typemap_ns_using_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/typemap_namespace_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/typedef_scope_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/typedef_inherit_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/typedef_class_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_typedef_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_typedef_import_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_typedef_cplx_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_typedef_cplx4_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_typedef_cplx3_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_typedef_cplx2_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_type_namespace_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_tbase_template_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_static_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_rename_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_ref_type_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_opaque_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_ns_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_ns4_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_matrix_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_matrix.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_inherit_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_extend2_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_extend1_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_default_arg_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_construct_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/tag_no_clash_with_variable_runme.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/swigobject_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/swigobject.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/struct_value_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/struct_rename_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/std_containers_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/std_containers.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/static_const_member_2_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/sneaky1_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/smart_pointer_typedef_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/smart_pointer_simple_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/smart_pointer_rename_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/smart_pointer_overload_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/smart_pointer_not_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/smart_pointer_multi_typedef_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/smart_pointer_multi_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/smart_pointer_member_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/smart_pointer_extend_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/simutry.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/return_const_value_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/ret_by_value_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/rename_scope_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/reference_global_vars_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/refcount_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/profiletest_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/primitive_types_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/primitive_ref_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/preproc_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/overload_template_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/overload_subtype_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/overload_simple_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/overload_rename_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/overload_extendc_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/overload_extend_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/overload_copy_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/overload_complicated_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/nondynamic_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/nondynamic.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/namespace_virtual_method_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/namespace_typemap_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/namespace_class_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/minherit_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_wstring_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_wstring.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_wstream_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_wstream.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_vectora.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_vector_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_vector.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_string_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_string.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_stream_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_stream.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_pair_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_pair.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_map_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_map.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_except.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/kwargs_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/kwargs.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/input_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/input.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/inplaceadd_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/inplaceadd.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/inout_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/inout.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/inherit_missing_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/inctest_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/imports_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/import_nomodule_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/implicittest_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/implicittest.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/grouping_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/friends_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/file_test_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/extend_template_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/extend_template_ns_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/extend_placement_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/exception_order_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/enums_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/enum_template_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/dynamic_cast_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_unroll_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_thread_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_thread.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_string_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_stl_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_stl.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_protected_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_nested_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_frob_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_finalizer_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_exception_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_enum_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_detect_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_default_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_basic_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_abstract_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/default_constructor_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/default_args_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/cpp_namespace_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/cpp_enum_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/contract_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/constover_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/complextest_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/complextest.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/class_scope_weird_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/class_ignore_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/callback_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/callback.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/autodoc.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/attributetest_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/attributetest.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/arrays_global_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/array_member_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/argcargvtest_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/argcargvtest.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/abstract_virtual_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/abstract_typedef_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/abstract_typedef2_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/abstract_access_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/Makefile.in -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/pure_virtual.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/protected_rename.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/profiletest.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/private_assign.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/primitive_types.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/primitive_ref.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/preproc.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/pointer_reference.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/pointer_in_out.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/pike/Makefile.in -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/pike/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/valuewrapper_base_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/using2_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/using1_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/typemap_ns_using_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/typedef_reference_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/tests.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/template_construct_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/template_arg_typename_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/sym_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/smart_pointer_rename_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/skel.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/rename_scope_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/li_carrays_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/ignore_parameter_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/grouping_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/extend_template_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/extend_template_ns_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/evil_diamond_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/evil_diamond_prop_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/evil_diamond_ns_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/enum_scope_template_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/cpp_static_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/conversion_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/conversion_ns_template_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/conversion_namespace_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/class_ignore_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/casts_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/arrays_scope_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/arrays_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/arrays_global_twodim_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/arrays_global_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/arrayptr_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/argout_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/add_link_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/abstract_inherit_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/abstract_inherit_ok_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/Makefile.in -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/unions_runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/template_ref_type_runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/template_default_arg_runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/profiletest_runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/primitive_ref_runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/overload_simple_runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/overload_copy_runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/multiple_inheritance_runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/li_std_string_runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/li_std_list.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/imports_runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/import_nomodule_runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/enum_thorough_runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/default_args_runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/Makefile.in -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/overload_template.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/overload_subtype.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/overload_simple.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/overload_rename.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/overload_extendc.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/overload_extend.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/overload_copy.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/overload_complicated.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ordering.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/voidtest_runme.ml -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/varargs_runme.ml -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/using_protected_runme.ml -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/unions_runme.ml -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/typename_runme.ml -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/typedef_mptr_runme.ml -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/throw_exception_runme.ml -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/sneaky1_runme.ml -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/overload_copy_runme.ml -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/newobject1_runme.ml -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/name_runme.ml -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/minherit_runme.ml -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/makedebugtop -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/imports_runme.ml -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/class_ignore_runme.ml -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/Makefile.in -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/newobject2.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/newobject1.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/nested_comment.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/nested.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/namespace_virtual_method.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/namespace_union.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/namespace_typemap.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/namespace_typedef_class.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/namespace_template.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/namespace_spaces.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/namespace_nested.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/namespace_extend.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/namespace_enum.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/namespace_class.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/name_warnings.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/name_cxx.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/name.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mzscheme/unions_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mzscheme/name_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mzscheme/imports_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mzscheme/char_constant_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mzscheme/casts_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mzscheme/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mzscheme/Makefile.in -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mzscheme/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/multivalue.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/multiple_inheritance.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mixed_types.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/minherit.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/memberin1.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/member_template.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/long_long_apply.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/long_long.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/list_vector.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_typemaps.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_vector.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_string.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_pair.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_deque.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_math.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_cstring.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_cpointer.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_constraints.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_cmalloc.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_cdata.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_carrays.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lextype.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/kind.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java_typemaps_typewrapper.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java_typemaps_proxy.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java_throws.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java_pragmas.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java_lib_various.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java_lib_arrays_dimensionless.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java_lib_arrays.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java_jnitypes.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java_enums.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java_director.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java_constants.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/virtual_poly_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/varargs_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/using_pointers_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/unions_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/template_default_arg_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/template_classes_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/rname_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/ret_by_value_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/profiletest_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/primitive_ref_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/overload_template_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/overload_complicated_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/long_long_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/li_typemaps_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/li_std_string_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/java_typemaps_typewrapper_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/java_typemaps_proxy_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/java_throws_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/java_pragmas_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/java_lib_various_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/java_lib_arrays_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/java_lib_arrays_dimensionless_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/java_jnitypes_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/java_enums_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/java_director_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/java_constants_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/imports_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/ignore_parameter_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/extend_default_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/enum_thorough_typeunsafe_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/enum_thorough_simple_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/enum_thorough_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/enum_thorough_proper_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/dynamic_cast_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_wombat_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_unroll_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_string_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_protected_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_frob_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_exception_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_enum_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_default_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_basic_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_abstract_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/default_constructor_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/default_args_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/cpp_typedef_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/char_strings_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/arrays_global_twodim_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/array_member_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/aggregate_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/Makefile.in -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/inline_initializer.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/inherit_void_arg.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/inherit_same_name.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/inherit_missing.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/inctest.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/imports_b.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/imports_b.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/imports_a.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/imports_a.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/imports.list -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/import_nomodule.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/import_nomodule.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ignore_parameter.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guilescm/Makefile.in -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guilescm/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/unions_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/typename_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/typedef_inherit_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/testsuite.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/reference_global_vars_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/pointer_in_out_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/overload_subtype_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/overload_simple_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/overload_extend_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/overload_copy_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/overload_complicated_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/name_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/multivalue_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/list_vector_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/li_typemaps_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/li_std_string_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/inherit_missing_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/imports_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/import_nomodule_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/dynamic_cast_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/cpp_namespace_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/cpp_enum_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/contract_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/constover_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/class_ignore_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/char_constant_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/casts_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/Makefile.in -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/grouping.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/global_vars.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/global_ns_arg.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/function_typedef.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/friends.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/fragments.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/file_test.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/features.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/extern_throws.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/extend_template_ns.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/extend_template.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/extend_placement.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/extend_default.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/exception_order.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/evil_diamond_prop.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/evil_diamond_ns.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/evil_diamond.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/swig_typemap_old.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/swig_typemap_copy.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/swig_insert_bad.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/swig_identifier.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/swig_apply_nargs.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_unterm_string.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_unterm_comment.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_unterm_char.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_missing_rblock.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_missing_file.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_missing_endif.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_missing_enddef.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_misplaced_else.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_misplaced_elif.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_macro_unterminated.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_macro_rparen.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_macro_redef.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_macro_nargs.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_macro_badchar.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_macro_args.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_defined.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_badeval.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/nomodule.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/make.sh -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_using_undef.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_using_not.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_template_undef.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_template_repeat.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_template_partial.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_template_not.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_template_nargs.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_template_argname.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_private_inherit.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_private_defvalue.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_overload.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_nobase.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_no_access.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_nested.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_namespace_aliasundef.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_namespace_aliasnot.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_namespace_alias.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_missing_rtemplate.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_inline_namespace.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_extend_undefined.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_extend_redefine.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_bad_extern.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_varargs_neg.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_varargs.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_redefine.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_missing_semi.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_missing_rbrace.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_long_short.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_insert_missing.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_extra_unsigned.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_extra_rbrace.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_extra_rblock.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_enum_badvalue.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_empty_char.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_deprecated.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_default_error.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_class.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_bad_native.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_bad_name.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/enums.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/enum_var.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/enum_thorough_typeunsafe.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/enum_thorough_typesafe.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/enum_thorough_simple.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/enum_thorough_proper.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/enum_thorough.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/enum_template.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/enum_scope_template.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/enum_plus.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/dynamic_cast.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_wombat.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_using.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_unroll.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_string.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_redefined.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_protected.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_nested.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_frob.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_finalizer.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_exception.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_enum.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_detect.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_default.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_constructor.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_basic.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_abstract.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/destructor_reprotected.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/derived_nested.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/derived_byvalue.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/defvalue_constructor.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/default_constructor.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/default_args.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp_typemaps.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp_features.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp_exceptions.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp_attributes.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/virtual_poly_runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/varargs_runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/throw_exception_runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/threads_runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/sneaky1_runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/overload_template_runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/overload_complicated_runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/long_long_runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/li_typemaps_runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/li_std_vector_runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/li_std_string_runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/imports_runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/enum_thorough_typesafe_runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/enum_thorough_simple_runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/enum_thorough_runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/default_constructor_runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/default_args_runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/csharp_typemaps_runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/csharp_exceptions_runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/csharp_attributes_runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/constover_runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/char_strings_runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/bools_runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/aggregate_runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/Makefile.in -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/cpp_typedef.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/cpp_static.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/cpp_nodefault.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/cpp_namespace.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/cpp_enum.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/cpp_broken.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/cpp_basic.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/cplusplus_throw.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/conversion_ns_template.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/conversion_namespace.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/conversion.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/contract.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/constructor_value.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/constructor_explicit.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/constructor_exception.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/constover.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/constant_pointers.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/const_const_2.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/const_const.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/common.mk -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/clientdata_prop_b.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/clientdata_prop_b.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/clientdata_prop_a.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/clientdata_prop_a.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/clientdata_prop.list -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/class_scope_weird.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/class_ignore.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/unions_runme_proxy.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/unions_runme.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/typename_runme.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/typedef_inherit_runme.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/throw_exception_runme.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/testsuite.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/reference_global_vars_runme.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/pointer_in_out_runme.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/overload_subtype_runme_proxy.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/overload_subtype_runme.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/overload_simple_runme_proxy.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/overload_simple_runme.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/overload_extend_runme_proxy.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/overload_extend_runme.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/overload_copy_runme_proxy.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/overload_copy_runme.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/overload_complicated_runme.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/newobject2_runme_proxy.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/newobject2_runme.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/newobject1_runme_proxy.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/name_runme.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/multivalue_runme.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/multiple_inheritance_runme_proxy.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/list_vector_runme.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/li_typemaps_runme_proxy.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/li_typemaps_runme.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/li_std_string_runme_proxy.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/li_std_string_runme.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/inherit_missing_runme.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/imports_runme.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/import_nomodule_runme.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/global_vars_runme_proxy.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/global_vars_runme.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/dynamic_cast_runme.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/cpp_namespace_runme.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/cpp_enum_runme.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/cpp_basic_runme_proxy.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/contract_runme.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/constover_runme.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/clientdata_prop_runme_proxy.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/class_ignore_runme.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/char_constant_runme.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/casts_runme.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/Makefile.in -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/char_strings.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/char_constant.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/casts.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/cast_operator.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/bools.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/bloody_hell.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/arrays_scope.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/arrays_global_twodim.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/arrays_global.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/arrays_dimensionless.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/arrays.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/arrayref.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/array_typedef_memberin.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/array_member.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/argout.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/anonymous_bitfield.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/aggregate.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/add_link.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/access_change.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/abstract_virtual.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/abstract_typedef2.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/abstract_typedef.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/abstract_signature.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/abstract_inherit_ok.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/abstract_inherit.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/abstract_access.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/newobject2_runme.lua -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/operator_overload_runme.lua -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/newobject1_runme.lua -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/primitive_ref_runme.lua -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/ret_by_value_runme.lua -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/import.lua -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/Makefile.in -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/abstract_access_runme.lua -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/li_std_vector_runme.lua -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/li_std_string_runme.lua -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/exception_order_runme.lua -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/enums_runme.lua -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/newobject2_runme.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/newobject1_runme.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/extern_declaration_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/multiple_inheritance_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/operator_overload_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/track_objects_directors_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/track_objects.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/track_objects_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/track_objects_directors.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/char_constant_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/throw_exception_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/inherit_runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_cwstring_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_cstring_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/compactdefaultargs_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/inherit.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/operator_overload.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/empty.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/extern_namespace.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/compactdefaultargs.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_cwstring.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_using.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/immutable.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/extern_declaration.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typedef_struct.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/extend_variable.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/variables/runme.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/variables/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/variables/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/variables/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/variables/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/variables/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/value/runme.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/value/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/value/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/value/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/value/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/value/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/simple/runme.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/simple/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/simple/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/simple/example.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/simple/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/simple/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/reference/runme.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/reference/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/reference/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/reference/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/reference/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/reference/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/pointer/runme.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/pointer/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/pointer/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/pointer/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/pointer/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/operator/runme.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/operator/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/operator/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/operator/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/multimap/runme.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/multimap/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/multimap/example.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/multimap/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/multimap/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/mpointer/runme.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/mpointer/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/mpointer/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/mpointer/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/mpointer/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/spam.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/spam.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/spam.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/runme.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/foo.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/foo.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/foo.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/example.dsw -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/base.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/base.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/base.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/bar.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/bar.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/bar.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/funcptr/runme.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/funcptr/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/funcptr/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/funcptr/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/funcptr/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/funcptr/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/enum/runme.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/enum/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/enum/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/enum/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/enum/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/enum/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/contract/runme.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/contract/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/contract/example.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/contract/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/contract/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/constants/runme.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/constants/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/constants/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/constants/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/class/runme2.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/class/runme.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/class/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/class/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/class/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/class/example.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/class/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/class/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/check.list -%%EXAMPLESDIR%%/%%PORTVERSION%%/s-exp/uffi.lisp -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/variables/runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/variables/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/variables/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/variables/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/variables/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/variables/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/value/runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/value/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/value/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/value/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/value/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/value/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/template/runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/template/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/template/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/template/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/std_vector/runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/std_vector/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/std_vector/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/std_vector/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/simple/runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/simple/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/simple/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/simple/example.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/simple/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/simple/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/reference/runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/reference/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/reference/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/reference/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/reference/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/reference/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/pointer/runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/pointer/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/pointer/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/pointer/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/pointer/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/overloading/runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/overloading/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/overloading/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/overloading/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/overloading/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/operator/runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/operator/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/operator/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/operator/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/multimap/runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/multimap/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/multimap/example.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/multimap/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/multimap/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mpointer/runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mpointer/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mpointer/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mpointer/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mpointer/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template/spam.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template/spam.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template/runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template/foo.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template/foo.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template/base.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template/base.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template/bar.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template/bar.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/spam.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/spam.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/spam.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/foo.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/foo.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/foo.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/example.dsw -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/base.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/base.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/base.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/bar.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/bar.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/bar.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/hashargs/runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/hashargs/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/hashargs/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/functor/runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/functor/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/functor/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr2/runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr2/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr2/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr2/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr2/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr/runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/enum/runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/enum/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/enum/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/enum/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/enum/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/enum/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/constants/runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/constants/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/constants/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/constants/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/class/runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/class/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/class/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/class/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/class/example.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/class/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/class/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/check.list -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/free_function/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/free_function/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/free_function/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/free_function/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/free_function/example.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/free_function/runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mark_function/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mark_function/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mark_function/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mark_function/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mark_function/example.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mark_function/runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/weave/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/weave/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/weave/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/weave/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/weave/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/variables/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/variables/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/variables/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/variables/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/variables/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/variables/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/varargs/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/varargs/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/varargs/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/template/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/template/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/template/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/template/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/swigrun/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/swigrun/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/swigrun/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/swigrun/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/swigrun/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/std_vector/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/std_vector/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/std_vector/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/std_vector/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/smartptr/smartptr.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/smartptr/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/smartptr/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/smartptr/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/smartptr/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/smartptr/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/simple/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/simple/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/simple/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/simple/example.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/simple/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/simple/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/shadow/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/shadow/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/shadow/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/shadow/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/shadow/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/shadow/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/reference/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/reference/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/reference/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/reference/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/reference/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/reference/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/pointer/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/pointer/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/pointer/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/pointer/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/pointer/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/operator/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/operator/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/operator/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/operator/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/multimap/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/multimap/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/multimap/example.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/multimap/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/multimap/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/mpointer/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/mpointer/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/mpointer/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/mpointer/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/mpointer/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/libffi/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/libffi/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template/spam.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template/spam.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template/foo.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template/foo.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template/base.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template/base.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template/bar.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template/bar.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/spam.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/spam.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/spam.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/foo.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/foo.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/foo.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/example.dsw -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/base.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/base.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/base.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/bar.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/bar.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/bar.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/functor/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/functor/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/functor/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr2/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr2/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr2/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr2/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr2/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/extend/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/extend/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/extend/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/extend/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/extend/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/extend/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/exceptshadow/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/exceptshadow/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/exceptshadow/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/exceptshadow/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/exception/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/exception/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/exception/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/exception/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/enum/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/enum/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/enum/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/enum/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/enum/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/enum/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/contract/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/contract/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/contract/example.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/contract/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/contract/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/constants/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/constants/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/constants/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/constants/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/class/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/class/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/class/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/class/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/class/example.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/class/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/class/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/check.list -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/callback/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/callback/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/callback/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/callback/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/callback/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/callback/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/template/runme.pike -%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/template/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/template/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/template/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/simple/runme.pike -%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/simple/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/simple/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/simple/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/overload/runme.pike -%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/overload/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/overload/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/overload/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/overload/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/enum/runme.pike -%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/enum/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/enum/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/enum/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/enum/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/enum/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/constants/runme.pike -%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/constants/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/constants/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/class/runme.pike -%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/class/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/class/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/class/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/class/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/check.list -%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/class/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/class/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/class/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/class/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/class/runme.lua -%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/functest/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/functest/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/functest/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/functest/runme.lua -%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/variables/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/variables/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/variables/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/variables/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/variables/runme.lua -%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/constants/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/constants/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/constants/runme.lua -%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/simple/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/simple/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/simple/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/simple/runme.lua -%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/pointer/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/pointer/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/pointer/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/pointer/runme.lua -%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/lua.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/import.lua -%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/check.list -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/variables/runme.php4.old -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/variables/runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/variables/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/variables/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/variables/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/value/runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/value/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/value/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/value/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/sync/runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/sync/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/sync/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/sync/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/simple/runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/simple/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/simple/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/shadow/runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/shadow/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/shadow/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/shadow/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/reference/runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/reference/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/reference/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/reference/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/pointer/runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/pointer/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/pointer/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/funcptr/runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/funcptr/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/funcptr/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/funcptr/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/enum/runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/enum/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/enum/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/enum/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/constants/runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/constants/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/class/runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/class/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/class/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/class/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/check.list -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/overloading/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/overloading/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/overloading/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/overloading/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/overloading/runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/enum/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/sync/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/class/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/value/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/variables/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/constants/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/disown/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/disown/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/disown/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/disown/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/disown/runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/funcptr/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/cpointer/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/cpointer/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/cpointer/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/cpointer/runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/shadow/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/simple/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/reference/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/reference/BUILD-proxy.sh -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/reference/runme-proxy.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/pointer/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/pragmas/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/pragmas/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/pragmas/runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/pragmas/include.php -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/variables/runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/variables/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/variables/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/variables/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/variables/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/variables/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/value/runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/value/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/value/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/value/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/value/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/value/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/simple/runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/simple/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/simple/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/simple/example.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/simple/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/simple/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/reference/runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/reference/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/reference/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/reference/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/reference/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/reference/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/pointer/runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/pointer/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/pointer/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/pointer/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/pointer/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/multiple_inheritance/runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/multiple_inheritance/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/multiple_inheritance/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/multiple_inheritance/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/multimap/runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/multimap/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/multimap/example.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/multimap/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/multimap/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/mpointer/runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/mpointer/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/mpointer/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/mpointer/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/mpointer/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/spam.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/spam.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/spam.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/foo.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/foo.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/foo.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/example.dsw -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/base.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/base.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/base.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/bar.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/bar.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/bar.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/funcptr/runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/funcptr/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/funcptr/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/funcptr/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/funcptr/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/funcptr/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/constants2/runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/constants2/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/constants2/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/constants/runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/constants/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/constants/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/constants/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/class/runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/class/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/class/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/class/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/class/example.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/class/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/class/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/check.list -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/strings_test/runme.ml -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/strings_test/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/strings_test/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/strings_test/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/string_from_ptr/foolib.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/string_from_ptr/example_prog.ml -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/string_from_ptr/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/stl/runme.ml -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/stl/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/stl/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/stl/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/std_vector/runme.ml -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/std_vector/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/std_vector/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/std_vector/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/std_string/runme.ml -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/std_string/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/std_string/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/std_string/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/std_string/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/simple/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/simple/example_prog.ml -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/simple/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/simple/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/simple/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/shapes/example_prog.ml -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/shapes/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/shapes/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/shapes/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/shapes/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/scoped_enum/foo.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/scoped_enum/example_prog.ml -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/scoped_enum/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/scoped_enum/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/scoped_enum/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/contract/example_prog.ml -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/contract/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/contract/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/check.list -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/argout_ref/example_prog.ml -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/argout_ref/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/argout_ref/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/argout_ref/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/std_vector/example.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/std_vector/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/std_vector/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/std_vector/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/simple/example.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/simple/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/simple/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/simple/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/simple/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/multimap/example.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/multimap/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/multimap/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/multimap/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/check.list -%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/typemap/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/typemap/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/simple/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/simple/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/simple/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/reference/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/reference/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/reference/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/reference/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/exception/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/exception/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/exception/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/enum/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/enum/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/enum/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/enum/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/class/swig.tmpl -%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/class/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/class/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/class/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/class/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/check.list -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/variables/main.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/variables/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/variables/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/variables/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/variables/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/variables/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/typemap/main.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/typemap/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/typemap/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/typemap/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/template/main.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/template/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/template/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/template/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/template/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/simple/main.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/simple/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/simple/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/simple/example.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/simple/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/simple/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/reference/main.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/reference/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/reference/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/reference/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/reference/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/reference/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/pointer/main.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/pointer/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/pointer/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/pointer/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/pointer/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/native/main.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/native/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/native/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/native/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/multimap/main.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/multimap/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/multimap/example.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/multimap/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/multimap/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/mpointer/main.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/mpointer/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/mpointer/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/mpointer/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/mpointer/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/funcptr/main.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/funcptr/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/funcptr/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/funcptr/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/funcptr/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/funcptr/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/extend/main.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/extend/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/extend/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/extend/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/extend/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/extend/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/enum/main.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/enum/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/enum/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/enum/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/enum/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/enum/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/constants/main.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/constants/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/constants/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/constants/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/class/main.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/class/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/class/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/class/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/class/example.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/class/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/class/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/check.list -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/callback/main.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/callback/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/callback/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/callback/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/callback/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/callback/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/std_vector/runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/std_vector/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/std_vector/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/std_vector/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/simple/example.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/simple/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/simple/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/simple/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/simple/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/port/port.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/port/port.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/port/port.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/port/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/port/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/multivalue/runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/multivalue/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/multivalue/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/multivalue/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/multimap/runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/multimap/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/multimap/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/multimap/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/matrix/vector.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/matrix/vector.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/matrix/vector.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/matrix/package.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/matrix/matrix.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/matrix/matrix.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/matrix/matrix.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/matrix/matrix.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/matrix/main.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/matrix/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/matrix/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/constants/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/constants/constants.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/constants/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/check.list -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/Makefile.in -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/variables/runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/variables/example.sln -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/variables/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/variables/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/variables/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/variables/example-vc.vcproj -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/variables/example-cs.csproj -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/variables/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/template/runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/template/example.sln -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/template/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/template/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/template/example-vc.vcproj -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/template/example-cs.csproj -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/template/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/simple/runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/simple/example.sln -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/simple/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/simple/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/simple/example-vc.vcproj -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/simple/example-cs.csproj -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/simple/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/reference/runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/reference/example.sln -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/reference/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/reference/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/reference/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/reference/example-vc.vcproj -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/reference/example-cs.csproj -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/reference/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/funcptr/runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/funcptr/example.sln -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/funcptr/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/funcptr/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/funcptr/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/funcptr/example-vc.vcproj -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/funcptr/example-cs.csproj -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/funcptr/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/enum/runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/enum/example.sln -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/enum/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/enum/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/enum/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/enum/example-vc.vcproj -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/enum/example-cs.csproj -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/enum/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/class/runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/class/example.sln -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/class/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/class/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/class/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/class/example-vc.vcproj -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/class/example-cs.csproj -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/class/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/check.list -%%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_cxx/runme3.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_cxx/runme2.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_cxx/runme1.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_cxx/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_cxx/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_cxx/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_c/runme2.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_c/runme1.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_c/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_c/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/zlib/test-zlib.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/zlib/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/zlib/README.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/zlib/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/simple/test-simple.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/simple/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/simple/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/simple/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/simple/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/overload/test-overload.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/overload/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/overload/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/overload/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/overload/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/overload/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/multimap/test-multimap.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/multimap/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/multimap/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/multimap/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/egg/test.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/egg/single.setup -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/egg/single.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/egg/multi_init.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/egg/multi.setup -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/egg/mod2.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/egg/mod1.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/egg/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/egg/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/constants/test-constants.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/constants/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/constants/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/class/test-tinyclos-class.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/class/test-lowlevel-class.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/class/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/class/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/class/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/class/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/check.list -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/Makefile.in -%%EXAMPLESDIR%%/%%PORTVERSION%%/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/simple/simple.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/simple/runme.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/simple/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/simple/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/mandel/mandel.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/mandel/mandel.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/mandel/display.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/mandel/cmap -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/mandel/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/mandel/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/full/runme.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/full/gifplot.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/full/cmap -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/full/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/full/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/check.list -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/simple/simple.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/simple/runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/simple/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/simple/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/shadow/runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/shadow/cmap -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/shadow/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/shadow/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/full/runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/full/gifplot.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/full/cmap -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/full/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/full/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/check.list -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/simple/simple.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/simple/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/simple/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/simple/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/shadow/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/shadow/cmap -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/shadow/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/shadow/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/full/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/full/gifplot.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/full/cmap -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/full/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/full/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/check.list -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Pike/simple/simple.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Pike/simple/runme.pike -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Pike/simple/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Pike/simple/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Pike/check.list -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php4/simple/simple.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php4/simple/runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php4/simple/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php4/simple/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php4/shadow/runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php4/shadow/cmap -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php4/shadow/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php4/shadow/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php4/full/runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php4/full/gifplot.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php4/full/cmap -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php4/full/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php4/full/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php4/check.list -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/simple/simple.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/simple/runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/simple/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/simple/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/shadow/runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/shadow/cmap -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/shadow/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/shadow/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/full/runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/full/gifplot.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/full/cmap -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/full/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/full/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/check.list -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ocaml/simple/simple.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ocaml/simple/runme.ml -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ocaml/simple/cmap -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ocaml/simple/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ocaml/full/runme.ml -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ocaml/full/gifplot.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ocaml/full/cmap -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ocaml/full/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ocaml/full/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ocaml/check.list -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Makefile.in -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Lib/plot3d.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Lib/plot2d.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Lib/pixmap.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Lib/matrix.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Lib/gif.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Lib/frame.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Lib/font.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Lib/color.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Lib/Makefile.in -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Lib/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/simple/simple.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/simple/main.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/simple/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/simple/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/shadow/main.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/shadow/cmap -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/shadow/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/shadow/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/full/main.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/full/gifplot.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/full/cmap -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/full/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/full/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/check.list -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Interface/gifplot.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Include/gifplot.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Guile/simple/simple.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Guile/simple/runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Guile/simple/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Guile/simple/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Guile/full/runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Guile/full/gifplot.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Guile/full/cmap -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Guile/full/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Guile/full/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Guile/check.list -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Common-Lisp/full/runme.lisp -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Common-Lisp/full/gifplot.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Common-Lisp/full/cmap -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Chicken/simple/test-simple.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Chicken/simple/simple.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Chicken/simple/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Chicken/simple/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Chicken/full/test-gifplot.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Chicken/full/gifplot.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Chicken/full/cmap -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Chicken/full/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Chicken/full/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Chicken/check.list -%%DATADIR%%/%%PORTVERSION%%/tcl/wish.i -%%DATADIR%%/%%PORTVERSION%%/tcl/typemaps.i -%%DATADIR%%/%%PORTVERSION%%/tcl/tclsh.i -%%DATADIR%%/%%PORTVERSION%%/tcl/tcl8kw.swg -%%DATADIR%%/%%PORTVERSION%%/tcl/tcl8.swg -%%DATADIR%%/%%PORTVERSION%%/tcl/swigtcl8.swg -%%DATADIR%%/%%PORTVERSION%%/tcl/std_vector.i -%%DATADIR%%/%%PORTVERSION%%/tcl/std_string.i -%%DATADIR%%/%%PORTVERSION%%/tcl/std_pair.i -%%DATADIR%%/%%PORTVERSION%%/tcl/std_map.i -%%DATADIR%%/%%PORTVERSION%%/tcl/std_common.i -%%DATADIR%%/%%PORTVERSION%%/tcl/cstring.i -%%DATADIR%%/%%PORTVERSION%%/swigrun.swg -%%DATADIR%%/%%PORTVERSION%%/swigrun.i -%%DATADIR%%/%%PORTVERSION%%/swiglabels.swg -%%DATADIR%%/%%PORTVERSION%%/swiginit.swg -%%DATADIR%%/%%PORTVERSION%%/swig.swg -%%DATADIR%%/%%PORTVERSION%%/stl.i -%%DATADIR%%/%%PORTVERSION%%/std_deque.i -%%DATADIR%%/%%PORTVERSION%%/std/std_wstring.i -%%DATADIR%%/%%PORTVERSION%%/std/std_wstreambuf.i -%%DATADIR%%/%%PORTVERSION%%/std/std_wsstream.i -%%DATADIR%%/%%PORTVERSION%%/std/std_wiostream.i -%%DATADIR%%/%%PORTVERSION%%/std/std_wios.i -%%DATADIR%%/%%PORTVERSION%%/std/std_vectora.i -%%DATADIR%%/%%PORTVERSION%%/std/std_vector.i -%%DATADIR%%/%%PORTVERSION%%/std/std_string.i -%%DATADIR%%/%%PORTVERSION%%/std/std_streambuf.i -%%DATADIR%%/%%PORTVERSION%%/std/std_sstream.i -%%DATADIR%%/%%PORTVERSION%%/std/std_set.i -%%DATADIR%%/%%PORTVERSION%%/std/std_pair.i -%%DATADIR%%/%%PORTVERSION%%/std/std_multiset.i -%%DATADIR%%/%%PORTVERSION%%/std/std_multimap.i -%%DATADIR%%/%%PORTVERSION%%/std/std_map.i -%%DATADIR%%/%%PORTVERSION%%/std/std_list.i -%%DATADIR%%/%%PORTVERSION%%/std/std_iostream.i -%%DATADIR%%/%%PORTVERSION%%/std/std_ios.i -%%DATADIR%%/%%PORTVERSION%%/std/std_except.i -%%DATADIR%%/%%PORTVERSION%%/std/std_deque.i -%%DATADIR%%/%%PORTVERSION%%/std/std_container.i -%%DATADIR%%/%%PORTVERSION%%/std/std_common.i -%%DATADIR%%/%%PORTVERSION%%/std/std_char_traits.i -%%DATADIR%%/%%PORTVERSION%%/std/std_basic_string.i -%%DATADIR%%/%%PORTVERSION%%/std/std_alloc.i -%%DATADIR%%/%%PORTVERSION%%/runtime.swg -%%DATADIR%%/%%PORTVERSION%%/ruby/typemaps.i -%%DATADIR%%/%%PORTVERSION%%/ruby/std_vector.i -%%DATADIR%%/%%PORTVERSION%%/ruby/std_string.i -%%DATADIR%%/%%PORTVERSION%%/ruby/std_pair.i -%%DATADIR%%/%%PORTVERSION%%/ruby/std_map.i -%%DATADIR%%/%%PORTVERSION%%/ruby/std_deque.i -%%DATADIR%%/%%PORTVERSION%%/ruby/std_common.i -%%DATADIR%%/%%PORTVERSION%%/ruby/rubyvoid.swg -%%DATADIR%%/%%PORTVERSION%%/ruby/rubyswigtype.swg -%%DATADIR%%/%%PORTVERSION%%/ruby/rubystrings.swg -%%DATADIR%%/%%PORTVERSION%%/ruby/rubyprimtypes.swg -%%DATADIR%%/%%PORTVERSION%%/ruby/rubyopers.swg -%%DATADIR%%/%%PORTVERSION%%/ruby/rubyobject.swg -%%DATADIR%%/%%PORTVERSION%%/ruby/rubymisctypes.swg -%%DATADIR%%/%%PORTVERSION%%/ruby/rubykw.swg -%%DATADIR%%/%%PORTVERSION%%/ruby/rubyhead.swg -%%DATADIR%%/%%PORTVERSION%%/ruby/rubyenum.swg -%%DATADIR%%/%%PORTVERSION%%/ruby/rubydef.swg -%%DATADIR%%/%%PORTVERSION%%/ruby/ruby.swg -%%DATADIR%%/%%PORTVERSION%%/ruby/fragments.i -%%DATADIR%%/%%PORTVERSION%%/ruby/extconf.rb -%%DATADIR%%/%%PORTVERSION%%/ruby/embed.i -%%DATADIR%%/%%PORTVERSION%%/ruby/director.swg -%%DATADIR%%/%%PORTVERSION%%/ruby/Makefile.swig -%%DATADIR%%/%%PORTVERSION%%/python/wchar.i -%%DATADIR%%/%%PORTVERSION%%/python/typemaps.i -%%DATADIR%%/%%PORTVERSION%%/python/std_wstring.i -%%DATADIR%%/%%PORTVERSION%%/python/std_wstreambuf.i -%%DATADIR%%/%%PORTVERSION%%/python/std_wsstream.i -%%DATADIR%%/%%PORTVERSION%%/python/std_wiostream.i -%%DATADIR%%/%%PORTVERSION%%/python/std_wios.i -%%DATADIR%%/%%PORTVERSION%%/python/std_vectora.i -%%DATADIR%%/%%PORTVERSION%%/python/std_vector.i -%%DATADIR%%/%%PORTVERSION%%/python/std_string.i -%%DATADIR%%/%%PORTVERSION%%/python/std_streambuf.i -%%DATADIR%%/%%PORTVERSION%%/python/std_sstream.i -%%DATADIR%%/%%PORTVERSION%%/python/std_set.i -%%DATADIR%%/%%PORTVERSION%%/python/std_pair.i -%%DATADIR%%/%%PORTVERSION%%/python/std_multiset.i -%%DATADIR%%/%%PORTVERSION%%/python/std_multimap.i -%%DATADIR%%/%%PORTVERSION%%/python/std_map.i -%%DATADIR%%/%%PORTVERSION%%/python/std_list.i -%%DATADIR%%/%%PORTVERSION%%/python/std_iostream.i -%%DATADIR%%/%%PORTVERSION%%/python/std_ios.i -%%DATADIR%%/%%PORTVERSION%%/python/std_except.i -%%DATADIR%%/%%PORTVERSION%%/python/std_deque.i -%%DATADIR%%/%%PORTVERSION%%/python/std_container.i -%%DATADIR%%/%%PORTVERSION%%/python/std_complex.i -%%DATADIR%%/%%PORTVERSION%%/python/std_common.i -%%DATADIR%%/%%PORTVERSION%%/python/std_char_traits.i -%%DATADIR%%/%%PORTVERSION%%/python/std_basic_string.i -%%DATADIR%%/%%PORTVERSION%%/python/std_alloc.i -%%DATADIR%%/%%PORTVERSION%%/python/pywstrings.swg -%%DATADIR%%/%%PORTVERSION%%/python/pyvoid.swg -%%DATADIR%%/%%PORTVERSION%%/python/pyvaltypes.swg -%%DATADIR%%/%%PORTVERSION%%/python/pyuserdir.swg -%%DATADIR%%/%%PORTVERSION%%/python/pytuplehlp.swg -%%DATADIR%%/%%PORTVERSION%%/python/pythonkw.swg -%%DATADIR%%/%%PORTVERSION%%/python/python.swg -%%DATADIR%%/%%PORTVERSION%%/python/pyswigtype.swg -%%DATADIR%%/%%PORTVERSION%%/python/pystrings.swg -%%DATADIR%%/%%PORTVERSION%%/python/pystrbase.swg -%%DATADIR%%/%%PORTVERSION%%/python/pystdcommon.swg -%%DATADIR%%/%%PORTVERSION%%/python/pyruntime.swg -%%DATADIR%%/%%PORTVERSION%%/python/pyrun.swg -%%DATADIR%%/%%PORTVERSION%%/python/pyptrtypes.swg -%%DATADIR%%/%%PORTVERSION%%/python/pyprimtypes.swg -%%DATADIR%%/%%PORTVERSION%%/python/pyopers.swg -%%DATADIR%%/%%PORTVERSION%%/python/pyobject.swg -%%DATADIR%%/%%PORTVERSION%%/python/pymisctypes.swg -%%DATADIR%%/%%PORTVERSION%%/python/pymacros.swg -%%DATADIR%%/%%PORTVERSION%%/python/pyinout.swg -%%DATADIR%%/%%PORTVERSION%%/python/pyinit.swg -%%DATADIR%%/%%PORTVERSION%%/python/pyfragments.swg -%%DATADIR%%/%%PORTVERSION%%/python/pyenum.swg -%%DATADIR%%/%%PORTVERSION%%/python/pydocs.swg -%%DATADIR%%/%%PORTVERSION%%/python/pycontainer.swg -%%DATADIR%%/%%PORTVERSION%%/python/pycomplex.swg -%%DATADIR%%/%%PORTVERSION%%/python/pyapi.swg -%%DATADIR%%/%%PORTVERSION%%/python/implicit.i -%%DATADIR%%/%%PORTVERSION%%/python/file.i -%%DATADIR%%/%%PORTVERSION%%/python/embed15.i -%%DATADIR%%/%%PORTVERSION%%/python/embed.i -%%DATADIR%%/%%PORTVERSION%%/python/director_h.swg -%%DATADIR%%/%%PORTVERSION%%/python/director.swg -%%DATADIR%%/%%PORTVERSION%%/python/defarg.swg -%%DATADIR%%/%%PORTVERSION%%/python/cstring.i -%%DATADIR%%/%%PORTVERSION%%/python/complex.i -%%DATADIR%%/%%PORTVERSION%%/python/ccomplex.i -%%DATADIR%%/%%PORTVERSION%%/python/attribute.i -%%DATADIR%%/%%PORTVERSION%%/python/argcargv.i -%%DATADIR%%/%%PORTVERSION%%/pointer.i -%%DATADIR%%/%%PORTVERSION%%/pike/std_string.i -%%DATADIR%%/%%PORTVERSION%%/pike/pikerun.swg -%%DATADIR%%/%%PORTVERSION%%/pike/pikekw.swg -%%DATADIR%%/%%PORTVERSION%%/pike/pike.swg -%%DATADIR%%/%%PORTVERSION%%/php4/utils.i -%%DATADIR%%/%%PORTVERSION%%/php4/typemaps.i -%%DATADIR%%/%%PORTVERSION%%/php4/std_vector.i -%%DATADIR%%/%%PORTVERSION%%/php4/std_string.i -%%DATADIR%%/%%PORTVERSION%%/php4/std_pair.i -%%DATADIR%%/%%PORTVERSION%%/php4/std_map.i -%%DATADIR%%/%%PORTVERSION%%/php4/std_common.i -%%DATADIR%%/%%PORTVERSION%%/php4/php4run.swg -%%DATADIR%%/%%PORTVERSION%%/php4/php4kw.swg -%%DATADIR%%/%%PORTVERSION%%/php4/php4.swg -%%DATADIR%%/%%PORTVERSION%%/perl5/typemaps.i -%%DATADIR%%/%%PORTVERSION%%/perl5/std_vector.i -%%DATADIR%%/%%PORTVERSION%%/perl5/std_string.i -%%DATADIR%%/%%PORTVERSION%%/perl5/std_pair.i -%%DATADIR%%/%%PORTVERSION%%/perl5/std_map.i -%%DATADIR%%/%%PORTVERSION%%/perl5/std_list.i -%%DATADIR%%/%%PORTVERSION%%/perl5/std_common.i -%%DATADIR%%/%%PORTVERSION%%/perl5/perlrun.swg -%%DATADIR%%/%%PORTVERSION%%/perl5/perlmain.i -%%DATADIR%%/%%PORTVERSION%%/perl5/perlinit.swg -%%DATADIR%%/%%PORTVERSION%%/perl5/perl5.swg -%%DATADIR%%/%%PORTVERSION%%/perl5/noembed.h -%%DATADIR%%/%%PORTVERSION%%/perl5/Makefile.pl -%%DATADIR%%/%%PORTVERSION%%/ocaml/typeregister.swg -%%DATADIR%%/%%PORTVERSION%%/ocaml/typemaps.i -%%DATADIR%%/%%PORTVERSION%%/ocaml/typecheck.i -%%DATADIR%%/%%PORTVERSION%%/ocaml/swigp4.ml -%%DATADIR%%/%%PORTVERSION%%/ocaml/swig.mli -%%DATADIR%%/%%PORTVERSION%%/ocaml/swig.ml -%%DATADIR%%/%%PORTVERSION%%/ocaml/std_vector.i -%%DATADIR%%/%%PORTVERSION%%/ocaml/std_string.i -%%DATADIR%%/%%PORTVERSION%%/ocaml/std_pair.i -%%DATADIR%%/%%PORTVERSION%%/ocaml/std_map.i -%%DATADIR%%/%%PORTVERSION%%/ocaml/std_list.i -%%DATADIR%%/%%PORTVERSION%%/ocaml/std_deque.i -%%DATADIR%%/%%PORTVERSION%%/ocaml/std_complex.i -%%DATADIR%%/%%PORTVERSION%%/ocaml/std_common.i -%%DATADIR%%/%%PORTVERSION%%/ocaml/preamble.swg -%%DATADIR%%/%%PORTVERSION%%/ocaml/ocamlkw.swg -%%DATADIR%%/%%PORTVERSION%%/ocaml/ocamldec.swg -%%DATADIR%%/%%PORTVERSION%%/ocaml/ocaml.swg -%%DATADIR%%/%%PORTVERSION%%/ocaml/ocaml.i -%%DATADIR%%/%%PORTVERSION%%/ocaml/director.swg -%%DATADIR%%/%%PORTVERSION%%/ocaml/cstring.i -%%DATADIR%%/%%PORTVERSION%%/ocaml/class.swg -%%DATADIR%%/%%PORTVERSION%%/ocaml/carray.i -%%DATADIR%%/%%PORTVERSION%%/mzscheme/typemaps.i -%%DATADIR%%/%%PORTVERSION%%/mzscheme/std_vector.i -%%DATADIR%%/%%PORTVERSION%%/mzscheme/std_string.i -%%DATADIR%%/%%PORTVERSION%%/mzscheme/std_pair.i -%%DATADIR%%/%%PORTVERSION%%/mzscheme/std_map.i -%%DATADIR%%/%%PORTVERSION%%/mzscheme/std_common.i -%%DATADIR%%/%%PORTVERSION%%/mzscheme/mzscheme.swg -%%DATADIR%%/%%PORTVERSION%%/mzscheme/mzrun.swg -%%DATADIR%%/%%PORTVERSION%%/modula3/typemaps.i -%%DATADIR%%/%%PORTVERSION%%/modula3/modula3head.swg -%%DATADIR%%/%%PORTVERSION%%/modula3/modula3.swg -%%DATADIR%%/%%PORTVERSION%%/math.i -%%DATADIR%%/%%PORTVERSION%%/java/various.i -%%DATADIR%%/%%PORTVERSION%%/java/typemaps.i -%%DATADIR%%/%%PORTVERSION%%/java/std_wstring.i -%%DATADIR%%/%%PORTVERSION%%/java/std_vector.i -%%DATADIR%%/%%PORTVERSION%%/java/std_string.i -%%DATADIR%%/%%PORTVERSION%%/java/std_pair.i -%%DATADIR%%/%%PORTVERSION%%/java/std_map.i -%%DATADIR%%/%%PORTVERSION%%/java/std_common.i -%%DATADIR%%/%%PORTVERSION%%/java/javakw.swg -%%DATADIR%%/%%PORTVERSION%%/java/javahead.swg -%%DATADIR%%/%%PORTVERSION%%/java/java.swg -%%DATADIR%%/%%PORTVERSION%%/java/enumtypeunsafe.swg -%%DATADIR%%/%%PORTVERSION%%/java/enumtypesafe.swg -%%DATADIR%%/%%PORTVERSION%%/java/enumsimple.swg -%%DATADIR%%/%%PORTVERSION%%/java/enums.swg -%%DATADIR%%/%%PORTVERSION%%/java/director.swg -%%DATADIR%%/%%PORTVERSION%%/java/arrays_java.i -%%DATADIR%%/%%PORTVERSION%%/guile/typemaps.i -%%DATADIR%%/%%PORTVERSION%%/guile/swigrun.i -%%DATADIR%%/%%PORTVERSION%%/guile/std_vector.i -%%DATADIR%%/%%PORTVERSION%%/guile/std_string.i -%%DATADIR%%/%%PORTVERSION%%/guile/std_pair.i -%%DATADIR%%/%%PORTVERSION%%/guile/std_map.i -%%DATADIR%%/%%PORTVERSION%%/guile/std_common.i -%%DATADIR%%/%%PORTVERSION%%/guile/ports.i -%%DATADIR%%/%%PORTVERSION%%/guile/pointer-in-out.i -%%DATADIR%%/%%PORTVERSION%%/guile/list-vector.i -%%DATADIR%%/%%PORTVERSION%%/guile/interpreter.i -%%DATADIR%%/%%PORTVERSION%%/guile/guilemain.i -%%DATADIR%%/%%PORTVERSION%%/guile/guile_scm_run.swg -%%DATADIR%%/%%PORTVERSION%%/guile/guile_scm.swg -%%DATADIR%%/%%PORTVERSION%%/guile/guile_gh_run.swg -%%DATADIR%%/%%PORTVERSION%%/guile/guile_gh.swg -%%DATADIR%%/%%PORTVERSION%%/guile/guile.i -%%DATADIR%%/%%PORTVERSION%%/guile/ghinterface.i -%%DATADIR%%/%%PORTVERSION%%/guile/cplusplus.i -%%DATADIR%%/%%PORTVERSION%%/guile/common.scm -%%DATADIR%%/%%PORTVERSION%%/exception.i -%%DATADIR%%/%%PORTVERSION%%/cstring.i -%%DATADIR%%/%%PORTVERSION%%/csharp/typemaps.i -%%DATADIR%%/%%PORTVERSION%%/csharp/std_vector.i -%%DATADIR%%/%%PORTVERSION%%/csharp/std_string.i -%%DATADIR%%/%%PORTVERSION%%/csharp/std_pair.i -%%DATADIR%%/%%PORTVERSION%%/csharp/std_map.i -%%DATADIR%%/%%PORTVERSION%%/csharp/std_common.i -%%DATADIR%%/%%PORTVERSION%%/csharp/enumtypesafe.swg -%%DATADIR%%/%%PORTVERSION%%/csharp/enumsimple.swg -%%DATADIR%%/%%PORTVERSION%%/csharp/enums.swg -%%DATADIR%%/%%PORTVERSION%%/csharp/csharpkw.swg -%%DATADIR%%/%%PORTVERSION%%/csharp/csharphead.swg -%%DATADIR%%/%%PORTVERSION%%/csharp/csharp.swg -%%DATADIR%%/%%PORTVERSION%%/cpointer.i -%%DATADIR%%/%%PORTVERSION%%/constraints.i -%%DATADIR%%/%%PORTVERSION%%/cmalloc.i -%%DATADIR%%/%%PORTVERSION%%/chicken/typemaps.i -%%DATADIR%%/%%PORTVERSION%%/chicken/tinyclos-multi-generic.patch -%%DATADIR%%/%%PORTVERSION%%/chicken/swigclosprefix.scm -%%DATADIR%%/%%PORTVERSION%%/chicken/std_string.i -%%DATADIR%%/%%PORTVERSION%%/chicken/multi-generic.scm -%%DATADIR%%/%%PORTVERSION%%/chicken/chickenrun.swg -%%DATADIR%%/%%PORTVERSION%%/chicken/chickenkw.swg -%%DATADIR%%/%%PORTVERSION%%/chicken/chicken.swg -%%DATADIR%%/%%PORTVERSION%%/cdata.i -%%DATADIR%%/%%PORTVERSION%%/carrays.i -%%DATADIR%%/%%PORTVERSION%%/allkw.swg -%%DATADIR%%/%%PORTVERSION%%/allegrocl/typemaps.i -%%DATADIR%%/%%PORTVERSION%%/allegrocl/allegrocl.swg -%%DATADIR%%/%%PORTVERSION%%/_std_deque.i -%%DATADIR%%/%%PORTVERSION%%/python/cwstring.i -%%DATADIR%%/%%PORTVERSION%%/python/cstrbase.swg -%%DATADIR%%/%%PORTVERSION%%/ruby/rubytracking.swg -%%DATADIR%%/%%PORTVERSION%%/php4/const.i -%%DATADIR%%/%%PORTVERSION%%/php4/globalvar.i -%%DATADIR%%/%%PORTVERSION%%/php4/phppointers.i -%%DATADIR%%/%%PORTVERSION%%/php4/php4init.swg -%%DATADIR%%/%%PORTVERSION%%/clisp/clisp.swg -%%DATADIR%%/%%PORTVERSION%%/lua/std_except.i -%%DATADIR%%/%%PORTVERSION%%/lua/std_string.i -%%DATADIR%%/%%PORTVERSION%%/lua/std_vector.i -%%DATADIR%%/%%PORTVERSION%%/lua/typemaps.i -%%DATADIR%%/%%PORTVERSION%%/lua/lua.swg -%%DATADIR%%/%%PORTVERSION%%/lua/luarun.swg -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/xml -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/testdir/subdir2 -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/testdir/subdir1 -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/testdir -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/pike -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4 -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5 -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mzscheme -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guilescm -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/variables -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/value -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/simple -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/reference -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/pointer -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/operator -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/multimap -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/mpointer -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/funcptr -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/enum -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/contract -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/constants -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/class -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/s-exp -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/variables -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/value -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/template -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/std_vector -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/simple -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/reference -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/pointer -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/overloading -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/operator -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/multimap -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mpointer -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/hashargs -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/functor -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr2 -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/enum -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/constants -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/class -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/free_function -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mark_function -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/weave -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/variables -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/varargs -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/template -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/swigrun -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/std_vector -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/smartptr -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/simple -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/shadow -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/reference -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/pointer -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/operator -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/multimap -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/mpointer -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/libffi -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/import -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/functor -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr2 -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/extend -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/exceptshadow -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/exception -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/enum -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/contract -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/constants -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/class -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/callback -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/pike/template -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/pike/simple -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/pike/overload -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/pike/enum -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/pike/constants -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/pike/class -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/pike -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4/variables -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4/value -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4/sync -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4/simple -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4/shadow -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4/reference -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4/pointer -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4/funcptr -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4/enum -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4/constants -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4/class -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4/overloading -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4/disown -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4/cpointer -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4/pragmas -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4 -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/variables -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/value -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/simple -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/reference -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/pointer -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/multiple_inheritance -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/multimap -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/mpointer -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/funcptr -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/constants2 -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/constants -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/class -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5 -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/strings_test -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/string_from_ptr -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/stl -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/std_vector -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/std_string -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/simple -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/shapes -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/scoped_enum -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/contract -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/argout_ref -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/std_vector -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/simple -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/multimap -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/typemap -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/simple -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/reference -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/exception -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/enum -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/class -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/modula3 -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/variables -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/typemap -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/template -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/simple -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/reference -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/pointer -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/native -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/multimap -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/mpointer -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/funcptr -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/extend -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/enum -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/constants -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/class -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/callback -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/guile/std_vector -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/guile/simple -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/guile/port -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/guile/multivalue -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/guile/multimap -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/guile/matrix -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/guile/constants -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/guile -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/variables -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/template -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/simple -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/reference -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/funcptr -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/enum -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/class -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/csharp -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_cxx -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_c -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/contract -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/zlib -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/simple -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/overload -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/multimap -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/egg -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/constants -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/class -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/chicken -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/simple -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/mandel -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/full -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/simple -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/shadow -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/full -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/simple -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/shadow -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/full -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Pike/simple -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Pike -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php4/simple -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php4/shadow -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php4/full -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php4 -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/simple -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/shadow -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/full -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5 -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ocaml/simple -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ocaml/full -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ocaml -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Lib -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/simple -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/shadow -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/full -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Interface -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Include -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Guile/simple -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Guile/full -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Guile -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Common-Lisp/full -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Common-Lisp -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Chicken/simple -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Chicken/full -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Chicken -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/lua/class -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/lua/functest -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/lua/variables -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/lua/constants -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/lua/simple -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/lua/pointer -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/lua -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%% -@dirrm %%EXAMPLESDIR%% -@dirrm %%DATADIR%%/%%PORTVERSION%%/tcl -@dirrm %%DATADIR%%/%%PORTVERSION%%/std -@dirrm %%DATADIR%%/%%PORTVERSION%%/ruby -@dirrm %%DATADIR%%/%%PORTVERSION%%/python -@dirrm %%DATADIR%%/%%PORTVERSION%%/pike -@dirrm %%DATADIR%%/%%PORTVERSION%%/php4 -@dirrm %%DATADIR%%/%%PORTVERSION%%/perl5 -@dirrm %%DATADIR%%/%%PORTVERSION%%/ocaml -@dirrm %%DATADIR%%/%%PORTVERSION%%/mzscheme -@dirrm %%DATADIR%%/%%PORTVERSION%%/modula3 -@dirrm %%DATADIR%%/%%PORTVERSION%%/java -@dirrm %%DATADIR%%/%%PORTVERSION%%/guile -@dirrm %%DATADIR%%/%%PORTVERSION%%/csharp -@dirrm %%DATADIR%%/%%PORTVERSION%%/chicken -@dirrm %%DATADIR%%/%%PORTVERSION%%/allegrocl -@dirrm %%DATADIR%%/%%PORTVERSION%%/clisp -@dirrm %%DATADIR%%/%%PORTVERSION%%/lua -@dirrm %%DATADIR%%/%%PORTVERSION%% -@dirrm %%DATADIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%%/%%PORTVERSION%%/Manual -%%PORTDOCS%%@dirrm %%DOCSDIR%%/%%PORTVERSION%%/Devel -%%PORTDOCS%%@dirrm %%DOCSDIR%%/%%PORTVERSION%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/devel/viewvc/Makefile b/devel/viewvc/Makefile deleted file mode 100644 index 53b52d8c28f9..000000000000 --- a/devel/viewvc/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: viewcvs -# Date created: Sun 02 Jul 2000 -# Whom: will -# -# $FreeBSD$ -# - -PORTNAME= viewcvs -PORTVERSION= 0.9.4 -CATEGORIES= devel python -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= mnag@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 d2f9351cff1d..000000000000 --- a/devel/viewvc/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (viewcvs-0.9.4.tar.gz) = a1a09922165f2e2fec08527cdd18b76f -SHA256 (viewcvs-0.9.4.tar.gz) = 8d7e86a231b7f8a45d1cba12db302fa76b85ed0a118cc6f0afc053ed176d095d -SIZE (viewcvs-0.9.4.tar.gz) = 140290 diff --git a/devel/viewvc/files/patch-lib::viewcvs.py b/devel/viewvc/files/patch-lib::viewcvs.py deleted file mode 100644 index e9d2e4ad4cff..000000000000 --- a/devel/viewvc/files/patch-lib::viewcvs.py +++ /dev/null @@ -1,109 +0,0 @@ ---- lib/viewcvs.py.orig Tue Jan 15 09:35:55 2002 -+++ lib/viewcvs.py Sun Jan 9 13:35:45 2005 -@@ -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 -@@ -229,6 +233,77 @@ - 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." - def __init__(self, rev, date, author, state, changed, log): -@@ -478,7 +553,7 @@ - def markup_stream_enscript(lang, fp): - sys.stdout.flush() - enscript = popen.pipe_cmds([(os.path.normpath(os.path.join(cfg.options.enscript_path,'enscript')), -- '--color', '-W', 'html', '-E' + lang, '-o', -+ '--color', '--language=html', '-E' + lang, '-o', - '-', '-'), - ('sed', '-n', '/^<PRE>$/,/<\\/PRE>$/p')]) - -@@ -494,7 +569,7 @@ - except IOError, v: - print "<h3>Failure during use of an external program:</h3>" - print "<pre>" -- print os.path.normpath(os.path.join(cfg.options.enscript_path,'enscript')) + " --color -W html -E"+lang+" -o - -" -+ print os.path.normpath(os.path.join(cfg.options.enscript_path,'enscript')) + " --color --language=html -E"+lang+" -o - -" - print "</pre>" - raise - 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%% |