Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1_3 09 Jan 2024 11:11:45
    |
Baptiste Daroussin (bapt)  |
MANPREFIX: eleminate its usage and move man to share/man |
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.1_2 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.1_2 20 Jul 2022 14:23:14
    |
Tobias C. Berner (tcberner)  |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.1_2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.1_2 02 Feb 2019 08:04:11
  |
tobik  |
textproc/s5: Use SUB_FILES too |
1.1_2 02 Feb 2019 07:07:18
  |
tobik  |
textproc/*: Use NO_WRKSUBDIR |
1.1_2 04 Aug 2016 04:36:54
  |
marino  |
multimedia ... sysutils: Remove redundant dependency on unzip
A dependency on unzip will never be registered since unzip is available
on all supported platforms (since FreeBSD 8.0).
Note that it's pulled in by a non-default option.
Approved by: infrastructure blanket (removal of redundant deps) |
1.1_2 01 Apr 2016 14:25:18
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.1_2 14 Jan 2016 13:34:43
  |
amdmi3  |
- Add PD license along with BSD2CLAUSE. Different files mention either of them
[1]
- Add NO_ARCH
- Silence patching
- Fix manpage installation
PR: 204638 [1]
Submitted by: george@nycbug.org |
1.1_2 15 Nov 2014 16:26:33
  |
antoine  |
Cleanup plist |
1.1_2 03 Jun 2014 17:07:38
  |
sunpoet  |
- Add LICENSE
- Remove Author line
- Use single space after WWW: |
1.1_2 01 Jun 2014 07:12:37
  |
marino  |
textproc/s5: use TAR instead of EXTRACT_CMD
This actually changes the extract tool from /usr/bin/unzip to /usr/bin/tar
because UNZIP_CMD currently refers to $LOCALBASE/bin/unzip so using that
would require a new dependency on info.
To avoid adding a new dependency, just use TAR which works fine. |
1.1_2 10 Mar 2014 17:25:26
  |
bapt  |
Convert textproc to USES=zip |
1.1_2 19 Nov 2013 07:42:42
  |
bapt  |
Convert from USE_DOS2UNIX to USES=dos2unix
While here:
- support stage,
- use bsdtar to extract when supported.
- Cleanup |
1.1_2 20 Sep 2013 23:17:32
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
1.1_2 28 Mar 2013 16:29:01
  |
eadler  |
Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree. |
1.1_2 27 Feb 2012 20:32:31
 |
glarkin  |
- Reassign to the heap
Requested by: roam (on ports-developers@) |
1.1_2 03 Jul 2011 14:40:25
 |
ohauer  |
-remove MD5 |
1.1_2 12 Jun 2008 14:56:38
 |
roam  |
A couple of changes:
- let the s5-blank script evolve into the s5 utility, a bit more powerful,
and having a manual page
- only run the DOS2UNIX command on the text files, do no damage to images
- use COPYTREE_SHARE for the installation
- bump PORTREVISION. |
1.1_1 04 Jun 2008 08:52:15
 |
roam  |
Fix the download site to avoid a redirect that may break the download. |
1.1_1 14 Jul 2006 11:54:50
 |
roam  |
USE_DOS2UNIX for the s5-blank template and other files. To make this work
with the somewhat weird s5-blank.zip rebuild process, move the "build"
actions to post-extract, as per the PR.
PR: 96306
Submitted by: delphij |
1.1 24 Jan 2006 03:10:24
 |
edwin  |
SHA256ify
Approved by: krion@ |
1.1 01 Nov 2005 00:16:47
 |
roam  |
Explicitly specify unzip as a build dependency, do not just hope it will
be left over from the extract stage. [1]
Clean up the build/install interaction - remove a slew of files at
the build stage, do not modify the work tree during the installation.
Reported by: pointyhat via kris [1] |
1.1 28 Oct 2005 22:17:56
 |
roam  |
Add S5 1.1, Eric Meyer's Simple Standards-based Slide Show System.
WWW: http://www.meyerweb.com/eric/tools/s5/ |