aboutsummaryrefslogtreecommitdiff
path: root/biology/migrate
Commit message (Collapse)AuthorAgeFilesLines
* biology/migrate: Use system zlib instead of excluding it from extractNuno Teixeira2024-04-121-2/+2
| | | | Fixes: dc29da5db6e6e: Fix extract on aarch64
* biology/migrate: Fix distinfoNuno Teixeira2024-04-092-7/+4
| | | | Upstream re-rolled tarball.
* biology/migrate: Update to 5.0.6Nuno Teixeira2024-03-312-4/+8
| | | | ChangeLog: https://peterbeerli.com/programs/migrate/distribution_4.x/HISTORY
* biology/migrate: Fix extractNuno Teixeira2024-03-271-1/+1
| | | | | | | | | | Extract fails on aarch64 with error: (sample) "dynsections.js: Cannot restore extended attributes: com.apple.quarantine com.apple.quarantine: No such file or directory" tar: Error exit delayed from previous errors.- Fix extract with: --no-same-owner --no-same-permissions
* biology/migrate: Update to 5.0.5Nuno Teixeira2024-03-273-31/+27
| | | | | | | | | - Switch to DISTVERSION - Add license - Pet portlint, portclippy and portfmt - Take maintainership ChangeLog: https://peterbeerli.com/programs/migrate/distribution_4.x/HISTORY
* MAN[1-5]PREFIX: eleminate its usage and move man to share/manBaptiste Daroussin2024-01-092-4/+5
|
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* biology: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * Aaron Dalton <aaron@FreeBSD.org> * Akinori MUSHA aka knu <knu@idaemons.org> * Andrey Zakhvatov * Bob Zimmermann <rpz@cse.wustl.edu> * Camson Huynh <chuynh@biolateral.com.au> * Dan Siercks <dsiercks@uwm.edu> * Fernan Aguero <fernan@iib.unsam.edu.ar> * Hannes Hauswedell <h2+fbsdports@fsfe.org> * J. Bacon <jwb@FreeBSD.org> * Jason Bacon <jwb@FreeBSD.org> * Jeremy <karlj000@unbc.ca> * Johann Visagie <johann@egenetics.com> * Johann Visagie <wjv@FreeBSD.org> * Mauricio Herrera Cuadra <mauricio@arareko.net> * Motomichi Matsuzaki <mzaki@biol.s.u-tokyo.ac.jp> * Motomichi Matsuzaki <mzaki@e-mail.ne.jp> * Motomichi Matsuzaki <mzaki@m.u-tokyo.ac.jp> * Motomichi Matsuzaki <mzaki@niid.go.jp> * Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Razi Khaja <razi@genet.sickkids.on.ca> * Reed A. Cartwright <cartwright@asu.edu> * Ryo MIYAMOTO * Ryo MIYAMOTO <rmiya@cc.hirosaki-u.ac.jp> * Sangwoo Shim <sangwoos@gmail.com> * Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Tassilo Philipp <tphilipp@potion-studios.com> * Tony Maher * Tony Maher <tonym@biolateral.com.au> * Wen Heping <wen@FreeBSD.org> * Wen Heping <wenheping@gmail.com> * Yonatan <onatan@gmail.com> * Yuri Victorovich <yuri@rawbw.com> * ballen * barnhart@genetics.wustl.edu * camson@bilateral.com.au * chuynh@biolateral.com.au * dbader@eece.unm.edu * frankch@waru.life.nthu.edu.tw * h2 * lentferj * maho@FreeBSD.org * mzaki@biol.s.u-tokyo.ac.jp * tonym * wen@FreeBSD.org With hat: portmgr
* Update CONFLICTS definitions in categories a* to c*Stefan Eßer2022-02-061-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Update the CONFLICTS definitions of ports in the following categories: - accessibility - archivers - audio - benchmarks - biology - cad - chinese - comms - converters An attempt has been made to use generic conflicts patterns that do not have to be updated whenever a new version of a conflicting port is added to the ports system. There is a misunderstanding that the port being built/installed has to be omitted from the conflicts pattern. This is not true - the port being built is implicitly non-conflicting due to logic in bsd.port.mk. Approved by: portmgr (implicit)
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Mark BROKEN on riscv64 the same as armv*:Mark Linimon2021-01-191-0/+1
| | | | | | | | | | | | # make[2]: cannot open makefile.. Note the filname reported is "Makefile." (e.g. probably empty suffix). Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com build testing Notes: svn path=/head/; revision=562005
* Mark broken on armvX and mips.Mark Linimon2018-03-181-0/+4
| | | | Notes: svn path=/head/; revision=464909
* - Switch to options helpersDmitry Marakasov2016-04-173-16/+17
| | | | | | | | - Regenerate patches with `make makepatch` - Simplify plist Notes: svn path=/head/; revision=413499
* - Update optionsWen Heping2015-06-281-7/+1
| | | | Notes: svn path=/head/; revision=390793
* - Update to 3.6.11Wen Heping2015-06-282-15/+10
| | | | | | | - Convert to optionsNG Notes: svn path=/head/; revision=390780
* - Update to 3.6.9 and unbreakWen Heping2015-05-182-5/+3
| | | | Notes: svn path=/head/; revision=386649
* Mark as broken unfetchable portsBaptiste Daroussin2015-04-051-0/+2
| | | | Notes: svn path=/head/; revision=383309
* Upgrade from 3.6.6 to 3.6.7. Be sure to not extract the zlibMikhail Teterin2015-03-242-3/+4
| | | | | | | subdirectory. Notes: svn path=/head/; revision=382123
* 6 ports categories: Remove $PTHREAD_LIBSJohn Marino2015-03-241-2/+1
| | | | | | | | | Categories: cad, devel, java, x11-fm, biology, deskutils approved by: PTHREAD blanket Notes: svn path=/head/; revision=382111
* - Update to 3.6.6Wen Heping2015-01-313-5/+5
| | | | | | | | PR: 197039 Submitted by: antont@inbox.lv Notes: svn path=/head/; revision=378190
* - Update to 3.6.5Wen Heping2014-12-063-6/+19
| | | | | | | - Reset maintainer to ports@ Notes: svn path=/head/; revision=374114
* - Stagify; cleanup Makefile and reorder the knobs a bitAlexey Dokuchaev2014-01-291-28/+21
| | | | | | | - Drop the case for long unsupported alpha architecture Notes: svn path=/head/; revision=341721
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | biology) Notes: svn path=/head/; revision=327709
* - Update to 3.5.1Wen Heping2013-05-265-105/+22
| | | | | | | | | - Trim Makefile headers - Convert to optionsNG - Update WWW, MASTER_SITES and COMMENT Notes: svn path=/head/; revision=319096
* Update MASTERSITES for my server to use httpsGlen Barber2013-04-261-1/+1
| | | | | | | Approved by: wen (maintainer, implicit) Notes: svn path=/head/; revision=316568
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Take maintainershipWen Heping2011-03-141-1/+1
| | | | Notes: svn path=/head/; revision=270829
* - Reassign to the heapThomas Abthorpe2011-03-131-1/+1
| | | | | | | PR: ports/155507 ports/155508 Notes: svn path=/head/; revision=270776
* - Add an additional MASTER_SITESSunpoet Po-Chuan Hsieh2010-10-011-1/+2
| | | | | | | | | PR: ports/151112 Submitted by: gjb (maintainer) Approved by: pgollucci (mentor) Notes: svn path=/head/; revision=262218
* - Update MAINTAINER to submitters new mail addressBernhard Froehlich2010-09-041-1/+1
| | | | | | | | | PR: ports/150274 Submitted by: Glen Barber <glen dot j dot barber at gmail dot com> (maintainer) Approved by: beat (co-mentor, implicit) Notes: svn path=/head/; revision=260554
* - Update to 3.1.6Sylvio Cesar Teixeira2010-05-303-5/+5
| | | | | | | | PR: ports/147194 Submitted by: Glen Barber <glen.j.barber@gmail.com> (maintainer) Notes: svn path=/head/; revision=255358
* - Update to 3.1.4Sylvio Cesar Teixeira2010-05-093-11/+18
| | | | | | | | PR: ports/146411 Submitted by: Glen Barber <glen.j.barber@gmail.com> (maintainer) Notes: svn path=/head/; revision=254018
* - Update to 3.1.3Wen Heping2010-03-242-5/+5
| | | | | | | | | | - Pass maintainership to submitter PR: ports/144992 Submitted by: Glen Barber <glen.j.barber@gmail.com> Notes: svn path=/head/; revision=251427
* Update to 3.1.2Edwin Groothuis2010-02-102-4/+4
| | | | Notes: svn path=/head/; revision=249522
* - Update to 3.1.1Martin Wilke2010-02-025-88/+40
| | | | | | | | PR: 143437 Submitted by: Ports Fury Notes: svn path=/head/; revision=249116
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-1/+0
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* - Update to 3.0.3Martin Wilke2009-01-146-57/+122
| | | | | | | | PR: 130459 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=226100
* - File was rerolled for a small bugfix.Martin Wilke2008-02-273-3/+16
| | | | | | | Submitted by: pointyhat via pav/erwin Notes: svn path=/head/; revision=207980
* - Update to 2.4.3Martin Wilke2008-02-252-4/+4
| | | | | | | Submitted by: Ports Fury Notes: svn path=/head/; revision=207905
* - Update to 2.4.2 (fix fetch problems)Martin Wilke2008-01-252-4/+4
| | | | | | | Submitted by: pointyhat via pav Notes: svn path=/head/; revision=206206
* - Update to 2.4.1Martin Wilke2008-01-204-15/+46
| | | | | | | | PR: 119719 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=205912
* - Update to version 2.3Ion-Mihai Tetcu2007-09-034-46/+57
| | | | | | | | PR: ports/116019 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=198681
* - Update to 2.1.3Gabor Kovesdan2006-12-104-33/+19
| | | | | | | | | | | - Fix fetching - Remove old patch and use MAKE_ARGS instead - portlint(1) and whitespace Approved by: erwin (mentor) Notes: svn path=/head/; revision=179374
* Remove USE_REINPLACE from all categories starting with BEdwin Groothuis2006-05-031-1/+0
| | | | Notes: svn path=/head/; revision=161307
* - Add SHA256Pav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149228
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Fix build on 4.xKirill Ponomarev2005-02-191-0/+4
| | | | | | | | PR: ports/77697 Submitted by: Sam Lawrance <boris at brooknet.com.au> Notes: svn path=/head/; revision=129257
* Update to version 2.0.3Kirill Ponomarev2005-02-183-10/+13
| | | | | | | | PR: ports/77676 Submitted by: Sam Lawrance <boris at brooknet.com.au> Notes: svn path=/head/; revision=129170