jasper
747d429c7e
- remove unneeded patch
...
- switch to new LIB_DEPENDS/REVISION
2010-09-13 17:52:53 +00:00
dcoppa
15a61c208c
Forgot to switch to new-style WANTLIB/LIB_DEPENDS in previous
...
commit... Shame on me
2010-09-13 07:41:39 +00:00
dcoppa
80e418d430
Update to feh-1.9
...
OK sthen@, ajacoutot@
2010-09-13 07:24:23 +00:00
jakemsr
fb2361ef73
* no more anonymous unions in video(4)
...
* REVISION, new style WANTLIB/LIB_DEPENDS
2010-09-12 22:31:05 +00:00
jasper
fab4167387
- move distfiles/ to a proper mirroring location.
2010-09-12 16:49:08 +00:00
jasper
d9ccdf4b01
- bump after recent lua.port.mk change
...
pointed out by sthen@
2010-09-09 17:34:14 +00:00
sthen
ca1d5ae29f
regen patches
2010-09-05 13:04:43 +00:00
sthen
f1c98b652f
-examples had p1p2 (set in both FULLPKGNAME and REVISION);
...
repair and use EPOCH to allow upgrades
2010-09-05 12:59:36 +00:00
sthen
c94edb297b
oops, this snuck into previous commit and shouldn't have been there.
2010-09-03 21:22:08 +00:00
sthen
b2094348e4
add a file that needed a 'cvs add' in steven@'s previous commit,
...
spotted by steven. didn't package before -> no bump.
2010-09-03 21:20:49 +00:00
sthen
581560209d
Missing BUILD_DEPENDS. Doesn't fix packaging but it's a start.
2010-09-03 17:19:23 +00:00
sthen
0dab9b2001
- Some clean up of the FFMpeg configure patch
...
- Update the sndio backend code to the newer libavdevice alsa code
which has been refactored and cleaned up a bit
From Brad (maintainer).
2010-09-03 16:39:13 +00:00
sthen
7a7be631b4
- drop python2.5 flavour of these "special" packages and add
...
@pkgpath markers; from ajacoutot@
- tweak from me: @pkgpath markers for these go in PFRAG.python2.6-*
files rather than straight in PLIST-*, so that they are only added
to 2.6 packages, otherwise pkg_add -u will see that either 2.4 or
2.6 versions are valid updates and will have to ask every time,
ok ajacoutot@
2010-09-03 12:34:55 +00:00
steven
2642c26dcb
update to 3.5.23
...
normalize icon and desktop stuff and other cleanup
all from Alexandr Shadchin, thanks!
2010-08-31 21:06:35 +00:00
jasper
4ddbe8b148
add asymptote
2010-08-31 14:13:21 +00:00
jasper
0f0aeccd71
import asymptote 2.04
...
Asymptote is a powerful descriptive vector graphics language that
provides a natural coordinate-based framework for technical drawing.
Labels and equations are typeset with LaTeX, for high-quality PostScript
output.
ok coutot
2010-08-31 14:12:29 +00:00
ajacoutot
f7296e021c
Remove PKGNAME=${DISTNAME} constructs where possible, as this is the
...
default anyway.
ok jasper@
2010-08-31 08:15:44 +00:00
fgsch
4d1bdc0c02
Build the python2.6 flavor instead of 2.5 now that 2.6 is the default.
2010-08-30 23:46:41 +00:00
jasper
26ee95fc25
- bump for python and switch default flavor to python2.6
2010-08-30 21:28:17 +00:00
jasper
ca039694d4
- bump for pythonia
2010-08-30 21:24:15 +00:00
sthen
55ef890d60
add missing wantlib, new lib_depends/revision, bump
2010-08-26 13:53:26 +00:00
sthen
adfaa8987d
- chase the library change in multimedia/schroedinger; oil->orc
...
- add various other missing WANTLIB (and LIB_DEPENDS in some cases)
- while there move PKGNAME=..pX to REVISION, and move some ports
to new-style LIB_DEPENDS
original diff from Brad, extensive checking by me (clean build of everything
related to liboil).
2010-08-25 23:27:21 +00:00
sthen
a7f643f9ea
add missing wantlibs, new-style lib_depends/revision, bump
2010-08-25 20:45:52 +00:00
jasper
9d14576ec1
- fix build on hppa
...
- rename patch
- use SUBST_CMD
- set license
2010-08-25 18:00:56 +00:00
jasper
5ef186da0f
- fix build on mips64
...
- switch to REVISION (w/o actually bumping it as the package doesn't change for !mips64)
2010-08-23 17:25:47 +00:00
phessler
64133c7e92
add a pkg-config .pc file for libraw
...
makes other ports nicer to write
2010-08-22 12:12:26 +00:00
sthen
934527172e
BUILD_DEPENDS on yasm on amd64/i386 and bump REVISION in case an
...
existing package was built without it. From Brad.
2010-08-20 12:10:52 +00:00
sthen
e9ba02b84c
FFmpeg appears to require a newer version of binutils on arm; switch
...
to the generic target for now on that arch. It's slower, but at least
it builds...
okay espie@
2010-08-07 22:41:47 +00:00
sebastia
d8df757324
* add space between variable and = in the ports makefiles
...
* zap pthread from WANTLIB in tkdnd
* get rid of expensive SUBST_VARS in pre-configure or whole pre-configure
* get rid of tktreectrl PFRAG.shared
* bump tkdnd and tktreectrl
OK, landry@ who's eyes got burned ;)
2010-07-30 16:41:09 +00:00
giovanni
819b70bdd6
Bugfix update to 2.6.10 and switch to new dependencies
2010-07-30 06:27:52 +00:00
sebastia
ae7fa59953
Style cleanup, and get rid of expensive SUBST_CMD in pre-configure.
...
OK, landry@
2010-07-29 11:42:56 +00:00
sebastia
819a4cdb13
add net/tcludp graphics/tkimg misc/memchan to the build
2010-07-28 17:50:46 +00:00
sebastia
d4dcd6f83c
import tkimg
...
image extension for Tcl/Tk
This package enhances Tk, adding support for many
other Image formats: BMP, XBM, XPM, GIF (with
transparency, but without LZW), PNG, JPEG, TIFF.
OK, landry@
2010-07-28 17:04:55 +00:00
jolan
377098d026
add mirror so this is fetchable again
2010-07-24 14:50:07 +00:00
benoit
da361b45a8
- update pngcrush to 1.7.11
...
ok sthen@
2010-07-23 21:04:02 +00:00
phessler
b3cf08455f
LibRaw is a library for reading RAW files obtained from digital photo
...
cameras (CRW/CR2, NEF, RAF, DNG, and others).
LibRaw is based on the source codes of the dcraw utility, where part of
drawbacks have already been eliminated and part will be fixed in future.
The users of the library are provided with API to be built into their
software programs.
requested by (and OK) landry@ at c2k10....
(this time, imported into a better dir path)
2010-07-23 16:05:40 +00:00
phessler
2df06e07cb
+libraw
2010-07-23 16:03:06 +00:00
steven
f2ab6d9e32
update to 3.50
2010-07-22 19:44:07 +00:00
ajacoutot
10e41a8fe3
Fix MASTER_SITES.
...
from patrick keshishian
2010-07-21 06:46:33 +00:00
kili
a72ff5f5e9
Switch to REVISION.
2010-07-17 13:56:14 +00:00
kili
205d4391a4
Add LIB_DEPENDS to RUN_DEPENDS.
...
Switch to REVISION.
Bump.
2010-07-17 13:43:36 +00:00
ajacoutot
b214e28324
Add a small HOWTO about OCR.
...
Inspired from http://info.iet.unipi.it/~luigi/FreeBSD/dx5050.html
Use REVISION and new DEPENDS.
2010-07-17 08:13:01 +00:00
sthen
31725d91b6
Forgot to cvs add these.. Workaround because our texinfo is too
...
old to have @textdegree{} (added in 4.11).
2010-07-15 17:01:58 +00:00
sthen
195490abf4
add missing BUILD_DEPENDS, packaging failure noted by espie@
...
(missing .info files). no bump.
2010-07-15 14:27:17 +00:00
sthen
3f913dcdaa
use REVISION
2010-07-13 19:46:10 +00:00
sthen
893f6f8009
missed bump
2010-07-13 16:02:24 +00:00
sthen
cbade10fd4
- sync WANTLIB (xcb-render{,-util}) and bump
...
- move to new-style LIB_DEPENDS/REVISION
2010-07-12 08:58:50 +00:00
landry
3fbe027844
Update to exiv2 0.20.
...
ok sthen@ espie@
2010-07-12 08:55:38 +00:00
sthen
f4523c2e9d
update enblend-enfuse to 4.0, with a patch to allow documentation to
...
built with in-tree texinfo (it wanted the textdegree macro which wasn't
added until texinfo-4.11).
2010-07-11 20:09:00 +00:00
dcoppa
4977310d25
Update to feh-1.8.
...
Use ftp from base instead of wget for remote images support.
OK sthen@
Maintainer timeout...
2010-07-11 14:46:13 +00:00