FreeBSD Bugzilla – Attachment 237554 Details for
Bug 267183
[NEW PORT] astro/starfetch: Command line tool that displays constellations
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
starfetch-0.0.3
0001-astro-starfetch-New-port-Command-line-tool-that-disp.patch (text/plain), 3.98 KB, created by
Jesús Daniel Colmenares Oviedo
on 2022-10-23 10:40:00 UTC
(
hide
)
Description:
starfetch-0.0.3
Filename:
MIME Type:
Creator:
Jesús Daniel Colmenares Oviedo
Created:
2022-10-23 10:40:00 UTC
Size:
3.98 KB
patch
obsolete
>From 83338311dd44cac6e031ca0c1fbae6ad44c6cfc4 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Jes=C3=BAs=20Daniel=20Colmenares=20Oviedo?= > <DtxdF@disroot.org> >Date: Sun, 23 Oct 2022 06:34:47 -0400 >Subject: [PATCH] astro/starfetch: New port: Command line tool that displays > constellations > >starfetch is a tool that prints out a scheme of a given constellation >and some information about it: its quadrant, its right ascension, >its declination, its area and its main stars number. > >WWW: https://github.com/Haruno19/starfetch/ >--- > astro/starfetch/Makefile | 29 +++++++++++++++++++++++++++++ > astro/starfetch/distinfo | 3 +++ > astro/starfetch/pkg-descr | 3 +++ > astro/starfetch/pkg-plist | 31 +++++++++++++++++++++++++++++++ > 4 files changed, 66 insertions(+) > create mode 100644 astro/starfetch/Makefile > create mode 100644 astro/starfetch/distinfo > create mode 100644 astro/starfetch/pkg-descr > create mode 100644 astro/starfetch/pkg-plist > >diff --git a/astro/starfetch/Makefile b/astro/starfetch/Makefile >new file mode 100644 >index 000000000..a68e44bed >--- /dev/null >+++ b/astro/starfetch/Makefile >@@ -0,0 +1,29 @@ >+PORTNAME= starfetch >+DISTVERSION= 0.0.3 >+CATEGORIES= astro >+MASTER_SITES= https://github.com/Haruno19/${PORTNAME}/releases/download/${DISTVERSION}/ >+ >+MAINTAINER= DtxdF@disroot.org >+COMMENT= Command line tool that displays constellations >+WWW= https://github.com/Haruno19/starfetch/ >+ >+LICENSE= GPLv3 >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+CXXFLAGS+= -std=c++17 >+ >+post-patch: >+ @${REINPLACE_CMD} -e '/^string path = /s#=.*#= "${DATADIR}/";#' ${WRKSRC}/src/${PORTNAME}.cpp >+ >+do-build: >+ ${CXX} ${CXXFLAGS} ${WRKSRC}/src/${PORTNAME}.cpp -o ${WRKSRC}/${PORTNAME} >+ >+do-install: >+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} >+ >+post-install: >+ ${MKDIR} ${STAGEDIR}${DATADIR} >+ (cd ${WRKSRC}/res && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) >+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} >+ >+.include <bsd.port.mk> >diff --git a/astro/starfetch/distinfo b/astro/starfetch/distinfo >new file mode 100644 >index 000000000..de99ddcb4 >--- /dev/null >+++ b/astro/starfetch/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1666478439 >+SHA256 (starfetch-0.0.3.tar.gz) = 4afb6e37c72464feb1813a574fe5a60c285e08ebfbf1f3e8f2b9318573c7497a >+SIZE (starfetch-0.0.3.tar.gz) = 399822 >diff --git a/astro/starfetch/pkg-descr b/astro/starfetch/pkg-descr >new file mode 100644 >index 000000000..da1e90397 >--- /dev/null >+++ b/astro/starfetch/pkg-descr >@@ -0,0 +1,3 @@ >+starfetch is a tool that prints out a scheme of a given constellation >+and some information about it: its quadrant, its right ascension, >+its declination, its area and its main stars number. >diff --git a/astro/starfetch/pkg-plist b/astro/starfetch/pkg-plist >new file mode 100644 >index 000000000..397c72cd1 >--- /dev/null >+++ b/astro/starfetch/pkg-plist >@@ -0,0 +1,31 @@ >+bin/starfetch >+%%DATADIR%%/constellations/antlia.json >+%%DATADIR%%/constellations/apus.json >+%%DATADIR%%/constellations/aquarius.json >+%%DATADIR%%/constellations/ara.json >+%%DATADIR%%/constellations/aries.json >+%%DATADIR%%/constellations/bootes.json >+%%DATADIR%%/constellations/cancer.json >+%%DATADIR%%/constellations/capricorn.json >+%%DATADIR%%/constellations/cassiopeia.json >+%%DATADIR%%/constellations/corona_borealis.json >+%%DATADIR%%/constellations/crux.json >+%%DATADIR%%/constellations/cygnus.json >+%%DATADIR%%/constellations/gemini.json >+%%DATADIR%%/constellations/leo.json >+%%DATADIR%%/constellations/libra.json >+%%DATADIR%%/constellations/lupus.json >+%%DATADIR%%/constellations/ophiuchus.json >+%%DATADIR%%/constellations/orion.json >+%%DATADIR%%/constellations/pisces.json >+%%DATADIR%%/constellations/sagittarius.json >+%%DATADIR%%/constellations/scorpio.json >+%%DATADIR%%/constellations/taurus.json >+%%DATADIR%%/constellations/ursa_major.json >+%%DATADIR%%/constellations/ursa_minor.json >+%%DATADIR%%/constellations/virgo.json >+%%DATADIR%%/constellations/canes_venatici.json >+%%DATADIR%%/constellations/lyra.json >+%%DATADIR%%/constellations/monoceros.json >+%%DATADIR%%/help_message.txt >+%%DATADIR%%/template >-- >2.38.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 267183
:
237440
|
237543
| 237554