non port: archivers/stuffit/Makefile |
SVNWeb
|
Number of commits found: 24 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:20 Tobias C. Berner (tcberner) ] 1ced9d2 (Only the first 10 of 199 ports in this commit are shown above. )
archivers: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Albert Vernon <f3cun3c02@sneakemail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alex Samorukov <samm@freebsd.org>
* Alexander Kuehn <freebsd@nagilum.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Zhuravlev <zaa@zaa.pp.ru>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Anders Nordby <anders@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Thu, 6 May 2021
|
[ 11:47 Mathieu Arnold (mat) ] 3505159 (Only the first 10 of 144 ports in this commit are shown above. )
Deorbit RESTRICTED && NO_CDROM, part two.
Move ports to the licenses framework.
RESTRICTED → auto-accept (unless expressly stated otherwise)
NO_CDROM → dist-mirror pkg-mirror auto-accept
Differential Revision: https://reviews.freebsd.org/D30010
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Thu, 3 Sep 2020
|
[ 06:59 se ]
Update master sites
Seems this old, legacy software has been removed from the vendor site.
Only macOS and Windows versions are still available from stuffit.com.
A few mirrors exist, including on the Wayback machine, but that one does
not seem to offen a suitable direct download link.
Therefore, small mirror sites have been selected that currently offer
the Linux version - a quick search did not result in any better mirrors.
The PORT_REVISION is not incremented since there is no other change than
the download address - packages need not be rebuilt.
|
Mon, 5 Sep 2016
|
[ 19:23 tijl ] (Only the first 10 of 303 ports in this commit are shown above. )
- Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk with
Mk/Uses/linux.mk.
- Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with
USES+=linux:\1 in all ports.
- Replace USE_LINUX_APPS with USE_LINUX in all ports.
- Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some
ports.
- When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY
are defined.
- Remove BRANDELF_DIRS and BRANDELF_FILES handling. In the very rare cases
that it is still necessary ports can run ${BRANDELF} from post-patch.
- Remove AUTOMATIC_PLIST handling. Only one port used it.
- Fix Linux MASTER_SITES.
- Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with
default versions framework. (Only the first 15 lines of the commit message are shown above )
|
Tue, 10 Dec 2013
|
[ 20:33 bapt ]
Support stage
|
Fri, 20 Sep 2013
|
[ 13:11 bapt ] (Only the first 10 of 221 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
archivers)
|
Mon, 6 Apr 2009
|
[ 18:26 itetcu ]
Fix MASTER_SITES and WWW
Prompted by: QAT QA run
|
Sun, 3 Sep 2006
|
[ 02:01 kris ]
NO_CDROM and NO_PACKAGE are superfluous
|
Fri, 17 Jun 2005
|
[ 22:59 netchild ] (Only the first 10 of 190 ports in this commit are shown above. )
Mega-patch to cleanup the ports infrastructure regarding our linux bits:
- USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD
tools to strip binaries anymore, so it's not neccesary anymore to override
STRIP and STRIP_CMD.
- USE_LINUX_PREFIX implies NO_MTREE now.
- In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries
instead upon the native FreeBSD libraries.
- The variable LINUX_BASE_PORT contains a string which is suitable as an
item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the
default (or overriden) linux base, ${LINUX_BASE_PORT} should be used
instead of a hardcoded reference.
- Change all ports to comply to the "new world order".
- The Ports Collection now allows to override the default linux_base port.
Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use
${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use (Only the first 15 lines of the commit message are shown above )
|
Tue, 1 Mar 2005
|
[ 21:51 trevor ] (Only the first 10 of 138 ports in this commit are shown above. )
Respect the user's USE_LINUX setting.
|
Tue, 25 Jan 2005
|
[ 09:05 arved ]
Seems to work on amd64
|
Fri, 31 Dec 2004
|
[ 18:24 netchild ] (Only the first 10 of 168 ports in this commit are shown above. )
Say hello to the linux mega patch, it consolidates our linux bits a
little bit and allows to proceed to a more recent linux_base from
a stable (read as: the major bugs should be ironed out or identified
and most linux ports build just fine) source.
It also allows to ship 4.11 with a working linuxolator (the EOLed
linux_base is marked forbidden because of a security hole).
This is a major update, please read UPDATING (and CHANGES if you
develop linux ports).
Changes:
- change the default linux_base from v7 to v8
- add a newer freetype to linux_base-8 for nicer fonts display [1]
- don't let cpio use hardlinks in the linux_base-8 port to quiet some (Only the first 15 lines of the commit message are shown above )
|
Wed, 4 Aug 2004
|
[ 02:25 edwin ]
[PATCH] archivers/stuffit: change company name & website to make fetchable
The distfile for this port is not fetchable until its URL
is changed to match the new name for the same company. The
size & md5 checksum etc. remain the same.
For their official announcement of the name change, please see:
<http://www.allume.com/company/pressroom/releases/aladdin/072604allume.html>
PR: ports/69974
Submitted by: Paul Seniura <pdseniura@techie.com>
|
Thu, 15 Jul 2004
|
[ 16:38 krion ]
- Support NO_WRKSUBDIR properly
PR: ports/69107
Submitted by: Ports Fury
|
Mon, 8 Mar 2004
|
[ 08:07 netchild ]
- Fix fetch, the mastersite changed (but still is at aladdinsys.com) and
the distfile was renamed (only the EXTRACT_SUFX changed and it still has
the same content and checksum).
- Some cleanup, no longer chmod(8) the distfile in DISTDIR executable
without reason and add a do-build target to brandelf(1) the binaries
instead of doing this in the do-install target so that the binaries in
WRKDIR actually can be used after a `make all` run.
Submitted by: Marius Strobl <marius@alchemy.franken.de>
|
Fri, 27 Feb 2004
|
[ 12:10 clement ]
- Pacify portlint and use misc macros
- remove pkg-plist (fastjar and stuffit)
|
Sun, 26 Oct 2003
|
[ 21:58 kris ] (Only the first 10 of 13 ports in this commit are shown above. )
portlint (fix whitespace)
|
Thu, 20 Feb 2003
|
[ 16:44 knu ] (Only the first 10 of 39 ports in this commit are shown above. )
De-pkg-comment.
|
Tue, 28 May 2002
|
[ 03:22 obrien ]
Explict dependancy on version 7 of linux_base is not needed anymore.
The linux_base port is now at RH version 7.
|
Mon, 20 May 2002
|
[ 14:03 dwcjr ]
Add missing man page.
PR: 35090
Submitted by: khera@kciLink.com
|
Fri, 5 Apr 2002
|
[ 06:23 pat ]
Fix MASTER_SITES - site's directory structure changed
PR: 36777
Submitted by: KANOU Hiroki <kanou@mil.allnet.ne.jp>
|
Thu, 13 Dec 2001
|
[ 03:29 ijliao ]
add stuffit Stuffit Archive Creator and Expander
|
Number of commits found: 24 |