summaryrefslogtreecommitdiffstats
path: root/astro/xephem
Commit message (Collapse)AuthorAgeFilesLines
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-3/+3
| | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate.
* Upgrade to 3.5.2.tg2002-01-152-2/+2
|
* - update to 3.5.1petef2001-12-302-3/+7
| | | | | | | - respect CC/CFLAGS PR: 33332 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Upgrade to 3.5.tg2001-10-254-40/+8
|
* Forgot to bump PORTREVISION.tg2001-03-141-0/+1
| | | | Reminded by: kris
* Don't reuse possibly free()d memory.tg2001-03-081-0/+20
| | | | Found by: phkmalloc
* Checksum changed. No functional changes, AFAICT.tg2001-03-071-1/+1
| | | | | PR: 25578 Submitted by: Murray Stokely <murray@osd.bsdi.com>
* Update to 3.4.mph2000-12-085-69/+34
| | | | | PR: 23382 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Change motif to a normal dependency. REQUIRES_MOTIF is now calledasami2000-11-071-1/+1
| | | | | | | | | | | | | | USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif. As before, it implies USE_XPM (and therefore USE_XLIB). Motif-dummy is removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3. Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always have USE_MOTIF. ftp/moxftp will define USE_MOTIF unless WANT_ATHENA_VERSION (new variable) is defined. I merged the X cases in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined. I will remove x11-toolkits/Motif-dummy (which has been repo copied to open-motif) in a few days.
* Fix Imakefile breakage under XFree86 4.xkevlo2000-10-281-8/+5
| | | | | PR: 22359 Submitted by: Ports Fury
* (1) Add new variable, XFREE86_VERSION, to specify which version ofasami2000-08-031-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm
* Fix checksum: Author added an advertisement for optional CDs with thisalex2000-06-101-1/+1
| | | | | | software. No version bump. Reviewed by: will
* Update MASTER_SITESsteve2000-05-291-3/+2
| | | | | PR: 16779 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Revert erich's ports to ports@FreeBSD.org, as erich has been non-responsivekris2000-04-231-1/+1
| | | | | | | | for quite some time. If any non-committer wants to take over maintainership please let me know. Reviewed by: ports No response from: erich
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-081-2/+2
|
* The author removed some files from the distribution without bumping thesteve2000-02-273-7/+3
| | | | version number.
* This was missed in previous commit. Upgrade to 3.2.3.mph2000-01-191-6/+7
|
* Upgrade to 3.2.3.mph2000-01-192-15/+21
| | | | Approved by: erich
* Install properly PREFIX-ified app-defaults file so the program can findasami1999-08-302-0/+3
| | | | pixmaps and stuff.
* Id->FreeBSD rename try 2.obrien1999-08-251-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-06-261-1/+1
| | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each.
* Add a few of the more easy to find WWW Links to pkg/DESCR ...scrappy1999-04-221-0/+2
|
* Upgrade to xephem 3.2.2jseger1999-04-065-37/+75
| | | | | PR: ports/10951 Submitted by: Michael Haro <mharo@area51.fremont.ca.us>
* Add missing manpage.steve1998-09-261-1/+3
|
* Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itasami1998-09-171-2/+2
| | | | in the first place.
* Take the manpages out of pkg/PLIST and put them in MAN1.steve1998-09-161-1/+0
|
* Remove trailing dot in LIB_DEPENDS.steve1998-09-161-2/+2
|
* libXpm major is now 5. Also remove regexp support in preparation forasami1998-09-151-2/+2
| | | | ELF conversion.
* Add missing dependency on graphics/xpm/jseger1998-06-061-1/+3
|
* Remove old version number from this prose. The quoted text is nomph1998-05-011-3/+0
| | | | longer in the README, so don't claim that it comes from there.
* Upgrade to 3.1.tg1998-04-295-132/+61
|
* oops, forgot to cvs add this oneerich1997-07-141-0/+87
| | | | PR: 3637
* fix the spp-defaults file so data files are found properlyerich1997-07-142-1/+3
| | | | PR: 3637
* upgrade to 3.0erich1997-03-274-125/+50
|
* A quick purousal thru our port's patches directory shows a *WAY* over use ofobrien1997-02-161-1/+1
| | | | | | __FreeBSD__. That said, add __OpenBSD__ and __NetBSD__ where approapiate.
* Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-2/+3
|
* CATAGORIES+= -> CATAGORIES=obrien1996-11-151-2/+1
|
* These ports are moved to astro. (Repository copy already done, thisasami1996-10-311-2/+2
| | | | is the post-processing stuff.)
* trim the DESCR's to something reasonable at Satoshi's request.erich1996-10-161-7/+1
|
* moved xephem to `misc', MOTIF_STATIC should workerich1996-08-166-0/+192
now too.
OpenPOWER on IntegriCloud