Commit graph

1342 commits

Author SHA1 Message Date
Kris Kennaway
cde755e1d5 Allow package builds 2006-09-03 06:46:25 +00:00
Kris Kennaway
9daee27ab4 "Personal use only" means no redistribution; mark RESTRICTED 2006-09-03 01:09:59 +00:00
Andrew Pantyukhin
d6c5670f5c - LIB_DEPEND on Tcl/Tk
Reported by:	pointyhat via kris
2006-09-01 09:04:20 +00:00
Andrew Pantyukhin
79051723a2 Add port astro/xeartk:
xeartk is a tkgeomap application that uses the geomap::wdgeomap command
to create an interactive map. The geographic data is from the xearth
root window program. by Kirk Lauritz Johnson in an interactive widget.
xeartk is not part of and does not require xearth. It only uses the
outline data defined in file mapdata.c of the xearth source
distribution. The cities are from factmonster.

Adjust the map view by Shift-Double-Clicking or Shift-Dragging. Double
click a dot to display information about the city there on the terminal.

WWW: http://www.tkgeomap.org/xeartk.html
Author: Gordon Carrie <tkgeomap@users.sourceforge.net>
2006-08-26 15:08:14 +00:00
Andrew Pantyukhin
aa14615b34 Add port astro/ptiger:
ptiger is a Tcl/Tk/Tkgeomap script that uses wdgeomap to display U.S.
Census Burea populated places on an interactive geographic map.

To run it, type ptiger on the command line. After a few seconds, a map
should appear. Adjust the view by Dragging or Double-Clicking. As the
cursor moves, a label below the map displays the cursor location and
the azimuth and range from the + marker to the cursor. Move the + marker
by Right-Double-Clicking. The map has dots at places with population
greater than a user selected threshold. Moving the cursor over a dot
labels the place with its name and displays the population in another
label below the map. In addition to the wdgeomap menus, a Places menu
enables adjustment of the population threshold and dot size. There is
also a Find menu that does a case insensitive regular expression search
for a named place.

WWW: http://www.tkgeomap.org/ptiger.html
Author: Gordon Carrie <tkgeomap@users.sourceforge.net>
2006-08-26 15:05:31 +00:00
Andrew Pantyukhin
d4d22f8a15 Add ports astro/tclgeomap and astro/tkgeomap:
Tkgeomap is an open source set of extensions to the Tcl/Tk scripting
language. It adds commands that read, manipulate, and display geographic
data.

It provides four packages:
* tclgeomap - library written in C adds commands for basic geography
  calculations and data access.
* tclgeomap_procs - library written in Tcl adds procedures that
  supplement tclgeomap.
* tkgeomap - library written in C that adds the ability to draw maps
* tkgeomap_procs - library written in Tcl adds procedures that
  supplement tkgeomap.

WWW: http://www.tkgeomap.org/
2006-08-25 16:08:57 +00:00
Martin Wilke
0427e4214e - Update to 3.56
ChangeLog:
   - Minor bug fixes (segfault bug in -mostly obsolete?- colorlevel 0)
   - added -zoomimage <file> (zoom image file) as new command line option
     so as to change the vmf file used in the zoom widget.

PR:		ports/102374
Submitted by:	Stanislav Sedov <ssedov(at)mbsd.msk.ru> (maintainer)
Approved by:	krion (mentor)
2006-08-23 12:40:29 +00:00
Xin LI
492bec0cbe Catch up with libnova update.
Spotted by:	kris
2006-08-22 19:20:17 +00:00
Joel Dahl
47a1a914b4 These are my new coordinates. 2006-08-20 20:35:24 +00:00
Daniel Gerzo
79961b54e9 Add my location.
Approved by:	keramida (mentor)
2006-08-20 18:40:07 +00:00
Rong-En Fan
be0af1a2a3 - Update to 3.0
PR:		ports/102268
Submitted by:	Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
2006-08-20 18:23:16 +00:00
Kirill Ponomarev
91fcad66fd Add my new location. 2006-08-20 14:44:33 +00:00
Xin LI
d1385d97b1 Update to 0.12.0.
Submitted by:	Frank W. Josellis <frank dynamical-systems org>
PR:		ports/102119
2006-08-18 18:15:16 +00:00
Cheng-Lung Sung
ab63f5bd0b - s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include astro/ audio/ biology/ chinese/ maintained by ports@

PR:		ports/101916
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2006-08-14 10:08:25 +00:00
Pav Lucistnik
3a9fc0d7af This program computes ephemerides of Sun, Moon, planets, comets, and stars
using rigorous reduction methods from the _Astronomical Almanac_ and related
sources. Includes PLAN404 series for positions of the planets, and a long-term
extension of modern Lunar theory for the Moon's position. Reads ASCII file
catalogues of stars and orbital elements. Displays all adjustments as it finds
local azimuth and elevation, rise and set times, etc.

