Port details |
- cups-bjnp CUPS backend for Canon USB over IP protocol
- 2.0.3 print
=1 2.0.3Version 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: 2009-05-15 11:38:12
- Last Update: 2021-05-19 19:56:09
- Commit Hash: dcede64
- People watching this port, also watch:: py38-venusian, p5-Data-Hexdumper, py38-zope.schema
- License: GPLv2
- Description:
- CUPS backend for the canon proprietary USB over IP network printing
protocol, BJNP. This backend is based on reverse engineering using
TCP/IP. It can be used with CUPS 1.2 - 1.7 (verified). This backend allows Cups
to connect over the network to a Canon printers
WWW: http://cups-bjnp.sourceforge.net/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- cups-bjnp>0:print/cups-bjnp
- To install the port:
- cd /usr/ports/print/cups-bjnp/ && make install clean
- To add the package, run one of these commands:
- pkg install print/cups-bjnp
- pkg install cups-bjnp
- PKGNAME: cups-bjnp
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1596965448
SHA256 (cups-bjnp-2.0.3.tar.gz) = c914b2fd9d8e26ce22f2df6244d9defeec31ee9a5360f723eecb3b00f2168500
SIZE (cups-bjnp-2.0.3.tar.gz) = 140764
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Library dependencies:
-
- libcups.so : print/cups
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- print_cups-bjnp
- USES:
- compiler:c11 localbase:ldflags
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
19 May 2021 19:56:09 2.0.3
|
Danilo Egea Gondolfo (danilo)  |
print/cups-bjnp: Drop maintainership |
07 Apr 2021 08:09:01 2.0.3
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 2.0.3
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
30 Aug 2020 14:00:01
2.0.3
|
pkubaj  |
print/cups-bjnp: fix build on GCC architectures
Use C11 compiler:
bjnp-io.h:106: error: redefinition of typedef 'printer_t'
bjnp.h:132: error: previous declaration of 'printer_t' was here |
09 Aug 2020 16:33:24
2.0.3
|
danilo  |
- Update to 2.0.3
- Remove gettimeofday patch (upstream moved away from ftime) |
09 Sep 2019 21:14:05
2.0.2
|
danilo  |
- Update to 2.0.2 |
27 Feb 2018 23:13:27
2.0.1
|
danilo  |
- Update to 2.0.1
- Add LICENSE
- Use PLIST_FILES intead of pkg-plist file
- Re-gen the patches to make portlint happy |
01 Apr 2016 14:16:20
2.0_2
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
27 Mar 2016 14:58:00
2.0_2
|
tijl  |
- Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
supported by libgnutls-dane and gnutls-cli. Also clarify the option
description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4. Some ports used this library
in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed. Ports that used these have been
updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.
net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.
www/hydra: Mark BROKEN. This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.
PR: 207768
Exp-run by: antoine
Approved by: portmgr (antoine) |
11 Mar 2016 11:53:42
2.0_1
|
tijl  |
Combine print/cups-base, print/cups-client and print/cups-image into
print/cups and update it to 2.1.3. Also remove print/cups-pstoraster,
improve print/cups-filters, print/foomatic-* and update print/hplip to
3.16.2.
Long description:
First some background. When you hand a file to cups it sets up a chain of
filter programs that converts the file to something a printer understands.
Each filter has a cost associated with it and cups tries to find the
cheapest chain. Costs used to be configured in such a way that files were
first converted to PostScript. This could then be manipulated further (e.g.
putting multiple pages on one sheet) before finally being sent to a
PostScript printer or another filter like pstoraster which produces a raster
format understood by non-PostScript printer drivers. Nowadays most filters (Only the first 15 lines of the commit message are shown above ) |
13 Nov 2014 07:41:18
2.0
|
antoine  |
Cleanup plist |
07 Sep 2014 13:34:45
2.0
|
danilo  |
- Update from 1.2.2 to 2.0
- Update the pkg-descr |
08 Aug 2014 13:27:33
1.2.2
|
danilo  |
- Ignore the beta version |
07 Aug 2014 01:29:53
1.2.2
|
danilo  |
- Update from 1.2.1 to 1.2.2
- Update pkg-descr
- Take maintainership |
10 Jun 2014 03:10:59
1.2.1_4
|
vanilla  |
1: remove NO_STAGE
2: convert to new format of LIB_DEPENDS. |
03 Jun 2014 20:29:44
1.2.1_4
|
cs  |
Back to pool
PR: 190333
Submitted by: shurd@sasktel.net (maintainer)
Approved by: portmgr (implicit) |
20 Sep 2013 22:44:00
1.2.1_4
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
print) |
27 Aug 2013 00:35:46
1.2.1_4
|
db  |
Update port to latest version.
PR: ports/174129
Submitted by: shurd@sasktel.net (Maintainer) |
01 Jun 2012 05:26:28
0.5.3_4
|
dinoex  |
- update png to 1.5.10 |
15 Dec 2011 14:16:01
0.5.3_3
|
scheidell  |
- Builds on 9.x now
PR: ports/163106
Approved by: gabor (mentor) |
11 Nov 2011 04:02:05
0.5.3_3
|
linimon  |
Mark as broken on latest -9: fails to compile.
Hat: portmgr
Feature safe: yes |
14 Oct 2011 16:38:48
0.5.3_3
|
pav  |
- Fix build
Submitted by: Stephen Hurd <shurd@sasktel.net> (maintainer) |
23 Sep 2011 22:26:39
0.5.3_3
|
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 |
03 Jul 2011 06:14:57
0.5.3_3
|
miwi  |
- Kick MD5 Support |
28 Mar 2010 06:47:48
0.5.3_3
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
0.5.3_2
|
dinoex  |
- update to jpeg-8 |
31 Jul 2009 13:57:52
0.5.3_1
|
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
19 May 2009 17:35:56
0.5.3
|
amdmi3  |
- Update to 0.5.3
PR: 134702
Sumitted by: Stephen Hurd <shurd@sasktel.net> (maintainer) |
15 May 2009 11:36:56
0.5
|
pav  |
CUPS backend for the canon proprietary USB over IP network printing
protocol, BJNP. This backend is based on reverse engineering using
TCP/IP. It can be used with CUPS 1.2 and 1.3. This backend allows Cups
to connect over the network to a Canon printers
WWW: http://cups-bjnp.sourceforge.net/
PR: ports/134075
Submitted by: Stephen Hurd <shurd@sasktel.net> |