Remove some expired ports:
2020-12-31 emulators/fceux: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream 2020-12-31 emulators/gem5: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream 2020-12-31 emulators/nonpareil: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream 2020-12-31 games/freera: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream 2020-12-31 games/glob2: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream 2020-12-31 games/marsnomercy: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream 2020-12-31 games/netpanzer: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream 2020-12-31 games/pingus: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream 2020-12-31 graphics/goxel: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream 2020-12-31 graphics/sk1libs: Uses Python 2.7 which is EOLed upstream 2020-12-31 graphics/uniconvertor: Uses deprecated version of python
This commit is contained in:
parent
b87c6bce5f
commit
28ee394669
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=559942
90 changed files with 11 additions and 4911 deletions
11
MOVED
11
MOVED
|
@ -15979,3 +15979,14 @@ databases/arangodb33||2021-01-02|Has expired: Uses Python 2.7 which is EOLed ups
|
|||
devel/bzr||2021-01-02|Has expired: Uses Python 2.7 which is EOLed upstream
|
||||
devel/chromium-gn|devel/gn|2021-01-02|Has expired: Uses deprecated version of python, use devel/gn instead
|
||||
devel/mongo-cxx-driver||2021-01-02|Has expired: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
|
||||
emulators/fceux||2021-01-02|Has expired: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
|
||||
emulators/gem5||2021-01-02|Has expired: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
|
||||
emulators/nonpareil||2021-01-02|Has expired: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
|
||||
games/freera||2021-01-02|Has expired: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
|
||||
games/glob2||2021-01-02|Has expired: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
|
||||
games/marsnomercy||2021-01-02|Has expired: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
|
||||
games/netpanzer||2021-01-02|Has expired: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
|
||||
games/pingus||2021-01-02|Has expired: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
|
||||
graphics/goxel||2021-01-02|Has expired: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
|
||||
graphics/sk1libs||2021-01-02|Has expired: Uses Python 2.7 which is EOLed upstream
|
||||
graphics/uniconvertor||2021-01-02|Has expired: Uses deprecated version of python
|
||||
|
|
|
@ -35,7 +35,6 @@
|
|||
SUBDIR += elliott-803
|
||||
SUBDIR += emu64
|
||||
SUBDIR += emulationstation
|
||||
SUBDIR += fceux
|
||||
SUBDIR += fmsx
|
||||
SUBDIR += frodo
|
||||
SUBDIR += fs-uae
|
||||
|
@ -44,7 +43,6 @@
|
|||
SUBDIR += fuse-roms
|
||||
SUBDIR += fuse-utils
|
||||
SUBDIR += gbe
|
||||
SUBDIR += gem5
|
||||
SUBDIR += gens
|
||||
SUBDIR += gngb
|
||||
SUBDIR += gngeo
|
||||
|
@ -95,7 +93,6 @@
|
|||
SUBDIR += mupen64plus-video-z64
|
||||
SUBDIR += nemu
|
||||
SUBDIR += nestopia
|
||||
SUBDIR += nonpareil
|
||||
SUBDIR += o2em
|
||||
SUBDIR += ods2reader
|
||||
SUBDIR += open-vm-tools
|
||||
|
|
|
@ -1,93 +0,0 @@
|
|||
# Created by: HIYAMA Takeshi <gibbon@cocoa.freemail.ne.jp>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= fceux
|
||||
PORTVERSION= 2.2.3
|
||||
PORTREVISION= 10
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= SF/fceultra/Source%20Code/${PORTVERSION}%20src/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Portable NES/Famicom emulator based on Bero's original FCE
|
||||
|
||||
LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
RUN_DEPENDS= zenity:x11/zenity
|
||||
|
||||
USES= compiler:c++0x desktop-file-utils dos2unix localbase:ldflags \
|
||||
pkgconfig scons:python2 sdl xorg
|
||||
USE_SDL= sdl
|
||||
USE_XORG= x11
|
||||
USE_GNOME+= gdkpixbuf2
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}}
|
||||
CXXFLAGS_clang= -Wno-c++11-narrowing
|
||||
|
||||
OPTIONS_DEFINE= CREATE_AVI DEBUG DOCS FRAMESKIP LOGO LUA OPENGL
|
||||
OPTIONS_SINGLE= GUI
|
||||
OPTIONS_SINGLE_GUI= GTK2 GTK3
|
||||
OPTIONS_DEFAULT= CREATE_AVI FRAMESKIP GTK2 LOGO LUA OPENGL
|
||||
|
||||
CREATE_AVI_DESC= Enable avi creation support
|
||||
CREATE_AVI_MAKE_ARGS= CREATE_AVI=1
|
||||
CREATE_AVI_MAKE_ARGS_OFF= CREATE_AVI=0
|
||||
DEBUG_MAKE_ARGS= DEBUG=1
|
||||
DEBUG_MAKE_ARGS_OFF= DEBUG=0
|
||||
FRAMESKIP_DESC= Enable frameskipping
|
||||
FRAMESKIP_MAKE_ARGS= FRAMESKIP=1
|
||||
FRAMESKIP_MAKE_ARGS_OFF= FRAMESKIP=0
|
||||
GTK2_USES= gnome
|
||||
GTK2_USE= GNOME=gtk20
|
||||
GTK2_MAKE_ARGS= GTK=1
|
||||
GTK2_MAKE_ARGS_OFF= GTK=0
|
||||
GTK3_USES= gnome
|
||||
GTK3_USE= GNOME=gtk30
|
||||
GTK3_MAKE_ARGS= GTK3=1
|
||||
GTK3_MAKE_ARGS_OFF= GTK3=0
|
||||
LOGO_DESC= Enable a logoscreen when creating avis
|
||||
LOGO_LIB_DEPENDS= libgd.so:graphics/gd
|
||||
LOGO_MAKE_ARGS= LOGO=1
|
||||
LOGO_MAKE_ARGS_OFF= LOGO=0
|
||||
LOGO_IMPLIES= CREATE_AVI
|
||||
LUA_USES= lua:51
|
||||
LUA_MAKE_ARGS= LUA=1 SYSTEM_LUA=1
|
||||
LUA_MAKE_ARGS_OFF= LUA=0
|
||||
OPENGL_USES= gl
|
||||
OPENGL_USE= GL=gl
|
||||
OPENGL_MAKE_ARGS= OPENGL=1
|
||||
OPENGL_MAKE_ARGS_OFF= OPENGL=0
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
'/PUBLIC/s|^|#| ; \
|
||||
/CheckLib/s|lua5.1|lua-${LUA_VER}| ; \
|
||||
/LINKFLAGS/s|lua5.1|lua-${LUA_VER}| ; \
|
||||
s|"-ldl"|| ; \
|
||||
s|/usr/include/lua5.1|${LUA_INCDIR}| ; \
|
||||
s|-O2||' ${WRKSRC}/SConstruct
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|/usr/bin/|| ; \
|
||||
s|/usr/share/|${PREFIX}/share/|' ${WRKSRC}/fceux.desktop
|
||||
|
||||
do-install:
|
||||
.for i in fceux fceux-net-server
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/bin/${i} ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/documentation/${i}.6 ${STAGEDIR}${MANPREFIX}/man/man6
|
||||
.endfor
|
||||
@${MKDIR} ${STAGEDIR}${DATADIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/bin/*.lua ${STAGEDIR}${DATADIR}
|
||||
@(cd ${WRKSRC}/output && ${COPYTREE_SHARE} "luaScripts palettes tools" \
|
||||
${STAGEDIR}${DATADIR})
|
||||
${INSTALL_DATA} ${WRKSRC}/*.desktop ${STAGEDIR}${DESKTOPDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/*.png ${STAGEDIR}${PREFIX}/share/pixmaps
|
||||
|
||||
do-install-DOCS-on:
|
||||
@(cd ${WRKSRC}/documentation && ${COPYTREE_SHARE} "TODO-PROJECT Videolog.txt \
|
||||
cheat.html faq fcs.txt fm2.txt protocol.txt snes9x-lua.html tech" \
|
||||
${STAGEDIR}${DOCSDIR})
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,3 +0,0 @@
|
|||
TIMESTAMP = 1488101003
|
||||
SHA256 (fceux-2.2.3.src.tar.gz) = 4be6dda9a347f941809a3c4a90d21815b502384adfdd596adaa7b2daf088823e
|
||||
SIZE (fceux-2.2.3.src.tar.gz) = 9292792
|
|
@ -1,11 +0,0 @@
|
|||
--- fceux-server/server.cpp.orig 2017-02-26 13:33:11 UTC
|
||||
+++ fceux-server/server.cpp
|
||||
@@ -114,7 +114,7 @@ int LoadConfigFile(char *fn)
|
||||
if(fp=fopen(fn,"rb"))
|
||||
{
|
||||
char buf[256];
|
||||
- while(fgets(buf, 256, fp) > 0)
|
||||
+ while(fgets(buf, 256, fp))
|
||||
{
|
||||
if(!strncasecmp(buf,"maxclients",strlen("maxclients")))
|
||||
sscanf(buf,"%*s %d",&ServerConfig.MaxClients);
|
|
@ -1,8 +0,0 @@
|
|||
--- src/boards/mapinc.h.orig 2017-02-26 13:37:11 UTC
|
||||
+++ src/boards/mapinc.h
|
||||
@@ -9,4 +9,5 @@
|
||||
#include "../cheat.h"
|
||||
#include "../unif.h"
|
||||
#include <stdio.h>
|
||||
+#include <stdlib.h>
|
||||
#include <string.h>
|
|
@ -1,11 +0,0 @@
|
|||
--- src/cheat.cpp.orig 2017-02-26 13:33:11 UTC
|
||||
+++ src/cheat.cpp
|
||||
@@ -216,7 +216,7 @@ void FCEU_LoadGameCheats(FILE *override)
|
||||
}
|
||||
|
||||
FCEU_DispMessage("Cheats file loaded.",0); //Tells user a cheats file was loaded.
|
||||
- while(fgets(linebuf,2048,fp)>0)
|
||||
+ while(fgets(linebuf,2048,fp))
|
||||
{
|
||||
char *tbuf=linebuf;
|
||||
int doc=0;
|
|
@ -1,11 +0,0 @@
|
|||
FCE Ultra is an NTSC and PAL Famicom/NES emulator for various
|
||||
platforms. It is based upon Bero's original FCE source code. Current
|
||||
features include good PPU, CPU, pAPU, expansion chip, and joystick
|
||||
emulation. Also a feature unique to this emulator (at the current time)
|
||||
is authentic Game Genie emulation. Save states and snapshot features
|
||||
also have been implemented. The VS Unisystem is emulated as well.
|
||||
|
||||
FCE Ultra supports iNES format ROM images, UNIF format ROM images,
|
||||
headerless and FWNES style FDS disk images, and NSF files.
|
||||
|
||||
WWW: http://www.fceux.com/
|
|
@ -1,106 +0,0 @@
|
|||
bin/fceux
|
||||
bin/fceux-net-server
|
||||
man/man6/fceux.6.gz
|
||||
man/man6/fceux-net-server.6.gz
|
||||
share/applications/fceux.desktop
|
||||
%%PORTDOCS%%%%DOCSDIR%%/TODO-PROJECT
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Videolog.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/cheat.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/faq
|
||||
%%PORTDOCS%%%%DOCSDIR%%/fcs.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/fm2.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/protocol.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/snes9x-lua.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/tech/cpu/4017.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/tech/cpu/dmc.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/tech/cpu/nessound-4th.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/tech/cpu/nessound.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/tech/exp/mmc5-e.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/tech/exp/smb2j.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/tech/exp/tengen.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/tech/exp/vrcvi.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/tech/exp/vrcvii.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/tech/nsfspec.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/tech/ppu/2c02 technical operation.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/tech/ppu/loopy1.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/tech/ppu/loopy2.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/tech/readme.now
|
||||
%%PORTDOCS%%%%DOCSDIR%%/tech/readme.sound
|
||||
%%DATADIR%%/auxlib.lua
|
||||
%%DATADIR%%/luaScripts/AVI-HeadsUpDisplay.lua
|
||||
%%DATADIR%%/luaScripts/BoulderDash_AmoebaAI.lua
|
||||
%%DATADIR%%/luaScripts/BugsBunnyBirthdayBlowout.lua
|
||||
%%DATADIR%%/luaScripts/ButtonCount.lua
|
||||
%%DATADIR%%/luaScripts/CustomLagIndicator_RvT.lua
|
||||
%%DATADIR%%/luaScripts/Excitingbike-speedometeronly.lua
|
||||
%%DATADIR%%/luaScripts/Excitingbike.lua
|
||||
%%DATADIR%%/luaScripts/FRKfunctions.lua
|
||||
%%DATADIR%%/luaScripts/GUI-iup_button.lua
|
||||
%%DATADIR%%/luaScripts/GUI-iup_example.lua
|
||||
%%DATADIR%%/luaScripts/Galaxian.lua
|
||||
%%DATADIR%%/luaScripts/Gradius-BulletHell.lua
|
||||
%%DATADIR%%/luaScripts/JumpingFCEUXWindow.lua
|
||||
%%DATADIR%%/luaScripts/Luabot.lua
|
||||
%%DATADIR%%/luaScripts/Machrider.lua
|
||||
%%DATADIR%%/luaScripts/MegamanII-LaserEyes.lua
|
||||
%%DATADIR%%/luaScripts/MemoryWatch.lua
|
||||
%%DATADIR%%/luaScripts/Multitrack.lua
|
||||
%%DATADIR%%/luaScripts/Multitrack2.lua
|
||||
%%DATADIR%%/luaScripts/NightmareElmStreet-4Player.lua
|
||||
%%DATADIR%%/luaScripts/PunchOutChallenge.lua
|
||||
%%DATADIR%%/luaScripts/PunchOutStats.lua
|
||||
%%DATADIR%%/luaScripts/PunchOutTraining.lua
|
||||
%%DATADIR%%/luaScripts/RBIBaseball.lua
|
||||
%%DATADIR%%/luaScripts/Registerfind(CheatSearch).lua
|
||||
%%DATADIR%%/luaScripts/Rewinder.lua
|
||||
%%DATADIR%%/luaScripts/SMB-AreaScrambler.lua
|
||||
%%DATADIR%%/luaScripts/SMB-CompetitionRecorder.lua
|
||||
%%DATADIR%%/luaScripts/SMB-HitBoxes.lua
|
||||
%%DATADIR%%/luaScripts/SMB-Jetpack.lua
|
||||
%%DATADIR%%/luaScripts/SMB-Lives&HPDisplay.lua
|
||||
%%DATADIR%%/luaScripts/SMB-Mouse.lua
|
||||
%%DATADIR%%/luaScripts/SMB-Snow.lua
|
||||
%%DATADIR%%/luaScripts/SMB2U.lua
|
||||
%%DATADIR%%/luaScripts/SMB3-RainbowRiding.lua
|
||||
%%DATADIR%%/luaScripts/ShowPalette.lua
|
||||
%%DATADIR%%/luaScripts/SoundDisplay.lua
|
||||
%%DATADIR%%/luaScripts/SoundDisplay2.lua
|
||||
%%DATADIR%%/luaScripts/Subtitler.lua
|
||||
%%DATADIR%%/luaScripts/TeenageMutantNinjaTurtles.lua
|
||||
%%DATADIR%%/luaScripts/UsingLuaBot-Documentation.txt
|
||||
%%DATADIR%%/luaScripts/UsingLuaScripting-Documentation.txt
|
||||
%%DATADIR%%/luaScripts/UsingLuaScripting-ListofFunctions.txt
|
||||
%%DATADIR%%/luaScripts/ZapperDisplay.lua
|
||||
%%DATADIR%%/luaScripts/ZapperFun.lua
|
||||
%%DATADIR%%/luaScripts/luabot_framework.lua
|
||||
%%DATADIR%%/luaScripts/m_utils.lua
|
||||
%%DATADIR%%/luaScripts/shapedefs.lua
|
||||
%%DATADIR%%/luaScripts/taseditor/InputDisplay_for_Selection.lua
|
||||
%%DATADIR%%/luaScripts/taseditor/InvertSelection.lua
|
||||
%%DATADIR%%/luaScripts/taseditor/RecordBackwards.lua
|
||||
%%DATADIR%%/luaScripts/taseditor/ShowNotes.lua
|
||||
%%DATADIR%%/luaScripts/taseditor/Swap1P2P.lua
|
||||
%%DATADIR%%/luaScripts/taseditor/TrackNoise.lua
|
||||
%%DATADIR%%/luaScripts/tetris.lua
|
||||
%%DATADIR%%/luaScripts/vnb.lua
|
||||
%%DATADIR%%/luaScripts/x_functions.lua
|
||||
%%DATADIR%%/luaScripts/x_interface.lua
|
||||
%%DATADIR%%/luaScripts/x_smb1enemylist.lua
|
||||
%%DATADIR%%/palettes/ASQ_realityA.pal
|
||||
%%DATADIR%%/palettes/ASQ_realityB.pal
|
||||
%%DATADIR%%/palettes/BMF_final2.pal
|
||||
%%DATADIR%%/palettes/BMF_final3.pal
|
||||
%%DATADIR%%/palettes/FCEU-13-default_nitsuja.pal
|
||||
%%DATADIR%%/palettes/FCEU-15-nitsuja_new.pal
|
||||
%%DATADIR%%/palettes/FCEUX.pal
|
||||
%%DATADIR%%/palettes/RP2C03.pal
|
||||
%%DATADIR%%/palettes/RP2C04_0001.pal
|
||||
%%DATADIR%%/palettes/RP2C04_0002.pal
|
||||
%%DATADIR%%/palettes/RP2C04_0003.pal
|
||||
%%DATADIR%%/palettes/RP2C04_0004.pal
|
||||
%%DATADIR%%/palettes/SONY_CXA2025AS_US.pal
|
||||
%%DATADIR%%/palettes/Unsaturated-V6.pal
|
||||
%%DATADIR%%/palettes/nestopia_rgb.pal
|
||||
%%DATADIR%%/palettes/nestopia_yuv.pal
|
||||
%%DATADIR%%/tools/taseditor_patterns.txt
|
||||
share/pixmaps/fceux.png
|
|
@ -1,51 +0,0 @@
|
|||
# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gem5
|
||||
PORTVERSION= 0.0.${DATE}
|
||||
CATEGORIES= emulators
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= gem5 Simulator System
|
||||
|
||||
BUILD_DEPENDS= swig:devel/swig
|
||||
|
||||
BROKEN_armv6= fails to link: undefined reference to HDLcd::BUS_OPTIONS_RESETV
|
||||
BROKEN_armv7= fails to link: undefined reference to HDLcd::BUS_OPTIONS_RESETV
|
||||
BROKEN_i386= does not build
|
||||
BROKEN_mips64= fails to build: claims that gcc version 4.6 or newer required
|
||||
BROKEN_FreeBSD_11_powerpc64= fails to build: claims that gcc version 4.6 or newer required
|
||||
BROKEN_FreeBSD_12_powerpc64= fails to build: claims that gcc version 4.6 or newer required
|
||||
|
||||
USES= gmake scons:python2
|
||||
|
||||
DATE= 20140422
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= CTSRD-CHERI
|
||||
GH_TAGNAME= 99d65cc
|
||||
|
||||
ALL_TARGET= build/ARM/gem5.opt
|
||||
MAKE_ENV= SWIG="${LOCALBASE}/bin/swig"
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|sys/termios.h|termios.h|' \
|
||||
${WRKSRC}/src/base/vnc/vncserver.cc \
|
||||
${WRKSRC}/src/dev/terminal.cc \
|
||||
${WRKSRC}/util/term/term.c
|
||||
|
||||
pre-build:
|
||||
cd ${WRKSRC} && ${GMAKE} -C util/term
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/${PORTNAME} \
|
||||
${STAGEDIR}${PREFIX}/${PORTNAME}/ARM
|
||||
(cd ${WRKSRC} && ${COPYTREE_SHARE} configs \
|
||||
${STAGEDIR}${PREFIX}/${PORTNAME})
|
||||
(cd ${WRKSRC} && ${INSTALL_PROGRAM} build/ARM/gem5.opt \
|
||||
${STAGEDIR}${PREFIX}/${PORTNAME}/ARM/gem5.opt)
|
||||
(cd ${WRKSRC} && ${INSTALL_PROGRAM} util/term/m5term \
|
||||
${STAGEDIR}${PREFIX}/bin/m5term)
|
||||
|
||||
.include <bsd.port.post.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (CTSRD-CHERI-gem5-0.0.20140422-99d65cc_GH0.tar.gz) = 63b4f4a5e266b04396e9732ba64205fd1de22432d3379210d4d4a723dc43329a
|
||||
SIZE (CTSRD-CHERI-gem5-0.0.20140422-99d65cc_GH0.tar.gz) = 9007377
|
|
@ -1,39 +0,0 @@
|
|||
--- SConstruct.orig 2015-04-21 11:32:43.000000000 -0400
|
||||
+++ SConstruct 2018-03-11 21:17:31.106873000 -0400
|
||||
@@ -534,6 +534,9 @@
|
||||
main['LTO_CCFLAGS'] = []
|
||||
main['LTO_LDFLAGS'] = []
|
||||
|
||||
+# Add pthread
|
||||
+main.Append(LIBS=['pthread'])
|
||||
+
|
||||
# According to the readme, tcmalloc works best if the compiler doesn't
|
||||
# assume that we're using the builtin malloc and friends. These flags
|
||||
# are compiler-specific, so we need to set them after we detect which
|
||||
@@ -785,13 +788,8 @@
|
||||
swig_flags=Split('-c++ -python -modern -templatereduce $_CPPINCFLAGS')
|
||||
main.Append(SWIGFLAGS=swig_flags)
|
||||
|
||||
-# Check for 'timeout' from GNU coreutils. If present, regressions will
|
||||
-# be run with a time limit. We require version 8.13 since we rely on
|
||||
-# support for the '--foreground' option.
|
||||
-timeout_lines = readCommand(['timeout', '--version'],
|
||||
- exception='').splitlines()
|
||||
-# Get the first line and tokenize it
|
||||
-timeout_version = timeout_lines[0].split() if timeout_lines else []
|
||||
+# It expects GNU timeout, FreeBSD one (on 11.x+) is not compatible
|
||||
+timeout_version = []
|
||||
main['TIMEOUT'] = timeout_version and \
|
||||
compareVersions(timeout_version[-1], '8.13') >= 0
|
||||
|
||||
@@ -922,8 +920,8 @@
|
||||
# version of python, see above for instructions on how to invoke
|
||||
# scons with the appropriate PATH set.
|
||||
#
|
||||
- # First we check if python2-config exists, else we use python-config
|
||||
- python_config = readCommand(['which', 'python2-config'],
|
||||
+ # First we check if python2.7-config exists, else we use python-config
|
||||
+ python_config = readCommand(['which', 'python2.7-config'],
|
||||
exception='').strip()
|
||||
if not os.path.exists(python_config):
|
||||
python_config = readCommand(['which', 'python-config'],
|
|
@ -1,11 +0,0 @@
|
|||
--- src/SConscript.orig 2015-04-21 15:32:43 UTC
|
||||
+++ src/SConscript
|
||||
@@ -165,7 +165,7 @@ class Source(SourceFile):
|
||||
'''specify the source file, and any guards'''
|
||||
super(Source, self).__init__(source, **guards)
|
||||
|
||||
- self.Werror = Werror
|
||||
+ self.Werror = False
|
||||
self.swig = swig
|
||||
|
||||
class PySource(SourceFile):
|
|
@ -1,14 +0,0 @@
|
|||
--- src/mem/physical.cc.orig 2015-04-21 15:32:43 UTC
|
||||
+++ src/mem/physical.cc
|
||||
@@ -62,11 +62,9 @@
|
||||
* host. On OSX the MAP_NORESERVE flag does not exist, so simply make
|
||||
* it 0.
|
||||
*/
|
||||
-#if defined(__APPLE__)
|
||||
#ifndef MAP_NORESERVE
|
||||
#define MAP_NORESERVE 0
|
||||
#endif
|
||||
-#endif
|
||||
|
||||
using namespace std;
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
--- util/term/Makefile.orig 2015-04-22 17:24:04 UTC
|
||||
+++ util/term/Makefile
|
||||
@@ -26,7 +26,7 @@
|
||||
#
|
||||
# Authors: Nathan Binkert
|
||||
|
||||
-CC= gcc
|
||||
+CC= cc
|
||||
CCFLAGS= -g -O0
|
||||
|
||||
default: m5term
|
|
@ -1,5 +0,0 @@
|
|||
The gem5 simulator is a modular platform for computer system
|
||||
architecture research, encompassing system-level architecture
|
||||
as well as processor microarchitecture.
|
||||
|
||||
WWW: http://www.gem5.org/
|
|
@ -1,108 +0,0 @@
|
|||
bin/m5term
|
||||
gem5/ARM/gem5.opt
|
||||
gem5/configs/boot/ammp.rcS
|
||||
gem5/configs/boot/ammp.symbol
|
||||
gem5/configs/boot/art.rcS
|
||||
gem5/configs/boot/bbench-gb.rcS
|
||||
gem5/configs/boot/bbench-ics.rcS
|
||||
gem5/configs/boot/bn-app.rcS
|
||||
gem5/configs/boot/bonnie.rcS
|
||||
gem5/configs/boot/bonnie.symbol
|
||||
gem5/configs/boot/bzip.rcS
|
||||
gem5/configs/boot/cc1.symbol
|
||||
gem5/configs/boot/devtime.rcS
|
||||
gem5/configs/boot/equake.rcS
|
||||
gem5/configs/boot/equake.symbol
|
||||
gem5/configs/boot/gcc.rcS
|
||||
gem5/configs/boot/gzip.rcS
|
||||
gem5/configs/boot/gzip.symbol
|
||||
gem5/configs/boot/hack_back_ckpt.rcS
|
||||
gem5/configs/boot/halt.sh
|
||||
gem5/configs/boot/iscsi-client.rcS
|
||||
gem5/configs/boot/iscsi-server.rcS
|
||||
gem5/configs/boot/ls.rcS
|
||||
gem5/configs/boot/mcf.rcS
|
||||
gem5/configs/boot/mcf.symbol
|
||||
gem5/configs/boot/mesa.rcS
|
||||
gem5/configs/boot/mesa.symbol
|
||||
gem5/configs/boot/micro_ctx.rcS
|
||||
gem5/configs/boot/micro_memlat.rcS
|
||||
gem5/configs/boot/micro_memlat2mb.rcS
|
||||
gem5/configs/boot/micro_memlat8.rcS
|
||||
gem5/configs/boot/micro_memlat8mb.rcS
|
||||
gem5/configs/boot/micro_stream.rcS
|
||||
gem5/configs/boot/micro_streamcopy.rcS
|
||||
gem5/configs/boot/micro_streamscale.rcS
|
||||
gem5/configs/boot/micro_syscall.rcS
|
||||
gem5/configs/boot/micro_tlblat.rcS
|
||||
gem5/configs/boot/micro_tlblat2.rcS
|
||||
gem5/configs/boot/micro_tlblat3.rcS
|
||||
gem5/configs/boot/mutex-test.rcS
|
||||
gem5/configs/boot/nat-netperf-maerts-client.rcS
|
||||
gem5/configs/boot/nat-netperf-server.rcS
|
||||
gem5/configs/boot/nat-netperf-stream-client.rcS
|
||||
gem5/configs/boot/nat-spec-surge-client.rcS
|
||||
gem5/configs/boot/nat-spec-surge-server.rcS
|
||||
gem5/configs/boot/natbox-netperf.rcS
|
||||
gem5/configs/boot/natbox-spec-surge.rcS
|
||||
gem5/configs/boot/netperf-maerts-client.rcS
|
||||
gem5/configs/boot/netperf-rr.rcS
|
||||
gem5/configs/boot/netperf-server.rcS
|
||||
gem5/configs/boot/netperf-stream-client.rcS
|
||||
gem5/configs/boot/netperf-stream-nt-client.rcS
|
||||
gem5/configs/boot/netperf-stream-udp-client.rcS
|
||||
gem5/configs/boot/netperf-stream-udp-local.rcS
|
||||
gem5/configs/boot/nfs-client-dbench.rcS
|
||||
gem5/configs/boot/nfs-client-nhfsstone.rcS
|
||||
gem5/configs/boot/nfs-client-smallb.rcS
|
||||
gem5/configs/boot/nfs-client-tcp-smallb.rcS
|
||||
gem5/configs/boot/nfs-client-tcp.rcS
|
||||
gem5/configs/boot/nfs-client.rcS
|
||||
gem5/configs/boot/nfs-server-nhfsstone.rcS
|
||||
gem5/configs/boot/nfs-server.rcS
|
||||
gem5/configs/boot/null.rcS
|
||||
gem5/configs/boot/ping-client.rcS
|
||||
gem5/configs/boot/ping-server.rcS
|
||||
gem5/configs/boot/setup
|
||||
gem5/configs/boot/spec-surge-client.rcS
|
||||
gem5/configs/boot/spec-surge-server.rcS
|
||||
gem5/configs/boot/surge-client.rcS
|
||||
gem5/configs/boot/surge-server.rcS
|
||||
gem5/configs/common/Benchmarks.py
|
||||
gem5/configs/common/CacheConfig.py
|
||||
gem5/configs/common/Caches.py
|
||||
gem5/configs/common/CpuConfig.py
|
||||
gem5/configs/common/FSConfig.py
|
||||
gem5/configs/common/MemConfig.py
|
||||
gem5/configs/common/O3_ARM_v7a.py
|
||||
gem5/configs/common/Options.py
|
||||
gem5/configs/common/Simulation.py
|
||||
gem5/configs/common/SysPaths.py
|
||||
gem5/configs/common/cpu2000.py
|
||||
gem5/configs/dram/sweep.py
|
||||
gem5/configs/example/fs.py
|
||||
gem5/configs/example/memcheck.py
|
||||
gem5/configs/example/memtest.py
|
||||
gem5/configs/example/read_config.py
|
||||
gem5/configs/example/ruby_direct_test.py
|
||||
gem5/configs/example/ruby_mem_test.py
|
||||
gem5/configs/example/ruby_network_test.py
|
||||
gem5/configs/example/ruby_random_test.py
|
||||
gem5/configs/example/se.py
|
||||
gem5/configs/ruby/MESI_Three_Level.py
|
||||
gem5/configs/ruby/MESI_Two_Level.py
|
||||
gem5/configs/ruby/MI_example.py
|
||||
gem5/configs/ruby/MOESI_CMP_directory.py
|
||||
gem5/configs/ruby/MOESI_CMP_token.py
|
||||
gem5/configs/ruby/MOESI_hammer.py
|
||||
gem5/configs/ruby/Network_test.py
|
||||
gem5/configs/ruby/Ruby.py
|
||||
gem5/configs/splash2/cluster.py
|
||||
gem5/configs/splash2/run.py
|
||||
gem5/configs/topologies/BaseTopology.py
|
||||
gem5/configs/topologies/Cluster.py
|
||||
gem5/configs/topologies/Crossbar.py
|
||||
gem5/configs/topologies/Mesh.py
|
||||
gem5/configs/topologies/MeshDirCorners.py
|
||||
gem5/configs/topologies/Pt2Pt.py
|
||||
gem5/configs/topologies/Torus.py
|
|
@ -1,44 +0,0 @@
|
|||
# Created by: trasz <trasz@pin.if.uz.zgora.pl>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= nonpareil
|
||||
PORTVERSION= 0.79
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= http://nonpareil.brouhaha.com/download/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Simulator for many HP calculators
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
||||
libfreetype.so:print/freetype2 \
|
||||
libpng.so:graphics/png
|
||||
|
||||
USES= bison gnome pkgconfig scons:python2 sdl
|
||||
USE_GNOME= cairo gdkpixbuf2 gtk20 libxml2
|
||||
USE_SDL= sdl
|
||||
|
||||
PORTDOCS= CREDITS DEBUGGING README TODO
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|%%CFLAGS%%|${CFLAGS}| ; \
|
||||
s|%%CC%%|${CC}|' ${WRKSRC}/src/SConscript
|
||||
@${REINPLACE_CMD} -E \
|
||||
"s|('/usr/local')|\1,PathVariable.PathAccept|" ${WRKSRC}/SConstruct
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|<stdint.h>|<inttypes.h>|g' ${WRKSRC}/src/*.[cly]
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
|
||||
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (nonpareil-0.79.tar.gz) = 3bcb2f9a829a4cad003f84a42c6f0e31a7bf527e634aea9cf13e370b6c175841
|
||||
SIZE (nonpareil-0.79.tar.gz) = 4761552
|
|
@ -1,86 +0,0 @@
|
|||
--- SConstruct.orig 2008-08-24 00:37:34 UTC
|
||||
+++ SConstruct
|
||||
@@ -24,28 +24,28 @@ release = '0.79' # should get from a file, and use on
|
||||
conf_file = 'nonpareil.conf'
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
-# Options
|
||||
+# Variables
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
-opts = Options (conf_file)
|
||||
+opts = Variables (conf_file)
|
||||
|
||||
-opts.AddOptions (EnumOption ('host',
|
||||
+opts.AddVariables (EnumVariable ('host',
|
||||
help = 'host build platform',
|
||||
allowed_values = ('posix', 'win32'),
|
||||
default = 'posix',
|
||||
ignorecase = 1),
|
||||
|
||||
- EnumOption ('target',
|
||||
+ EnumVariable ('target',
|
||||
help = 'execution target platform',
|
||||
allowed_values = ('posix', 'win32'),
|
||||
default = 'posix',
|
||||
ignorecase = 1),
|
||||
|
||||
- PathOption ('prefix',
|
||||
+ PathVariable ('prefix',
|
||||
'installation path prefix',
|
||||
'/usr/local'),
|
||||
|
||||
- # Don't use PathOption for other paths, because we don't
|
||||
+ # Don't use PathVariable for other paths, because we don't
|
||||
# require the directories to preexist.
|
||||
('bindir',
|
||||
'path for executable files (default is $prefix/bin)',
|
||||
@@ -59,25 +59,25 @@ opts.AddOptions (EnumOption ('host',
|
||||
'installation virtual root directory (for packaging)',
|
||||
''),
|
||||
|
||||
- BoolOption ('debug',
|
||||
+ BoolVariable ('debug',
|
||||
help = 'compile for debugging',
|
||||
default = 1),
|
||||
|
||||
# Feature switches:
|
||||
|
||||
- BoolOption ('has_debugger_gui',
|
||||
+ BoolVariable ('has_debugger_gui',
|
||||
help = 'enable debugger GUI interface',
|
||||
default = 0),
|
||||
|
||||
- BoolOption ('has_debugger_cli',
|
||||
+ BoolVariable ('has_debugger_cli',
|
||||
help = 'enable debugger command-line interface',
|
||||
default = 0),
|
||||
|
||||
- BoolOption ('use_tcl',
|
||||
+ BoolVariable ('use_tcl',
|
||||
help = 'use Tcl as debug command interpreter (only when debugger CLI is enabled)',
|
||||
default = 1), # only if has_debugger_cli
|
||||
|
||||
- BoolOption ('use_readline',
|
||||
+ BoolVariable ('use_readline',
|
||||
help = 'use Readline library for command editing and history (only when debugger CLI is enabled)',
|
||||
default = 1)) # only if has_debugger_cli
|
||||
|
||||
@@ -235,7 +235,7 @@ SConscript (['rom/SConscript',
|
||||
# host platform code
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
-native_env = env.Copy ()
|
||||
+native_env = env.Clone ()
|
||||
native_env ['build_target_only'] = 0
|
||||
SConscript ('src/SConscript',
|
||||
build_dir = 'build/' + env ['host'],
|
||||
@@ -256,7 +256,7 @@ SConscript ('asm/SConscript',
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
if (env ['host'] != env ['target']):
|
||||
- cross_build_env = env.Copy ()
|
||||
+ cross_build_env = env.Clone ()
|
||||
cross_build_env ['build_target_only'] = 1
|
||||
SConscript ('src/SConscript',
|
||||
build_dir = 'build/' + env ['target'],
|
|
@ -1,114 +0,0 @@
|
|||
--- src/SConscript.orig 2008-08-24 00:37:18 UTC
|
||||
+++ src/SConscript
|
||||
@@ -41,16 +41,11 @@ sdl_pkg_config_cmd = 'sdl-config --cflags --libs'
|
||||
|
||||
build_env.Append (CPPPATH = ['.'])
|
||||
build_env.Append (CPPPATH = ['#/build/common']) # generated includes
|
||||
-build_env.Append (CCFLAGS = ['-Wall'])
|
||||
+build_env.Append (CCFLAGS = "%%CFLAGS%%")
|
||||
build_env.Append (YACCFLAGS = [ '-d', '-v' ])
|
||||
+build_env.Replace (CC = '%%CC%%')
|
||||
|
||||
-if build_env ['debug'] :
|
||||
- build_env.Append (CCFLAGS = ['-g'])
|
||||
-else:
|
||||
- build_env.Append (CCFLAGS = ['-O2'])
|
||||
-
|
||||
if cross and ming and build_target_only:
|
||||
- build_env.Replace (CC = '/usr/local/mingw/bin/i586-mingw32msvc-gcc')
|
||||
build_env.Append (CCFLAGS = ['-mms-bitfields'])
|
||||
build_env.Append (CPPPATH = ['/usr/local/gtkwin/include']) # libpng
|
||||
build_env.Append (CPPPATH = ['/usr/local/gtkwin/SDL-1.2.8/include'])
|
||||
@@ -79,7 +74,7 @@ state_io_srcs = Split ("""state_write.c state_read.c""
|
||||
state_io_objs = [build_env.Object(src) for src in state_io_srcs];
|
||||
state_io_packages = "gtk+-2.0 gdk-2.0 gdk-pixbuf-2.0 glib-2.0 libxml-2.0"
|
||||
|
||||
-release_env = build_env.Copy (CPPDEFINES = [('NONPAREIL_RELEASE', build_env ['RELEASE'])])
|
||||
+release_env = build_env.Clone (CPPDEFINES = [('NONPAREIL_RELEASE', build_env ['RELEASE'])])
|
||||
common_objs.append (release_env.Object ('release.c'))
|
||||
|
||||
build_env.ParseConfig(pkg_config_cmd + state_io_packages)
|
||||
@@ -89,7 +84,7 @@ build_env.ParseConfig(pkg_config_cmd + state_io_packag
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
if build_env ['build_target_only'] == 0:
|
||||
- str2png_env = build_env.Copy ()
|
||||
+ str2png_env = build_env.Clone ()
|
||||
|
||||
str2png_env.Append (CPPDEFINES = [('DEFAULT_PATH', 'image')])
|
||||
|
||||
@@ -196,7 +191,7 @@ if build_env ['build_target_only'] == 0:
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
if not build_target_only:
|
||||
- title_env = native_env.Copy (STR2PNG_STRING = 'NONPAREIL',
|
||||
+ title_env = native_env.Clone (STR2PNG_STRING = 'NONPAREIL',
|
||||
STR2PNG_OPTS = '-x 40 -y 44 -m 10')
|
||||
|
||||
title_env.STR2PNG (target = 'nonpareil_title',
|
||||
@@ -205,7 +200,7 @@ if not build_target_only:
|
||||
native_env.PNG2C (target = '#build/common/nonpareil_title_png.c',
|
||||
source = 'nonpareil_title.png')
|
||||
|
||||
- rgoose_env = native_env.Copy (STR2PNG_STRING = '.',
|
||||
+ rgoose_env = native_env.Clone (STR2PNG_STRING = '.',
|
||||
STR2PNG_OPTS = '-x 40 -y 44')
|
||||
|
||||
rgoose_env.STR2PNG (target = 'rgoose',
|
||||
@@ -214,7 +209,7 @@ if not build_target_only:
|
||||
native_env.PNG2C (target = '#build/common/rgoose_png.c',
|
||||
source = 'rgoose.png')
|
||||
|
||||
- lgoose_env = native_env.Copy (STR2PNG_STRING = ',',
|
||||
+ lgoose_env = native_env.Clone (STR2PNG_STRING = ',',
|
||||
STR2PNG_OPTS = '-x 40 -y 44')
|
||||
|
||||
lgoose_env.STR2PNG (target = 'lgoose',
|
||||
@@ -235,7 +230,7 @@ if not build_target_only:
|
||||
# nonpareil
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
-nonpareil_env = build_env.Copy ()
|
||||
+nonpareil_env = build_env.Clone ()
|
||||
|
||||
nonpareil_srcs = Split ("""proc.c glib_async_queue_source.c
|
||||
about.c goose.c pixbuf_util.c
|
||||
@@ -284,9 +279,9 @@ nonpareil_env.ParseConfig (pkg_config_cmd + nonpareil_
|
||||
if (not ming) or (cross and not build_target_only):
|
||||
nonpareil_env.ParseConfig (sdl_pkg_config_cmd)
|
||||
|
||||
-csim_env = nonpareil_env.Copy ()
|
||||
+csim_env = nonpareil_env.Clone ()
|
||||
if not ming:
|
||||
- csim_env.Append (CPPDEFINES = [('DEFAULT_PATH', build_env ['libdir'])])
|
||||
+ csim_env.Append (CPPDEFINES = [('DEFAULT_PATH' + build_env ['libdir'])])
|
||||
|
||||
if build_env ['target'] == 'win32':
|
||||
csim_env.Append (CPPDEFINES = [('SHAPE_DEFAULT', "false")])
|
||||
@@ -296,7 +291,7 @@ if build_env ['has_debugger_gui']:
|
||||
|
||||
if build_env ['has_debugger_cli']:
|
||||
csim_env.Append (CPPDEFINES = [('HAS_DEBUGGER_CLI', 1)])
|
||||
- debugger_cli_env = csim_env.Copy ()
|
||||
+ debugger_cli_env = csim_env.Clone ()
|
||||
if build_env ['use_tcl']:
|
||||
debugger_cli_env.Append (CPPDEFINES = [('USE_TCL', 1)])
|
||||
nonpareil_env.Append (LIBS = 'tcl')
|
||||
@@ -325,7 +320,7 @@ nonpareil = nonpareil_env.Program (target = 'nonpareil
|
||||
# udis
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
-udis_env = build_env.Copy ()
|
||||
+udis_env = build_env.Clone ()
|
||||
|
||||
udis_srcs = Split ("""dis.c""")
|
||||
|
||||
@@ -336,7 +331,7 @@ udis = udis_env.Program (target = 'udis',
|
||||
# nsim_conv
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
-nsim_conv_env = build_env.Copy ()
|
||||
+nsim_conv_env = build_env.Clone ()
|
||||
|
||||
nsim_conv_srcs = Split ("""nsim_conv.c
|
||||
state_read_nsim.c state_write_nsim.c""")
|
|
@ -1,11 +0,0 @@
|
|||
--- src/asm.h.orig 2008-08-24 00:37:18 UTC
|
||||
+++ src/asm.h
|
||||
@@ -22,7 +22,7 @@ MA 02111, USA.
|
||||
|
||||
extern int arch;
|
||||
|
||||
-int pass;
|
||||
+extern int pass;
|
||||
extern int lineno;
|
||||
extern int errors;
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
--- src/printer.c.orig 2008-08-24 00:37:18 UTC
|
||||
+++ src/printer.c
|
||||
@@ -29,6 +29,7 @@ MA 02111, USA.
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#include <png.h>
|
||||
+#include <zlib.h>
|
||||
|
||||
#include "util.h"
|
||||
#include "display.h"
|
|
@ -1,16 +0,0 @@
|
|||
--- src/proc.c.orig 2008-08-24 00:37:18 UTC
|
||||
+++ src/proc.c
|
||||
@@ -352,7 +352,13 @@ bool sim_read_object_file (sim_t *sim, c
|
||||
// Microsoft freopen() isn't compliant with the C standard, which allows
|
||||
// NULL for the filename if you're reopening an existing file handle.
|
||||
#else
|
||||
+ // XXX: for some reason this does not work.
|
||||
+#if 0
|
||||
f = freopen (NULL, "r", f);
|
||||
+#else
|
||||
+ fclose(f);
|
||||
+ f = fopen(fn, "rb");
|
||||
+#endif
|
||||
#endif
|
||||
if (! f)
|
||||
{
|
|
@ -1,18 +0,0 @@
|
|||
--- src/util.c.orig 2008-08-24 00:37:18 UTC
|
||||
+++ src/util.c
|
||||
@@ -130,6 +130,7 @@ void realloc_strcpy (char **dest, char *
|
||||
}
|
||||
|
||||
|
||||
+#if 0
|
||||
// strlcpy will copy as much of src into dest as it can, up to one less than
|
||||
// the maximum length of dest specified by the argument l. Unlike strncpy(),
|
||||
// strlcpy() will always leave dest NULL-terminated on return.
|
||||
@@ -139,6 +140,7 @@ char *strlcpy (char *dest, const char *s
|
||||
dest [l - 1] = '\0';
|
||||
return dest;
|
||||
}
|
||||
+#endif
|
||||
|
||||
|
||||
// strlncpy will copy up to n characters from src to dest, but not more than
|
|
@ -1,11 +0,0 @@
|
|||
--- src/util.h.orig 2008-08-24 00:37:18 UTC
|
||||
+++ src/util.h
|
||||
@@ -56,7 +56,7 @@ void realloc_strcpy (char **dest, char *
|
||||
// strlcpy will copy as much of src into dest as it can, up to one less than
|
||||
// the maximum length of dest specified by the argument l. Unlike strncpy(),
|
||||
// strlcpy() will always leave dest NULL-terminated on return.
|
||||
-char *strlcpy (char *dest, const char *src, size_t l);
|
||||
+//char *strlcpy (char *dest, const char *src, size_t l);
|
||||
|
||||
|
||||
// strlncpy will copy up to n characters from src to dest, but not more than
|
|
@ -1,7 +0,0 @@
|
|||
Nonpareil is a high-fidelity simulator for calculators. It currently
|
||||
supports many HP calculators models introduced between 1972 and
|
||||
1982. Simulation fidelity is achieved through the use of the actual
|
||||
microcode of the calculators, thus in most cases the simulation
|
||||
behavior exactly matches that of the real calculator.
|
||||
|
||||
WWW: http://nonpareil.brouhaha.com/
|
|
@ -1,49 +0,0 @@
|
|||
bin/modutil
|
||||
bin/nonpareil
|
||||
bin/uasm
|
||||
lib/nonpareil/21.kml
|
||||
lib/nonpareil/21.obj
|
||||
lib/nonpareil/21.png
|
||||
lib/nonpareil/25.kml
|
||||
lib/nonpareil/25.obj
|
||||
lib/nonpareil/25.png
|
||||
lib/nonpareil/32e.kml
|
||||
lib/nonpareil/32e.obj
|
||||
lib/nonpareil/32e.png
|
||||
lib/nonpareil/33c.kml
|
||||
lib/nonpareil/33c.obj
|
||||
lib/nonpareil/33c.png
|
||||
lib/nonpareil/34c.kml
|
||||
lib/nonpareil/34c.obj
|
||||
lib/nonpareil/34c.png
|
||||
lib/nonpareil/35.kml
|
||||
lib/nonpareil/35.lst
|
||||
lib/nonpareil/35.obj
|
||||
lib/nonpareil/35.png
|
||||
lib/nonpareil/37e.kml
|
||||
lib/nonpareil/37e.obj
|
||||
lib/nonpareil/37e.png
|
||||
lib/nonpareil/38c.kml
|
||||
lib/nonpareil/38c.obj
|
||||
lib/nonpareil/38c.png
|
||||
lib/nonpareil/38e.kml
|
||||
lib/nonpareil/38e.obj
|
||||
lib/nonpareil/41cv.kml
|
||||
lib/nonpareil/41cv.mod
|
||||
lib/nonpareil/41cv.png
|
||||
lib/nonpareil/41cx.kml
|
||||
lib/nonpareil/41cx.mod
|
||||
lib/nonpareil/45.kml
|
||||
lib/nonpareil/45.lst
|
||||
lib/nonpareil/45.obj
|
||||
lib/nonpareil/45.png
|
||||
lib/nonpareil/55.kml
|
||||
lib/nonpareil/55.lst
|
||||
lib/nonpareil/55.obj
|
||||
lib/nonpareil/55.png
|
||||
lib/nonpareil/80.kml
|
||||
lib/nonpareil/80.lst
|
||||
lib/nonpareil/80.obj
|
||||
lib/nonpareil/80.png
|
||||
lib/nonpareil/82143a.mod
|
||||
lib/nonpareil/82182a.mod
|
|
@ -291,7 +291,6 @@
|
|||
SUBDIR += freeminer
|
||||
SUBDIR += freeminer-default
|
||||
SUBDIR += freeorion
|
||||
SUBDIR += freera
|
||||
SUBDIR += freesweep
|
||||
SUBDIR += freesynd
|
||||
SUBDIR += freetennis
|
||||
|
@ -319,7 +318,6 @@
|
|||
SUBDIR += glest-data
|
||||
SUBDIR += glightoff
|
||||
SUBDIR += glmaze
|
||||
SUBDIR += glob2
|
||||
SUBDIR += glsfcave
|
||||
SUBDIR += gltron
|
||||
SUBDIR += gmastermind
|
||||
|
@ -593,7 +591,6 @@
|
|||
SUBDIR += mancala
|
||||
SUBDIR += mangband
|
||||
SUBDIR += mari0
|
||||
SUBDIR += marsnomercy
|
||||
SUBDIR += masterserver
|
||||
SUBDIR += maxr
|
||||
SUBDIR += meandmyshadow
|
||||
|
@ -642,7 +639,6 @@
|
|||
SUBDIR += nethack36
|
||||
SUBDIR += nethack36-nox11
|
||||
SUBDIR += netherearth
|
||||
SUBDIR += netpanzer
|
||||
SUBDIR += netradiant
|
||||
SUBDIR += netrek-BRMH-bin
|
||||
SUBDIR += netrek-client-cow
|
||||
|
@ -745,7 +741,6 @@
|
|||
SUBDIR += phlipple
|
||||
SUBDIR += picmi
|
||||
SUBDIR += pinball
|
||||
SUBDIR += pingus
|
||||
SUBDIR += pink-pony
|
||||
SUBDIR += pioneer
|
||||
SUBDIR += pioneers
|
||||
|
|
|
@ -1,41 +0,0 @@
|
|||
# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= freera
|
||||
PORTVERSION= 080203
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}%20${PORTNAME}%2B%2B/0.47%20beta
|
||||
DISTNAME= ${PORTVERSION}_freera++_src
|
||||
|
||||
MAINTAINER= amdmi3@FreeBSD.org
|
||||
COMMENT= Westwood red alert game engine
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/doc/gpl.txt
|
||||
|
||||
USES= compiler:c++11-lang scons:python2 sdl
|
||||
USE_SDL= sdl mixer
|
||||
|
||||
WRKSRC= ${WRKDIR}/freera++
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
PORTDATA= *
|
||||
PLIST_DIRS= %%DATADIR%%/mix
|
||||
|
||||
post-patch:
|
||||
@${MV} ${WRKSRC}/SConstruct ${WRKSRC}/SConstruct.orig
|
||||
@${CP} ${FILESDIR}/SConstruct ${WRKSRC}/
|
||||
@${REINPLACE_CMD} -e 's|data/|${DATADIR}/|' ${WRKSRC}/src/video/renderer.cpp \
|
||||
${WRKSRC}/src/video/graphicsengine.cpp ${WRKSRC}/src/vfs/vfs.cpp \
|
||||
${WRKSRC}/data/settings/files.ini
|
||||
@${RM} ${WRKSRC}/data/settings/files.ini.bak
|
||||
@${RM} -r ${WRKSRC}/data/settings/ra/.svn ${WRKSRC}/data/settings/td/.svn
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/freera ${STAGEDIR}${PREFIX}/bin/
|
||||
@cd ${WRKSRC}/data && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (080203_freera++_src.tar.gz) = dc75ebcf58398170614a21fa01f09d08f7ef86758473e1c815a680c713c9645e
|
||||
SIZE (080203_freera++_src.tar.gz) = 492205
|
|
@ -1,27 +0,0 @@
|
|||
#!/usr/bin/scons
|
||||
|
||||
from os import environ
|
||||
from glob import glob
|
||||
|
||||
# Source files
|
||||
source = ["src/freera.cpp"]
|
||||
source += glob("src/*/*.cpp")
|
||||
source += glob("src/*/*/*.cpp")
|
||||
source += glob("src/lua/*.c")
|
||||
# This is blatent overkill
|
||||
exclude = ["src/misc/fibheap.cpp"]
|
||||
source = filter(lambda x: x not in exclude, source)
|
||||
|
||||
env = Environment( CPPPATH = ["#/src/include", "#/src/include/lua"],
|
||||
LIBS = [ "SDL_mixer"], ENV = environ )
|
||||
|
||||
for key in [ 'CC', 'CCFLAGS', 'CXX', 'CXXFLAGS' ]:
|
||||
if environ.has_key(key):
|
||||
env.Replace( **{key: environ[key].split(' ')} )
|
||||
|
||||
env.Append( CCFLAGS = [ "-Wall", "-Wconversion", "-Wno-unused-parameter" ],
|
||||
CXXFLAGS = [ "-Wall", "-Wconversion", "-Wno-unused-parameter" ] )
|
||||
|
||||
env.ParseConfig(environ["SDL_CONFIG"] + " --cflags --libs")
|
||||
|
||||
env.Program(target = "freera", source = source)
|
|
@ -1,13 +0,0 @@
|
|||
--- src/freera.cpp.orig 2007-04-20 00:35:26.000000000 +0400
|
||||
+++ src/freera.cpp 2008-02-05 02:42:33.000000000 +0300
|
||||
@@ -58,8 +58,8 @@
|
||||
}
|
||||
|
||||
const string& binpath = determineBinaryLocation(argv[0]);
|
||||
- string lf(binpath);
|
||||
- lf += "/freera.log";
|
||||
+ string lf(getenv("HOME"));
|
||||
+ lf += "/.freera.log";
|
||||
|
||||
VFS_PreInit(binpath.c_str());
|
||||
// Log level is so that only errors are shown on stdout by default
|
|
@ -1,11 +0,0 @@
|
|||
--- src/game/loadmap.cpp.orig 2008-01-30 22:37:44 UTC
|
||||
+++ src/game/loadmap.cpp
|
||||
@@ -63,7 +63,7 @@ std::ostringstream TempString;
|
||||
throw LoadMapError();
|
||||
}
|
||||
|
||||
- if (missionData.player != '\0')
|
||||
+ if (missionData.player != nullptr)
|
||||
printf ("%s line %i: Player = %s\n", __FILE__, __LINE__, missionData.player);
|
||||
|
||||
if (gamemode == GAME_MODE_SINGLE_PLAYER){
|
|
@ -1,14 +0,0 @@
|
|||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
FreeRA requires original .mix files from Red Alert. Copy those files from
|
||||
Red Alert CD's to %%DATADIR%%/mix/ directory:
|
||||
|
||||
main.mix
|
||||
redalert.mix
|
||||
|
||||
PS. Both files can be found on either Red Alert CD. Both CDs have the
|
||||
maps for both campaigns but only the videos for one.
|
||||
EOM
|
||||
}
|
||||
]
|
|
@ -1,6 +0,0 @@
|
|||
This is a rebuild of the (westwood) red alert game engine (based
|
||||
on FreeCNC). It is a real time strategy game. To play the game with
|
||||
this engine you need the original game (mix files). The only game
|
||||
supported is red alert 1 ;)
|
||||
|
||||
WWW: http://freera.sourceforge.net/
|
|
@ -1,80 +0,0 @@
|
|||
# Created by: thierry@pompo.net
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= glob2
|
||||
PORTVERSION= 0.9.4.4
|
||||
PORTREVISION= 29
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= SAVANNAH/${PORTNAME}/${PORTVERSION:R}/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Globulation 2, free and innovative strategy game
|
||||
|
||||
LICENSE= GPLv3+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libvorbis.so:audio/libvorbis \
|
||||
libspeex.so:audio/speex \
|
||||
libfribidi.so:converters/fribidi \
|
||||
libboost_thread.so:devel/boost-libs \
|
||||
libfreetype.so:print/freetype2
|
||||
|
||||
OPTIONS_DEFINE= DOCS PORTAUDIO
|
||||
|
||||
USES= compiler:c++11-lang gl gnome pkgconfig scons:python2 sdl
|
||||
USE_SDL= image net sdl ttf
|
||||
USE_GL= gl glu
|
||||
MAKE_ARGS= CCFLAGS="${CFLAGS}" \
|
||||
LINKFLAGS="${LDFLAGS}" \
|
||||
BINDIR="${STAGEDIR}${PREFIX}/bin" \
|
||||
INSTALLDIR="${STAGEDIR}${PREFIX}/share" \
|
||||
DATADIR="${DATADIR}"
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include -Wno-return-type
|
||||
LDFLAGS+= -lpthread -L${LOCALBASE}/lib
|
||||
|
||||
PORTDOCS= README
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MPORTAUDIO}
|
||||
LIB_DEPENDS+= libportaudio.so:audio/portaudio
|
||||
MAKE_ARGS+= --portaudio=true
|
||||
.else
|
||||
MAKE_ARGS+= --portaudio=false
|
||||
.endif
|
||||
|
||||
pre-configure:
|
||||
${REINPLACE_CMD} -e \
|
||||
's|"-g"|""|' \
|
||||
${WRKSRC}/SConstruct
|
||||
${REINPLACE_CMD} -e \
|
||||
'/^Icon/s|=.*|=${PORTNAME}|' \
|
||||
${WRKSRC}/data/${PORTNAME}.desktop
|
||||
${REINPLACE_CMD} -e \
|
||||
'/(PACKAGE_SOURCE_DIR)/s|^|//|' \
|
||||
${WRKSRC}/libgag/src/FileManager.cpp
|
||||
|
||||
manual-regression-test:
|
||||
# Don't enable these tests on pointyhat, they take too long.
|
||||
.if defined(MAINTAINER_MODE)
|
||||
(cd ${WRKSRC}/src && ./glob2 -test-games)
|
||||
.else
|
||||
(cd ${WRKSRC}/src && ./glob2 -test-games-nox)
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
.for s in 16 24 32 48 64 128
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}x${s}/apps
|
||||
(cd ${WRKSRC}/data/icons && ${INSTALL_DATA} glob2-icon-${s}x${s}.png \
|
||||
${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}x${s}/apps/${PORTNAME}.png)
|
||||
.endfor
|
||||
${RLN} ${STAGEDIR}${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \
|
||||
${STAGEDIR}${PREFIX}/share/pixmaps
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
(cd ${WRKSRC} && ${INSTALL_DATA} README ${STAGEDIR}${DOCSDIR})
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/glob2
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (glob2-0.9.4.4.tar.gz) = 0f4d898ec6b05ce27b4a12ef242cc26571304b90d2509932a4743c71311314b8
|
||||
SIZE (glob2-0.9.4.4.tar.gz) = 11338986
|
|
@ -1,84 +0,0 @@
|
|||
--- SConstruct.orig 2009-08-30 19:23:30 UTC
|
||||
+++ SConstruct
|
||||
@@ -12,9 +12,11 @@ isLinuxPlatform = sys.platform=='linux2'
|
||||
isDarwinPlatform = sys.platform=='darwin'
|
||||
|
||||
|
||||
-def establish_options(env):
|
||||
- opts = Options('options_cache.py')
|
||||
+def establish_variables(env):
|
||||
+ opts = Variables('variables_cache.py')
|
||||
+ opts.Add("CCFLAGS", "Manually add to the CCFLAGS", "")
|
||||
opts.Add("CXXFLAGS", "Manually add to the CXXFLAGS", "-g")
|
||||
+ opts.Add("LIBPATH", "Manually add to the LIBPATH", "")
|
||||
opts.Add("LINKFLAGS", "Manually add to the LINKFLAGS", "-g")
|
||||
if isDarwinPlatform:
|
||||
opts.Add(PathOption("INSTALLDIR", "Installation Directory", "./"))
|
||||
@@ -22,14 +24,14 @@ def establish_options(env):
|
||||
opts.Add("INSTALLDIR", "Installation Directory", "/usr/local/share")
|
||||
opts.Add("BINDIR", "Binary Installation Directory", "/usr/local/bin")
|
||||
opts.Add("DATADIR", "Directory where data will be put, set to the same as INSTALLDIR", "/usr/local/share")
|
||||
- opts.Add(BoolOption("release", "Build for release", 0))
|
||||
- opts.Add(BoolOption("profile", "Build with profiling on", 0))
|
||||
- opts.Add(BoolOption("mingw", "Build with mingw enabled if not auto-detected", 0))
|
||||
- opts.Add(BoolOption("server", "Build only the YOG server, excluding the game and any GUI/sound components", 0))
|
||||
+ opts.Add(BoolVariable("release", "Build for release", 0))
|
||||
+ opts.Add(BoolVariable("profile", "Build with profiling on", 0))
|
||||
+ opts.Add(BoolVariable("mingw", "Build with mingw enabled if not auto-detected", 0))
|
||||
+ opts.Add(BoolVariable("server", "Build only the YOG server, excluding the game and any GUI/sound components", 0))
|
||||
opts.Add("font", "Build the game using an alternative font placed in the data/font folder", "sans.ttf")
|
||||
Help(opts.GenerateHelpText(env))
|
||||
opts.Update(env)
|
||||
- opts.Save("options_cache.py", env)
|
||||
+ opts.Save("variables_cache.py", env)
|
||||
|
||||
|
||||
class Configuration:
|
||||
@@ -111,14 +113,17 @@ def configure(env):
|
||||
missing.append("zlib")
|
||||
|
||||
boost_thread = ''
|
||||
+ boost_system = ''
|
||||
if conf.CheckLib("boost_thread") and conf.CheckCXXHeader("boost/thread/thread.hpp"):
|
||||
boost_thread="boost_thread"
|
||||
+ boost_system="boost_system"
|
||||
elif conf.CheckLib("boost_thread-mt") and conf.CheckCXXHeader("boost/thread/thread.hpp"):
|
||||
boost_thread="boost_thread-mt"
|
||||
else:
|
||||
print "Could not find libboost_thread or libboost_thread-mt or boost/thread/thread.hpp"
|
||||
missing.append("libboost_thread")
|
||||
env.Append(LIBS=[boost_thread])
|
||||
+ env.Append(LIBS=[boost_system])
|
||||
|
||||
boost_date_time = ''
|
||||
if conf.CheckLib("boost_date_time") and conf.CheckCXXHeader("boost/date_time/posix_time/posix_time.hpp"):
|
||||
@@ -186,7 +191,7 @@ def configure(env):
|
||||
env.Append(LIBS=['fribidi'])
|
||||
|
||||
#Do checks for portaudio
|
||||
- if conf.CheckLib('portaudio') and conf.CheckCXXHeader('portaudio.h'):
|
||||
+ if conf.CheckLib('portaudio2') and conf.CheckCXXHeader('portaudio.h'):
|
||||
if env['mingw'] or isWindowsPlatform:
|
||||
print "--------"
|
||||
print "NOTE: It appears you are compiling under Windows. At this stage, PortAudio crashes Globulation 2 when voice chat is used."
|
||||
@@ -194,9 +199,9 @@ def configure(env):
|
||||
print "--------"
|
||||
else:
|
||||
if GetOption('portaudio'):
|
||||
- print "trying to use portaudio"
|
||||
+ print "trying to use portaudio2"
|
||||
configfile.add("HAVE_PORTAUDIO ", "Defined when Port Audio support is present and compiled")
|
||||
- env.Append(LIBS=['portaudio'])
|
||||
+ env.Append(LIBS=['portaudio2'])
|
||||
else:
|
||||
print " no portaudio"
|
||||
print " no portaudio - although portaudio was found to be installed, you have "
|
||||
@@ -236,7 +241,7 @@ def main():
|
||||
Exit(1)
|
||||
|
||||
env["VERSION"] = "0.9.4.4"
|
||||
- establish_options(env)
|
||||
+ establish_variables(env)
|
||||
#Add the paths to important mingw libraries
|
||||
if env['mingw'] or isWindowsPlatform:
|
||||
env.Append(LIBPATH=["C:/msys/1.0/local/lib", "C:/msys/1.0/lib"])
|
|
@ -1,17 +0,0 @@
|
|||
After https://github.com/boostorg/logic/commit/23cd89d4c80f build fails:
|
||||
|
||||
src/AIEcho.cpp:4390:9: error: no viable conversion from returned value of type 'boost::logic::tribool' to function return type 'bool'
|
||||
return is_end!=rhs.is_end || team!=rhs.team || building_type!=rhs.building_type || level!=rhs.level || construction_site!=rhs.construction_site;
|
||||
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
--- src/AIEcho.cpp.orig 2009-08-29 20:39:05 UTC
|
||||
+++ src/AIEcho.cpp
|
||||
@@ -4387,7 +4387,7 @@ bool enemy_building_iterator::operator!=(const enemy_b
|
||||
{
|
||||
if(is_end && rhs.is_end)
|
||||
return false;
|
||||
- return is_end!=rhs.is_end || team!=rhs.team || building_type!=rhs.building_type || level!=rhs.level || construction_site!=rhs.construction_site;
|
||||
+ return bool(is_end!=rhs.is_end || team!=rhs.team || building_type!=rhs.building_type || level!=rhs.level || construction_site!=rhs.construction_site);
|
||||
}
|
||||
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
--- ./data/SConscript.orig 2009-06-14 12:11:30.000000000 +0200
|
||||
+++ ./data/SConscript 2013-10-28 01:26:26.000000000 +0100
|
||||
@@ -19,6 +19,5 @@
|
||||
SConscript("fonts/SConscript")
|
||||
SConscript("gfx/SConscript")
|
||||
SConscript("gui/SConscript")
|
||||
-SConscript("icons/SConscript")
|
||||
SConscript("zik/SConscript")
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
--- src/EditorMainMenu.cpp.orig 2018-08-26 04:04:18 UTC
|
||||
+++ src/EditorMainMenu.cpp
|
||||
@@ -90,7 +90,7 @@ void EditorMainMenu::onAction(Widget *source, Action a
|
||||
}
|
||||
else if (par1==LOADMAP)
|
||||
{
|
||||
- ChooseMapScreen chooseMapScreen("maps", "map", false, "games", "game", false);
|
||||
+ ChooseMapScreen chooseMapScreen("maps", "map", false, "games", "game", NULL);
|
||||
int rc=chooseMapScreen.execute(globalContainer->gfx, 40);
|
||||
if (rc==ChooseMapScreen::OK)
|
||||
{
|
|
@ -1,11 +0,0 @@
|
|||
--- src/LANMenuScreen.cpp.orig 2018-08-26 04:11:03 UTC
|
||||
+++ src/LANMenuScreen.cpp
|
||||
@@ -62,7 +62,7 @@ void LANMenuScreen::onAction(Widget *source, Action ac
|
||||
}
|
||||
else if(par1 == HOST)
|
||||
{
|
||||
- ChooseMapScreen cms("maps", "map", false, "games", "game", false);
|
||||
+ ChooseMapScreen cms("maps", "map", false, "games", "game", NULL);
|
||||
int rc = cms.execute(globalContainer->gfx, 40);
|
||||
if(rc == ChooseMapScreen::OK)
|
||||
{
|
|
@ -1,11 +0,0 @@
|
|||
--- src/YOGClientLobbyScreen.cpp.orig 2018-08-26 04:08:24 UTC
|
||||
+++ src/YOGClientLobbyScreen.cpp
|
||||
@@ -326,7 +326,7 @@ void YOGClientLobbyScreen::playerListUpdated()
|
||||
|
||||
void YOGClientLobbyScreen::hostGame()
|
||||
{
|
||||
- ChooseMapScreen cms("maps", "map", false, "games", "game", false);
|
||||
+ ChooseMapScreen cms("maps", "map", false, "games", "game", NULL);
|
||||
int rc = cms.execute(globalContainer->gfx, 40);
|
||||
if(rc == ChooseMapScreen::OK)
|
||||
{
|
|
@ -1,15 +0,0 @@
|
|||
--- ./src/ConfigFiles.h.orig 2009-06-14 12:11:34.000000000 +0200
|
||||
+++ ./src/ConfigFiles.h 2013-10-28 01:26:26.000000000 +0100
|
||||
@@ -178,7 +178,11 @@
|
||||
else
|
||||
{
|
||||
std::cerr << "ConfigVector::get(" << static_cast<unsigned int>(id) << ") : warning : id is not valid, returning default" << std::endl;
|
||||
- assert(false);
|
||||
+ // FreeBSD: patch impoted from glob2's CVS
|
||||
+ // assert(false);
|
||||
+ // I commented the assert because it crashed glob2
|
||||
+ // sometimes, when a building was repaired.
|
||||
+ // This has to be really fixed!
|
||||
return &defaultEntry;
|
||||
}
|
||||
}
|
|
@ -1,36 +0,0 @@
|
|||
--- src/Game.h.orig
|
||||
+++ src/Game.h
|
||||
@@ -82,6 +82,16 @@
|
||||
DRAW_OVERLAY = 0x100,
|
||||
};
|
||||
|
||||
+ struct BuildProject
|
||||
+ {
|
||||
+ int posX;
|
||||
+ int posY;
|
||||
+ int teamNumber;
|
||||
+ int typeNum;
|
||||
+ int unitWorking;
|
||||
+ int unitWorkingFuture;
|
||||
+ };
|
||||
+
|
||||
/// This method will prepare the game with this mapHeader
|
||||
void setMapHeader(const MapHeader& mapHeader);
|
||||
|
||||
@@ -149,16 +159,6 @@
|
||||
BOTTOM_TO_TOP
|
||||
};
|
||||
|
||||
- struct BuildProject
|
||||
- {
|
||||
- int posX;
|
||||
- int posY;
|
||||
- int teamNumber;
|
||||
- int typeNum;
|
||||
- int unitWorking;
|
||||
- int unitWorkingFuture;
|
||||
- };
|
||||
-
|
||||
///Initiates Game
|
||||
void init(GameGUI *gui, MapEdit* edit);
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Globulation 2 has been installed.
|
||||
|
||||
You can try to launch it typing
|
||||
|
||||
glob2
|
||||
|
||||
Anyway, it will not always work, so it is suggested that you type
|
||||
|
||||
glob2 --help
|
||||
|
||||
and read about command lines arguments.
|
||||
|
||||
Try to use -G option if you have problems with dri and glx (OpenGL),
|
||||
or -m if you have problems with sound, or -C to disable custom cursor.
|
||||
EOM
|
||||
}
|
||||
]
|
|
@ -1,12 +0,0 @@
|
|||
Globulation 2 is an innovative high quality Real-Time Strategy [RTS],
|
||||
which minimizes micro-management by automatically assigning tasks to
|
||||
the units. The player has to choose the number of units he wants for
|
||||
the different tasks, and the units will do their best to satisfy the
|
||||
requests. This allows to manage more units and to focus on the strategy.
|
||||
|
||||
It can be played alone, through your Local Area Network [LAN], or through
|
||||
Internet thanks to Ysagoon Online Game [YOG], a meta-server. It also
|
||||
features a scripting language for versatile gameplay or tutorials and an
|
||||
integrated map editor.
|
||||
|
||||
WWW: http://globulation2.org/
|
File diff suppressed because it is too large
Load diff
|
@ -1,55 +0,0 @@
|
|||
# Created by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= marsnomercy
|
||||
PORTVERSION= 0.2.1
|
||||
PORTREVISION= 13
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= SF/mars/mars/${PORTVERSION}
|
||||
DISTNAME= mars-${PORTVERSION}-src
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Turn-based strategy game setting on Mars
|
||||
|
||||
LICENSE= GPLv2 # version unspecified actually
|
||||
|
||||
LIB_DEPENDS= libpng.so:graphics/png
|
||||
|
||||
USES= compiler gl scons:python2 sdl
|
||||
USE_GL= gl
|
||||
USE_SDL= sdl image ttf
|
||||
SCONS_ARGS= prefix=${PREFIX}
|
||||
|
||||
CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}}
|
||||
CXXFLAGS_clang= -Wno-c++11-narrowing
|
||||
SUB_FILES= mars-nomercy pkg-message
|
||||
WRKSRC= ${WRKDIR}/mars-${PORTVERSION}
|
||||
|
||||
PLIST_FILES= bin/mars-nomercy \
|
||||
libexec/mars
|
||||
PLIST_DIRS= %%DATADIR%%/img/units/mercenaries
|
||||
PORTDATA= *
|
||||
|
||||
OPTIONS_DEFINE= DEBUG OPENGL
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MDEBUG}
|
||||
SCONS_ARGS+= debug=1
|
||||
.else
|
||||
SCONS_ARGS+= debug=0
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MOPENGL}
|
||||
SCONS_ARGS+= with_opengl=1
|
||||
.else
|
||||
SCONS_ARGS+= with_opengl=0
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/mars-nomercy ${STAGEDIR}${PREFIX}/bin/
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/mars ${STAGEDIR}${PREFIX}/libexec/mars
|
||||
cd ${WRKSRC}/data && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}
|
||||
@${RM} ${STAGEDIR}${DATADIR}/SConscript
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (mars-0.2.1-src.tar.gz) = 6c3f78a505f6b2989dd024ee3b1e707a38981ebe0177d6eca32b40e70ed16f49
|
||||
SIZE (mars-0.2.1-src.tar.gz) = 2728661
|
|
@ -1,12 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
if [ -d "~/.marsnomercy" ]; then
|
||||
cd ~/.marsomercy || exit 1
|
||||
exec %%PREFIX%%/libexec/mars "$@"
|
||||
else
|
||||
cd %%DATADIR%% || exit 1
|
||||
find * -type d -exec mkdir -p ~/.marsnomercy/data/{} \; || exit 1
|
||||
find * -type f -exec ln -s %%DATADIR%%/{} ~/.marsnomercy/data/{} \; 2>/dev/null || exit 1
|
||||
cd ~/.marsnomercy || exit 1
|
||||
exec %%PREFIX%%/libexec/mars "$@"
|
||||
fi
|
|
@ -1,108 +0,0 @@
|
|||
--- SConstruct.orig 2006-12-19 00:56:15 UTC
|
||||
+++ SConstruct
|
||||
@@ -1,22 +1,22 @@
|
||||
import sys, os
|
||||
|
||||
-# create build environment and options
|
||||
+# create build environment and variables
|
||||
env = Environment()
|
||||
-opts = Options()
|
||||
+opts = Variables()
|
||||
|
||||
# OPTION debug
|
||||
-opts.Add(BoolOption('debug', 'Set to yes (or 1) to build for debug', 'no'))
|
||||
+opts.Add(BoolVariable('debug', 'Set to yes (or 1) to build for debug', 'no'))
|
||||
# OPTION strip
|
||||
-opts.Add(BoolOption('strip', 'Set to no (or 0) to avoid stripping binaries', 'yes'))
|
||||
+opts.Add(BoolVariable('strip', 'Set to no (or 0) to avoid stripping binaries', 'yes'))
|
||||
# OPTION warning
|
||||
-opts.Add(BoolOption('warnings', 'Set to yes (or 1) to print all warnings', 'yes'))
|
||||
+opts.Add(BoolVariable('warnings', 'Set to yes (or 1) to print all warnings', 'yes'))
|
||||
# OPTION with_opengl
|
||||
-opts.Add(BoolOption('with_opengl', 'Set to no (or 0) if you do not want OpenGL support in the game', 'yes'))
|
||||
+opts.Add(BoolVariable('with_opengl', 'Set to no (or 0) if you do not want OpenGL support in the game', 'yes'))
|
||||
# OPTION root & prefix
|
||||
-opts.Add(PathOption('root', 'Path to the fakeroot directory', '/'))
|
||||
-opts.Add(PathOption('prefix', 'Path to prefix to default destinations', '/usr/local'))
|
||||
-# Adding options to the environment
|
||||
-env = Environment(options = opts)
|
||||
+opts.Add(PathVariable('root', 'Path to the fakeroot directory', '/'))
|
||||
+opts.Add(PathVariable('prefix', 'Path to prefix to default destinations', '/usr/local'))
|
||||
+# Adding variables to the environment
|
||||
+env = Environment(variables = opts)
|
||||
|
||||
if 'install' in sys.argv:
|
||||
root = ARGUMENTS.get('root', '/')
|
||||
@@ -33,17 +33,17 @@ else:
|
||||
|
||||
# OPTION no_mingw
|
||||
if env['PLATFORM'] == 'cygwin':
|
||||
- opts.Add(BoolOption('no_mingw', 'Set to yes (or 1) to build without mingw', 'no'))
|
||||
- env = Environment(options = opts)
|
||||
+ opts.Add(BoolVariable('no_mingw', 'Set to yes (or 1) to build without mingw', 'no'))
|
||||
+ env = Environment(variables = opts)
|
||||
|
||||
# PLATFORM mingw under cygwin
|
||||
if env['PLATFORM'] == 'cygwin' and not int(env['no_mingw']):
|
||||
- # add mingw specific options
|
||||
- opts.AddOptions(
|
||||
- PathOption('mingw_cygdir', 'where your mingw installation is located under cygwin', '/mingw'),
|
||||
- PathOption('mingw_windir', 'where your mingw installation is located under cygwin', 'F:/Programmi/Dev-Cpp')
|
||||
+ # add mingw specific variables
|
||||
+ opts.AddVariables(
|
||||
+ PathVariable('mingw_cygdir', 'where your mingw installation is located under cygwin', '/mingw'),
|
||||
+ PathVariable('mingw_windir', 'where your mingw installation is located under cygwin', 'F:/Programmi/Dev-Cpp')
|
||||
)
|
||||
- env = Environment(options = opts)
|
||||
+ env = Environment(variables = opts)
|
||||
|
||||
mingw_cygdir = env['mingw_cygdir']
|
||||
mingw_windir = env['mingw_windir']
|
||||
@@ -57,15 +57,21 @@ if env['PLATFORM'] == 'cygwin' and not i
|
||||
|
||||
# PLATFORM posix or pure cygwin
|
||||
else:
|
||||
+ # Section used for FreeBSD port
|
||||
+ LOCALBASE = os.environ['LOCALBASE']
|
||||
+ LOCALBASE = os.environ['LOCALBASE']
|
||||
# determine compiler and linker flags for SDL
|
||||
- env.ParseConfig('sdl-config --cflags')
|
||||
- env.ParseConfig('sdl-config --libs')
|
||||
+ SDL_CONFIG = os.environ['SDL_CONFIG']
|
||||
+ env.ParseConfig(SDL_CONFIG + ' --cflags')
|
||||
+ env.ParseConfig(SDL_CONFIG + ' --libs')
|
||||
# add additional compiler flags
|
||||
- if not int(env['debug']):
|
||||
- env.Append(CXXFLAGS = ['-O2'])
|
||||
-
|
||||
+ env.Replace(CC = os.environ['CC'])
|
||||
+ env.Replace(CXX = os.environ['CXX'])
|
||||
+ env.Replace(CPPPATH = [LOCALBASE + '/include',LOCALBASE+ '/include'])
|
||||
+ env.Replace(LIBPATH = [LOCALBASE + '/lib',LOCALBASE+ '/lib'])
|
||||
+ env.Append(CXXFLAGS = os.environ['CXXFLAGS'] + ' `' + SDL_CONFIG + ' --cflags`')
|
||||
|
||||
-# generate help for options
|
||||
+# generate help for variables
|
||||
Help(opts.GenerateHelpText(env))
|
||||
|
||||
# build for debug
|
||||
@@ -92,16 +98,16 @@ if data_dir != '': # installation requir
|
||||
if not env.GetOption('clean'):
|
||||
print ":: Checking for libs"
|
||||
conf = Configure(env)
|
||||
- if not conf.CheckLibWithHeader('SDL', 'SDL.h', 'c', 'SDL_Init(SDL_INIT_VIDEO);', autoadd = 0):
|
||||
+ if not conf.CheckLibWithHeader('SDL', 'SDL/SDL.h', 'c', 'SDL_Init(SDL_INIT_VIDEO);', autoadd = 0):
|
||||
print 'Did not find libSDL, exiting!'
|
||||
Exit(1)
|
||||
if not conf.CheckLibWithHeader('png', 'png.h', 'c', 'png_error(NULL, "test");'):
|
||||
print 'Did not find libpng, exiting!'
|
||||
Exit(1)
|
||||
- if not conf.CheckLibWithHeader('SDL_image', 'SDL_image.h', 'c', 'IMG_GetError();'):
|
||||
+ if not conf.CheckLibWithHeader('SDL_image', 'SDL/SDL_image.h', 'c', 'IMG_GetError();'):
|
||||
print 'Did not find libSDL_image, exiting!'
|
||||
Exit(1)
|
||||
- if not conf.CheckLibWithHeader('SDL_ttf', 'SDL_ttf.h', 'c', 'TTF_Init();'):
|
||||
+ if not conf.CheckLibWithHeader('SDL_ttf', 'SDL/SDL_ttf.h', 'c', 'TTF_Init();'):
|
||||
print 'Did not find libSDL_ttf, exiting!'
|
||||
Exit(1)
|
||||
if int(env['with_opengl']):
|
|
@ -1,14 +0,0 @@
|
|||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
1) I renamed this port to marsnomercy (Mars Land of No Mercy), because exist a
|
||||
port using mars name (cad/mars).
|
||||
|
||||
2) Run mars:
|
||||
|
||||
# mars-nomercy
|
||||
|
||||
3) Enjoy it ;)
|
||||
EOM
|
||||
}
|
||||
]
|
|
@ -1,21 +0,0 @@
|
|||
Mars, Land of No Mercy is a turn-based strategy game setting on Mars during the
|
||||
early stages of human colonization.The player embodies the leader of a
|
||||
mercenary team, landed on Mars to take advantage of conqueror battles between
|
||||
the Worldwide Colonizer Corporations.
|
||||
|
||||
The main purpose is to command his team trying to find them commissions,
|
||||
training and leading them in battle, while still being aware of financial and
|
||||
instrumental resources by administering them.The Mech is the fundamental craft
|
||||
used by mercenaries, but they won't lack of other kind of units, as well as
|
||||
troops.
|
||||
|
||||
The game most remarkable point is the incredible liberty given to the player
|
||||
and therefore the great strategic side that derives. It is indeed up to the
|
||||
player to decide how to behave towards the one who recruited him, and the
|
||||
enemies of turn.
|
||||
|
||||
Basically every action leads to a reaction, so it is strongly recommended to
|
||||
keep a good and consistent behavior to achieve confidence from Corporations,
|
||||
and avoid being excluded by them.
|
||||
|
||||
WWW: http://mars.sourceforge.net/
|
|
@ -1,53 +0,0 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= netpanzer
|
||||
PORTVERSION= 0.8.7
|
||||
DISTVERSIONSUFFIX= -source
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://www.netpanzer.info/Download/NetPanzer/Releases/${PORTVERSION}/
|
||||
|
||||
MAINTAINER= madpilot@FreeBSD.org
|
||||
COMMENT= Real time, isometric view, tank multiplayer strategy game
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LDFLAGS+= -lpthreads
|
||||
|
||||
USES= gnome scons:python2 sdl zip
|
||||
USE_SDL= sdl mixer image
|
||||
USE_GNOME= libxml2
|
||||
MAKE_ARGS+= datadir="${DATADIR}"
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
PLIST_FILES= bin/netpanzer \
|
||||
share/applications/netpanzer.desktop \
|
||||
share/pixmaps/netpanzer.png \
|
||||
share/pixmaps/netpanzer.xpm
|
||||
|
||||
PORTDOCS= *
|
||||
PORTDATA= *
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-configure:
|
||||
${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/SConstruct
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/netpanzer ${STAGEDIR}${PREFIX}/bin
|
||||
${MKDIR} ${STAGEDIR}${DATADIR}
|
||||
(cd ${WRKSRC} && ${COPYTREE_SHARE} "cache maps pics powerups scripts sound units wads" \
|
||||
${STAGEDIR}${DATADIR})
|
||||
${INSTALL_DATA} ${WRKSRC}/support/win32/netpanzer.desktop ${STAGEDIR}${PREFIX}/share/applications
|
||||
${INSTALL_DATA} ${WRKSRC}/netpanzer.png ${WRKSRC}/support/icon/netpanzer.xpm \
|
||||
${STAGEDIR}${PREFIX}/share/pixmaps
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
(cd ${WRKSRC} && ${INSTALL_DATA} COPYING README ${STAGEDIR}${DOCSDIR})
|
||||
(cd ${WRKSRC}/docs && ${INSTALL_DATA} code-notes.txt coding.txt old/serverhowto.html \
|
||||
${STAGEDIR}${DOCSDIR})
|
||||
|
||||
do-fetch-svn:
|
||||
svn export svn://svn.berlios.de/${PORTNAME}/tags/${PORTNAME}/${PORTVERSION} ${PORTNAME}-${PORTVERSION}
|
||||
tar cjf ${PORTNAME}-${PORTVERSION}.tar.bz2 ${PORTNAME}-${PORTVERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,3 +0,0 @@
|
|||
TIMESTAMP = 1516265645
|
||||
SHA256 (netpanzer-0.8.7-source.zip) = 90e2b78d43cc32fb3f6af027788162dc9d272941f9630b43fc34f203a55c86a7
|
||||
SIZE (netpanzer-0.8.7-source.zip) = 13466285
|
|
@ -1,19 +0,0 @@
|
|||
--- SConstruct.orig 2016-04-09 13:14:00 UTC
|
||||
+++ SConstruct
|
||||
@@ -95,7 +95,7 @@ opts.AddVariables(
|
||||
('compilerprefix', 'sets the prefix for the cross linux compiler, example: i686-pc-linux-gnu-', ''),
|
||||
)
|
||||
|
||||
-env = Environment(ENV = os.environ, options = opts)
|
||||
+env = Environment(ENV = os.environ, options = opts, CC = os.environ['CC'], CXX = os.environ['CXX'])
|
||||
Help(opts.GenerateHelpText(env))
|
||||
|
||||
env.Append( CCFLAGS = [ '-DPACKAGE_VERSION=\\"' + NPVERSION + '\\"' ] )
|
||||
@@ -202,6 +202,7 @@ elif thisplatform == 'win32':
|
||||
else:
|
||||
networkenv.ParseConfig(env['sdlconfig'] + ' --cflags --libs')
|
||||
env.ParseConfig(env['sdlconfig'] + ' --cflags --libs')
|
||||
+ env.Append( _LIBFLAGS = [ '-L%%LOCALBASE%%/lib' ] )
|
||||
# note: for some magic reason, now doesn't need to put the full path for
|
||||
# SDL_mixer when using mingw crosscompilation
|
||||
env.Append( LIBS = ['SDL_mixer' ] )
|
|
@ -1,11 +0,0 @@
|
|||
--- src/Lib/Network/Address.hpp.orig 2016-04-09 13:14:00 UTC
|
||||
+++ src/Lib/Network/Address.hpp
|
||||
@@ -62,7 +62,7 @@ class Address (public)
|
||||
struct sockaddr * getSockaddr() const { return (struct sockaddr *)&ss; };
|
||||
socklen_t getSockaddrLen() const
|
||||
{
|
||||
-#ifdef __APPLE__
|
||||
+#if defined(__APPLE__) || defined(__FreeBSD__)
|
||||
return sizeof(sockaddr_in);
|
||||
#else
|
||||
return ss_len;
|
|
@ -1,11 +0,0 @@
|
|||
--- src/Lib/Network/SocketBase.cpp.orig 2016-04-09 13:14:00 UTC
|
||||
+++ src/Lib/Network/SocketBase.cpp
|
||||
@@ -147,7 +147,7 @@ SocketBase::bindSocketTo(const Address& toaddr) throw(
|
||||
{
|
||||
if ( state == CONFIGURED )
|
||||
{
|
||||
- int res = bind(sockfd, toaddr.getSockaddr(), toaddr.getSockaddrLen());
|
||||
+ int res = ::bind(sockfd, toaddr.getSockaddr(), toaddr.getSockaddrLen());
|
||||
if(res == SOCKET_ERROR) {
|
||||
lastError = GET_NET_ERROR();
|
||||
doClose();
|
|
@ -1,17 +0,0 @@
|
|||
--- src/Lib/optionmm/command_line.hpp.orig 2007-04-16 13:36:42 UTC
|
||||
+++ src/Lib/optionmm/command_line.hpp
|
||||
@@ -212,7 +212,13 @@ struct toggle_value<bool>
|
||||
{
|
||||
x = !x;
|
||||
}
|
||||
-#if defined(__GNUC__) && __GNUC__ >= 2
|
||||
+
|
||||
+#if defined(__clang__)
|
||||
+ inline void operator()(std::__bit_reference<std::vector<bool> > x)
|
||||
+ {
|
||||
+ x.flip();
|
||||
+ }
|
||||
+#elif defined(__GNUC__) && __GNUC__ >= 2
|
||||
inline void operator()(std::_Bit_reference x)
|
||||
{
|
||||
x.flip();
|
|
@ -1,8 +0,0 @@
|
|||
netPanzer is an online multiplayer tactical warfare game designed
|
||||
for FAST ACTION combat. Gameplay concentrates on the core -- no
|
||||
resource management is needed. The game is based on quick tactical
|
||||
action and unit management in real-time. Battles progress quickly
|
||||
and constantly as destroyed players respawn with a set of new units.
|
||||
Players can join or leave multiplayer games at any time.
|
||||
|
||||
WWW: http://www.netpanzer.org/
|
|
@ -1,48 +0,0 @@
|
|||
# Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pingus
|
||||
PORTVERSION= 0.7.6
|
||||
PORTREVISION= 22
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= https://mirror.amdmi3.ru/distfiles/
|
||||
|
||||
MAINTAINER= amdmi3@FreeBSD.org
|
||||
COMMENT= Free Lemmings-like game
|
||||
|
||||
LICENSE= GPLv3+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/boost/signals2.hpp:devel/boost-libs
|
||||
LIB_DEPENDS= libpng.so:graphics/png
|
||||
|
||||
USES= compiler:c++11-lib gl iconv scons:python2 sdl tar:bzip2 xorg
|
||||
USE_GL= gl
|
||||
USE_SDL= sdl image mixer
|
||||
LIBS+= ${ICONV_LIB}
|
||||
MAKE_ARGS= LIBS="${LIBS}"
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME} \
|
||||
share/pixmaps/${PORTNAME}.png
|
||||
PORTDATA= *
|
||||
|
||||
DESKTOP_ENTRIES="Pingus" \
|
||||
"" \
|
||||
"${PORTNAME}" \
|
||||
"${PORTNAME}" \
|
||||
"Game;LogicGame;" \
|
||||
false
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/g_path_manager.set_path("data")/ s|data|${DATADIR}|g' \
|
||||
${WRKSRC}/src/pingus/pingus_main.cpp
|
||||
@${REINPLACE_CMD} -e '/CheckLib.*iconv/ d' ${WRKSRC}/SConscript
|
||||
|
||||
do-install:
|
||||
(cd ${WRKSRC}/data && \
|
||||
${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR})
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/build/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
||||
${INSTALL_DATA} ${WRKSRC}/data/images/icons/pingus-icon.png \
|
||||
${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,5 +0,0 @@
|
|||
TIMESTAMP = 1324763207
|
||||
SHA256 (pingus-0.7.6.tar.bz2) = 759c1253075d1e72691bc1e770b24cdd51917041fd1857c1daf85b65a6686460
|
||||
SIZE (pingus-0.7.6.tar.bz2) = 12622268
|
||||
SHA256 (fef8cf6512fa.patch) = cb4788d014fd4c479d95203c442ffb65a8bdb4223219a3cc5e3ab09f9b3a4894
|
||||
SIZE (fef8cf6512fa.patch) = 12316
|
|
@ -1,13 +0,0 @@
|
|||
Properly split multiple arguments passed via CXXFLAGS
|
||||
--- SConscript.orig 2011-12-24 21:46:47 UTC
|
||||
+++ SConscript
|
||||
@@ -120,6 +120,9 @@ class Project:
|
||||
'CheckSDLLib': CheckSDLLib,
|
||||
'CheckIconv': CheckIconv,
|
||||
})
|
||||
+
|
||||
+ self.env["CXXFLAGS"] = sum(map (lambda x: x.split(" "), self.env["CXXFLAGS"]), [])
|
||||
+
|
||||
self.fatal_error = ""
|
||||
self.reports = ""
|
||||
|
|
@ -1,380 +0,0 @@
|
|||
From fef8cf6512fa4aa09e87643c22ef66de9ec7bb41 Mon Sep 17 00:00:00 2001
|
||||
From: Ingo Ruhnke <grumbel@gmail.com>
|
||||
Date: Sat, 26 Jul 2014 20:49:11 +0200
|
||||
Subject: [PATCH] Switched to boost::signals2
|
||||
|
||||
---
|
||||
SConscript | 5 ++---
|
||||
src/editor/button.hpp | 4 ++--
|
||||
src/editor/checkbox.hpp | 4 ++--
|
||||
src/editor/combobox.hpp | 4 ++--
|
||||
src/editor/file_list.hpp | 4 ++--
|
||||
src/editor/inputbox.hpp | 6 +++---
|
||||
src/editor/message_box.hpp | 2 +-
|
||||
src/editor/object_selector.cpp | 4 ++--
|
||||
src/editor/viewport.hpp | 4 ++--
|
||||
src/pingus/components/check_box.hpp | 4 ++--
|
||||
src/pingus/components/choice_box.hpp | 4 ++--
|
||||
src/pingus/components/slider_box.hpp | 4 ++--
|
||||
src/pingus/config_manager.hpp | 28 ++++++++++++++--------------
|
||||
src/pingus/screens/option_menu.hpp | 4 ++--
|
||||
14 files changed, 40 insertions(+), 41 deletions(-)
|
||||
|
||||
diff --git a/SConscript b/SConscript
|
||||
index 758567f51..c4d25a8a9 100644
|
||||
--- SConscript
|
||||
+++ SConscript
|
||||
@@ -187,9 +187,8 @@ class Project:
|
||||
'src/engine/input/xinput/xinput_device.cpp'])
|
||||
|
||||
def configure_boost(self):
|
||||
- if not self.conf.CheckLibWithHeader('boost_signals', 'boost/signals.hpp', 'c++'):
|
||||
- if not self.conf.CheckLibWithHeader('boost_signals-mt', 'boost/signals.hpp', 'c++'):
|
||||
- self.fatal_error += " * library 'boost_signals' not found\n"
|
||||
+ if not self.conf.CheckHeader('boost/signals2.hpp', '<>', 'c++'):
|
||||
+ self.fatal_error += " * library 'boost_signals2' not found\n"
|
||||
|
||||
def configure_png(self):
|
||||
if self.conf.CheckMyProgram('pkg-config'):
|
||||
diff --git a/src/editor/button.hpp b/src/editor/button.hpp
|
||||
index c85d7da9e..d89dfe669 100644
|
||||
--- src/editor/button.hpp
|
||||
+++ src/editor/button.hpp
|
||||
@@ -17,7 +17,7 @@
|
||||
#ifndef HEADER_PINGUS_EDITOR_BUTTON_HPP
|
||||
#define HEADER_PINGUS_EDITOR_BUTTON_HPP
|
||||
|
||||
-#include <boost/signal.hpp>
|
||||
+#include <boost/signals2.hpp>
|
||||
|
||||
#include "engine/gui/rect_component.hpp"
|
||||
|
||||
@@ -48,7 +48,7 @@ public:
|
||||
void enable() { enabled = true; }
|
||||
void disable() { enabled = false; }
|
||||
|
||||
- boost::signal<void()> on_click;
|
||||
+ boost::signals2::signal<void()> on_click;
|
||||
|
||||
private:
|
||||
Button (const Button&);
|
||||
diff --git a/src/editor/checkbox.hpp b/src/editor/checkbox.hpp
|
||||
index 7c3bc835f..66382d79b 100644
|
||||
--- src/editor/checkbox.hpp
|
||||
+++ src/editor/checkbox.hpp
|
||||
@@ -17,7 +17,7 @@
|
||||
#ifndef HEADER_PINGUS_EDITOR_CHECKBOX_HPP
|
||||
#define HEADER_PINGUS_EDITOR_CHECKBOX_HPP
|
||||
|
||||
-#include <boost/signal.hpp>
|
||||
+#include <boost/signals2.hpp>
|
||||
|
||||
#include "engine/gui/rect_component.hpp"
|
||||
|
||||
@@ -40,7 +40,7 @@ public:
|
||||
bool is_checked() const { return checked; }
|
||||
void on_primary_button_press(int x, int y);
|
||||
|
||||
- boost::signal<void (bool)> on_change;
|
||||
+ boost::signals2::signal<void (bool)> on_change;
|
||||
|
||||
private:
|
||||
Checkbox (const Checkbox&);
|
||||
diff --git a/src/editor/combobox.hpp b/src/editor/combobox.hpp
|
||||
index 0ca742593..603556bd9 100644
|
||||
--- src/editor/combobox.hpp
|
||||
+++ src/editor/combobox.hpp
|
||||
@@ -18,7 +18,7 @@
|
||||
#ifndef HEADER_PINGUS_EDITOR_COMBOBOX_HPP
|
||||
#define HEADER_PINGUS_EDITOR_COMBOBOX_HPP
|
||||
|
||||
-#include <boost/signal.hpp>
|
||||
+#include <boost/signals2.hpp>
|
||||
|
||||
#include "engine/display/sprite.hpp"
|
||||
#include "engine/gui/rect_component.hpp"
|
||||
@@ -88,7 +88,7 @@ public:
|
||||
|
||||
void update_layout() {}
|
||||
|
||||
- boost::signal<void (const ComboItem&)> on_select;
|
||||
+ boost::signals2::signal<void (const ComboItem&)> on_select;
|
||||
|
||||
private:
|
||||
Combobox();
|
||||
diff --git a/src/editor/file_list.hpp b/src/editor/file_list.hpp
|
||||
index cc4bba2de..85efe6aa0 100644
|
||||
--- src/editor/file_list.hpp
|
||||
+++ src/editor/file_list.hpp
|
||||
@@ -17,7 +17,7 @@
|
||||
#ifndef HEADER_PINGUS_EDITOR_FILE_LIST_HPP
|
||||
#define HEADER_PINGUS_EDITOR_FILE_LIST_HPP
|
||||
|
||||
-#include <boost/signal.hpp>
|
||||
+#include <boost/signals2.hpp>
|
||||
|
||||
#include "engine/display/sprite.hpp"
|
||||
#include "engine/gui/rect_component.hpp"
|
||||
@@ -61,7 +61,7 @@ public:
|
||||
bool has_more_next_pages();
|
||||
bool has_more_prev_pages();
|
||||
|
||||
- boost::signal<void (const System::DirectoryEntry&)> on_click;
|
||||
+ boost::signals2::signal<void (const System::DirectoryEntry&)> on_click;
|
||||
|
||||
private:
|
||||
int items_per_page();
|
||||
diff --git a/src/editor/inputbox.hpp b/src/editor/inputbox.hpp
|
||||
index cad9663ec..87321dbba 100644
|
||||
--- src/editor/inputbox.hpp
|
||||
+++ src/editor/inputbox.hpp
|
||||
@@ -17,7 +17,7 @@
|
||||
#ifndef HEADER_PINGUS_EDITOR_INPUTBOX_HPP
|
||||
#define HEADER_PINGUS_EDITOR_INPUTBOX_HPP
|
||||
|
||||
-#include <boost/signal.hpp>
|
||||
+#include <boost/signals2.hpp>
|
||||
|
||||
#include "engine/gui/rect_component.hpp"
|
||||
|
||||
@@ -40,8 +40,8 @@ public:
|
||||
|
||||
void update_layout() {}
|
||||
|
||||
- boost::signal<void (const std::string&)> on_change;
|
||||
- boost::signal<void (const std::string&)> on_enter;
|
||||
+ boost::signals2::signal<void (const std::string&)> on_change;
|
||||
+ boost::signals2::signal<void (const std::string&)> on_enter;
|
||||
|
||||
private:
|
||||
Inputbox (const Inputbox&);
|
||||
diff --git a/src/editor/message_box.hpp b/src/editor/message_box.hpp
|
||||
index 385387a61..d885767cf 100644
|
||||
--- src/editor/message_box.hpp
|
||||
+++ src/editor/message_box.hpp
|
||||
@@ -45,7 +45,7 @@ public:
|
||||
void on_cancel_button();
|
||||
|
||||
public:
|
||||
- boost::signal<void()> on_ok;
|
||||
+ boost::signals2::signal<void()> on_ok;
|
||||
|
||||
private:
|
||||
MessageBox(const MessageBox&);
|
||||
diff --git a/src/editor/object_selector.cpp b/src/editor/object_selector.cpp
|
||||
index 28e306826..f3a36b5e8 100644
|
||||
--- src/editor/object_selector.cpp
|
||||
+++ src/editor/object_selector.cpp
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
#include "editor/object_selector.hpp"
|
||||
|
||||
-#include <boost/signal.hpp>
|
||||
+#include <boost/signals2.hpp>
|
||||
|
||||
#include "editor/generic_level_obj.hpp"
|
||||
#include "editor/gui_style.hpp"
|
||||
@@ -47,7 +47,7 @@ private:
|
||||
std::string tooltip;
|
||||
|
||||
public:
|
||||
- boost::signal<void()> on_click;
|
||||
+ boost::signals2::signal<void()> on_click;
|
||||
|
||||
public:
|
||||
ObjectSelectorButton(ObjectSelectorList* object_list_,
|
||||
diff --git a/src/editor/viewport.hpp b/src/editor/viewport.hpp
|
||||
index 1ae9eff7c..18868254d 100644
|
||||
--- src/editor/viewport.hpp
|
||||
+++ src/editor/viewport.hpp
|
||||
@@ -18,7 +18,7 @@
|
||||
#ifndef HEADER_PINGUS_EDITOR_VIEWPORT_HPP
|
||||
#define HEADER_PINGUS_EDITOR_VIEWPORT_HPP
|
||||
|
||||
-#include <boost/signal.hpp>
|
||||
+#include <boost/signals2.hpp>
|
||||
#include <set>
|
||||
|
||||
#include "editor/selection.hpp"
|
||||
@@ -148,7 +148,7 @@ public:
|
||||
|
||||
void clear_selection();
|
||||
|
||||
- boost::signal<void (const Selection&)> selection_changed;
|
||||
+ boost::signals2::signal<void (const Selection&)> selection_changed;
|
||||
private:
|
||||
Viewport();
|
||||
Viewport (const Viewport&);
|
||||
diff --git a/src/pingus/components/check_box.hpp b/src/pingus/components/check_box.hpp
|
||||
index 00e23b764..5bef50f6b 100644
|
||||
--- src/pingus/components/check_box.hpp
|
||||
+++ src/pingus/components/check_box.hpp
|
||||
@@ -17,7 +17,7 @@
|
||||
#ifndef HEADER_PINGUS_PINGUS_COMPONENTS_CHECK_BOX_HPP
|
||||
#define HEADER_PINGUS_PINGUS_COMPONENTS_CHECK_BOX_HPP
|
||||
|
||||
-#include <boost/signal.hpp>
|
||||
+#include <boost/signals2.hpp>
|
||||
|
||||
#include "engine/display/sprite.hpp"
|
||||
#include "engine/gui/rect_component.hpp"
|
||||
@@ -39,7 +39,7 @@ public:
|
||||
|
||||
void set_state(bool v, bool send_signal);
|
||||
|
||||
- boost::signal<void (bool)> on_change;
|
||||
+ boost::signals2::signal<void (bool)> on_change;
|
||||
|
||||
private:
|
||||
CheckBox (const CheckBox&);
|
||||
diff --git a/src/pingus/components/choice_box.hpp b/src/pingus/components/choice_box.hpp
|
||||
index 49d6e1948..ef51b6dd2 100644
|
||||
--- src/pingus/components/choice_box.hpp
|
||||
+++ src/pingus/components/choice_box.hpp
|
||||
@@ -17,7 +17,7 @@
|
||||
#ifndef HEADER_PINGUS_PINGUS_COMPONENTS_CHOICE_BOX_HPP
|
||||
#define HEADER_PINGUS_PINGUS_COMPONENTS_CHOICE_BOX_HPP
|
||||
|
||||
-#include <boost/signal.hpp>
|
||||
+#include <boost/signals2.hpp>
|
||||
|
||||
#include "engine/gui/rect_component.hpp"
|
||||
|
||||
@@ -36,7 +36,7 @@ public:
|
||||
void add_choice(const std::string& str);
|
||||
void set_current_choice(int choice);
|
||||
|
||||
- boost::signal<void (std::string)> on_change;
|
||||
+ boost::signals2::signal<void (std::string)> on_change;
|
||||
|
||||
private:
|
||||
ChoiceBox (const ChoiceBox&);
|
||||
diff --git a/src/pingus/components/slider_box.hpp b/src/pingus/components/slider_box.hpp
|
||||
index ae4d92406..75118eac2 100644
|
||||
--- src/pingus/components/slider_box.hpp
|
||||
+++ src/pingus/components/slider_box.hpp
|
||||
@@ -17,7 +17,7 @@
|
||||
#ifndef HEADER_PINGUS_PINGUS_COMPONENTS_SLIDER_BOX_HPP
|
||||
#define HEADER_PINGUS_PINGUS_COMPONENTS_SLIDER_BOX_HPP
|
||||
|
||||
-#include <boost/signal.hpp>
|
||||
+#include <boost/signals2.hpp>
|
||||
|
||||
#include "engine/gui/rect_component.hpp"
|
||||
|
||||
@@ -39,7 +39,7 @@ public:
|
||||
|
||||
void set_value(int v);
|
||||
|
||||
- boost::signal<void (int)> on_change;
|
||||
+ boost::signals2::signal<void (int)> on_change;
|
||||
|
||||
private:
|
||||
SliderBox (const SliderBox&);
|
||||
diff --git a/src/pingus/config_manager.hpp b/src/pingus/config_manager.hpp
|
||||
index b07b83e65..4cf08e046 100644
|
||||
--- src/pingus/config_manager.hpp
|
||||
+++ src/pingus/config_manager.hpp
|
||||
@@ -17,7 +17,7 @@
|
||||
#ifndef HEADER_PINGUS_PINGUS_CONFIG_MANAGER_HPP
|
||||
#define HEADER_PINGUS_PINGUS_CONFIG_MANAGER_HPP
|
||||
|
||||
-#include <boost/signal.hpp>
|
||||
+#include <boost/signals2.hpp>
|
||||
|
||||
#include "math/size.hpp"
|
||||
#include "pingus/options.hpp"
|
||||
@@ -39,55 +39,55 @@ public:
|
||||
|
||||
void set_master_volume(int);
|
||||
int get_master_volume() const;
|
||||
- boost::signal<void(int)> on_master_volume_change;
|
||||
+ boost::signals2::signal<void(int)> on_master_volume_change;
|
||||
|
||||
void set_sound_volume(int);
|
||||
int get_sound_volume() const;
|
||||
- boost::signal<void(int)> on_sound_volume_change;
|
||||
+ boost::signals2::signal<void(int)> on_sound_volume_change;
|
||||
|
||||
void set_music_volume(int);
|
||||
int get_music_volume() const;
|
||||
- boost::signal<void(int)> on_music_volume_change;
|
||||
+ boost::signals2::signal<void(int)> on_music_volume_change;
|
||||
|
||||
void set_fullscreen_resolution(const Size& size);
|
||||
Size get_fullscreen_resolution() const;
|
||||
- boost::signal<void(Size)> on_fullscreen_resolution_change;
|
||||
+ boost::signals2::signal<void(Size)> on_fullscreen_resolution_change;
|
||||
|
||||
void set_fullscreen(bool);
|
||||
bool get_fullscreen() const;
|
||||
- boost::signal<void(bool)> on_fullscreen_change;
|
||||
+ boost::signals2::signal<void(bool)> on_fullscreen_change;
|
||||
|
||||
void set_renderer(FramebufferType type);
|
||||
FramebufferType get_renderer() const;
|
||||
- boost::signal<void(FramebufferType)> on_renderer_change;
|
||||
+ boost::signals2::signal<void(FramebufferType)> on_renderer_change;
|
||||
|
||||
void set_resizable(bool);
|
||||
bool get_resizable() const;
|
||||
- boost::signal<void(bool)> on_resizable_change;
|
||||
+ boost::signals2::signal<void(bool)> on_resizable_change;
|
||||
|
||||
void set_mouse_grab(bool);
|
||||
bool get_mouse_grab() const;
|
||||
- boost::signal<void(bool)> on_mouse_grab_change;
|
||||
+ boost::signals2::signal<void(bool)> on_mouse_grab_change;
|
||||
|
||||
void set_print_fps(bool);
|
||||
bool get_print_fps() const;
|
||||
- boost::signal<void(bool)> on_print_fps_change;
|
||||
+ boost::signals2::signal<void(bool)> on_print_fps_change;
|
||||
|
||||
void set_language(const tinygettext::Language&);
|
||||
tinygettext::Language get_language() const;
|
||||
- boost::signal<void(const tinygettext::Language&)> on_language_change;
|
||||
+ boost::signals2::signal<void(const tinygettext::Language&)> on_language_change;
|
||||
|
||||
void set_software_cursor(bool);
|
||||
bool get_software_cursor() const;
|
||||
- boost::signal<void(bool)> on_software_cursor_change;
|
||||
+ boost::signals2::signal<void(bool)> on_software_cursor_change;
|
||||
|
||||
void set_auto_scrolling(bool);
|
||||
bool get_auto_scrolling() const;
|
||||
- boost::signal<void(bool)> on_auto_scrolling_change;
|
||||
+ boost::signals2::signal<void(bool)> on_auto_scrolling_change;
|
||||
|
||||
void set_drag_drop_scrolling(bool);
|
||||
bool get_drag_drop_scrolling() const;
|
||||
- boost::signal<void(bool)> on_drag_drop_scrolling_change;
|
||||
+ boost::signals2::signal<void(bool)> on_drag_drop_scrolling_change;
|
||||
|
||||
private:
|
||||
ConfigManager (const ConfigManager&);
|
||||
diff --git a/src/pingus/screens/option_menu.hpp b/src/pingus/screens/option_menu.hpp
|
||||
index 60b1578d2..154ef0f69 100644
|
||||
--- src/pingus/screens/option_menu.hpp
|
||||
+++ src/pingus/screens/option_menu.hpp
|
||||
@@ -17,7 +17,7 @@
|
||||
#ifndef HEADER_PINGUS_PINGUS_SCREENS_OPTION_MENU_HPP
|
||||
#define HEADER_PINGUS_PINGUS_SCREENS_OPTION_MENU_HPP
|
||||
|
||||
-#include <boost/signals.hpp>
|
||||
+#include <boost/signals2.hpp>
|
||||
#include <map>
|
||||
#include <vector>
|
||||
|
||||
@@ -66,7 +66,7 @@ private:
|
||||
//Label* defaults_label;
|
||||
//CheckBox* defaults_box;
|
||||
|
||||
- typedef std::vector<boost::signals::connection> Connections;
|
||||
+ typedef std::vector<boost::signals2::connection> Connections;
|
||||
Connections connections;
|
||||
|
||||
tinygettext::Language m_language;
|
||||
--
|
||||
2.18.1
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
--- src/lisp/getters.hpp.orig 2011-12-24 21:46:47 UTC
|
||||
+++ src/lisp/getters.hpp
|
||||
@@ -30,7 +30,7 @@ static inline bool property_get(const Li
|
||||
if(lisp->get_list_size() != 2)
|
||||
return false;
|
||||
|
||||
- const Lisp* el = lisp->get_list_elem(1);
|
||||
+ const Lisp* el = lisp->get_list_elem(1).get();
|
||||
return get(el, val);
|
||||
}
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
--- src/pingus/pingus_main.cpp.orig 2011-12-24 21:46:47 UTC
|
||||
+++ src/pingus/pingus_main.cpp
|
||||
@@ -465,7 +465,7 @@ PingusMain::init_path_finder()
|
||||
void
|
||||
PingusMain::print_greeting_message()
|
||||
{
|
||||
- std::string greeting = "Welcome to Pingus "VERSION;
|
||||
+ std::string greeting = "Welcome to Pingus " VERSION;
|
||||
greeting += "!";
|
||||
std::cout << greeting << std::endl;
|
||||
for (unsigned int i = 0; i < greeting.length(); ++i)
|
|
@ -1,11 +0,0 @@
|
|||
--- src/pingus/screens/pingus_menu.cpp.orig 2011-12-24 21:46:47 UTC
|
||||
+++ src/pingus/screens/pingus_menu.cpp
|
||||
@@ -153,7 +153,7 @@ PingusMenu::draw_background(DrawingConte
|
||||
gc.get_height()/2 - 280));
|
||||
|
||||
gc.print_left(Fonts::pingus_small, Vector2i(gc.get_width()/2 - 400 + 25, gc.get_height()-140),
|
||||
- "Pingus "VERSION" - Copyright (C) 1998-2011 Ingo Ruhnke <grumbel@gmail.com>\n"
|
||||
+ "Pingus " VERSION " - Copyright (C) 1998-2011 Ingo Ruhnke <grumbel@gmail.com>\n"
|
||||
"See the file AUTHORS for a complete list of contributors.\n"
|
||||
"Pingus comes with ABSOLUTELY NO WARRANTY. This is free software, and you are\n"
|
||||
"welcome to redistribute it under certain conditions; see the file COPYING for details.\n");
|
|
@ -1,10 +0,0 @@
|
|||
--- src/util/file_reader.hpp.orig 2011-12-24 21:46:47 UTC
|
||||
+++ src/util/file_reader.hpp
|
||||
@@ -19,6 +19,7 @@
|
||||
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
+#include <string>
|
||||
|
||||
class Size;
|
||||
class Color;
|
|
@ -1,10 +0,0 @@
|
|||
--- src/pingus/screens/demo_session.cpp.orig 2018-11-02 16:05:42 UTC
|
||||
+++ src/pingus/screens/demo_session.cpp
|
||||
@@ -17,6 +17,7 @@
|
||||
#include "pingus/screens/demo_session.hpp"
|
||||
|
||||
#include <algorithm>
|
||||
+#include <functional>
|
||||
#include <iostream>
|
||||
|
||||
#include "engine/gui/gui_manager.hpp"
|
|
@ -1,5 +0,0 @@
|
|||
Pingus is a free Lemmings-like game covered under the GNU GPL. It features
|
||||
currently 22 playable levels and runs under a wide variety of operating systems
|
||||
(FreeBSD, Linux, Windows, etc.)
|
||||
|
||||
WWW: https://pingus.seul.org/
|
|
@ -280,7 +280,6 @@
|
|||
SUBDIR += goocanvasmm2
|
||||
SUBDIR += goom
|
||||
SUBDIR += gource
|
||||
SUBDIR += goxel
|
||||
SUBDIR += gpaint
|
||||
SUBDIR += gphoto2
|
||||
SUBDIR += gpicview
|
||||
|
@ -1014,7 +1013,6 @@
|
|||
SUBDIR += silgraphite
|
||||
SUBDIR += simage
|
||||
SUBDIR += simpleviewer
|
||||
SUBDIR += sk1libs
|
||||
SUBDIR += skanlite
|
||||
SUBDIR += spectacle
|
||||
SUBDIR += spirv-tools
|
||||
|
@ -1056,7 +1054,6 @@
|
|||
SUBDIR += tumble
|
||||
SUBDIR += tweeny
|
||||
SUBDIR += ufraw
|
||||
SUBDIR += uniconvertor
|
||||
SUBDIR += unpaper
|
||||
SUBDIR += urho3d
|
||||
SUBDIR += urt
|
||||
|
|
|
@ -1,45 +0,0 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= goxel
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.8.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= greg@unrelenting.technology
|
||||
COMMENT= Free and Open Source 3D Voxel Editor
|
||||
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libargp.so:devel/argp-standalone \
|
||||
libglfw.so:graphics/glfw \
|
||||
libpng.so:graphics/png
|
||||
|
||||
USES= compiler:c++11-lang pkgconfig scons:python2 gnome gl
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= guillaumechereau
|
||||
USE_GNOME= cairo gtk30
|
||||
USE_GL= gl
|
||||
|
||||
INSTALLS_ICONS= yes
|
||||
MAKE_ARGS= debug=0 werror=0
|
||||
DESKTOP_ENTRIES="Goxel" "${COMMENT}" "${PORTNAME}" \
|
||||
"${PORTNAME}" "Graphics;3DGraphics;" false
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} != amd64 && ${ARCH} != i386
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's/-msse2 //g' ${WRKSRC}/SConstruct
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
|
||||
.for SZ in 32 64 256
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${SZ}x${SZ}/apps
|
||||
${INSTALL_DATA} ${WRKSRC}/osx/goxel/goxel/Assets.xcassets/AppIcon.appiconset/${SZ}.png \
|
||||
${STAGEDIR}${PREFIX}/share/icons/hicolor/${SZ}x${SZ}/apps/goxel.png
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.post.mk>
|
|
@ -1,3 +0,0 @@
|
|||
TIMESTAMP = 1545486941
|
||||
SHA256 (guillaumechereau-goxel-v0.8.2_GH0.tar.gz) = 4f8297560e356cb69469e0a23bcb4e9c4e8549766a0466ffeaa0c9cfb7a04049
|
||||
SIZE (guillaumechereau-goxel-v0.8.2_GH0.tar.gz) = 3387515
|
|
@ -1,35 +0,0 @@
|
|||
--- SConstruct.orig 2018-12-22 14:00:12 UTC
|
||||
+++ SConstruct
|
||||
@@ -28,15 +28,18 @@ clang = int(ARGUMENTS.get("clang", 0))
|
||||
cycles = int(ARGUMENTS.get('cycles', 1))
|
||||
sound = False
|
||||
|
||||
-if os.environ.get('CC') == 'clang': clang = 1
|
||||
+import subprocess
|
||||
+if 'clang' in subprocess.check_output([os.environ.get('CC', 'cc'), '-v'],
|
||||
+ stderr=subprocess.STDOUT):
|
||||
+ clang = 1
|
||||
+print 'clang', clang
|
||||
if profile: debug = 0
|
||||
|
||||
-env = Environment(ENV = os.environ)
|
||||
+
|
||||
+env = Environment(ENV = os.environ, CC = os.environ.get('CC', 'cc'),
|
||||
+ CXX = os.environ.get('CXX', 'c++'))
|
||||
conf = env.Configure()
|
||||
|
||||
-if clang:
|
||||
- env.Replace(CC='clang', CXX='clang++')
|
||||
-
|
||||
# Asan & Ubsan (need to come first).
|
||||
# Cycles doesn't like libasan with clang, so we only use it on
|
||||
# C code with clang.
|
||||
@@ -145,7 +148,7 @@ if cycles:
|
||||
sources += glob.glob('ext_src/cycles/src/subd/*.cpp')
|
||||
|
||||
env.Append(CPPPATH=['ext_src/cycles/src'])
|
||||
- env.Append(CPPPATH=['ext_src/cycles/third_party/atomic'])
|
||||
+ env.Prepend(CPPPATH=['ext_src/cycles/third_party/atomic'])
|
||||
env.Append(CPPFLAGS=[
|
||||
'-DCYCLES_STD_UNORDERED_MAP',
|
||||
'-DCCL_NAMESPACE_BEGIN=namespace ccl {',
|
|
@ -1,13 +0,0 @@
|
|||
--- ext_src/cycles/src/util/util_path.cpp.orig 2018-12-22 14:23:19 UTC
|
||||
+++ ext_src/cycles/src/util/util_path.cpp
|
||||
@@ -38,6 +38,10 @@
|
||||
# include <shlwapi.h>
|
||||
#endif
|
||||
|
||||
+#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
|
||||
+#include <sys/sysctl.h>
|
||||
+#endif
|
||||
+
|
||||
#include "util/util_map.h"
|
||||
#include "util/util_windows.h"
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
A 3D program that lets you create voxel volumes, a bit similar to minecraft.
|
||||
|
||||
WWW: https://guillaumechereau.github.io/goxel/
|
|
@ -1,4 +0,0 @@
|
|||
bin/goxel
|
||||
share/icons/hicolor/32x32/apps/goxel.png
|
||||
share/icons/hicolor/64x64/apps/goxel.png
|
||||
share/icons/hicolor/256x256/apps/goxel.png
|
|
@ -1,34 +0,0 @@
|
|||
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= sk1libs
|
||||
PORTVERSION= 0.9.1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= graphics python
|
||||
MASTER_SITES= https://downloads.sk1project.net/uniconvertor/v1.1.5/ \
|
||||
https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/uniconvertor/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Set of python libraries for sK1 Project
|
||||
|
||||
LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/GNU_LGPL_v2
|
||||
|
||||
LIB_DEPENDS= liblcms.so:graphics/lcms \
|
||||
libfreetype.so:print/freetype2
|
||||
|
||||
USES= jpeg python:2.7
|
||||
USE_PYTHON= distutils
|
||||
PYDISTUTILS_BUILD_TARGET=build_ext
|
||||
PYDISTUTILS_BUILDARGS= -L${LOCALBASE}/lib \
|
||||
-I${LOCALBASE}/include:${LOCALBASE}/include/freetype2
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/src/utils/fs.py
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/sk1libs/ft2engine/*.so \
|
||||
${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/sk1libs/pycms/*.so \
|
||||
${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/sk1libs/imaging/*.so
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (sk1libs-0.9.1.tar.gz) = bb44520a5fab2998a8013a91874ff109f25bbd8e01bbddafe0b6e7db0631719a
|
||||
SIZE (sk1libs-0.9.1.tar.gz) = 1019443
|
|
@ -1,22 +0,0 @@
|
|||
--- src/utils/fs.py.orig 2010-05-23 10:46:21 UTC
|
||||
+++ src/utils/fs.py
|
||||
@@ -203,9 +203,11 @@ def get_system_fontdirs():
|
||||
The function detects system font directories according to detected
|
||||
system type.
|
||||
"""
|
||||
+ if system.get_os_family()==system.FREEBSD:
|
||||
+ return ['/usr/local/lib/X11/fonts', '/usr/local/share/fonts', os.path.join(gethome(),'.fonts')]
|
||||
if system.get_os_family()==system.LINUX:
|
||||
return ['/usr/share/fonts', os.path.join(gethome(),'.fonts')]
|
||||
- if system.get_os_family()==system.WINDOWS:
|
||||
+ if system.get_os_family()==system.WINDOWS:
|
||||
try:
|
||||
import _winreg
|
||||
except ImportError:
|
||||
@@ -311,4 +313,4 @@ def _test():
|
||||
if __name__ == '__main__':
|
||||
_test()
|
||||
|
||||
-
|
||||
\ No newline at end of file
|
||||
+
|
|
@ -1,19 +0,0 @@
|
|||
--- src/utils/system.py.orig 2010-03-08 00:15:33 UTC
|
||||
+++ src/utils/system.py
|
||||
@@ -22,6 +22,7 @@ import platform, os, string, re, stat
|
||||
|
||||
WINDOWS = 'Windows'
|
||||
LINUX = 'Linux'
|
||||
+FREEBSD = 'FreeBSD'
|
||||
MACOSX = 'Darwin'
|
||||
GENERIC = 'generic'
|
||||
|
||||
@@ -33,6 +34,8 @@ def get_os_family():
|
||||
name = platform.system()
|
||||
if name == LINUX:
|
||||
return LINUX
|
||||
+ elif name == FREEBSD:
|
||||
+ return FREEBSD
|
||||
elif name == WINDOWS:
|
||||
return WINDOWS
|
||||
elif name == MACOSX:
|
|
@ -1,11 +0,0 @@
|
|||
--- src/imaging/libimagingft/_imagingft.c.orig 2009-11-01 00:44:12 UTC
|
||||
+++ src/imaging/libimagingft/_imagingft.c
|
||||
@@ -70,7 +70,7 @@ struct {
|
||||
const char* message;
|
||||
} ft_errors[] =
|
||||
|
||||
-#include <freetype/fterrors.h>
|
||||
+#include FT_ERRORS_H
|
||||
|
||||
/* -------------------------------------------------------------------- */
|
||||
/* font objects */
|
|
@ -1,4 +0,0 @@
|
|||
sk1libs is a set of python libs for sK1 Project. The package includes
|
||||
multiplatform non-GUI extensions which are usually native extensions.
|
||||
|
||||
WWW: https://sk1project.net/
|
|
@ -1,525 +0,0 @@
|
|||
%%PYTHON_SITELIBDIR%%/sk1libs/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/export/aisaver.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/export/aisaver.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/export/aisaver.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/export/cgmsaver.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/export/cgmsaver.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/export/cgmsaver.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/export/pdfgensaver.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/export/pdfgensaver.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/export/pdfgensaver.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/export/pltsaver.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/export/pltsaver.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/export/pltsaver.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/export/pssaver.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/export/pssaver.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/export/pssaver.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/export/sk1saver.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/export/sk1saver.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/export/sk1saver.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/export/sksaver.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/export/sksaver.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/export/sksaver.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/export/svgsaver.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/export/svgsaver.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/export/svgsaver.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/export/wmfsaver.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/export/wmfsaver.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/export/wmfsaver.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/formats/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/formats/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/formats/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/formats/drawfile.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/formats/drawfile.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/formats/drawfile.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/formats/spritefile.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/formats/spritefile.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/formats/spritefile.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/import/ailoader.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/import/ailoader.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/import/ailoader.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/import/bziploader.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/import/bziploader.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/import/bziploader.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/import/ccxloader.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/import/ccxloader.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/import/ccxloader.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/import/cdrloader.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/import/cdrloader.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/import/cdrloader.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/import/cdrziploader.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/import/cdrziploader.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/import/cdrziploader.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/import/cgmloader.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/import/cgmloader.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/import/cgmloader.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/import/cmxloader.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/import/cmxloader.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/import/cmxloader.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/import/drawinput.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/import/drawinput.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/import/drawinput.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/import/dxfloader.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/import/dxfloader.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/import/dxfloader.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/import/gziploader.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/import/gziploader.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/import/gziploader.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/import/pltloader.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/import/pltloader.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/import/pltloader.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/import/sk1loader.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/import/sk1loader.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/import/sk1loader.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/import/skloader.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/import/skloader.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/import/skloader.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/import/stitchloader.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/import/stitchloader.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/import/stitchloader.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/import/svgloader.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/import/svgloader.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/import/svgloader.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/import/wmfloader.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/import/wmfloader.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/import/wmfloader.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/import/xfigloader.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/import/xfigloader.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/import/xfigloader.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/parsing/cdrparser.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/parsing/cdrparser.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/parsing/cdrparser.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/preview/cdrpreview.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/preview/cdrpreview.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/filters/preview/cdrpreview.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/ft2engine/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/ft2engine/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/ft2engine/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/ft2engine/fallback_fonts/Vera.ttf
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/ft2engine/fallback_fonts/VeraBI.ttf
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/ft2engine/fallback_fonts/VeraBd.ttf
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/ft2engine/fallback_fonts/VeraIt.ttf
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/ft2engine/fallback_fonts/readme.txt
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/ft2engine/ft2.so
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ArgImagePlugin.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ArgImagePlugin.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ArgImagePlugin.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/BdfFontFile.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/BdfFontFile.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/BdfFontFile.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/BmpImagePlugin.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/BmpImagePlugin.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/BmpImagePlugin.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/BufrStubImagePlugin.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/BufrStubImagePlugin.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/BufrStubImagePlugin.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ContainerIO.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ContainerIO.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ContainerIO.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/CurImagePlugin.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/CurImagePlugin.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/CurImagePlugin.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/DcxImagePlugin.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/DcxImagePlugin.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/DcxImagePlugin.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/EpsImagePlugin.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/EpsImagePlugin.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/EpsImagePlugin.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ExifTags.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ExifTags.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ExifTags.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/FitsStubImagePlugin.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/FitsStubImagePlugin.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/FitsStubImagePlugin.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/FliImagePlugin.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/FliImagePlugin.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/FliImagePlugin.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/FontFile.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/FontFile.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/FontFile.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/FpxImagePlugin.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/FpxImagePlugin.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/FpxImagePlugin.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/GbrImagePlugin.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/GbrImagePlugin.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/GbrImagePlugin.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/GdImageFile.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/GdImageFile.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/GdImageFile.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/GifImagePlugin.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/GifImagePlugin.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/GifImagePlugin.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/GimpGradientFile.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/GimpGradientFile.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/GimpGradientFile.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/GimpPaletteFile.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/GimpPaletteFile.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/GimpPaletteFile.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/GribStubImagePlugin.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/GribStubImagePlugin.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/GribStubImagePlugin.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/Hdf5StubImagePlugin.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/Hdf5StubImagePlugin.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/Hdf5StubImagePlugin.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/IcnsImagePlugin.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/IcnsImagePlugin.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/IcnsImagePlugin.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/IcoImagePlugin.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/IcoImagePlugin.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/IcoImagePlugin.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImImagePlugin.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImImagePlugin.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImImagePlugin.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/Image.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/Image.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/Image.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageChops.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageChops.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageChops.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageCms.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageCms.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageCms.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageColor.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageColor.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageColor.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageDraw.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageDraw.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageDraw.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageDraw2.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageDraw2.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageDraw2.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageEnhance.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageEnhance.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageEnhance.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageFile.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageFile.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageFile.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageFileIO.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageFileIO.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageFileIO.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageFilter.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageFilter.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageFilter.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageFont.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageFont.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageFont.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageGL.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageGL.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageGL.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageGrab.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageGrab.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageGrab.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageMath.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageMath.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageMath.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageMode.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageMode.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageMode.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageOps.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageOps.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageOps.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImagePalette.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImagePalette.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImagePalette.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImagePath.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImagePath.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImagePath.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageQt.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageQt.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageQt.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageSequence.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageSequence.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageSequence.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageShow.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageShow.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageShow.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageStat.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageStat.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageStat.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageTransform.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageTransform.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageTransform.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageWin.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageWin.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImageWin.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImtImagePlugin.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImtImagePlugin.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/ImtImagePlugin.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/IptcImagePlugin.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/IptcImagePlugin.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/IptcImagePlugin.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/JpegImagePlugin.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/JpegImagePlugin.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/JpegImagePlugin.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/McIdasImagePlugin.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/McIdasImagePlugin.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/McIdasImagePlugin.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/MicImagePlugin.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/MicImagePlugin.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/MicImagePlugin.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/MpegImagePlugin.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/MpegImagePlugin.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/MpegImagePlugin.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/MspImagePlugin.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/MspImagePlugin.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/MspImagePlugin.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/OleFileIO.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/OleFileIO.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/OleFileIO.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/PSDraw.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/PSDraw.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/PSDraw.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/PaletteFile.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/PaletteFile.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/PaletteFile.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/PalmImagePlugin.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/PalmImagePlugin.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/PalmImagePlugin.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/PcdImagePlugin.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/PcdImagePlugin.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/PcdImagePlugin.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/PcfFontFile.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/PcfFontFile.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/PcfFontFile.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/PcxImagePlugin.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/PcxImagePlugin.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/PcxImagePlugin.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/PdfImagePlugin.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/PdfImagePlugin.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/PdfImagePlugin.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/PixarImagePlugin.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/PixarImagePlugin.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/PixarImagePlugin.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/PngImagePlugin.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/PngImagePlugin.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/PngImagePlugin.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/PpmImagePlugin.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/PpmImagePlugin.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/PpmImagePlugin.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/PsdImagePlugin.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/PsdImagePlugin.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/PsdImagePlugin.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/SgiImagePlugin.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/SgiImagePlugin.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/SgiImagePlugin.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/SpiderImagePlugin.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/SpiderImagePlugin.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/SpiderImagePlugin.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/SunImagePlugin.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/SunImagePlugin.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/SunImagePlugin.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/TarIO.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/TarIO.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/TarIO.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/TgaImagePlugin.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/TgaImagePlugin.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/TgaImagePlugin.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/TiffImagePlugin.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/TiffImagePlugin.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/TiffImagePlugin.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/TiffTags.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/TiffTags.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/TiffTags.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/WalImageFile.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/WalImageFile.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/WalImageFile.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/WmfImagePlugin.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/WmfImagePlugin.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/WmfImagePlugin.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/XVThumbImagePlugin.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/XVThumbImagePlugin.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/XVThumbImagePlugin.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/XbmImagePlugin.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/XbmImagePlugin.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/XbmImagePlugin.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/XpmImagePlugin.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/XpmImagePlugin.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/XpmImagePlugin.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/_imaging.so
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/_imagingcms.so
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/_imagingft.so
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/imaging/_imagingmath.so
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/PyFontify.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/PyFontify.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/PyFontify.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/abag.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/abag.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/abag.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/arciv.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/arciv.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/arciv.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/attrmap.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/attrmap.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/attrmap.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/boxstuff.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/boxstuff.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/boxstuff.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/codecharts.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/codecharts.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/codecharts.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/colors.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/colors.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/colors.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/corp.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/corp.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/corp.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/enums.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/enums.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/enums.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/extformat.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/extformat.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/extformat.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/fontfinder.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/fontfinder.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/fontfinder.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/fonts.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/fonts.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/fonts.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/formatters.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/formatters.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/formatters.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/geomutils.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/geomutils.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/geomutils.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/logger.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/logger.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/logger.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/normalDate.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/normalDate.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/normalDate.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/pagesizes.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/pagesizes.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/pagesizes.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/pdfencrypt.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/pdfencrypt.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/pdfencrypt.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/pygments2xpre.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/pygments2xpre.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/pygments2xpre.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/randomtext.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/randomtext.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/randomtext.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/rltempfile.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/rltempfile.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/rltempfile.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/rparsexml.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/rparsexml.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/rparsexml.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/sequencer.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/sequencer.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/sequencer.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/set_ops.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/set_ops.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/set_ops.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/styles.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/styles.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/styles.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/testutils.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/testutils.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/testutils.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/textsplit.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/textsplit.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/textsplit.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/units.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/units.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/units.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/utils.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/utils.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/utils.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/validators.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/validators.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/validators.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/xmllib.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/xmllib.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/xmllib.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/yaml.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/yaml.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/lib/yaml.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/pdfbase/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/pdfbase/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/pdfbase/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/pdfbase/_can_cmap_data.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/pdfbase/_can_cmap_data.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/pdfbase/_can_cmap_data.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/pdfbase/_cidfontdata.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/pdfbase/_cidfontdata.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/pdfbase/_cidfontdata.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/pdfbase/_fontdata.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/pdfbase/_fontdata.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/pdfbase/_fontdata.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/pdfbase/cidfonts.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/pdfbase/cidfonts.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/pdfbase/cidfonts.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/pdfbase/pdfdoc.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/pdfbase/pdfdoc.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/pdfbase/pdfdoc.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/pdfbase/pdfform.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/pdfbase/pdfform.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/pdfbase/pdfform.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/pdfbase/pdfmetrics.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/pdfbase/pdfmetrics.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/pdfbase/pdfmetrics.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/pdfbase/pdfpattern.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/pdfbase/pdfpattern.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/pdfbase/pdfpattern.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/pdfbase/pdfutils.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/pdfbase/pdfutils.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/pdfbase/pdfutils.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/pdfbase/rl_codecs.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/pdfbase/rl_codecs.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/pdfbase/rl_codecs.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/pdfbase/ttfonts.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/pdfbase/ttfonts.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/pdfbase/ttfonts.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/pdfgen/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/pdfgen/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/pdfgen/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/pdfgen/canvas.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/pdfgen/canvas.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/pdfgen/canvas.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/pdfgen/pathobject.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/pdfgen/pathobject.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/pdfgen/pathobject.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/pdfgen/pdfgeom.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/pdfgen/pdfgeom.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/pdfgen/pdfgeom.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/pdfgen/pdfimages.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/pdfgen/pdfimages.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/pdfgen/pdfimages.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/pdfgen/pycanvas.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/pdfgen/pycanvas.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/pdfgen/pycanvas.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/pdfgen/textobject.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/pdfgen/textobject.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/pdfgen/textobject.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/rl_config.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/rl_config.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/libpdf/rl_config.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/pycms/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/pycms/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/pycms/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/pycms/_pycms.so
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/pycms/profiles/GenericCMYK.icm
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/utils/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/utils/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/utils/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/utils/fs.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/utils/fs.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/utils/fs.pyo
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/utils/system.py
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/utils/system.pyc
|
||||
%%PYTHON_SITELIBDIR%%/sk1libs/utils/system.pyo
|
|
@ -1,30 +0,0 @@
|
|||
# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= uniconvertor
|
||||
PORTVERSION= 1.1.5
|
||||
CATEGORIES= graphics python
|
||||
MASTER_SITES= https://downloads.sk1project.net/uniconvertor/v1.1.5/ \
|
||||
https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/uniconvertor/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Universal vector graphics translator
|
||||
|
||||
LICENSE= LGPL20+ GPLv2+
|
||||
LICENSE_COMB= multi
|
||||
LICENSE_FILE_GPLv2+ = ${WRKSRC}/src/GNU_GPL_v2
|
||||
LICENSE_FILE_LGPL20+ = ${WRKSRC}/src/GNU_LGPL_v2
|
||||
|
||||
# see https://github.com/sk1project/uniconvertor/issues/19 for py3 conversion
|
||||
DEPRECATED= Uses deprecated version of python
|
||||
EXPIRATION_DATE= 2020-12-31
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/sk1libs/__init__.py:graphics/sk1libs@${PY_FLAVOR}
|
||||
|
||||
USES= python:2.7
|
||||
USE_PYTHON= distutils
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/uniconvertor/app/modules/*.so
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (uniconvertor-1.1.5.tar.gz) = c3a9ecb70779911470e01c6b1950b07fc2fe1880777a1e70e44251323f4d5882
|
||||
SIZE (uniconvertor-1.1.5.tar.gz) = 246998
|
|
@ -1,30 +0,0 @@
|
|||
UniConvertor is a universal vector graphics translator. It uses sK1
|
||||
engine to convert one format to another.
|
||||
|
||||
Development of the import/export modules for this program goes
|
||||
through different stages, quality and feature coverage are different
|
||||
among formats.
|
||||
|
||||
Import filters:
|
||||
* CorelDRAW ver.7-X3,X4 (CDR/CDT/CCX/CDRX/CMX)
|
||||
* Adobe Illustrator up to 9 ver. (AI postscript based)
|
||||
* Postscript (PS)
|
||||
* Encapsulated Postscript (EPS)
|
||||
* Computer Graphics Metafile (CGM)
|
||||
* Windows Metafile (WMF)
|
||||
* XFIG
|
||||
* Scalable Vector Graphics (SVG)
|
||||
* Skencil/Sketch/sK1 (SK and SK1)
|
||||
* Acorn Draw (AFF)
|
||||
|
||||
Export filters:
|
||||
* AI (Postscript based Adobe Illustrator 5.0 format)
|
||||
* SVG (Scalable Vector Graphics)
|
||||
* SK (Sketch/Skencil format)
|
||||
* SK1 (sK1 format)
|
||||
* CGM (Computer Graphics Metafile)
|
||||
* WMF (Windows Metafile)
|
||||
* PDF (Portable Document Format)
|
||||
* PS (PostScript)
|
||||
|
||||
WWW: https://sk1project.org/
|
|
@ -1,260 +0,0 @@
|
|||
bin/uniconvertor
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/COPYRIGHTS
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/GNU_GPL_v2
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/GNU_LGPL_v2
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/arrow.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/arrow.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/arrow.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/base.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/base.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/base.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/bezier.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/bezier.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/bezier.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/blend.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/blend.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/blend.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/blendgroup.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/blendgroup.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/blendgroup.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/clone.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/clone.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/clone.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/color.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/color.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/color.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/compound.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/compound.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/compound.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/curveop.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/curveop.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/curveop.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/dashes.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/dashes.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/dashes.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/document.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/document.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/document.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/ellipse.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/ellipse.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/ellipse.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/eps.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/eps.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/eps.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/external.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/external.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/external.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/font.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/font.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/font.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/gradient.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/gradient.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/gradient.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/graphics.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/graphics.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/graphics.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/group.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/group.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/group.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/guide.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/guide.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/guide.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/handle.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/handle.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/handle.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/image.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/image.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/image.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/layer.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/layer.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/layer.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/maskgroup.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/maskgroup.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/maskgroup.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/pagelayout.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/pagelayout.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/pagelayout.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/papersize.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/papersize.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/papersize.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/pattern.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/pattern.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/pattern.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/plugobj.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/plugobj.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/plugobj.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/properties.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/properties.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/properties.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/psdevice.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/psdevice.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/psdevice.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/rectangle.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/rectangle.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/rectangle.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/selection.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/selection.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/selection.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/selinfo.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/selinfo.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/selinfo.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/text.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/text.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Graphics/text.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Lib/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Lib/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Lib/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Lib/dscparser.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Lib/dscparser.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Lib/dscparser.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Lib/encoding.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Lib/encoding.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Lib/encoding.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Lib/psmisc.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Lib/psmisc.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Lib/psmisc.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Lib/skcompleter.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Lib/skcompleter.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Lib/skcompleter.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Lib/type1.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Lib/type1.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Lib/type1.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Lib/units.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Lib/units.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Lib/units.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Scripting/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Scripting/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Scripting/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Scripting/registry.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Scripting/registry.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Scripting/registry.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Scripting/script.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Scripting/script.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Scripting/script.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Scripting/wrapper.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Scripting/wrapper.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/Scripting/wrapper.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/VERSION
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/conf/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/conf/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/conf/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/conf/configurator.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/conf/configurator.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/conf/configurator.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/conf/const.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/conf/const.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/conf/const.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/events/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/events/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/events/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/events/connector.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/events/connector.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/events/connector.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/events/skexceptions.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/events/skexceptions.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/events/skexceptions.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/events/undo.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/events/undo.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/events/undo.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/events/undodict.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/events/undodict.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/events/undodict.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/events/warn.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/events/warn.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/events/warn.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/io/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/io/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/io/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/io/load.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/io/load.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/io/load.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/io/loadres.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/io/loadres.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/io/loadres.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/managers/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/managers/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/managers/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/managers/colormanager.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/managers/colormanager.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/managers/colormanager.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/modules/_sketch.so
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/modules/_type1.so
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/modules/pstokenize.so
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/modules/skread.so
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/modules/streamfilter.so
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/scripts/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/scripts/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/scripts/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/scripts/abut_horizontal.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/scripts/abut_horizontal.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/scripts/abut_horizontal.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/scripts/abut_vertical.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/scripts/abut_vertical.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/scripts/abut_vertical.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/scripts/average_points.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/scripts/average_points.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/scripts/average_points.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/scripts/create_spiral.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/scripts/create_spiral.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/scripts/create_spiral.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/scripts/create_star.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/scripts/create_star.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/scripts/create_star.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/scripts/create_star_outline.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/scripts/create_star_outline.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/scripts/create_star_outline.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/scripts/create_text.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/scripts/create_text.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/scripts/create_text.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/scripts/export_raster.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/scripts/footprints.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/scripts/footprints.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/scripts/footprints.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/scripts/inspect_beziers.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/scripts/inspect_beziers.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/scripts/inspect_beziers.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/scripts/read_gimp_path.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/scripts/read_gimp_path.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/scripts/read_gimp_path.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/scripts/reload_image.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/scripts/reload_image.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/scripts/reload_image.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/scripts/save_selection.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/scripts/save_selection.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/scripts/save_selection.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/scripts/select_same_fill_color.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/scripts/select_same_fill_color.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/scripts/select_same_fill_color.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/scripts/select_same_line_color.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/scripts/select_same_line_color.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/scripts/select_same_line_color.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/scripts/simple_separation.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/scripts/simple_separation.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/scripts/simple_separation.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/scripts/spread.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/scripts/spread.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/scripts/spread.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/scripts/unit.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/scripts/unit.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/scripts/unit.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/scripts/usersguide.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/scripts/usersguide.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/scripts/usersguide.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/utils/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/utils/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/utils/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/utils/locale_utils.py
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/utils/locale_utils.pyc
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/app/utils/locale_utils.pyo
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/share/fonts/descr.txt
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/share/ps_templates/sk1-proc.ps
|
||||
%%PYTHON_SITELIBDIR%%/uniconvertor/share/ps_templates/sketch-proc.ps
|
Loading…
Reference in a new issue