Latest update 2005-11-09.

WWW: http://moshier.net/aadoc.html

PR:		ports/101850
Submitted by:	Frank W. Josellis <frank@dynamical-systems.org>
2006-08-12 21:40:18 +00:00
Rong-En Fan
09fbfa4d29 - Respect DESTDIR
PR:		ports/101838
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-08-12 04:07:30 +00:00
Martin Wilke
3dd1f79e1b - Respect TARGETDIR
PR:		ports/101531
Submitted by:	Simon Olofsson <simon(at)olofsson.de>
Approved by:	krion (mentor)
2006-08-08 21:36:39 +00:00
Joel Dahl
bb9181d270 Provide more accurate coordinates. My house is famous now.
Note: This commit is just for correctness.  I moved back in
March, so the "new" coordinates I added with this commit
are still outdated.  My current location is still secret...
2006-08-08 17:45:12 +00:00
Pav Lucistnik
1b14590892 - Unfetchable; mark for removal in 2 months 2006-08-07 11:28:43 +00:00
Rong-En Fan
5b13a6298f - Fix pointyhat building (it strange, but it doesn't build there. Fixed
by adding includepaths explicitly)
- Fix permissions by replacing 'cp's and 'install's by BSD_INSTALL_XXX
  equivalents

PR:		ports/101362
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru> (maintainer)
2006-08-06 06:29:02 +00:00
Volker Stolz
cd07ee7c3f Change continent. Now that might explain why I'm lagging behind with my PRs... 2006-08-02 10:18:14 +00:00
Pav Lucistnik
4d154a2782 - Update to 5.13
- Compile from source

PR:		ports/101022
Submitted by:	Rene Ladan <r.c.ladan@gmail.com> (maintainer)
2006-07-30 19:20:53 +00:00
Martin Wilke
cdf48f9da2 - Fix typo in Makefile
- Fix pkg-plist

PR:		ports/100824
Submitted by:	Stanislav Sedov <ssedov(at)mbsd.msk.ru>
Approved by:	krion (mentor)
2006-07-29 19:50:10 +00:00
Martin Wilke
40782ceb79 - Fix pkg-plist
PR:		ports/100820
Submitted by:	Stanislav Sedov <ssedov(at)mbsd.msk.ru>
Approved by:	krion (mentor)
2006-07-29 19:46:25 +00:00
Florent Thoumie
763dbcbad3 Replace ENV with SETENV as it's not defined in bsd.port.mk.
This should fix the "/home/foo/.shrc: Permission denied" error.

Reported by:	John E Hein <jhein@timing.com>
2006-07-28 23:06:19 +00:00
Ion-Mihai Tetcu
993c0fba3b Update to 3.55
PR:		ports/100874
Submitted by:	Stanislav Sedov (maintainer)
2006-07-28 06:20:50 +00:00
Ion-Mihai Tetcu
1b2fa9b423 Update to GPSMan-6.3.1, which is a bugfix for 6.3.
Here are the documented changes from 6.3 to 6.31:
	- importation of waypoints from Kismet  .network files with
	  location information, asked by Bernd Stuht; some new options
	  on this should be configured by editing config.tcl.
	- map window can now be resized.
	- WARNING: Garmin USB support for some recent Garmin receivers
	  will need at least version 0.28 of the garmin_gps Linux kernel
	  driver.
	- updates to Garmin support following the specifications
	  made available in May 2006, but not (yet) covering some new
	  protocols for fitness-oriented receivers.
	- explicit support for several Garmin receivers or their new
	  firmware versions, including: GPSMAP 60CSX and 76CSX, EDGE 205 and
	  305, GPS 18USB, eTrex Legend Cx, Forerunner 205, and GPS 60; with
	  thanks for all those who sent protocol lists: Doug Larrick,
	  Thomas Zumbrunn, Jiri Dvorak, Daniel Dorau, Nenad, Elric Milon
	  Beltran, Michel Equeter, Dominic Hargreaves, Sébastien Roy, Nicolas
	  Brouard, Reinhold Pschierer, Sven Anders, Jon Stockill.

Some portlinting [1]

PR:		ports/100848
Submitted by:	David Wolfskill (maintainer), me (itetcu) [1]
2006-07-26 08:32:31 +00:00
Martin Wilke
ece6a326a1 - Pass maintainership to submitter
- Update MASTER_SITE

