Port details |
- hp2xx HPGL to vector and raster formats converter and previewer for X11
- 3.4.4_10 print =5 3.4.4_10Version 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: unknown
- Last Update: 2024-04-27 12:44:59
- Commit Hash: 98bf258
- People watching this port, also watch:: unzip, libwmf, libxml2, gdbm, wget
- Also Listed In: x11
- License: GPLv2+
- WWW:
- https://www.gnu.org/software/hp2xx/
- Description:
- hp2xx reads HPGL ASCII source files, interprets them, and
converts them into either another vector-oriented format
or one of several rasterfile formats. Currently, its HPGL
parser recognizes a subset of the HP 7550A command set.
Some high-level functions like filled polygons are missing
Also, only the basic fixed character set 0 is supported
Besides these limitations, hp2xx has proven to work with
many HP-GL sources without any trouble.
It allows conversion from HPGL to:
mf (MetaFont), eps (PostScript), pcl (HP-PCL Level3),
pre(view), pcx (PaintBrush-Format), img (GEM),
pic (ATARI bitmap), pbm (Portable Bitmap),
png (Portable Network Graphics), ...
- ¦ ¦ ¦ ¦
- 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/print/hp2xx/ && make install clean
- To add the package, run one of these commands:
- pkg install print/hp2xx
- pkg install hp2xx
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: hp2xx
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (hp2xx-3.4.4.tar.gz) = 47b72fb386a189b52f07e31e424c038954c4e0ce405803841bed742bab488817
SIZE (hp2xx-3.4.4.tar.gz) = 610330
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:
-
- makeinfo : print/texinfo
- x11.pc : x11/libX11
- Runtime dependencies:
-
- x11.pc : x11/libX11
- indexinfo : print/indexinfo
- Library dependencies:
-
- libpng.so : graphics/png
- libtiff.so : graphics/tiff
- libjpeg.so : graphics/jpeg-turbo
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for hp2xx-3.4.4_10:
INFO=on: Build and/or install GNU info pages
X11=on: X11 (graphics) support
===> Use 'make config' to modify these settings
- Options name:
- print_hp2xx
- USES:
- jpeg localbase:ldflags makeinfo xorg
- 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 |
3.4.4_10 27 Apr 2024 12:44:59 |
Tijl Coosemans (tijl) |
graphics/tiff: Update to 4.6.0
PR: 278577
Exp-run by: antoine |
3.4.4_9 25 Feb 2024 11:36:31 |
Muhammad Moinur Rahman (bofh) |
print/hp2xx: Moved man to share/man
Approved by: portmgr (blanket) |
3.4.4_8 24 Oct 2023 13:08:27 |
Muhammad Moinur Rahman (bofh) |
print/hp2xx: Optionize INFO
- Utilize USES=localbase
- Pet portclippy |
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) |
3.4.4_8 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 ) |
3.4.4_8 20 Jul 2022 14:22:48 |
Tobias C. Berner (tcberner) |
print: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alexander Vereeken <Alexander88207@protonmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Anish Mistry <amistry@am-productions.biz> (Only the first 15 lines of the commit message are shown above ) |
3.4.4_8 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.4.4_8 07 Nov 2019 20:20:00 |
zeising |
Sprinkle more USES=xorg |
3.4.4_8 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
3.4.4_7 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
3.4.4_7 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
3.4.4_7 25 Dec 2014 20:54:43 |
bapt |
Bump portrevision after png update |
3.4.4_6 25 Dec 2014 19:04:27 |
antoine |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
3.4.4_6 02 Nov 2014 14:24:08 |
robak |
print/hp2xx: multiple fixes
- Fix building on -CURRENT
- Add LICENSE
- Pet portlint
PR: 194500
Submitted by: Kato Tsuguru <tkato432@yahoo.com>
Approved by: mentors (implicit) |
3.4.4_5 29 Jul 2014 14:02:16 |
adamw |
Rename p*/ patch-xy patches to reflect the files they modify. |
3.4.4_5 06 Jul 2014 13:40:29 |
pawel |
- Add staging support
- Convert to new LIB_DEPENDS format, options framework
- Switch to PLIST_FILES |
3.4.4_5 26 Jun 2014 07:32:37 |
antoine |
Allow to build with texinfo from ports
With hat: portmgr |
3.4.4_5 20 Sep 2013 22:44:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
print) |
3.4.4_5 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
3.4.4_4 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
3.4.4_4 03 Jul 2011 06:14:57 |
miwi |
- Kick MD5 Support |
3.4.4_4 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
3.4.4_3 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
3.4.4_2 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
3.4.4_1 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
3.4.4_1 25 Mar 2008 22:44:48 |
miwi |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
3.4.4_1 20 Mar 2008 09:56:52 |
pav |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
3.4.4_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}. |
3.4.4 24 Jan 2006 01:00:58 |
edwin |
SHA256ify
Approved by: krion@ |
3.4.4 05 Dec 2005 02:34:07 |
edwin |
Remove install-info from Makefile, it's automatically done when INFO is defined |
3.4.4 04 Dec 2005 10:40:32 |
edwin |
Add INFO macro |
3.4.4 25 Nov 2005 22:29:24 |
pav |
- Style: ports@freebsd.org -> ports@FreeBSD.org |
3.4.4 13 Nov 2005 17:13:15 |
lkoeller |
o) Drop maintainership cause I didn't use these ports since months anymore. |
3.4.4 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
3.4.4 11 Jul 2003 18:20:20 |
nork |
Update to 3.4.4.
PR: ports/53772
Submitted by: Ports Fury |
3.4.2 21 Feb 2003 13:23:12 |
knu |
De-pkg-comment. |
3.4.2 17 Jun 2002 06:43:43 |
lkoeller |
o Update to version 3.4.2 |
10 Feb 2002 02:58:12 |
ijliao |
upgrade to 3.4.1 |
11 Sep 2001 03:59:20 |
ache |
Bump png major |
30 Apr 2001 10:56:29 |
kris |
Chop out 2 -f optimizations as well |
30 Apr 2001 01:14:38 |
kris |
Respect CFLAGS and don't hard-code -O2; inherit CC from <sys.mk> |
16 Jan 2001 17:33:20 |
sobomax |
Massive style enforcement - use ^I instead of spaces for variables identation.
|
08 Oct 2000 05:10:43 |
asami |
Convert category print to new layout. |
04 Jul 2000 08:13:36 |
sobomax |
Bump png shared library version. |