Port details |
- cadubi ASCII drawing utility
- 1.3.4 graphics =3 1.3.4Version 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: 2001-08-25 04:18:00
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: libunicode, vpopmail, libast, autoconf, libglade2
- Also Listed In: editors
- License: ART10
- WWW:
- https://github.com/statico/cadubi
- Description:
- CADUBI is an application written in Perl that allows you to
draw text-based images that are viewable on typical Unix-based
consoles. Usually the applications that emulate these
consoles support various text modes, such as background and
foreground colors, bold, and inverse. This text art, commonly
called "ASCII art," is used in various places such as online
BBSes, email and login prompts.
- ¦ ¦ ¦ ¦
- 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/graphics/cadubi/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/cadubi
- pkg install cadubi
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cadubi
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1616119041
SHA256 (statico-cadubi-v1.3.4_GH0.tar.gz) = 624f85bb16d8b0bc392d761d1121828d09cfc79b3ded5b1220e9b4262924a1a0
SIZE (statico-cadubi-v1.3.4_GH0.tar.gz) = 65661
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:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-Term-ReadKey>=0 : devel/p5-Term-ReadKey
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for cadubi-1.3.4:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- graphics_cadubi
- USES:
- perl5 shebangfix
- 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 |
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.4 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.4 20 Jul 2022 14:22:04 |
Tobias C. Berner (tcberner) |
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
1.3.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.3.4 19 Mar 2021 01:58:33 |
nc |
graphics/cadubi: Update to 1.3.4 |
1.3.3_1 22 May 2017 09:00:40 |
amdmi3 |
- Switch to options helpers
- Simplify installation |
1.3.3_1 27 Dec 2016 08:25:18 |
riggs |
Update to upstream version 1.3.3, set NO_ARCH |
1.3.1_1 02 Jun 2016 13:09:23 |
wen |
- Really update to 1.3.1
Spotted by: mat@ |
1.3.1 01 Jun 2016 13:15:37 |
mat |
Github cleanup.
- Use the version tag instead of commit hash when they're the same.
- Remove unnneeded variables.
- Simplify go- ports when possible.
- Various fixes.
Sponsored by: Absolight |
1.3.1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.3.1 11 Mar 2016 07:18:59 |
wen |
- Update to 1.3.1
PR: 207753
Submitted by: jochen@jochen-neumeister.de |
1.3_2 28 Dec 2015 15:13:32 |
rakuco |
Update WWW in pkg-descr, the old website is gone. |
1.3_2 28 Dec 2015 15:09:03 |
rakuco |
Unbreak port.
The code is now hosted on GitHub, so start fetching from there. diff -uprN
between the old tarball from distcache.FreeBSD.org and the new one shows no
differences. |
1.3_2 17 Dec 2015 17:19:48 |
mat |
Fix usage of ${PERL5}.
${PERL5} points to a specific version of perl, say, perl5.22.1, it is
fine to use it in a ports Makefile to do Perly things, but ports using
it must use ${PERL}, that points to /usr/local/bin/perl so that if the
minor version is updated, the shebang keep working.
While there, make some ports use shebangfix, regen a few patches, and
bump PORTREVISION where a shebang went from PERL5 to PERL.
PR: 205367
With hat: portmgr
Sponsored by: Absolight |
1.3_2 09 Nov 2015 12:59:04 |
antoine |
Mark a few ports BROKEN: unfetchable |
1.3_2 20 Sep 2015 20:54:09 |
olgeni |
Typos, whitespace and capitalization fixes (G-P). |
1.3_2 21 Dec 2014 21:10:34 |
antoine |
Shebangfix |
1.3_1 20 Dec 2014 18:58:14 |
bapt |
cleanup plist |
1.3_1 16 Jan 2014 23:34:36 |
nemysis |
- Change PLIST_FILES, add PLIST_DIRS, remove PORTDATA
- Support STAGEDIR
- Add DOCS Option
- Change REINPLACE_CMD, adjust to use ${PERL} and ${DATADIR} |
1.3_1 01 Jan 2014 21:49:38 |
nemysis |
- Reset maintainer to ports@
Approved by: pawel / wg (mentors, implicit) |
1.3_1 18 Dec 2013 10:20:49 |
nemysis |
- Change maintainer email of my ports to @FreeBSD.org
Approved by: pawel / wg (mentors, implicit) |
1.3_1 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
1.3_1 16 Sep 2013 17:07:26 |
bapt |
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake |
1.3_1 26 Jul 2013 05:33:52 |
az |
- switch simple inline replacement from perl to sed
and remove where is no need in this anymore.
- trim Makefile header
Approved by: bapt@ (portmrg@) |
1.3_1 04 Dec 2012 15:42:36 |
pawel |
- Switch to PLIST_FILES, PORTDATA, PORTDOCS
- Add LICENSE
- Convert to OptionsNG
- Take maintainership
PR: ports/173268
Submitted by: nemysis <nemysis@gmx.ch>
Feature safe: yes |
1.3 28 Jun 2012 18:37:23 |
az |
- Remove SITE_PERL from *_DEPENDS |
1.3 03 Jul 2011 14:12:23 |
ohauer |
-remove MD5 |
1.3 01 Feb 2009 07:19:26 |
pgollucci |
- Update download locations, update WWW
Reported by: -fetch-original pointyhat run |
1.3 26 Nov 2005 01:48:16 |
pav |
- Add SHA256 |
1.3 20 Feb 2004 16:10:44 |
krion |
- Update to version 1.3
PR: ports/63137
Submitted by: Ports Fury |
1.2 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
1.2 28 Oct 2003 07:34:38 |
trevor |
Make fetchable.
found by: fenner's survey |
1.2 24 Oct 2003 12:05:09 |
ijliao |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
1.2 22 Feb 2003 16:09:59 |
leeym |
Update MASTER_SITES
PR: 48556
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> |
1.2 20 Feb 2003 18:08:19 |
knu |
de-pkg-comment |
1.2 03 Feb 2003 13:48:04 |
edwin |
Fix homepage
PR: ports/47799
Submitted by: MA, Dunzi <tadaluch@s5.xrea.com> |
1.2 30 Mar 2002 00:27:06 |
petef |
Update to 1.2.
PR: 36483
Submitted by: Tilman Linneweh <tilman@arved.de> |
28 Aug 2001 18:14:11 |
petef |
Fix p5-Term-ReadKey depend |
25 Aug 2001 08:18:00 |
kris |
Add cadubi-1.1b1 |