aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2023-04-21 18:56:51 +0000
committerRene Ladan <rene@FreeBSD.org>2023-04-21 18:57:01 +0000
commit04c7d1e4a8db6c0102601a9ef8d04e1cf9e183d7 (patch)
tree57dbfaae0fc36ee49b67a346f0877814f435cfad
parente16568962befb8f85470ace6ad2a0da1b4a8a9b9 (diff)
downloadports-04c7d1e4a8db6c0102601a9ef8d04e1cf9e183d7.tar.gz
ports-04c7d1e4a8db6c0102601a9ef8d04e1cf9e183d7.zip
cleanup: Remove expired ports related to cdcl:
2023-04-21 science/cdcl: Broken since 2021 2023-04-21 science/rubygem-ruby-dcl: requires deprecated science/cdcl
-rw-r--r--MOVED2
-rw-r--r--science/Makefile2
-rw-r--r--science/cdcl/Makefile58
-rw-r--r--science/cdcl/distinfo2
-rw-r--r--science/cdcl/pkg-descr2
-rw-r--r--science/cdcl/pkg-plist124
-rw-r--r--science/rubygem-ruby-dcl/Makefile28
-rw-r--r--science/rubygem-ruby-dcl/distinfo3
-rw-r--r--science/rubygem-ruby-dcl/pkg-descr1
9 files changed, 2 insertions, 220 deletions
diff --git a/MOVED b/MOVED
index f7766929712d..377602e446e1 100644
--- a/MOVED
+++ b/MOVED
@@ -17909,3 +17909,5 @@ multimedia/mythtv-frontend|multimedia/mythtv|2023-04-10|Frontend is no part of m
lang/ruby27|lang/ruby30|2023-04-13|Please migrate to newer versions. Ruby 2.7 will reach its EoL on April 12, 2023
www/py-requests-futures0|www/py-requests-futures|2023-04-19|Remove obsoleted port. Use www/py-requests-futures instead
mail/rubygem-mail27|mail/rubygem-mail|2023-04-19|Remove obsoleted port. Use mail/rubygem-mail instead
+science/cdcl||2023-04-21|Has expired: Broken since 2021
+science/rubygem-ruby-dcl||2023-04-21|Has expired: requires deprecated science/cdcl
diff --git a/science/Makefile b/science/Makefile
index dd281aa1b47b..b2edac6b6fe5 100644
--- a/science/Makefile
+++ b/science/Makefile
@@ -42,7 +42,6 @@
SUBDIR += buddy
SUBDIR += cantera
SUBDIR += cardioid
- SUBDIR += cdcl
SUBDIR += cdf
SUBDIR += cdk
SUBDIR += cdo
@@ -455,7 +454,6 @@
SUBDIR += rubygem-rgeo-geojson
SUBDIR += rubygem-rgeo-proj4
SUBDIR += rubygem-rgeo-shapefile
- SUBDIR += rubygem-ruby-dcl
SUBDIR += rubygem-ruby-netcdf
SUBDIR += scidavis
SUBDIR += sciplot
diff --git a/science/cdcl/Makefile b/science/cdcl/Makefile
deleted file mode 100644
index e5e21c115231..000000000000
--- a/science/cdcl/Makefile
+++ /dev/null
@@ -1,58 +0,0 @@
-PORTNAME= cdcl
-PORTVERSION= 5.4.8
-PORTREVISION= 2
-CATEGORIES= science graphics
-MASTER_SITES= http://www.gfd-dennou.org/arch/dcl/ \
- http://dennou-h.gfd-dennou.org/arch/dcl/ \
- http://dennou-q.gfd-dennou.org/arch/dcl/
-DISTNAME= dcl-${PORTVERSION}-C
-
-MAINTAINER= murashin@gfd-dennou.org
-COMMENT= Scientific graphic library for geoscience
-WWW= https://www.gfd-dennou.org/arch/dcl/
-
-# Converted from RESTRICTED
-LICENSE= cdcl
-LICENSE_NAME= cdcl
-LICENSE_TEXT= No commercial use
-LICENSE_PERMS= auto-accept
-
-BROKEN= fails to fetch from mastersite (newest release is 7.4.0 of 2020611)
-BROKEN_armv6= fails to link: final link failed: Nonrepresentable section on output
-BROKEN_armv7= fails to link: final link failed: Nonrepresentable section on output
-DEPRECATED= Broken since 2021
-EXPIRATION_DATE= 2023-04-21
-
-OPTIONS_DEFINE= DOCS EXAMPLES
-USES= desthack gnome pkgconfig xorg
-USE_XORG= x11 xext
-USE_GNOME= gtk20 gdkpixbuf2
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-x --enable-shared
-# Fix build with clang11
-CFLAGS+= -fcommon
-
-PLIST_SUB= DCL_VERSION=${PORTVERSION:S/.//g}
-
-MAKE_JOBS_UNSAFE= yes
-
-BINARIES= cdclcmap cdclclr cdcldate cdcldbs cdclexec cdclfont \
- cdclpara cdcltone cdcltrf cdclver
-PORTDOCS= CHECK CREDITS HISTORY README
-PORTEXAMPLES= *
-
-post-configure:
- @${REINPLACE_CMD} -e 's|$$(DCLLANG)dcl$$(DCLVERNUM)|$$(DCLLANG)dcl|' ${WRKSRC}/Mkinclude
-
-post-install:
-.for i in ${BINARIES}
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${i}
-.endfor
- @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
- (cd ${WRKSRC}/demo/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
-.for i in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}/
-.endfor
-
-.include <bsd.port.mk>
diff --git a/science/cdcl/distinfo b/science/cdcl/distinfo
deleted file mode 100644
index 226dfd553fa5..000000000000
--- a/science/cdcl/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (dcl-5.4.8-C.tar.gz) = 04271b061bd63b203521bf9b367f3191560ba95baaff93fc5fbf8d2f534cc9cd
-SIZE (dcl-5.4.8-C.tar.gz) = 1702106
diff --git a/science/cdcl/pkg-descr b/science/cdcl/pkg-descr
deleted file mode 100644
index 6b586e9b75af..000000000000
--- a/science/cdcl/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-DCL is scientific graphic library for geoscience, written in Fortran.
-DCL-C is converted from Fortran version of DCL.
diff --git a/science/cdcl/pkg-plist b/science/cdcl/pkg-plist
deleted file mode 100644
index b20e5b5d85d6..000000000000
--- a/science/cdcl/pkg-plist
+++ /dev/null
@@ -1,124 +0,0 @@
-bin/cdclcc
-bin/cdclcmap
-bin/cdclclr
-bin/cdclconfig
-bin/cdclconfig%%DCL_VERSION%%
-bin/cdcldate
-bin/cdcldbs
-bin/cdclexec
-bin/cdclfont
-bin/cdclpara
-bin/cdclps2kdraw
-bin/cdclpscat
-bin/cdclpsfix
-bin/cdclpsfont
-bin/cdclpsline
-bin/cdclpsmargin
-bin/cdclpsmerge
-bin/cdclpsnup
-bin/cdclpsrgb2cmyk
-bin/cdclpsrmcm
-bin/cdclpsrot
-bin/cdclpsselect
-bin/cdclpsseparate
-bin/cdclpsunrot
-bin/cdcltone
-bin/cdcltrf
-bin/cdclver
-bin/crepsl
-include/libtinyf2c.h
-include/cdcl.h
-lib/cdcldbase/bitmap.x11
-lib/cdcldbase/border_world
-lib/cdcldbase/cl2tnmap
-lib/cdcldbase/cmaplist
-lib/cdcldbase/coast_japan
-lib/cdcldbase/coast_world
-lib/cdcldbase/coast_world_1
-lib/cdcldbase/colormap.x11
-lib/cdcldbase/colormap_01.x11
-lib/cdcldbase/colormap_02.x11
-lib/cdcldbase/colormap_03.x11
-lib/cdcldbase/colormap_04.x11
-lib/cdcldbase/colormap_05.x11
-lib/cdcldbase/colormap_06.x11
-lib/cdcldbase/colormap_07.x11
-lib/cdcldbase/colormap_08.x11
-lib/cdcldbase/colormap_09.x11
-lib/cdcldbase/colormap_10.x11
-lib/cdcldbase/colormap_11.x11
-lib/cdcldbase/colormap_12.x11
-lib/cdcldbase/colormap_13.x11
-lib/cdcldbase/colormap_14.x11
-lib/cdcldbase/colormap_15.x11
-lib/cdcldbase/colormap_16.x11
-lib/cdcldbase/colormap_17.x11
-lib/cdcldbase/colormap_18.x11
-lib/cdcldbase/colormap_19.x11
-lib/cdcldbase/colormap_20.x11
-lib/cdcldbase/colormap_21.x11
-lib/cdcldbase/colormap_22.x11
-lib/cdcldbase/colormap_23.x11
-lib/cdcldbase/colormap_24.x11
-lib/cdcldbase/colormap_25.x11
-lib/cdcldbase/colormap_26.x11
-lib/cdcldbase/colormap_27.x11
-lib/cdcldbase/colormap_28.x11
-lib/cdcldbase/colormap_29.x11
-lib/cdcldbase/colormap_30.x11
-lib/cdcldbase/colormap_31.x11
-lib/cdcldbase/colormap_32.x11
-lib/cdcldbase/colormap_33.x11
-lib/cdcldbase/colormap_34.x11
-lib/cdcldbase/colormap_35.x11
-lib/cdcldbase/colormap_36.x11
-lib/cdcldbase/colormap_37.x11
-lib/cdcldbase/colormap_38.x11
-lib/cdcldbase/colormap_39.x11
-lib/cdcldbase/colormap_40.x11
-lib/cdcldbase/colormap_41.x11
-lib/cdcldbase/colormap_42.x11
-lib/cdcldbase/colormap_43.x11
-lib/cdcldbase/colormap_44.x11
-lib/cdcldbase/colormap_45.x11
-lib/cdcldbase/colormap_46.x11
-lib/cdcldbase/colormap_47.x11
-lib/cdcldbase/colormap_48.x11
-lib/cdcldbase/colormap_49.x11
-lib/cdcldbase/colormap_50.x11
-lib/cdcldbase/colormap_51.x11
-lib/cdcldbase/colormap_52.x11
-lib/cdcldbase/colormap_53.x11
-lib/cdcldbase/colormap_54.x11
-lib/cdcldbase/colormap_55.x11
-lib/cdcldbase/colormap_56.x11
-lib/cdcldbase/colormap_57.x11
-lib/cdcldbase/colormap_58.x11
-lib/cdcldbase/colormap_59.x11
-lib/cdcldbase/colormap_60.x11
-lib/cdcldbase/colormap_61.x11
-lib/cdcldbase/colormap_62.x11
-lib/cdcldbase/colormap_63.x11
-lib/cdcldbase/colormap_64.x11
-lib/cdcldbase/colormap_65.x11
-lib/cdcldbase/colormap_66.x11
-lib/cdcldbase/colormap_67.x11
-lib/cdcldbase/colormap_68.x11
-lib/cdcldbase/colormap_69.x11
-lib/cdcldbase/colormap_70.x11
-lib/cdcldbase/colormap_71.x11
-lib/cdcldbase/colormap_72.x11
-lib/cdcldbase/colormap_73.x11
-lib/cdcldbase/colormap_74.x11
-lib/cdcldbase/colormap_75.x11
-lib/cdcldbase/colormap_76.x11
-lib/cdcldbase/colormap_77.x11
-lib/cdcldbase/colormap_78.x11
-lib/cdcldbase/font1u
-lib/cdcldbase/font2u
-lib/cdcldbase/plate_world
-lib/cdcldbase/pref_japan
-lib/cdcldbase/state_usa
-lib/libcdcl.a
-lib/libcdcl.so
-lib/libf2c4dcl.a
diff --git a/science/rubygem-ruby-dcl/Makefile b/science/rubygem-ruby-dcl/Makefile
deleted file mode 100644
index a108eb0d9faf..000000000000
--- a/science/rubygem-ruby-dcl/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-PORTNAME= ruby-dcl
-PORTVERSION= 1.8.1
-PORTREVISION= 1
-CATEGORIES= science rubygems
-MASTER_SITES= RG
-
-MAINTAINER= murashin@gfd-dennou.org
-COMMENT= Ruby interface to the scientific graphic library DCL
-WWW= http://ruby.gfd-dennou.org/products/ruby-dcl/
-
-LICENSE= BSD2CLAUSE
-LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-
-DEPRECATED= requires deprecated science/cdcl
-EXPIRATION_DATE= 2023-04-21
-
-BUILD_DEPENDS= rubygem-narray>=0.5.5:math/rubygem-narray
-LIB_DEPENDS= libcdcl.so:science/cdcl \
- libfontconfig.so:x11-fonts/fontconfig \
- libfreetype.so:print/freetype2
-RUN_DEPENDS= rubygem-narray>=0.5.5:math/rubygem-narray \
- rubygem-narray_miss>0:math/rubygem-narray_miss
-
-USES= gem gettext-runtime gnome xorg
-USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 pango
-USE_XORG= ice sm x11
-
-.include <bsd.port.mk>
diff --git a/science/rubygem-ruby-dcl/distinfo b/science/rubygem-ruby-dcl/distinfo
deleted file mode 100644
index 406783e02e15..000000000000
--- a/science/rubygem-ruby-dcl/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1514155097
-SHA256 (rubygem/ruby-dcl-1.8.1.gem) = 7c73beb75305b6e57a9b008e1e5cfefe859ac0daa50ab65c729df3fe677be36c
-SIZE (rubygem/ruby-dcl-1.8.1.gem) = 191488
diff --git a/science/rubygem-ruby-dcl/pkg-descr b/science/rubygem-ruby-dcl/pkg-descr
deleted file mode 100644
index b6839732df98..000000000000
--- a/science/rubygem-ruby-dcl/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-This is a Ruby interface to the scientific graphic library DCL.