Port details |
- cadubi ASCII drawing utility
- 1.3.4 graphics
=1 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: 2021-04-06 14:31:07
- Commit Hash: 305f148
- People watching this port, also watch:: ladspa, p5-type1inst, gtkglarea, python
- Also Listed In: editors
- License: ART10
- 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.
WWW: https://github.com/statico/cadubi
- SVNWeb : git : Homepage
- 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
- 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: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 1.3.4
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
19 Mar 2021 01:58:33
1.3.4
|
nc  |
graphics/cadubi: Update to 1.3.4 |
22 May 2017 09:00:40
1.3.3_1
|
amdmi3  |
- Switch to options helpers
- Simplify installation |
27 Dec 2016 08:25:18
1.3.3_1
|
riggs  |
Update to upstream version 1.3.3, set NO_ARCH |
02 Jun 2016 13:09:23
1.3.1_1
|
wen  |
- Really update to 1.3.1
Spotted by: mat@ |
01 Jun 2016 13:15:37
1.3.1
|
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 |
01 Apr 2016 14:00:57
1.3.1
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
11 Mar 2016 07:18:59
1.3.1
|
wen  |
- Update to 1.3.1
PR: 207753
Submitted by: jochen@jochen-neumeister.de |
28 Dec 2015 15:13:32
1.3_2
|
rakuco  |
Update WWW in pkg-descr, the old website is gone. |
28 Dec 2015 15:09:03
1.3_2
|
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. |
17 Dec 2015 17:19:48
1.3_2
|
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 |
09 Nov 2015 12:59:04
1.3_2
|
antoine  |
Mark a few ports BROKEN: unfetchable |
20 Sep 2015 20:54:09
1.3_2
|
olgeni  |
Typos, whitespace and capitalization fixes (G-P). |
21 Dec 2014 21:10:34
1.3_2
|
antoine  |
Shebangfix |
20 Dec 2014 18:58:14
1.3_1
|
bapt  |
cleanup plist |
16 Jan 2014 23:34:36
1.3_1
|
nemysis  |
- Change PLIST_FILES, add PLIST_DIRS, remove PORTDATA
- Support STAGEDIR
- Add DOCS Option
- Change REINPLACE_CMD, adjust to use ${PERL} and ${DATADIR} |
01 Jan 2014 21:49:38
1.3_1
|
nemysis  |
- Reset maintainer to ports@
Approved by: pawel / wg (mentors, implicit) |
18 Dec 2013 10:20:49
1.3_1
|
nemysis  |
- Change maintainer email of my ports to @FreeBSD.org
Approved by: pawel / wg (mentors, implicit) |
20 Sep 2013 18:35:46
1.3_1
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
16 Sep 2013 17:07:26
1.3_1
|
bapt  |
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake |
26 Jul 2013 05:33:52
1.3_1
|
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@) |
04 Dec 2012 15:42:36
1.3_1
|
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 |
28 Jun 2012 18:37:23
1.3
|
az  |
- Remove SITE_PERL from *_DEPENDS |
03 Jul 2011 14:12:23
1.3
|
ohauer  |
-remove MD5 |
01 Feb 2009 07:19:26
1.3
|
pgollucci  |
- Update download locations, update WWW
Reported by: -fetch-original pointyhat run |
26 Nov 2005 01:48:16
1.3
|
pav  |
- Add SHA256 |
20 Feb 2004 16:10:44
1.3
|
krion  |
- Update to version 1.3
PR: ports/63137
Submitted by: Ports Fury |
29 Jan 2004 07:24:56
1.2
|
trevor  |
SIZEify. |
28 Oct 2003 07:34:38
1.2
|
trevor  |
Make fetchable.
found by: fenner's survey |
24 Oct 2003 12:05:09
1.2
|
ijliao  |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
22 Feb 2003 16:09:59
1.2
|
leeym  |
Update MASTER_SITES
PR: 48556
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> |
20 Feb 2003 18:08:19
1.2
|
knu  |
de-pkg-comment |
03 Feb 2003 13:48:04
1.2
|
edwin  |
Fix homepage
PR: ports/47799
Submitted by: MA, Dunzi <tadaluch@s5.xrea.com> |
30 Mar 2002 00:27:06
1.2
|
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 |