Bug 187389 - New port: emulators/fs-aue - Amiga Emulator
Summary: New port: emulators/fs-aue - Amiga Emulator
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Danilo Egea Gondolfo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-09 11:20 UTC by Charlie &
Modified: 2014-03-10 23:30 UTC (History)
0 users

See Also:


Attachments
file.shar (14.05 KB, text/plain)
2014-03-09 11:20 UTC, Charlie &
no flags Details
fsuae240.shar (14.63 KB, text/plain; charset=windows-1252)
2014-03-10 16:47 UTC, CJ
no flags Details
fsuae240.shar (14.63 KB, text/plain; charset=windows-1252)
2014-03-10 16:52 UTC, CJ
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Charlie & 2014-03-09 11:20:00 UTC

    
Comment 1 CJ 2014-03-10 12:06:10 UTC
On 03/09/2014 03:49 PM, Danilo E. Gondolfo wrote:
> When I sent this port to you, I've used x11/yad as template... you
> forgot to change the pkg-desc.
>
> Danilo.
>

So I did,
sorry about that,
I can see I also made a typo in the port name (fs-aue should be fs-uae)

do I need to commit a new version, or should I add a patch to the existing?

cheers
Carsten
Comment 2 CJ 2014-03-10 16:47:36 UTC
Fixed pkg-desc
Comment 3 CJ 2014-03-10 16:52:51 UTC
forgot to edit the synopsis, to fix my spelling error
emulators/fs-uae
Comment 4 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2014-03-10 18:49:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->danilo

I'll take it.
Comment 5 dfilter service freebsd_committer freebsd_triage 2014-03-10 23:29:22 UTC
Author: danilo
Date: Mon Mar 10 23:29:12 2014
New Revision: 347825
URL: http://svnweb.freebsd.org/changeset/ports/347825
QAT: https://qat.redports.org/buildarchive/r347825/

Log:
  - Add the new port emulators/fs-uae
  - Use a small patch to enable the build on FreeBSD 8 due the change on 'struct stat'
  - Pass the maintainership to submitter
  
  FS-UAE is a free open source Amiga Emulator based on WinUAE.
  FS-UAE emulates A500, A500+, A600, A1200, A1000, A3000
  and A4000 models, but you can tweak the hardware configuration and
  create customized Amigas.
  
  PR:		ports/187389
  Submitted by:	Carsten Jensen <tomse@tomse.dk>

Added:
  head/emulators/fs-uae/
  head/emulators/fs-uae/Makefile   (contents, props changed)
  head/emulators/fs-uae/distinfo   (contents, props changed)
  head/emulators/fs-uae/files/
  head/emulators/fs-uae/files/patch-libfsemu__src__filesys.c   (contents, props changed)
  head/emulators/fs-uae/pkg-descr   (contents, props changed)
  head/emulators/fs-uae/pkg-plist   (contents, props changed)
Modified:
  head/emulators/Makefile

Modified: head/emulators/Makefile
==============================================================================
--- head/emulators/Makefile	Mon Mar 10 23:22:38 2014	(r347824)
+++ head/emulators/Makefile	Mon Mar 10 23:29:12 2014	(r347825)
@@ -37,6 +37,7 @@
     SUBDIR += fceux
     SUBDIR += fmsx
     SUBDIR += frodo
+    SUBDIR += fs-uae
     SUBDIR += fuse
     SUBDIR += fuse-roms
     SUBDIR += fuse-utils

Added: head/emulators/fs-uae/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/emulators/fs-uae/Makefile	Mon Mar 10 23:29:12 2014	(r347825)
@@ -0,0 +1,30 @@
+# Created by: Danilo Egea Gondolfo <danilo@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	fs-uae
+PORTVERSION=	2.4.0
+CATEGORIES=	emulators
+MASTER_SITES=	http://fs-uae.net/stable/${PORTVERSION}/
+
+MAINTAINER=	tomse@oagd.net
+COMMENT=	Amiga emulator
+
+LICENSE=	GPLv2
+
+LIB_DEPENDS=	libpng.so:${PORTSDIR}/graphics/png \
+		libopenal.so:${PORTSDIR}/audio/openal
+
+USES=		gettext gmake pkgconfig
+USE_SDL=	sdl
+USE_GL=		gl
+USE_GNOME=	glib20
+INSTALLS_ICONS=	yes
+MAKE_ARGS+=	prefix=${PREFIX}
+
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 900000
+CFLAGS+=	-DFreeBSD8
+.endif
+
+.include <bsd.port.post.mk>

