Port details |
- pp3 Creates celestial charts
- 1.3.3_6 astro =3 1.3.3_6Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2003-12-24 07:18:09
- Last Update: 2023-11-01 22:11:47
- Commit Hash: 05f0f44
- People watching this port, also watch:: libunicode, libexif, treeline, OpenSP, libglade2
- License: MIT
- WWW:
- https://pp3.sourceforge.net/
- Description:
- PP3 creates celestial charts. It generates resolution independent maps of very
high graphical quality. They can be used for example as illustrations in books
or on web pages. You may use own databases or free ones from the Internet.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/astro/pp3/ && make install clean
- To add the package, run one of these commands:
- pkg install astro/pp3
- pkg install pp3
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pp3
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (pp3-1.3.3.tar.bz2) = 61f2d09f0886a2292ad3f551331a86d8763f7d41dba9b3ac0c9ecddf1bbdde47
SIZE (pp3-1.3.3.tar.bz2) = 1329053
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- tex.fmt : print/tex-formats
- Runtime dependencies:
-
- tex.fmt : print/tex-formats
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for pp3-1.3.3_6:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- astro_pp3
- USES:
- tar:bzip2 tex
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3.3_6 01 Nov 2023 22:11:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart |
1.3.3_6 19 Dec 2022 14:44:58 |
Muhammad Moinur Rahman (bofh) |
Mk/**tex.mk: Convert bsd.tex.mk to USES=tex
- Update all the consumers to use USES=tex
- USE_TEX=yes is the old way of writing USES=tex which has been removed
and replaced in all ports
- Almost all of the USE_TEX features remains unchanged
- Some consumers had the same variables defined both in the mk
infrastructure and also in the ports which have been removed from the
ports as those are redundant.
In case any of the consumers are failing to build please make sure that
the nexessary USES=tex is there. Unlike previous USE_TEX=yes will no
longer load the required VARS for tex and related dependencies.
Reviewed by: portmgr
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.3.3_6 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.3.3_6 20 Jul 2022 14:20:50 |
Tobias C. Berner (tcberner) |
astro: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* ABURAYER Rewsirow <rewsirow@ff.iij4u.or.jp>
* Alexander Leidinger
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org>
* Anton Karpov <toxa@toxahost.ru>
* Brion Moss <brion@queeg.com>
* Bruce M Simpson <bms@FreeBSD.org>
* Chris Piazza <cpiazza@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.3.3_6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.3.3_6 17 Dec 2016 21:40:01 |
marino |
astro/pp3: Fix build on gcc (missing head include) |
1.3.3_6 19 Nov 2015 20:48:25 |
amdmi3 |
- Add LICENSE
- Switch to options helpers |
1.3.3_6 19 Oct 2014 23:19:41 |
bapt |
Cleanup plist |
1.3.3_6 03 Jul 2014 20:18:06 |
adamw |
Reduce unecessary bsd.port.options.mk inclusion. |
01 Jun 2014 09:00:15
|
ohauer |
cat astro / benchmarks
- USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz)
- adjust BSDn License |
1.3.3_6 21 Feb 2014 13:35:03 |
ehaupt |
Remove trailing whitespaces from category astro |
1.3.3_6 10 Feb 2014 13:54:28 |
ehaupt |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
1.3.3_6 02 Jan 2014 09:28:32 |
antoine |
- Stage support
- Fix plist without EXAMPLES |
1.3.3_6 20 Sep 2013 13:14:05 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
astro) |
1.3.3_6 11 May 2013 17:58:56 |
hrs |
Rectify USE_TEX to support both of teTeX and TeXLive.
TEX_DEFAULT:
A knob to choose teTeX or TeXLive. One can specify in /etc/make.conf.
USE_TEX:
A knob for port developers. Valid keywords are listed in
bsd.tex.mk. |
1.3.3_6 06 May 2013 02:00:41 |
hrs |
Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetex
instead to make migration to TeXLive easier. |
1.3.3_6 31 Dec 2012 14:14:55 |
bapt |
Use PORT_OPTIONS for both EXAMPLES and DOCS
Trim headers |
1.3.3_6 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.3.3_5 18 Oct 2011 13:03:38 |
ehaupt |
Fix RUN_DEPENDS (use print/teTeX-base instead of print/teTeX)
PR: 161653
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
1.3.3_4 02 May 2011 12:44:53 |
makc |
Bump PORTREVISION after open-mofit update |
1.3.3_3 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.3.3_3 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.3.3_2 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.3.3_1 22 Aug 2009 00:13:27 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with A |
1.3.3_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.3.3 23 Nov 2005 23:45:54 |
pav |
- Add SHA256 |
1.3.3 01 Nov 2004 17:17:20 |
krion |
Update to version 1.3.3
PR: ports/73342
Submitted by: Ports Fury |
1.3.2 17 Jul 2004 16:53:25 |
krion |
Do not include the package name in the comment.
PR: ports/69181, ports/69182, ports/69183
Submitted by: Ports Fury |
1.3.2 27 Jan 2004 20:51:07 |
trevor |
Add SIZE. |
1.3.2 24 Dec 2003 07:17:34 |
ijliao |
add pp3 1.3.2
PP3 creates celestial charts |