Port details |
- libieee1284 IEEE 1284 communication library
- 0.2.11_1 sysutils =2 0.2.11_1Version of this port present on the latest quarterly branch.
- IGNORE: is only for i386, while you are running amd64
- 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: 2005-01-16 16:30:24
- Last Update: 2024-03-14 14:52:37
- Commit Hash: efcce7d
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2+
- WWW:
- http://cyberelk.net/tim/libieee1284/
- Description:
- This library is intended to be used by applications that need to communicate
with (or at least identify) devices that are attached via a parallel port.
The aim of this library is to take all the worry about the above wrinkles
from the application. It will figure out which methods are appropriate for
the currently running kernel (or operating system).
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libieee1284>0:sysutils/libieee1284
- To install the port:
- cd /usr/ports/sysutils/libieee1284/ && make install clean
- We doubt a package is available for this port because we see it marked as as:
-
Packages are normally not provided for ports that are marked as above.
- To add the package, run one of these commands:
- pkg install sysutils/libieee1284
- pkg install libieee1284
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libieee1284
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: i386
- distinfo:
- TIMESTAMP = 1475227434
SHA256 (libieee1284-0.2.11.tar.bz2) = 7730de107782e5d2b071bdcb5b06a44da74856f00ef4a9be85d1ba4806a38f1a
SIZE (libieee1284-0.2.11.tar.bz2) = 278804
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for libieee1284-0.2.11_1:
DOCS=on: Build and/or install documentation
PYTHON=off: Python bindings or support
===> Use 'make config' to modify these settings
- Options name:
- sysutils_libieee1284
- USES:
- libtool tar:bzip2
- 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 |
0.2.11_1 14 Mar 2024 14:52:37 |
Christian Weisgerber (naddy) |
sysutils/libieee1284: Move man pages to share/man
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) |
0.2.11 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 ) |
0.2.11 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
0.2.11 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.2.11 30 Sep 2016 09:37:02 |
bsam |
Update to 0.2.11. Changes:
. new MASTER_SITE (SF);
. refined mannual pages;
. dragonfly* target added to the building environment. |
0.2.10_3 18 Feb 2016 14:13:56 |
amdmi3 |
- Clarify LICENSE
- Add LICENSE_FILE
- Strip library
- Switch to options helpers |
0.2.10_2 02 Aug 2015 15:03:20 |
tijl |
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do. On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).
Bump PORTREVISION on all ports where the build log contains -export-symbols.
audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions. Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to. Fix a number of other issues in the same (Only the first 15 lines of the commit message are shown above ) |
0.2.10_1 18 Apr 2015 09:47:30 |
tijl |
- Remove libtool hacks and patches that are now handled by USES=libtool
- Remove CONFIG_SHELL from CONFIGURE_ENV because bsd.port.mk handles that |
0.2.10_1 03 Jan 2015 08:47:52 |
mva |
- Convert <OPTION>_USE= PYTHON... to <OPTION>_USES= python...
With hat: python@ |
0.2.10_1 22 Nov 2014 09:13:36 |
antoine |
Cleanup plist |
0.2.10_1 22 Jul 2014 23:52:44 |
amdmi3 |
- Switch to USES=libtool, drop .la files |
0.2.10 09 Apr 2014 09:01:41 |
danfe |
Some minor, non-functional wording and grammar nits. |
0.2.10 14 Mar 2014 11:18:41 |
danfe |
Stagify, use OPTIONS helpers, cleanup the port, augment port description. |
0.2.10 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
0.2.10 28 Mar 2013 16:29:01 |
eadler |
Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree. |
0.2.10 24 Oct 2011 03:33:20 |
stas |
- Return my ports back to the pool. I was unable to make any fixes to
my ports in the past 3 weeks while ports were broken on any 10.x
machines, which means I'm unable to maintain them. So let people know
that there's no available support for them until things are back to
normal (which also means that anyone with spare time will be able
to fix them without getting approval). |
0.2.10 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.2.10 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) |
0.2.10 05 Jul 2007 21:37:31 |
stas |
- Fix an objformat removal related bug.
Reported by: pav |
0.2.10 27 Mar 2007 22:12:03 |
stas |
- Change my email.
Suggested by: skv |
0.2.10 07 Aug 2006 03:30:15 |
rafan |
- Update to 0.2.10
- Move manpage list to separate file
- Add python bindings support
- Pass maintainership to submitter
PR: ports/101372
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru> |
0.2.8_1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.2.8 25 Nov 2005 18:14:52 |
pav |
- Add SHA256 |
0.2.8 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
0.2.8 31 Jan 2005 10:33:02 |
krion |
Tag ONLY_FOR_ARCHS=i386 |
0.2.8 16 Jan 2005 16:29:43 |
ahze |
- Add new ports sysutils/libieee1284
IEEE1284 communications library |