Commit Graph

61021 Commits

Author SHA1 Message Date
steven
68fb2accae update to 3.6.167 2010-10-26 15:02:55 +00:00
jasper
c9f887399e - update subtitleeditor to 0.37.1
- switch to new DEPENDS
2010-10-26 15:02:13 +00:00
espie
6b4fb1c696 everytime I had a check, we find offenders... 2010-10-26 15:01:17 +00:00
sebastia
1fc2096a2e import gspdf: PDF, PS and EPS viewer for GNUstep
pkg/DESCR:
GSPdf is a PDF and PostScript file viewer for GNUstep. GSPdf is a
frond-end for GhostScript, which is required at runtime to properly
render the pages.

OK, jasper@
2010-10-26 14:56:01 +00:00
jasper
0ea9579a5e - set SHARED_ONLY 2010-10-26 14:53:05 +00:00
ajacoutot
4abdf5e8bb Instal man pages, from Sergey Bronnikov. 2010-10-26 14:43:53 +00:00
jasper
c81437219f - set SHARED_ONLY 2010-10-26 14:34:36 +00:00
ajacoutot
1a02a0d04b Move to MODPY_ADJ_FILES.
There is no point right now to dig the entire tree to move ports to using
this, but for new ports and when updating old ones, please try to use it
when possible. I just committed this one as an exemple on how to use this.
2010-10-26 14:31:22 +00:00
ajacoutot
39407c46c2 Add a MODPY_BIN_ADJ variable for python shebang substitution. It will
automatically change from scripts from using /usr/bin/env python or
/usr/bin/python to using #!${MODPY_BIN} .
Add a MODPY_ADJ_FILES in which you can put the files that are under
${WRKSRC} you want to subtitute the shebang.
e.g.
MODPY_ADJ_FILES= setup.py bin/foobar.py.in


Some input from djm@
"sane idea to me" jasper, ok sthen@
2010-10-26 14:29:26 +00:00
sebastia
02e9102523 enable ftp and fisicalab 2010-10-26 14:28:09 +00:00
sebastia
b901d4abc1 import fisicalab: educational application to solve physics problems
pkg/DESCR:
FisicaLab is an educational application to solve physics problems.  The
problems are setting adding elements from the palette to chalkboard, and
writing the data of each element. The elements are objects as Blocks,
Pulleys, Mobiles, Forces, ... . Use the SI and English systems,
scientific notation and many conversion factors. The problems that can
be solved with FisicaLab, are:

