Skip to content

Commit

Permalink
Fixed macos workflow and a few copyrights
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Phillips committed Aug 6, 2024
1 parent 869b020 commit 0d3cf75
Show file tree
Hide file tree
Showing 7 changed files with 89 additions and 65 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
cp /opt/homebrew/opt/openssl@3/lib/libssl.3.dylib bin/macos14-apple64
cp /opt/homebrew/opt/openssl@3/LICENSE.txt bin/macos14-apple64
cp /opt/homebrew/opt/openssl@3/README.md bin/macos14-apple64
zip -r ../../downloads/Jasspa_MicroEmacs_${MEVER}_apple_openssl bin
zip -r ../../downloads/Jasspa_MicroEmacs_${MEVER}_macos_apple_openssl bin
cd ..
./bin/macos14-apple64/tfs -o ../packages/Jasspa_MicroEmacs_${MEVER}_macos_apple64_openssl.tfs -a ./mesingle/tfs_hd tfs
Expand Down Expand Up @@ -120,3 +120,8 @@ jobs:
name: macos-downloads
path: downloads

- name: Upload macos packages
uses: actions/upload-artifact@v4
with:
name: macos-packages
path: packages
33 changes: 16 additions & 17 deletions microemacs/3rdparty/mesock/meftptest.c
Original file line number Diff line number Diff line change
@@ -1,25 +1,24 @@
/* -*- C -*- ****************************************************************
/* -*- c -*-
*
* Copyright 2021 Maxinity Software Ltd.
* All Rights Reserved
* JASSPA MicroEmacs - www.jasspa.com
* spell.c - Spell checking routines.
*
* Created By : Steven Phillips
* Created : 2021-04-10 16:38:33
* Description :
* Copyright (C) 2021-2024 JASSPA (www.jasspa.com)
*
* Notes
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
* Software Foundation; either version 2 of the License, or (at your option)
* any later version.
*
****************************************************************************
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
* more details.
*
* Copyright (c) 2021 Maxinity Software Ltd.
*
* All Rights Reserved.
*
* This document may not, in whole or in part, be copied, photocopied,
* reproduced, translated, or reduced to any electronic medium or machine
* readable form without prior written consent from Maxinity Software Ltd.
*
****************************************************************************/
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
* 675 Mass Ave, Cambridge, MA 02139, USA.
*/

#include "mesock.h"

Expand Down
33 changes: 16 additions & 17 deletions microemacs/3rdparty/mesock/mehttptest.c
Original file line number Diff line number Diff line change
@@ -1,25 +1,24 @@
/* -*- C -*- ****************************************************************
/* -*- c -*-
*
* Copyright 2021 Maxinity Software Ltd.
* All Rights Reserved
* JASSPA MicroEmacs - www.jasspa.com
* spell.c - Spell checking routines.
*
* Created By : Steven Phillips
* Created : 2021-04-10 16:38:33
* Description :
* Copyright (C) 2020-2024 JASSPA (www.jasspa.com)
*
* Notes
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
* Software Foundation; either version 2 of the License, or (at your option)
* any later version.
*
****************************************************************************
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
* more details.
*
* Copyright (c) 2021 Maxinity Software Ltd.
*
* All Rights Reserved.
*
* This document may not, in whole or in part, be copied, photocopied,
* reproduced, translated, or reduced to any electronic medium or machine
* readable form without prior written consent from Maxinity Software Ltd.
*
****************************************************************************/
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
* 675 Mass Ave, Cambridge, MA 02139, USA.
*/

#include "mesock.h"

Expand Down
24 changes: 17 additions & 7 deletions microemacs/3rdparty/mesock/mesock.c
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
/* -*- C -*- ****************************************************************
/* -*- c -*-
*
* Copyright (c) 2020 Maxinity Software Ltd (www.maxinity.co.uk).
* JASSPA MicroEmacs - www.jasspa.com
* spell.c - Spell checking routines.
*
* All Rights Reserved.
* Copyright (C) 2020-2024 JASSPA (www.jasspa.com)
*
* This document may not, in whole or in part, be copied, photocopied,
* reproduced, translated, or reduced to any electronic medium or machine
* readable form without prior written consent from Maxinity Software Ltd.
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
* Software Foundation; either version 2 of the License, or (at your option)
* any later version.
*
****************************************************************************/
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
* more details.
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
* 675 Mass Ave, Cambridge, MA 02139, USA.
*/

#define meSOCK_USE_DLL 1
#if meSOCK_USE_DLL
Expand Down
31 changes: 16 additions & 15 deletions microemacs/3rdparty/mesock/mesock.h
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
/* -*- C -*- ****************************************************************
/* -*- c -*-
*
* Copyright 2021 Maxinity Software Ltd.
* All Rights Reserved
* JASSPA MicroEmacs - www.jasspa.com
* spell.c - Spell checking routines.
*
* Created By : Steven Phillips
* Created : 2021-09-20 17:39:05
* Description : Error numbers used
* Copyright (C) 2020-2024 JASSPA (www.jasspa.com)
*
****************************************************************************
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
* Software Foundation; either version 2 of the License, or (at your option)
* any later version.
*
* Copyright (c) 2021 Maxinity Software Ltd.
*
* All Rights Reserved.
*
* This document may not, in whole or in part, be copied, photocopied,
* reproduced, translated, or reduced to any electronic medium or machine
* readable form without prior written consent from Maxinity Software Ltd.
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
* more details.
*
****************************************************************************/
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
* 675 Mass Ave, Cambridge, MA 02139, USA.
*/

#ifndef __MESOCK_H
#define __MESOCK_H
Expand Down
2 changes: 1 addition & 1 deletion microemacs/macros/mepinst.emf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
; Synopsis: MicroEmacs package installer
; Authors: Steven Phillips
;
set-variable .help.purl "http://demo.maxinity.co.uk/MicroEmacs/"
set-variable .help.purl "http://d1j8pqz26umfbo.cloudfront.net/packages/"

0 define-macro me-pinstall
set-variable #l1 @1
Expand Down
24 changes: 17 additions & 7 deletions microemacs/src/sock.c
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
/* -*- C -*- ****************************************************************
/* -*- c -*-
*
* Copyright (c) 2020 Maxinity Software Ltd (www.maxinity.co.uk).
* JASSPA MicroEmacs - www.jasspa.com
* spell.c - Spell checking routines.
*
* All Rights Reserved.
* Copyright (C) 2020-2024 JASSPA (www.jasspa.com)
*
* This document may not, in whole or in part, be copied, photocopied,
* reproduced, translated, or reduced to any electronic medium or machine
* readable form without prior written consent from Maxinity Software Ltd.
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
* Software Foundation; either version 2 of the License, or (at your option)
* any later version.
*
****************************************************************************/
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
* more details.
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
* 675 Mass Ave, Cambridge, MA 02139, USA.
*/

#ifdef _SOCKET
#ifdef _WIN32
Expand Down

0 comments on commit 0d3cf75

Please sign in to comment.