Andrey Slusar
1dba2e4deb
- Update to 3.3.1.1
2008-03-22 19:13:44 +00:00
Diane Bruce
0c3d5c6eb0
The General Astrodynamics Library (GAL) is a numerical library for C and C++
...
programmers. It is free software under the GNU General Public License.
The library provides a wide range of astrodynamical routines such as
ephemerides, earth orientation, and orbit propagation. There are over 170
functions in total with an extensive test suit
WWW: http://homepage.mac.com/pclwillmott/GAL/
Submitted by: db
2008-03-22 18:07:46 +00:00
Diane Bruce
8303224d46
- Add virtual category hamradio.
2008-03-22 17:55:49 +00:00
Diane Bruce
ba5e7ab443
- Update to release 0.96 [1]
...
- Put addons into DATADIR for now
- Pet portlint
PR: ports/121932 [1]
Submitted by: Takefu <takefu@airport.fm>
2008-03-22 17:53:23 +00:00
Christian Weisgerber
2b53d66d80
Typo and consistency in the WITH/WITHOUT_foo messages.
2008-03-22 17:19:42 +00:00
Emanuel Haupt
87c5e1c4f2
Drop maintainership
...
PR: 121964
Submitted by: Ryan Thompson <ryan@sasknow.com> (maintainer)
2008-03-22 17:12:43 +00:00
Norikatsu Shigemura
540a34b552
Fix MASTER_SITES.
...
Pointy hat to: myself
2008-03-22 16:29:37 +00:00
Martin Wilke
077a58f032
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
...
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
2008-03-22 14:48:03 +00:00
Yen-Ming Lee
a4da4776f1
- make YAML and XS/C required, not optional
...
- bump PORTREVISION
Noticed by: pav
Pointy hat to: leeym
Submitted by: leeym
Approved by: clsung
2008-03-22 13:28:15 +00:00
Philippe Audeoud
d9b12afcba
- Remove patches that are redundant since 4.12
...
- Add tclock plugin class registration
- Bump PORTREVISION
PR: ports/121867
Submitted by: Evgen Zagorodniy <zag_ev@ukr.net>
Approved by: Tobias Roth <ports@fsck.ch> (maintainer)
Approved by: tabthorpe (mentor)
2008-03-22 12:27:42 +00:00
Philippe Audeoud
e0e0aac8b7
- Update to 1.11
...
Approved by: thierry (mentor)
2008-03-22 12:17:39 +00:00
Rong-En Fan
324ff7465a
- Update to 1.2
...
- Unbreak on with GCC 4.x
PR: ports/121954
Submitted by: Andrey Volkov <support at nolty.org>
2008-03-22 12:07:49 +00:00
Rong-En Fan
10fa3802a8
- Update to 1.17
...
PR: ports/121943
Submitted by: Jan Henrik Sylvester <me at janh.de>
2008-03-22 12:06:49 +00:00
Rong-En Fan
4b0b09f4fd
coWPAtty is designed to audit the security of pre-shared keys
...
(PSK) selected in WiFi Protected Access (WPA) networks.
WWW: http://www.willhackforsushi.com/Cowpatty.html
PR: ports/121931
Submitted by: Dennis Herrmann <adox at mcx2.org>
2008-03-22 12:05:59 +00:00
Rong-En Fan
7371ee9d20
- Update to 2.11 [1]
...
- Fix wrong mail program path in sample config file [2]
PR: ports/121866 [1], ports/120320 [2]
Submitted by: Jarrod Sayers <jarrod at netleader.com.au> (maintainer) [1]
2008-03-22 12:03:26 +00:00
Wesley Shields
5772074174
spamdyke is a filter for monitoring and intercepting SMTP
...
connections between a remote host and a qmail server. Spam
is blocked while the remote server (spammer) is still
connected; no additional processing or storage is needed.
In addition to all of its anti-spam filters, spamdyke also
includes a number of features to enhance qmail.
Best of all, using spamdyke does not require patching or
recompiling qmail!
PR: ports/119579
Submitted by: Peter Kieser <peter@kieser.ca>
Approved by: garga (mentor)
2008-03-22 11:59:29 +00:00
Emanuel Haupt
9a6bc01ef3
Fix vpnc-disconnect script
...
PR: 121942
Submitted by: Andreas Schwarz <bugs.asc@schwarzes.net>
2008-03-22 11:19:42 +00:00
Emanuel Haupt
950ad5bc31
The proprietary configure script wasn't able to find pthread under 6.x,
...
therefore it failed to build. This patch adds ${PTHREAD_LIBS} to LDFLAGS to fix
this port under 6.x.
Notified by: pointyhat (via pav)
2008-03-22 10:54:23 +00:00
Andrey Slusar
5654e4adb1
- Update to 2.1.1
2008-03-22 09:10:23 +00:00
Martin Wilke
2a9763f12a
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
...
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
2008-03-22 08:55:40 +00:00
Thierry Thomas
2e38233d08
Upgrade to 1.2.
...
Changelog at
<https://develop.participatoryculture.org/trac/democracy/wiki/1.2ReleaseNotes >
2008-03-22 08:49:12 +00:00
Gerald Pfeifer
09929d164c
Update to the 20080320 snapshot of GCC 4.3.1.
2008-03-22 05:47:55 +00:00
Vanilla I. Shu
a5efc17f62
Fix build (was due to lua's upgrade).
...
Submitted by: pav@ via email
Approved by: clsung@ (maintainer)
2008-03-22 02:57:04 +00:00
Cheng-Lung Sung
6e9337247b
Jifty is a full-stack web framework. It provides an optional REST interface
...
for applications. Using this module, you can interact with that
REST interface to write client-side utilities.
You can use this module directly, but you'll be better off subclassing it.
This module also provides a number of convenient methods for writing
short scripts. For example, passing use_config => 1 to new will look at
the config file for the username and password (or SID) of the user.
If neither is available, it will prompt the user for them.
WWW: http://search.cpan.org/dist/Net-Jifty/
2008-03-22 00:42:55 +00:00
Jeremy Messenger
e35dedf9c8
Remove USE_XLIB, bump the PORTREVISION on homebank and comix. As for the buoh,
...
it's unchange so no bump.
2008-03-22 00:38:38 +00:00
Martin Wilke
b8135727e5
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
...
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
2008-03-21 23:55:13 +00:00
Juergen Lock
a0b37a1336
- Fix -curses typo concerning ctrl-d and ctrl-t handling
...
- Bump PORTREVISION
Obtained from: qemu cvs
2008-03-21 22:20:07 +00:00
Beech Rintoul
2f22de7c7a
- Remove USE_X_PREFIX
...
- Use SF macro
- USE_XPM --> USE_XORG=xpm
- Bump portrevision
2008-03-21 22:06:15 +00:00
Martin Wilke
4abbf3af13
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
...
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
2008-03-21 21:36:23 +00:00
Martin Wilke
d0ac4d5989
- Bump PORTREVISION (forgot in the previous commit)
2008-03-21 21:31:15 +00:00
Martin Wilke
e1be2ee90d
- Fix buid
...
Submitted by: pavbot
2008-03-21 21:29:43 +00:00
Michael Johnson
e32de66b3c
Fix Plist
...
Reported by: pav
2008-03-21 20:43:01 +00:00
Beech Rintoul
5b1af8fe5e
- Remove USE_X_PREFIX
...
- Use SF macro
- Bump portrevision
Approved by: David Yeske <dyeske@gmail.com> (maintainer, implicit)
2008-03-21 20:30:20 +00:00
Beech Rintoul
7f1e00044d
- Remove USE_X_PREFIX
...
- Bump portrevision
Approved by: David Yeske <dyeske@gmail.com> (maintainer, implicit)
2008-03-21 20:20:09 +00:00
Rong-En Fan
4d25e7ca52
- Remove unnecessary INSTALLS_EGGINFO
...
- Fix wrong patch for testing existence of PIL
Approved by: maintainer via private mail
2008-03-21 20:10:11 +00:00
Juergen Lock
0760fd1bce
- Get rid of USE_X_PREFIX
...
- Bump PORTREVISION
2008-03-21 20:07:14 +00:00
Beech Rintoul
5416e97007
- Remove USE_X_PREFIX
...
- Bump portrevision
Approved by: David Yeske <dyeske@gmail.com> (maintainer, implicit)
2008-03-21 20:00:05 +00:00
Beech Rintoul
a4939ed92e
- Remove USE_X_PREFIX
...
- Use SF macro
- Bump portrevision
Approved by: David Yeske <dyeske@gmail.com> (maintainer, implicit)
2008-03-21 19:51:42 +00:00
Martin Wilke
8bc8d7d5cb
- Remove USE_XLIB/USE_X_PREFIX in favor of USE_XORG
...
- Bump PORTREVISION
Approved by: flz (maintainer via irc)
2008-03-21 19:03:29 +00:00
Martin Wilke
6ca47ed968
- Remove USE_XLIB in favor of USE_XORG
...
- Bump PORTREVISION
Approved by: maintainer implicit
2008-03-21 19:02:39 +00:00
Martin Wilke
77c33626f3
- Get rid of USE_XLIB
2008-03-21 18:48:40 +00:00
Yen-Ming Lee
b3b9de0071
- add pkg-plist needed by 1.00
2008-03-21 18:32:05 +00:00
Yen-Ming Lee
79d18d6ebe
- update to 1.00
2008-03-21 18:31:49 +00:00
Martin Wilke
d42d52fd32
- Fix build
...
- Pass maintainership to perl
PR: 121944
Submitted by: Gea-Suan Lin (gslin@gslin.org ) (maintainer)
2008-03-21 17:48:09 +00:00
Juergen Lock
e2f267539d
- Add runtime warning when aio is not loaded
...
- Bump PORTREVISION
Requested by: several people on freebsd-emulation@
2008-03-21 17:31:52 +00:00
Martin Wilke
11c4608375
- Get rid of USE_XLIB
...
Approved by: maintainer implicit
2008-03-21 16:35:56 +00:00
Martin Wilke
0827590794
2008-02-29 mail/claws-mail-maildir: no longer supported by developers
...
2008-03-20 x11/e17-module-devian: abandoned by developer
2008-03-20 x11/e17-module-engage: abandoned by developer
2008-03-20 x11/e17-module-eveil: abandoned by developer
2008-03-21 16:27:31 +00:00
Yen-Ming Lee
7c59728776
- fix dependency
...
- bump PORTREVISION
2008-03-21 16:14:31 +00:00
Martin Wilke
5840d29c60
- Remove USE_XLIB in favor of USE_XORG
...
- Bump PORTREVISION
2008-03-21 15:33:07 +00:00
Alexey Dokuchaev
266d596212
Bump PORTREVISION after removal of USE_X_PREFIX.
...
Reported by: pav
2008-03-21 15:01:33 +00:00