pkgsrc-WIP-changes archive

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

opencascade: Switch away from git clone and download a tarball thru gitweb



Module Name:	pkgsrc-wip
Committed By:	Paul Ripke <stix%stix.id.au@localhost>
Pushed By:	stix
Date:		Wed Dec 6 20:55:17 2023 +1100
Changeset:	624aada8288930451f00631e83e2ba4d67f3637c

Modified Files:
	opencascade-git/DESCR
	opencascade-git/Makefile
	opencascade-git/distinfo

Log Message:
opencascade: Switch away from git clone and download a tarball thru gitweb

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

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

diffstat:
 opencascade-git/DESCR    |  4 ++++
 opencascade-git/Makefile | 16 +++-------------
 opencascade-git/distinfo |  3 +++
 3 files changed, 10 insertions(+), 13 deletions(-)

diffs:
diff --git a/opencascade-git/DESCR b/opencascade-git/DESCR
index 853255542f..42dd23b44c 100644
--- a/opencascade-git/DESCR
+++ b/opencascade-git/DESCR
@@ -1,3 +1,7 @@
 Open CASCADE Technology is a software development platform freely available in
 open source. It includes components for 3D surface and solid modeling,
 visualization, data exchange and rapid application development.
+
+Open CASCADE Technology can be best applied in development of numerical
+simulation software including CAD/CAM/CAE, AEC and GIS, as well as PDM
+applications.
diff --git a/opencascade-git/Makefile b/opencascade-git/Makefile
index 41d5fc1cec..85b9c1c302 100644
--- a/opencascade-git/Makefile
+++ b/opencascade-git/Makefile
@@ -2,24 +2,15 @@
 #
 
 DISTNAME=	opencascade-7.6.3
-CATEGORIES=	cad
 PKGREVISION=	1
-
-GIT_REPO=		https://git.dev.opencascade.org/repos/occt.git
-GIT_TAG=		V${PKGVERSION_NOREV:S/./_/g}
-GIT_EXTRACTDIR.default=	${DISTNAME}
-WRKSRC=			${WRKDIR}/${DISTNAME}
-
-# Official webpage requires login
-# MASTER_SITES=	https://sources.archlinux.org/other/community/opencascade/
-# Download URL may have changed? Eg.
-# https://dev.opencascade.org/system/files/occt/OCC_7.6.0_release/opencascade-7.6.0.tgz
-# EXTRACT_SUFX=	.tgz
+CATEGORIES=	cad
+MASTER_SITES=	-http://git.dev.opencascade.org/gitweb/?p=occt.git;a=snapshot;h=refs/tags/V${PKGVERSION_NOREV:S/./_/g};sf=tgz
 
 MAINTAINER=	stix%stix.id.au@localhost
 HOMEPAGE=	http://www.opencascade.org/
 COMMENT=	Software development platform for 3D CAD CAM CAE
 LICENSE=	gnu-lgpl-v2.1
+WRKSRC=		${WRKDIR}/occt-V${PKGVERSION_NOREV:S/./_/g}
 
 USE_CMAKE=	yes
 USE_TOOLS+=	bash
@@ -49,5 +40,4 @@ SUBST_SED.cmakebinletter=	-e 's/\\$${OCCT_INSTALL_BIN_LETTER}//g'
 
 .include "../../lang/tcl/buildlink3.mk"
 .include "../../x11/tk/buildlink3.mk"
-.include "../../wip/mk/git-package.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/opencascade-git/distinfo b/opencascade-git/distinfo
index 633bdacea4..d7c4d51cdc 100644
--- a/opencascade-git/distinfo
+++ b/opencascade-git/distinfo
@@ -1,5 +1,8 @@
 $NetBSD$
 
+BLAKE2s (opencascade-7.6.3.tar.gz) = 2d456a342d1016b46aafd4aaab7725aa63137c9dea758a1aba5fca734fc9fcad
+SHA512 (opencascade-7.6.3.tar.gz) = 0709ea71b7a9c0010a6f1fd988f3a8cdba74ef400dad1b74323c1b0785c60346a48d47ec8be7df7b72682686a3843b3e28c11eef7fec2a3a7b593629a8857eda
+Size (opencascade-7.6.3.tar.gz) = 48214346 bytes
 SHA1 (patch-CMakeLists.txt) = 0aed9c33580f915de7ff0c2800a78d00d655edc4
 SHA1 (patch-adm_cmake_occt__macros.cmake) = 132c73f4208796af25f7363e3792e825887ac3aa
 SHA1 (patch-src_DrawResources_InitEnvironment.tcl) = 436803f7b8f3e72b0c62a8df7a3b76babf9aecaf


Home | Main Index | Thread Index | Old Index