diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-11-16 07:30:14 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-11-16 07:33:04 +0000 |
commit | 2763db8a01fdfcb11b68c4748667f00a1a7f51eb (patch) | |
tree | 977e246ee763cfced07807bcc1fc0202041ebe75 | |
parent | 5e87f176437fc9b4dac31bdae066701e2a7d1860 (diff) | |
download | ports-2763db8a01fdfcb11b68c4748667f00a1a7f51eb.tar.gz ports-2763db8a01fdfcb11b68c4748667f00a1a7f51eb.zip |
graphics/sciplot: Move to science/sciplot
PR: 267692
Reported by: Franco Fichtner <franco@opnsense.org>; philip@
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | science/Makefile | 1 | ||||
-rw-r--r-- | science/sciplot/Makefile (renamed from graphics/sciplot/Makefile) | 2 | ||||
-rw-r--r-- | science/sciplot/distinfo (renamed from graphics/sciplot/distinfo) | 0 | ||||
-rw-r--r-- | science/sciplot/pkg-descr (renamed from graphics/sciplot/pkg-descr) | 0 | ||||
-rw-r--r-- | science/sciplot/pkg-plist (renamed from graphics/sciplot/pkg-plist) | 0 |
7 files changed, 3 insertions, 2 deletions
@@ -17610,3 +17610,4 @@ x11-toolkits/wlroots-devel|x11-toolkits/wlroots|2022-11-11|Out of date: use x11- multimedia/mpv034||2022-11-14|No longer needed devel/py-types-xxhash||2022-11-15|No longer needed, type annotations are now available in xxhash module devel/awscli|devel/py-awscli|2022-11-15|Renamed comply with Python Ports Policy and flavored +graphics/sciplot|science/sciplot|2022-11-15|Move to avoid conflict with graphics/SciPlot diff --git a/graphics/Makefile b/graphics/Makefile index 34540fef8328..d1c238ad41da 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1050,7 +1050,6 @@ SUBDIR += sane-epkowa SUBDIR += scale2x SUBDIR += scantailor - SUBDIR += sciplot SUBDIR += scr2png SUBDIR += scrot SUBDIR += scwm-icons diff --git a/science/Makefile b/science/Makefile index e83a8b47770c..5a8f28e2c654 100644 --- a/science/Makefile +++ b/science/Makefile @@ -431,6 +431,7 @@ SUBDIR += rubygem-ruby-dcl SUBDIR += rubygem-ruby-netcdf SUBDIR += scidavis + SUBDIR += sciplot SUBDIR += segyio SUBDIR += serac SUBDIR += shelxle diff --git a/graphics/sciplot/Makefile b/science/sciplot/Makefile index 602e9e955c2d..402aec0cb030 100644 --- a/graphics/sciplot/Makefile +++ b/science/sciplot/Makefile @@ -1,7 +1,7 @@ PORTNAME= sciplot DISTVERSIONPREFIX= v DISTVERSION= 0.3.1 -CATEGORIES= graphics +CATEGORIES= science graphics PKGNAMESUFFIX= -plotting-library MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/sciplot/distinfo b/science/sciplot/distinfo index e81e91e94146..e81e91e94146 100644 --- a/graphics/sciplot/distinfo +++ b/science/sciplot/distinfo diff --git a/graphics/sciplot/pkg-descr b/science/sciplot/pkg-descr index 4435df6ea79b..4435df6ea79b 100644 --- a/graphics/sciplot/pkg-descr +++ b/science/sciplot/pkg-descr diff --git a/graphics/sciplot/pkg-plist b/science/sciplot/pkg-plist index 650ae235c403..650ae235c403 100644 --- a/graphics/sciplot/pkg-plist +++ b/science/sciplot/pkg-plist |