Port details |
- cdlabelgen Generate postscript for frontcards and traycards for CDs
- 4.3.0_1 print =14 4.3.0_1Version 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-01-21 17:53:28
- Commit Hash: 05cb5f7
- People watching this port, also watch:: wget, zip, unzip, libxml2, aalib
- Also Listed In: perl5
- License: MIT
- WWW:
- https://www.aczoom.com/tools/cdinsert/
- Description:
- cdlabelgen's purpose in life is twofold:
o To be run automatically and swiftly from a shell script
and automatically generate a frontcard and a traycard
for a cd--usually data archive cd's. The traycard
(which goes behind the CD itself) is U-shaped and the
ends of the CD case bear the label of what the CD is.
o To have a minimum of dependencies--cdlabelgen only
requires perl.
cdlabelgen was designed to simplify the process of
generating labels for CD's. It originated as a program to
allow auto generation of frontcards and traycards for CD's
burned via an automated mechanism (specifically for
archiving data), but has now become popular for labelling
CD compilations of mp3's, and copies of CDs. Note that
cdlabelgen does not actually print anything--it just spits
out postscript, which you can then do with as you please.
(from the manual, see cdlabelgen(1) for the full one)
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- cdlabelgen>0:print/cdlabelgen
- To install the port:
- cd /usr/ports/print/cdlabelgen/ && make install clean
- To add the package, run one of these commands:
- pkg install print/cdlabelgen
- pkg install cdlabelgen
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cdlabelgen
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (cdlabelgen-4.3.0.tgz) = 94202a33bd6b19cc3c1cbf6a8e1779d7c72d8b3b48b96267f97d61ced4e1753f
SIZE (cdlabelgen-4.3.0.tgz) = 209771
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.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- This port is required by:
- for Run
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- print_cdlabelgen
- USES:
- perl5 tar:tgz 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 |
4.3.0_1 21 Jan 2024 17:53:28 |
Muhammad Moinur Rahman (bofh) |
print/cdlabelgen: Sanitize MANPREFIX
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) |
4.3.0 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 ) |
4.3.0 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 ) |
4.3.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.3.0 22 Dec 2017 09:00:36 |
amdmi3 |
- Add LICENSE
- Update WWW |
4.3.0 12 Mar 2016 12:23:58 |
rakuco |
Set NO_ARCH=yes. |
4.3.0 12 Mar 2016 12:23:42 |
rakuco |
Update to 4.3.0.
PR: 207836
Submitted by: jochen@jochen-neumeister.de |
4.2.0 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 |
4.2.0 14 Dec 2015 02:52:14 |
eadler |
Reset maintainer |
4.2.0 13 Nov 2014 07:41:18 |
antoine |
Cleanup plist |
4.2.0 15 Mar 2014 15:36:00 |
nox |
Switch my ports to USES= tar:... |
4.2.0 01 Mar 2014 17:06:15 |
nox |
Stagify. |
4.2.0 20 Sep 2013 22:44:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
print) |
4.2.0 04 Sep 2013 13:07:41 |
az |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket) |
4.2.0 24 Apr 2012 16:09:55 |
nox |
Update to 4.2.0 . |
4.1.0 26 Feb 2011 22:35:16 |
nox |
Distfile rereolled, cdinsert.pl cgi was updated once more but we don't
install that so no PORTVERSION bump needed.
Submitted by: pointyhat via miwi |
4.1.0 30 Sep 2010 17:05:28 |
nox |
Distfile rereolled, cdinsert.pl cgi was updated but we don't install that
so no PORTVERSION bump needed.
Submitted by: pointyhat via erwin |
4.1.0 19 Dec 2008 18:38:39 |
nox |
Update to 4.1.0 |
3.6.0 23 Dec 2006 17:42:42 |
nox |
Update MAINTAINER email address of my ports
Approved by: miwi |
3.6.0 24 Jan 2006 01:00:58 |
edwin |
SHA256ify
Approved by: krion@ |
3.6.0 08 Oct 2005 12:34:28 |
pav |
- Update to 3.6.0
PR: ports/87087
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer) |
3.5.0 24 Feb 2005 09:55:50 |
vs |
New version, MASTER_SITES and WWW moved
PR: ports/77569
Submitted by: maintainer |
2.7.0 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
2.7.0 04 Dec 2003 14:13:03 |
mat |
Update to 2.7.0
PR: 56755
Submitted by: Juha Erkkila <erkkila@cc.jyu.fi>
Approved by: maintainer |
1.5.0 21 Feb 2003 13:23:12 |
knu |
De-pkg-comment. |
1.5.0 26 Jan 2003 17:08:18 |
mi |
Update the MASTER_SITES and WWW
PR: ports/47510
Submitted by: nox@jelal.kn-bremen.de (maintainer) |
08 Oct 2000 05:10:43 |
asami |
Convert category print to new layout. |