From dcca667f5cf0c61f2ee0e0c710d52e69248ba6bd Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Tue, 6 Feb 2024 00:17:50 +0100 Subject: x11-themes/kde-icons-noia: Remove expired port x11-themes/kde-icons-noia --- x11-themes/Makefile | 1 - x11-themes/kde-icons-black-and-white/Makefile | 2 +- x11-themes/kde-icons-noia/Makefile | 16 ----- x11-themes/kde-icons-noia/Makefile.icons | 96 --------------------------- x11-themes/kde-icons-noia/distinfo | 2 - x11-themes/kde-icons-noia/pkg-descr | 13 ---- x11-themes/kde-icons-noia/pkg-message | 13 ---- x11-themes/kde-icons-nuovext2/Makefile | 2 +- x11-themes/kde-icons-nuovext2/Makefile.icons | 96 +++++++++++++++++++++++++++ 9 files changed, 98 insertions(+), 143 deletions(-) delete mode 100644 x11-themes/kde-icons-noia/Makefile delete mode 100644 x11-themes/kde-icons-noia/Makefile.icons delete mode 100644 x11-themes/kde-icons-noia/distinfo delete mode 100644 x11-themes/kde-icons-noia/pkg-descr delete mode 100644 x11-themes/kde-icons-noia/pkg-message create mode 100644 x11-themes/kde-icons-nuovext2/Makefile.icons (limited to 'x11-themes') diff --git a/x11-themes/Makefile b/x11-themes/Makefile index 53cc96c3eb92..b311409d1cdc 100644 --- a/x11-themes/Makefile +++ b/x11-themes/Makefile @@ -92,7 +92,6 @@ SUBDIR += icons-tango-extras SUBDIR += irssi-themes SUBDIR += kde-icons-black-and-white - SUBDIR += kde-icons-noia SUBDIR += kde-icons-nuovext2 SUBDIR += kf5-breeze-icons SUBDIR += kf5-kemoticons diff --git a/x11-themes/kde-icons-black-and-white/Makefile b/x11-themes/kde-icons-black-and-white/Makefile index 033dd1bb5f20..ed9649796857 100644 --- a/x11-themes/kde-icons-black-and-white/Makefile +++ b/x11-themes/kde-icons-black-and-white/Makefile @@ -19,4 +19,4 @@ NO_ARCH= yes WRKSRC= ${WRKDIR}/"black and white" -.include "${.CURDIR}/../kde-icons-noia/Makefile.icons" +.include "${.CURDIR}/../kde-icons-nuovext2/Makefile.icons" diff --git a/x11-themes/kde-icons-noia/Makefile b/x11-themes/kde-icons-noia/Makefile deleted file mode 100644 index fa4e7bee055a..000000000000 --- a/x11-themes/kde-icons-noia/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -PORTNAME= noia -PORTVERSION= 1.00 -MASTER_SITES= GENTOO -DISTNAME= noia-kde-icons-${PORTVERSION} - -COMMENT= KDE Noia complete iconset -WWW= http://www.kde-look.org/content/show.php?content=3883 - -DEPRECATED= Unfetchable and upstream WWW not found -EXPIRATION_DATE= 2024-01-31 - -USES= tar:tgz -WRKSRC= ${WRKDIR}/noia_kde_${PORTVERSION:C/\.//} -PORT_SHAREDIR= ${PORTNAME} - -.include "${.CURDIR}/Makefile.icons" diff --git a/x11-themes/kde-icons-noia/Makefile.icons b/x11-themes/kde-icons-noia/Makefile.icons deleted file mode 100644 index 43112c774655..000000000000 --- a/x11-themes/kde-icons-noia/Makefile.icons +++ /dev/null @@ -1,96 +0,0 @@ -CATEGORIES?= x11-themes kde -PKGNAMEPREFIX= kde-icons- -DIST_SUBDIR= KDE - -MAINTAINER?= ports@FreeBSD.org -COMMENT?= KDE iconset theme - -.ifndef(WITHOUT_RESTRICTIONS) -# Converted from RESTRICTED -LICENSE_NAME_theme= theme -LICENSE_TEXT_theme= may contain iconic, visual, graphical or other\ - elements that may not be distributed without the\ - consent of either the trademark or the patent holder -LICENSE_PERMS_theme= auto-accept -.if defined(LICENSE) -LICENSE+= theme -LICENSE_COMB= multi -.else -LICENSE= theme -LICENSE_NAME= ${LICENSE_NAME_theme} -LICENSE_TEXT= ${LICENSE_TEXT_theme} -LICENSE_PERMS= ${LICENSE_PERMS_theme} -.endif -.endif - -NO_BUILD= yes - -# default installation directory -PORT_SHAREDIR?= ${DISTNAME} - -INDEX_FILES= index.desktop index.theme - -# do not create some dirs -PLIST_DIR_PATTERN= -v ^\.$$ -PLIST_DIR_PATTERN_EXTRA?= ^\./ - -# do not install some files -PLIST_FILE_PATTERN= -i -v "(Thumbs\.db|(\.(bak|txt)|/(copying|readme))\$$)" -PLIST_FILE_PATTERN_EXTRA?= . - -post-patch: -# correctly inherits crystal per default -.for file in ${INDEX_FILES} - @if [ -f ${WRKSRC:Q}/${file:Q} ]; then \ - ${REINPLACE_CMD} -E \ - -e 's| ||' \ - -e 's|^Inherits.*$$|Inherits=crystalsvg|' \ - ${WRKSRC:Q}/${file:Q} ; \ - fi -.endfor - -# annotate what should be installed -annotate-install: -# annotate dirs - @cd ${WRKSRC} ; ${FIND} . -type d ! -empty \ - | ${GREP} -E ${PLIST_DIR_PATTERN} \ - | ${GREP} -E ${PLIST_DIR_PATTERN_EXTRA} \ - | ${SORT} -r \ - > ${WRKDIR}/dirs.list -# annotate files - @cd ${WRKSRC} ; ${FIND} . -type f ! -empty \ - | ${GREP} -E ${PLIST_FILE_PATTERN} \ - | ${GREP} -E ${PLIST_FILE_PATTERN_EXTRA} \ - | ${SORT} \ - > ${WRKDIR}/files.list - -# prepare scripts for installation based on aforementioned annotations -generate-install-scripts: -# annotate dirs - @${CAT} ${WRKDIR}/dirs.list \ - | ${SED} -E \ - -e 's|^\.(.+)$$|${MKDIR} -m 755 ${STAGEDIR}${PREFIX:Q}/share/icons/${PORT_SHAREDIR:S/"//g:Q}/\"\1\"|' \ - > ${WRKDIR}/dirs.sh -# annotate files - @${CAT} ${WRKDIR}/files.list \ - | ${SED} -E \ - -e 's|^\./(.+)$$|${INSTALL_DATA} ${WRKSRC:Q}/\"\1\" ${STAGEDIR}${PREFIX:Q}/share/icons/${PORT_SHAREDIR:S/"//g:Q}/\"\1\"|' \ - > ${WRKDIR}/files.sh - -# generate on the fly packaging lists based on aforementioned annotations -generate-tmpplist: -# annotate files - @${CAT} ${WRKDIR}/files.list \ - | ${SED} -E \ - -e 's|^\.|share/icons/${PORT_SHAREDIR:S/"//g}|' \ - > ${TMPPLIST} - -# use generated installation scripts -install-run-scripts: -.for script in dirs files - @${SH} ${WRKDIR}/${script}.sh -.endfor - -do-install: annotate-install generate-install-scripts generate-tmpplist install-run-scripts - -.include diff --git a/x11-themes/kde-icons-noia/distinfo b/x11-themes/kde-icons-noia/distinfo deleted file mode 100644 index c0962428c6b3..000000000000 --- a/x11-themes/kde-icons-noia/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (KDE/noia-kde-icons-1.00.tgz) = 87432fd091445c20084880d1a987127c3d33c4bb4733fc3123ccbf75737e6fb1 -SIZE (KDE/noia-kde-icons-1.00.tgz) = 12764378 diff --git a/x11-themes/kde-icons-noia/pkg-descr b/x11-themes/kde-icons-noia/pkg-descr deleted file mode 100644 index a60f798b438e..000000000000 --- a/x11-themes/kde-icons-noia/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -[ excerpt from developer's web site with modifications ] - -Complete iconset with around 600 original icons. It can be used -as individual icons for X desktops, or as a complete iconset for -KDE 3.0-3.1 or above (new KDE features will not be iconized at this -moment). - -Please, read the 'readme' text file for more info. - -This iconset is under LGPL. Read the 'lesser.txt' text file about -the license. - -See also: http://www.carlitus.net/ diff --git a/x11-themes/kde-icons-noia/pkg-message b/x11-themes/kde-icons-noia/pkg-message deleted file mode 100644 index bcef457a04ae..000000000000 --- a/x11-themes/kde-icons-noia/pkg-message +++ /dev/null @@ -1,13 +0,0 @@ -[ -{ type: install - message: < ${WRKDIR}/dirs.list +# annotate files + @cd ${WRKSRC} ; ${FIND} . -type f ! -empty \ + | ${GREP} -E ${PLIST_FILE_PATTERN} \ + | ${GREP} -E ${PLIST_FILE_PATTERN_EXTRA} \ + | ${SORT} \ + > ${WRKDIR}/files.list + +# prepare scripts for installation based on aforementioned annotations +generate-install-scripts: +# annotate dirs + @${CAT} ${WRKDIR}/dirs.list \ + | ${SED} -E \ + -e 's|^\.(.+)$$|${MKDIR} -m 755 ${STAGEDIR}${PREFIX:Q}/share/icons/${PORT_SHAREDIR:S/"//g:Q}/\"\1\"|' \ + > ${WRKDIR}/dirs.sh +# annotate files + @${CAT} ${WRKDIR}/files.list \ + | ${SED} -E \ + -e 's|^\./(.+)$$|${INSTALL_DATA} ${WRKSRC:Q}/\"\1\" ${STAGEDIR}${PREFIX:Q}/share/icons/${PORT_SHAREDIR:S/"//g:Q}/\"\1\"|' \ + > ${WRKDIR}/files.sh + +# generate on the fly packaging lists based on aforementioned annotations +generate-tmpplist: +# annotate files + @${CAT} ${WRKDIR}/files.list \ + | ${SED} -E \ + -e 's|^\.|share/icons/${PORT_SHAREDIR:S/"//g}|' \ + > ${TMPPLIST} + +# use generated installation scripts +install-run-scripts: +.for script in dirs files + @${SH} ${WRKDIR}/${script}.sh +.endfor + +do-install: annotate-install generate-install-scripts generate-tmpplist install-run-scripts + +.include -- cgit v1.2.3