Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump portrevision due to upgrade of devel/gettext. | Edwin Groothuis | 2008-06-06 | 1 | -1/+1 |
| | | | | | | | | | | 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) | ||||
* | - Add curl dependancy | Thomas Abthorpe | 2008-04-26 | 1 | -0/+4 |
| | | | | | | | | - Will now fetch TLE files from the network - Bump PORTREVISION PR: ports/123033 Submitted by: Matt Dawson <matt chronos.org.uk> (maintainer) | ||||
* | - Update to version 0.9.0. | Alejandro Pulver | 2007-09-29 | 2 | -4/+4 |
| | | | | | PR: ports/116737 Submitted by: Matt Dawson <matt@chronos.org.uk> (maintainer) | ||||
* | - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script | Rong-En Fan | 2007-07-23 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run | ||||
* | - Update to 0.8.0 | Rong-En Fan | 2007-06-11 | 3 | -6/+10 |
| | | | | | PR: ports/113508 Submitted by: Matt Dawson <matt at chronos.org.uk> (maintainer) | ||||
* | - Welcome X.org 7.2 \o/. | Florent Thoumie | 2007-05-19 | 2 | -2/+1 |
| | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. | ||||
* | Fix typo. | Jimmy Olgeni | 2007-02-18 | 1 | -1/+1 |
| | |||||
* | Add a desktop entry | Jean-Yves Lefort | 2007-02-18 | 1 | -0/+8 |
| | | | | | | PR: ports/109258 Submitted by: jylefort Approved by: maintainer | ||||
* | - Update to 0.7.1 | Rong-En Fan | 2007-02-07 | 3 | -4/+5 |
| | | | | | PR: ports/108852 Submitted by: Matt Dawson <matt at chronos.org.uk> (maintainer) | ||||
* | - Update to 0.6.1 | Rong-En Fan | 2006-09-16 | 3 | -60/+52 |
| | | | | | | | | | - Move to LOCALBASE - Change maintainer's email address - Workaround for autoconf 2.6.0 (mandir) PR: ports/103300 Submitted by: Matt Dawson <matt at mattsnetwork.co.uk> (maintainerA) | ||||
* | Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path. | Ade Lovett | 2006-03-07 | 1 | -0/+1 |
| | | | | | Discussed with: kris Approved by: portmgr (implicit) | ||||
* | - Fix 'all-depends-list' target in cases if dependencies list is | Kirill Ponomarev | 2006-01-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | very long and if some dependencies can't be added into the list. [1] - Fix FAM support. Make gamin the default FAM system. [2] - Introduce new 'quicksearch' target to show only port, path and info section of the matching ports. [3] - Introduce new category - rubygems. [4] - Fix stale dependencies while installing qmail slaveport and another port that depends on qmail. [5] - Add commentary for describes target in bsd.port.mk. [6] - Fix warning issued during make index on archs !368. [7] - Add USE_DOS2UNIX variable. If set to "YES", remove the ^M from all files under ${WRKSRC}. If set to a string, remove in all files under ${WRKSRC} with one of these names the ^Ms. [8] - Add new variables PERL_RUN_DEPENDS and PERL_BUILD_DEPENDS by checking the existance of the Perl modules with the "perl -e 'use module;'" command. [9] - Fix bsd.port.mk variable quoting issues. No quoting is necessary anymore either in the Makefile or on the command line. Affected variables include: BROKEN FORBIDDEN IGNORE MANUAL_PACKAGE_BUILD NO_CDROM NO_PACKAGE RESTRICTED [10] - Add NOFETCHFILES variable. If set, don't download these files from the ${MASTER_SITES} or ${MASTER_SITE_BACKUP} (but do from ${MASTER_SITE_OVERRIDE}). [11] - Improve 'search' target output. [12] - Add a new virtual category for Amateur Radio - hamradio. [13] - Cleanup some old/unused pathes in bsd.port.mk. [14] - Add @dirrmtry for plists which does the same as: "@unexec rmdir %D/foo 2>/dev/null || true" [15] - Remove virtual category - offix. [16] - Use portsnap instead of cvsup or cvs on "make update" in /usr/ports. [17] - Move location of bsd.autotools.mk within bsd.port.mk [18] - Add bsd.linux-rpm.mk, fix INSTALLS_SHLIB for Linux ports [19] - Use new USE_RC_SUBR format for FreeBSD version >= 700007 [20] - Replace the string "FreeBSD" by "The FreeBSD Project" in the security warning [21] - Add bsd.local.mk for local modification to ports framework. [22] - Replace rcNG spelling by rc.d [23] - Remove superfluous USE_REINPLACE. [24] Special thanks to: linimon for spending hours with all these patches clement for fixes kris for help with pointyhat PR: ports/86310 [1], ports/89498 [2], ports/83530 [3], ports/83789 [4], ports/84053 [5], ports/86281 [6], ports/87214 [7], ports/87234 [8], ports/87318 [9], ports/87396 [10], ports/87605 [11], ports/87840 [12], ports/88230 [13], ports/88493 [14], ports/88711 [15], ports/88751 [16], ports/89281 [17], ports/89999 [18], ports/90031 [19], ports/90150 [20], ports/90668 [21], ports/91433 [23], ports/88754 [24] Submitted by: mi [1], marcus [2], Lars Engels <lars.engels@0x20.net> [3], pav [4, 16, 20, 24], garga [5], cperciva [6], vd [7], edwin [8, 9, 11, 15, 21], fenner [10], Arseny Nasokin <tarc.po.cs.msu.su@tarc.po.cs.msu.su> [12], Carl Makin <carl@stagecraft.cx> [13], arved [14], NIIMI Satoshi <sa2c@sa2c.net> [17], thierry [18], jylefort [19], linimon [22], dougb [23] | ||||
* | - Update to 0.5.1 [1] | Renato Botelho | 2005-11-10 | 3 | -15/+22 |
| | | | | | | | - Add SHA256 PR: ports/88727 [1] Submitted by: maintainer [1] | ||||
* | Update to 0.4.99.7 | Volker Stolz | 2004-08-06 | 2 | -4/+5 |
| | | | | | | | - Requires hamlib PR: ports/69946 Submitted by: Matt Dawson (maintainer) | ||||
* | SIZEify (maintainer timeout) | Trevor Johnson | 2004-03-31 | 1 | -0/+1 |
| | |||||
* | Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. | Joe Marcus Clarke | 2004-02-04 | 1 | -0/+1 |
| | | | | (Part 2) | ||||
* | Gpredict is a satellite tracking and prediction application | Pav Lucistnik | 2004-01-22 | 4 | -0/+86 |
written using Gtk+ and Gnome widgets by Alexandru Csete. Part of the grounstation suite, its purpose is to track the various amateur, weather and military satellites that are of interest to radio amateurs. The groundstation suite comprises Gnome-rig and Gnome-predict and is intended to provide a low-cost amateur radio station with the facilities of a high-end satellite station. WWW: http://groundstation.sourceforge.net/ PR: ports/61727 Submitted by: Matt Dawson <matt@mattsnetwork.co.uk> |