* Kinematics of particles, include circular motion.
* Static of particles and rigid bodies in 2D.
* Dynamic of particles in 2D (doesn't include dynamic of circular motion)
* Heat, calorimetry, ideal gas and expansion.
2010-10-26 14:22:08 +00:00
sebastia
e843b800d8 import FTP: GNUstep file transfer protcol tool
pkg/DESCR:
FTP is a file transfer application (RFC 765) featuring a compact and
easy interface.

OK, jasper@
2010-10-26 14:19:29 +00:00
ajacoutot
e942ee9bce We do *not* link with -lpthread.
See pthreads(3) for info.
2010-10-26 14:15:31 +00:00
naddy
6ebce09c16 Big oops! Bring back fcntl-o.m4 fix. It is packaged and in fact
picked up by other ports, e.g. audio/xmms.  touch(1) the file to
avoid triggering an autotools rebuild cascade.

Breakage noticed by landry@
2010-10-26 14:15:01 +00:00
jasper
72de11738d halfway through the hackathon-sync:
3845 insertions(+), 3767 deletions(-)
2010-10-26 13:39:25 +00:00
giovanni
a83fd160ab Fix dependencies, no bump because it has just been imported.
committing on behalf of merdely@
2010-10-26 13:05:46 +00:00
giovanni
e84090274d Link freerdp to the build 2010-10-26 12:59:21 +00:00
giovanni
7d0a3c4f95 Import freerdp, an open source client for Windows Terminal Server
Initial port by merdely@, updates and tweaks by me.
ok merdely@

freerdp is a fork of the rdesktop project and is an open source client
for Windows NT and 2000 Terminal Server, capable of natively speaking
the Remote Desktop Protocol (RDP) in order to present the user's Windows
desktop.
2010-10-26 12:56:57 +00:00
jasper
46bfb59e3d - install docs to the location as intended
ok phessler@
2010-10-26 12:54:09 +00:00
sebastia
cee58358c9 Use new features from the gnustep module.
OK landry@
2010-10-26 12:43:41 +00:00
sebastia
4b44a69599 * Update the gnustep.port.mk file, to have some standard WANTLIBS and LIB/RUN depends added for the GUI based apps.
* Bump package versions for ports depending on gnustep-back.
* Fix PLIST for gnumail, after library bump.

OK, landry@
2010-10-26 12:39:57 +00:00
sebastia
76167b459b * Update the gnustep.port.mk file, to have some standard WANTLIBS and LIB/RUN depends added for the GUI based apps.
* Bump package versions for ports depending on gnustep-back.
* Fix PLIST for gnumail, after library bump.
2010-10-26 12:39:10 +00:00
landry
27134bd321 +aria2 2010-10-26 12:34:48 +00:00
landry
0cd5ca3f55 Import aria2 1.10.5 from MAINTAINER Remi Pointel:
aria2 is a multi-protocol & multi-source, cross platform download
utility. The supported protocols are HTTP(S), FTP, BitTorrent, Metalink.
It can download a file from multiple sources/protocols and tries to
utilize your maximum download bandwidth.

REGRESS_DEPENDS+=::devel/cppunit from dcoppa@
ok sthen@
2010-10-26 12:34:15 +00:00
merdely
a46173fc05 - Update to 2.4.7
- Two new APIs were added, so minor library bump
 - Patched usage in swish-e.c to reference `swish-e` instead of `swish`
 - Patched usege in swish-e.1 to reference `swish-e` instead of `swish`
 - Perl port updated to use new dist file (and removed an uneeded
   patch), but its version didn't change.
2010-10-26 12:21:35 +00:00
steven
a5c465b3d3 prevent unaligned access, makes it work on sparc64.
help from naddy@
2010-10-26 10:44:53 +00:00
ajacoutot
8dd881a111 Add a MODFOO_pre-configure hook so that MODULES can add some steps at
pre-configure time even when a pre-configure target already exists.

ok espie@
2010-10-26 10:39:22 +00:00
phessler
c79d7f2cad + scorched3d 2010-10-26 10:34:47 +00:00
phessler
f47ff0fdc6 Scorched 3D is a modernization of the classic DOS game Scorched Earth
"The Mother Of All Games" on which it is based. Scorched 3D incorporates
a lively three dimensional landscape that includes animated jets, naval
vessels, water, and even birds, in addition to detailed tanks and
projectiles. Other enhancements include LAN and internet play and music.
Scorched 3D is totally free to play and is available for both Microsoft
Windows and Unix (Linux, FreeBSD, Mac OS X, Solaris etc.) operating
systems.

OK edd@, armani@
2010-10-26 10:34:00 +00:00
landry
55cc617f99 spacing 2010-10-26 10:15:39 +00:00
landry
dc4a17fad1 Convert to use www/mozilla MODULE, removes shitload of lines. Less kittens cry.
Went in a bunch of bulks without fallout..
2010-10-26 10:01:33 +00:00
sthen
e3397f5a31 use kvm_getproc2; ok ajacoutot@ 2010-10-26 09:44:32 +00:00
jasper
64a9be3f07 - update pokerth to 0.8
from Mikko Tolmunen (MAINTAINER)
2010-10-26 09:41:51 +00:00
jasper
7e8a4c8e5e - update openocd to 0.4.0
* from Anthony J. Bentley (ok MAINTAINER)

- set license version
- new style DEPENDS
2010-10-26 09:29:32 +00:00
ajacoutot
078dee82c9 Add tracker-search to RUN_DEPENDS. 2010-10-26 09:13:35 +00:00
jasper
cde682097d - forgot to commit this along with the update, no bump as it didn't build.
spotted by landry@
2010-10-26 09:12:42 +00:00
landry
d12000cc9b Minimo 1.8.1.19 was released >2 years ago, its codebase is ffx-2.x,
unmaintained upstream, etc. Another mozilla port bites the dust.
(i'll port its descendant fennec once ffx4 works, if it works someday..)

no objections from zaurus/arm users (sthen, kili, deraadt, todd...)
agreed by stephan@ & steven@ at trofea
2010-10-26 09:09:34 +00:00
merdely
e38cf0fd51 Update to 0.99
Suggestion and OK jasper@
2010-10-26 09:09:18 +00:00
ajacoutot
94ca277696 Maintainance update to gnome-keyring-2.32.1. 2010-10-26 09:07:58 +00:00
jasper
2fbb98b7fa - update folks to 0.2.1
- tighten regress depends
2010-10-26 08:42:35 +00:00
dcoppa
f0dd39275f Upstream rerolled the distfile.
OK landry@
2010-10-26 08:25:26 +00:00
ajacoutot
481cf09b94 ... and bump. 2010-10-26 07:59:28 +00:00
ajacoutot
19b69dfd32 Use new DEPENDS spec. 2010-10-26 07:57:57 +00:00
stephan
463f153e2e update to 2.40 and remove Anil Madhavapeddy as maintainer as of per his request. Bulk-tested and ok landry@, ok jasper@ 2010-10-26 06:28:29 +00:00
sthen
f3d1ed16b6 feed the right size to kvm_getproc2 2010-10-26 00:42:21 +00:00
sthen
8ccff15042 update ClamAV to 0.96.4.
as the release notes say, "a bugfix release recommended for all users"
(or as ChangeLog says, "fix stack smash")
2010-10-25 23:36:38 +00:00
steven
c44d08326e +yersinia 2010-10-25 23:12:47 +00:00
steven
c93cdceef5 import yersinia 0.7.1
Yersinia is a network tool designed to take advantage of some weaknesses
in different network protocols. It pretends to be a solid framework for
analyzing and testing the deployed networks and systems.

Attacks for the following network protocols are implemented:

   * Spanning Tree Protocol (STP)
   * Cisco Discovery Protocol (CDP)
   * Dynamic Trunking Protocol (DTP)
   * Dynamic Host Configuration Protocol (DHCP)
   * Hot Standby Router Protocol (HSRP)
   * IEEE 802.1Q
   * IEEE 802.1X
   * Inter-Switch Link Protocol (ISL)
   * VLAN Trunking Protocol (VTP)

ok landry@
2010-10-25 23:12:02 +00:00
sthen
6777cb023e update Net-SNMP to 5.6 and switch to kvm_getproc2, thanks landry for testing
"commit it!" landry@
2010-10-25 22:59:12 +00:00
edd
e8f51df300 Found bogus junk being installed in ${PREFIX}/texmf*. Also showed me
that some symlinks need to be translated. Unfortunately this now causes
symlink warnings during packaging; this is because teh relative symlinks
are bogus in the context of ${WRKINST}, but not once relocated at
install time. Any ideas what to do with that anyone?

Not linked to build, no OK.
2010-10-25 22:55:43 +00:00