- 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
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight
While here:
Regenerate p5-AcePerl's patches using makepatch.
Make p5-Bio-ASN1-EntrezGene depend on p5-bioperl, instead of the
other way around. Bump PORTREVISION on those two ports.
Blixem
- Added functionality to shift-select a range of coordinates,
and copy the reference/match sequence for that range.
- DNA search now highlights the resultant range of coordinates.
- Added a splitter bar to allow the variations track to be resized.
- Dotter
Fix a crash pressing Esc on an undocked alignment or greyramp tool.
- All
Code reorganisation: the codebase is now in C++ rather than C,
and a new module 'gbtools' has been created for generic
utility functions.
The distfile was rerolled but nobody knows why (not a good sign). The
maintainer has added a new MASTER_SITE with the original distfile in
order to unbreak fetch.
PR: 199474
Submitted by: maintainer (Jason Bacon)
The second MASTER_SITES entry worked fine, so this must have been a
transient fetch problem. I removed the first entry which is still
failing though.
Approved by: blanket
As noted by previous commit, upstream rerolls the same distfile
frequently. When FreeBSD cache was removed, the port broke. I'm fixing
it again with a new digest, but I'm also defining DIST_SUBDIR, which is
the correct thing to do with rerolls-by-policy.
Also I removed the bad backup MASTER_SITES and tested in poudriere.
While here, reset the port. The last time the maintainer was seen was
in 2005, when the port was created. Also, rewrap the package description
such that it keeps within 75 characters; also move the url so it won't
wrap across lines.
Simplify gnustep ports
Hook into the regular ports framework:
- LIB_DEPENDS for library dependencies
- Use regular USE_LDCONFIG
Reuse USES=objc (automatic)
USE_GNUSTEP is now a macro to set the dependencies and build feature needed.
Accepted arguments: back base build gui
Merge deskutils/preferencepanes into deskutils/systempreferences
- Explicitly list all required Qt components in USE_QT4 instead of relying
on them being silently picked up through `www/webkit-qt4' dependency
- Group *_build components together while here
- Remove one REINPLACE_CMD call that is no longer needed
Due to questionable c++, GCC 4.9 and newer cannot build seqan. An update
has been in the works that will enable clang compilers and all versions
of GCC to build seqan, but it is not quite ready yet. While waiting for
it, limit the version of GCC used to 4.8.
PR: 196851
include GH_PROJECT/GH_ACCOUNT/GH_TAGNAME. This prevents the distfile
having the same name despite changing one of these values and causing
a bad checksum.
Differential Revision: https://reviews.freebsd.org/D2103
Reviewed by: mat
With hat: bdrewery
- Update version 4.5.2=>4.5.3.4
- Add LICENSE (GPLv3)
- Remove PDFLIBS as OPTIONS as it is no loner an optional requirement
PR: 198602
Submitted by: pi
Approved by: bapt marino (implicit)
- Remove dependencies in core
- Put testing depends in TEST_DEPENDS
- Remove unnecessary bsd.port.options.mk inclusions
- Remove checks for Perl versions that no longer exist in the ports tree
- Sort plists, some of which were so jumbled that I have to assume
the plist was randomized before committing
A lot of the plist changes in this commit are moving PERL5_MAN3 after
SITE_PERL. It's repo churn now, but it makes updating the ports later
far easier.
Reduce restrictions from RESTRICTED to NO_CDROM -- the licensing
allows use by academic community as long as it is not redistributed.
Upstream still do not version their "releases", so next time they
reroll the tarball, the download will start breaking again. But
this time, it will be possible to fetch it from FreeBSD mirrors.
Hide most of the optional data files under the DOCS-option and
streamline various build-related scriptlets.
stop rerolling releases (and breaking downstream checksums) now.
While here, allow parallel builds (seems to work again now) and stop
extraction of unused subdirectories.
- Blixem
o Previously-unsupported GFF feature types can now be displayed
as a new 'basic feature' type.
o Styles are now applied to the detail view as well as the big
picture, so feature display is more consistent across the two
views.
o Fix a bug where styles were not being applied to
dynamically-loaded features.
- Dotter
o Added a 'maximise' button for the greyramp tool.
o Small fixes to inconsistencies in context-sensitive menus and
keyboard shortcuts.