summaryrefslogtreecommitdiff
path: root/x11/xglobe
AgeCommit message (Collapse)AuthorFilesLines
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-04-19Move to sha1 digests, and add distfile sizes.skrll1-5/+9
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-07-15Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition,agc1-2/+3
which takes entries of the format <make-definition-name>=<pkgname>. This has not been added to MAKEFLAGS because (a) premature optimisation is the root of all evil, and (b) because the .for loop used to implement this shows the wrong results when multiple prefices are evaluated. Modify all the package Makefiles to use EVAL_PREFIX, thereby simplifying them considerably. ALso simplify the logic to calculate the prefix as well.
2000-07-14The previous method of using a make target for finding a prerequisiteagc1-2/+2
package's prefix would not work as part of the environment specification via MAKE_ENV (as it would not be executed in the correct directory). Fix this by invoking pkg_info(1) directly, not via an intermediate make(1) step - this is not as clean, but more effective (i.e. it works).
2000-07-11Make the determination of the pre-req package's installed directory beagc1-2/+2
a bit more user-friendly. Introduce a show-{gtk+,imlib,kdebase,qt1,qt2,xpm}-prefix target in bsd.pkg.mk, and use "${MAKE} show-*-prefix" in package Makefiles.
2000-07-11Use X11PREFIX in preference to X11BASE, in case xpkgwedge is installed.agc1-9/+9
2000-07-10Find qt1 prefix via pkg_info(1), rather than hardcoding it as ${X11BASE}.agc1-2/+2
Pointed out by Dave Sainty <dave@dtsp.co.nz>, munged slightly by me.
2000-04-03Update to version 0.5. Changes:hubertf8-42/+88
- added -outfile command line switch - added -rot command line switch by Andrew Sumner: - implemented cloud map rendering (-cloudmapfile and -cloudfilter switches) (see README.maps for details) For NetBSD 1.4.x, (s)rand() was replaced by (s)random() to get a better image of stars. Thanks a lot to Marcello Balduccini <marcy@cs.utep.edu> for the hint!
2000-03-28make qt1 install in its own directory instead of renaming its installeddmcmahill3-10/+10
components. This allows users of Qt to specify QTDIR=/path/to/qt instead of having to patch all configure scripts and makefiles to look for alternate names. This is the recommended approach from Troll Tech (Qt authors). update pkgs which use qt1 to reflect this.
2000-03-23move dependency from qt-1.44 to qt1-1.44.dmcmahill3-21/+18
1999-11-12defuzzrh2-6/+6
1999-09-21Consistency:abs1-1/+1
Capitalise, remove trailing '.', remove many leading 'a', or 'the'.
1999-07-09Add package patch checksum files.agc1-0/+3
1999-07-04The original MASTER_SITE misbehaves -- comment it out.kim1-3/+9
1999-06-04change dependencies to updated qt-1.44drochner1-2/+2
1999-05-24Fix md5 checksum for "xglobe-0.2.tar.gz".wrstuden1-2/+2
1999-01-30Replace all occurrences of USE_X11 with USE_X11BASE. This means "install thisagc1-2/+2
package into ${X11BASE}". Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11 headers and libraries to build this package".
1999-01-20Update to xglobe V0.2.hubertf4-15/+22
Changes: Can now draw a grid on the globe, improved xearth command line compatibility, world map is included in the distribution, some minor fixes and enhancements.
1999-01-07Include options to compile (and link :) on pmaxhubertf1-1/+14
Sent to me by Thorsten Frueauf <frueauf@ira.uka.de>.
1999-01-07Forgot this while moving the distfiles to its subdir.frueauf1-4/+4
1999-01-06- fetch distfiles into its own subdirfrueauf2-6/+9
- add DEPEDNS to qt, it won't compile without.
1999-01-05Displays the earth as seen from space on your X Desktop, similar to xearth,hubertf6-0/+86
but using rendered images (textures) instead.