Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Comment: | sync |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | trunk |
Files: | files | file ages | folders |
SHA1: |
c20b5dfb0a6ae4ed86c49222df950cbd |
User & Date: | bapt 2013-10-18 16:41:44 |
2013-10-18
| ||
16:41 | sync Leaf check-in: c20b5dfb0a user: bapt tags: trunk | |
11:18 | sync check-in: 923f832a5d user: bapt tags: trunk | |
Changes to MOVED.
1
2
3
4
5
6
7
8
9
10
11
....
5116
5117
5118
5119
5120
5121
5122
|
# # MOVED -- A list of (recently) moved or removed ports # # $FreeBSD: head/MOVED 330724 2013-10-18 06:41:42Z bapt $ # # Each entry consists of a single line containing the following four # fields in the order named, separated with the pipe (`|') character: # # Port: A port that was moved (category/portname) # Moved to: Where the port was moved to, or which port users can # and should migrate to (category/portname); no entry ................................................................................ audio/akode-plugins-pulseaudio||2013-10-17|Removed: Dependency of KDE 3.x audio/akode-plugins-resampler||2013-10-17|Removed: Dependency of KDE 3.x audio/akode-plugins-xiph||2013-10-17|Removed: Dependency of KDE 3.x german/bugzilla|german/bugzilla40|2013-10-17|Reflect PORTNAME japanese/bugzilla|japanese/bugzilla40|2013-10-17|Reflect PORTNAME russian/bugzilla|russian/bugzilla40|2013-10-17|Reflect PORTNAME x11/silo||2013-10-18|Has expired: Upstream has disappeared |
|
>
>
|
1
2
3
4
5
6
7
8
9
10
11
....
5116
5117
5118
5119
5120
5121
5122
5123
5124
|
# # MOVED -- A list of (recently) moved or removed ports # # $FreeBSD: head/MOVED 330761 2013-10-18 15:54:54Z bapt $ # # Each entry consists of a single line containing the following four # fields in the order named, separated with the pipe (`|') character: # # Port: A port that was moved (category/portname) # Moved to: Where the port was moved to, or which port users can # and should migrate to (category/portname); no entry ................................................................................ audio/akode-plugins-pulseaudio||2013-10-17|Removed: Dependency of KDE 3.x audio/akode-plugins-resampler||2013-10-17|Removed: Dependency of KDE 3.x audio/akode-plugins-xiph||2013-10-17|Removed: Dependency of KDE 3.x german/bugzilla|german/bugzilla40|2013-10-17|Reflect PORTNAME japanese/bugzilla|japanese/bugzilla40|2013-10-17|Reflect PORTNAME russian/bugzilla|russian/bugzilla40|2013-10-17|Reflect PORTNAME x11/silo||2013-10-18|Has expired: Upstream has disappeared devel/pear-PHPUnit|devel/pear-PHPUnit3|2013-10-18|Removed, EOLed upstream devel/pear-PHPUnit2|devel/pear-PHPUnit3|2013-10-18|Removed, EOLed upstream |
Changes to audio/vagalume/Makefile.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
..
67
68
69
70
71
72
73
74
|
# Created by: Bernhard Fröhlich <decke@bluelife.at> # $FreeBSD: head/audio/vagalume/Makefile 327706 2013-09-20 14:36:35Z bapt $ PORTNAME= vagalume PORTVERSION= 0.8.5 PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://vagalume.igalia.com/files/source/ \ ${MASTER_SITE_DEBIAN_POOL} MASTER_SITE_SUBDIR= pool/main/v/vagalume/ MAINTAINER= decke@FreeBSD.org COMMENT= A GTK+-based client for the Last.fm online radio LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 \ curl:${PORTSDIR}/ftp/curl GNU_CONFIGURE= yes NO_STAGE= yes USES= gmake pkgconfig USE_GNOME= gtk20 USE_GSTREAMER= good mad gconf INSTALLS_ICONS= yes MAN1= vagalume.1 OPTIONS_DEFINE= DBUS TRAY NLS GCONF OPTIONS_DEFAULT= DBUS TRAY TRAY_DESC= Tray icon and libnotify support .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} USES+= gettext CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif .if ${PORT_OPTIONS:MDBUS} CONFIGURE_ARGS+=--enable-dbus --enable-im-status LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib PLIST_SUB+= DBUS="" MAN1+= vagalumectl.1 .else CONFIGURE_ARGS+=--disable-dbus --disable-im-status PLIST_SUB+= DBUS="@comment " .endif .if ${PORT_OPTIONS:MTRAY} CONFIGURE_ARGS+=--enable-tray-icon BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/libnotify.pc:${PORTSDIR}/devel/libnotify LIB_DEPENDS+= notify.4:${PORTSDIR}/devel/libnotify .else CONFIGURE_ARGS+=--disable-tray-icon .endif .if ${PORT_OPTIONS:MGCONF} USE_GNOME+= gconf2 CONFIGURE_ARGS+=--enable-gconf .endif ................................................................................ @${REINPLACE_CMD} -e 's|serviceentrydir = @serviceentrydir@|serviceentrydir = ${PREFIX}/share/dbus-1/services|' \ ${WRKSRC}/Makefile.in .if empty(PORT_OPTIONS:MNLS) @${REINPLACE_CMD} -e 's|SUBDIRS = src po|SUBDIRS = src|' \ ${WRKSRC}/Makefile.in .endif .include <bsd.port.mk> |
|
|
|
|
<
|
<
<
>
>
>
>
>
>
>
>
>
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
>
>
>
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
..
53
54
55
56
57
58
59
60
61
62
63
|
# Created by: Bernhard Fröhlich <decke@bluelife.at> # $FreeBSD: head/audio/vagalume/Makefile 330737 2013-10-18 11:40:34Z decke $ PORTNAME= vagalume PORTVERSION= 0.8.5 PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= http://vagalume.igalia.com/files/source/ \ ${MASTER_SITE_DEBIAN_POOL} MASTER_SITE_SUBDIR= pool/main/v/vagalume/ MAINTAINER= decke@FreeBSD.org COMMENT= A GTK+-based client for the Last.fm online radio LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 \ libcurl.so:${PORTSDIR}/ftp/curl GNU_CONFIGURE= yes USES= gmake pkgconfig desktop-file-utils USE_GNOME= gtk20 USE_GSTREAMER= good mad gconf INSTALLS_ICONS= yes OPTIONS_DEFINE= DBUS TRAY NLS GCONF OPTIONS_DEFAULT= DBUS TRAY OPTIONS_SUB= NLS DBUS TRAY_DESC= Tray icon and libnotify support .include <bsd.port.options.mk> DBUS_LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib DBUS_CONFIGURE_ON= --enable-dbus --enable-im-status DBUS_CONFIGURE_OFF= --disable-dbus --disable-im-status TRAY_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libnotify.pc:${PORTSDIR}/devel/libnotify TRAY_LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify TRAY_CONFIGURE_ENABLE= tray-icon .if ${PORT_OPTIONS:MNLS} USES+= gettext CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .else CONFIGURE_ARGS+=--disable-nls .endif .if ${PORT_OPTIONS:MGCONF} USE_GNOME+= gconf2 CONFIGURE_ARGS+=--enable-gconf .endif ................................................................................ @${REINPLACE_CMD} -e 's|serviceentrydir = @serviceentrydir@|serviceentrydir = ${PREFIX}/share/dbus-1/services|' \ ${WRKSRC}/Makefile.in .if empty(PORT_OPTIONS:MNLS) @${REINPLACE_CMD} -e 's|SUBDIRS = src po|SUBDIRS = src|' \ ${WRKSRC}/Makefile.in .endif post-install: ${CP} ${STAGEDIR}${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png ${STAGEDIR}${PREFIX}/share/pixmaps .include <bsd.port.mk> |
Changes to audio/vagalume/pkg-plist.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 |
@comment $FreeBSD: head/audio/vagalume/pkg-plist 300895 2012-07-14 12:56:14Z beat $ bin/vagalume %%DBUS%%bin/vagalumectl share/applications/vagalume.desktop %%DBUS%%share/dbus-1/services/vagalume.service share/icons/hicolor/48x48/apps/vagalume.png share/pixmaps/vagalume.xpm %%DATADIR%%/cover.png %%DATADIR%%/servers.xml %%DATADIR%%/icons/hicolor/scalable/apps/accessories-text-editor.svg %%DATADIR%%/icons/hicolor/scalable/apps/document-save.svg %%DATADIR%%/icons/hicolor/scalable/apps/emblem-favorite.svg %%DATADIR%%/icons/hicolor/scalable/apps/list-add.svg %%DATADIR%%/icons/hicolor/scalable/apps/mail-message-new.svg %%DATADIR%%/icons/hicolor/scalable/apps/media-playback-start.svg %%DATADIR%%/icons/hicolor/scalable/apps/media-playback-stop.svg %%DATADIR%%/icons/hicolor/scalable/apps/media-skip-forward.svg %%DATADIR%%/icons/hicolor/scalable/apps/process-stop.svg %%NLS%%share/locale/ca/LC_MESSAGES/vagalume.mo %%NLS%%share/locale/de/LC_MESSAGES/vagalume.mo %%NLS%%share/locale/es/LC_MESSAGES/vagalume.mo %%NLS%%share/locale/fi/LC_MESSAGES/vagalume.mo %%NLS%%share/locale/fr/LC_MESSAGES/vagalume.mo %%NLS%%share/locale/gl/LC_MESSAGES/vagalume.mo %%NLS%%share/locale/it/LC_MESSAGES/vagalume.mo %%NLS%%share/locale/lv/LC_MESSAGES/vagalume.mo %%NLS%%share/locale/pl/LC_MESSAGES/vagalume.mo %%NLS%%share/locale/pt/LC_MESSAGES/vagalume.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/vagalume.mo %%NLS%%share/locale/ru/LC_MESSAGES/vagalume.mo @dirrm %%DATADIR%%/icons/hicolor/scalable/apps @dirrm %%DATADIR%%/icons/hicolor/scalable @dirrm %%DATADIR%%/icons/hicolor @dirrm %%DATADIR%%/icons @dirrm %%DATADIR%% @dirrmtry share/icons/hicolor/48x48/apps @dirrmtry share/icons/hicolor/48x48 @dirrmtry share/icons/hicolor @dirrmtry share/icons %%NLS%%@dirrmtry share/locale/de/LC_MESSAGES %%NLS%%@dirrmtry share/locale/de %%NLS%%@dirrmtry share/locale/es/LC_MESSAGES %%NLS%%@dirrmtry share/locale/es %%NLS%%@dirrmtry share/locale/fi/LC_MESSAGES %%NLS%%@dirrmtry share/locale/fi %%NLS%%@dirrmtry share/locale/fr/LC_MESSAGES %%NLS%%@dirrmtry share/locale/fr %%NLS%%@dirrmtry share/locale/gl/LC_MESSAGES %%NLS%%@dirrmtry share/locale/gl %%NLS%%@dirrmtry share/locale/it/LC_MESSAGES %%NLS%%@dirrmtry share/locale/it %%NLS%%@dirrmtry share/locale/lv/LC_MESSAGES %%NLS%%@dirrmtry share/locale/lv %%NLS%%@dirrmtry share/locale/pl/LC_MESSAGES %%NLS%%@dirrmtry share/locale/pl %%NLS%%@dirrmtry share/locale/pt/LC_MESSAGES %%NLS%%@dirrmtry share/locale/pt %%NLS%%@dirrmtry share/locale/pt_BR/LC_MESSAGES %%NLS%%@dirrmtry share/locale/pt_BR %%NLS%%@dirrmtry share/locale/ru/LC_MESSAGES %%NLS%%@dirrmtry share/locale/ru %%NLS%%@dirrmtry share/locale @dirrmtry share/applications |
| > > < < < < < < < < < < < < > > > > > > > > > > > > > < < < < < < < < < < < < < < < < < < < < < < < < < < < |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 |
@comment $FreeBSD: head/audio/vagalume/pkg-plist 330737 2013-10-18 11:40:34Z decke $ bin/vagalume %%DBUS%%bin/vagalumectl man/man1/vagalume.1.gz %%DBUS%%man/man1/vagalumectl.1.gz share/applications/vagalume.desktop %%DBUS%%share/dbus-1/services/vagalume.service share/icons/hicolor/48x48/apps/vagalume.png %%NLS%%share/locale/ca/LC_MESSAGES/vagalume.mo %%NLS%%share/locale/de/LC_MESSAGES/vagalume.mo %%NLS%%share/locale/es/LC_MESSAGES/vagalume.mo %%NLS%%share/locale/fi/LC_MESSAGES/vagalume.mo %%NLS%%share/locale/fr/LC_MESSAGES/vagalume.mo %%NLS%%share/locale/gl/LC_MESSAGES/vagalume.mo %%NLS%%share/locale/it/LC_MESSAGES/vagalume.mo %%NLS%%share/locale/lv/LC_MESSAGES/vagalume.mo %%NLS%%share/locale/pl/LC_MESSAGES/vagalume.mo %%NLS%%share/locale/pt/LC_MESSAGES/vagalume.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/vagalume.mo %%NLS%%share/locale/ru/LC_MESSAGES/vagalume.mo share/pixmaps/vagalume.xpm share/pixmaps/vagalume.png %%DATADIR%%/cover.png %%DATADIR%%/icons/hicolor/scalable/apps/accessories-text-editor.svg %%DATADIR%%/icons/hicolor/scalable/apps/document-save.svg %%DATADIR%%/icons/hicolor/scalable/apps/emblem-favorite.svg %%DATADIR%%/icons/hicolor/scalable/apps/list-add.svg %%DATADIR%%/icons/hicolor/scalable/apps/mail-message-new.svg %%DATADIR%%/icons/hicolor/scalable/apps/media-playback-start.svg %%DATADIR%%/icons/hicolor/scalable/apps/media-playback-stop.svg %%DATADIR%%/icons/hicolor/scalable/apps/media-skip-forward.svg %%DATADIR%%/icons/hicolor/scalable/apps/process-stop.svg %%DATADIR%%/servers.xml @dirrm %%DATADIR%%/icons/hicolor/scalable/apps @dirrm %%DATADIR%%/icons/hicolor/scalable @dirrm %%DATADIR%%/icons/hicolor @dirrm %%DATADIR%%/icons @dirrm %%DATADIR%% @dirrmtry share/applications |
Changes to devel/Makefile.
1
2
3
4
5
6
7
8
....
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
|
# $FreeBSD: head/devel/Makefile 330666 2013-10-17 19:35:22Z ohauer $ # COMMENT = Development utilities SUBDIR += 9base SUBDIR += ChipmunkPhysics SUBDIR += ElectricFence ................................................................................ SUBDIR += pear-OLE SUBDIR += pear-PEAR_Info SUBDIR += pear-PEAR_PackageFileManager SUBDIR += pear-PEAR_PackageFileManager2 SUBDIR += pear-PEAR_PackageFileManager_Plugins SUBDIR += pear-PHPDoc SUBDIR += pear-PHPTAL SUBDIR += pear-PHPUnit SUBDIR += pear-PHPUnit2 SUBDIR += pear-PHPUnit3 SUBDIR += pear-PHPUnit_MockObject SUBDIR += pear-PHP_ArrayOf SUBDIR += pear-PHP_Beautifier SUBDIR += pear-PHP_CodeBrowser SUBDIR += pear-PHP_CodeCoverage SUBDIR += pear-PHP_CodeSniffer |
|
<
<
|
1
2
3
4
5
6
7
8
....
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
|
# $FreeBSD: head/devel/Makefile 330761 2013-10-18 15:54:54Z bapt $ # COMMENT = Development utilities SUBDIR += 9base SUBDIR += ChipmunkPhysics SUBDIR += ElectricFence ................................................................................ SUBDIR += pear-OLE SUBDIR += pear-PEAR_Info SUBDIR += pear-PEAR_PackageFileManager SUBDIR += pear-PEAR_PackageFileManager2 SUBDIR += pear-PEAR_PackageFileManager_Plugins SUBDIR += pear-PHPDoc SUBDIR += pear-PHPTAL SUBDIR += pear-PHPUnit3 SUBDIR += pear-PHPUnit_MockObject SUBDIR += pear-PHP_ArrayOf SUBDIR += pear-PHP_Beautifier SUBDIR += pear-PHP_CodeBrowser SUBDIR += pear-PHP_CodeCoverage SUBDIR += pear-PHP_CodeSniffer |
Changes to devel/compiler-rt/Makefile.
1
2
3
4
5
6
7
8
9
..
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
# Created by: Brooks Davis # $FreeBSD: head/devel/compiler-rt/Makefile 329870 2013-10-09 06:57:03Z bapt $ PORTNAME= compiler-rt DISTVERSION= 0.r${SVN_REV} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= brooks ................................................................................ powisf2_test \ powixf2_test PLIST_FILES= include/Block.h \ include/Block_private.h \ lib/libBlocksRuntime.so NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "i386" CFLAGS+= -march=i486 .elif ${ARCH} == "powerpc" BROKEN= Does not compile on powerpc .endif |
|
<
|
1
2
3
4
5
6
7
8
9
..
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
# Created by: Brooks Davis # $FreeBSD: head/devel/compiler-rt/Makefile 330742 2013-10-18 13:33:45Z brooks $ PORTNAME= compiler-rt DISTVERSION= 0.r${SVN_REV} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= brooks ................................................................................ powisf2_test \ powixf2_test PLIST_FILES= include/Block.h \ include/Block_private.h \ lib/libBlocksRuntime.so .include <bsd.port.pre.mk> .if ${ARCH} == "i386" CFLAGS+= -march=i486 .elif ${ARCH} == "powerpc" BROKEN= Does not compile on powerpc .endif |
Changes to devel/cvsd/Makefile.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
# Created by: ijliao # $FreeBSD: head/devel/cvsd/Makefile 327722 2013-09-20 17:03:26Z bapt $ PORTNAME= cvsd PORTVERSION= 1.0.18 CATEGORIES= devel MASTER_SITES= http://arthurdejong.org/cvsd/ \ http://wiftp.com/ MAINTAINER= bu7cher@yandex.ru COMMENT= CVS pserver daemon EXTRA_PATCHES= ${FILESDIR}/extra-cvsd-buildroot.in USES= perl5 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libwrap |
| | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
# Created by: ijliao # $FreeBSD: head/devel/cvsd/Makefile 330758 2013-10-18 15:02:20Z bapt $ PORTNAME= cvsd PORTVERSION= 1.0.18 CATEGORIES= devel MASTER_SITES= http://arthurdejong.org/cvsd/ \ http://wiftp.com/ MAINTAINER= rum1cro@yandex.ru COMMENT= CVS pserver daemon EXTRA_PATCHES= ${FILESDIR}/extra-cvsd-buildroot.in USES= perl5 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libwrap |
Changes to devel/libbegemot/Makefile.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
# Created by: Andrey V. Elsukov <bu7cher@yandex.ru> # $FreeBSD: head/devel/libbegemot/Makefile 327724 2013-09-20 17:13:42Z bapt $ PORTNAME= libbegemot PORTVERSION= 1.11 PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= http://people.freebsd.org/~harti/libbegemot/ DISTNAME= libbegemot-${PORTVERSION} MAINTAINER= bu7cher@yandex.ru COMMENT= A function library for begemot tools GNU_CONFIGURE= yes USE_GMAKE= yes USE_AUTOTOOLS= automake:env autoconf:env libltdl libtool USE_LDCONFIG= yes MAKE_JOBS_UNSAFE= yes |
| | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
# Created by: Andrey V. Elsukov <bu7cher@yandex.ru> # $FreeBSD: head/devel/libbegemot/Makefile 330758 2013-10-18 15:02:20Z bapt $ PORTNAME= libbegemot PORTVERSION= 1.11 PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= http://people.freebsd.org/~harti/libbegemot/ DISTNAME= libbegemot-${PORTVERSION} MAINTAINER= rum1cro@yandex.ru COMMENT= A function library for begemot tools GNU_CONFIGURE= yes USE_GMAKE= yes USE_AUTOTOOLS= automake:env autoconf:env libltdl libtool USE_LDCONFIG= yes MAKE_JOBS_UNSAFE= yes |
Changes to devel/libdispatch/Makefile.
1 2 3 4 5 6 7 8 9 .. 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 .. 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 |
# Created by: stas # $FreeBSD: head/devel/libdispatch/Makefile 327724 2013-09-20 17:13:42Z bapt $ PORTNAME= libdispatch PORTVERSION= 210 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ftp://ftp.SpringDaemons.com/soft/ ................................................................................ # This is needed because PIC support check in autoconf could fail for clang otherwise. CONFIGURE_ENV= lt_cv_prog_compiler_pic_works=yes OPTIONS_DEFINE= CLANG OPTIONS_DEFAULT= CLANG CLANG_DESC= Build with LLVM/Clang (required for blocks support) MAN3= dispatch.3 dispatch_after.3 dispatch_api.3 dispatch_apply.3 \ dispatch_async.3 dispatch_benchmark.3 dispatch_group_create.3 \ dispatch_object.3 dispatch_once.3 dispatch_queue_create.3 \ dispatch_semaphore_create.3 dispatch_source_create.3 dispatch_time.3 MLINKS= dispatch_after.3 dispatch_after_f.3 \ dispatch_apply.3 dispatch_apply_f.3 \ dispatch_async.3 dispatch_sync.3 \ dispatch_async.3 dispatch_async_f.3 \ dispatch_async.3 dispatch_sync_f.3 \ dispatch_benchmark.3 dispatch_benchmark_f.3 \ dispatch_group_create.3 dispatch_group_enter.3 \ dispatch_group_create.3 dispatch_group_leave.3 \ dispatch_group_create.3 dispatch_group_wait.3 \ dispatch_group_create.3 dispatch_group_notify.3 \ dispatch_group_create.3 dispatch_group_notify_f.3 \ dispatch_group_create.3 dispatch_group_async.3 \ dispatch_group_create.3 dispatch_group_async_f.3 \ dispatch_object.3 dispatch_retain.3 \ dispatch_object.3 dispatch_release.3 \ dispatch_object.3 dispatch_suspend.3 \ dispatch_object.3 dispatch_resume.3 \ dispatch_object.3 dispatch_get_context.3 \ dispatch_object.3 dispatch_set_context.3 \ dispatch_object.3 dispatch_set_finalizer_f.3 \ dispatch_once.3 dispatch_once_f.3 \ dispatch_queue_create.3 dispatch_queue_get_label.3 \ dispatch_queue_create.3 dispatch_get_current_queue.3 \ dispatch_queue_create.3 dispatch_get_global_queue.3 \ dispatch_queue_create.3 dispatch_get_main_queue.3 \ dispatch_queue_create.3 dispatch_main.3 \ dispatch_queue_create.3 dispatch_set_target_queue.3 \ dispatch_semaphore_create.3 dispatch_semaphore_signal.3 \ dispatch_semaphore_create.3 dispatch_semaphore_wait.3 \ dispatch_source_create.3 dispatch_source_set_event_handler.3 \ dispatch_source_create.3 dispatch_source_set_event_handler_f.3 \ dispatch_source_create.3 dispatch_source_set_cancel_handler.3 \ dispatch_source_create.3 dispatch_source_set_cancel_handler_f.3 \ dispatch_source_create.3 dispatch_source_cancel.3 \ dispatch_source_create.3 dispatch_source_testcancel.3 \ dispatch_source_create.3 dispatch_source_get_handle.3 \ dispatch_source_create.3 dispatch_source_get_mask.3 \ dispatch_source_create.3 dispatch_source_get_data.3 \ dispatch_source_create.3 dispatch_source_merge_data.3 \ dispatch_source_create.3 dispatch_source_set_timer.3 \ dispatch_time.3 dispatch_walltime.3 # # Get rid of .la and static library files # NO_STAGE= yes post-configure: @${REINPLACE_CMD} -E -e \ '/Install the pseudo-library/,/staticlibs=/s,^,#,' ${WRKSRC}/libtool .include <bsd.port.pre.mk> .if ${OSVERSION} <= 800107 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900002) IGNORE= is not supported on this OS version .endif ................................................................................ .elif ${ARCH} == "sparc64 BROKEN= Does not link on sparc64-9 .endif .endif .if ${PORT_OPTIONS:MCLANG} . if ${OSVERSION} < 900024 BUILD_DEPENDS+= clang:${PORTSDIR}/lang/clang \ ${LOCALBASE}/lib/libBlocksRuntime.so:${PORTSDIR}/devel/compiler-rt RUN_DEPENDS+= clang:${PORTSDIR}/lang/clang \ ${LOCALBASE}/lib/libBlocksRuntime.so:${PORTSDIR}/devel/compiler-rt CONFIGURE_ARGS+= --with-blocks-runtime=${LOCALBASE}/lib CONFIGURE_ENV+= CC="${LOCALBASE}/bin/clang" CPPFLAGS="-I${LOCALBASE}/include" . else CONFIGURE_ARGS+= --with-blocks-runtime=/usr/lib CONFIGURE_ENV+= CC="/usr/bin/clang" . endif .endif .include <bsd.port.post.mk> |
| | | < < < | > | | | | > | > | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > > > | > > > > > | < < < < < < < < > | | | > > > > > > > > |
1 2 3 4 5 6 7 8 9 .. 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 .. 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 |
# Created by: stas # $FreeBSD: head/devel/libdispatch/Makefile 330745 2013-10-18 13:57:10Z brooks $ PORTNAME= libdispatch PORTVERSION= 210 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ftp://ftp.SpringDaemons.com/soft/ ................................................................................ # This is needed because PIC support check in autoconf could fail for clang otherwise. CONFIGURE_ENV= lt_cv_prog_compiler_pic_works=yes OPTIONS_DEFINE= CLANG OPTIONS_DEFAULT= CLANG CLANG_DESC= Build with LLVM/Clang (required for blocks support) _MAN3= dispatch.3 \ dispatch_after.3 \ dispatch_after_f.3 \ dispatch_api.3 \ dispatch_apply.3 \ dispatch_apply_f.3 \ dispatch_async.3 \ dispatch_async_f.3 \ dispatch_benchmark.3 \ dispatch_benchmark_f.3 \ dispatch_get_context.3 \ dispatch_get_current_queue.3 \ dispatch_get_global_queue.3 \ dispatch_get_main_queue.3 \ dispatch_group_async.3 \ dispatch_group_async_f.3 \ dispatch_group_create.3 \ dispatch_group_enter.3 \ dispatch_group_leave.3 \ dispatch_group_notify.3 \ dispatch_group_notify_f.3 \ dispatch_group_wait.3 \ dispatch_main.3 \ dispatch_object.3 \ dispatch_once.3 \ dispatch_once_f.3 \ dispatch_queue_create.3 \ dispatch_queue_get_label.3 \ dispatch_release.3 \ dispatch_resume.3 \ dispatch_retain.3 \ dispatch_semaphore_create.3 \ dispatch_semaphore_signal.3 \ dispatch_semaphore_wait.3 \ dispatch_set_context.3 \ dispatch_set_finalizer_f.3 \ dispatch_set_target_queue.3 \ dispatch_source_cancel.3 \ dispatch_source_create.3 \ dispatch_source_get_data.3 \ dispatch_source_get_handle.3 \ dispatch_source_get_mask.3 \ dispatch_source_merge_data.3 \ dispatch_source_set_cancel_handler.3 \ dispatch_source_set_cancel_handler_f.3 \ dispatch_source_set_event_handler.3 \ dispatch_source_set_event_handler_f.3 \ dispatch_source_set_timer.3 \ dispatch_source_testcancel.3 \ dispatch_suspend.3 \ dispatch_sync.3 \ dispatch_sync_f.3 \ dispatch_time.3 \ dispatch_walltime.3 PLIST_FILES+= ${_MAN3:S|^|man/man3/|:S|$|.gz|} .include <bsd.port.pre.mk> .if ${OSVERSION} <= 800107 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900002) IGNORE= is not supported on this OS version .endif ................................................................................ .elif ${ARCH} == "sparc64 BROKEN= Does not link on sparc64-9 .endif .endif .if ${PORT_OPTIONS:MCLANG} . if ${OSVERSION} < 900024 BUILD_DEPENDS+= clang33:${PORTSDIR}/lang/clang33 \ ${LOCALBASE}/lib/libBlocksRuntime.so:${PORTSDIR}/devel/compiler-rt RUN_DEPENDS+= clang33:${PORTSDIR}/lang/clang33 \ ${LOCALBASE}/lib/libBlocksRuntime.so:${PORTSDIR}/devel/compiler-rt CONFIGURE_ARGS+= --with-blocks-runtime=${LOCALBASE}/lib CONFIGURE_ENV+= CC="${LOCALBASE}/bin/clang33" CPPFLAGS="-I${LOCALBASE}/include" . else CONFIGURE_ARGS+= --with-blocks-runtime=/usr/lib CONFIGURE_ENV+= CC="/usr/bin/clang" . endif .endif # # Get rid of .la and static library files # post-configure: @${REINPLACE_CMD} -E -e \ '/Install the pseudo-library/,/staticlibs=/s,^,#,' ${WRKSRC}/libtool .include <bsd.port.post.mk> |
Deleted devel/pear-PHPUnit/Makefile.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
# Created by: Gerrit Beine (<gerrit@beine-computer.de>) # $FreeBSD: head/devel/pear-PHPUnit/Makefile 327724 2013-09-20 17:13:42Z bapt $ PORTNAME= PHPUnit PORTVERSION= 1.3.3 CATEGORIES= devel www pear MASTER_SITES= http://pear.phpunit.de/get/ PKGNAMEPREFIX= pear- MAINTAINER= ports@FreeBSD.org COMMENT= PEAR regression testing framework for unit tests BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ ${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ ${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit CONFLICTS= pear-PHPUnit-[23]* NO_LATEST_LINK= yes PEAR_CHANNEL= phpunit PEAR_AUTOINSTALL= yes NO_STAGE= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> |
< < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted devel/pear-PHPUnit/distinfo.
1 2 |
SHA256 (PEAR/PHPUnit-1.3.3.tgz) = d309ce39a6c23158e923fcf458ff15df701d3a1278e490f159dc6f08f2f1f80f SIZE (PEAR/PHPUnit-1.3.3.tgz) = 20553 |
< < |
Deleted devel/pear-PHPUnit/pkg-descr.
1 2 3 4 |
PHPUnit is a regression testing framework used by the developer who implements unit tests in PHP. This is the version to be used with PHP 4. WWW: http://pear.php.net/package/PHPUnit/ |
< < < < |
Deleted devel/pear-PHPUnit2/Makefile.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) # $FreeBSD: head/devel/pear-PHPUnit2/Makefile 327724 2013-09-20 17:13:42Z bapt $ PORTNAME= PHPUnit PORTVERSION= 2.3.6 CATEGORIES= devel www pear MASTER_SITES= http://pear.phpunit.de/get/ PKGNAMEPREFIX= pear- MAINTAINER= ports@FreeBSD.org COMMENT= PEAR regression testing framework for unit tests CONFLICTS= pear-PHPUnit-[13]* BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ ${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ ${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit \ ${PEARDIR}/Benchmark/Timer.php:${PORTSDIR}/benchmarks/pear-Benchmark PEAR_CHANNEL= phpunit PEAR_AUTOINSTALL= yes LATEST_LINK= pear-PHPUnit2 OPTIONS_DEFINE= PEAR_LOG PEAR_LOG_DESC= PEAR::Log support USE_PHP= dom pcre DEFAULT_PHP_VER=5 IGNORE_WITH_PHP=4 NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MPEAR_LOG} RUN_DEPENDS+= ${PEARDIR}/Log/null.php:${PORTSDIR}/sysutils/pear-Log .endif .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> |
< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted devel/pear-PHPUnit2/distinfo.
1 2 |
SHA256 (PEAR/PHPUnit-2.3.6.tgz) = 2bb09189cf88d75f8487d4caf583eec7e38e31dea5a5741b44932b1e301a7b41 SIZE (PEAR/PHPUnit-2.3.6.tgz) = 41548 |
< < |
Deleted devel/pear-PHPUnit2/pkg-descr.
1 2 3 4 5 |
PHPUnit is a regression testing framework used by the developer who implements unit tests in PHP. It is based upon JUnit, which can be found at http://www.junit.org/. WWW: http://pear.php.net/package/PHPUnit2/ |
< < < < < |
Added devel/py-pykde4/files/patch-sip_4.15.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 |
commit 63a75c5131b44d4a1af6771fab119574e06fb8a0 Author: Simon Edwards <simon@simonzone.com> Date: Sun Sep 8 20:45:57 2013 +0200 Make it work on the latest SIP and PyQt versions. commit 7c0648b3931e069892943bc645dc61f246375cdf Author: Luca Beltrame <lbeltrame@kde.org> Date: Wed Sep 11 00:02:54 2013 +0200 More fixes for the build system: this is the "harmless" part of the patch used by Debian (and made by Simon Edwards himself) which adds the "protected is public" hack to allow for proper building with SIP 4.15+. PyKDE4 needs some code adjustments, however: those exist in patch form (see bug) but aren't yet committed. Simon, should I push them already, or should I wait till the issues on ARM are resolved? CCMAIL: simon@simonzone.com CCBUG: 323950 commit 783d073f30e253e8db52d8801c1c829e6f405e60 Author: Luca Beltrame <lbeltrame@kde.org> Date: Sun Sep 1 17:33:30 2013 +0200 First step in trying to make PyKDE4 work with newer SIP. Context is http://lists.kde.org/?l=kde-bindings&m=137759567504203&w=2 Notice that this change alone will not fix the issues: a newer SIP (unreleased) is needed and more work is needed in the bindings to fix issues CCBUG: 323899 diff --git a/CMakeLists.txt b/CMakeLists.txt index 09fcc34..cf133d7 100644 --- CMakeLists.txt +++ CMakeLists.txt @@ -114,20 +114,20 @@ set(SIP_DISABLE_FEATURES VendorID PyQt_NoPrintRangeBug) if (PYTHON_VERSION_MAJOR GREATER 2) if(PYQT4_VERSION STRGREATER "040904") # Disable for newer PyQt - set(SIP_EXTRA_OPTIONS -g -x PyKDE_QVector) + set(SIP_EXTRA_OPTIONS -P -g -x PyKDE_QVector) else () set(SIP_EXTRA_OPTIONS -g) endif() else (PYTHON_VERSION_MAJOR GREATER 2) if(PYQT4_VERSION STRGREATER "040904") # Disable for newer PyQt - set(SIP_EXTRA_OPTIONS -g -x PyKDE_QVector -x Py_v3) + set(SIP_EXTRA_OPTIONS -P -g -x PyKDE_QVector -x Py_v3) else () set(SIP_EXTRA_OPTIONS -g -x Py_v3) endif() endif () -add_definitions(-D_REENTRANT -DQT_CORE_LIB -DQT_GUI_LIB -DUSING_SOPRANO_NRLMODEL_UNSTABLE_API) +add_definitions(-D_REENTRANT -DQT_CORE_LIB -DQT_GUI_LIB -DUSING_SOPRANO_NRLMODEL_UNSTABLE_API -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public) file(GLOB kdecore_files_sip sip/kdecore/*.sip) set(SIP_EXTRA_FILES_DEPEND ${kdecore_files_sip}) diff --git a/sip/akonadi/entitytreemodel.sip b/sip/akonadi/entitytreemodel.sip index 99cfbb4..a60690c 100644 --- sip/akonadi/entitytreemodel.sip +++ sip/akonadi/entitytreemodel.sip @@ -122,5 +122,12 @@ public: }; bool includeUnsubscribed () const; void setIncludeUnsubscribed (bool show); +//force +private: + virtual bool removeColumns(int, int, const QModelIndex&); + virtual bool removeRows(int, int, const QModelIndex&); + virtual bool insertColumns(int, int, const QModelIndex&); + virtual bool insertRows(int, int, const QModelIndex&); +//end }; }; diff --git a/sip/akonadi/favoritecollectionsmodel.sip b/sip/akonadi/favoritecollectionsmodel.sip index 4f27942..0f7efdb 100644 --- sip/akonadi/favoritecollectionsmodel.sip +++ sip/akonadi/favoritecollectionsmodel.sip @@ -42,5 +42,9 @@ public: virtual bool dropMimeData (const QMimeData* data, Qt::DropAction action, int row, int column, const QModelIndex& parent); virtual QStringList mimeTypes () const; virtual Qt::ItemFlags flags (const QModelIndex& index) const; +//force +private: + virtual void setSourceModel(QAbstractItemModel *); +//end }; }; diff --git a/sip/kdeui/highlighter.sip b/sip/kdeui/highlighter.sip index 79dbe8e..45f0a4c 100644 --- sip/kdeui/highlighter.sip +++ sip/kdeui/highlighter.sip @@ -70,6 +70,11 @@ private: public: ~Highlighter (); bool checkerEnabledByDefault () const; +//force +private: + virtual void connectNotify(const char* signal); + virtual void disconnectNotify(const char* signal); +//end }; // Highlighter diff --git a/sip/kdeui/kdatetable.sip b/sip/kdeui/kdatetable.sip index 9c73e70..32d06ca 100644 --- sip/kdeui/kdatetable.sip +++ sip/kdeui/kdatetable.sip @@ -61,8 +61,10 @@ class KDateValidator : QValidator public: KDateValidator (QWidget* parent /TransferThis/ = 0); - virtual QValidator::State validate (QString& text, int& e /In/) const; - virtual void fixup (QString& input) const; + virtual QValidator::State validate(QString & /In,Out/, int & /In,Out/) const = 0 /API=QString:2 - /; + virtual QValidator::State validate(QString & /Constrained/, int & /In,Out/) const = 0 /API=QString: - 2/; + virtual void fixup(QString &input /In,Out/) const /API=QString:2 - /; + virtual void fixup(QString & /Constrained/) const /API=QString: - 2/; QValidator::State date (const QString& text, QDate& date) const; }; // KDateValidator diff --git a/sip/kdeui/knumvalidator.sip b/sip/kdeui/knumvalidator.sip index baa13dc..d842fcc 100644 --- sip/kdeui/knumvalidator.sip +++ sip/kdeui/knumvalidator.sip @@ -30,8 +30,10 @@ class KIntValidator : QValidator public: explicit KIntValidator (QWidget* parent /TransferThis/, int base = 10); KIntValidator (int bottom, int top, QWidget* parent /TransferThis/, int base = 10); - virtual QValidator::State validate (QString&, int& /In/) const; - virtual void fixup (QString&) const; + virtual QValidator::State validate(QString & /In,Out/, int & /In,Out/) const = 0 /API=QString:2 - /; + virtual QValidator::State validate(QString & /Constrained/, int & /In,Out/) const = 0 /API=QString: - 2/; + virtual void fixup(QString &input /In,Out/) const /API=QString:2 - /; + virtual void fixup(QString & /Constrained/) const /API=QString: - 2/; virtual void setRange (int bottom, int top); virtual void setBase (int base); virtual int bottom () const; @@ -53,8 +55,10 @@ public: explicit KFloatValidator (QWidget* parent /TransferThis/); KFloatValidator (double bottom, double top, QWidget* parent /TransferThis/); KFloatValidator (double bottom, double top, bool localeAware, QWidget* parent /TransferThis/); - virtual QValidator::State validate (QString&, int& /In/) const; - virtual void fixup (QString&) const; + virtual QValidator::State validate(QString & /In,Out/, int & /In,Out/) const = 0 /API=QString:2 - /; + virtual QValidator::State validate(QString & /Constrained/, int & /In,Out/) const = 0 /API=QString: - 2/; + virtual void fixup(QString &input /In,Out/) const /API=QString:2 - /; + virtual void fixup(QString & /Constrained/) const /API=QString: - 2/; virtual void setRange (double bottom, double top); virtual double bottom () const; virtual double top () const; @@ -75,7 +79,8 @@ class KDoubleValidator : QDoubleValidator public: explicit KDoubleValidator (QObject* parent /TransferThis/); KDoubleValidator (double bottom, double top, int decimals, QObject* parent /TransferThis/); - virtual QValidator::State validate (QString& input, int& pos /In/) const; + virtual QValidator::State validate(QString & /In,Out/, int & /In,Out/) const = 0 /API=QString:2 - /; + virtual QValidator::State validate(QString & /Constrained/, int & /In,Out/) const = 0 /API=QString: - 2/; bool acceptLocalizedNumbers () const; void setAcceptLocalizedNumbers (bool accept); ~KDoubleValidator (); diff --git a/sip/kdeui/kpixmapregionselectorwidget.sip b/sip/kdeui/kpixmapregionselectorwidget.sip index 44a9b09..4e5b294 100644 --- sip/kdeui/kpixmapregionselectorwidget.sip +++ sip/kdeui/kpixmapregionselectorwidget.sip @@ -57,6 +57,7 @@ protected: private: //force KPixmapRegionSelectorWidget (const KPixmapRegionSelectorWidget&); + virtual bool eventFilter(QObject*, QEvent*); //end public: ~KPixmapRegionSelectorWidget (); diff --git a/sip/kdeui/kpixmapsequenceoverlaypainter.sip b/sip/kdeui/kpixmapsequenceoverlaypainter.sip index 60236d0..e438482 100644 --- sip/kdeui/kpixmapsequenceoverlaypainter.sip +++ sip/kdeui/kpixmapsequenceoverlaypainter.sip @@ -39,4 +39,8 @@ public: void setOffset (const QPoint& offset); void start (); void stop (); +//force +private: + virtual bool eventFilter(QObject*, QEvent*); +//end }; diff --git a/sip/kdeui/krecursivefilterproxymodel.sip b/sip/kdeui/krecursivefilterproxymodel.sip index 40acaff..ca131e5 100644 --- sip/kdeui/krecursivefilterproxymodel.sip +++ sip/kdeui/krecursivefilterproxymodel.sip @@ -31,4 +31,8 @@ protected: virtual bool acceptRow (int sourceRow, const QModelIndex& sourceParent) const; public: virtual QModelIndexList match (const QModelIndex& start, int role, const QVariant& value, int hits = 1, Qt::MatchFlags flags = Qt::MatchFlags(Qt::MatchStartsWith|Qt::MatchWrap)) const; +//force +private: + virtual bool filterAcceptsRow(int, const QModelIndex&) const; +//end }; diff --git a/sip/kdeui/kstringvalidator.sip b/sip/kdeui/kstringvalidator.sip index 3e8705d..47604e2 100644 --- sip/kdeui/kstringvalidator.sip +++ sip/kdeui/kstringvalidator.sip @@ -35,8 +35,10 @@ public: bool isFixupEnabled () const; void setStringList (const QStringList& list); QStringList stringList () const; - virtual QValidator::State validate (QString& input, int& pos /Out/) const; - virtual void fixup (QString& input) const; + virtual QValidator::State validate(QString & /In,Out/, int & /In,Out/) const = 0 /API=QString:2 - /; + virtual QValidator::State validate(QString & /Constrained/, int & /In,Out/) const = 0 /API=QString: - 2/; + virtual void fixup(QString &input /In,Out/) const /API=QString:2 - /; + virtual void fixup(QString & /Constrained/) const /API=QString: - 2/; ~KStringListValidator (); }; // KStringListValidator @@ -51,8 +53,10 @@ class KMimeTypeValidator : QValidator public: explicit KMimeTypeValidator (QObject* parent /TransferThis/ = 0); - virtual QValidator::State validate (QString& input, int& pos /Out/) const; - virtual void fixup (QString& input) const; + virtual QValidator::State validate(QString & /In,Out/, int & /In,Out/) const = 0 /API=QString:2 - /; + virtual QValidator::State validate(QString & /Constrained/, int & /In,Out/) const = 0 /API=QString: - 2/; + virtual void fixup(QString &input /In,Out/) const /API=QString:2 - /; + virtual void fixup(QString & /Constrained/) const /API=QString: - 2/; ~KMimeTypeValidator (); }; // KMimeTypeValidator diff --git a/sip/kdeui/ktogglefullscreenaction.sip b/sip/kdeui/ktogglefullscreenaction.sip index 962363b..71626e5 100644 --- sip/kdeui/ktogglefullscreenaction.sip +++ sip/kdeui/ktogglefullscreenaction.sip @@ -37,7 +37,10 @@ protected: bool eventFilter (QObject* object, QEvent* event); public: ~KToggleFullScreenAction (); + +//force +private: + virtual void slotToggled(bool); +//end }; // KToggleFullScreenAction - - diff --git a/sip/kdeui/ktoggletoolbaraction.sip b/sip/kdeui/ktoggletoolbaraction.sip index 67efc7a..c52b39b 100644 --- sip/kdeui/ktoggletoolbaraction.sip +++ sip/kdeui/ktoggletoolbaraction.sip @@ -33,6 +33,10 @@ public: KToolBar* toolBar (); virtual bool eventFilter (QObject* watched, QEvent* event); ~KToggleToolBarAction (); +//force +private: + virtual void slotToggled( bool checked ); +//end }; // KToggleToolBarAction diff --git a/sip/kio/kdirmodel.sip b/sip/kio/kdirmodel.sip index 25dc775..ed90376 100644 --- sip/kio/kdirmodel.sip +++ sip/kio/kdirmodel.sip @@ -105,6 +105,13 @@ public: ~KDirModel (); void setJobTransfersVisible (bool value); bool jobTransfersVisible () const; +//force +private: + virtual bool removeColumns(int, int, const QModelIndex&); + virtual bool removeRows(int, int, const QModelIndex&); + virtual bool insertColumns(int, int, const QModelIndex&); + virtual bool insertRows(int, int, const QModelIndex&); +//end }; // KDirModel diff --git a/sip/kio/kshellcompletion.sip b/sip/kio/kshellcompletion.sip index 6bd865c..4fd9ccb 100644 --- sip/kio/kshellcompletion.sip +++ sip/kio/kshellcompletion.sip @@ -39,5 +39,3 @@ public: ~KShellCompletion (); }; // KShellCompletion - - diff --git a/sip/kio/metainfojob.sip b/sip/kio/metainfojob.sip index de1bb23..1596f08 100644 --- sip/kio/metainfojob.sip +++ sip/kio/metainfojob.sip @@ -51,7 +51,7 @@ protected: private: //force MetaInfoJob (); - + virtual void start(); //end public: ~MetaInfoJob (); diff --git a/sip/plasma/applet.sip b/sip/plasma/applet.sip index a5fd606..2e2cadc 100644 --- sip/plasma/applet.sip +++ sip/plasma/applet.sip @@ -217,6 +217,10 @@ public: void showConfigurationInterface (QWidget* widget); bool isUserConfiguring () const; explicit Applet (const KPluginInfo& info, QGraphicsItem* parent = 0, uint appletId = 0); +//force +private: + virtual void paint(QPainter*, const QStyleOptionGraphicsItem*, QWidget*); +//end }; // Applet diff --git a/sip/plasma/glapplet.sip b/sip/plasma/glapplet.sip index 2e4fbc0..ab35ccb 100644 --- sip/plasma/glapplet.sip +++ sip/plasma/glapplet.sip @@ -52,6 +52,10 @@ public: ~GLApplet (); GLuint bindTexture (const QImage& image, GLenum target = GL_TEXTURE_2D); void deleteTexture (GLuint texture_id); + +private: + virtual void paint(QPainter*, const QStyleOptionGraphicsItem*, QWidget*); + virtual void paintInterface(QPainter*, const QStyleOptionGraphicsItem*, const QRect&); //end }; // GLApplet |
Changes to emulators/mupen64-base/Makefile.common.
5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
WRKSRC?= ${WRKDIR}/${DISTNAME}
EXTRACT_AFTER_ARGS= ${DISTNAME}/Makefile ${DISTNAME}/config.h \
${DISTNAME}/main ${DISTNAME}/plugins
.if defined(HAVE_GTK2)
.include <${PORTSDIR}/Mk/bsd.gnome.mk>
USE_GNOME= pkgconfig gtk20
.else
.include <${PORTSDIR}/Mk/bsd.gnome.mk>
USE_GNOME= gtk12
.endif
.if ${PKGNAMESUFFIX} == "-base"
USE_GL= yes
|
| > |
5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
WRKSRC?= ${WRKDIR}/${DISTNAME}
EXTRACT_AFTER_ARGS= ${DISTNAME}/Makefile ${DISTNAME}/config.h \
${DISTNAME}/main ${DISTNAME}/plugins
.if defined(HAVE_GTK2)
.include <${PORTSDIR}/Mk/bsd.gnome.mk>
USE_GNOME= gtk20
USES+= pkgconfig
.else
.include <${PORTSDIR}/Mk/bsd.gnome.mk>
USE_GNOME= gtk12
.endif
.if ${PKGNAMESUFFIX} == "-base"
USE_GL= yes
|
Changes to ftp/tftp-hpa/Makefile.
1
2
3
4
5
6
7
8
..
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
# $FreeBSD: head/ftp/tftp-hpa/Makefile 327729 2013-09-20 17:23:18Z bapt $ PORTNAME= tftp-hpa PORTVERSION= 5.2 CATEGORIES= ftp MASTER_SITES= ${MASTER_SITE_KERNEL_ORG} MASTER_SITE_SUBDIR= software/network/tftp/tftp-hpa ................................................................................ COMMENT= An advanced tftp server USE_XZ= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_RC_SUBR= tftpd PLIST_FILES= bin/tftp \ libexec/in.tftpd .ifndef (NOPORTDOCS) PORTDOCS= CHANGES \ README \ README.security .endif MAN1= tftp.1 MAN8= in.tftpd.8 MLINKS= in.tftpd.8 tftpd.8 NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,SBINDIR,LIBEXECDIR,; s,sbindir,libexecdir,' \ ${WRKSRC}/MCONFIG.in @${REINPLACE_CMD} -e 's,SBINDIR,LIBEXECDIR,g' \ ${WRKSRC}/tftpd/Makefile @${REINPLACE_CMD} -e 's,LOG_DAEMON,LOG_FTP,g' \ -e 's,openlog(,tzset();openlog(,g' \ ${WRKSRC}/tftpd/tftpd.c .ifdef PORTDOCS post-install: @${MKDIR} ${DOCSDIR} .for docfile in ${PORTDOCS} @${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR} .endfor .endif .include <bsd.port.mk> |
|
>
>
|
<
>
>
>
<
<
<
<
<
<
|
|
|
1
2
3
4
5
6
7
8
..
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
# $FreeBSD: head/ftp/tftp-hpa/Makefile 330748 2013-10-18 14:12:41Z brooks $ PORTNAME= tftp-hpa PORTVERSION= 5.2 CATEGORIES= ftp MASTER_SITES= ${MASTER_SITE_KERNEL_ORG} MASTER_SITE_SUBDIR= software/network/tftp/tftp-hpa ................................................................................ COMMENT= An advanced tftp server USE_XZ= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_RC_SUBR= tftpd DESTDIRNAME= INSTALLROOT PLIST_FILES= bin/tftp \ libexec/in.tftpd \ man/man1/tftp.1.gz \ man/man8/in.tftpd.8.gz \ man/man8/tftpd.8.gz PORTDOCS= CHANGES \ README \ README.security post-patch: @${REINPLACE_CMD} -e 's,SBINDIR,LIBEXECDIR,; s,sbindir,libexecdir,' \ ${WRKSRC}/MCONFIG.in @${REINPLACE_CMD} -e 's,SBINDIR,LIBEXECDIR,g' \ ${WRKSRC}/tftpd/Makefile @${REINPLACE_CMD} -e 's,LOG_DAEMON,LOG_FTP,g' \ -e 's,openlog(,tzset();openlog(,g' \ ${WRKSRC}/tftpd/tftpd.c .ifdef PORTDOCS post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for docfile in ${PORTDOCS} @${INSTALL_DATA} ${WRKSRC}/${docfile} ${STAGEDIR}${DOCSDIR} .endfor .endif .include <bsd.port.mk> |
Changes to games/paintown/Makefile.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
..
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
# Created by: Bernhard Froehlich <decke@bluelife.at> # $FreeBSD: head/games/paintown/Makefile 327730 2013-09-20 17:36:33Z bapt $ PORTNAME= paintown PORTVERSION= 3.6.0 PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF MAINTAINER= decke@FreeBSD.org COMMENT= Fighting game similar to Streets of Rage and TMNT LICENSE= BSD LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS+= alleg:${PORTSDIR}/devel/allegro \ png15:${PORTSDIR}/graphics/png \ freetype:${PORTSDIR}/print/freetype2 USE_BZIP2= yes USE_SCONS= yes USE_SDL= yes INSTALLS_ICONS= yes USE_DOS2UNIX= yes DOS2UNIX_REGEX= .*\.(c|cpp|h) ................................................................................ SCONS_BUILDENV+=CPPPATH="${LOCALBASE}/include" \ LIBPATH="${LOCALBASE}/lib" DESKTOP_ENTRIES="Paintown" "Fighting game similar to Streets of Rage and TMNT" \ "${LOCALBASE}/share/icons/hicolor/32x32/apps/paintown.png" \ "paintown" "Game;ActionGame;" false NO_STAGE= yes do-install: ${MKDIR} ${DATADIR} (cd ${WRKSRC} && ./install.sh -d ${DATADIR} -b ${PREFIX}/bin) ${MKDIR} ${LOCALBASE}/share/icons/hicolor/32x32/apps ${INSTALL_DATA} ${WRKSRC}/misc/icon.png \ ${LOCALBASE}/share/icons/hicolor/32x32/apps/paintown.png .include <bsd.port.mk> |
|
|
<
|
|
|
<
|
|
|
|
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
..
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
# Created by: Bernhard Froehlich <decke@bluelife.at> # $FreeBSD: head/games/paintown/Makefile 330756 2013-10-18 14:46:42Z decke $ PORTNAME= paintown PORTVERSION= 3.6.0 PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF MAINTAINER= decke@FreeBSD.org COMMENT= Fighting game similar to Streets of Rage and TMNT LICENSE= BSD LIB_DEPENDS= liballeg.so:${PORTSDIR}/devel/allegro \ libpng.so:${PORTSDIR}/graphics/png \ libfreetype.so:${PORTSDIR}/print/freetype2 USE_BZIP2= yes USE_SCONS= yes USE_SDL= yes INSTALLS_ICONS= yes USE_DOS2UNIX= yes DOS2UNIX_REGEX= .*\.(c|cpp|h) ................................................................................ SCONS_BUILDENV+=CPPPATH="${LOCALBASE}/include" \ LIBPATH="${LOCALBASE}/lib" DESKTOP_ENTRIES="Paintown" "Fighting game similar to Streets of Rage and TMNT" \ "${LOCALBASE}/share/icons/hicolor/32x32/apps/paintown.png" \ "paintown" "Game;ActionGame;" false do-install: ${MKDIR} ${STAGEDIR}${DATADIR} (cd ${WRKSRC} && ./install.sh -d ${STAGEDIR}${DATADIR} -b ${STAGEDIR}${PREFIX}/bin) ${MKDIR} ${STAGEDIR}${LOCALBASE}/share/icons/hicolor/32x32/apps ${INSTALL_DATA} ${WRKSRC}/misc/icon.png \ ${STAGEDIR}${LOCALBASE}/share/icons/hicolor/32x32/apps/paintown.png .include <bsd.port.mk> |
Changes to graphics/danpei/Makefile.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
# Created by: Andrey V. Elsukov <bu7cher@yandex.ru> # $FreeBSD: head/graphics/danpei/Makefile 327733 2013-09-20 18:35:44Z bapt $ PORTNAME= danpei PORTVERSION= 2.9.7 PORTREVISION= 10 CATEGORIES= graphics MASTER_SITES= SF MAINTAINER= bu7cher@yandex.ru COMMENT= Image Viewer for X Window System with thumbnail preview feature LIB_DEPENDS= png15:${PORTSDIR}/graphics/png .if !defined(WITHOUT_IMAGEMAGICK) RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick .endif |
| | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
# Created by: Andrey V. Elsukov <bu7cher@yandex.ru> # $FreeBSD: head/graphics/danpei/Makefile 330758 2013-10-18 15:02:20Z bapt $ PORTNAME= danpei PORTVERSION= 2.9.7 PORTREVISION= 10 CATEGORIES= graphics MASTER_SITES= SF MAINTAINER= rum1cro@yandex.ru COMMENT= Image Viewer for X Window System with thumbnail preview feature LIB_DEPENDS= png15:${PORTSDIR}/graphics/png .if !defined(WITHOUT_IMAGEMAGICK) RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick .endif |
Changes to graphics/inkscape/Makefile.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 |
# Created by: Alexander Nedotsukov <bland@FreeBSD.org> # $FreeBSD: head/graphics/inkscape/Makefile 327733 2013-09-20 18:35:44Z bapt $ PORTNAME= inkscape PORTVERSION= 0.48.4 PORTREVISION= 1 CATEGORIES= graphics gnome MASTER_SITES= SF MASTER_SITE_SUBDIR=${PORTNAME:L}/${PORTNAME:L}/${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= Full featured open source SVG editor BUILD_DEPENDS= ${LOCALBASE}/include/boost/concept_check.hpp:${PORTSDIR}/devel/boost-libs LIB_DEPENDS= popt:${PORTSDIR}/devel/popt \ gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 \ gc:${PORTSDIR}/devel/boehm-gc \ gsl:${PORTSDIR}/math/gsl \ gtkspell:${PORTSDIR}/textproc/gtkspell \ lcms:${PORTSDIR}/graphics/lcms \ wpg-0.2:${PORTSDIR}/graphics/libwpg \ png15:${PORTSDIR}/graphics/png \ Magick++:${PORTSDIR}/graphics/ImageMagick RUN_DEPENDS= p5-XML-XQL>=0:${PORTSDIR}/textproc/p5-XML-XQL USE_BZIP2= yes USE_GCC= any WANT_GNOME= yes USE_GNOME= gnomehack desktopfileutils intlhack libxslt USES= gettext gmake perl5 GNU_CONFIGURE= yes INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} MAN1= inkscape.1 inkview.1 NO_MANCOMPRESS= yes OPTIONS_DEFINE= GNOMEVFS POPPLER OPTIONS_DEFAULT=POPPLER POPPLER_DESC= PDF preview rendering GNOMEVFS_DESC= Use gnomevfs for loading files NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGNOMEVFS} USE_GNOME+= gnomevfs2 CONFIGURE_ARGS+= --with-gnome-vfs .else CONFIGURE_ARGS+= --without-gnome-vfs .endif .if ${PORT_OPTIONS:MPOPPLER} LIB_DEPENDS+= poppler-glib:${PORTSDIR}/graphics/poppler-glib CONFIGURE_ARGS+= --enable-poppler-cairo .else CONFIGURE_ARGS+= --enable-poppler-cairo=no .endif post-patch: @${REINPLACE_CMD} -e 's|ieefp.h|ieeefp.h|' \ ${WRKSRC}/src/2geom/bezier-utils.cpp @${REINPLACE_CMD} -e 's|libpng >= 1.2|libpng15 >= 1.2|g' \ -e 's|-ldl||g' \ ${WRKSRC}/configure @${FIND} ${WRKSRC} -name "*.h" -o -name "*.cpp" | ${XARGS} \ ${REINPLACE_CMD} -e 's|glib/gmessages.h|glib/gtestutils.h|g' .if !defined(WITH_POPPLER) @${REINPLACE_CMD} -e 's|poppler|pdisable|g' \ ${WRKSRC}/configure .endif post-install: @-update-desktop-database .include <bsd.port.mk> |
| | < | | | | | | | | | | | | | | | | | | < > > > > > | < < < < < < < |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 |
# Created by: Alexander Nedotsukov <bland@FreeBSD.org> # $FreeBSD: head/graphics/inkscape/Makefile 330754 2013-10-18 14:37:58Z kwm $ PORTNAME= inkscape PORTVERSION= 0.48.4 PORTREVISION= 1 CATEGORIES= graphics gnome MASTER_SITES= SF MASTER_SITE_SUBDIR=${PORTNAME:L}/${PORTNAME:L}/${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= Full featured open source SVG editor BUILD_DEPENDS= ${LOCALBASE}/include/boost/concept_check.hpp:${PORTSDIR}/devel/boost-libs LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt \ libgc.so:${PORTSDIR}/devel/boehm-gc \ libgsl.so:${PORTSDIR}/math/gsl \ libgtkspell.so:${PORTSDIR}/textproc/gtkspell \ liblcms.so:${PORTSDIR}/graphics/lcms \ libwpg-0.2.so:${PORTSDIR}/graphics/libwpg \ libpng15.so:${PORTSDIR}/graphics/png \ libMagick++.so:${PORTSDIR}/graphics/ImageMagick RUN_DEPENDS= p5-XML-XQL>=0:${PORTSDIR}/textproc/p5-XML-XQL USE_BZIP2= yes USE_GNOME= gtkmm24 intlhack libxslt USES= desktop-file-utils gettext gmake pathfix perl5 shebangfix GNU_CONFIGURE= yes INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib python_OLD_CMD?=/usr/bin/env python python_CMD?= ${LOCALBASE}/bin/python2 SHEBANG_FILES= cxxtest/cxxtestgen.pl share/extensions/*.p[lm] \ share/extensions/*.py OPTIONS_DEFINE= GNOMEVFS POPPLER OPTIONS_DEFAULT=POPPLER POPPLER_DESC= PDF preview rendering GNOMEVFS_DESC= Use gnomevfs for loading files .include <bsd.port.options.mk> _CCVERSION!= ${CC} --version .if ${_CCVERSION:Mclang} CPPFLAGS+= -Wno-mismatched-tags .endif .if ${PORT_OPTIONS:MGNOMEVFS} USE_GNOME+= gnomevfs2 CONFIGURE_ARGS+= --with-gnome-vfs .else CONFIGURE_ARGS+= --without-gnome-vfs .endif .if ${PORT_OPTIONS:MPOPPLER} LIB_DEPENDS+= libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib CONFIGURE_ARGS+= --enable-poppler-cairo .else CONFIGURE_ARGS+= --enable-poppler-cairo=no .endif post-patch: @${REINPLACE_CMD} -e 's|libpng >= 1.2|libpng15 >= 1.2|g' \ -e 's|-ldl||g' \ ${WRKSRC}/configure .if !defined(WITH_POPPLER) @${REINPLACE_CMD} -e 's|poppler|pdisable|g' \ ${WRKSRC}/configure .endif .include <bsd.port.mk> |
Added graphics/inkscape/files/patch-configure.
> > > > > > > > > > > |
1 2 3 4 5 6 7 8 9 10 11 |
--- configure.orig 2013-10-16 22:37:30.000000000 +0200 +++ configure 2013-10-16 22:37:37.000000000 +0200 @@ -7498,7 +7498,7 @@ cc_vers_all=`expr $cc_vers_major '*' 1000000 + $cc_vers_minor '*' 1000 + $cc_vers_patch` if test $cc_vers_major -lt 3; then - as_fn_error $? "gcc >= 3.0 is needed to compile inkscape" "$LINENO" 5 +# as_fn_error $? "gcc >= 3.0 is needed to compile inkscape" "$LINENO" 5 fi fi |
Deleted graphics/inkscape/files/patch-src::libnr::nr-matrix.cpp.
1 2 3 4 5 6 7 8 9 10 |
--- src/libnr/nr-matrix.cpp.org 2008-04-02 22:01:32.000000000 +0200 +++ src/libnr/nr-matrix.cpp 2008-04-02 22:01:54.000000000 +0200 @@ -11,6 +11,7 @@ * This code is in public domain */ +#include <cstdio> #include <cstdlib> #include "nr-matrix.h" |
< < < < < < < < < < |
Deleted graphics/inkscape/files/patch-src::livarot::Path.cpp.
1 2 3 4 5 6 7 8 9 10 |
--- src/livarot/Path.cpp.orig Sat Apr 10 03:53:47 2004 +++ src/livarot/Path.cpp Sat Apr 10 03:53:52 2004 @@ -7,6 +7,7 @@ */ #include <glib.h> +#include <cstdio> #include "Path.h" #include <libnr/nr-point.h> #include <libnr/nr-point-ops.h> |
< < < < < < < < < < |
Deleted graphics/inkscape/files/patch-src::remove-last.h.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
--- src/remove-last.h.orig Mon Apr 12 09:56:06 2004 +++ src/remove-last.h Mon Apr 12 09:56:47 2004 @@ -2,6 +2,7 @@ #define __REMOVE_LAST_H__ #include <vector> +#include <algorithm> #include <glib.h> template<class T> @@ -9,7 +10,7 @@ { using std::vector; - typename vector<T>::reverse_iterator i(find(seq.rbegin(), seq.rend(), elem)); + typename vector<T>::reverse_iterator i(std::find(seq.rbegin(), seq.rend(), elem)); g_assert( i != seq.rend() ); typename vector<T>::iterator ii(&*i); seq.erase(ii); |
< < < < < < < < < < < < < < < < < < < |
Added graphics/inkscape/files/patch-src_2geom_basic-intersection.cpp.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
--- src/2geom/basic-intersection.cpp.orig 2013-10-17 12:28:59.000000000 +0200 +++ src/2geom/basic-intersection.cpp 2013-10-17 13:17:08.000000000 +0200 @@ -64,7 +64,12 @@ void split(vector<Point> const &p, double t, vector<Point> &left, vector<Point> &right) { const unsigned sz = p.size(); - Geom::Point Vtemp[sz][sz]; + + Geom::Point **Vtemp = new Geom::Point* [sz]; + + for (unsigned int i = 0; i < sz; ++i) { + Vtemp[i] = new Geom::Point[sz]; + } /* Copy control points */ std::copy(p.begin(), p.end(), Vtemp[0]); @@ -82,6 +87,11 @@ left[j] = Vtemp[j][0]; for (unsigned j = 0; j < sz; j++) right[j] = Vtemp[sz-1-j][j]; + + for (unsigned int i = 0; i < sz; ++i) + delete[] Vtemp[i]; + + delete[] Vtemp; } |
Added graphics/inkscape/files/patch-src_2geom_sbasis.h.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 |
--- src/2geom/sbasis.h.orig 2013-10-16 23:20:03.000000000 +0200 +++ src/2geom/sbasis.h 2013-10-16 23:27:50.000000000 +0200 @@ -75,10 +75,13 @@ return d[i]; } Linear& operator[](unsigned i) { return d.at(i); } - Linear const* begin() const { return (Linear const*)&*d.begin();} - Linear const* end() const { return (Linear const*)&*d.end();} - Linear* begin() { return (Linear*)&*d.begin();} - Linear* end() { return (Linear*)&*d.end();} + + std::vector<Linear>::const_iterator begin() const { return d.begin(); } + std::vector<Linear>::const_iterator end() const { return d.end(); } + + std::vector<Linear>::iterator begin() { return d.begin(); } + std::vector<Linear>::iterator end() { return d.end(); } + bool empty() const {return d.empty();} Linear &back() {return d.back();} Linear const &back() const {return d.back();} @@ -87,7 +90,11 @@ void resize(unsigned n, Linear const& l) { d.resize(n, l);} void reserve(unsigned n) { d.reserve(n);} void clear() {d.clear();} - void insert(Linear* before, const Linear* src_begin, const Linear* src_end) { d.insert(std::vector<Linear>::iterator(before), src_begin, src_end);} + + void insert(std::vector<Linear>::iterator before, std::vector<Linear>::const_iterator src_begin, std::vector<Linear>::const_iterator src_end) { + d.insert(before, src_begin, src_end); + } + //void insert(Linear* aa, Linear* bb, Linear* cc} { d.insert(aa, bb, cc);} Linear& at(unsigned i) { return d.at(i);} //void insert(Linear* before, int& n, Linear const &l) { d.insert(std::vector<Linear>::iterator(before), n, l);} @@ -283,7 +290,12 @@ inline SBasis truncate(SBasis const &a, unsigned terms) { SBasis c; - c.insert(c.begin(), a.begin(), a.begin() + std::min(terms, (unsigned)a.size())); + + std::vector<Linear>::const_iterator e = a.begin(); + std::advance(e, std::min(terms, (unsigned)a.size())); + + c.insert(c.begin(), a.begin(), e); + return c; } |
Added graphics/inkscape/files/patch-src_2geom_solve-bezier-parametric.cpp.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
--- src/2geom/solve-bezier-parametric.cpp.orig 2013-10-17 12:28:59.000000000 +0200 +++ src/2geom/solve-bezier-parametric.cpp 2013-10-17 13:19:47.000000000 +0200 @@ -68,13 +68,20 @@ break; } - // Otherwise, solve recursively after subdividing control polygon - std::vector<Geom::Point> Left(degree + 1); // New left and right - std::vector<Geom::Point> Right(degree + 1); // control polygons + /* + * Otherwise, solve recursively after subdividing control polygon + * New left and right control polygons + */ + Geom::Point *Left = new Geom::Point[degree+1]; + Geom::Point *Right = new Geom::Point[degree+1]; + Bezier(w, degree, 0.5, &Left[0], &Right[0]); total_subs ++; find_parametric_bezier_roots(&Left[0], degree, solutions, depth + 1); find_parametric_bezier_roots(&Right[0], degree, solutions, depth + 1); + + delete[] Left; + delete[] Right; } @@ -191,7 +198,10 @@ Geom::Point *Left, /* RETURN left half ctl pts */ Geom::Point *Right) /* RETURN right half ctl pts */ { - Geom::Point Vtemp[degree+1][degree+1]; + Geom::Point **Vtemp = new Geom::Point* [degree+1]; + + for (unsigned int i = 0; i < degree+1; ++i) + Vtemp[i] = new Geom::Point[degree+1]; /* Copy control points */ std::copy(V, V+degree+1, Vtemp[0]); @@ -208,7 +218,14 @@ for (unsigned j = 0; j <= degree; j++) Right[j] = Vtemp[degree-j][j]; - return (Vtemp[degree][0]); + Geom::Point return_value = Vtemp[degree][0]; + + for (unsigned int i = 0; i < degree+1; ++i) + delete[] Vtemp[i]; + + delete[] Vtemp; + + return return_value; } }; |
Added graphics/inkscape/files/patch-src_color-profile.cpp.
> > > > > > > > > > > > > > > > > > > > > > |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
--- src/color-profile.cpp.orig 2013-10-17 12:28:59.000000000 +0200 +++ src/color-profile.cpp 2013-10-17 12:34:25.000000000 +0200 @@ -103,6 +103,8 @@ static SPObjectClass *cprof_parent_class; +namespace Inkscape { + class ColorProfileImpl { public: #if defined(HAVE_LIBLCMS1) || defined(HAVE_LIBLCMS2) @@ -129,10 +131,6 @@ #endif // defined(HAVE_LIBLCMS1) || defined(HAVE_LIBLCMS2) }; - - -namespace Inkscape { - #if defined(HAVE_LIBLCMS1) || defined(HAVE_LIBLCMS2) cmsColorSpaceSignature asICColorSpaceSig(ColorSpaceSig const & sig) { |
Added graphics/inkscape/files/patch-src_display_nr-filter-gaussian.cpp.
> > > > > > > > > > > > > > > > > > > > |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
--- src/display/nr-filter-gaussian.cpp.orig 2013-10-17 12:28:58.000000000 +0200 +++ src/display/nr-filter-gaussian.cpp 2013-10-17 12:58:55.000000000 +0200 @@ -708,7 +708,7 @@ }; } else if ( scr_len_x > 0 ) { // !use_IIR_x // Filter kernel for x direction - FIRValue kernel[scr_len_x+1]; + std::vector<FIRValue> kernel(scr_len_x+1); _make_kernel(&kernel[0], deviation_x); // Filter (x) @@ -770,7 +770,7 @@ }; } else if ( scr_len_y > 0 ) { // !use_IIR_y // Filter kernel for y direction - FIRValue kernel[scr_len_y+1]; + std::vector<FIRValue> kernel(scr_len_y+1); _make_kernel(&kernel[0], deviation_y); // Filter (y) |
Added graphics/inkscape/files/patch-src_io_inkjar.cpp.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 |
--- src/io/inkjar.cpp.orig 2013-10-16 23:28:46.000000000 +0200 +++ src/io/inkjar.cpp 2013-10-16 23:34:00.000000000 +0200 @@ -44,6 +44,7 @@ #include <cstring> #include <string> +#include <cstdio> #include <cstdlib> #include <glib.h> #include <zlib.h> @@ -68,7 +69,7 @@ { _filename = g_strdup(new_filename); _last_filename = NULL; - fd = -1; + fd = NULL; } //fixme: the following should probably just return a const gchar* and not @@ -104,7 +105,7 @@ bool JarFile::open() { - if ((fd = ::open(_filename, O_RDONLY)) < 0) { + if ((fd = fopen(_filename, O_RDONLY)) < 0) { fprintf(stderr, "open failed.\n"); return false; } @@ -116,7 +117,7 @@ bool JarFile::close() { - if (fd >= 0 && !::close(fd)) { + if (fd >= 0 && !fclose(fd)) { inflateEnd(&_zs); return true; } @@ -256,7 +257,7 @@ if (method == 8 || flags & 0x0008) { unsigned int file_length = 0;//uncompressed file length - lseek(fd, eflen, SEEK_CUR); + fseek(fd, eflen, SEEK_CUR); guint8 *file_data = get_compressed_file(compressed_size, file_length, crc, flags); if (file_data == NULL) { @@ -274,7 +275,7 @@ } g_byte_array_append(gba, file_data, compressed_size); } else { - lseek(fd, compressed_size+eflen, SEEK_CUR); + fseek(fd, compressed_size+eflen, SEEK_CUR); g_byte_array_free(gba, FALSE); return NULL; } @@ -313,7 +314,7 @@ std::printf("%d bytes written\n", out_a); #endif } - lseek(fd, eflen, SEEK_CUR); + fseek(fd, eflen, SEEK_CUR); g_free(bytes); if (!check_crc(crc, crc2, flags)) { @@ -328,7 +329,7 @@ int JarFile::read(guint8 *buf, int count) { int nbytes; - if ((nbytes = ::read(fd, buf, count)) != count) { + if ((nbytes = fread(buf, 1, count, fd)) != count) { fprintf(stderr, "read error\n"); exit(1); return 0; @@ -357,9 +358,8 @@ if (!_zs.avail_in) { - if ((nbytes = ::read(fd, in_buffer, - (leftover_in < RDSZ ? leftover_in : RDSZ))) - < 0) { + if ((nbytes = fread(in_buffer, 1, + (leftover_in < RDSZ ? leftover_in : RDSZ), fd)) < 0) { fprintf(stderr, "jarfile read error"); } _zs.avail_in = nbytes; @@ -537,7 +537,7 @@ } } } else if (gba->len > 0) - ::write(1, gba->data, gba->len); + fwrite(gba->data, 1, gba->len, stdout); else break; } |
Added graphics/inkscape/files/patch-src_io_inkjar.h.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
--- src/io/inkjar.h.orig 2013-10-16 23:34:39.000000000 +0200 +++ src/io/inkjar.h 2013-10-16 23:35:52.000000000 +0200 @@ -27,6 +27,7 @@ #endif #include <glib.h> +#include <stdio.h> namespace Inkjar { @@ -91,7 +92,7 @@ class JarFile { public: - JarFile() : fd(-1), _filename(NULL), _last_filename(NULL) {} + JarFile() : fd(NULL), _filename(NULL), _last_filename(NULL) {} virtual ~JarFile(); JarFile(gchar const *new_filename); @@ -106,7 +107,7 @@ private: - int fd; + FILE* fd; gchar *_filename; z_stream _zs; gchar *_last_filename; |
Added graphics/inkscape/files/patch-src_io_uristream.cpp.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 |
--- src/io/uristream.cpp.orig 2011-07-08 20:25:09.468790000 +0200 +++ src/io/uristream.cpp 2013-10-17 13:09:15.000000000 +0200 @@ -104,7 +104,7 @@ * */ UriInputStream::UriInputStream(Inkscape::URI &source) - throw (StreamException): uri(source) + : uri(source) { //get information from uri char const *schemestr = uri.getScheme(); @@ -146,7 +146,7 @@ * */ UriInputStream::UriInputStream(FILE *source, Inkscape::URI &uri) - throw (StreamException): inf(source), + : inf(source), uri(uri) { scheme = SCHEME_FILE; @@ -160,7 +160,7 @@ /** * */ -UriInputStream::~UriInputStream() throw(StreamException) +UriInputStream::~UriInputStream() { close(); } @@ -170,7 +170,7 @@ * this input stream without blocking by the next caller of a method for * this input stream. */ -int UriInputStream::available() throw(StreamException) +int UriInputStream::available() { return 0; } @@ -180,7 +180,7 @@ * Closes this input stream and releases any system resources * associated with the stream. */ -void UriInputStream::close() throw(StreamException) +void UriInputStream::close() { if (closed) return; @@ -207,7 +207,7 @@ /** * Reads the next byte of data from the input stream. -1 if EOF */ -int UriInputStream::get() throw(StreamException) +int UriInputStream::get() { int retVal = -1; if (!closed) @@ -249,7 +249,6 @@ * */ UriReader::UriReader(Inkscape::URI &uri) - throw (StreamException) { inputStream = new UriInputStream(uri); } @@ -257,7 +256,7 @@ /** * */ -UriReader::~UriReader() throw (StreamException) +UriReader::~UriReader() { delete inputStream; } @@ -265,7 +264,7 @@ /** * */ -int UriReader::available() throw(StreamException) +int UriReader::available() { return inputStream->available(); } @@ -273,7 +272,7 @@ /** * */ -void UriReader::close() throw(StreamException) +void UriReader::close() { inputStream->close(); } @@ -281,8 +280,7 @@ /** * */ -gunichar UriReader::get() throw(StreamException) -{ +gunichar UriReader::get(){ gunichar ch = (gunichar)inputStream->get(); return ch; } @@ -296,7 +294,7 @@ * Temporary kludge */ UriOutputStream::UriOutputStream(FILE* fp, Inkscape::URI &destination) - throw (StreamException): closed(false), + : closed(false), ownsFile(false), outf(fp), uri(destination), @@ -312,7 +310,7 @@ * */ UriOutputStream::UriOutputStream(Inkscape::URI &destination) - throw (StreamException): closed(false), + : closed(false), ownsFile(true), outf(NULL), uri(destination), @@ -353,7 +351,7 @@ /** * */ -UriOutputStream::~UriOutputStream() throw(StreamException) +UriOutputStream::~UriOutputStream() { close(); } @@ -362,7 +360,7 @@ * Closes this output stream and releases any system resources * associated with this stream. */ -void UriOutputStream::close() throw(StreamException) +void UriOutputStream::close() { if (closed) return; @@ -391,7 +389,7 @@ * Flushes this output stream and forces any buffered output * bytes to be written out. */ -void UriOutputStream::flush() throw(StreamException) +void UriOutputStream::flush() { if (closed) return; @@ -415,7 +413,7 @@ /** * Writes the specified byte to this output stream. */ -void UriOutputStream::put(int ch) throw(StreamException) +void UriOutputStream::put(int ch) { if (closed) return; @@ -453,7 +451,6 @@ * */ UriWriter::UriWriter(Inkscape::URI &uri) - throw (StreamException) { outputStream = new UriOutputStream(uri); } @@ -461,7 +458,7 @@ /** * */ -UriWriter::~UriWriter() throw (StreamException) +UriWriter::~UriWriter() { delete outputStream; } @@ -469,7 +466,7 @@ /** * */ -void UriWriter::close() throw(StreamException) +void UriWriter::close() { outputStream->close(); } @@ -477,7 +474,7 @@ /** * */ -void UriWriter::flush() throw(StreamException) +void UriWriter::flush() { outputStream->flush(); } @@ -485,7 +482,7 @@ /** * */ -void UriWriter::put(gunichar ch) throw(StreamException) +void UriWriter::put(gunichar ch) { int ich = (int)ch; outputStream->put(ich); |
Added graphics/inkscape/files/patch-src_io_uristream.h.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 |
--- src/io/uristream.h.orig 2013-10-16 23:43:05.000000000 +0200 +++ src/io/uristream.h 2013-10-16 23:55:31.000000000 +0200 @@ -35,17 +35,17 @@ { public: - UriInputStream(FILE *source, Inkscape::URI &uri) throw(StreamException); + UriInputStream(FILE *source, Inkscape::URI &uri); - UriInputStream(Inkscape::URI &source) throw(StreamException); + UriInputStream(Inkscape::URI &source); - virtual ~UriInputStream() throw(StreamException); + virtual ~UriInputStream(); - virtual int available() throw(StreamException); + virtual int available(); - virtual void close() throw(StreamException); + virtual void close(); - virtual int get() throw(StreamException); + virtual int get(); private: @@ -74,15 +74,15 @@ public: - UriReader(Inkscape::URI &source) throw(StreamException); + UriReader(Inkscape::URI &source); - virtual ~UriReader() throw(StreamException); + virtual ~UriReader(); - virtual int available() throw(StreamException); + virtual int available(); - virtual void close() throw(StreamException); + virtual void close(); - virtual gunichar get() throw(StreamException); + virtual gunichar get(); private: @@ -106,17 +106,17 @@ public: - UriOutputStream(FILE *fp, Inkscape::URI &destination) throw(StreamException); + UriOutputStream(FILE *fp, Inkscape::URI &destination); - UriOutputStream(Inkscape::URI &destination) throw(StreamException); + UriOutputStream(Inkscape::URI &destination); - virtual ~UriOutputStream() throw(StreamException); + virtual ~UriOutputStream(); - virtual void close() throw(StreamException); + virtual void close(); - virtual void flush() throw(StreamException); + virtual void flush(); - virtual void put(int ch) throw(StreamException); + virtual void put(int ch); private: @@ -145,15 +145,15 @@ public: - UriWriter(Inkscape::URI &source) throw(StreamException); + UriWriter(Inkscape::URI &source); - virtual ~UriWriter() throw(StreamException); + virtual ~UriWriter(); - virtual void close() throw(StreamException); + virtual void close(); - virtual void flush() throw(StreamException); + virtual void flush(); - virtual void put(gunichar ch) throw(StreamException); + virtual void put(gunichar ch); private: |
Added graphics/inkscape/files/patch-src_io_xsltstream.cpp.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 |
--- src/io/xsltstream.cpp.orig 2013-10-16 23:56:16.000000000 +0200 +++ src/io/xsltstream.cpp 2013-10-17 11:59:55.000000000 +0200 @@ -30,7 +30,6 @@ * */ XsltStyleSheet::XsltStyleSheet(InputStream &xsltSource) - throw (StreamException) : stylesheet(NULL) { if (!read(xsltSource)) { @@ -86,7 +85,6 @@ * */ XsltInputStream::XsltInputStream(InputStream &xmlSource, XsltStyleSheet &sheet) - throw (StreamException) : BasicInputStream(xmlSource), stylesheet(sheet) { //Load the data @@ -110,7 +108,7 @@ /** * */ -XsltInputStream::~XsltInputStream() throw (StreamException) +XsltInputStream::~XsltInputStream() { xmlFree(outbuf); } @@ -120,7 +118,7 @@ * this input stream without blocking by the next caller of a method for * this input stream. */ -int XsltInputStream::available() throw (StreamException) +int XsltInputStream::available() { return outsize - outpos; } @@ -130,7 +128,7 @@ * Closes this input stream and releases any system resources * associated with the stream. */ -void XsltInputStream::close() throw (StreamException) +void XsltInputStream::close() { closed = true; } @@ -138,7 +136,7 @@ /** * Reads the next byte of data from the input stream. -1 if EOF */ -int XsltInputStream::get() throw (StreamException) +int XsltInputStream::get() { if (closed) return -1; @@ -161,7 +159,6 @@ * */ XsltOutputStream::XsltOutputStream(OutputStream &dest, XsltStyleSheet &sheet) - throw (StreamException) : BasicOutputStream(dest), stylesheet(sheet) { flushed = false; @@ -170,7 +167,7 @@ /** * */ -XsltOutputStream::~XsltOutputStream() throw (StreamException) +XsltOutputStream::~XsltOutputStream() { //do not automatically close } @@ -179,7 +176,7 @@ * Closes this output stream and releases any system resources * associated with this stream. */ -void XsltOutputStream::close() throw (StreamException) +void XsltOutputStream::close() { flush(); destination.close(); @@ -189,7 +186,7 @@ * Flushes this output stream and forces any buffered output * bytes to be written out. */ -void XsltOutputStream::flush() throw (StreamException) +void XsltOutputStream::flush() { if (flushed) { @@ -230,7 +227,7 @@ /** * Writes the specified byte to this output stream. */ -void XsltOutputStream::put(int ch) throw (StreamException) +void XsltOutputStream::put(int ch) { gunichar uch = (gunichar) ch; outbuf.push_back(uch); |
Added graphics/inkscape/files/patch-src_io_xsltstream.h.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 |
--- src/io/xsltstream.h.orig 2011-07-08 20:25:09.468790000 +0200 +++ src/io/xsltstream.h 2013-10-17 13:10:26.000000000 +0200 @@ -38,7 +38,7 @@ /** * Constructor with loading */ - XsltStyleSheet(InputStream &source) throw (StreamException); + XsltStyleSheet(InputStream &source); /** * Simple constructor, no loading @@ -73,16 +73,15 @@ public: - XsltInputStream(InputStream &xmlSource, XsltStyleSheet &stylesheet) - throw (StreamException); + XsltInputStream(InputStream &xmlSource, XsltStyleSheet &stylesheet); - virtual ~XsltInputStream() throw (StreamException); + virtual ~XsltInputStream(); - virtual int available() throw (StreamException); + virtual int available(); - virtual void close() throw (StreamException); + virtual void close(); - virtual int get() throw (StreamException); + virtual int get(); private: @@ -110,16 +109,15 @@ public: - XsltOutputStream(OutputStream &destination, XsltStyleSheet &stylesheet) - throw (StreamException); + XsltOutputStream(OutputStream &destination, XsltStyleSheet &stylesheet); - virtual ~XsltOutputStream() throw (StreamException); + virtual ~XsltOutputStream(); - virtual void close() throw (StreamException); + virtual void close(); - virtual void flush() throw (StreamException); + virtual void flush(); - virtual void put(int ch) throw (StreamException); + virtual void put(int ch); private: |
Added graphics/inkscape/files/patch-src_libgdl_gdl-dock-object.h.
> > > > > > > > > > > |
1 2 3 4 5 6 7 8 9 10 11 |
--- src/libgdl/gdl-dock-object.h.orig 2013-10-16 23:18:22.000000000 +0200 +++ src/libgdl/gdl-dock-object.h 2013-10-17 12:02:38.000000000 +0200 @@ -215,7 +215,7 @@ G_STMT_START { \ g_log (G_LOG_DOMAIN, \ G_LOG_LEVEL_DEBUG, \ - "%s:%d (%s) %s [%p %d%s:%d]: "format, \ + "%s:%d (%s) %s [%p %d%s:%d]: " format, \ __FILE__, \ __LINE__, \ __PRETTY_FUNCTION__, \ |
Added graphics/inkscape/files/patch-src_libnr_nr-matrix.cpp.
> > > > > > > > > > |
1 2 3 4 5 6 7 8 9 10 |
--- src/libnr/nr-matrix.cpp.org 2008-04-02 22:01:32.000000000 +0200 +++ src/libnr/nr-matrix.cpp 2008-04-02 22:01:54.000000000 +0200 @@ -11,6 +11,7 @@ * This code is in public domain */ +#include <cstdio> #include <cstdlib> #include "nr-matrix.h" |
Added graphics/inkscape/files/patch-src_libnrtype_Layout-TNG-OutIter.cpp.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 |
--- src/libnrtype/Layout-TNG-OutIter.cpp.orig 2011-07-08 20:25:09.468790000 +0200 +++ src/libnrtype/Layout-TNG-OutIter.cpp 2013-10-17 13:12:08.000000000 +0200 @@ -197,7 +197,21 @@ Layout::iterator Layout::sourceToIterator(void *source_cookie) const { - return sourceToIterator(source_cookie, Glib::ustring::const_iterator(std::string::const_iterator(NULL))); + // simply copied from above... what is an iterator to NULL? + unsigned source_index; + if (_characters.empty()) return end(); + for (source_index = 0 ; source_index < _input_stream.size() ; source_index++) + if (_input_stream[source_index]->source_cookie == source_cookie) break; + if (source_index == _input_stream.size()) return end(); + + unsigned char_index = _sourceToCharacter(source_index); + + if (_input_stream[source_index]->Type() != TEXT_SOURCE) + return iterator(this, char_index); + + InputStreamTextSource const *text_source = static_cast<InputStreamTextSource const *>(_input_stream[source_index]); + //if (text_iterator <= text_source->text_begin) return iterator(this, char_index); + return iterator(this, char_index); } Geom::OptRect Layout::glyphBoundingBox(iterator const &it, double *rotation) const @@ -506,18 +520,20 @@ *source_cookie = stream_item->source_cookie; if (text_iterator && stream_item->Type() == TEXT_SOURCE) { InputStreamTextSource const *text_source = static_cast<InputStreamTextSource const *>(stream_item); - Glib::ustring::const_iterator text_iter_const = text_source->text_begin; + Glib::ustring::iterator text_iter = const_cast<Glib::ustring*>(text_source->text)->begin(); unsigned char_index = it._char_index; unsigned original_input_source_index = _spans[_characters[char_index].in_span].in_input_stream_item; // confusing algorithm because the iterator goes forwards while the index goes backwards. // It's just that it's faster doing it that way while (char_index && _spans[_characters[char_index - 1].in_span].in_input_stream_item == original_input_source_index) { - ++text_iter_const; + ++text_iter; char_index--; } - text_source->text->begin().base() + (text_iter_const.base() - text_source->text->begin().base()); - *text_iterator = Glib::ustring::iterator(std::string::iterator(const_cast<char*>(&*text_source->text->begin().base() + (text_iter_const.base() - text_source->text->begin().base())))); - // the caller owns the string, so they're going to want a non-const iterator + //text_source->text->begin().base() + (text_iter_const.base() - text_source->text->begin().base()); + // FIXME C++11 + //*text_iterator = Glib::ustring::iterator(std::string::iterator(const_cast<char*>(&*text_source-> + // the caller owns the string, so they're going to want a non-const iterator + *text_iterator = text_iter; } } |
Added graphics/inkscape/files/patch-src_libvpsc_csolve-VPSC.h.
> > > > > > > > > > > > > > |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
--- src/libvpsc/csolve_VPSC.h.bak 2011-07-08 20:25:09.468790000 +0200 +++ src/libvpsc/csolve_VPSC.h 2013-10-17 12:54:54.000000000 +0200 @@ -11,10 +11,7 @@ #ifndef _CSOLVE_VPSC_H_ #define _CSOLVE_VPSC_H_ #ifdef __cplusplus -class vpsc::Variable; -class vpsc::Constraint; -class vpsc::Solver; -class vpsc::IncSolver; + using namespace vpsc; extern "C" { #else |
Added graphics/inkscape/files/patch-src_livarot_Path.cpp.
> > > > > > > > > > |
1 2 3 4 5 6 7 8 9 10 |
--- src/livarot/Path.cpp.orig Sat Apr 10 03:53:47 2004 +++ src/livarot/Path.cpp Sat Apr 10 03:53:52 2004 @@ -7,6 +7,7 @@ */ #include <glib.h> +#include <cstdio> #include "Path.h" #include <libnr/nr-point.h> #include <libnr/nr-point-ops.h> |
Added graphics/inkscape/files/patch-src_remove-last.h.
> > > > > > > > > > > > > > > |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
--- src/remove-last.h.orig 2011-07-08 20:25:09.468790000 +0200 +++ src/remove-last.h 2013-10-18 16:34:12.000000000 +0200 @@ -10,10 +10,9 @@ { using std::vector; - typename vector<T>::reverse_iterator i(find(seq.rbegin(), seq.rend(), elem)); + typename vector<T>::reverse_iterator i(std::find(seq.rbegin(), seq.rend(), elem)); g_assert( i != seq.rend() ); - typename vector<T>::iterator ii(&*i); - seq.erase(ii); + seq.erase(i.base()); } |
Added graphics/inkscape/files/patch-src_sp-item-rm-unsatisfied-cns.cpp.
> > > > > > > > > > > > > > |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
--- src/sp-item-rm-unsatisfied-cns.cpp.orig 2013-10-17 12:49:51.000000000 +0200 +++ src/sp-item-rm-unsatisfied-cns.cpp 2013-10-17 12:50:49.000000000 +0200 @@ -23,9 +23,9 @@ g_assert( snappoint_ix < int(snappoints.size()) ); if (!approx_equal( sp_guide_distance_from_pt(cn.g, snappoints[snappoint_ix].getPoint()), 0) ) { remove_last(cn.g->attached_items, SPGuideAttachment(&item, cn.snappoint_ix)); + g_assert( i < item.constraints.size() ); - vector<SPGuideConstraint>::iterator const ei(&item.constraints[i]); - item.constraints.erase(ei); + item.constraints.erase(item.constraints.begin() + 1); } } } |
Added graphics/inkscape/files/patch-src_trace_siox.cpp.
> > > > > > > > > > |
1 2 3 4 5 6 7 8 9 10 |
--- src/trace/siox.cpp.orig 2013-10-17 12:12:48.000000000 +0200 +++ src/trace/siox.cpp 2013-10-17 12:13:01.000000000 +0200 @@ -21,6 +21,7 @@ #include <stdarg.h> #include <map> #include <algorithm> +#include <cstdlib> namespace org |
Added graphics/inkscape/files/patch-src_ui_dialog_inkscape-preferences.cpp.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
--- src/ui/dialog/inkscape-preferences.cpp.orig 2013-10-17 12:28:59.000000000 +0200 +++ src/ui/dialog/inkscape-preferences.cpp 2013-10-17 13:14:45.000000000 +0200 @@ -420,6 +420,7 @@ this->AddPage(_page_selector, _("Selector"), iter_tools, PREFS_PAGE_TOOLS_SELECTOR); AddSelcueCheckbox(_page_selector, "/tools/select", false); + AddGradientCheckbox(_page_selector, "/tools/select", false); _page_selector.add_group_header( _("When transforming, show:")); _t_sel_trans_obj.init ( _("Objects"), "/tools/select/show", "content", true, 0); _page_selector.add_line( true, "", _t_sel_trans_obj, "", @@ -1239,8 +1240,8 @@ gchar** splits = g_strsplit(choices.data(), ",", 0); gint numIems = g_strv_length(splits); - Glib::ustring labels[numIems]; - int values[numIems]; + Glib::ustring *labels = new Glib::ustring[numIems]; + int *values = new int[numIems]; for ( gint i = 0; i < numIems; i++) { values[i] = i; labels[i] = splits[i]; @@ -1249,6 +1250,8 @@ _page_bitmaps.add_line( false, _("Bitmap editor:"), _misc_bitmap_editor, "", "", false); g_strfreev(splits); + delete[] values; + delete[] labels; } _bitmap_copy_res.init("/options/createbitmap/resolution", 1.0, 6000.0, 1.0, 1.0, PX_PER_IN, true, false); |
Added graphics/inkscape/files/patch-src_ui_tool_node.h.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
--- src/ui/tool/node.h.orig 2012-02-14 04:22:17.670697000 +0100 +++ src/ui/tool/node.h 2013-10-17 12:47:44.000000000 +0200 @@ -16,7 +16,13 @@ #include <iosfwd> #include <stdexcept> #include <cstddef> + +#if __cplusplus >= 201103L +#include <functional> +#else #include <tr1/functional> +#endif + #include <boost/utility.hpp> #include <boost/shared_ptr.hpp> #include <boost/optional.hpp> @@ -32,11 +38,13 @@ } } +#if __cplusplus < 201103L && !defined(_LIBCPP_VERSION) namespace std { namespace tr1 { template <typename N> struct hash< Inkscape::UI::NodeIterator<N> >; } } +#endif namespace Inkscape { namespace UI { |
Added graphics/inkscape/files/patch-src_ui_widget_registered-widget.h.
> > > > > > > > > > > > |
1 2 3 4 5 6 7 8 9 10 11 12 |
--- src/ui/widget/registered-widget.h.orig 2013-10-17 12:28:59.000000000 +0200 +++ src/ui/widget/registered-widget.h 2013-10-17 12:36:51.000000000 +0200 @@ -61,9 +61,6 @@ bool is_updating() {if (_wr) return _wr->isUpdating(); else return false;} - // provide automatic 'upcast' for ease of use. (do it 'dynamic_cast' instead of 'static' because who knows what W is) - operator const Gtk::Widget () { return dynamic_cast<Gtk::Widget*>(this); } - protected: RegisteredWidget() : W() { construct(); } template< typename A > |
Added graphics/inkscape/files/patch-src_widgets_desktop-widget.h.
> > > > > > > > > > > |
1 2 3 4 5 6 7 8 9 10 11 |
--- src/widgets/desktop-widget.h.orig 2013-10-17 12:28:59.000000000 +0200 +++ src/widgets/desktop-widget.h 2013-10-17 12:38:00.000000000 +0200 @@ -239,7 +239,7 @@ private: GtkWidget *tool_toolbox; GtkWidget *aux_toolbox; - GtkWidget *commands_toolbox,; + GtkWidget *commands_toolbox; GtkWidget *snap_toolbox; static void init(SPDesktopWidget *widget); |
Changes to graphics/inkscape/pkg-plist.
1
2
3
4
5
6
7
8
9
...
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
|
bin/inkscape bin/inkview share/applications/inkscape.desktop share/icons/hicolor/16x16/apps/inkscape.png share/icons/hicolor/22x22/apps/inkscape.png share/icons/hicolor/24x24/apps/inkscape.png share/icons/hicolor/256x256/apps/inkscape.png share/icons/hicolor/32x32/apps/inkscape.png share/icons/hicolor/48x48/apps/inkscape.png ................................................................................ @dirrm %%DATADIR%%/extensions/Poly3DObjects @dirrm %%DATADIR%%/extensions/Barcode @dirrm %%DATADIR%%/extensions @dirrm %%DATADIR%%/examples @dirrm %%DATADIR%%/clipart @dirrm %%DATADIR%% @dirrmtry share/applications @exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true @unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true @dirrmtry share/locale/te_IN/LC_MESSAGES @dirrmtry share/locale/te_IN @dirrmtry share/locale/sr@latin/LC_MESSAGES @dirrmtry share/locale/sr@latin @dirrmtry share/locale/rw/LC_MESSAGES @dirrmtry share/locale/rw @dirrmtry share/locale/km/LC_MESSAGES |
>
>
<
<
|
1
2
3
4
5
6
7
8
9
10
11
...
851
852
853
854
855
856
857
858
859
860
861
862
863
864
|
bin/inkscape bin/inkview man/man1/inkscape.1.gz man/man1/inkview.1.gz share/applications/inkscape.desktop share/icons/hicolor/16x16/apps/inkscape.png share/icons/hicolor/22x22/apps/inkscape.png share/icons/hicolor/24x24/apps/inkscape.png share/icons/hicolor/256x256/apps/inkscape.png share/icons/hicolor/32x32/apps/inkscape.png share/icons/hicolor/48x48/apps/inkscape.png ................................................................................ @dirrm %%DATADIR%%/extensions/Poly3DObjects @dirrm %%DATADIR%%/extensions/Barcode @dirrm %%DATADIR%%/extensions @dirrm %%DATADIR%%/examples @dirrm %%DATADIR%%/clipart @dirrm %%DATADIR%% @dirrmtry share/applications @dirrmtry share/locale/te_IN/LC_MESSAGES @dirrmtry share/locale/te_IN @dirrmtry share/locale/sr@latin/LC_MESSAGES @dirrmtry share/locale/sr@latin @dirrmtry share/locale/rw/LC_MESSAGES @dirrmtry share/locale/rw @dirrmtry share/locale/km/LC_MESSAGES |
Changes to graphics/oyranos/Makefile.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 |
# $FreeBSD: head/graphics/oyranos/Makefile 327733 2013-09-20 18:35:44Z bapt $ PORTNAME= oyranos PORTVERSION= 0.9.4 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/Oyranos/Oyranos%20${PORTVERSION:C|(.*)\.[0-9]*$|\1|} MAINTAINER= bsam@FreeBSD.org COMMENT= Colour Management System (CMS) BUILD_DEPENDS= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen RUN_DEPENDS= ${LOCALBASE}/share/color/icc/OpenICC/sRGB.icc:${PORTSDIR}/graphics/icc-profiles-openicc \ ${LOCALBASE}/share/color/icc/basICColor/ISOcoated_v2_300_bas.ICC:${PORTSDIR}/graphics/icc-profiles-basiccolor LIB_DEPENDS= raw:${PORTSDIR}/graphics/libraw \ xml2:${PORTSDIR}/textproc/libxml2 \ exiv2:${PORTSDIR}/graphics/exiv2 \ png15:${PORTSDIR}/graphics/png \ cairo:${PORTSDIR}/graphics/cairo \ yajl:${PORTSDIR}/devel/yajl \ fltk:${PORTSDIR}/x11-toolkits/fltk \ cups:${PORTSDIR}/print/cups-client \ xdot:${PORTSDIR}/graphics/graphviz \ lcms:${PORTSDIR}/graphics/lcms \ lcms2:${PORTSDIR}/graphics/lcms2 \ Xcm:${PORTSDIR}/x11/libXcm USES= cmake gettext iconv pkgconfig USE_BZIP2= yes USE_GL= yes USE_LDCONFIG= yes USE_GNOME= libxml2 USE_QT4= gui moc_build qmake_build rcc_build uic_build USE_XORG= xfixes xinerama xrandr xxf86vm CMAKE_ARGS+= -DXDG_CONFIG_DIR=${PREFIX}/etc/xdg LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} MAN1= oyranos-config-fltk.1 oyranos-monitor-daemon.1 oyranos-monitor.1 \ oyranos-policy.1 oyranos-profile-graph.1 oyranos-profile-install.1 \ oyranos-profile.1 oyranos-profiles.1 oyranos-xforms-modules.1 qcmsevents.1 MAN3= oyranos-config.3 oyranos.3 NO_STAGE= yes .include <bsd.port.pre.mk> .if exists(/usr/bin/clang) && ${OSVERSION} > 901502 CC= /usr/bin/clang CXX= /usr/bin/clang++ .else USE_GCC= yes .endif .include <bsd.port.post.mk> |
| | | | | | | | | | | | | > < < < < < < |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 |
# $FreeBSD: head/graphics/oyranos/Makefile 330744 2013-10-18 13:49:29Z bsam $ PORTNAME= oyranos PORTVERSION= 0.9.4 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/Oyranos/Oyranos%20${PORTVERSION:C|(.*)\.[0-9]*$|\1|} MAINTAINER= bsam@FreeBSD.org COMMENT= Colour Management System (CMS) BUILD_DEPENDS= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen RUN_DEPENDS= ${LOCALBASE}/share/color/icc/OpenICC/sRGB.icc:${PORTSDIR}/graphics/icc-profiles-openicc \ ${LOCALBASE}/share/color/icc/basICColor/ISOcoated_v2_300_bas.ICC:${PORTSDIR}/graphics/icc-profiles-basiccolor LIB_DEPENDS= libraw.so:${PORTSDIR}/graphics/libraw \ libxml2.so:${PORTSDIR}/textproc/libxml2 \ libexiv2.so:${PORTSDIR}/graphics/exiv2 \ libpng15.so:${PORTSDIR}/graphics/png \ libcairo.so:${PORTSDIR}/graphics/cairo \ libyajl.so:${PORTSDIR}/devel/yajl \ libfltk.so:${PORTSDIR}/x11-toolkits/fltk \ libcups.so:${PORTSDIR}/print/cups-client \ libxdot.so:${PORTSDIR}/graphics/graphviz \ liblcms.so:${PORTSDIR}/graphics/lcms \ liblcms2.so:${PORTSDIR}/graphics/lcms2 \ libXcm.so:${PORTSDIR}/x11/libXcm USES= cmake gettext iconv pkgconfig USE_BZIP2= yes USE_GL= yes USE_LDCONFIG= yes USE_GNOME= libxml2 USE_QT4= gui moc_build qmake_build rcc_build uic_build USE_XORG= xfixes xinerama xrandr xxf86vm CMAKE_ARGS+= -DXDG_CONFIG_DIR=${PREFIX}/etc/xdg LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} MAKE_JOBS_UNSAFE=yes .include <bsd.port.pre.mk> .if exists(/usr/bin/clang) && ${OSVERSION} > 901502 CC= /usr/bin/clang CXX= /usr/bin/clang++ .else USE_GCC= yes .endif .include <bsd.port.post.mk> |
Changes to graphics/oyranos/pkg-plist.
86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 |
lib/liboyranos_object-static.a lib/liboyranos_object.so lib/liboyranos_object.so.0 lib/liboyranos_object.so.0.9.4 lib/oyranos/cmake/OyranosConfig.cmake lib/oyranos/liboyranos_oyIM_cmm_module.so lib/pkgconfig/oyranos.pc share/applications/oyranos-profile-install.desktop share/applications/qcmsevents-applet.desktop share/color/settings/designer.policy.xml share/color/settings/office.policy.xml share/color/settings/photographer.policy.xml share/color/settings/prepress.policy.xml share/locale/cs/LC_MESSAGES/oyranos.mo share/locale/de/LC_MESSAGES/oyranos.mo share/locale/eo/LC_MESSAGES/oyranos.mo share/locale/eu/LC_MESSAGES/oyranos.mo share/locale/fr/LC_MESSAGES/oyranos.mo share/pixmaps/lcms_logo2.png share/pixmaps/oyranos_logo.png share/pixmaps/qcmsevents.svg %%DOCSDIR%%/html/annotated.html %%DOCSDIR%%/html/bc_s.png %%DOCSDIR%%/html/bdwn.png %%DOCSDIR%%/html/classes.html %%DOCSDIR%%/html/closed.png %%DOCSDIR%%/html/deprecated.html %%DOCSDIR%%/html/dir_000002_000001.html %%DOCSDIR%%/html/dir_000003_000001.html %%DOCSDIR%%/html/dir_5dc4a189f918a89d5aa6aec44a70efbd.html %%DOCSDIR%%/html/dir_5dc4a189f918a89d5aa6aec44a70efbd_dep.map %%DOCSDIR%%/html/dir_5dc4a189f918a89d5aa6aec44a70efbd_dep.md5 %%DOCSDIR%%/html/dir_5dc4a189f918a89d5aa6aec44a70efbd_dep.png %%DOCSDIR%%/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html %%DOCSDIR%%/html/dir_68267d1309a1af8e8297ef4c3efbcdba_dep.map %%DOCSDIR%%/html/dir_68267d1309a1af8e8297ef4c3efbcdba_dep.md5 %%DOCSDIR%%/html/dir_68267d1309a1af8e8297ef4c3efbcdba_dep.png %%DOCSDIR%%/html/dir_74f808f9da958ae29766c204da77570f.html %%DOCSDIR%%/html/dir_74f808f9da958ae29766c204da77570f_dep.map %%DOCSDIR%%/html/dir_74f808f9da958ae29766c204da77570f_dep.md5 %%DOCSDIR%%/html/dir_74f808f9da958ae29766c204da77570f_dep.png %%DOCSDIR%%/html/dir_a970ca99a8c23fa76284202e7ac914e2.html %%DOCSDIR%%/html/dir_a970ca99a8c23fa76284202e7ac914e2_dep.map %%DOCSDIR%%/html/dir_a970ca99a8c23fa76284202e7ac914e2_dep.md5 %%DOCSDIR%%/html/dir_a970ca99a8c23fa76284202e7ac914e2_dep.png %%DOCSDIR%%/html/dot_inline_dotgraph_1.png %%DOCSDIR%%/html/dot_inline_dotgraph_2.png %%DOCSDIR%%/html/dot_inline_dotgraph_3.png %%DOCSDIR%%/html/dot_inline_dotgraph_4.png %%DOCSDIR%%/html/dot_inline_dotgraph_5.png %%DOCSDIR%%/html/dot_inline_dotgraph_6.png %%DOCSDIR%%/html/dot_inline_dotgraph_7.png %%DOCSDIR%%/html/doxygen.css %%DOCSDIR%%/html/doxygen.png %%DOCSDIR%%/html/dynsections.js %%DOCSDIR%%/html/environment.html %%DOCSDIR%%/html/files.html %%DOCSDIR%%/html/ftv2blank.png %%DOCSDIR%%/html/ftv2cl.png %%DOCSDIR%%/html/ftv2doc.png %%DOCSDIR%%/html/ftv2folderclosed.png %%DOCSDIR%%/html/ftv2folderopen.png %%DOCSDIR%%/html/ftv2lastnode.png %%DOCSDIR%%/html/ftv2link.png %%DOCSDIR%%/html/ftv2mlastnode.png %%DOCSDIR%%/html/ftv2mnode.png %%DOCSDIR%%/html/ftv2mo.png %%DOCSDIR%%/html/ftv2node.png %%DOCSDIR%%/html/ftv2ns.png %%DOCSDIR%%/html/ftv2plastnode.png %%DOCSDIR%%/html/ftv2pnode.png %%DOCSDIR%%/html/ftv2splitbar.png %%DOCSDIR%%/html/ftv2vertline.png %%DOCSDIR%%/html/functions.html %%DOCSDIR%%/html/functions_0x64.html %%DOCSDIR%%/html/functions_0x69.html %%DOCSDIR%%/html/functions_0x6d.html %%DOCSDIR%%/html/functions_0x6f.html %%DOCSDIR%%/html/functions_0x72.html %%DOCSDIR%%/html/functions_0x73.html %%DOCSDIR%%/html/functions_0x74.html %%DOCSDIR%%/html/functions_0x75.html %%DOCSDIR%%/html/functions_func.html %%DOCSDIR%%/html/functions_vars.html %%DOCSDIR%%/html/globals.html %%DOCSDIR%%/html/globals_defs.html %%DOCSDIR%%/html/globals_enum.html %%DOCSDIR%%/html/globals_eval.html %%DOCSDIR%%/html/globals_func.html %%DOCSDIR%%/html/globals_type.html %%DOCSDIR%%/html/graph_legend.html %%DOCSDIR%%/html/graph_legend.md5 %%DOCSDIR%%/html/graph_legend.png %%DOCSDIR%%/html/group__behaviour.html %%DOCSDIR%%/html/group__behaviour.map %%DOCSDIR%%/html/group__behaviour.md5 %%DOCSDIR%%/html/group__behaviour.png %%DOCSDIR%%/html/group__colour__low.html %%DOCSDIR%%/html/group__colour__low.map %%DOCSDIR%%/html/group__colour__low.md5 %%DOCSDIR%%/html/group__colour__low.png %%DOCSDIR%%/html/group__default__profiles.html %%DOCSDIR%%/html/group__default__profiles.map %%DOCSDIR%%/html/group__default__profiles.md5 %%DOCSDIR%%/html/group__default__profiles.png %%DOCSDIR%%/html/group__defaults__apis.html %%DOCSDIR%%/html/group__defaults__apis.map %%DOCSDIR%%/html/group__defaults__apis.md5 %%DOCSDIR%%/html/group__defaults__apis.png %%DOCSDIR%%/html/group__devices__handling.html %%DOCSDIR%%/html/group__icc__low.html %%DOCSDIR%%/html/group__icc__low.map %%DOCSDIR%%/html/group__icc__low.md5 %%DOCSDIR%%/html/group__icc__low.png %%DOCSDIR%%/html/group__misc.html %%DOCSDIR%%/html/group__misc.map %%DOCSDIR%%/html/group__misc.md5 %%DOCSDIR%%/html/group__misc.png %%DOCSDIR%%/html/group__objects__conversion.html %%DOCSDIR%%/html/group__objects__generic.html %%DOCSDIR%%/html/group__objects__generic.map %%DOCSDIR%%/html/group__objects__generic.md5 %%DOCSDIR%%/html/group__objects__generic.png %%DOCSDIR%%/html/group__objects__image.html %%DOCSDIR%%/html/group__objects__profile.html %%DOCSDIR%%/html/group__objects__profile.map %%DOCSDIR%%/html/group__objects__profile.md5 %%DOCSDIR%%/html/group__objects__profile.png %%DOCSDIR%%/html/group__objects__value.html %%DOCSDIR%%/html/group__objects__value.map %%DOCSDIR%%/html/group__objects__value.md5 %%DOCSDIR%%/html/group__objects__value.png %%DOCSDIR%%/html/group__options.html %%DOCSDIR%%/html/group__options.map %%DOCSDIR%%/html/group__options.md5 %%DOCSDIR%%/html/group__options.png %%DOCSDIR%%/html/group__policy.html %%DOCSDIR%%/html/group__policy.map %%DOCSDIR%%/html/group__policy.md5 %%DOCSDIR%%/html/group__policy.png %%DOCSDIR%%/html/group__profile__handling.html %%DOCSDIR%%/html/group__profile__handling.map %%DOCSDIR%%/html/group__profile__handling.md5 %%DOCSDIR%%/html/group__profile__handling.png %%DOCSDIR%%/html/group__profile__lists.html %%DOCSDIR%%/html/group__profile__lists.map %%DOCSDIR%%/html/group__profile__lists.md5 %%DOCSDIR%%/html/group__profile__lists.png %%DOCSDIR%%/html/hierarchy.html %%DOCSDIR%%/html/index.html %%DOCSDIR%%/html/inherit_graph_0.map %%DOCSDIR%%/html/inherit_graph_0.md5 %%DOCSDIR%%/html/inherit_graph_0.png %%DOCSDIR%%/html/inherit_graph_1.map %%DOCSDIR%%/html/inherit_graph_1.md5 %%DOCSDIR%%/html/inherit_graph_1.png %%DOCSDIR%%/html/inherit_graph_2.map %%DOCSDIR%%/html/inherit_graph_2.md5 %%DOCSDIR%%/html/inherit_graph_2.png %%DOCSDIR%%/html/inherits.html %%DOCSDIR%%/html/install_current.html %%DOCSDIR%%/html/jquery.js %%DOCSDIR%%/html/links.html %%DOCSDIR%%/html/modules.html %%DOCSDIR%%/html/nav_f.png %%DOCSDIR%%/html/nav_g.png %%DOCSDIR%%/html/nav_h.png %%DOCSDIR%%/html/open.png %%DOCSDIR%%/html/oyArray2d__s_8c.html %%DOCSDIR%%/html/oyArray2d__s_8h.html %%DOCSDIR%%/html/oyBlob__s_8c.html %%DOCSDIR%%/html/oyBlob__s_8h.html %%DOCSDIR%%/html/oyConfig__s_8c.html %%DOCSDIR%%/html/oyConfig__s_8h.html %%DOCSDIR%%/html/oyConfigs__s_8c.html %%DOCSDIR%%/html/oyConfigs__s_8h.html %%DOCSDIR%%/html/oyConnectorImaging__s_8c.html %%DOCSDIR%%/html/oyConnectorImaging__s_8h.html %%DOCSDIR%%/html/oyConnector__s_8c.html %%DOCSDIR%%/html/oyConnector__s_8h.html %%DOCSDIR%%/html/oyConversion__s_8c.html %%DOCSDIR%%/html/oyConversion__s_8h.html %%DOCSDIR%%/html/oyFilterCore__s_8c.html %%DOCSDIR%%/html/oyFilterCore__s_8h.html %%DOCSDIR%%/html/oyFilterGraph__s_8c.html %%DOCSDIR%%/html/oyFilterGraph__s_8h.html %%DOCSDIR%%/html/oyFilterNode__s_8c.html %%DOCSDIR%%/html/oyFilterNode__s_8h.html %%DOCSDIR%%/html/oyFilterNodes__s_8c.html %%DOCSDIR%%/html/oyFilterNodes__s_8h.html %%DOCSDIR%%/html/oyFilterPlug__s_8c.html %%DOCSDIR%%/html/oyFilterPlug__s_8h.html %%DOCSDIR%%/html/oyFilterPlugs__s_8c.html %%DOCSDIR%%/html/oyFilterPlugs__s_8h.html %%DOCSDIR%%/html/oyFilterSocket__s_8c.html %%DOCSDIR%%/html/oyFilterSocket__s_8h.html %%DOCSDIR%%/html/oyHash__s_8c.html %%DOCSDIR%%/html/oyHash__s_8h.html %%DOCSDIR%%/html/oyImage__s_8c.html %%DOCSDIR%%/html/oyImage__s_8h.html %%DOCSDIR%%/html/oyName__s_8h.html %%DOCSDIR%%/html/oyObject__s_8c.html %%DOCSDIR%%/html/oyObject__s_8h.html %%DOCSDIR%%/html/oyObserver__s_8c.html %%DOCSDIR%%/html/oyObserver__s_8h.html %%DOCSDIR%%/html/oyOption__s_8c.html %%DOCSDIR%%/html/oyOption__s_8h.html %%DOCSDIR%%/html/oyOptions__s_8c.html %%DOCSDIR%%/html/oyOptions__s_8h.html %%DOCSDIR%%/html/oyPixelAccess__s_8c.html %%DOCSDIR%%/html/oyPixelAccess__s_8h.html %%DOCSDIR%%/html/oyPointer__s_8c.html %%DOCSDIR%%/html/oyPointer__s_8h.html %%DOCSDIR%%/html/oyProfileTag__s_8c.html %%DOCSDIR%%/html/oyProfileTag__s_8h.html %%DOCSDIR%%/html/oyProfile__s_8c.html %%DOCSDIR%%/html/oyProfile__s_8h.html %%DOCSDIR%%/html/oyProfiles__s_8c.html %%DOCSDIR%%/html/oyProfiles__s_8h.html %%DOCSDIR%%/html/oyRectangle__s_8c.html %%DOCSDIR%%/html/oyRectangle__s_8h.html %%DOCSDIR%%/html/oyStructList__s_8c.html %%DOCSDIR%%/html/oyStructList__s_8h.html %%DOCSDIR%%/html/oyStruct__s_8c.html %%DOCSDIR%%/html/oyStruct__s_8h.html %%DOCSDIR%%/html/oyranos_8c.html %%DOCSDIR%%/html/oyranos__colour_8c.html %%DOCSDIR%%/html/oyranos__conversion_8c.html %%DOCSDIR%%/html/oyranos__conversion_8h.html %%DOCSDIR%%/html/oyranos__core_8c.html %%DOCSDIR%%/html/oyranos__devices_8c.html %%DOCSDIR%%/html/oyranos__devices_8h.html %%DOCSDIR%%/html/oyranos__devices__internal_8c.html %%DOCSDIR%%/html/oyranos__generic_8c.html %%DOCSDIR%%/html/oyranos__generic_8h.html %%DOCSDIR%%/html/oyranos__icc_8c.html %%DOCSDIR%%/html/oyranos__image_8c.html %%DOCSDIR%%/html/oyranos__image_8h.html %%DOCSDIR%%/html/oyranos__object_8h.html %%DOCSDIR%%/html/oyranos__profile_8h.html %%DOCSDIR%%/html/oyranos_logo.png %%DOCSDIR%%/html/pages.html %%DOCSDIR%%/html/structoyArray2d__s.html %%DOCSDIR%%/html/structoyArray2d__s__coll__graph.map %%DOCSDIR%%/html/structoyArray2d__s__coll__graph.md5 %%DOCSDIR%%/html/structoyArray2d__s__coll__graph.png %%DOCSDIR%%/html/structoyArray2d__s__inherit__graph.map %%DOCSDIR%%/html/structoyArray2d__s__inherit__graph.md5 %%DOCSDIR%%/html/structoyArray2d__s__inherit__graph.png %%DOCSDIR%%/html/structoyBlob__s.html %%DOCSDIR%%/html/structoyBlob__s__coll__graph.map %%DOCSDIR%%/html/structoyBlob__s__coll__graph.md5 %%DOCSDIR%%/html/structoyBlob__s__coll__graph.png %%DOCSDIR%%/html/structoyBlob__s__inherit__graph.map %%DOCSDIR%%/html/structoyBlob__s__inherit__graph.md5 %%DOCSDIR%%/html/structoyBlob__s__inherit__graph.png %%DOCSDIR%%/html/structoyConfDomain__s.html %%DOCSDIR%%/html/structoyConfDomain__s__coll__graph.map %%DOCSDIR%%/html/structoyConfDomain__s__coll__graph.md5 %%DOCSDIR%%/html/structoyConfDomain__s__coll__graph.png %%DOCSDIR%%/html/structoyConfDomain__s__inherit__graph.map %%DOCSDIR%%/html/structoyConfDomain__s__inherit__graph.md5 %%DOCSDIR%%/html/structoyConfDomain__s__inherit__graph.png %%DOCSDIR%%/html/structoyConfig__s.html %%DOCSDIR%%/html/structoyConfig__s__coll__graph.map %%DOCSDIR%%/html/structoyConfig__s__coll__graph.md5 %%DOCSDIR%%/html/structoyConfig__s__coll__graph.png %%DOCSDIR%%/html/structoyConfig__s__inherit__graph.map %%DOCSDIR%%/html/structoyConfig__s__inherit__graph.md5 %%DOCSDIR%%/html/structoyConfig__s__inherit__graph.png %%DOCSDIR%%/html/structoyConfigs__s.html %%DOCSDIR%%/html/structoyConfigs__s__coll__graph.map %%DOCSDIR%%/html/structoyConfigs__s__coll__graph.md5 %%DOCSDIR%%/html/structoyConfigs__s__coll__graph.png %%DOCSDIR%%/html/structoyConfigs__s__inherit__graph.map %%DOCSDIR%%/html/structoyConfigs__s__inherit__graph.md5 %%DOCSDIR%%/html/structoyConfigs__s__inherit__graph.png %%DOCSDIR%%/html/structoyConnectorImaging__s.html %%DOCSDIR%%/html/structoyConnectorImaging__s__coll__graph.map %%DOCSDIR%%/html/structoyConnectorImaging__s__coll__graph.md5 %%DOCSDIR%%/html/structoyConnectorImaging__s__coll__graph.png %%DOCSDIR%%/html/structoyConnectorImaging__s__inherit__graph.map %%DOCSDIR%%/html/structoyConnectorImaging__s__inherit__graph.md5 %%DOCSDIR%%/html/structoyConnectorImaging__s__inherit__graph.png %%DOCSDIR%%/html/structoyConnector__s.html %%DOCSDIR%%/html/structoyConnector__s__coll__graph.map %%DOCSDIR%%/html/structoyConnector__s__coll__graph.md5 %%DOCSDIR%%/html/structoyConnector__s__coll__graph.png %%DOCSDIR%%/html/structoyConnector__s__inherit__graph.map %%DOCSDIR%%/html/structoyConnector__s__inherit__graph.md5 %%DOCSDIR%%/html/structoyConnector__s__inherit__graph.png %%DOCSDIR%%/html/structoyConversion__s.html %%DOCSDIR%%/html/structoyConversion__s__coll__graph.map %%DOCSDIR%%/html/structoyConversion__s__coll__graph.md5 %%DOCSDIR%%/html/structoyConversion__s__coll__graph.png %%DOCSDIR%%/html/structoyConversion__s__inherit__graph.map %%DOCSDIR%%/html/structoyConversion__s__inherit__graph.md5 %%DOCSDIR%%/html/structoyConversion__s__inherit__graph.png %%DOCSDIR%%/html/structoyFilterCore__s.html %%DOCSDIR%%/html/structoyFilterCore__s__coll__graph.map %%DOCSDIR%%/html/structoyFilterCore__s__coll__graph.md5 %%DOCSDIR%%/html/structoyFilterCore__s__coll__graph.png %%DOCSDIR%%/html/structoyFilterCore__s__inherit__graph.map %%DOCSDIR%%/html/structoyFilterCore__s__inherit__graph.md5 %%DOCSDIR%%/html/structoyFilterCore__s__inherit__graph.png %%DOCSDIR%%/html/structoyFilterGraph__s.html %%DOCSDIR%%/html/structoyFilterGraph__s__coll__graph.map %%DOCSDIR%%/html/structoyFilterGraph__s__coll__graph.md5 %%DOCSDIR%%/html/structoyFilterGraph__s__coll__graph.png %%DOCSDIR%%/html/structoyFilterGraph__s__inherit__graph.map %%DOCSDIR%%/html/structoyFilterGraph__s__inherit__graph.md5 %%DOCSDIR%%/html/structoyFilterGraph__s__inherit__graph.png %%DOCSDIR%%/html/structoyFilterNode__s.html %%DOCSDIR%%/html/structoyFilterNode__s__coll__graph.map %%DOCSDIR%%/html/structoyFilterNode__s__coll__graph.md5 %%DOCSDIR%%/html/structoyFilterNode__s__coll__graph.png %%DOCSDIR%%/html/structoyFilterNode__s__inherit__graph.map %%DOCSDIR%%/html/structoyFilterNode__s__inherit__graph.md5 %%DOCSDIR%%/html/structoyFilterNode__s__inherit__graph.png %%DOCSDIR%%/html/structoyFilterNodes__s.html %%DOCSDIR%%/html/structoyFilterNodes__s__coll__graph.map %%DOCSDIR%%/html/structoyFilterNodes__s__coll__graph.md5 %%DOCSDIR%%/html/structoyFilterNodes__s__coll__graph.png %%DOCSDIR%%/html/structoyFilterNodes__s__inherit__graph.map %%DOCSDIR%%/html/structoyFilterNodes__s__inherit__graph.md5 %%DOCSDIR%%/html/structoyFilterNodes__s__inherit__graph.png %%DOCSDIR%%/html/structoyFilterPlug__s.html %%DOCSDIR%%/html/structoyFilterPlug__s__coll__graph.map %%DOCSDIR%%/html/structoyFilterPlug__s__coll__graph.md5 %%DOCSDIR%%/html/structoyFilterPlug__s__coll__graph.png %%DOCSDIR%%/html/structoyFilterPlug__s__inherit__graph.map %%DOCSDIR%%/html/structoyFilterPlug__s__inherit__graph.md5 %%DOCSDIR%%/html/structoyFilterPlug__s__inherit__graph.png %%DOCSDIR%%/html/structoyFilterPlugs__s.html %%DOCSDIR%%/html/structoyFilterPlugs__s__coll__graph.map %%DOCSDIR%%/html/structoyFilterPlugs__s__coll__graph.md5 %%DOCSDIR%%/html/structoyFilterPlugs__s__coll__graph.png %%DOCSDIR%%/html/structoyFilterPlugs__s__inherit__graph.map %%DOCSDIR%%/html/structoyFilterPlugs__s__inherit__graph.md5 %%DOCSDIR%%/html/structoyFilterPlugs__s__inherit__graph.png %%DOCSDIR%%/html/structoyFilterSocket__s.html %%DOCSDIR%%/html/structoyFilterSocket__s__coll__graph.map %%DOCSDIR%%/html/structoyFilterSocket__s__coll__graph.md5 %%DOCSDIR%%/html/structoyFilterSocket__s__coll__graph.png %%DOCSDIR%%/html/structoyFilterSocket__s__inherit__graph.map %%DOCSDIR%%/html/structoyFilterSocket__s__inherit__graph.md5 %%DOCSDIR%%/html/structoyFilterSocket__s__inherit__graph.png %%DOCSDIR%%/html/structoyImage__s.html %%DOCSDIR%%/html/structoyImage__s__coll__graph.map %%DOCSDIR%%/html/structoyImage__s__coll__graph.md5 %%DOCSDIR%%/html/structoyImage__s__coll__graph.png %%DOCSDIR%%/html/structoyImage__s__inherit__graph.map %%DOCSDIR%%/html/structoyImage__s__inherit__graph.md5 %%DOCSDIR%%/html/structoyImage__s__inherit__graph.png %%DOCSDIR%%/html/structoyObjectInfoStatic__s.html %%DOCSDIR%%/html/structoyObjectInfoStatic__s__coll__graph.map %%DOCSDIR%%/html/structoyObjectInfoStatic__s__coll__graph.md5 %%DOCSDIR%%/html/structoyObjectInfoStatic__s__coll__graph.png %%DOCSDIR%%/html/structoyObjectInfoStatic__s__inherit__graph.map %%DOCSDIR%%/html/structoyObjectInfoStatic__s__inherit__graph.md5 %%DOCSDIR%%/html/structoyObjectInfoStatic__s__inherit__graph.png %%DOCSDIR%%/html/structoyObserver__s.html %%DOCSDIR%%/html/structoyObserver__s__coll__graph.map %%DOCSDIR%%/html/structoyObserver__s__coll__graph.md5 %%DOCSDIR%%/html/structoyObserver__s__coll__graph.png %%DOCSDIR%%/html/structoyOption__s.html %%DOCSDIR%%/html/structoyOption__s__coll__graph.map %%DOCSDIR%%/html/structoyOption__s__coll__graph.md5 %%DOCSDIR%%/html/structoyOption__s__coll__graph.png %%DOCSDIR%%/html/structoyOption__s__inherit__graph.map %%DOCSDIR%%/html/structoyOption__s__inherit__graph.md5 %%DOCSDIR%%/html/structoyOption__s__inherit__graph.png %%DOCSDIR%%/html/structoyOptions__s.html %%DOCSDIR%%/html/structoyOptions__s__coll__graph.map %%DOCSDIR%%/html/structoyOptions__s__coll__graph.md5 %%DOCSDIR%%/html/structoyOptions__s__coll__graph.png %%DOCSDIR%%/html/structoyOptions__s__inherit__graph.map %%DOCSDIR%%/html/structoyOptions__s__inherit__graph.md5 %%DOCSDIR%%/html/structoyOptions__s__inherit__graph.png %%DOCSDIR%%/html/structoyPixelAccess__s.html %%DOCSDIR%%/html/structoyPixelAccess__s__coll__graph.map %%DOCSDIR%%/html/structoyPixelAccess__s__coll__graph.md5 %%DOCSDIR%%/html/structoyPixelAccess__s__coll__graph.png %%DOCSDIR%%/html/structoyPixelAccess__s__inherit__graph.map %%DOCSDIR%%/html/structoyPixelAccess__s__inherit__graph.md5 %%DOCSDIR%%/html/structoyPixelAccess__s__inherit__graph.png %%DOCSDIR%%/html/structoyPointer__s.html %%DOCSDIR%%/html/structoyPointer__s__coll__graph.map %%DOCSDIR%%/html/structoyPointer__s__coll__graph.md5 %%DOCSDIR%%/html/structoyPointer__s__coll__graph.png %%DOCSDIR%%/html/structoyPointer__s__inherit__graph.map %%DOCSDIR%%/html/structoyPointer__s__inherit__graph.md5 %%DOCSDIR%%/html/structoyPointer__s__inherit__graph.png %%DOCSDIR%%/html/structoyProfileTag__s.html %%DOCSDIR%%/html/structoyProfileTag__s__coll__graph.map %%DOCSDIR%%/html/structoyProfileTag__s__coll__graph.md5 %%DOCSDIR%%/html/structoyProfileTag__s__coll__graph.png %%DOCSDIR%%/html/structoyProfileTag__s__inherit__graph.map %%DOCSDIR%%/html/structoyProfileTag__s__inherit__graph.md5 %%DOCSDIR%%/html/structoyProfileTag__s__inherit__graph.png %%DOCSDIR%%/html/structoyProfile__s.html %%DOCSDIR%%/html/structoyProfile__s__coll__graph.map %%DOCSDIR%%/html/structoyProfile__s__coll__graph.md5 %%DOCSDIR%%/html/structoyProfile__s__coll__graph.png %%DOCSDIR%%/html/structoyProfile__s__inherit__graph.map %%DOCSDIR%%/html/structoyProfile__s__inherit__graph.md5 %%DOCSDIR%%/html/structoyProfile__s__inherit__graph.png %%DOCSDIR%%/html/structoyProfiles__s.html %%DOCSDIR%%/html/structoyProfiles__s__coll__graph.map %%DOCSDIR%%/html/structoyProfiles__s__coll__graph.md5 %%DOCSDIR%%/html/structoyProfiles__s__coll__graph.png %%DOCSDIR%%/html/structoyProfiles__s__inherit__graph.map %%DOCSDIR%%/html/structoyProfiles__s__inherit__graph.md5 %%DOCSDIR%%/html/structoyProfiles__s__inherit__graph.png %%DOCSDIR%%/html/structoyRectangle__s.html %%DOCSDIR%%/html/structoyRectangle__s__coll__graph.map %%DOCSDIR%%/html/structoyRectangle__s__coll__graph.md5 %%DOCSDIR%%/html/structoyRectangle__s__coll__graph.png %%DOCSDIR%%/html/structoyRectangle__s__inherit__graph.map %%DOCSDIR%%/html/structoyRectangle__s__inherit__graph.md5 %%DOCSDIR%%/html/structoyRectangle__s__inherit__graph.png %%DOCSDIR%%/html/structoyStructList__s.html %%DOCSDIR%%/html/structoyStructList__s__coll__graph.map %%DOCSDIR%%/html/structoyStructList__s__coll__graph.md5 %%DOCSDIR%%/html/structoyStructList__s__coll__graph.png %%DOCSDIR%%/html/structoyStructList__s__inherit__graph.map %%DOCSDIR%%/html/structoyStructList__s__inherit__graph.md5 %%DOCSDIR%%/html/structoyStructList__s__inherit__graph.png %%DOCSDIR%%/html/structoyStruct__s.html %%DOCSDIR%%/html/structoyStruct__s__coll__graph.map %%DOCSDIR%%/html/structoyStruct__s__coll__graph.md5 %%DOCSDIR%%/html/structoyStruct__s__coll__graph.png %%DOCSDIR%%/html/structoyStruct__s__inherit__graph.map %%DOCSDIR%%/html/structoyStruct__s__inherit__graph.md5 %%DOCSDIR%%/html/structoyStruct__s__inherit__graph.png %%DOCSDIR%%/html/sync_off.png %%DOCSDIR%%/html/sync_on.png %%DOCSDIR%%/html/tab_a.png %%DOCSDIR%%/html/tab_b.png %%DOCSDIR%%/html/tab_h.png %%DOCSDIR%%/html/tab_s.png %%DOCSDIR%%/html/tabs.css %%DOCSDIR%%/html/todo.html %%DOCSDIR%%/html/unionoyValue__u.html %%DOCSDIR%%/html/unionoyValue__u__coll__graph.map %%DOCSDIR%%/html/unionoyValue__u__coll__graph.md5 %%DOCSDIR%%/html/unionoyValue__u__coll__graph.png @dirrm %%DOCSDIR%%/html @dirrm %%DOCSDIR%% @dirrmtry share/applications @dirrmtry share/color/settings @dirrmtry share/color @dirrmtry lib/pkgconfig @dirrm lib/oyranos/cmake @dirrm lib/oyranos @dirrmtry lib/colour/modules @dirrmtry lib/colour @comment @dirrmtry etc/xdg/autostart @comment @dirrmtry etc/xdg @dirrm include/oyranos/alpha @dirrm include/oyranos |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > > > > > > > > > > |
86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 |
lib/liboyranos_object-static.a lib/liboyranos_object.so lib/liboyranos_object.so.0 lib/liboyranos_object.so.0.9.4 lib/oyranos/cmake/OyranosConfig.cmake lib/oyranos/liboyranos_oyIM_cmm_module.so lib/pkgconfig/oyranos.pc man/man1/oyranos-config-fltk.1.gz man/man1/oyranos-monitor-daemon.1.gz man/man1/oyranos-monitor.1.gz man/man1/oyranos-policy.1.gz man/man1/oyranos-profile-graph.1.gz man/man1/oyranos-profile-install.1.gz man/man1/oyranos-profile.1.gz man/man1/oyranos-profiles.1.gz man/man1/oyranos-xforms-modules.1.gz man/man1/qcmsevents.1.gz man/man3/oyranos-config.3.gz man/man3/oyranos.3.gz share/applications/oyranos-profile-install.desktop share/applications/qcmsevents-applet.desktop share/color/settings/designer.policy.xml share/color/settings/office.policy.xml share/color/settings/photographer.policy.xml share/color/settings/prepress.policy.xml %%PORTDOCS%%%%DOCSDIR%%/html/annotated.html %%PORTDOCS%%%%DOCSDIR%%/html/bc_s.png %%PORTDOCS%%%%DOCSDIR%%/html/bdwn.png %%PORTDOCS%%%%DOCSDIR%%/html/classes.html %%PORTDOCS%%%%DOCSDIR%%/html/closed.png %%PORTDOCS%%%%DOCSDIR%%/html/deprecated.html %%PORTDOCS%%%%DOCSDIR%%/html/dir_000002_000001.html %%PORTDOCS%%%%DOCSDIR%%/html/dir_000003_000001.html %%PORTDOCS%%%%DOCSDIR%%/html/dir_5dc4a189f918a89d5aa6aec44a70efbd.html %%PORTDOCS%%%%DOCSDIR%%/html/dir_5dc4a189f918a89d5aa6aec44a70efbd_dep.map %%PORTDOCS%%%%DOCSDIR%%/html/dir_5dc4a189f918a89d5aa6aec44a70efbd_dep.md5 %%PORTDOCS%%%%DOCSDIR%%/html/dir_5dc4a189f918a89d5aa6aec44a70efbd_dep.png %%PORTDOCS%%%%DOCSDIR%%/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html %%PORTDOCS%%%%DOCSDIR%%/html/dir_68267d1309a1af8e8297ef4c3efbcdba_dep.map %%PORTDOCS%%%%DOCSDIR%%/html/dir_68267d1309a1af8e8297ef4c3efbcdba_dep.md5 %%PORTDOCS%%%%DOCSDIR%%/html/dir_68267d1309a1af8e8297ef4c3efbcdba_dep.png %%PORTDOCS%%%%DOCSDIR%%/html/dir_74f808f9da958ae29766c204da77570f.html %%PORTDOCS%%%%DOCSDIR%%/html/dir_74f808f9da958ae29766c204da77570f_dep.map %%PORTDOCS%%%%DOCSDIR%%/html/dir_74f808f9da958ae29766c204da77570f_dep.md5 %%PORTDOCS%%%%DOCSDIR%%/html/dir_74f808f9da958ae29766c204da77570f_dep.png %%PORTDOCS%%%%DOCSDIR%%/html/dir_a970ca99a8c23fa76284202e7ac914e2.html %%PORTDOCS%%%%DOCSDIR%%/html/dir_a970ca99a8c23fa76284202e7ac914e2_dep.map %%PORTDOCS%%%%DOCSDIR%%/html/dir_a970ca99a8c23fa76284202e7ac914e2_dep.md5 %%PORTDOCS%%%%DOCSDIR%%/html/dir_a970ca99a8c23fa76284202e7ac914e2_dep.png %%PORTDOCS%%%%DOCSDIR%%/html/dot_inline_dotgraph_1.png %%PORTDOCS%%%%DOCSDIR%%/html/dot_inline_dotgraph_2.png %%PORTDOCS%%%%DOCSDIR%%/html/dot_inline_dotgraph_3.png %%PORTDOCS%%%%DOCSDIR%%/html/dot_inline_dotgraph_4.png %%PORTDOCS%%%%DOCSDIR%%/html/dot_inline_dotgraph_5.png %%PORTDOCS%%%%DOCSDIR%%/html/dot_inline_dotgraph_6.png %%PORTDOCS%%%%DOCSDIR%%/html/dot_inline_dotgraph_7.png %%PORTDOCS%%%%DOCSDIR%%/html/doxygen.css %%PORTDOCS%%%%DOCSDIR%%/html/doxygen.png %%PORTDOCS%%%%DOCSDIR%%/html/dynsections.js %%PORTDOCS%%%%DOCSDIR%%/html/environment.html %%PORTDOCS%%%%DOCSDIR%%/html/files.html %%PORTDOCS%%%%DOCSDIR%%/html/ftv2blank.png %%PORTDOCS%%%%DOCSDIR%%/html/ftv2cl.png %%PORTDOCS%%%%DOCSDIR%%/html/ftv2doc.png %%PORTDOCS%%%%DOCSDIR%%/html/ftv2folderclosed.png %%PORTDOCS%%%%DOCSDIR%%/html/ftv2folderopen.png %%PORTDOCS%%%%DOCSDIR%%/html/ftv2lastnode.png %%PORTDOCS%%%%DOCSDIR%%/html/ftv2link.png %%PORTDOCS%%%%DOCSDIR%%/html/ftv2mlastnode.png %%PORTDOCS%%%%DOCSDIR%%/html/ftv2mnode.png %%PORTDOCS%%%%DOCSDIR%%/html/ftv2mo.png %%PORTDOCS%%%%DOCSDIR%%/html/ftv2node.png %%PORTDOCS%%%%DOCSDIR%%/html/ftv2ns.png %%PORTDOCS%%%%DOCSDIR%%/html/ftv2plastnode.png %%PORTDOCS%%%%DOCSDIR%%/html/ftv2pnode.png %%PORTDOCS%%%%DOCSDIR%%/html/ftv2splitbar.png %%PORTDOCS%%%%DOCSDIR%%/html/ftv2vertline.png %%PORTDOCS%%%%DOCSDIR%%/html/functions.html %%PORTDOCS%%%%DOCSDIR%%/html/functions_0x64.html %%PORTDOCS%%%%DOCSDIR%%/html/functions_0x69.html %%PORTDOCS%%%%DOCSDIR%%/html/functions_0x6d.html %%PORTDOCS%%%%DOCSDIR%%/html/functions_0x6f.html %%PORTDOCS%%%%DOCSDIR%%/html/functions_0x72.html %%PORTDOCS%%%%DOCSDIR%%/html/functions_0x73.html %%PORTDOCS%%%%DOCSDIR%%/html/functions_0x74.html %%PORTDOCS%%%%DOCSDIR%%/html/functions_0x75.html %%PORTDOCS%%%%DOCSDIR%%/html/functions_func.html %%PORTDOCS%%%%DOCSDIR%%/html/functions_vars.html %%PORTDOCS%%%%DOCSDIR%%/html/globals.html %%PORTDOCS%%%%DOCSDIR%%/html/globals_defs.html %%PORTDOCS%%%%DOCSDIR%%/html/globals_enum.html %%PORTDOCS%%%%DOCSDIR%%/html/globals_eval.html %%PORTDOCS%%%%DOCSDIR%%/html/globals_func.html %%PORTDOCS%%%%DOCSDIR%%/html/globals_type.html %%PORTDOCS%%%%DOCSDIR%%/html/graph_legend.html %%PORTDOCS%%%%DOCSDIR%%/html/graph_legend.md5 %%PORTDOCS%%%%DOCSDIR%%/html/graph_legend.png %%PORTDOCS%%%%DOCSDIR%%/html/group__behaviour.html %%PORTDOCS%%%%DOCSDIR%%/html/group__behaviour.map %%PORTDOCS%%%%DOCSDIR%%/html/group__behaviour.md5 %%PORTDOCS%%%%DOCSDIR%%/html/group__behaviour.png %%PORTDOCS%%%%DOCSDIR%%/html/group__colour__low.html %%PORTDOCS%%%%DOCSDIR%%/html/group__colour__low.map %%PORTDOCS%%%%DOCSDIR%%/html/group__colour__low.md5 %%PORTDOCS%%%%DOCSDIR%%/html/group__colour__low.png %%PORTDOCS%%%%DOCSDIR%%/html/group__default__profiles.html %%PORTDOCS%%%%DOCSDIR%%/html/group__default__profiles.map %%PORTDOCS%%%%DOCSDIR%%/html/group__default__profiles.md5 %%PORTDOCS%%%%DOCSDIR%%/html/group__default__profiles.png %%PORTDOCS%%%%DOCSDIR%%/html/group__defaults__apis.html %%PORTDOCS%%%%DOCSDIR%%/html/group__defaults__apis.map %%PORTDOCS%%%%DOCSDIR%%/html/group__defaults__apis.md5 %%PORTDOCS%%%%DOCSDIR%%/html/group__defaults__apis.png %%PORTDOCS%%%%DOCSDIR%%/html/group__devices__handling.html %%PORTDOCS%%%%DOCSDIR%%/html/group__icc__low.html %%PORTDOCS%%%%DOCSDIR%%/html/group__icc__low.map %%PORTDOCS%%%%DOCSDIR%%/html/group__icc__low.md5 %%PORTDOCS%%%%DOCSDIR%%/html/group__icc__low.png %%PORTDOCS%%%%DOCSDIR%%/html/group__misc.html %%PORTDOCS%%%%DOCSDIR%%/html/group__misc.map %%PORTDOCS%%%%DOCSDIR%%/html/group__misc.md5 %%PORTDOCS%%%%DOCSDIR%%/html/group__misc.png %%PORTDOCS%%%%DOCSDIR%%/html/group__objects__conversion.html %%PORTDOCS%%%%DOCSDIR%%/html/group__objects__generic.html %%PORTDOCS%%%%DOCSDIR%%/html/group__objects__generic.map %%PORTDOCS%%%%DOCSDIR%%/html/group__objects__generic.md5 %%PORTDOCS%%%%DOCSDIR%%/html/group__objects__generic.png %%PORTDOCS%%%%DOCSDIR%%/html/group__objects__image.html %%PORTDOCS%%%%DOCSDIR%%/html/group__objects__profile.html %%PORTDOCS%%%%DOCSDIR%%/html/group__objects__profile.map %%PORTDOCS%%%%DOCSDIR%%/html/group__objects__profile.md5 %%PORTDOCS%%%%DOCSDIR%%/html/group__objects__profile.png %%PORTDOCS%%%%DOCSDIR%%/html/group__objects__value.html %%PORTDOCS%%%%DOCSDIR%%/html/group__objects__value.map %%PORTDOCS%%%%DOCSDIR%%/html/group__objects__value.md5 %%PORTDOCS%%%%DOCSDIR%%/html/group__objects__value.png %%PORTDOCS%%%%DOCSDIR%%/html/group__options.html %%PORTDOCS%%%%DOCSDIR%%/html/group__options.map %%PORTDOCS%%%%DOCSDIR%%/html/group__options.md5 %%PORTDOCS%%%%DOCSDIR%%/html/group__options.png %%PORTDOCS%%%%DOCSDIR%%/html/group__policy.html %%PORTDOCS%%%%DOCSDIR%%/html/group__policy.map %%PORTDOCS%%%%DOCSDIR%%/html/group__policy.md5 %%PORTDOCS%%%%DOCSDIR%%/html/group__policy.png %%PORTDOCS%%%%DOCSDIR%%/html/group__profile__handling.html %%PORTDOCS%%%%DOCSDIR%%/html/group__profile__handling.map %%PORTDOCS%%%%DOCSDIR%%/html/group__profile__handling.md5 %%PORTDOCS%%%%DOCSDIR%%/html/group__profile__handling.png %%PORTDOCS%%%%DOCSDIR%%/html/group__profile__lists.html %%PORTDOCS%%%%DOCSDIR%%/html/group__profile__lists.map %%PORTDOCS%%%%DOCSDIR%%/html/group__profile__lists.md5 %%PORTDOCS%%%%DOCSDIR%%/html/group__profile__lists.png %%PORTDOCS%%%%DOCSDIR%%/html/hierarchy.html %%PORTDOCS%%%%DOCSDIR%%/html/index.html %%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_0.map %%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_0.md5 %%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_0.png %%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_1.map %%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_1.md5 %%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_1.png %%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_2.map %%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_2.md5 %%PORTDOCS%%%%DOCSDIR%%/html/inherit_graph_2.png %%PORTDOCS%%%%DOCSDIR%%/html/inherits.html %%PORTDOCS%%%%DOCSDIR%%/html/install_current.html %%PORTDOCS%%%%DOCSDIR%%/html/jquery.js %%PORTDOCS%%%%DOCSDIR%%/html/links.html %%PORTDOCS%%%%DOCSDIR%%/html/modules.html %%PORTDOCS%%%%DOCSDIR%%/html/nav_f.png %%PORTDOCS%%%%DOCSDIR%%/html/nav_g.png %%PORTDOCS%%%%DOCSDIR%%/html/nav_h.png %%PORTDOCS%%%%DOCSDIR%%/html/open.png %%PORTDOCS%%%%DOCSDIR%%/html/oyArray2d__s_8c.html %%PORTDOCS%%%%DOCSDIR%%/html/oyArray2d__s_8h.html %%PORTDOCS%%%%DOCSDIR%%/html/oyBlob__s_8c.html %%PORTDOCS%%%%DOCSDIR%%/html/oyBlob__s_8h.html %%PORTDOCS%%%%DOCSDIR%%/html/oyConfig__s_8c.html %%PORTDOCS%%%%DOCSDIR%%/html/oyConfig__s_8h.html %%PORTDOCS%%%%DOCSDIR%%/html/oyConfigs__s_8c.html %%PORTDOCS%%%%DOCSDIR%%/html/oyConfigs__s_8h.html %%PORTDOCS%%%%DOCSDIR%%/html/oyConnectorImaging__s_8c.html %%PORTDOCS%%%%DOCSDIR%%/html/oyConnectorImaging__s_8h.html %%PORTDOCS%%%%DOCSDIR%%/html/oyConnector__s_8c.html %%PORTDOCS%%%%DOCSDIR%%/html/oyConnector__s_8h.html %%PORTDOCS%%%%DOCSDIR%%/html/oyConversion__s_8c.html %%PORTDOCS%%%%DOCSDIR%%/html/oyConversion__s_8h.html %%PORTDOCS%%%%DOCSDIR%%/html/oyFilterCore__s_8c.html %%PORTDOCS%%%%DOCSDIR%%/html/oyFilterCore__s_8h.html %%PORTDOCS%%%%DOCSDIR%%/html/oyFilterGraph__s_8c.html %%PORTDOCS%%%%DOCSDIR%%/html/oyFilterGraph__s_8h.html %%PORTDOCS%%%%DOCSDIR%%/html/oyFilterNode__s_8c.html %%PORTDOCS%%%%DOCSDIR%%/html/oyFilterNode__s_8h.html %%PORTDOCS%%%%DOCSDIR%%/html/oyFilterNodes__s_8c.html %%PORTDOCS%%%%DOCSDIR%%/html/oyFilterNodes__s_8h.html %%PORTDOCS%%%%DOCSDIR%%/html/oyFilterPlug__s_8c.html %%PORTDOCS%%%%DOCSDIR%%/html/oyFilterPlug__s_8h.html %%PORTDOCS%%%%DOCSDIR%%/html/oyFilterPlugs__s_8c.html %%PORTDOCS%%%%DOCSDIR%%/html/oyFilterPlugs__s_8h.html %%PORTDOCS%%%%DOCSDIR%%/html/oyFilterSocket__s_8c.html %%PORTDOCS%%%%DOCSDIR%%/html/oyFilterSocket__s_8h.html %%PORTDOCS%%%%DOCSDIR%%/html/oyHash__s_8c.html %%PORTDOCS%%%%DOCSDIR%%/html/oyHash__s_8h.html %%PORTDOCS%%%%DOCSDIR%%/html/oyImage__s_8c.html %%PORTDOCS%%%%DOCSDIR%%/html/oyImage__s_8h.html %%PORTDOCS%%%%DOCSDIR%%/html/oyName__s_8h.html %%PORTDOCS%%%%DOCSDIR%%/html/oyObject__s_8c.html %%PORTDOCS%%%%DOCSDIR%%/html/oyObject__s_8h.html %%PORTDOCS%%%%DOCSDIR%%/html/oyObserver__s_8c.html %%PORTDOCS%%%%DOCSDIR%%/html/oyObserver__s_8h.html %%PORTDOCS%%%%DOCSDIR%%/html/oyOption__s_8c.html %%PORTDOCS%%%%DOCSDIR%%/html/oyOption__s_8h.html %%PORTDOCS%%%%DOCSDIR%%/html/oyOptions__s_8c.html %%PORTDOCS%%%%DOCSDIR%%/html/oyOptions__s_8h.html %%PORTDOCS%%%%DOCSDIR%%/html/oyPixelAccess__s_8c.html %%PORTDOCS%%%%DOCSDIR%%/html/oyPixelAccess__s_8h.html %%PORTDOCS%%%%DOCSDIR%%/html/oyPointer__s_8c.html %%PORTDOCS%%%%DOCSDIR%%/html/oyPointer__s_8h.html %%PORTDOCS%%%%DOCSDIR%%/html/oyProfileTag__s_8c.html %%PORTDOCS%%%%DOCSDIR%%/html/oyProfileTag__s_8h.html %%PORTDOCS%%%%DOCSDIR%%/html/oyProfile__s_8c.html %%PORTDOCS%%%%DOCSDIR%%/html/oyProfile__s_8h.html %%PORTDOCS%%%%DOCSDIR%%/html/oyProfiles__s_8c.html %%PORTDOCS%%%%DOCSDIR%%/html/oyProfiles__s_8h.html %%PORTDOCS%%%%DOCSDIR%%/html/oyRectangle__s_8c.html %%PORTDOCS%%%%DOCSDIR%%/html/oyRectangle__s_8h.html %%PORTDOCS%%%%DOCSDIR%%/html/oyStructList__s_8c.html %%PORTDOCS%%%%DOCSDIR%%/html/oyStructList__s_8h.html %%PORTDOCS%%%%DOCSDIR%%/html/oyStruct__s_8c.html %%PORTDOCS%%%%DOCSDIR%%/html/oyStruct__s_8h.html %%PORTDOCS%%%%DOCSDIR%%/html/oyranos_8c.html %%PORTDOCS%%%%DOCSDIR%%/html/oyranos__colour_8c.html %%PORTDOCS%%%%DOCSDIR%%/html/oyranos__conversion_8c.html %%PORTDOCS%%%%DOCSDIR%%/html/oyranos__conversion_8h.html %%PORTDOCS%%%%DOCSDIR%%/html/oyranos__core_8c.html %%PORTDOCS%%%%DOCSDIR%%/html/oyranos__devices_8c.html %%PORTDOCS%%%%DOCSDIR%%/html/oyranos__devices_8h.html %%PORTDOCS%%%%DOCSDIR%%/html/oyranos__devices__internal_8c.html %%PORTDOCS%%%%DOCSDIR%%/html/oyranos__generic_8c.html %%PORTDOCS%%%%DOCSDIR%%/html/oyranos__generic_8h.html %%PORTDOCS%%%%DOCSDIR%%/html/oyranos__icc_8c.html %%PORTDOCS%%%%DOCSDIR%%/html/oyranos__image_8c.html %%PORTDOCS%%%%DOCSDIR%%/html/oyranos__image_8h.html %%PORTDOCS%%%%DOCSDIR%%/html/oyranos__object_8h.html %%PORTDOCS%%%%DOCSDIR%%/html/oyranos__profile_8h.html %%PORTDOCS%%%%DOCSDIR%%/html/oyranos_logo.png %%PORTDOCS%%%%DOCSDIR%%/html/pages.html %%PORTDOCS%%%%DOCSDIR%%/html/structoyArray2d__s.html %%PORTDOCS%%%%DOCSDIR%%/html/structoyArray2d__s__coll__graph.map %%PORTDOCS%%%%DOCSDIR%%/html/structoyArray2d__s__coll__graph.md5 %%PORTDOCS%%%%DOCSDIR%%/html/structoyArray2d__s__coll__graph.png %%PORTDOCS%%%%DOCSDIR%%/html/structoyArray2d__s__inherit__graph.map %%PORTDOCS%%%%DOCSDIR%%/html/structoyArray2d__s__inherit__graph.md5 %%PORTDOCS%%%%DOCSDIR%%/html/structoyArray2d__s__inherit__graph.png %%PORTDOCS%%%%DOCSDIR%%/html/structoyBlob__s.html %%PORTDOCS%%%%DOCSDIR%%/html/structoyBlob__s__coll__graph.map %%PORTDOCS%%%%DOCSDIR%%/html/structoyBlob__s__coll__graph.md5 %%PORTDOCS%%%%DOCSDIR%%/html/structoyBlob__s__coll__graph.png %%PORTDOCS%%%%DOCSDIR%%/html/structoyBlob__s__inherit__graph.map %%PORTDOCS%%%%DOCSDIR%%/html/structoyBlob__s__inherit__graph.md5 %%PORTDOCS%%%%DOCSDIR%%/html/structoyBlob__s__inherit__graph.png %%PORTDOCS%%%%DOCSDIR%%/html/structoyConfDomain__s.html %%PORTDOCS%%%%DOCSDIR%%/html/structoyConfDomain__s__coll__graph.map %%PORTDOCS%%%%DOCSDIR%%/html/structoyConfDomain__s__coll__graph.md5 %%PORTDOCS%%%%DOCSDIR%%/html/structoyConfDomain__s__coll__graph.png %%PORTDOCS%%%%DOCSDIR%%/html/structoyConfDomain__s__inherit__graph.map %%PORTDOCS%%%%DOCSDIR%%/html/structoyConfDomain__s__inherit__graph.md5 %%PORTDOCS%%%%DOCSDIR%%/html/structoyConfDomain__s__inherit__graph.png %%PORTDOCS%%%%DOCSDIR%%/html/structoyConfig__s.html %%PORTDOCS%%%%DOCSDIR%%/html/structoyConfig__s__coll__graph.map %%PORTDOCS%%%%DOCSDIR%%/html/structoyConfig__s__coll__graph.md5 %%PORTDOCS%%%%DOCSDIR%%/html/structoyConfig__s__coll__graph.png %%PORTDOCS%%%%DOCSDIR%%/html/structoyConfig__s__inherit__graph.map %%PORTDOCS%%%%DOCSDIR%%/html/structoyConfig__s__inherit__graph.md5 %%PORTDOCS%%%%DOCSDIR%%/html/structoyConfig__s__inherit__graph.png %%PORTDOCS%%%%DOCSDIR%%/html/structoyConfigs__s.html %%PORTDOCS%%%%DOCSDIR%%/html/structoyConfigs__s__coll__graph.map %%PORTDOCS%%%%DOCSDIR%%/html/structoyConfigs__s__coll__graph.md5 %%PORTDOCS%%%%DOCSDIR%%/html/structoyConfigs__s__coll__graph.png %%PORTDOCS%%%%DOCSDIR%%/html/structoyConfigs__s__inherit__graph.map %%PORTDOCS%%%%DOCSDIR%%/html/structoyConfigs__s__inherit__graph.md5 %%PORTDOCS%%%%DOCSDIR%%/html/structoyConfigs__s__inherit__graph.png %%PORTDOCS%%%%DOCSDIR%%/html/structoyConnectorImaging__s.html %%PORTDOCS%%%%DOCSDIR%%/html/structoyConnectorImaging__s__coll__graph.map %%PORTDOCS%%%%DOCSDIR%%/html/structoyConnectorImaging__s__coll__graph.md5 %%PORTDOCS%%%%DOCSDIR%%/html/structoyConnectorImaging__s__coll__graph.png %%PORTDOCS%%%%DOCSDIR%%/html/structoyConnectorImaging__s__inherit__graph.map %%PORTDOCS%%%%DOCSDIR%%/html/structoyConnectorImaging__s__inherit__graph.md5 %%PORTDOCS%%%%DOCSDIR%%/html/structoyConnectorImaging__s__inherit__graph.png %%PORTDOCS%%%%DOCSDIR%%/html/structoyConnector__s.html %%PORTDOCS%%%%DOCSDIR%%/html/structoyConnector__s__coll__graph.map %%PORTDOCS%%%%DOCSDIR%%/html/structoyConnector__s__coll__graph.md5 %%PORTDOCS%%%%DOCSDIR%%/html/structoyConnector__s__coll__graph.png %%PORTDOCS%%%%DOCSDIR%%/html/structoyConnector__s__inherit__graph.map %%PORTDOCS%%%%DOCSDIR%%/html/structoyConnector__s__inherit__graph.md5 %%PORTDOCS%%%%DOCSDIR%%/html/structoyConnector__s__inherit__graph.png %%PORTDOCS%%%%DOCSDIR%%/html/structoyConversion__s.html %%PORTDOCS%%%%DOCSDIR%%/html/structoyConversion__s__coll__graph.map %%PORTDOCS%%%%DOCSDIR%%/html/structoyConversion__s__coll__graph.md5 %%PORTDOCS%%%%DOCSDIR%%/html/structoyConversion__s__coll__graph.png %%PORTDOCS%%%%DOCSDIR%%/html/structoyConversion__s__inherit__graph.map %%PORTDOCS%%%%DOCSDIR%%/html/structoyConversion__s__inherit__graph.md5 %%PORTDOCS%%%%DOCSDIR%%/html/structoyConversion__s__inherit__graph.png %%PORTDOCS%%%%DOCSDIR%%/html/structoyFilterCore__s.html %%PORTDOCS%%%%DOCSDIR%%/html/structoyFilterCore__s__coll__graph.map %%PORTDOCS%%%%DOCSDIR%%/html/structoyFilterCore__s__coll__graph.md5 %%PORTDOCS%%%%DOCSDIR%%/html/structoyFilterCore__s__coll__graph.png %%PORTDOCS%%%%DOCSDIR%%/html/structoyFilterCore__s__inherit__graph.map %%PORTDOCS%%%%DOCSDIR%%/html/structoyFilterCore__s__inherit__graph.md5 %%PORTDOCS%%%%DOCSDIR%%/html/structoyFilterCore__s__inherit__graph.png %%PORTDOCS%%%%DOCSDIR%%/html/structoyFilterGraph__s.html %%PORTDOCS%%%%DOCSDIR%%/html/structoyFilterGraph__s__coll__graph.map %%PORTDOCS%%%%DOCSDIR%%/html/structoyFilterGraph__s__coll__graph.md5 %%PORTDOCS%%%%DOCSDIR%%/html/structoyFilterGraph__s__coll__graph.png %%PORTDOCS%%%%DOCSDIR%%/html/structoyFilterGraph__s__inherit__graph.map %%PORTDOCS%%%%DOCSDIR%%/html/structoyFilterGraph__s__inherit__graph.md5 %%PORTDOCS%%%%DOCSDIR%%/html/structoyFilterGraph__s__inherit__graph.png %%PORTDOCS%%%%DOCSDIR%%/html/structoyFilterNode__s.html %%PORTDOCS%%%%DOCSDIR%%/html/structoyFilterNode__s__coll__graph.map %%PORTDOCS%%%%DOCSDIR%%/html/structoyFilterNode__s__coll__graph.md5 %%PORTDOCS%%%%DOCSDIR%%/html/structoyFilterNode__s__coll__graph.png %%PORTDOCS%%%%DOCSDIR%%/html/structoyFilterNode__s__inherit__graph.map %%PORTDOCS%%%%DOCSDIR%%/html/structoyFilterNode__s__inherit__graph.md5 %%PORTDOCS%%%%DOCSDIR%%/html/structoyFilterNode__s__inherit__graph.png %%PORTDOCS%%%%DOCSDIR%%/html/structoyFilterNodes__s.html %%PORTDOCS%%%%DOCSDIR%%/html/structoyFilterNodes__s__coll__graph.map %%PORTDOCS%%%%DOCSDIR%%/html/structoyFilterNodes__s__coll__graph.md5 %%PORTDOCS%%%%DOCSDIR%%/html/structoyFilterNodes__s__coll__graph.png %%PORTDOCS%%%%DOCSDIR%%/html/structoyFilterNodes__s__inherit__graph.map %%PORTDOCS%%%%DOCSDIR%%/html/structoyFilterNodes__s__inherit__graph.md5 %%PORTDOCS%%%%DOCSDIR%%/html/structoyFilterNodes__s__inherit__graph.png %%PORTDOCS%%%%DOCSDIR%%/html/structoyFilterPlug__s.html %%PORTDOCS%%%%DOCSDIR%%/html/structoyFilterPlug__s__coll__graph.map %%PORTDOCS%%%%DOCSDIR%%/html/structoyFilterPlug__s__coll__graph.md5 %%PORTDOCS%%%%DOCSDIR%%/html/structoyFilterPlug__s__coll__graph.png %%PORTDOCS%%%%DOCSDIR%%/html/structoyFilterPlug__s__inherit__graph.map %%PORTDOCS%%%%DOCSDIR%%/html/structoyFilterPlug__s__inherit__graph.md5 %%PORTDOCS%%%%DOCSDIR%%/html/structoyFilterPlug__s__inherit__graph.png %%PORTDOCS%%%%DOCSDIR%%/html/structoyFilterPlugs__s.html %%PORTDOCS%%%%DOCSDIR%%/html/structoyFilterPlugs__s__coll__graph.map %%PORTDOCS%%%%DOCSDIR%%/html/structoyFilterPlugs__s__coll__graph.md5 %%PORTDOCS%%%%DOCSDIR%%/html/structoyFilterPlugs__s__coll__graph.png %%PORTDOCS%%%%DOCSDIR%%/html/structoyFilterPlugs__s__inherit__graph.map %%PORTDOCS%%%%DOCSDIR%%/html/structoyFilterPlugs__s__inherit__graph.md5 %%PORTDOCS%%%%DOCSDIR%%/html/structoyFilterPlugs__s__inherit__graph.png %%PORTDOCS%%%%DOCSDIR%%/html/structoyFilterSocket__s.html %%PORTDOCS%%%%DOCSDIR%%/html/structoyFilterSocket__s__coll__graph.map %%PORTDOCS%%%%DOCSDIR%%/html/structoyFilterSocket__s__coll__graph.md5 %%PORTDOCS%%%%DOCSDIR%%/html/structoyFilterSocket__s__coll__graph.png %%PORTDOCS%%%%DOCSDIR%%/html/structoyFilterSocket__s__inherit__graph.map %%PORTDOCS%%%%DOCSDIR%%/html/structoyFilterSocket__s__inherit__graph.md5 %%PORTDOCS%%%%DOCSDIR%%/html/structoyFilterSocket__s__inherit__graph.png %%PORTDOCS%%%%DOCSDIR%%/html/structoyImage__s.html %%PORTDOCS%%%%DOCSDIR%%/html/structoyImage__s__coll__graph.map %%PORTDOCS%%%%DOCSDIR%%/html/structoyImage__s__coll__graph.md5 %%PORTDOCS%%%%DOCSDIR%%/html/structoyImage__s__coll__graph.png %%PORTDOCS%%%%DOCSDIR%%/html/structoyImage__s__inherit__graph.map %%PORTDOCS%%%%DOCSDIR%%/html/structoyImage__s__inherit__graph.md5 %%PORTDOCS%%%%DOCSDIR%%/html/structoyImage__s__inherit__graph.png %%PORTDOCS%%%%DOCSDIR%%/html/structoyObjectInfoStatic__s.html %%PORTDOCS%%%%DOCSDIR%%/html/structoyObjectInfoStatic__s__coll__graph.map %%PORTDOCS%%%%DOCSDIR%%/html/structoyObjectInfoStatic__s__coll__graph.md5 %%PORTDOCS%%%%DOCSDIR%%/html/structoyObjectInfoStatic__s__coll__graph.png %%PORTDOCS%%%%DOCSDIR%%/html/structoyObjectInfoStatic__s__inherit__graph.map %%PORTDOCS%%%%DOCSDIR%%/html/structoyObjectInfoStatic__s__inherit__graph.md5 %%PORTDOCS%%%%DOCSDIR%%/html/structoyObjectInfoStatic__s__inherit__graph.png %%PORTDOCS%%%%DOCSDIR%%/html/structoyObserver__s.html %%PORTDOCS%%%%DOCSDIR%%/html/structoyObserver__s__coll__graph.map %%PORTDOCS%%%%DOCSDIR%%/html/structoyObserver__s__coll__graph.md5 %%PORTDOCS%%%%DOCSDIR%%/html/structoyObserver__s__coll__graph.png %%PORTDOCS%%%%DOCSDIR%%/html/structoyOption__s.html %%PORTDOCS%%%%DOCSDIR%%/html/structoyOption__s__coll__graph.map %%PORTDOCS%%%%DOCSDIR%%/html/structoyOption__s__coll__graph.md5 %%PORTDOCS%%%%DOCSDIR%%/html/structoyOption__s__coll__graph.png %%PORTDOCS%%%%DOCSDIR%%/html/structoyOption__s__inherit__graph.map %%PORTDOCS%%%%DOCSDIR%%/html/structoyOption__s__inherit__graph.md5 %%PORTDOCS%%%%DOCSDIR%%/html/structoyOption__s__inherit__graph.png %%PORTDOCS%%%%DOCSDIR%%/html/structoyOptions__s.html %%PORTDOCS%%%%DOCSDIR%%/html/structoyOptions__s__coll__graph.map %%PORTDOCS%%%%DOCSDIR%%/html/structoyOptions__s__coll__graph.md5 %%PORTDOCS%%%%DOCSDIR%%/html/structoyOptions__s__coll__graph.png %%PORTDOCS%%%%DOCSDIR%%/html/structoyOptions__s__inherit__graph.map %%PORTDOCS%%%%DOCSDIR%%/html/structoyOptions__s__inherit__graph.md5 %%PORTDOCS%%%%DOCSDIR%%/html/structoyOptions__s__inherit__graph.png %%PORTDOCS%%%%DOCSDIR%%/html/structoyPixelAccess__s.html %%PORTDOCS%%%%DOCSDIR%%/html/structoyPixelAccess__s__coll__graph.map %%PORTDOCS%%%%DOCSDIR%%/html/structoyPixelAccess__s__coll__graph.md5 %%PORTDOCS%%%%DOCSDIR%%/html/structoyPixelAccess__s__coll__graph.png %%PORTDOCS%%%%DOCSDIR%%/html/structoyPixelAccess__s__inherit__graph.map %%PORTDOCS%%%%DOCSDIR%%/html/structoyPixelAccess__s__inherit__graph.md5 %%PORTDOCS%%%%DOCSDIR%%/html/structoyPixelAccess__s__inherit__graph.png %%PORTDOCS%%%%DOCSDIR%%/html/structoyPointer__s.html %%PORTDOCS%%%%DOCSDIR%%/html/structoyPointer__s__coll__graph.map %%PORTDOCS%%%%DOCSDIR%%/html/structoyPointer__s__coll__graph.md5 %%PORTDOCS%%%%DOCSDIR%%/html/structoyPointer__s__coll__graph.png %%PORTDOCS%%%%DOCSDIR%%/html/structoyPointer__s__inherit__graph.map %%PORTDOCS%%%%DOCSDIR%%/html/structoyPointer__s__inherit__graph.md5 %%PORTDOCS%%%%DOCSDIR%%/html/structoyPointer__s__inherit__graph.png %%PORTDOCS%%%%DOCSDIR%%/html/structoyProfileTag__s.html %%PORTDOCS%%%%DOCSDIR%%/html/structoyProfileTag__s__coll__graph.map %%PORTDOCS%%%%DOCSDIR%%/html/structoyProfileTag__s__coll__graph.md5 %%PORTDOCS%%%%DOCSDIR%%/html/structoyProfileTag__s__coll__graph.png %%PORTDOCS%%%%DOCSDIR%%/html/structoyProfileTag__s__inherit__graph.map %%PORTDOCS%%%%DOCSDIR%%/html/structoyProfileTag__s__inherit__graph.md5 %%PORTDOCS%%%%DOCSDIR%%/html/structoyProfileTag__s__inherit__graph.png %%PORTDOCS%%%%DOCSDIR%%/html/structoyProfile__s.html %%PORTDOCS%%%%DOCSDIR%%/html/structoyProfile__s__coll__graph.map %%PORTDOCS%%%%DOCSDIR%%/html/structoyProfile__s__coll__graph.md5 %%PORTDOCS%%%%DOCSDIR%%/html/structoyProfile__s__coll__graph.png %%PORTDOCS%%%%DOCSDIR%%/html/structoyProfile__s__inherit__graph.map %%PORTDOCS%%%%DOCSDIR%%/html/structoyProfile__s__inherit__graph.md5 %%PORTDOCS%%%%DOCSDIR%%/html/structoyProfile__s__inherit__graph.png %%PORTDOCS%%%%DOCSDIR%%/html/structoyProfiles__s.html %%PORTDOCS%%%%DOCSDIR%%/html/structoyProfiles__s__coll__graph.map %%PORTDOCS%%%%DOCSDIR%%/html/structoyProfiles__s__coll__graph.md5 %%PORTDOCS%%%%DOCSDIR%%/html/structoyProfiles__s__coll__graph.png %%PORTDOCS%%%%DOCSDIR%%/html/structoyProfiles__s__inherit__graph.map %%PORTDOCS%%%%DOCSDIR%%/html/structoyProfiles__s__inherit__graph.md5 %%PORTDOCS%%%%DOCSDIR%%/html/structoyProfiles__s__inherit__graph.png %%PORTDOCS%%%%DOCSDIR%%/html/structoyRectangle__s.html %%PORTDOCS%%%%DOCSDIR%%/html/structoyRectangle__s__coll__graph.map %%PORTDOCS%%%%DOCSDIR%%/html/structoyRectangle__s__coll__graph.md5 %%PORTDOCS%%%%DOCSDIR%%/html/structoyRectangle__s__coll__graph.png %%PORTDOCS%%%%DOCSDIR%%/html/structoyRectangle__s__inherit__graph.map %%PORTDOCS%%%%DOCSDIR%%/html/structoyRectangle__s__inherit__graph.md5 %%PORTDOCS%%%%DOCSDIR%%/html/structoyRectangle__s__inherit__graph.png %%PORTDOCS%%%%DOCSDIR%%/html/structoyStructList__s.html %%PORTDOCS%%%%DOCSDIR%%/html/structoyStructList__s__coll__graph.map %%PORTDOCS%%%%DOCSDIR%%/html/structoyStructList__s__coll__graph.md5 %%PORTDOCS%%%%DOCSDIR%%/html/structoyStructList__s__coll__graph.png %%PORTDOCS%%%%DOCSDIR%%/html/structoyStructList__s__inherit__graph.map %%PORTDOCS%%%%DOCSDIR%%/html/structoyStructList__s__inherit__graph.md5 %%PORTDOCS%%%%DOCSDIR%%/html/structoyStructList__s__inherit__graph.png %%PORTDOCS%%%%DOCSDIR%%/html/structoyStruct__s.html %%PORTDOCS%%%%DOCSDIR%%/html/structoyStruct__s__coll__graph.map %%PORTDOCS%%%%DOCSDIR%%/html/structoyStruct__s__coll__graph.md5 %%PORTDOCS%%%%DOCSDIR%%/html/structoyStruct__s__coll__graph.png %%PORTDOCS%%%%DOCSDIR%%/html/structoyStruct__s__inherit__graph.map %%PORTDOCS%%%%DOCSDIR%%/html/structoyStruct__s__inherit__graph.md5 %%PORTDOCS%%%%DOCSDIR%%/html/structoyStruct__s__inherit__graph.png %%PORTDOCS%%%%DOCSDIR%%/html/sync_off.png %%PORTDOCS%%%%DOCSDIR%%/html/sync_on.png %%PORTDOCS%%%%DOCSDIR%%/html/tab_a.png %%PORTDOCS%%%%DOCSDIR%%/html/tab_b.png %%PORTDOCS%%%%DOCSDIR%%/html/tab_h.png %%PORTDOCS%%%%DOCSDIR%%/html/tab_s.png %%PORTDOCS%%%%DOCSDIR%%/html/tabs.css %%PORTDOCS%%%%DOCSDIR%%/html/todo.html %%PORTDOCS%%%%DOCSDIR%%/html/unionoyValue__u.html %%PORTDOCS%%%%DOCSDIR%%/html/unionoyValue__u__coll__graph.map %%PORTDOCS%%%%DOCSDIR%%/html/unionoyValue__u__coll__graph.md5 %%PORTDOCS%%%%DOCSDIR%%/html/unionoyValue__u__coll__graph.png share/locale/cs/LC_MESSAGES/oyranos.mo share/locale/de/LC_MESSAGES/oyranos.mo share/locale/eo/LC_MESSAGES/oyranos.mo share/locale/eu/LC_MESSAGES/oyranos.mo share/locale/fr/LC_MESSAGES/oyranos.mo share/pixmaps/lcms_logo2.png share/pixmaps/oyranos_logo.png share/pixmaps/qcmsevents.svg %%PORTDOCS%%@dirrmtry %%DOCSDIR%%/html %%PORTDOCS%%@dirrmtry %%DOCSDIR%% @dirrmtry share/color/settings @dirrmtry share/color @dirrmtry share/applications @dirrmtry lib/pkgconfig @dirrmtry lib/oyranos/cmake @dirrmtry lib/oyranos @dirrmtry lib/colour/modules @dirrmtry lib/colour @dirrmtry include/oyranos/alpha @dirrmtry include/oyranos |
Changes to graphics/scantailor/Makefile.
1
2
3
4
5
6
7
8
9
..
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Created by: Veniamin Gvozdikov <vg@FreeBSD.org> # $FreeBSD: head/graphics/scantailor/Makefile 327733 2013-09-20 18:35:44Z bapt $ PORTNAME= scantailor PORTVERSION= 0.9.11.1 CATEGORIES= graphics MASTER_SITES= SF MAINTAINER= vg@FreeBSD.org ................................................................................ LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ tiff:${PORTSDIR}/graphics/tiff \ jbig:${PORTSDIR}/graphics/jbigkit \ png15:${PORTSDIR}/graphics/png BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs USES= cmake gettext iconv USE_QT4= gui xml qmake_build uic_build moc_build rcc_build \ linguist_build DESKTOP_ENTRIES="Scan Tailor" "${COMMENT}" "${PORTNAME}" \ "${PORTNAME}" "Graphics;Scanning;" false OPTIONS_GROUP= DOXYGEN |
|
>
|
1
2
3
4
5
6
7
8
9
..
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# Created by: Veniamin Gvozdikov <vg@FreeBSD.org> # $FreeBSD: head/graphics/scantailor/Makefile 330740 2013-10-18 12:00:08Z vg $ PORTNAME= scantailor PORTVERSION= 0.9.11.1 CATEGORIES= graphics MASTER_SITES= SF MAINTAINER= vg@FreeBSD.org ................................................................................ LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ tiff:${PORTSDIR}/graphics/tiff \ jbig:${PORTSDIR}/graphics/jbigkit \ png15:${PORTSDIR}/graphics/png BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs USES= cmake gettext iconv USE_GCC= yes USE_QT4= gui xml qmake_build uic_build moc_build rcc_build \ linguist_build DESKTOP_ENTRIES="Scan Tailor" "${COMMENT}" "${PORTNAME}" \ "${PORTNAME}" "Graphics;Scanning;" false OPTIONS_GROUP= DOXYGEN |
Changes to graphics/tkpng/Makefile.
1
2
3
4
5
6
7
8
9
..
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD: head/graphics/tkpng/Makefile 327733 2013-09-20 18:35:44Z bapt $ PORTNAME= tkpng PORTVERSION= 0.9 PORTREVISION= 1 CATEGORIES= graphics tk MASTER_SITES= SF DISTNAME= ${PORTNAME}${PORTVERSION} ................................................................................ MAINTAINER= ports@FreeBSD.org COMMENT= PNG support for Tcl/Tk LICENSE= BSD LICENSE_FILE= ${WRKSRC}/license.terms USE_TK= 84+ GNU_CONFIGURE= yes NO_STAGE= yes .include <bsd.port.pre.mk> CONFIGURE_ARGS= --with-tcl=${TCL_LIBDIR} \ --with-tk=${TK_LIBDIR} \ --with-tclinclude=${TCL_INCLUDEDIR}/generic \ --with-tkinclude=${TK_INCLUDEDIR}/generic \ --exec-prefix=${PREFIX} --enable-shared CPPFLAGS+= -I${TK_INCLUDEDIR}/generic -I${LOCALBASE}/include TKPKG= ${PORTNAME}${PORTVERSION} PLIST_SUB= VER=${PORTVERSION} TKPKG=${TKPKG} TKLIBVER=${TKLIBVER} .include <bsd.port.post.mk> |
|
|
<
<
|
|
|
<
>
>
>
>
>
>
|
|
1
2
3
4
5
6
7
8
9
..
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD: head/graphics/tkpng/Makefile 330747 2013-10-18 14:03:11Z gahr $ PORTNAME= tkpng PORTVERSION= 0.9 PORTREVISION= 1 CATEGORIES= graphics tk MASTER_SITES= SF DISTNAME= ${PORTNAME}${PORTVERSION} ................................................................................ MAINTAINER= ports@FreeBSD.org COMMENT= PNG support for Tcl/Tk LICENSE= BSD LICENSE_FILE= ${WRKSRC}/license.terms USES+= tk GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcl=${TCL_LIBDIR} \ --with-tk=${TK_LIBDIR} \ --with-tclinclude=${TCL_INCLUDEDIR} \ --with-tkinclude=${TK_INCLUDEDIR} \ --exec-prefix=${PREFIX} \ --enable-shared TKPKG= ${PORTNAME}${PORTVERSION} PLIST_SUB= VER=${PORTVERSION} TKPKG=${TKPKG} TKLIBVER=${TKLIBVER} PLIST_FILES= lib/${TKPKG}/lib${TKPKG}.so \ lib/${TKPKG}/pkgIndex.tcl PLIST_DIRS= lib/${TKPKG} .include <bsd.port.mk> |
Deleted graphics/tkpng/pkg-plist.
1 2 3 |
lib/%%TKPKG%%/lib%%TKPKG%%.so lib/%%TKPKG%%/pkgIndex.tcl @dirrm lib/%%TKPKG%% |
< < < |
Changes to irc/ircd-ru/Makefile.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
# Created by: Khamushkin Ilya <ilya@ircd.ru> # $FreeBSD: head/irc/ircd-ru/Makefile 327736 2013-09-20 18:44:49Z bapt $ PORTNAME= ircd-ru PORTVERSION= 1.0.7 PORTREVISION= 6 CATEGORIES= irc russian MASTER_SITES= http://link.wenet.su/ DISTNAME= ircd-RU-${PORTVERSION}-03-rc-20090810 MAINTAINER= bu7cher@yandex.ru COMMENT= An irc daemon with translation schemes and other useful features USE_BZIP2= yes GNU_CONFIGURE= yes SUB_FILES= pkg-message USE_RC_SUBR= ircd WRKSRC= ${WRKDIR}/ircd-RU-${PORTVERSION}-03-rc |
| | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
# Created by: Khamushkin Ilya <ilya@ircd.ru> # $FreeBSD: head/irc/ircd-ru/Makefile 330758 2013-10-18 15:02:20Z bapt $ PORTNAME= ircd-ru PORTVERSION= 1.0.7 PORTREVISION= 6 CATEGORIES= irc russian MASTER_SITES= http://link.wenet.su/ DISTNAME= ircd-RU-${PORTVERSION}-03-rc-20090810 MAINTAINER= rum1cro@yandex.ru COMMENT= An irc daemon with translation schemes and other useful features USE_BZIP2= yes GNU_CONFIGURE= yes SUB_FILES= pkg-message USE_RC_SUBR= ircd WRKSRC= ${WRKDIR}/ircd-RU-${PORTVERSION}-03-rc |
Changes to irc/ircservices/Makefile.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
# Created by: Alex Dupre <sysadmin@alexdupre.com> # $FreeBSD: head/irc/ircservices/Makefile 327736 2013-09-20 18:44:49Z bapt $ PORTNAME= ircservices PORTVERSION= 5.1.18 CATEGORIES= irc MASTER_SITES= http://www.ircservices.za.net/download/ \ http://banana.irc.gr/ircservices/ \ ftp://ftp.freenet.de/pub/ftp.ircservices.za.net/pub/ircservices/ MAINTAINER= bu7cher@yandex.ru COMMENT= A system of IRC services for IRC networks USES= gmake perl5 USE_PERL5= build HAS_CONFIGURE= yes USE_RC_SUBR= ircservices |
| | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
# Created by: Alex Dupre <sysadmin@alexdupre.com> # $FreeBSD: head/irc/ircservices/Makefile 330758 2013-10-18 15:02:20Z bapt $ PORTNAME= ircservices PORTVERSION= 5.1.18 CATEGORIES= irc MASTER_SITES= http://www.ircservices.za.net/download/ \ http://banana.irc.gr/ircservices/ \ ftp://ftp.freenet.de/pub/ftp.ircservices.za.net/pub/ircservices/ MAINTAINER= rum1cro@yandex.ru COMMENT= A system of IRC services for IRC networks USES= gmake perl5 USE_PERL5= build HAS_CONFIGURE= yes USE_RC_SUBR= ircservices |
Changes to java/jdk16-doc/Makefile.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
# Created by: Greg Lewis <glewis@FreeBSD.org> # $FreeBSD: head/java/jdk16-doc/Makefile 327738 2013-09-20 19:48:32Z bapt $ PORTNAME= jdk-doc PORTVERSION= ${JDK_VERSION}.${JDK_UPDATE_VER} CATEGORIES= java MASTER_SITES= # DISTNAME= jdk-6u30-apidocs MAINTAINER= java@FreeBSD.org COMMENT= Java Development Kit ${JDK_MAJOR_VER} Documentation LATEST_LINK= jdk${JDK_CONCAT_VER}-doc DOCSDIR?= ${PREFIX}/share/doc/jdk${JDK_MAJOR_VER} NO_CDROM= License does not allow distribution with fee. RESTRICTED= This documentation is under license and export control. .if defined(NOPORTDOCS) IGNORE= port only installs documentation .endif |
| | > < |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
# Created by: Greg Lewis <glewis@FreeBSD.org> # $FreeBSD: head/java/jdk16-doc/Makefile 330750 2013-10-18 14:17:16Z bapt $ PORTNAME= jdk PORTVERSION= ${JDK_VERSION}.${JDK_UPDATE_VER} CATEGORIES= java MASTER_SITES= # PKGNAMESUFFIX= ${JDK_CONCAT_VER}-doc DISTNAME= jdk-6u30-apidocs MAINTAINER= java@FreeBSD.org COMMENT= Java Development Kit ${JDK_MAJOR_VER} Documentation DOCSDIR?= ${PREFIX}/share/doc/jdk${JDK_MAJOR_VER} NO_CDROM= License does not allow distribution with fee. RESTRICTED= This documentation is under license and export control. .if defined(NOPORTDOCS) IGNORE= port only installs documentation .endif |
Changes to java/jdk7-doc/Makefile.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
# $FreeBSD: head/java/jdk7-doc/Makefile 327738 2013-09-20 19:48:32Z bapt $ PORTNAME= jdk-doc PORTVERSION= ${JDK_VERSION}.${JDK_UPDATE_VER} CATEGORIES= java MASTER_SITES= # DISTNAME= jdk-${JDK_VERSION}u${JDK_UPDATE_VER}-apidocs MAINTAINER= java@FreeBSD.org COMMENT= Java Development Kit ${JDK_MAJOR_VER} Documentation LATEST_LINK= jdk${JDK_VERSION}-doc DOCSDIR?= ${PREFIX}/share/doc/jdk${JDK_VERSION} NO_CDROM= License does not allow distribution with fee. RESTRICTED= This documentation is under license and export control. .if defined(NOPORTDOCS) IGNORE= port only installs documentation .endif |
| | > < |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
# $FreeBSD: head/java/jdk7-doc/Makefile 330750 2013-10-18 14:17:16Z bapt $ PORTNAME= jdk PORTVERSION= ${JDK_VERSION}.${JDK_UPDATE_VER} CATEGORIES= java MASTER_SITES= # DISTNAME= jdk-${JDK_VERSION}u${JDK_UPDATE_VER}-apidocs PKGNAMESUFFIX= ${JDK_VERSION}-doc MAINTAINER= java@FreeBSD.org COMMENT= Java Development Kit ${JDK_MAJOR_VER} Documentation DOCSDIR?= ${PREFIX}/share/doc/jdk${JDK_VERSION} NO_CDROM= License does not allow distribution with fee. RESTRICTED= This documentation is under license and export control. .if defined(NOPORTDOCS) IGNORE= port only installs documentation .endif |
Changes to lang/php5/Makefile.
1 2 3 4 5 6 7 8 9 |
# Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD: head/lang/php5/Makefile 330735 2013-10-18 10:04:26Z ale $ PORTNAME= php5 PORTVERSION= 5.4.21 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP} MASTER_SITE_SUBDIR= distributions |
| |
1 2 3 4 5 6 7 8 9 |
# Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD: head/lang/php5/Makefile 330741 2013-10-18 12:37:45Z ale $ PORTNAME= php5 PORTVERSION= 5.4.21 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP} MASTER_SITE_SUBDIR= distributions |
Added lang/php5/files/patch-sapi_apache2filter_config.m4.
> > > > > > > > > > > |
1 2 3 4 5 6 7 8 9 10 11 |
--- sapi/apache2filter/config.m4.orig 2013-10-18 12:17:14.622544934 +0000 +++ sapi/apache2filter/config.m4 2013-10-18 12:22:13.032234760 +0000 @@ -68,7 +68,7 @@ fi APXS_LIBEXECDIR='$(INSTALL_ROOT)'`$APXS -q LIBEXECDIR` - if test -z `$APXS -q SYSCONFDIR`; then + if true; then INSTALL_IT="\$(mkinstalldirs) '$APXS_LIBEXECDIR' && \ $APXS -S LIBEXECDIR='$APXS_LIBEXECDIR' \ -i -n php5" |
Added lang/php5/files/patch-sapi_apache2handler_config.m4.
> > > > > > > > > > > |
1 2 3 4 5 6 7 8 9 10 11 |
--- sapi/apache2handler/config.m4.orig 2013-10-18 12:22:26.576545216 +0000 +++ sapi/apache2handler/config.m4 2013-10-18 12:23:00.903131412 +0000 @@ -67,7 +67,7 @@ fi APXS_LIBEXECDIR='$(INSTALL_ROOT)'`$APXS -q LIBEXECDIR` - if test -z `$APXS -q SYSCONFDIR`; then + if true; then INSTALL_IT="\$(mkinstalldirs) '$APXS_LIBEXECDIR' && \ $APXS -S LIBEXECDIR='$APXS_LIBEXECDIR' \ -i -n php5" |
Changes to lang/php5/pkg-plist.
235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 |
lib/php/build/run-tests.php lib/php/build/scan_makefile_in.awk lib/php/build/shtool %%APACHE%%%%APACHEMODDIR%%/%%AP_MODULE%% %%APACHE%%@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %f %%APACHE%%@unexec %D/sbin/apxs -e -A -n %%AP_NAME%% %f %%CGI%%man/man1/php-cgi.1.gz %%CLI%%man/man1/php.1.gz %%FPM%%man/man8/php-fpm.8.gz %%FPM%%share/php/fpm/status.html @dirrm include/php/TSRM @dirrm include/php/Zend @dirrm include/php/ext/date/lib @dirrm include/php/ext/date @dirrm include/php/ext/ereg/regex |
> > |
235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 |
lib/php/build/run-tests.php lib/php/build/scan_makefile_in.awk lib/php/build/shtool %%APACHE%%%%APACHEMODDIR%%/%%AP_MODULE%% %%APACHE%%@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %f %%APACHE%%@unexec %D/sbin/apxs -e -A -n %%AP_NAME%% %f %%CGI%%man/man1/php-cgi.1.gz man/man1/php-config.1.gz %%CLI%%man/man1/php.1.gz man/man1/phpize.1.gz %%FPM%%man/man8/php-fpm.8.gz %%FPM%%share/php/fpm/status.html @dirrm include/php/TSRM @dirrm include/php/Zend @dirrm include/php/ext/date/lib @dirrm include/php/ext/date @dirrm include/php/ext/ereg/regex |
Changes to lang/php55/Makefile.
1 2 3 4 5 6 7 8 9 |
# Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD: head/lang/php55/Makefile 330733 2013-10-18 09:56:47Z ale $ PORTNAME= php55 PORTVERSION= 5.5.5 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP} MASTER_SITE_SUBDIR= distributions |
| |
1 2 3 4 5 6 7 8 9 |
# Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD: head/lang/php55/Makefile 330741 2013-10-18 12:37:45Z ale $ PORTNAME= php55 PORTVERSION= 5.5.5 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP} MASTER_SITE_SUBDIR= distributions |
Added lang/php55/files/patch-sapi_apache2filter_config.m4.
> > > > > > > > > > > |
1 2 3 4 5 6 7 8 9 10 11 |
--- sapi/apache2filter/config.m4.orig 2013-10-18 12:17:14.622544934 +0000 +++ sapi/apache2filter/config.m4 2013-10-18 12:22:13.032234760 +0000 @@ -68,7 +68,7 @@ fi APXS_LIBEXECDIR='$(INSTALL_ROOT)'`$APXS -q LIBEXECDIR` - if test -z `$APXS -q SYSCONFDIR`; then + if true; then INSTALL_IT="\$(mkinstalldirs) '$APXS_LIBEXECDIR' && \ $APXS -S LIBEXECDIR='$APXS_LIBEXECDIR' \ -i -n php5" |
Added lang/php55/files/patch-sapi_apache2handler_config.m4.
> > > > > > > > > > > |
1 2 3 4 5 6 7 8 9 10 11 |
--- sapi/apache2handler/config.m4.orig 2013-10-18 12:22:26.576545216 +0000 +++ sapi/apache2handler/config.m4 2013-10-18 12:23:00.903131412 +0000 @@ -67,7 +67,7 @@ fi APXS_LIBEXECDIR='$(INSTALL_ROOT)'`$APXS -q LIBEXECDIR` - if test -z `$APXS -q SYSCONFDIR`; then + if true; then INSTALL_IT="\$(mkinstalldirs) '$APXS_LIBEXECDIR' && \ $APXS -S LIBEXECDIR='$APXS_LIBEXECDIR' \ -i -n php5" |
Changes to lang/tolua4/Makefile.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
# Created by: Edwin Groothuis <edwin@mavetju.org> # $FreeBSD: head/lang/tolua4/Makefile 327741 2013-09-20 19:53:09Z bapt $ PORTNAME= tolua PORTVERSION= 4.0a PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= ftp://ftp.tecgraf.puc-rio.br/pub/users/celes/tolua/ \ http://www.tecgraf.puc-rio.br/~celes/tolua/ MAINTAINER= edwin@mavetju.org COMMENT= Tool for easy access of C/C++ code from Lua USES= gmake USE_LUA= 4.0 WRKSRC= ${WRKDIR}/${PORTNAME} LATEST_LINK= ${PORTNAME}${LUA_VER_STR} NO_STAGE= yes post-patch: @${REINPLACE_CMD} -Ee \ 's|^(CC=).*|\1 ${CC}|; \ s|^(LUA=).*|\1 ${LOCALBASE}|; \ s|^(LUA(INC\|LIB)=.*)|\1/lua${LUA_VER_STR}|; \ s|^(CFLAGS)(=.*)|\1+\2|;' \ |
| > < < |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
# Created by: Edwin Groothuis <edwin@mavetju.org> # $FreeBSD: head/lang/tolua4/Makefile 330752 2013-10-18 14:25:23Z bapt $ PORTNAME= tolua PORTVERSION= 4.0a PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= ftp://ftp.tecgraf.puc-rio.br/pub/users/celes/tolua/ \ http://www.tecgraf.puc-rio.br/~celes/tolua/ PKGNAMESUFFIX= ${LUA_VER_STR} MAINTAINER= edwin@mavetju.org COMMENT= Tool for easy access of C/C++ code from Lua USES= gmake USE_LUA= 4.0 WRKSRC= ${WRKDIR}/${PORTNAME} NO_STAGE= yes post-patch: @${REINPLACE_CMD} -Ee \ 's|^(CC=).*|\1 ${CC}|; \ s|^(LUA=).*|\1 ${LOCALBASE}|; \ s|^(LUA(INC\|LIB)=.*)|\1/lua${LUA_VER_STR}|; \ s|^(CFLAGS)(=.*)|\1+\2|;' \ |
Changes to lang/tolua50/Makefile.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
# Created by: Edwin Groothuis <edwin@mavetju.org> # $FreeBSD: head/lang/tolua50/Makefile 327741 2013-09-20 19:53:09Z bapt $ PORTNAME= tolua PORTVERSION= 5.0.1 PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= ftp://ftp.tecgraf.puc-rio.br/pub/users/celes/tolua/ \ http://www.tecgraf.puc-rio.br/~celes/tolua/ MAINTAINER= edwin@mavetju.org COMMENT= toLua: accessing C/C++ code from Lua USE_GMAKE= yes USE_LUA= 5.0 WRKSRC= ${WRKDIR}/${PORTNAME}-5.0 NO_LATEST_LINK= yes NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|make|$${MAKE}|' ${WRKSRC}/${MAKEFILE} @${REINPLACE_CMD} -Ee \ 's|^(CC=).*|\1 ${CC}|; \ s|^(CCPP =).*|\1 ${CXX}|; \ s|^(LUA=).*|\1 ${LOCALBASE}|; \ |
| > < < |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
# Created by: Edwin Groothuis <edwin@mavetju.org> # $FreeBSD: head/lang/tolua50/Makefile 330752 2013-10-18 14:25:23Z bapt $ PORTNAME= tolua PORTVERSION= 5.0.1 PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= ftp://ftp.tecgraf.puc-rio.br/pub/users/celes/tolua/ \ http://www.tecgraf.puc-rio.br/~celes/tolua/ PKGNAMESUFFIX= ${LUA_VER_STR} MAINTAINER= edwin@mavetju.org COMMENT= toLua: accessing C/C++ code from Lua USE_GMAKE= yes USE_LUA= 5.0 WRKSRC= ${WRKDIR}/${PORTNAME}-5.0 NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|make|$${MAKE}|' ${WRKSRC}/${MAKEFILE} @${REINPLACE_CMD} -Ee \ 's|^(CC=).*|\1 ${CC}|; \ s|^(CCPP =).*|\1 ${CXX}|; \ s|^(LUA=).*|\1 ${LOCALBASE}|; \ |
Changes to misc/chef/Makefile.
1
2
3
4
5
6
7
8
..
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# $FreeBSD: head/misc/chef/Makefile 327745 2013-09-20 20:50:57Z bapt $ PORTNAME= chef PORTVERSION= 19930426 CATEGORIES= misc MASTER_SITES= http://mysite.verizon.net/ebrowne72/chef/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= brooks ................................................................................ COMMENT= Feelter thet cunferts Ingleesh text tu Muck Cheenese-a CONFLICTS= filters-* talkfilters-* PLIST_FILES= bin/chef WRKSRC= ${WRKDIR}/bork NO_STAGE= yes do-build: (cd ${WRKSRC} && lex chef.x && ${CC} ${CFLAGS} -o chef lex.yy.c -ll) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/chef ${PREFIX}/bin .include <bsd.port.mk> |
|
<
|
|
1
2
3
4
5
6
7
8
..
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# $FreeBSD: head/misc/chef/Makefile 330749 2013-10-18 14:14:25Z brooks $ PORTNAME= chef PORTVERSION= 19930426 CATEGORIES= misc MASTER_SITES= http://mysite.verizon.net/ebrowne72/chef/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= brooks ................................................................................ COMMENT= Feelter thet cunferts Ingleesh text tu Muck Cheenese-a CONFLICTS= filters-* talkfilters-* PLIST_FILES= bin/chef WRKSRC= ${WRKDIR}/bork do-build: (cd ${WRKSRC} && lex chef.x && ${CC} ${CFLAGS} -o chef lex.yy.c -ll) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/chef ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk> |
Changes to multimedia/dirac/Makefile.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
# Created by: Bruce M Simpson <bms@FreeBSD.org> # $FreeBSD: head/multimedia/dirac/Makefile 327747 2013-09-20 20:57:48Z bapt $ PORTNAME= dirac PORTVERSION= 1.0.2 PORTREVISION?= 0 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-codec/Dirac-${PORTVERSION} MAINTAINER= multimedia@FreeBSD.org COMMENT?= Open source video codec from the BBC USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USES= gmake pathfix pkgconfig USE_LDCONFIG= yes CONFIGURE_ENV?= HAVE_LATEX=${FALSE} HAVE_DVIPDFM=${FALSE} \ HAVE_DOXYGEN=${FALSE} HAVE_DOT=${FALSE} CPPFLAGS+= -I${LOCALBASE}/include NO_STAGE= yes .include <bsd.port.mk> |
| | | < | > | | > > > |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
# Created by: Bruce M Simpson <bms@FreeBSD.org> # $FreeBSD: head/multimedia/dirac/Makefile 330760 2013-10-18 15:31:20Z tijl $ PORTNAME= dirac PORTVERSION= 1.0.2 PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-codec/Dirac-${PORTVERSION} MAINTAINER= multimedia@FreeBSD.org COMMENT= Open source video codec from the BBC GNU_CONFIGURE= yes USES= gmake pathfix USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-mmx CONFIGURE_ENV= HAVE_LATEX=${FALSE} HAVE_DVIPDFM=${FALSE} \ HAVE_DOXYGEN=${FALSE} HAVE_DOT=${FALSE} CPPFLAGS+= -I${LOCALBASE}/include .if defined(WITH_DEBUG) CONFIGURE_ARGS+=--enable-debug .endif .include <bsd.port.mk> |
Added multimedia/dirac/files/patch-configure.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 |
--- configure.orig 2009-02-11 02:43:40.000000000 +0100 +++ configure 2013-10-18 16:28:11.000000000 +0200 @@ -15904,6 +15904,7 @@ case "$CXX" in + clang*) ;; cl*|CL*) CXXFLAGS="-nologo -W1 -EHsc -DWIN32" if test x"$enable_shared" = "xyes"; then @@ -19744,7 +19745,7 @@ OPT_CFLAGS="" case "$CXX" in - g++*) + nomatch) TRY_CFLAGS="$OPT_CFLAGS -g" { $as_echo "$as_me:$LINENO: checking if $CXX supports $TRY_CFLAGS $CXXFLAGS flags" >&5 $as_echo_n "checking if $CXX supports $TRY_CFLAGS $CXXFLAGS flags... " >&6; } @@ -20147,7 +20148,7 @@ { $as_echo "$as_me:$LINENO: result: yes" >&5 $as_echo "yes" >&6; } case "$CXX" in - g++*) + g++*|c++*|clang*) CXXFLAGS=`echo $CXXFLAGS | sed 's/-O[0-9]*//g'` OPT_CFLAGS="" TRY_CFLAGS="-O0" @@ -20237,7 +20238,7 @@ $as_echo "no" >&6; } OPT_CFLAGS="" case "$CXX" in - g++*|icc) + nomatch) TRY_CFLAGS="-O3" { $as_echo "$as_me:$LINENO: checking if $CXX supports $TRY_CFLAGS $CXXFLAGS flags" >&5 $as_echo_n "checking if $CXX supports $TRY_CFLAGS $CXXFLAGS flags... " >&6; } @@ -20416,7 +20417,7 @@ #Try more optimising flags if supported case "$CXX" in - g++*) + nomatch) TRY_CFLAGS="$OPT_CFLAGS -fexpensive-optimizations" { $as_echo "$as_me:$LINENO: checking if $CXX supports $TRY_CFLAGS $CXXFLAGS flags" >&5 $as_echo_n "checking if $CXX supports $TRY_CFLAGS $CXXFLAGS flags... " >&6; } @@ -20941,7 +20942,7 @@ if test x"${enable_mmx}" = x"yes" ; then case "$CXX" in - g++*) + g++*|c++*|clang*) ac_ext=cpp ac_cpp='$CXXCPP $CPPFLAGS' ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
Changes to multimedia/xbmc-addon-pvr/Makefile.
1
2
3
4
5
6
7
8
9
..
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
# Created by: Bernhard Froehlich <decke@FreeBSD.org> # $FreeBSD: head/multimedia/xbmc-addon-pvr/Makefile 327747 2013-09-20 20:57:48Z bapt $ PORTNAME= xbmc-pvr-addons PORTVERSION= 12.0 CATEGORIES= multimedia MASTER_SITES= http://people.freebsd.org/~decke/distfiles/ DISTNAME= ${PORTNAME}-${PORTVERSION}-Frodo ................................................................................ AUTOMAKE_ARGS= --add-missing GNU_CONFIGURE= yes REINPLACE_ARGS= -i '' CFLAGS+= "-I${LOCALBASE}/include" LDFLAGS+= "-L${LOCALBASE}/lib" NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: # addons for FreeBSD look for linux platform @${REINPLACE_CMD} 's|@OS@|freebsd linux|' \ ${WRKSRC}/addons/*/addon/addon.xml.in @${REINPLACE_CMD} 's|-ldl||' \ ${WRKSRC}/addons/pvr.hts/Makefile.am @${RM} ${WRKSRC}/addons/*/addon/addon.xml.in.orig .include <bsd.port.post.mk> |
|
<
|
1
2
3
4
5
6
7
8
9
..
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
# Created by: Bernhard Froehlich <decke@FreeBSD.org> # $FreeBSD: head/multimedia/xbmc-addon-pvr/Makefile 330757 2013-10-18 14:48:54Z decke $ PORTNAME= xbmc-pvr-addons PORTVERSION= 12.0 CATEGORIES= multimedia MASTER_SITES= http://people.freebsd.org/~decke/distfiles/ DISTNAME= ${PORTNAME}-${PORTVERSION}-Frodo ................................................................................ AUTOMAKE_ARGS= --add-missing GNU_CONFIGURE= yes REINPLACE_ARGS= -i '' CFLAGS+= "-I${LOCALBASE}/include" LDFLAGS+= "-L${LOCALBASE}/lib" .include <bsd.port.pre.mk> post-patch: # addons for FreeBSD look for linux platform @${REINPLACE_CMD} 's|@OS@|freebsd linux|' \ ${WRKSRC}/addons/*/addon/addon.xml.in @${REINPLACE_CMD} 's|-ldl||' \ ${WRKSRC}/addons/pvr.hts/Makefile.am @${RM} ${WRKSRC}/addons/*/addon/addon.xml.in.orig .include <bsd.port.post.mk> |
Changes to net/p5-ResourcePool-Resource-SOAP-Lite/Makefile.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
# Created by: Erwin Lansing <erwin@FreeBSD.org> # $FreeBSD: head/net/p5-ResourcePool-Resource-SOAP-Lite/Makefile 327755 2013-09-20 22:10:23Z bapt $ PORTNAME= ResourcePool-Resource-SOAP-Lite PORTVERSION= 1.0103 CATEGORIES= net perl5 MASTER_SITES= CPAN \ http://www.fatalmind.com/projects/ResourcePool/ MASTER_SITE_SUBDIR= CPAN:MWS PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= ResourcePool wrapper for SOAP::Lite RUN_DEPENDS= p5-ResourcePool>=1.0100:${PORTSDIR}/devel/p5-ResourcePool \ p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite-060 BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure MAN3= ResourcePool::Command::SOAP::Lite::Call.3 \ ResourcePool::Factory::SOAP::Lite.3 NO_STAGE= yes .include <bsd.port.mk> |
| > | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
# Created by: Erwin Lansing <erwin@FreeBSD.org> # $FreeBSD: head/net/p5-ResourcePool-Resource-SOAP-Lite/Makefile 330751 2013-10-18 14:20:39Z mat $ PORTNAME= ResourcePool-Resource-SOAP-Lite PORTVERSION= 1.0103 PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN \ http://www.fatalmind.com/projects/ResourcePool/ MASTER_SITE_SUBDIR= CPAN:MWS PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= ResourcePool wrapper for SOAP::Lite RUN_DEPENDS= p5-ResourcePool>=1.0100:${PORTSDIR}/devel/p5-ResourcePool \ p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure MAN3= ResourcePool::Command::SOAP::Lite::Call.3 \ ResourcePool::Factory::SOAP::Lite.3 NO_STAGE= yes .include <bsd.port.mk> |
Changes to net/pypvm/Makefile.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 |
# $FreeBSD: head/net/pypvm/Makefile 327755 2013-09-20 22:10:23Z bapt $ PORTNAME= pypvm PORTVERSION= 0.94 PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SF MAINTAINER= brooks@FreeBSD.org COMMENT= PVM for Python BUILD_DEPENDS= pvm:${PORTSDIR}/net/pvm USE_PYTHON= yes USE_PYDISTUTILS=yes PLIST_FILES= %%PYTHON_SITELIBDIR%%/pypvm.py \ %%PYTHON_SITELIBDIR%%/pypvm_core.so \ %%PYTHON_SITELIBDIR%%/pypvm.pyc \ %%PYTHON_SITELIBDIR%%/pypvm.pyo EXAMPLEFILES= master_test.py \ slave_test.py PLIST_FILES+= ${EXAMPLEFILES:S|^|%%EXAMPLESDIR%%/|} PLIST_DIRS+= %%EXAMPLESDIR%% .if !defined(NOPORTDOCS) PORTDOCS= ChangeLog \ README .endif NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" || ${ARCH} == "amd64" BROKEN= pvm port needs to provide shared libraries .endif post-install: ${MKDIR} ${EXAMPLESDIR} ${INSTALL_SCRIPT} ${EXAMPLEFILES:S|^|${WRKSRC}/|} ${EXAMPLESDIR} .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} .endif .include <bsd.port.post.mk> |
| | > > > < < < < < < < < < | | > | | | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 |
# $FreeBSD: head/net/pypvm/Makefile 330753 2013-10-18 14:33:34Z brooks $ PORTNAME= pypvm PORTVERSION= 0.94 PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= PVM for Python BUILD_DEPENDS= pvm:${PORTSDIR}/net/pvm DEPRECATED= Dead upstream and suspected that there are no users of port EXPIRATION_DATE= 2014-01-01 USE_PYTHON= yes USE_PYDISTUTILS=yes PLIST_FILES= %%PYTHON_SITELIBDIR%%/pypvm.py \ %%PYTHON_SITELIBDIR%%/pypvm_core.so \ %%PYTHON_SITELIBDIR%%/pypvm.pyc \ %%PYTHON_SITELIBDIR%%/pypvm.pyo EXAMPLEFILES= master_test.py \ slave_test.py PLIST_FILES+= ${EXAMPLEFILES:S|^|%%EXAMPLESDIR%%/|} PLIST_DIRS+= %%EXAMPLESDIR%% PORTDOCS= ChangeLog \ README post-install: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_SCRIPT} ${EXAMPLEFILES:S|^|${WRKSRC}/|} \ ${STAGEDIR}${EXAMPLESDIR} .if !defined(NOPORTDOCS) ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .endif .include <bsd.port.mk> |
Changes to news/nzbget/Makefile.
1
2
3
4
5
6
7
8
9
10
11
12
..
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
# Created by: Lewis Thompson <purple@lewiz.net> # $FreeBSD: head/news/nzbget/Makefile 330057 2013-10-11 05:57:14Z danilo $ PORTNAME= nzbget PORTVERSION= 11.0 CATEGORIES= news MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION} MAINTAINER= toxic@doobie.com COMMENT= Binary newsreader supporting NZB files LICENSE= GPLv2 ................................................................................ GNU_CONFIGURE= yes CONFIGURE_ENV= LOCALBASE="${LOCALBASE}" MAKE_JOBS_UNSAFE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= ${PTHREAD_LIBS} CFLAGS+= ${PTHREAD_CFLAGS} OPTIONS_DEFINE= PAR OPTIONS_SINGLE= TLSLIB OPTIONS_SINGLE_TLSLIB= GNUTLS OPENSSL OPTIONS_DEFAULT= PAR GNUTLS PAR_DESC= Support verifying/repairing with par2 files PAR_CONFIGURE_ON= --enable-parcheck --disable-libpar2-bugfixes-check PAR_CONFIGURE_OFF= --disable-parcheck PAR_LIB_DEPENDS= libpar2.so:${PORTSDIR}/archivers/libpar2 OPENSSL_CONFIGURE_ON= --with-tlslib=OpenSSL \ --with-openssl-includes=${OPENSSLINC} \ --with-openssl-libraries=${OPENSSLLIB} GNUTLS_CONFIGURE_ON= --with-tlslib=GnuTLS GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls \ libgcrypt.so:${PORTSDIR}/security/libgcrypt CONFIGURE_ARGS+= --enable-sigchld-handler .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MOPENSSL} USE_OPENSSL= yes .endif post-configure: # necessary for stage @${REINPLACE_CMD} -e 's|555|655|g ; s|444|644|' ${WRKSRC}/Makefile post-install: ${INSTALL_DATA} ${WRKSRC}/nzbget.conf \ ${STAGEDIR}${PREFIX}/etc/nzbget.conf.sample .include <bsd.port.mk> |
|
>
|
|
>
>
>
>
>
>
>
>
>
>
<
<
<
<
>
>
|
1
2
3
4
5
6
7
8
9
10
11
12
13
..
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
# Created by: Lewis Thompson <purple@lewiz.net> # $FreeBSD: head/news/nzbget/Makefile 330759 2013-10-18 15:02:22Z feld $ PORTNAME= nzbget PORTVERSION= 11.0 PORTREVISION= 1 CATEGORIES= news MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION} MAINTAINER= toxic@doobie.com COMMENT= Binary newsreader supporting NZB files LICENSE= GPLv2 ................................................................................ GNU_CONFIGURE= yes CONFIGURE_ENV= LOCALBASE="${LOCALBASE}" MAKE_JOBS_UNSAFE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= ${PTHREAD_LIBS} CFLAGS+= ${PTHREAD_CFLAGS} OPTIONS_DEFINE= 7Z PAR PYTHON RAR OPTIONS_SINGLE= TLSLIB OPTIONS_SINGLE_TLSLIB= GNUTLS OPENSSL OPTIONS_DEFAULT= GNUTLS PAR PYTHON RAR 7Z_DESC= Support extraction of 7z archives PAR_DESC= Support verifying/repairing with par2 files PYTHON_DESC= Support for python post-processing scripts RAR_DESC= Support extraction of rar archives 7Z_RUN_DEPENDS= 7z:${PORTSDIR}/archivers/p7zip PAR_CONFIGURE_ON= --enable-parcheck --disable-libpar2-bugfixes-check PAR_CONFIGURE_OFF= --disable-parcheck PAR_LIB_DEPENDS= libpar2.so:${PORTSDIR}/archivers/libpar2 PYTHON_USE= PYTHON=yes RAR_RUN_DEPENDS= unrar:${PORTSDIR}/archivers/unrar OPENSSL_CONFIGURE_ON= --with-tlslib=OpenSSL \ --with-openssl-includes=${OPENSSLINC} \ --with-openssl-libraries=${OPENSSLLIB} OPENSSL_USE= OPENSSL=yes GNUTLS_CONFIGURE_ON= --with-tlslib=GnuTLS GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls \ libgcrypt.so:${PORTSDIR}/security/libgcrypt .include <bsd.port.options.mk> .if (${ARCH} == "i386") CONFIGURE_ARGS+= --disable-sigchld-handler .endif post-configure: # necessary for stage @${REINPLACE_CMD} -e 's|555|655|g ; s|444|644|' ${WRKSRC}/Makefile post-install: ${INSTALL_DATA} ${WRKSRC}/nzbget.conf \ ${STAGEDIR}${PREFIX}/etc/nzbget.conf.sample .include <bsd.port.mk> |
Changes to news/nzbget/files/nzbget.in.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
..
34
35
36
37
38
39
40
41
42
43
44
45
46
|
#!/bin/sh # # PROVIDE: nzbget # KEYWORD: shutdown # # Add the following lines to /etc/rc.conf.local or /etc/rc.conf # to enable this service: # # nzbget_enable (bool): Set to NO by default. # Set it to YES to enable it. . /etc/rc.subr name="nzbget" rcvar=nzbget_enable load_rc_config ${name} : ${nzbget_enable:="NO"} start_cmd="${name}_start" status_cmd="${name}_status" stop_cmd="${name}_stop" command=%%PREFIX%%/sbin/nzbgetd nzbget_start() { echo "Starting ${name}." # artificial sleep because it doesnt want to start ................................................................................ nzbget_stop() { echo "Stopping ${name}." ${command} stop } nzbget_status() { ${command} status } run_rc_command "$1" |
>
>
|
|
|
<
<
<
<
<
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
..
36
37
38
39
40
41
42
43
|
#!/bin/sh # # $FreeBSD$ # # PROVIDE: nzbget # KEYWORD: shutdown # # Add the following lines to /etc/rc.conf.local or /etc/rc.conf # to enable this service: # # nzbget_enable (bool): Set to NO by default. # Set it to YES to enable it. . /etc/rc.subr name=nzbget rcvar=nzbget_enable load_rc_config ${name} : ${nzbget_enable:=NO} start_cmd="${name}_start" status_cmd="${command} status" stop_cmd="${name}_stop" command=%%PREFIX%%/sbin/nzbgetd nzbget_start() { echo "Starting ${name}." # artificial sleep because it doesnt want to start ................................................................................ nzbget_stop() { echo "Stopping ${name}." ${command} stop } run_rc_command "$1" |
Changes to security/pssh/Makefile.
1
2
3
4
5
6
7
8
..
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# $FreeBSD: head/security/pssh/Makefile 327769 2013-09-20 22:55:24Z bapt $ PORTNAME= pssh PORTVERSION= 2.3.1 CATEGORIES= security net sysutils MASTER_SITES= GOOGLE_CODE \ LOCAL/brooks ................................................................................ COMMENT= Parallel versions of the openssh tools LICENSE= BSD LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync MAN1= pnuke.1 prsync.1 pscp.1 pslurp.1 pssh.1 USE_PYTHON= yes USE_PYDISTUTILS= yes PROJECTHOST= parallel-ssh NO_STAGE= yes .include <bsd.port.mk> |
|
<
<
<
|
1
2
3
4
5
6
7
8
..
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $FreeBSD: head/security/pssh/Makefile 330755 2013-10-18 14:40:44Z brooks $ PORTNAME= pssh PORTVERSION= 2.3.1 CATEGORIES= security net sysutils MASTER_SITES= GOOGLE_CODE \ LOCAL/brooks ................................................................................ COMMENT= Parallel versions of the openssh tools LICENSE= BSD LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync USE_PYTHON= yes USE_PYDISTUTILS= yes PROJECTHOST= parallel-ssh .include <bsd.port.mk> |
Changes to security/pssh/pkg-plist.
27 28 29 30 31 32 33 34 |
%%PYTHON_SITELIBDIR%%/psshlib/psshutil.pyo %%PYTHON_SITELIBDIR%%/psshlib/task.py %%PYTHON_SITELIBDIR%%/psshlib/task.pyc %%PYTHON_SITELIBDIR%%/psshlib/task.pyo %%PYTHON_SITELIBDIR%%/psshlib/version.py %%PYTHON_SITELIBDIR%%/psshlib/version.pyc %%PYTHON_SITELIBDIR%%/psshlib/version.pyo @dirrm %%PYTHON_SITELIBDIR%%/psshlib |
> > > > > |
27 28 29 30 31 32 33 34 35 36 37 38 39 |
%%PYTHON_SITELIBDIR%%/psshlib/psshutil.pyo %%PYTHON_SITELIBDIR%%/psshlib/task.py %%PYTHON_SITELIBDIR%%/psshlib/task.pyc %%PYTHON_SITELIBDIR%%/psshlib/task.pyo %%PYTHON_SITELIBDIR%%/psshlib/version.py %%PYTHON_SITELIBDIR%%/psshlib/version.pyc %%PYTHON_SITELIBDIR%%/psshlib/version.pyo man/man1/pnuke.1.gz man/man1/prsync.1.gz man/man1/pscp.1.gz man/man1/pslurp.1.gz man/man1/pssh.1.gz @dirrm %%PYTHON_SITELIBDIR%%/psshlib |
Changes to www/p5-RT-Extension-MandatoryOnTransition/Makefile.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 |
# Created by: Mark Felder <feld@FreeBSD.org> # $FreeBSD: head/www/p5-RT-Extension-MandatoryOnTransition/Makefile 327776 2013-09-20 23:36:50Z bapt $ PORTNAME= RT-Extension-MandatoryOnTransition DISTVERSION= 0.04 CATEGORIES= www net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= feld@FreeBSD.org COMMENT= Extension to require core and ticket custom fields on status changes LICENSE= GPLv2 BUILD_DEPENDS= rt>4.0.8:${PORTSDIR}/www/rt${RT_VER} RUN_DEPENDS= rt>4.0.8:${PORTSDIR}/www/rt${RT_VER} USES= perl5 USE_PERL5= configure MAN3= RT::Extension::MandatoryOnTransition.3 PLIST_SUB+= RT_VER=${RT_VER} RT_VER= 40 NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's,$$RT::LocalPath/man/man3,${PREFIX}/lib/perl5/${PERL_VER}/man/man3,g' ${WRKSRC}/inc/Module/Install/RTx.pm ${REINPLACE_CMD} -e 's,$$RT::LocalPath/man,${PREFIX}/lib/perl5/${PERL_VER}/man,g' ${WRKSRC}/inc/Module/Install/RTx.pm # Note: You can install using an arbitrary $PREFIX but only if it # matches the $PREFIX used to install www/rt{38,40}. Hence ignore # $PREFIX in the environment and inherit settings from RT.pm do-configure: @cd ${CONFIGURE_WRKSRC} && \ unset PREFIX && \ ${SETENV} ${CONFIGURE_ENV} ${PERL5} -I${SITE_PERL} ./${CONFIGURE_SCRIPT} && \ ${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//' Makefile .include <bsd.port.mk> |
| | | | < | < < < |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
# Created by: Mark Felder <feld@FreeBSD.org> # $FreeBSD: head/www/p5-RT-Extension-MandatoryOnTransition/Makefile 330743 2013-10-18 13:35:53Z matthew $ PORTNAME= RT-Extension-MandatoryOnTransition DISTVERSION= 0.04 CATEGORIES= www net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= matthew@FreeBSD.org COMMENT= Extension to require core and ticket custom fields on status changes LICENSE= GPLv2 BUILD_DEPENDS= rt${RT_VER}>4.0.8:${PORTSDIR}/www/rt${RT_VER} RUN_DEPENDS= rt${RT_VER}>4.0.8:${PORTSDIR}/www/rt${RT_VER} USES= perl5 USE_PERL5= configure PLIST_SUB+= RT_VER=${RT_VER} RT_VER= 40 #MAN3PREFIX= ${PREFIX} # Note: You can install using an arbitrary $PREFIX but only if it # matches the $PREFIX used to install www/rt{38,40}. Hence ignore # $PREFIX in the environment and inherit settings from RT.pm do-configure: @cd ${CONFIGURE_WRKSRC} && \ unset PREFIX && \ ${SETENV} ${CONFIGURE_ENV} ${PERL5} -I${SITE_PERL} ./${CONFIGURE_SCRIPT} && \ ${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//' Makefile .include <bsd.port.mk> |
Added www/p5-RT-Extension-MandatoryOnTransition/files/patch-inc_Module_Install_RTx.pm.
> > > > > > > > > > > > > > |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
$FreeBSD: head/www/p5-RT-Extension-MandatoryOnTransition/files/patch-inc_Module_Install_RTx.pm 330743 2013-10-18 13:35:53Z matthew $ --- inc/Module/Install/RTx.pm.orig +++ inc/Module/Install/RTx.pm @@ -101,7 +101,7 @@ my %index = map { $_ => 1 } @INDEX_DIRS; $self->no_index( directory => $_ ) foreach grep !$index{$_}, @DIRS; - my $args = join ', ', map "q($_)", map { ($_, $path{$_}) } + my $args = join ', ', map "q($_)", map { ($_, "\${DESTDIR}$path{$_}") } grep $subdirs{$_}, keys %path; print "./$_\t=> $path{$_}\n" for sort keys %subdirs; |
Changes to www/p5-RT-Extension-MandatoryOnTransition/pkg-plist.
1
2
3
4
5
6
7
8
..
22
23
24
25
26
27
28
29
30
31
32
|
lib/perl5/5.14/man/auto/RT/Extension/MandatoryOnTransition/.packlist share/rt%%RT_VER%%/plugins/RT-Extension-MandatoryOnTransition/html/Callbacks/RT-Extension-MandatoryOnTransition/Ticket/Create.html/BeforeCreate share/rt%%RT_VER%%/plugins/RT-Extension-MandatoryOnTransition/html/Callbacks/RT-Extension-MandatoryOnTransition/Ticket/Elements/EditCustomFields/MassageCustomFields share/rt%%RT_VER%%/plugins/RT-Extension-MandatoryOnTransition/html/Callbacks/RT-Extension-MandatoryOnTransition/Ticket/Update.html/AfterWorked share/rt%%RT_VER%%/plugins/RT-Extension-MandatoryOnTransition/html/Callbacks/RT-Extension-MandatoryOnTransition/Ticket/Update.html/BeforeUpdate share/rt%%RT_VER%%/plugins/RT-Extension-MandatoryOnTransition/html/Callbacks/RT-Extension-MandatoryOnTransition/m/ticket/create/BeforeCreate share/rt%%RT_VER%%/plugins/RT-Extension-MandatoryOnTransition/html/Callbacks/RT-Extension-MandatoryOnTransition/m/ticket/reply/AfterWorked share/rt%%RT_VER%%/plugins/RT-Extension-MandatoryOnTransition/html/Callbacks/RT-Extension-MandatoryOnTransition/m/ticket/reply/BeforeUpdate ................................................................................ @dirrm share/rt%%RT_VER%%/plugins/RT-Extension-MandatoryOnTransition/html/Callbacks/RT-Extension-MandatoryOnTransition/Ticket/Elements @dirrm share/rt%%RT_VER%%/plugins/RT-Extension-MandatoryOnTransition/html/Callbacks/RT-Extension-MandatoryOnTransition/Ticket/Create.html @dirrm share/rt%%RT_VER%%/plugins/RT-Extension-MandatoryOnTransition/html/Callbacks/RT-Extension-MandatoryOnTransition/Ticket @dirrm share/rt%%RT_VER%%/plugins/RT-Extension-MandatoryOnTransition/html/Callbacks/RT-Extension-MandatoryOnTransition @dirrm share/rt%%RT_VER%%/plugins/RT-Extension-MandatoryOnTransition/html/Callbacks @dirrm share/rt%%RT_VER%%/plugins/RT-Extension-MandatoryOnTransition/html @dirrm share/rt%%RT_VER%%/plugins/RT-Extension-MandatoryOnTransition @dirrm lib/perl5/5.14/man/auto/RT/Extension/MandatoryOnTransition @dirrm lib/perl5/5.14/man/auto/RT/Extension @dirrm lib/perl5/5.14/man/auto/RT @dirrm lib/perl5/5.14/man/auto |
|
>
|
|
|
|
|
1
2
3
4
5
6
7
8
9
..
23
24
25
26
27
28
29
30
31
32
33
|
man/auto/RT/Extension/MandatoryOnTransition/.packlist.gz man/man3/RT::Extension::MandatoryOnTransition.3.gz share/rt%%RT_VER%%/plugins/RT-Extension-MandatoryOnTransition/html/Callbacks/RT-Extension-MandatoryOnTransition/Ticket/Create.html/BeforeCreate share/rt%%RT_VER%%/plugins/RT-Extension-MandatoryOnTransition/html/Callbacks/RT-Extension-MandatoryOnTransition/Ticket/Elements/EditCustomFields/MassageCustomFields share/rt%%RT_VER%%/plugins/RT-Extension-MandatoryOnTransition/html/Callbacks/RT-Extension-MandatoryOnTransition/Ticket/Update.html/AfterWorked share/rt%%RT_VER%%/plugins/RT-Extension-MandatoryOnTransition/html/Callbacks/RT-Extension-MandatoryOnTransition/Ticket/Update.html/BeforeUpdate share/rt%%RT_VER%%/plugins/RT-Extension-MandatoryOnTransition/html/Callbacks/RT-Extension-MandatoryOnTransition/m/ticket/create/BeforeCreate share/rt%%RT_VER%%/plugins/RT-Extension-MandatoryOnTransition/html/Callbacks/RT-Extension-MandatoryOnTransition/m/ticket/reply/AfterWorked share/rt%%RT_VER%%/plugins/RT-Extension-MandatoryOnTransition/html/Callbacks/RT-Extension-MandatoryOnTransition/m/ticket/reply/BeforeUpdate ................................................................................ @dirrm share/rt%%RT_VER%%/plugins/RT-Extension-MandatoryOnTransition/html/Callbacks/RT-Extension-MandatoryOnTransition/Ticket/Elements @dirrm share/rt%%RT_VER%%/plugins/RT-Extension-MandatoryOnTransition/html/Callbacks/RT-Extension-MandatoryOnTransition/Ticket/Create.html @dirrm share/rt%%RT_VER%%/plugins/RT-Extension-MandatoryOnTransition/html/Callbacks/RT-Extension-MandatoryOnTransition/Ticket @dirrm share/rt%%RT_VER%%/plugins/RT-Extension-MandatoryOnTransition/html/Callbacks/RT-Extension-MandatoryOnTransition @dirrm share/rt%%RT_VER%%/plugins/RT-Extension-MandatoryOnTransition/html/Callbacks @dirrm share/rt%%RT_VER%%/plugins/RT-Extension-MandatoryOnTransition/html @dirrm share/rt%%RT_VER%%/plugins/RT-Extension-MandatoryOnTransition @dirrmtry man/auto/RT/Extension/MandatoryOnTransition @dirrmtry man/auto/RT/Extension @dirrmtry man/auto/RT @dirrmtry man/auto |
Changes to www/py-flexget/Makefile.
1 2 3 4 5 6 7 8 9 10 11 12 |
# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # $FreeBSD: head/www/py-flexget/Makefile 330462 2013-10-15 21:49:18Z wg $ PORTNAME= flexget PORTVERSION= 1.1.138 PORTEPOCH= 1 CATEGORIES= www python MASTER_SITES= http://download.flexget.com/ \ http://download.flexget.com/archive/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= FlexGet-${PORTVERSION} |
| | |
1 2 3 4 5 6 7 8 9 10 11 12 |
# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # $FreeBSD: head/www/py-flexget/Makefile 330738 2013-10-18 11:55:19Z wg $ PORTNAME= flexget PORTVERSION= 1.1.140 PORTEPOCH= 1 CATEGORIES= www python MASTER_SITES= http://download.flexget.com/ \ http://download.flexget.com/archive/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= FlexGet-${PORTVERSION} |
Changes to www/py-flexget/distinfo.
1 2 |
SHA256 (FlexGet-1.1.138.tar.gz) = 59a9f11493e6b67e253d6c84c9751ef3d28b1dcde96d1ba18fd6652c3240f155 SIZE (FlexGet-1.1.138.tar.gz) = 911347 |
| | |
1 2 |
SHA256 (FlexGet-1.1.140.tar.gz) = fcf1d2d68804ef03b55333bee2f84db244db7dbda09b90fd88fe5bee37bd6f1a SIZE (FlexGet-1.1.140.tar.gz) = 911542 |