pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

sdl-hercules-*: linted.



Module Name:	pkgsrc-wip
Committed By:	Olaf Seibert <rhialto%falu.nl@localhost>
Pushed By:	rhialto
Date:		Sat Feb 8 14:58:45 2020 +0100
Changeset:	8aec87b80498d9224263ffaefbbc888d007c2fa7

Modified Files:
	sdl-hercules-crypto/Makefile
	sdl-hercules-crypto/PLIST
	sdl-hercules-crypto/buildlink3.mk
	sdl-hercules-decnumber/Makefile
	sdl-hercules-decnumber/PLIST
	sdl-hercules-decnumber/buildlink3.mk
	sdl-hercules-hyperion/DESCR
	sdl-hercules-hyperion/Makefile
	sdl-hercules-softfloat/Makefile
	sdl-hercules-softfloat/buildlink3.mk
	sdl-hercules-telnet/buildlink3.mk

Log Message:
sdl-hercules-*: linted.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8aec87b80498d9224263ffaefbbc888d007c2fa7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 sdl-hercules-crypto/Makefile         | 19 -------------------
 sdl-hercules-crypto/PLIST            |  4 ++--
 sdl-hercules-crypto/buildlink3.mk    |  1 +
 sdl-hercules-decnumber/Makefile      | 19 -------------------
 sdl-hercules-decnumber/PLIST         |  8 ++++----
 sdl-hercules-decnumber/buildlink3.mk |  1 +
 sdl-hercules-hyperion/DESCR          |  9 +++++++++
 sdl-hercules-hyperion/Makefile       |  1 -
 sdl-hercules-softfloat/Makefile      | 21 +--------------------
 sdl-hercules-softfloat/buildlink3.mk |  1 +
 sdl-hercules-telnet/buildlink3.mk    |  1 +
 11 files changed, 20 insertions(+), 65 deletions(-)

diffs:
diff --git a/sdl-hercules-crypto/Makefile b/sdl-hercules-crypto/Makefile
index c24205e7ea..e27baaf96d 100644
--- a/sdl-hercules-crypto/Makefile
+++ b/sdl-hercules-crypto/Makefile
@@ -14,25 +14,6 @@ LICENSE=	modified-bsd
 USE_TOOLS+=	cmake
 USE_LANGUAGES+=	c c++
 
-#INSTDIR=	${DESTDIR}${PREFIX}
-#DOCDIR=		${DESTDIR}${PREFIX}/share/doc/sdl-hercules
-#BLDDIR=		${WRKDIR}/build
-#
-#do-build:
-#	${MKDIR} ${BLDDIR}
-#	${MKDIR} ${INSTDIR}
-#	cd ${WRKDIR} && \
-#	    mkdir build && \
-#	    cd build && \
-#	    ${WRKSRC}/build --pkgdir ${WRKSRC} \
-#	                    --pkgname crypto \
-#			    --install ${INSTDIR}
-#	${MKDIR} ${DOCDIR}
-#	if [ -f ${DESTDIR}${PREFIX}/crypto.LICENSE.txt ]; then ${MV} -f ${DESTDIR}${PREFIX}/crypto.* ${DOCDIR}; fi
-#
-#do-install:
-#	@echo "Install work has been done by do-build."
-
 USE_CMAKE=	yes
 BLDDIR=		${WRKDIR}/crypto64.Release
 CONFIGURE_DIRS=	${BLDDIR}
diff --git a/sdl-hercules-crypto/PLIST b/sdl-hercules-crypto/PLIST
index a02220cdbf..49715276a8 100644
--- a/sdl-hercules-crypto/PLIST
+++ b/sdl-hercules-crypto/PLIST
@@ -1,4 +1,6 @@
 @comment $NetBSD$
+lib/sdlhercules/crypto.LICENSE.txt
+lib/sdlhercules/crypto.README.txt
 lib/sdlhercules/include/crypto.h
 lib/sdlhercules/include/crypto_version.h
 lib/sdlhercules/include/rijndael.h
@@ -6,5 +8,3 @@ lib/sdlhercules/include/sha1.h
 lib/sdlhercules/include/sha2.h
 lib/sdlhercules/include/sshdes.h
 lib/sdlhercules/lib/libcrypto64.a
-lib/sdlhercules/crypto.LICENSE.txt
-lib/sdlhercules/crypto.README.txt
diff --git a/sdl-hercules-crypto/buildlink3.mk b/sdl-hercules-crypto/buildlink3.mk
index 62c23a305c..d5f27758ab 100644
--- a/sdl-hercules-crypto/buildlink3.mk
+++ b/sdl-hercules-crypto/buildlink3.mk
@@ -4,6 +4,7 @@ BUILDLINK_TREE+=	sdl-hercules-crypto
 
 .if !defined(SDL_HERCULES_CRYPTO_BUILDLINK3_MK)
 SDL_HERCULES_CRYPTO_BUILDLINK3_MK:=