PR:		ports/100724
Submitted by:	Stanislav Sedov <ssedov@mbsd.msk.ru>
Approved by:	krion (mentor)
2006-07-22 19:19:37 +00:00
Cheng-Lung Sung
2cd3333f8f Add p5-Astro-SpaceTrack 0.022, retrieve orbital data from
www.space-track.org.

PR:		ports/100620
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-07-21 15:19:36 +00:00
Erwin Lansing
d17d62a390 Update to 0.7.0 2006-07-20 16:48:33 +00:00
Florent Thoumie
cd4f1bcea2 - Update to 4.0.1693. 2006-07-20 09:47:03 +00:00
Jean-Yves Lefort
42de19ceda Update to 0.8.1
PR:		ports/100248
Submitted by:	Simon Olofsson <simon@olofsson.de>
2006-07-16 19:43:35 +00:00
Sergey A. Osokin
f2822c70b3 Refine my day-time coordinates. 2006-07-15 10:16:46 +00:00
Pav Lucistnik
bcecb3957b - Move documents to DOCSDIR
PR:		ports/100301
Submitted by:	Rene Ladan <r.c.ladan@gmail.com> (maintainer)
2006-07-14 20:34:22 +00:00
Florent Thoumie
ee0811b45b Add a hack to support lack of versioning in Google tarball names.
Fix plist.
2006-07-10 15:02:07 +00:00
Florent Thoumie
ad30eccbd5 Update to 4.0.1660.
PR:		ports/99984
Reported by:	Jean-Baptiste Quenot <jbq@caraldi.com>
2006-07-10 11:02:08 +00:00
Florent Thoumie
2113692aaf - Fix build when running as non-root [1].
- Fix mime-types install [2].

Submitted by:	Daniel O'Connor <doconnor@gsoft.com.au> [1], jylefort [2]
2006-07-03 14:00:05 +00:00
Rong-En Fan
e70213e192 - Add my location
Approved by:	delphij (mentor)
2006-06-26 03:26:00 +00:00
Cheng-Lung Sung
c43be3147b - MAN3PREFIX is implied when PERL_CONFIGURE is defined.
- this commit modified ports maintained by ports@

PR:		ports/98755
Submitted by:	rafan (the fresh committer)
2006-06-25 15:29:12 +00:00
Boris Samorodov
159a4dee18 Add my location.
Approved by:	netchild (mentor)
2006-06-22 14:19:45 +00:00
Brooks Davis
6dfb522e0b Reflect next week's move to Grinnell, Iowa, USA. 2006-06-20 05:01:37 +00:00
Yoichi NAKAYAMA
58c981a09a correct my coordinates 2006-06-17 03:49:10 +00:00
Pav Lucistnik
f58e0b72fa - Update to Einstein S5R1 4.09
- Take over maintainership

Approved by:	Rene Ladan <r.c.ladan@gmail.com> (maintainer)
2006-06-16 16:29:47 +00:00
Florent Thoumie
c30ae563d2 Add Google Earth 4, a 3D interface to the planet. 2006-06-13 15:11:48 +00:00
Thierry Thomas
1ca26543e9 Refine my coordinates. 2006-06-11 13:10:33 +00:00
Jeremy Messenger
5e32716f8b x11-toolkits/gtk--2 -> x11-toolkits/gtkmm20
x11-toolkits/gtk--2-reference -> x11-toolkits/gtkmm20-reference

Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.

My team, FreeBSD GNOME Team, have agreed with it.

As for other ports, chase the rename.

PR:		ports/97985
Repocopy by:	marcus
2006-05-29 06:11:17 +00:00
Pav Lucistnik
c69e9adf00 - Add note for amd64/6.X users
Approved by:	maintainer
2006-05-25 12:28:57 +00:00
Jean-Yves Lefort
734df2b5bb - Do not convert the menu icon to .png (GNOME now support .ico files,
and anyway icoconvert fails on 64-bit architectures)
- Let bsd.port.mk generate the desktop Categories field
2006-05-24 09:35:29 +00:00
Herve Quiroz
785d56e4e7 - Update to bsd.java.mk 2.0
- Use USE_ANT
- Use SUB_FILES to configure launcher shell script
- Use javavmwrapper in launcher shell script
- Bumped PORTREVISION to let users take advantage of javavmwrapper
- Use %%JAVAJARDIR%% in pkg-plist

PR:		97684
Submitted by:	hq
Approved by:	maintainer
2006-05-23 14:22:52 +00:00
Pav Lucistnik
7e8cddfe9b - Update to 4.61
Approved by:	Rene Ladan <r.c.ladan@gmail.com> (maintainer)
2006-05-23 08:18:16 +00:00