summaryrefslogtreecommitdiff
path: root/astro/xephem (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 3.6.1Pav Lucistnik2004-10-112-3/+3
| | | | | | | | PR: ports/72096 Submitted by: Joel Ray Holveck <joelh@piquan.org> Notes: svn path=/head/; revision=118619
* Fix test for existence of DISTFILES. Be a bit more verbose in the IGNOREThomas Gellekum2004-07-231-2/+9
| | | | | | | message. Notes: svn path=/head/; revision=114489
* Upgrade to 3.6.Thomas Gellekum2004-06-253-11/+133
| | | | Notes: svn path=/head/; revision=112229
* Add SIZE.Trevor Johnson2004-01-271-0/+1
| | | | Notes: svn path=/head/; revision=99295
* portlint (Remove default DISTFILES setting)Kris Kennaway2003-10-261-1/+0
| | | | Notes: svn path=/head/; revision=92271
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75951
* Remove obsolete personal homepage.Christian Weisgerber2003-02-041-1/+0
| | | | | | | | PR: 47852 Submitted by: tadalunch@s5.xrea.com Notes: svn path=/head/; revision=74603
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* . This port was unfetchable as the author now wishes people to agree toGreg Lewis2002-08-101-4/+14
| | | | | | | | | | | | a license before downloading. Rejig the port to accomodate that and mark it NO_CDROM as the license is for personal use only. . Convince read only files that REINPLACE_CMD should work on them with a handy chmod stick. Submitted by: distfiles survey (first part) Notes: svn path=/head/; revision=64317
* PERL -> REINPLACE_CMDYing-Chieh Liao2002-07-081-1/+2
| | | | | | | | PR: 39275 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=62643
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-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. Notes: svn path=/head/; revision=53947
* Upgrade to 3.5.2.Thomas Gellekum2002-01-152-2/+2
| | | | Notes: svn path=/head/; revision=53106
* - update to 3.5.1Pete Fritchman2001-12-302-3/+7
| | | | | | | | | | - respect CC/CFLAGS PR: 33332 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=52412
* Upgrade to 3.5.Thomas Gellekum2001-10-254-40/+8
| | | | Notes: svn path=/head/; revision=49189
* Forgot to bump PORTREVISION.Thomas Gellekum2001-03-141-0/+1
| | | | | | | Reminded by: kris Notes: svn path=/head/; revision=39825
* Don't reuse possibly free()d memory.Thomas Gellekum2001-03-081-0/+20
| | | | | | | Found by: phkmalloc Notes: svn path=/head/; revision=39255
* Checksum changed. No functional changes, AFAICT.Thomas Gellekum2001-03-071-1/+1
| | | | | | | | PR: 25578 Submitted by: Murray Stokely <murray@osd.bsdi.com> Notes: svn path=/head/; revision=39181
* Update to 3.4.Matthew Hunt2000-12-085-69/+34
| | | | | | | | PR: 23382 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=35790
* Change motif to a normal dependency. REQUIRES_MOTIF is now calledSatoshi Asami2000-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. Notes: svn path=/head/; revision=34892
* Fix Imakefile breakage under XFree86 4.xKevin Lo2000-10-281-8/+5
| | | | | | | | PR: 22359 Submitted by: Ports Fury Notes: svn path=/head/; revision=34356
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-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 Notes: svn path=/head/; revision=31272
* Fix checksum: Author added an advertisement for optional CDs with thisAlexander Langer2000-06-101-1/+1
| | | | | | | | | software. No version bump. Reviewed by: will Notes: svn path=/head/; revision=29498
* Update MASTER_SITESSteve Price2000-05-291-3/+2
| | | | | | | | PR: 16779 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=28957
* Revert erich's ports to ports@FreeBSD.org, as erich has been non-responsiveKris Kennaway2000-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 Notes: svn path=/head/; revision=27941
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-2/+2
| | | | Notes: svn path=/head/; revision=27416
* The author removed some files from the distribution without bumping theSteve Price2000-02-273-7/+3
| | | | | | | version number. Notes: svn path=/head/; revision=26392
* This was missed in previous commit. Upgrade to 3.2.3.Matthew Hunt2000-01-191-6/+7
| | | | Notes: svn path=/head/; revision=24847
* Upgrade to 3.2.3.Matthew Hunt2000-01-192-15/+21
| | | | | | | Approved by: erich Notes: svn path=/head/; revision=24845
* Install properly PREFIX-ified app-defaults file so the program can findSatoshi Asami1999-08-302-0/+3
| | | | | | | pixmaps and stuff. Notes: svn path=/head/; revision=21120
* Id->FreeBSD rename try 2.David E. O'Brien1999-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. Notes: svn path=/head/; revision=20936
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-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. Notes: svn path=/head/; revision=19799
* Add a few of the more easy to find WWW Links to pkg/DESCR ...Marc G. Fournier1999-04-221-0/+2
| | | | Notes: svn path=/head/; revision=18060
* Upgrade to xephem 3.2.2Justin M. Seger1999-04-065-37/+75
| | | | | | | | PR: ports/10951 Submitted by: Michael Haro <mharo@area51.fremont.ca.us> Notes: svn path=/head/; revision=17660
* Add missing manpage.Steve Price1998-09-261-1/+3
| | | | Notes: svn path=/head/; revision=13416
* Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itSatoshi Asami1998-09-171-2/+2
| | | | | | | in the first place. Notes: svn path=/head/; revision=13190
* Take the manpages out of pkg/PLIST and put them in MAN1.Steve Price1998-09-161-1/+0
| | | | Notes: svn path=/head/; revision=13165
* Remove trailing dot in LIB_DEPENDS.Steve Price1998-09-161-2/+2
| | | | Notes: svn path=/head/; revision=13164
* libXpm major is now 5. Also remove regexp support in preparation forSatoshi Asami1998-09-151-2/+2
| | | | | | | ELF conversion. Notes: svn path=/head/; revision=13144
* Add missing dependency on graphics/xpm/Justin M. Seger1998-06-061-1/+3
| | | | Notes: svn path=/head/; revision=11306
* Remove old version number from this prose. The quoted text is noMatthew Hunt1998-05-011-3/+0
| | | | | | | longer in the README, so don't claim that it comes from there. Notes: svn path=/head/; revision=10795
* Upgrade to 3.1.Thomas Gellekum1998-04-295-132/+61
| | | | Notes: svn path=/head/; revision=10761
* oops, forgot to cvs add this oneEric L. Hernes1997-07-141-0/+87
| | | | | | | PR: 3637 Notes: svn path=/head/; revision=7324
* fix the spp-defaults file so data files are found properlyEric L. Hernes1997-07-142-1/+3
| | | | | | | PR: 3637 Notes: svn path=/head/; revision=7323
* upgrade to 3.0Eric L. Hernes1997-03-274-125/+50
| | | | Notes: svn path=/head/; revision=6035
* A quick purousal thru our port's patches directory shows a *WAY* over use ofDavid E. O'Brien1997-02-161-1/+1
| | | | | | | | | __FreeBSD__. That said, add __OpenBSD__ and __NetBSD__ where approapiate. Notes: svn path=/head/; revision=5656
* Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+3
| | | | Notes: svn path=/head/; revision=4570
* CATAGORIES+= -> CATAGORIES=David E. O'Brien1996-11-151-2/+1
| | | | Notes: svn path=/head/; revision=4496
* These ports are moved to astro. (Repository copy already done, thisSatoshi Asami1996-10-311-2/+2
| | | | | | | is the post-processing stuff.) Notes: svn path=/head/; revision=4211
* trim the DESCR's to something reasonable at Satoshi's request.Eric L. Hernes1996-10-161-7/+1
| | | | Notes: svn path=/head/; revision=4011