+
 BUILDLINK_DEPMETHOD.sdl-hercules-crypto?=	build
 
 BUILDLINK_API_DEPENDS.sdl-hercules-crypto+=	sdl-hercules-crypto>=1.0.0
diff --git a/sdl-hercules-decnumber/Makefile b/sdl-hercules-decnumber/Makefile
index d30637e175..4f7dfe9bdc 100644
--- a/sdl-hercules-decnumber/Makefile
+++ b/sdl-hercules-decnumber/Makefile
@@ -14,25 +14,6 @@ LICENSE=	qpl-v1.0
 USE_TOOLS+=	cmake
 USE_LANGUAGES+=	c c++
 
-#INSTDIR=	${DESTDIR}${PREFIX}
-#DOCDIR=		${DESTDIR}${PREFIX}/share/doc/sdl-hercules
-#BLDDIR=		${WRKDIR}/build
-#
-#do-build:
-#	${MKDIR} ${BLDDIR}
-#	${MKDIR} ${INSTDIR}
-#	cd ${WRKDIR} && \
-#	    mkdir build && \
-#	    cd build && \
-#	    ${WRKSRC}/build --pkgdir ${WRKSRC} \
-#	                    --pkgname decNumber \
-#			    --install ${INSTDIR}
-#	${MKDIR} ${DOCDIR}
-#	if [ -f ${DESTDIR}${PREFIX}/decnumber.ERRATA ]; then ${MV} -f ${DESTDIR}${PREFIX}/decnumber.* ${DOCDIR}; fi
-#
-#do-install:
-#	@echo "Install work has been done by do-build."
-
 USE_CMAKE=	yes
 BLDDIR=		${WRKDIR}/decNumber64.Release
 CONFIGURE_DIRS=	${BLDDIR}
diff --git a/sdl-hercules-decnumber/PLIST b/sdl-hercules-decnumber/PLIST
index 097f0989e5..581f5eb948 100644
--- a/sdl-hercules-decnumber/PLIST
+++ b/sdl-hercules-decnumber/PLIST
@@ -1,4 +1,8 @@
 @comment $NetBSD$
+lib/sdlhercules/decnumber.ERRATA
+lib/sdlhercules/decnumber.ICU-license.html
+lib/sdlhercules/decnumber.pdf
+lib/sdlhercules/decnumber.readme.txt
 lib/sdlhercules/include/decContext.h
 lib/sdlhercules/include/decNumber.h
 lib/sdlhercules/include/decPacked.h
@@ -8,7 +12,3 @@ lib/sdlhercules/include/decimal32.h
 lib/sdlhercules/include/decimal64.h
 lib/sdlhercules/include/decnumber_version.h
 lib/sdlhercules/lib/libdecNumber64.a
-lib/sdlhercules/decnumber.ERRATA
-lib/sdlhercules/decnumber.ICU-license.html
-lib/sdlhercules/decnumber.pdf
-lib/sdlhercules/decnumber.readme.txt
diff --git a/sdl-hercules-decnumber/buildlink3.mk b/sdl-hercules-decnumber/buildlink3.mk
index accb9cbc60..9b8150370d 100644
--- a/sdl-hercules-decnumber/buildlink3.mk
+++ b/sdl-hercules-decnumber/buildlink3.mk
@@ -4,6 +4,7 @@ BUILDLINK_TREE+=	sdl-hercules-decnumber
 
 .if !defined(SDL_HERCULES_DECNUMBER_BUILDLINK3_MK)
 SDL_HERCULES_DECNUMBER_BUILDLINK3_MK:=
+
 BUILDLINK_DEPMETHOD.sdl-hercules-decnumber?=	build
 
 BUILDLINK_API_DEPENDS.sdl-hercules-decnumber+=	sdl-hercules-decnumber>=3.68.0
diff --git a/sdl-hercules-hyperion/DESCR b/sdl-hercules-hyperion/DESCR
index 35e36e1c28..525d968d24 100644
--- a/sdl-hercules-hyperion/DESCR
+++ b/sdl-hercules-hyperion/DESCR
@@ -1 +1,10 @@
 This is an activiely developed version of emulators/hercules.
