- 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
- Add DOCS option to config menu
- Revise DESKTOP_ENTRIES
- Fix staging support, use install.py -b option to set
STAGEDIR correctly, otherwise it leaks to compiled
code and scripts
Submitted by: bapt [1]
- Remove option for xml parser, expat is pulled in by
port's dependencies so this is useless
- Use global descriptions for options
- Spelling backends are needed during runtime
- Add support for STAGEDIR
- Switch USE_GMAKE to USES=gmake
- Define supported options so users can see them in config dialogs
- Use OPTIONS_SUB for plist alteration
- Convert to options macros for better readability
- Use PORTDOCS where it makes sense
- Project switched hosting from BERLIOS to SF
- Put LICENSE in right place to silence portlint
- net/py-qt4-network is now required to run
- Switch to bsd.port.options.mk
- Fix pkg-plist errors
to each element of MASTER_SITE_BERLIOS. Also add a suffix to
MASTER_SITE_SUBDIR to fetch the archive from the 'treeline'
subdir of the BERLIOS sites.
PR: ports/151676
Submitted by: sahil (myself)
Approved by: Pawel Pekala <c0rn@o2.pl> (maintainer)
PyQt-4.7 for FreeBSD. The official update notes can be found at
http://www.riverbankcomputing.com
We'd like to say thanks to all helpers, testers and submitters.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
website logins, personal contacts, or things to do.
It stores almost any kind of information. A tree structure makes it easy to
keep things organised. Each node in the tree can contain several fields,
forming a mini-database. The output format for each node can be defined, and
the output can be shown on the screen, printed, or exported to html.
PR: ports/68920
Submitted by: Tobias Roth <ports@fsck.ch>