non port: cad/linux-eagle5/Makefile |
SVNWeb
|
Number of commits found: 22 |
Sat, 31 Dec 2022
|
[ 01:34 Rene Ladan (rene) ] 2e1bdcb
cleanup: Remove expired ports:
2022-12-31 cad/linux-eagle5: Deprecated upstream, superseded by Autodesk EAGLE 9
|
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, 27 Jul 2022
|
[ 14:27 Baptiste Daroussin (bapt) ] 9636cde
cad/linux-eagle5: use pkg-message to show message on remove
|
Wed, 20 Jul 2022
|
[ 14:20 Tobias C. Berner (tcberner) ] b46abf8 (Only the first 10 of 74 ports in this commit are shown above. )
cad: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* AMAKAWA Shuhei <amakawa@jp.FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Andersson <anders@hack.org>
* Bruce M Simpson <bms@FreeBSD.org>
* Christoph Moench-Tegeder <cmt@FreeBSD.org>
* David Yeske <dyeske@gmail.com>
* Diane Bruce <db@db.net>
* Joachim Strombergson <watchman@ludd.ltu.se>
* Johnny Sorocil <jsorocil@gmail.com>
* Julian Jenkins <kaveman@magna.com.au>
* Marc Fonvieille <blackend@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Sat, 16 Apr 2022
|
[ 09:26 Thomas Zander (riggs) ] 9ec61d6
cad/linux-eagle5: Fix fetch error, mark deprecated
Details:
- Cadsoft, the EAGLE vendor, was acquired by Autodesk a while ago. The
EAGLE 5 series was discontinued since, and is superseded by Autodesk
EAGLE 9.
- Mark deprecated, scheduled for removal at the end of the 2022. Until
then, the distfile remains available through a LOCAL mirror.
MFH: 2022Q2
|
Thu, 6 May 2021
|
[ 11:47 Mathieu Arnold (mat) ] adb9312 (Only the first 10 of 61 ports in this commit are shown above. )
Deorbit RESTRICTED && NO_CDROM, part one.
For ports that already use the licenses framwork, merge the content of
RESTRICTED/NO_CDROM/LEGAL* entries into LICENSEs.
Approved by: rene
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.
|
Sat, 5 May 2018
|
[ 15:09 danfe ] (Only the first 10 of 14 ports in this commit are shown above. )
For ports under `cad', `devel', `dns`, and `math' categories: remove
redundant PKGMESSAGE assignment, which is set appropriately by the
b.p.m when `pkg-message' appears on the SUB_FILES list.
|
Tue, 31 Jan 2017
|
[ 16:54 tijl ] (Only the first 10 of 887 ports in this commit are shown above. )
- Autodetect the installed linux_base port and use LINUX_DEFAULT only as
a last resort.
- Construct a list of DISTFILES for every architecture (amd64, i386).
Select one list for regular make and all lists for make makesum so linux
ports can have one combined distinfo file.
- Set DIST_SUBDIR?=centos so there's only one copy of common distfiles.
- Use MASTER_SITES and DISTFILES groups so make fetch is a bit smarter.
- Regenerate all distinfo files.
- For linux_base-c6 (just like linux_base-c7 already does) turn bin, lib,
lib64 and sbin into symbolic links to the same directory under usr.
This fixes the problem where some programs/libraries exist under / on
FreeBSD and /usr on Linux or vice versa and then depending on the order
of search paths Linux programs may run/load FreeBSD programs/libraries
and fail.
- Turn usr/share/icons into a symbolic link to LOCALBASE/share/icons so (Only the first 15 lines of the commit message are shown above )
|
Wed, 7 Sep 2016
|
[ 12:43 tijl ] (Only the first 10 of 77 ports in this commit are shown above. )
- In Uses/linux.mk use the loop variable directly when appending to
*_DEPENDS. Helper variables derived from the loop variable aren't
expanded causing *_DEPENDS to be incorrect.
- Bump all ports with more than one value in USE_LINUX.
PR: 211645
Reported by: jkim
|
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 )
|
Mon, 9 Jun 2014
|
[ 11:21 olgeni ] (Only the first 10 of 120 ports in this commit are shown above. )
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories A-C.
CR: D196
Approved by: portmgr (bapt)
|
Sun, 16 Mar 2014
|
[ 13:28 riggs ]
- Stage support
- Makefile cleanup
- Move pkg-message to files/pkg-message.in
- Convert plist to use %%DATADIR%%
- Introduce LICENSE_*
- Bump PORTREVISION
- Update maintainer e-mail address
- Add NO_PACKAGE according to (my understanding of) the license
PR: ports/187507
Submitted by: Johannes Jost Meixner <xmj@chaot.net>
Approved by: thierry (mentor)
|
Fri, 20 Sep 2013
|
[ 15:58 bapt ] (Only the first 10 of 103 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
cad)
|
Wed, 23 Jan 2013
|
[ 15:00 makc ] (Only the first 10 of 237 ports in this commit are shown above. )
Bump PORTREVISION after DESKTOP_ENTRIES update
|
Fri, 10 Aug 2012
|
[ 15:47 crees ]
Update to 5.12
Update maintainer's email address
PR: ports/167983
Submitted by: maintainer (Thomas Zander <thomas.e.zander@googlemail.com>)
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Thu, 22 Sep 2011
|
[ 18:10 eadler ]
- add missing dependencies
- bump portrevision
PR: ports/160660
Submitted by: 4720@hushmail.com
Approved by: Thomas Zander <riggs@rrr.de> (maintainer)
Approved by: sahil (mentor)
|
Fri, 29 Apr 2011
|
[ 07:28 culot ]
- Update to 5.11
PR: ports/156085
Submitted by: Thomas Zander <thomas.e.zander@googlemail.com> (maintainer)
|
Sat, 13 Nov 2010
|
[ 16:46 stefan ] (Only the first 10 of 18 ports in this commit are shown above. )
- Update cad/linux-eagle5 to 5.10 and transfer maintainership to submitter.
- Remove cad/linux-eagle (submitter is maintainer).
- Remove german/linux-eagle (submitter is maintainer).
PR: 151153
Submitted by: Thomas Zander <thomas.e.zander@googlemail.com>
Approved by: Michael Durian <durian@shadetreesoftware.com> (old maintainer)
|
Mon, 3 Aug 2009
|
[ 15:54 bsam ]
Here is a new linux-eagle5 port, the version is 5.5.
PR: ports/133822
Submitted by: Mike Durian <durian@shadetreesoftware.com>
|
[ 09:45 bsam ]
Repocopy cad/linux-eagle -> cad/linux-eagle5 is completed.
PR: ports/137155
Submitted by: bsam (me)
Repocopied by: portmgr (marcus)
|
Number of commits found: 22 |