Commit Graph

61248 Commits

Author SHA1 Message Date
steven
16a2df36e2 +ufconfig 2010-10-26 17:40:27 +00:00
steven
6f5005b243 import ufconfig
configuration header file shared by the suitesparse ports

ok pirofti@
2010-10-26 17:39:22 +00:00
sebastia
af379d9c45 import remotedesk: GNUstep rdesktop frontend
pkg/DESCR:
RemoteDesk offers you an easy interface to connect
remotely to a Windows computer using rdesktop.

OK, landry@
2010-10-26 17:38:22 +00:00
landry
1a13a2445e Add a debug FLAVOR for all mozilla ports. Guess what, pretty useful for
debugging purposes...
2010-10-26 17:36:02 +00:00
sebastia
ad98cc6767 import projectcenter: GNUstep integrated development environment
pkg/DESCR:
ProjectCenter is GNUstep's integrated developement environment (IDE). It
is based in part on NeXT's original Project Builder. It assists you in
starting new projects and lets you manage your project files using a
intuitive and well ordered graphical user interface.
2010-10-26 17:35:36 +00:00
sthen
48233a5e3f adjust ifdefs so the kinfo_proc2 support is used. ok robert@ 2010-10-26 17:30:38 +00:00
jasper
cdc020429f - missed USE_GROFF 2010-10-26 17:20:58 +00:00
ajacoutot
e8ddd57709 Bring a patch from momonga-linux to prevent DEBUG messages pollution in
.xsession-errors when bug-buddy is installed.
2010-10-26 17:20:27 +00:00
espie
c794585beb also register pre/do module hooks as targets. 2010-10-26 17:04:20 +00:00
steven
c5aa87228b +camd 2010-10-26 17:00:34 +00:00
steven
1a4d40c435 import camd-2.2.1 library
constrained approximate minimum degree

"go ahead" pirofti@
2010-10-26 16:59:53 +00:00
naddy
828f518070 update to Debian revision 16.1 (minor bug fixes) 2010-10-26 16:57:57 +00:00
espie
8557f6f587 distinguishes between errors we create (E=) and locks we encounter (L=) 2010-10-26 16:57:10 +00:00
kili
8a86e0161a Fix $OpenBSD$ marker and a typo in pkg/DESCR.
From Charles Smith.
2010-10-26 16:52:52 +00:00
sthen
87acce266a kinfo_procs -> kinfo_proc2 2010-10-26 16:36:59 +00:00
jasper
4d9aa414e7 - new DEPENDS 2010-10-26 16:22:51 +00:00
sebastia
220c34482c hook up laternamagica 2010-10-26 16:17:20 +00:00
sthen
05e4aa46da kinfo_procs->kinfo_proc2 2010-10-26 16:13:40 +00:00
sebastia
58ed0ec219 import laternamagica: view images and do slideshows
pkg/DESCR:
LaternaMagica is a single-window image viewer application which is
capable of switching to full-screen mode.

OK jasper@
2010-10-26 15:57:14 +00:00
espie
1fecde2518 rework PkgPath to distinguish between empty and default flavors...
turns out we probably don't need FULLSUBDIR after all.
compute SUBDIR better, possibly with quotes.
Remove trailing / on subdirs, in case people use completion.
2010-10-26 15:45:09 +00:00
kili
49d968b9c7 Let it use syslog by default and give a hint to create a logfile
that is writable by the _polipo user when disabling syslog.

Bump.

Noticed and ok pirofti@
2010-10-26 15:29:24 +00:00
sebastia
036aad4580 enable gspdf, flip order of ftp and fisicalab 2010-10-26 15:27:56 +00:00
jasper
14271b0d34 - update p5-DateManip to 6.14
- install examples

ok espie@ (MAINTAINER)
2010-10-26 15:23:05 +00:00
jasper
8668c5d0bb sync 2010-10-26 15:22:28 +00:00
jasper
3f54ab80b9 import p5-Test-Inter 1.01
This is another framework for writing test scripts. It is loosely
inspired by Test::More, and has most of its functionality, but it is
not a drop-in replacement.

feedback/ok sthen@
2010-10-26 15:21:28 +00:00
jasper
7590a6fbf3 - add tcsh,static 2010-10-26 15:19:47 +00:00
jasper
d7330fabb5 - add a static flavor
ok sthen@
2010-10-26 15:19:27 +00:00
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