+
+Hercules is an open source software implementation of the mainframe
+System/370 and ESA/390 architectures, in addition to the new 64-bit
+z/Architecure.  Hercules runs under Linux, Windows 98, Windows NT,
+Windows 2000, and NetBSD.  Hercules was created by Roger Bowler and is
+maintained by Jay Maynard.  Jan Jaeger designed and implemented many
+of the advanced features of Hercules, including dynamic
+reconfiguration, integrated console, interpretive execution, and
+z/Architecture support.
diff --git a/sdl-hercules-hyperion/Makefile b/sdl-hercules-hyperion/Makefile
index eb8105c7a7..ea5f771477 100644
--- a/sdl-hercules-hyperion/Makefile
+++ b/sdl-hercules-hyperion/Makefile
@@ -18,7 +18,6 @@ GNU_CONFIGURE=	yes
 USE_TOOLS+=	autoconf automake flex gawk grep gm4 gmake perl gsed
 USE_LANGUAGES+=	c c++
 
-
 CONFIGURE_ARGS+=	--disable-ipv6	# configure can't find header
 CONFIGURE_ARGS+=	--enable-extpkgs=${PREFIX}/lib/sdlhercules
 
diff --git a/sdl-hercules-softfloat/Makefile b/sdl-hercules-softfloat/Makefile
index 4fe22a5d2c..6d0b63aabf 100644
--- a/sdl-hercules-softfloat/Makefile
+++ b/sdl-hercules-softfloat/Makefile
@@ -4,7 +4,7 @@ PKGNAME=	sdl-hercules-softfloat-3.5.0
 CATEGORIES=	emulators
 GIT_REPO=	https://github.com/SDL-Hercules-390/SoftFloat.git
 GIT_REVISION=	4bd642a52f9d631254315cdeb80f49dcc0ad6f7b # Nov 29, 2019
-CHECKOUT_DATE=	2019-11-30
+CHECKOUT_DATE=	2019-11-29
 
 MAINTAINER=	rhialto%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/SDL-Hercules-390/SoftFloat
@@ -14,25 +14,6 @@ LICENSE=	modified-bsd
 USE_TOOLS+=	cmake
 USE_LANGUAGES+=	c c++
 
-#INSTDIR=	${DESTDIR}${PREFIX}
-#DOCDIR=		${DESTDIR}${PREFIX}/share/doc/sdl-hercules
-#BLDDIR=		${WRKDIR}/build
-#
-#do-build:
-#	${MKDIR} ${BLDDIR}
-#	${MKDIR} ${INSTDIR}
-#	cd ${WRKDIR} && \
-#	    mkdir build && \
-#	    cd build && \
-#	    ${WRKSRC}/build --pkgdir ${WRKSRC} \
-#	                    --pkgname decNumber \
-#			    --install ${INSTDIR}
-#	${MKDIR} ${DOCDIR}
-#	if [ -f ${DESTDIR}${PREFIX}/softfloat.LICENSE.txt ]; then ${MV} -f ${DESTDIR}${PREFIX}/softfloat.* ${DOCDIR}; fi
-#
-#do-install:
-#	@echo "Install work has been done by do-build."
-
 USE_CMAKE=	yes
 BLDDIR=		${WRKDIR}/SoftFloat64.Release
 CONFIGURE_DIRS=	${BLDDIR}
diff --git a/sdl-hercules-softfloat/buildlink3.mk b/sdl-hercules-softfloat/buildlink3.mk
index 82535bb05c..a3275d6783 100644
--- a/sdl-hercules-softfloat/buildlink3.mk
+++ b/sdl-hercules-softfloat/buildlink3.mk
@@ -4,6 +4,7 @@ BUILDLINK_TREE+=	sdl-hercules-softfloat
 
 .if !defined(SDL_HERCULES_SOFTFLOAT_BUILDLINK3_MK)
 SDL_HERCULES_SOFTFLOAT_BUILDLINK3_MK:=
+
 BUILDLINK_DEPMETHOD.sdl-hercules-softfloat?=	build
 
 BUILDLINK_API_DEPENDS.sdl-hercules-softfloat+=	sdl-hercules-softfloat>=3.5.0
diff --git a/sdl-hercules-telnet/buildlink3.mk b/sdl-hercules-telnet/buildlink3.mk
index 535134bd07..84bce67fec 100644
--- a/sdl-hercules-telnet/buildlink3.mk
+++ b/sdl-hercules-telnet/buildlink3.mk
@@ -4,6 +4,7 @@ BUILDLINK_TREE+=	sdl-hercules-telnet
 
 .if !defined(SDL_HERCULES_TELNET_BUILDLINK3_MK)
 SDL_HERCULES_TELNET_BUILDLINK3_MK:=
+
 BUILDLINK_DEPMETHOD.sdl-hercules-telnet?=	build
 
 BUILDLINK_API_DEPENDS.sdl-hercules-telnet+=	sdl-hercules-telnet>=1.0.0


Home | Main Index | Thread Index | Old Index