notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
Port details
alignmargins Utility script to generate custom margins in PPDs for CUPS
1.0_1 print on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout Version 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 search for ports maintained by this maintainer
Port Added: 2005-01-28 10:51:39
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
License: not specified in port
Description:
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb
pkg-plist: as obtained via: make generate-plist
Expand this list (5 items)
Collapse this list.
  1. bin/alignmargins
  2. share/alignmargins/align.ps
  3. @owner
  4. @group
  5. @mode
Collapse this list.
Dependency lines:
  • alignmargins>0:print/alignmargins
To install the port:
cd /usr/ports/print/alignmargins/ && make install clean
To add the package, run one of these commands:
  • pkg install print/alignmargins
  • pkg install alignmargins
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: alignmargins
Flavors: there is no flavor information for this port.
distinfo:

Packages (timestamps in pop-ups are UTC):
alignmargins
ABIlatestquarterly
FreeBSD:11:aarch641.0_11.0_1
FreeBSD:11:amd641.0_11.0_1
FreeBSD:11:armv61.0_11.0_1
FreeBSD:11:i3861.0_11.0_1
FreeBSD:11:mipspkg-falloutpkg-fallout
FreeBSD:11:mips641.0_11.0_1
FreeBSD:12:aarch641.0_11.0_1
FreeBSD:12:amd641.0_11.0_1
FreeBSD:12:armv61.0_11.0_1
FreeBSD:12:armv71.0_11.0_1
FreeBSD:12:i3861.0_11.0_1
FreeBSD:12:mipspkg-falloutpkg-fallout
FreeBSD:12:mips641.0_11.0_1
FreeBSD:12:powerpc64pkg-fallout1.0_1
FreeBSD:13:aarch641.0_11.0_1
FreeBSD:13:amd641.0_11.0_1
FreeBSD:13:armv61.0_11.0_1
FreeBSD:13:armv71.0_11.0_1
FreeBSD:13:i3861.0_11.0_1
FreeBSD:13:mipspkg-falloutpkg-fallout
FreeBSD:13:mips641.0_11.0_1
FreeBSD:13:powerpc641.0_11.0_1
FreeBSD:13:riscv64pkg-fallout1.0_1
FreeBSD:14:aarch641.0_1pkg-fallout
FreeBSD:14:amd641.0_1pkg-fallout
FreeBSD:14:armv61.0_1pkg-fallout
FreeBSD:14:armv71.0_1pkg-fallout
FreeBSD:14:i3861.0_1pkg-fallout
FreeBSD:14:mipspkg-falloutpkg-fallout
FreeBSD:14:mips641.0_1pkg-fallout
FreeBSD:14:powerpc641.0_1pkg-fallout
FreeBSD:14:riscv641.0_1pkg-fallout
 
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. perl5>=5.32.r0<5.33 : lang/perl5.32
Runtime dependencies:
  1. perl5>=5.32.r0<5.33 : lang/perl5.32
There are no ports dependent upon this port

Configuration Options:
Options name:
USES:
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (5 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/local-distfiles/lofi/
  2. http://distcache.eu.FreeBSD.org/local-distfiles/lofi/
  3. http://distcache.us-east.FreeBSD.org/local-distfiles/lofi/
  4. http://distcache.us-west.FreeBSD.org/local-distfiles/lofi/
  5. http://www.linuxprinting.org/download/printing/
Collapse this list.

Number of commits found: 17

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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.0_1
07 Sep 2022 21:10:59
commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
1.0_1
20 Jul 2022 14:22:48
commit hash:51879c91f87889e30c8cc97affa08f16b6ac8527commit hash:51879c91f87889e30c8cc97affa08f16b6ac8527commit hash:51879c91f87889e30c8cc97affa08f16b6ac8527commit hash:51879c91f87889e30c8cc97affa08f16b6ac8527 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
1.0_1
06 Apr 2021 14:31:07
commit hash:305f148f482daf30dcf728039d03d019f88344ebcommit hash:305f148f482daf30dcf728039d03d019f88344ebcommit hash:305f148f482daf30dcf728039d03d019f88344ebcommit hash:305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.0_1
14 May 2015 10:15:09
Revision:386312Original commit files touched by this commit
mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
1.0_1
13 Nov 2014 07:41:18
Revision:372510Original commit files touched by this commit
antoine search for other commits by this committer
Cleanup plist
1.0_1
27 Feb 2014 07:45:20
Revision:346241Original commit files touched by this commit
ehaupt search for other commits by this committer
Support staging
1.0_1
20 Sep 2013 22:44:00
Revision:327765Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
print)
1.0_1
03 Aug 2013 08:45:52
Revision:324181Original commit files touched by this commit
az search for other commits by this committer
- Convert to new perl framework
- Trim Makefile header
1.0_1
28 Mar 2013 16:29:01
Revision:315487Original commit files touched by this commit
eadler search for other commits by this committer
Style: tab -> space.

Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree.
1.0_1
03 Jul 2011 06:14:57
Original commit files touched by this commit
miwi search for other commits by this committer
- Kick MD5 Support
1.0_1
07 Sep 2008 00:36:27
Original commit files touched by this commit
linimon search for other commits by this committer
Reset lofi due to not commits in over 3 months, PR backlog, and no response
to email.

Hat:    portmgr
1.0_1
13 May 2006 01:03:17
Original commit files touched by this commit
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with P
1.0_1
24 Jan 2006 01:00:58
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
1.0_1
01 Mar 2005 12:51:59
Original commit files touched by this commit
lofi search for other commits by this committer
Use MASTER_SITE_LOCAL.

Suggested by: kris
1.0_1
30 Jan 2005 10:29:22
Original commit files touched by this commit
lofi search for other commits by this committer
Fix the another big small typo and preemptively fix perl invocation, too.
1.0
28 Jan 2005 10:49:14
Original commit files touched by this commit
lofi search for other commits by this committer
Add alignmargins, a utility script to generate custom margins in PPDs for
CUPS.

Number of commits found: 17