aboutsummaryrefslogtreecommitdiffstats
path: root/astro/jday
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-201-0/+1
| | | | astro)
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.eadler2013-03-191-1/+1
| | | | | | | | | If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi)
* Remove pointless header lines from ports I created once upon a time.naddy2012-09-161-4/+0
|
* Fix typos in COMMENTcs2012-07-231-1/+1
|
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-2/+1
| | | | starting with A
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
| | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav)
* Return laszlof's ports to the pool due to lack of time.linimon2008-08-191-1/+1
| | | | Hat: portmgr
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-1/+1
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* Use libtool port instead of included version to avoid objformat a.out botchkris2007-02-011-0/+1
|
* Update my email address in all ports that I maintain.laszlof2006-11-071-1/+1
| | | | Approved by: flz (mentor)
* Update to 2.4.lawrance2006-05-154-26/+13
| | | | | | | Submitter takes maintainership. PR: ports/96061 Submitted by: Frank Laszlo <laszlof@vonostingroup.com>
* - Add SHA256pav2005-11-241-0/+1
|
* - Fix configure warningkrion2004-04-181-0/+1
| | | | | PR: 65674 65675 65676 65677 65678 65679 Submitted by: Roman Neuhauser <neuhauser at chello dot cz>
* Add SIZE.trevor2004-01-281-0/+1
|
* Drop maintainership.naddy2003-09-291-1/+1
|
* pkg-comment -> COMMENTnaddy2003-02-212-1/+1
|
* Update to 1.3. Now includes a man page.naddy2003-01-026-18/+27
|
* Fix typos:petef2002-03-301-2/+2
| | | | | | | | | | | | | | | | | | * explose -> explore * january -> January * documentfor -> document for * encorporated -> incorporated * function -> functions * julian -> Julian * calculater -> calculate * formely -> formerly * Javascript -> JavaScript * timezone -> time zone * Calisto -> Callisto * outter -> outer PR: 36480 Submitted by: Eric Yu <ericyu@mail2000.com.tw>
* Update my MAINTAINER address.naddy2001-11-041-1/+1
| | | | Approved by: trevor
* New Port: astro/jdayjeh2001-02-135-0/+38
The jday binary can be used to convert calendar dates to astronomical julian dates. This number is useful for a variety of purposes. Especially related to calculating elapsed time between instances over large or short periods of time. PR: 23142 Submitted by: Christian Weisgerber <naddy@mips.inka.de>