Added: head/emulators/fs-uae/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/emulators/fs-uae/distinfo	Mon Mar 10 23:29:12 2014	(r347825)
@@ -0,0 +1,2 @@
+SHA256 (fs-uae-2.4.0.tar.gz) = f198dcf88e20e0b72e63ae7f1173ffa9a852b92d9d8bc1adc10929201a062ac1
+SIZE (fs-uae-2.4.0.tar.gz) = 4390424

Added: head/emulators/fs-uae/files/patch-libfsemu__src__filesys.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/emulators/fs-uae/files/patch-libfsemu__src__filesys.c	Mon Mar 10 23:29:12 2014	(r347825)
@@ -0,0 +1,11 @@
+--- ./libfsemu/src/filesys.c.orig	2014-03-10 19:32:45.000000000 -0300
++++ ./libfsemu/src/filesys.c	2014-03-10 19:33:00.000000000 -0300
+@@ -128,7 +128,7 @@
+ 
+ #if defined(WINDOWS)
+ 
+-#elif defined(MACOSX)
++#elif defined(MACOSX) || defined(FreeBSD8)
+ #define HAVE_STAT_TV_NSEC2
+ #else
+ #define HAVE_STAT_TV_NSEC

Added: head/emulators/fs-uae/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/emulators/fs-uae/pkg-descr	Mon Mar 10 23:29:12 2014	(r347825)
@@ -0,0 +1,6 @@
+FS-UAE is a free open source Amiga Emulator based on WinUAE.
+FS-UAE emulates A500, A500+, A600, A1200, A1000, A3000
+and A4000 models, but you can tweak the hardware configuration and
+create customized Amigas.
+
+WWW: http://fs-uae.net

