Unverified Commit e77da437 authored by Älven's avatar Älven
Browse files

biology/gperiodic: Move to a more appropriate category (science)

Approved by:	    	db@, yuri@ (Mentors, implicit)
MFH:	 		2026Q3
parent 86c227db
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5554,3 +5554,4 @@ www/lua-stream-nginx-module|www/nginx-module-lua-stream|2026-08-14|Renamed to fo
devel/prjpeppercorn112||2026-08-15|No longer supported by devel/nextpnr
devel/py-yg.lockfile|devel/py-fasteners|2026-08-16|Has expired: Upstream inactive since 8+ years, please use devel/py-fasteners instead
www/pecl-solr|www/php-solr|2026-08-17|Converted to standard extension from pecl extension
biology/gperiodic|science/gperiodic|2026-08-19|Move to a more appropriate category
+0 −1
Original line number Diff line number Diff line
@@ -78,7 +78,6 @@
    SUBDIR += gffread
    SUBDIR += gkl
    SUBDIR += gmap
    SUBDIR += gperiodic
    SUBDIR += graphlan
    SUBDIR += groopm
    SUBDIR += haplohseq
+1 −0
Original line number Diff line number Diff line
@@ -111,6 +111,7 @@
    SUBDIR += ghmm
    SUBDIR += gnudatalanguage
    SUBDIR += gpaw-setups
    SUBDIR += gperiodic
    SUBDIR += gramps
    SUBDIR += gromacs
    SUBDIR += gsmc
+5 −5
Original line number Diff line number Diff line
PORTNAME=	gperiodic
DISTVERSION=	3.0.3
PORTREVISION=	2
CATEGORIES=	biology education
PORTREVISION=	3
CATEGORIES=	science education
MASTER_SITES=	SF/${PORTNAME}

MAINTAINER=	alven@FreeBSD.org
COMMENT=	A graphical application for browsing the periodic table
COMMENT=	Graphical application for browsing the periodic table
WWW=		https://sourceforge.net/projects/gperiodic/

LICENSE=	GPLv2+
@@ -41,12 +41,12 @@ do-install:
		${STAGEDIR}${PREFIX}/share/pixmaps

do-install-DOCS-on:
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
	${MKDIR} ${STAGEDIR}${DOCSDIR}
	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}

do-install-NLS-on:
.for lang in ${LANGS}
	@${MKDIR} ${STAGEDIR}${PREFIX}/share/locale/${lang}/LC_MESSAGES
	${MKDIR} ${STAGEDIR}${PREFIX}/share/locale/${lang}/LC_MESSAGES
	${INSTALL_DATA} ${WRKSRC}/po/${lang}.mo \
		${STAGEDIR}${PREFIX}/share/locale/${lang}/LC_MESSAGES/${PORTNAME}.mo
.endfor
Loading