Added: head/emulators/fs-uae/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/emulators/fs-uae/pkg-plist	Mon Mar 10 23:29:12 2014	(r347825)
@@ -0,0 +1,266 @@
+bin/fs-uae
+bin/fs-uae-device-helper
+share/applications/fs-uae.desktop
+%%PORTDOCS%%%%DOCSDIR%%/COPYING
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/example.conf
+%%DATADIR%%/2x_1920_1080/theme.conf
+%%DATADIR%%/2x_1920_1080_bezel/overlay.png
+%%DATADIR%%/2x_1920_1080_bezel/theme.conf
+%%DATADIR%%/aspect.png
+%%DATADIR%%/close.png
+%%DATADIR%%/floppy_sounds/drive_click.wav
+%%DATADIR%%/floppy_sounds/drive_snatch.wav
+%%DATADIR%%/floppy_sounds/drive_spin.wav
+%%DATADIR%%/floppy_sounds/drive_spinnd.wav
+%%DATADIR%%/floppy_sounds/drive_startup.wav
+%%DATADIR%%/gloss.png
+%%DATADIR%%/glow_left.png
+%%DATADIR%%/glow_top.png
+%%DATADIR%%/glow_top_left.png
+%%DATADIR%%/heading_strip.png
+%%DATADIR%%/input/03000000300f00001201000010010000/jess_tech_dual_analog_pad_12_4_1_0_linux.conf
+%%DATADIR%%/input/03000000300f00001201000010010000/names.txt
+%%DATADIR%%/input/030000004c0500006802000011010000/names.txt
+%%DATADIR%%/input/030000004c0500006802000011010000/sony_playstation_r_3_controller_19_27_0_0_linux.conf
+%%DATADIR%%/input/030000004f04000020b3000010010000/names.txt
+%%DATADIR%%/input/030000004f04000020b3000010010000/thrustmaster_2_in_1_dt_12_4_1_0_linux.conf
+%%DATADIR%%/input/030000005e0400001907000000010000/names.txt
+%%DATADIR%%/input/030000005e0400001907000000010000/xbox_360_wireless_receiver_15_6_0_0_linux.conf
+%%DATADIR%%/input/030000005e0400008e02000014010000/microsoft_x_box_360_pad_11_6_1_0_linux.conf
+%%DATADIR%%/input/030000005e0400008e02000014010000/names.txt
+%%DATADIR%%/input/030000006d04000019c2000011010000/logitech_logitech_cordless_rumblepad_2_12_4_1_0_linux.conf
+%%DATADIR%%/input/030000006d04000019c2000011010000/names.txt
+%%DATADIR%%/input/030000006d0400001dc2000014400000/generic_x_box_pad_11_6_1_0_linux.conf
+%%DATADIR%%/input/030000006d0400001dc2000014400000/names.txt
+%%DATADIR%%/input/030000006d0400001ec2000020200000/generic_x_box_pad_11_6_1_0_linux.conf
+%%DATADIR%%/input/030000006d0400001ec2000020200000/names.txt
+%%DATADIR%%/input/030000006d0400001fc2000005030000/generic_x_box_pad_11_6_1_0_linux.conf
+%%DATADIR%%/input/030000006d0400001fc2000005030000/names.txt
+%%DATADIR%%/input/030000006d040000d2ca000011010000/names.txt
+%%DATADIR%%/input/030000006d040000d2ca000011010000/ps3_usb_cordless_gamepad_13_4_1_0_linux.conf
+%%DATADIR%%/input/03000000a30600000901000000010000/names.txt
+%%DATADIR%%/input/03000000a30600000901000000010000/saitek_p880_12_4_1_0_linux.conf
+%%DATADIR%%/input/2_in_1_dt_12_4_1_0_macosx.conf
+%%DATADIR%%/input/2_in_1_dt_12_4_1_0_windows.conf
+%%DATADIR%%/input/common/gamepad.ini
+%%DATADIR%%/input/common/xarcade.ini
+%%DATADIR%%/input/common/xinput_gamepad.ini
+%%DATADIR%%/input/controller_gamepad_f310_10_5_1_0_windows.conf
+%%DATADIR%%/input/controller_rumble_gamepad_f510_10_5_1_0_windows.conf
+%%DATADIR%%/input/controller_wireless_gamepad_f710_10_5_1_0_windows.conf
+%%DATADIR%%/input/controller_xbox_360_for_windows_10_5_1_0_windows.conf
+%%DATADIR%%/input/controller_xbox_360_wireless_receiver_for_windows_10_5_1_0_windows.conf
+%%DATADIR%%/input/custom/custom_x_arcade.ini
+%%DATADIR%%/input/custom/custom_x_arcade_right.ini
+%%DATADIR%%/input/dual_analog_pad_12_4_1_0_macosx.conf
+%%DATADIR%%/input/dual_analog_pad_12_4_1_0_windows.conf
+%%DATADIR%%/input/gamtec_ltd/smartjoy_plus_adapter.ini
+%%DATADIR%%/input/generic/keyboard.ini
+%%DATADIR%%/input/generic/mouse.ini
+%%DATADIR%%/input/linux/saitek_dual_analog_pad_12_4_1_0_linux.conf
+%%DATADIR%%/input/logitech/controller_rumble_gamepad_f510.ini
+%%DATADIR%%/input/logitech/controller_wireless_gamepad_f710.ini
+%%DATADIR%%/input/logitech/g27_racing_wheel.ini
+%%DATADIR%%/input/logitech/gamepad_f310_controller.ini
+%%DATADIR%%/input/logitech/logitech_cordless_rumblepad_2.ini
+%%DATADIR%%/input/logitech/logitech_dual_action.ini
+%%DATADIR%%/input/logitech/logitech_extreme_3d.ini
+%%DATADIR%%/input/logitech/logitech_extreme_3d_pro.ini
+%%DATADIR%%/input/logitech/logitech_rumblepad_2.ini
+%%DATADIR%%/input/logitech/ps3_usb_cordless_gamepad.ini
+%%DATADIR%%/input/logitech_cordless_rumblepad_2_usb_12_4_1_0_windows.conf
+%%DATADIR%%/input/logitech_dual_action_12_4_1_0_macosx.conf
+%%DATADIR%%/input/logitech_dual_action_usb_12_4_1_0_windows.conf
+%%DATADIR%%/input/logitech_r_precision_tm_gamepad_10_2_0_0_windows.conf
+%%DATADIR%%/input/logitech_rumblepad_2_usb_12_4_1_0_macosx.conf
+%%DATADIR%%/input/logitech_rumblepad_2_usb_12_4_1_0_windows.conf
+%%DATADIR%%/input/mad_catz/wired_xbox_360_controller_sfiv.ini
+%%DATADIR%%/input/microsoft/controller.ini
+%%DATADIR%%/input/microsoft/controller_xbox_360_for_windows.ini
+%%DATADIR%%/input/microsoft/controller_xbox_360_wireless_receiver_for_windows.ini
+%%DATADIR%%/input/microsoft/wireless_360_controller.ini
+%%DATADIR%%/input/microsoft/x_box_360_pad.ini
+%%DATADIR%%/input/microsoft/xbox_360_for_windows_controller.ini
+%%DATADIR%%/input/microsoft/xbox_360_wireless_receiver.ini
+%%DATADIR%%/input/microsoft/xbox_360_wireless_receiver_for_windows_controller.ini
+%%DATADIR%%/input/mosic/a_speed_link_competition_pro.ini
+%%DATADIR%%/input/mosic/speed_link_competition_pro.ini
+%%DATADIR%%/input/mosic/usb_2a4k_gamepad.ini
+%%DATADIR%%/input/other/retro_joystick_interface_v1_2.ini
+%%DATADIR%%/input/other/usb_2_axis_8_button_gamepad.ini
+%%DATADIR%%/input/p880_12_4_1_0_macosx.conf
+%%DATADIR%%/input/p880_12_4_1_0_windows.conf
+%%DATADIR%%/input/playstation_r_3_controller_19_4_0_0_macosx.conf
+%%DATADIR%%/input/ps3_usb_cordless_gamepad_13_4_1_0_macosx.conf
+%%DATADIR%%/input/ps3_usb_cordless_gamepad_13_4_1_0_windows.conf
+%%DATADIR%%/input/saitek/dual_analog_gamepad.ini
+%%DATADIR%%/input/saitek/p880.ini
+%%DATADIR%%/input/sony/computer_entertainment_wireless_inputdevice.ini
+%%DATADIR%%/input/sony/playstation_r_3_controller.ini
+%%DATADIR%%/input/sony/playstation_r_3_inputdevice.ini
+%%DATADIR%%/input/speed_link_competition_pro_4_2_0_0_windows.conf
+%%DATADIR%%/input/thrustmaster/2_in_1_dt.ini
+%%DATADIR%%/input/thrustmaster/t_mini_wireless.ini
+%%DATADIR%%/input/universal_gamepad.ini
+%%DATADIR%%/input/unknown.ini
+%%DATADIR%%/input/wisegroup_ltd/mp_8866_dual_usb_joypad.ini
+%%DATADIR%%/input/wisegroup_ltd/tigergame_ps_ps2_game_controller_adapter.ini
+%%DATADIR%%/input/xgaming/x_arcade.ini
+%%DATADIR%%/input/xgaming/x_arcade_right.ini
+%%DATADIR%%/item_background.png
+%%DATADIR%%/led-bars-edge/audio_led_1.png
+%%DATADIR%%/led-bars-edge/audio_led_2.png
+%%DATADIR%%/led-bars-edge/audio_led_3.png
+%%DATADIR%%/led-bars-edge/cd_led_1.png
+%%DATADIR%%/led-bars-edge/cd_led_2.png
+%%DATADIR%%/led-bars-edge/df0_led_1.png
+%%DATADIR%%/led-bars-edge/df0_led_2.png
+%%DATADIR%%/led-bars-edge/df1_led_1.png
+%%DATADIR%%/led-bars-edge/df1_led_2.png
+%%DATADIR%%/led-bars-edge/df2_led_1.png
+%%DATADIR%%/led-bars-edge/df2_led_2.png
+%%DATADIR%%/led-bars-edge/df3_led_1.png
+%%DATADIR%%/led-bars-edge/df3_led_2.png
+%%DATADIR%%/led-bars-edge/digit_0.png
+%%DATADIR%%/led-bars-edge/digit_1.png
+%%DATADIR%%/led-bars-edge/digit_10.png
+%%DATADIR%%/led-bars-edge/digit_2.png
+%%DATADIR%%/led-bars-edge/digit_3.png
+%%DATADIR%%/led-bars-edge/digit_4.png
+%%DATADIR%%/led-bars-edge/digit_5.png
+%%DATADIR%%/led-bars-edge/digit_6.png
+%%DATADIR%%/led-bars-edge/digit_7.png
+%%DATADIR%%/led-bars-edge/digit_8.png
+%%DATADIR%%/led-bars-edge/digit_9.png
+%%DATADIR%%/led-bars-edge/fps_led_1.png
+%%DATADIR%%/led-bars-edge/fps_led_2.png
+%%DATADIR%%/led-bars-edge/fps_led_3.png
+%%DATADIR%%/led-bars-edge/hd_led_1.png
+%%DATADIR%%/led-bars-edge/hd_led_2.png
+%%DATADIR%%/led-bars-edge/md_led_1.png
+%%DATADIR%%/led-bars-edge/md_led_2.png
+%%DATADIR%%/led-bars-edge/power_led_0.png
+%%DATADIR%%/led-bars-edge/power_led_1.png
+%%DATADIR%%/led-bars-edge/theme.conf
+%%DATADIR%%/led-bars-edge/top_left_overlay.png
+%%DATADIR%%/led-bars-edge/top_right_overlay.png
+%%DATADIR%%/led-bars-edge/vsync_led_1.png
+%%DATADIR%%/led-bars-edge/vsync_led_2.png
+%%DATADIR%%/led-bars-edge/vsync_led_3.png
+%%DATADIR%%/menu_arrow.png
+%%DATADIR%%/menu_fade_item.png
+%%DATADIR%%/menu_fade_selected_item.png
+%%DATADIR%%/menu_font.png
+%%DATADIR%%/pause_indicator.png
+%%DATADIR%%/shaders/atari-color-fix.shader
+%%DATADIR%%/shaders/crt.shader
+%%DATADIR%%/shaders/curvature.shader
+%%DATADIR%%/shaders/edge-detection.shader
+%%DATADIR%%/shaders/hard-light-bloom-gamma.shader
+%%DATADIR%%/shaders/hard-light-bloom.shader
+%%DATADIR%%/shaders/hard-light.shader
+%%DATADIR%%/shaders/heavybloom.shader
+%%DATADIR%%/shaders/horizontal-blur.shader
+%%DATADIR%%/shaders/hq2x.shader
+%%DATADIR%%/shaders/lanczos-6tap.shader
+%%DATADIR%%/shaders/scale2x.shader
+%%DATADIR%%/shaders/scale4xhq.shader
+%%DATADIR%%/shaders/scanline-3x.shader
+%%DATADIR%%/shaders/scanline-4x.shader
+%%DATADIR%%/shaders/scanlines-classic.shader
+%%DATADIR%%/shaders/scanlines-nonlinear-blur.shader
+%%DATADIR%%/shaders/scanlines-nonlinear.shader
+%%DATADIR%%/shaders/screenlines-nonlinear-blur-hsl-thick.shader
+%%DATADIR%%/shaders/screenlines-nonlinear-blur-hsl.shader
+%%DATADIR%%/shaders/screenlines-nonlinear-blur-thick.shader
+%%DATADIR%%/shaders/screenlines-nonlinear-blur.shader
+%%DATADIR%%/shaders/screenlines-nonlinear.shader
+%%DATADIR%%/shaders/simplebloom.shader
+%%DATADIR%%/shaders/test-gamma-screenlines.shader
+%%DATADIR%%/shaders/test-gamma.shader
+%%DATADIR%%/shaders/test.shader
+%%DATADIR%%/shaders/testbloom-2.shader
+%%DATADIR%%/shaders/testbloom.shader
+%%DATADIR%%/share-dir
+%%DATADIR%%/sidebar.png
+%%DATADIR%%/sidebar_edge.png
+%%DATADIR%%/stretch.png
+%%DATADIR%%/theme.conf
+%%DATADIR%%/title_font.png
+%%DATADIR%%/top_item_background.png
+%%DATADIR%%/ubuntu_12_04/heading_strip.png
+%%DATADIR%%/ubuntu_12_04/item_background.png
+%%DATADIR%%/ubuntu_12_04/sidebar.png
+%%DATADIR%%/ubuntu_12_04/sidebar_edge.png
+%%DATADIR%%/ubuntu_12_04/theme.conf
+%%DATADIR%%/ubuntu_12_04/top_item_background.png
+%%DATADIR%%/volume.png
+%%DATADIR%%/volume_muted.png
+share/icons/hicolor/128x128/apps/fs-uae.png
+share/icons/hicolor/16x16/apps/fs-uae.png
+share/icons/hicolor/256x256/apps/fs-uae.png
+share/icons/hicolor/32x32/apps/fs-uae.png
+share/icons/hicolor/48x48/apps/fs-uae.png
+share/icons/hicolor/64x64/apps/fs-uae.png
+share/locale/cs/LC_MESSAGES/fs-uae.mo
+share/locale/da/LC_MESSAGES/fs-uae.mo
+share/locale/de/LC_MESSAGES/fs-uae.mo
+share/locale/es/LC_MESSAGES/fs-uae.mo
+share/locale/fi/LC_MESSAGES/fs-uae.mo
+share/locale/fr/LC_MESSAGES/fs-uae.mo
+share/locale/it/LC_MESSAGES/fs-uae.mo
+share/locale/nb/LC_MESSAGES/fs-uae.mo
+share/locale/pl/LC_MESSAGES/fs-uae.mo
+share/locale/pt/LC_MESSAGES/fs-uae.mo
+share/locale/sr/LC_MESSAGES/fs-uae.mo
+share/locale/tr/LC_MESSAGES/fs-uae.mo
+@dirrmtry share/icons/hicolor/64x64/apps
+@dirrmtry share/icons/hicolor/64x64
+@dirrmtry share/icons/hicolor/48x48/apps
+@dirrmtry share/icons/hicolor/48x48
+@dirrmtry share/icons/hicolor/32x32/apps
+@dirrmtry share/icons/hicolor/32x32
+@dirrmtry share/icons/hicolor/256x256/apps
+@dirrmtry share/icons/hicolor/256x256
+@dirrmtry share/icons/hicolor/16x16/apps
+@dirrmtry share/icons/hicolor/16x16
+@dirrmtry share/icons/hicolor/128x128/apps
+@dirrmtry share/icons/hicolor/128x128
+@dirrmtry share/icons/hicolor
+@dirrmtry share/icons
+@dirrmtry %%DATADIR%%/ubuntu_12_04
+@dirrmtry %%DATADIR%%/shaders
+@dirrmtry %%DATADIR%%/led-bars-edge
+@dirrmtry %%DATADIR%%/input/xgaming
+@dirrmtry %%DATADIR%%/input/wisegroup_ltd
+@dirrmtry %%DATADIR%%/input/thrustmaster
+@dirrmtry %%DATADIR%%/input/sony
+@dirrmtry %%DATADIR%%/input/saitek
+@dirrmtry %%DATADIR%%/input/other
+@dirrmtry %%DATADIR%%/input/mosic
+@dirrmtry %%DATADIR%%/input/microsoft
+@dirrmtry %%DATADIR%%/input/mad_catz
+@dirrmtry %%DATADIR%%/input/logitech
+@dirrmtry %%DATADIR%%/input/linux
+@dirrmtry %%DATADIR%%/input/generic
+@dirrmtry %%DATADIR%%/input/gamtec_ltd
+@dirrmtry %%DATADIR%%/input/custom
+@dirrmtry %%DATADIR%%/input/common
+@dirrmtry %%DATADIR%%/input/03000000a30600000901000000010000
+@dirrmtry %%DATADIR%%/input/030000006d040000d2ca000011010000
+@dirrmtry %%DATADIR%%/input/030000006d0400001fc2000005030000
+@dirrmtry %%DATADIR%%/input/030000006d0400001ec2000020200000
+@dirrmtry %%DATADIR%%/input/030000006d0400001dc2000014400000
+@dirrmtry %%DATADIR%%/input/030000006d04000019c2000011010000
+@dirrmtry %%DATADIR%%/input/030000005e0400008e02000014010000
+@dirrmtry %%DATADIR%%/input/030000005e0400001907000000010000
+@dirrmtry %%DATADIR%%/input/030000004f04000020b3000010010000
+@dirrmtry %%DATADIR%%/input/030000004c0500006802000011010000
+@dirrmtry %%DATADIR%%/input/03000000300f00001201000010010000
+@dirrmtry %%DATADIR%%/input
+@dirrmtry %%DATADIR%%/floppy_sounds
+@dirrmtry %%DATADIR%%/2x_1920_1080_bezel
+@dirrmtry %%DATADIR%%/2x_1920_1080
+@dirrmtry %%DATADIR%%
+%%PORTDOCS%%@dirrmtry %%DOCSDIR%%
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 6 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2014-03-10 23:30:06 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!