diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2020-09-19 10:43:46 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2020-09-19 10:43:46 +0000 |
commit | 6b5e7cdc84f681759f84ae1f985793f7be940603 (patch) | |
tree | 9880fbb17c63b9e95cd359092a9328d13632bd36 | |
parent | net-im/nextcloud-talk: Update to 9.0.4 (diff) |
In preparation of the update of glib remove the -reference ports
Those ports mainly concern old Gnome2 libraries, the behaviour of this infra
is not compatible with the meson build system (being used in newer version)
the documentation is provided otherwise in the other version
Notes
Notes:
svn path=/head/; revision=548955
79 files changed, 23 insertions, 1721 deletions
@@ -15430,3 +15430,26 @@ net/frr6|net/frr7|2020-09-10|Has expired: Uses deprecated version of python and graphics/libdssim||2020-09-13|Removed: C API is empty, only usable from Rust cad/opensta|cad/openroad|2020-09-14|OpenSTA is included in OpenRoad and isn't needed as a standalone port x11-drivers/xf86-video-ati-legacy||2020-09-16|Has expired: Broken for more than 6 months +devel/ORBit2-reference||2020-09-19|Remove outdated reference documentation +devel/gnome-vfs-reference||2020-09-19|Remove outdated reference documentation +devel/gconf2-reference||2020-09-19|Remove outdated reference documentation +devel/libbonobo-reference||2020-09-19|Remove outdated reference documentation +devel/glibmm-reference||2020-09-19|Remove outdated reference documentation +devel/glib20-reference||2020-09-19|Remove outdated reference documentation +devel/libglade2-reference||2020-09-19|Remove outdated reference documentation +x11-fonts/fontconfig-reference||2020-09-19|Remove outdated reference documentation +x11/libgnome-reference||2020-09-19|Remove outdated reference documentation +x11-toolkits/libgnomeui-reference||2020-09-19|Remove outdated reference documentation +x11-toolkits/libbonoboui-reference||2020-09-19|Remove outdated reference documentation +x11-toolkits/gtkmm20-reference||2020-09-19|Remove outdated reference documentation +x11-toolkits/gtkmm24-reference||2020-09-19|Remove outdated reference documentation +x11-toolkits/gtksourceview2-reference||2020-09-19|Remove outdated reference documentation +x11-toolkits/gtksourceview3-reference||2020-09-19|Remove outdated reference documentation +x11-toolkits/libwnck-reference||2020-09-19|Remove outdated reference documentation +x11-toolkits/gtk20-reference||2020-09-19|Remove outdated reference documentation +x11-toolkits/gtkmm30-reference||2020-09-19|Remove outdated reference documentation +x11-toolkits/vte-reference||2020-09-19|Remove outdated reference documentation +graphics/libgnomecanvas-reference||2020-09-19|Remove outdated reference documentation +textproc/libxslt-reference||2020-09-19|Remove outdated reference documentation +textproc/gtkspell-reference||2020-09-19|Remove outdated reference documentation +textproc/libxml2-reference||2020-09-19|Remove outdated reference documentation diff --git a/devel/Makefile b/devel/Makefile index cfdb7a06ede9..e5a1f7dd7b32 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -7,7 +7,6 @@ SUBDIR += ChipmunkPhysics SUBDIR += ElectricFence SUBDIR += ORBit2 - SUBDIR += ORBit2-reference SUBDIR += R-cran-BH SUBDIR += R-cran-Defaults SUBDIR += R-cran-Hmisc @@ -718,7 +717,6 @@ SUBDIR += gccmakedep SUBDIR += gcem SUBDIR += gconf2 - SUBDIR += gconf2-reference SUBDIR += gconfmm26 SUBDIR += gdb SUBDIR += gdcm @@ -824,9 +822,7 @@ SUBDIR += glade SUBDIR += glademm SUBDIR += glib20 - SUBDIR += glib20-reference SUBDIR += glibmm - SUBDIR += glibmm-reference SUBDIR += gllvm SUBDIR += global SUBDIR += glog @@ -839,7 +835,6 @@ SUBDIR += gnome-builder SUBDIR += gnome-common SUBDIR += gnome-vfs - SUBDIR += gnome-vfs-reference SUBDIR += gnome-vfsmm SUBDIR += gnu-efi SUBDIR += gnucflow @@ -1111,7 +1106,6 @@ SUBDIR += libbfd SUBDIR += libbinio SUBDIR += libbonobo - SUBDIR += libbonobo-reference SUBDIR += libbpfjit SUBDIR += libbson SUBDIR += libburn @@ -1198,7 +1192,6 @@ SUBDIR += libgit2 SUBDIR += libgit2-glib SUBDIR += libglade2 - SUBDIR += libglade2-reference SUBDIR += libglademm24 SUBDIR += libgnt SUBDIR += libgpc diff --git a/devel/ORBit2-reference/Makefile b/devel/ORBit2-reference/Makefile deleted file mode 100644 index eacbe39e4ae8..000000000000 --- a/devel/ORBit2-reference/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org> -# $FreeBSD$ - -PORTREVISION= 0 - -REFERENCE_SRC= ${WRKSRC}/docs/api - -.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" diff --git a/devel/ORBit2-reference/pkg-descr b/devel/ORBit2-reference/pkg-descr deleted file mode 100644 index 85f395a5226b..000000000000 --- a/devel/ORBit2-reference/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -This port contains the programming reference for devel/ORBit2. diff --git a/devel/ORBit2/Makefile b/devel/ORBit2/Makefile index eee06dce35c7..5eddec88f744 100644 --- a/devel/ORBit2/Makefile +++ b/devel/ORBit2/Makefile @@ -14,8 +14,6 @@ COMMENT= High-performance CORBA ORB with support for the C language USES= tar:bzip2 -.if !defined(REFERENCE_PORT) - GNU_CONFIGURE= yes USES+= gettext gmake gnome libtool:keepla pathfix pkgconfig USE_GNOME= libidl referencehack @@ -41,5 +39,3 @@ post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/orbit-2.0/idl-backends .include <bsd.port.mk> - -.endif diff --git a/devel/gconf2-reference/Makefile b/devel/gconf2-reference/Makefile deleted file mode 100644 index adc90c022d46..000000000000 --- a/devel/gconf2-reference/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org> -# $FreeBSD$ - -PORTREVISION= 1 - -REFERENCE_SRC= ${WRKSRC}/doc/gconf - -.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" diff --git a/devel/gconf2-reference/pkg-descr b/devel/gconf2-reference/pkg-descr deleted file mode 100644 index bf8830de7fd4..000000000000 --- a/devel/gconf2-reference/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This port contains the programming reference for devel/gconf2. - -WWW: http://www.gnome.org/projects/gconf/ diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile index 7b5a2973decc..1db2ccd0e51f 100644 --- a/devel/gconf2/Makefile +++ b/devel/gconf2/Makefile @@ -18,8 +18,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= tar:xz -.if !defined(REFERENCE_PORT) - LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ libpolkit-gobject-1.so:sysutils/polkit @@ -49,5 +47,3 @@ post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/gconf/gconf.xml.system .include <bsd.port.mk> - -.endif diff --git a/devel/glib20-reference/Makefile b/devel/glib20-reference/Makefile deleted file mode 100644 index b17538df3a23..000000000000 --- a/devel/glib20-reference/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org> -# $FreeBSD$ - -PORTREVISION= 0 - -BOOKS= glib gobject gio - -do-install: -.for d in ${BOOKS} - if [ -d ${REFERENCE_SRC}/${d}/html ]; then \ - ${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/${d}; \ - cd ${REFERENCE_SRC}/${d}/html && \ - ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/doc/${d}; \ - fi -.endfor - -# overwrite this from bsd.port.mk, because we not don't honow DOCSDIR -add-plist-docs: - @${DO_NADA} - -.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" diff --git a/devel/glib20-reference/bsd.gnome-reference.mk b/devel/glib20-reference/bsd.gnome-reference.mk deleted file mode 100644 index 73398f288023..000000000000 --- a/devel/glib20-reference/bsd.gnome-reference.mk +++ /dev/null @@ -1,61 +0,0 @@ -# $FreeBSD$ - -PARENTDIR?= ${.CURDIR:S|-reference$||} -REFERENCE_PORT= ${PKGORIGIN:S|-reference$||} - -PORTSCOUT= ignore:1 - -.include "${PARENTDIR}/Makefile" - -.if !defined(DOCSDIR) -DOCSDIR:= ${PREFIX}/share/doc/${PORTNAME} -.endif -.if !defined(EXAMPLESDIR) -EXAMPLESDIR:= ${PREFIX}/share/examples/${PORTNAME} -.endif -.if defined(DISTNAME) -DISTNAME:= ${DISTNAME} -.else -DISTNAME:= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} -.endif -.if defined(MASTER_SITE_SUBDIR) -MASTER_SITE_SUBDIR:= ${MASTER_SITE_SUBDIR} -.endif -PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-reference - -COMMENT= Programming reference for ${REFERENCE_PORT} - -DISTINFO_FILE= ${PARENTDIR}/distinfo - -REFERENCE_SRC?= ${WRKSRC}/docs/reference -BOOKS?= . - -PORTDOCS?= * - -OPTIONS_DEFINE+= DOCS - -.if !target(do-build) -do-build: - @${DO_NADA} -.endif - -make-descr: - @${ECHO_CMD} "This port contains the programming reference for ${REFERENCE_PORT}." > ${DESCR} - @www=`${GREP} "^WWW:" ${PARENTDIR}/pkg-descr` || ${TRUE}; \ - if [ -n "$$www" ]; then \ - ${ECHO_CMD} "" >> ${DESCR}; \ - ${ECHO_CMD} "$$www" >> ${DESCR}; \ - fi - -.if !target(do-install) -do-install: -. for d in ${BOOKS} - if [ -d ${REFERENCE_SRC}/${d}/html ]; then \ - ${MKDIR} ${STAGEDIR}${DOCSDIR}/${d}; \ - cd ${REFERENCE_SRC}/${d}/html && \ - ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/${d}; \ - fi -. endfor -.endif - -.include <bsd.port.mk> diff --git a/devel/glib20-reference/pkg-descr b/devel/glib20-reference/pkg-descr deleted file mode 100644 index 932f285020d3..000000000000 --- a/devel/glib20-reference/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This port contains the programming reference for devel/glib20. - -WWW: https://www.gtk.org/ diff --git a/devel/glib20-reference/pkg-plist b/devel/glib20-reference/pkg-plist deleted file mode 100644 index 866accc4b6a9..000000000000 --- a/devel/glib20-reference/pkg-plist +++ /dev/null @@ -1,408 +0,0 @@ -share/doc/gio/GAction.html -share/doc/gio/GActionGroup.html -share/doc/gio/GActionMap.html -share/doc/gio/GAppInfo.html -share/doc/gio/GAppInfoMonitor.html -share/doc/gio/GApplication.html -share/doc/gio/GApplicationCommandLine.html -share/doc/gio/GAsyncInitable.html -share/doc/gio/GAsyncResult.html -share/doc/gio/GBufferedInputStream.html -share/doc/gio/GBufferedOutputStream.html -share/doc/gio/GBytesIcon.html -share/doc/gio/GCancellable.html -share/doc/gio/GCharsetConverter.html -share/doc/gio/GConverter.html -share/doc/gio/GCredentials.html -share/doc/gio/GDBusActionGroup.html -share/doc/gio/GDBusAuthObserver.html -share/doc/gio/GDBusConnection.html -share/doc/gio/GDBusInterface.html -share/doc/gio/GDBusInterfaceSkeleton.html -share/doc/gio/GDBusMenuModel.html -share/doc/gio/GDBusMessage.html -share/doc/gio/GDBusMethodInvocation.html -share/doc/gio/GDBusObject.html -share/doc/gio/GDBusObjectManager.html -share/doc/gio/GDBusObjectManagerClient.html -share/doc/gio/GDBusObjectManagerServer.html -share/doc/gio/GDBusObjectProxy.html -share/doc/gio/GDBusObjectSkeleton.html -share/doc/gio/GDBusProxy.html -share/doc/gio/GDBusServer.html -share/doc/gio/GDataInputStream.html -share/doc/gio/GDataOutputStream.html -share/doc/gio/GDatagramBased.html -share/doc/gio/GDrive.html -share/doc/gio/GDtlsClientConnection.html -share/doc/gio/GDtlsConnection.html -share/doc/gio/GDtlsServerConnection.html -share/doc/gio/GEmblem.html -share/doc/gio/GEmblemedIcon.html -share/doc/gio/GFile.html -share/doc/gio/GFileDescriptorBased.html -share/doc/gio/GFileEnumerator.html -share/doc/gio/GFileIOStream.html -share/doc/gio/GFileIcon.html -share/doc/gio/GFileInfo.html -share/doc/gio/GFileInputStream.html -share/doc/gio/GFileMonitor.html -share/doc/gio/GFileOutputStream.html -share/doc/gio/GFilenameCompleter.html -share/doc/gio/GFilterInputStream.html -share/doc/gio/GFilterOutputStream.html -share/doc/gio/GIOModule.html -share/doc/gio/GIOStream.html -share/doc/gio/GIcon.html -share/doc/gio/GInetAddress.html -share/doc/gio/GInetAddressMask.html -share/doc/gio/GInetSocketAddress.html -share/doc/gio/GInitable.html -share/doc/gio/GInputStream.html -share/doc/gio/GListModel.html -share/doc/gio/GListStore.html -share/doc/gio/GLoadableIcon.html -share/doc/gio/GMemoryInputStream.html -share/doc/gio/GMemoryOutputStream.html -share/doc/gio/GMenu.html -share/doc/gio/GMenuModel.html -share/doc/gio/GMount.html -share/doc/gio/GMountOperation.html -share/doc/gio/GNetworkAddress.html -share/doc/gio/GNetworkMonitor.html -share/doc/gio/GNetworkService.html -share/doc/gio/GNotification.html -share/doc/gio/GOutputStream.html -share/doc/gio/GPermission.html -share/doc/gio/GPollableInputStream.html -share/doc/gio/GPollableOutputStream.html -share/doc/gio/GPropertyAction.html -share/doc/gio/GProxy.html -share/doc/gio/GProxyAddress.html -share/doc/gio/GProxyAddressEnumerator.html -share/doc/gio/GProxyResolver.html -share/doc/gio/GRemoteActionGroup.html -share/doc/gio/GResolver.html -share/doc/gio/GResource.html -share/doc/gio/GSeekable.html -share/doc/gio/GSettings.html -share/doc/gio/GSettingsBackend.html -share/doc/gio/GSimpleAction.html -share/doc/gio/GSimpleActionGroup.html -share/doc/gio/GSimpleAsyncResult.html -share/doc/gio/GSimpleIOStream.html -share/doc/gio/GSimplePermission.html -share/doc/gio/GSimpleProxyResolver.html -share/doc/gio/GSocket.html -share/doc/gio/GSocketAddress.html -share/doc/gio/GSocketAddressEnumerator.html -share/doc/gio/GSocketClient.html -share/doc/gio/GSocketConnectable.html -share/doc/gio/GSocketConnection.html -share/doc/gio/GSocketControlMessage.html -share/doc/gio/GSocketListener.html -share/doc/gio/GSocketService.html -share/doc/gio/GSrvTarget.html -share/doc/gio/GSubprocess.html -share/doc/gio/GSubprocessLauncher.html -share/doc/gio/GTask.html -share/doc/gio/GTcpConnection.html -share/doc/gio/GTcpWrapperConnection.html -share/doc/gio/GTestDBus.html -share/doc/gio/GThemedIcon.html -share/doc/gio/GThreadedSocketService.html -share/doc/gio/GTlsBackend.html -share/doc/gio/GTlsCertificate.html -share/doc/gio/GTlsClientConnection.html -share/doc/gio/GTlsConnection.html -share/doc/gio/GTlsDatabase.html -share/doc/gio/GTlsFileDatabase.html -share/doc/gio/GTlsInteraction.html -share/doc/gio/GTlsPassword.html -share/doc/gio/GTlsServerConnection.html -share/doc/gio/GUnixConnection.html -share/doc/gio/GUnixCredentialsMessage.html -share/doc/gio/GUnixFDList.html -share/doc/gio/GUnixFDMessage.html -share/doc/gio/GUnixInputStream.html -share/doc/gio/GUnixOutputStream.html -share/doc/gio/GUnixSocketAddress.html -share/doc/gio/GVfs.html -share/doc/gio/GVolume.html -share/doc/gio/GVolumeMonitor.html -share/doc/gio/GZlibCompressor.html -share/doc/gio/GZlibDecompressor.html -share/doc/gio/annotation-glossary.html -share/doc/gio/api-index-full.html -share/doc/gio/application.html -share/doc/gio/async.html -share/doc/gio/ch01.html -share/doc/gio/ch02.html -share/doc/gio/ch03.html -share/doc/gio/ch32.html -share/doc/gio/ch33.html -share/doc/gio/ch33s02.html -share/doc/gio/ch33s03.html -share/doc/gio/ch34.html -share/doc/gio/ch34s02.html -share/doc/gio/ch34s03.html -share/doc/gio/ch34s04.html -share/doc/gio/ch34s05.html -share/doc/gio/ch34s06.html -share/doc/gio/ch34s07.html -share/doc/gio/ch35.html -share/doc/gio/ch35s02.html -share/doc/gio/ch35s03.html -share/doc/gio/ch35s04.html -share/doc/gio/conversion.html -share/doc/gio/data-models.html -share/doc/gio/extending-gio.html -share/doc/gio/extending.html -share/doc/gio/failable_initialization.html -share/doc/gio/file_mon.html -share/doc/gio/file_ops.html -share/doc/gio/gapplication-tool.html -share/doc/gio/gdbus-codegen.html -share/doc/gio/gdbus-convenience.html -share/doc/gio/gdbus-example-gdbus-codegen.html -share/doc/gio/gdbus-lowlevel.html -share/doc/gio/gdbus.html -share/doc/gio/gio-D-Bus-Addresses.html -share/doc/gio/gio-D-Bus-Introspection-Data.html -share/doc/gio/gio-D-Bus-Utilities.html -share/doc/gio/gio-Desktop-file-based-GAppInfo.html -share/doc/gio/gio-Extension-Points.html -share/doc/gio/gio-GActionGroup-exporter.html -share/doc/gio/gio-GContentType.html -share/doc/gio/gio-GConverterInputstream.html -share/doc/gio/gio-GConverterOutputstream.html -share/doc/gio/gio-GDBusError.html -share/doc/gio/gio-GFileAttribute.html -share/doc/gio/gio-GIOError.html -share/doc/gio/gio-GIOScheduler.html -share/doc/gio/gio-GMenuModel-exporter.html -share/doc/gio/gio-GSettingsSchema-GSettingsSchemaSource.html -share/doc/gio/gio-GWin32InputStream.html -share/doc/gio/gio-GWin32OutputStream.html -share/doc/gio/gio-GWin32RegistryKey.html -share/doc/gio/gio-Owning-Bus-Names.html -share/doc/gio/gio-TLS-Overview.html -share/doc/gio/gio-Unix-Mounts.html -share/doc/gio/gio-Watching-Bus-Names.html -share/doc/gio/gio-gnetworking.h.html -share/doc/gio/gio-gpollableutils.html -share/doc/gio/gio-hierarchy.html -share/doc/gio/gio-querymodules.html -share/doc/gio/gio.devhelp2 -share/doc/gio/gio.html -share/doc/gio/glib-compile-resources.html -share/doc/gio/glib-compile-schemas.html -share/doc/gio/gresource-tool.html -share/doc/gio/gsettings-tool.html -share/doc/gio/gvfs-overview.png -share/doc/gio/highlevel-socket.html -share/doc/gio/home.png -share/doc/gio/icons.html -share/doc/gio/index.html -share/doc/gio/left-insensitive.png -share/doc/gio/left.png -share/doc/gio/menu-example.png -share/doc/gio/menu-model.png -share/doc/gio/migrating.html -share/doc/gio/networking.html -share/doc/gio/permissions.html -share/doc/gio/pt01.html -share/doc/gio/pt02.html -share/doc/gio/registry.html -share/doc/gio/resolver.html -share/doc/gio/resources.html -share/doc/gio/right-insensitive.png -share/doc/gio/right.png -share/doc/gio/running-gio-apps.html -share/doc/gio/settings.html -share/doc/gio/streaming.html -share/doc/gio/style.css -share/doc/gio/subprocesses.html -share/doc/gio/testing.html -share/doc/gio/tls.html -share/doc/gio/tools.html -share/doc/gio/types.html -share/doc/gio/up-insensitive.png -share/doc/gio/up.png -share/doc/gio/utils.html -share/doc/gio/volume_mon.html -%%PORTDOCS%%%%DOCSDIR%%/Sorted_binary_tree_breadth-first_traversal.svg -%%PORTDOCS%%%%DOCSDIR%%/Sorted_binary_tree_inorder.svg -%%PORTDOCS%%%%DOCSDIR%%/Sorted_binary_tree_postorder.svg -%%PORTDOCS%%%%DOCSDIR%%/Sorted_binary_tree_preorder.svg -%%PORTDOCS%%%%DOCSDIR%%/annotation-glossary.html -%%PORTDOCS%%%%DOCSDIR%%/api-index-full.html -%%PORTDOCS%%%%DOCSDIR%%/deprecated.html -%%PORTDOCS%%%%DOCSDIR%%/file-name-encodings.png -%%PORTDOCS%%%%DOCSDIR%%/glib-Arrays.html -%%PORTDOCS%%%%DOCSDIR%%/glib-Asynchronous-Queues.html -%%PORTDOCS%%%%DOCSDIR%%/glib-Atomic-Operations.html -%%PORTDOCS%%%%DOCSDIR%%/glib-Automatic-String-Completion.html -%%PORTDOCS%%%%DOCSDIR%%/glib-Balanced-Binary-Trees.html -%%PORTDOCS%%%%DOCSDIR%%/glib-Base64-Encoding.html -%%PORTDOCS%%%%DOCSDIR%%/glib-Basic-Types.html -%%PORTDOCS%%%%DOCSDIR%%/glib-Bookmark-file-parser.html -%%PORTDOCS%%%%DOCSDIR%%/glib-Bounds-checked-integer-arithmetic.html -%%PORTDOCS%%%%DOCSDIR%%/glib-Byte-Arrays.html -%%PORTDOCS%%%%DOCSDIR%%/glib-Byte-Order-Macros.html -%%PORTDOCS%%%%DOCSDIR%%/glib-Caches.html -%%PORTDOCS%%%%DOCSDIR%%/glib-Character-Set-Conversion.html -%%PORTDOCS%%%%DOCSDIR%%/glib-Commandline-option-parser.html -%%PORTDOCS%%%%DOCSDIR%%/glib-Data-Checksums.html -%%PORTDOCS%%%%DOCSDIR%%/glib-Data-HMACs.html -%%PORTDOCS%%%%DOCSDIR%%/glib-Datasets.html -%%PORTDOCS%%%%DOCSDIR%%/glib-Date-and-Time-Functions.html -%%PORTDOCS%%%%DOCSDIR%%/glib-Deprecated-Thread-APIs.html -%%PORTDOCS%%%%DOCSDIR%%/glib-Double-ended-Queues.html -%%PORTDOCS%%%%DOCSDIR%%/glib-Doubly-Linked-Lists.html -%%PORTDOCS%%%%DOCSDIR%%/glib-Dynamic-Loading-of-Modules.html -%%PORTDOCS%%%%DOCSDIR%%/glib-Error-Reporting.html -%%PORTDOCS%%%%DOCSDIR%%/glib-File-Utilities.html -%%PORTDOCS%%%%DOCSDIR%%/glib-GDateTime.html -%%PORTDOCS%%%%DOCSDIR%%/glib-GTimeZone.html -%%PORTDOCS%%%%DOCSDIR%%/glib-GUuid.html -%%PORTDOCS%%%%DOCSDIR%%/glib-GVariant.html -%%PORTDOCS%%%%DOCSDIR%%/glib-GVariantType.html -%%PORTDOCS%%%%DOCSDIR%%/glib-Glob-style-pattern-matching.html -%%PORTDOCS%%%%DOCSDIR%%/glib-Hash-Tables.html -%%PORTDOCS%%%%DOCSDIR%%/glib-Hook-Functions.html -%%PORTDOCS%%%%DOCSDIR%%/glib-Hostname-Utilities.html -%%PORTDOCS%%%%DOCSDIR%%/glib-I18N.html -%%PORTDOCS%%%%DOCSDIR%%/glib-IO-Channels.html -%%PORTDOCS%%%%DOCSDIR%%/glib-Key-value-file-parser.html -%%PORTDOCS%%%%DOCSDIR%%/glib-Keyed-Data-Lists.html -%%PORTDOCS%%%%DOCSDIR%%/glib-Lexical-Scanner.html -%%PORTDOCS%%%%DOCSDIR%%/glib-Memory-Allocation.html -%%PORTDOCS%%%%DOCSDIR%%/glib-Memory-Slices.html -%%PORTDOCS%%%%DOCSDIR%%/glib-Message-Logging.html -%%PORTDOCS%%%%DOCSDIR%%/glib-Miscellaneous-Macros.html -%%PORTDOCS%%%%DOCSDIR%%/glib-Miscellaneous-Utility-Functions.html -%%PORTDOCS%%%%DOCSDIR%%/glib-N-ary-Trees.html -%%PORTDOCS%%%%DOCSDIR%%/glib-Numerical-Definitions.html -%%PORTDOCS%%%%DOCSDIR%%/glib-Perl-compatible-regular-expressions.html -%%PORTDOCS%%%%DOCSDIR%%/glib-Pointer-Arrays.html -%%PORTDOCS%%%%DOCSDIR%%/glib-Quarks.html -%%PORTDOCS%%%%DOCSDIR%%/glib-Random-Numbers.html -%%PORTDOCS%%%%DOCSDIR%%/glib-Relations-and-Tuples.html -%%PORTDOCS%%%%DOCSDIR%%/glib-Sequences.html -%%PORTDOCS%%%%DOCSDIR%%/glib-Shell-related-Utilities.html -%%PORTDOCS%%%%DOCSDIR%%/glib-Simple-XML-Subset-Parser.html -%%PORTDOCS%%%%DOCSDIR%%/glib-Singly-Linked-Lists.html -%%PORTDOCS%%%%DOCSDIR%%/glib-Spawning-Processes.html -%%PORTDOCS%%%%DOCSDIR%%/glib-Standard-Macros.html -%%PORTDOCS%%%%DOCSDIR%%/glib-String-Chunks.html -%%PORTDOCS%%%%DOCSDIR%%/glib-String-Utility-Functions.html -%%PORTDOCS%%%%DOCSDIR%%/glib-Strings.html -%%PORTDOCS%%%%DOCSDIR%%/glib-Testing.html -%%PORTDOCS%%%%DOCSDIR%%/glib-The-Main-Event-Loop.html -%%PORTDOCS%%%%DOCSDIR%%/glib-Thread-Pools.html -%%PORTDOCS%%%%DOCSDIR%%/glib-Threads.html -%%PORTDOCS%%%%DOCSDIR%%/glib-Timers.html -%%PORTDOCS%%%%DOCSDIR%%/glib-Trash-Stacks.html -%%PORTDOCS%%%%DOCSDIR%%/glib-Type-Conversion-Macros.html -%%PORTDOCS%%%%DOCSDIR%%/glib-UNIX-specific-utilities-and-integration.html -%%PORTDOCS%%%%DOCSDIR%%/glib-URI-Functions.html -%%PORTDOCS%%%%DOCSDIR%%/glib-Unicode-Manipulation.html -%%PORTDOCS%%%%DOCSDIR%%/glib-Version-Information.html -%%PORTDOCS%%%%DOCSDIR%%/glib-Warnings-and-Assertions.html -%%PORTDOCS%%%%DOCSDIR%%/glib-Windows-Compatibility-Functions.html -%%PORTDOCS%%%%DOCSDIR%%/glib-building.html -%%PORTDOCS%%%%DOCSDIR%%/glib-changes.html -%%PORTDOCS%%%%DOCSDIR%%/glib-compiling.html -%%PORTDOCS%%%%DOCSDIR%%/glib-core.html -%%PORTDOCS%%%%DOCSDIR%%/glib-cross-compiling.html -%%PORTDOCS%%%%DOCSDIR%%/glib-data-types.html -%%PORTDOCS%%%%DOCSDIR%%/glib-fundamentals.html -%%PORTDOCS%%%%DOCSDIR%%/glib-gettextize.html -%%PORTDOCS%%%%DOCSDIR%%/glib-programming.html -%%PORTDOCS%%%%DOCSDIR%%/glib-regex-syntax.html -%%PORTDOCS%%%%DOCSDIR%%/glib-resources.html -%%PORTDOCS%%%%DOCSDIR%%/glib-running.html -%%PORTDOCS%%%%DOCSDIR%%/glib-utilities.html -%%PORTDOCS%%%%DOCSDIR%%/glib.devhelp2 -%%PORTDOCS%%%%DOCSDIR%%/glib.html -%%PORTDOCS%%%%DOCSDIR%%/gtester-report.html -%%PORTDOCS%%%%DOCSDIR%%/gtester.html -%%PORTDOCS%%%%DOCSDIR%%/gvariant-format-strings.html -%%PORTDOCS%%%%DOCSDIR%%/gvariant-text.html -%%PORTDOCS%%%%DOCSDIR%%/home.png -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/left-insensitive.png -%%PORTDOCS%%%%DOCSDIR%%/left.png -%%PORTDOCS%%%%DOCSDIR%%/mainloop-states.gif -%%PORTDOCS%%%%DOCSDIR%%/right-insensitive.png -%%PORTDOCS%%%%DOCSDIR%%/right.png -%%PORTDOCS%%%%DOCSDIR%%/style.css -%%PORTDOCS%%%%DOCSDIR%%/tools.html -%%PORTDOCS%%%%DOCSDIR%%/up-insensitive.png -%%PORTDOCS%%%%DOCSDIR%%/up.png -share/doc/gobject/GBinding.html -share/doc/gobject/GTypeModule.html -share/doc/gobject/GTypePlugin.html -share/doc/gobject/annotation-glossary.html -share/doc/gobject/api-index-full.html -share/doc/gobject/ch01s02.html -share/doc/gobject/chapter-gobject.html -share/doc/gobject/chapter-gtype.html -share/doc/gobject/chapter-intro.html -share/doc/gobject/chapter-signal.html -share/doc/gobject/glib-genmarshal.html -share/doc/gobject/glib-mkenums.html -share/doc/gobject/glue.png -share/doc/gobject/gobject-Boxed-Types.html -share/doc/gobject/gobject-Closures.html -share/doc/gobject/gobject-Enumeration-and-Flag-Types.html -share/doc/gobject/gobject-GParamSpec.html -share/doc/gobject/gobject-Generic-values.html -share/doc/gobject/gobject-Signals.html -share/doc/gobject/gobject-Standard-Parameter-and-Value-Types.html -share/doc/gobject/gobject-The-Base-Object-Type.html -share/doc/gobject/gobject-Type-Information.html -share/doc/gobject/gobject-Value-arrays.html -share/doc/gobject/gobject-Varargs-Value-Collection.html -share/doc/gobject/gobject-memory.html -share/doc/gobject/gobject-properties.html -share/doc/gobject/gobject-query.html -share/doc/gobject/gobject.devhelp2 -share/doc/gobject/gtype-conventions.html -share/doc/gobject/gtype-instantiable-classed.html -share/doc/gobject/gtype-non-instantiable-classed.html -share/doc/gobject/gtype-non-instantiable.html -share/doc/gobject/home.png -share/doc/gobject/howto-gobject-chainup.html -share/doc/gobject/howto-gobject-code.html -share/doc/gobject/howto-gobject-construction.html -share/doc/gobject/howto-gobject-destruction.html -share/doc/gobject/howto-gobject-methods.html -share/doc/gobject/howto-gobject.html -share/doc/gobject/howto-interface-implement.html -share/doc/gobject/howto-interface-override.html -share/doc/gobject/howto-interface-prerequisite.html -share/doc/gobject/howto-interface-properties.html -share/doc/gobject/howto-interface.html -share/doc/gobject/howto-signals.html -share/doc/gobject/index.html -share/doc/gobject/left-insensitive.png -share/doc/gobject/left.png -share/doc/gobject/pr01.html -share/doc/gobject/pt01.html -share/doc/gobject/pt02.html -share/doc/gobject/pt03.html -share/doc/gobject/right-insensitive.png -share/doc/gobject/right.png -share/doc/gobject/rn01.html -share/doc/gobject/rn02.html -share/doc/gobject/signal.html -share/doc/gobject/style.css -share/doc/gobject/tools-ginspector.html -share/doc/gobject/tools-gob.html -share/doc/gobject/tools-gtkdoc.html -share/doc/gobject/tools-refdb.html -share/doc/gobject/tools-vala.html -share/doc/gobject/up-insensitive.png -share/doc/gobject/up.png diff --git a/devel/glibmm-reference/Makefile b/devel/glibmm-reference/Makefile deleted file mode 100644 index 34d229d95ed8..000000000000 --- a/devel/glibmm-reference/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org> -# $FreeBSD$ - -PORTREVISION= 3 - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/glibmm-2.4.pc:devel/glibmm - -GNU_CONFIGURE= yes -USES= compiler:c++11-lang gmake pkgconfig - -DOCSDIR= ${PREFIX}/share/doc/glibmm-2.4 - -post-patch: - @${FIND} ${WRKSRC}/examples -name Makefile.in \ - | ${XARGS} ${REINPLACE_CMD} -e '/^install-am:/ s| all-am||' - -post-build: - @${TOUCH} ${WRKSRC}/docs/reference/html/index.html - -do-install: -. for d in docs examples - @cd ${WRKSRC}/${d} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} install -. endfor - -.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" diff --git a/devel/glibmm-reference/pkg-descr b/devel/glibmm-reference/pkg-descr deleted file mode 100644 index 3148a3b6d889..000000000000 --- a/devel/glibmm-reference/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This port contains the programming reference for devel/glibmm. - -WWW: https://www.gtkmm.org/ diff --git a/devel/glibmm-reference/pkg-plist b/devel/glibmm-reference/pkg-plist deleted file mode 100644 index 8d898ea9dc2c..000000000000 --- a/devel/glibmm-reference/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -share/devhelp/books/glibmm-%%VERSION%%/glibmm-%%VERSION%%.devhelp2 diff --git a/devel/glibmm/Makefile b/devel/glibmm/Makefile index 9771c4154ef8..62a2ad53881c 100644 --- a/devel/glibmm/Makefile +++ b/devel/glibmm/Makefile @@ -19,8 +19,6 @@ PORTSCOUT?= limitw:1,even PLIST_SUB= VERSION="2.4" -.if !defined(REFERENCE_PORT) - USES+= compiler:c++11-lang gettext gmake gnome libtool pathfix perl5 \ pkgconfig USE_GNOME= glib20 libsigc++20 @@ -36,5 +34,3 @@ post-patch: .endfor .include <bsd.port.mk> - -.endif diff --git a/devel/gnome-vfs-reference/Makefile b/devel/gnome-vfs-reference/Makefile deleted file mode 100644 index aa3039ebc9a8..000000000000 --- a/devel/gnome-vfs-reference/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org> -# $FreeBSD$ - -PORTREVISION= 1 - -REFERENCE_SRC= ${WRKSRC}/doc - -.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" diff --git a/devel/gnome-vfs-reference/pkg-descr b/devel/gnome-vfs-reference/pkg-descr deleted file mode 100644 index 4a793e14810d..000000000000 --- a/devel/gnome-vfs-reference/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This port contains the programming reference for devel/gnome-vfs. - -WWW: https://www.gnome.org/ diff --git a/devel/gnome-vfs/Makefile b/devel/gnome-vfs/Makefile index 058d66997661..89ec67707d9b 100644 --- a/devel/gnome-vfs/Makefile +++ b/devel/gnome-vfs/Makefile @@ -18,8 +18,6 @@ LICENSE_FILE_LGPL20+ = ${WRKSRC}/COPYING.LIB USES= tar:bzip2 -.if !defined(REFERENCE_PORT) - RUN_DEPENDS= update-mime-database:misc/shared-mime-info LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ libdbus-1.so:devel/dbus @@ -106,5 +104,3 @@ pre-configure: .endif .include <bsd.port.mk> - -.endif diff --git a/devel/libbonobo-reference/Makefile b/devel/libbonobo-reference/Makefile deleted file mode 100644 index c2d727af9698..000000000000 --- a/devel/libbonobo-reference/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org> -# $FreeBSD$ - -PORTREVISION= 0 - -REFERENCE_SRC= ${WRKSRC}/doc -BOOKS= activation-api api - -.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" diff --git a/devel/libbonobo-reference/pkg-descr b/devel/libbonobo-reference/pkg-descr deleted file mode 100644 index 1df463fbe69b..000000000000 --- a/devel/libbonobo-reference/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This port contains the programming reference for devel/libbonobo. - -WWW: http://www.gnome.org/ diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile index 8d5326d8a5d4..56f79ec75f40 100644 --- a/devel/libbonobo/Makefile +++ b/devel/libbonobo/Makefile @@ -13,8 +13,6 @@ COMMENT= Component and compound document system for GNOME2 USES= tar:bzip2 -.if !defined(REFERENCE_PORT) - LICENSE= GPLv2 LGPL21 # former for tools, latter for library LICENSE_COMB= multi LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING @@ -38,5 +36,3 @@ post-patch: ${WRKSRC}/activation-server/Makefile.in .include <bsd.port.mk> - -.endif diff --git a/graphics/Makefile b/graphics/Makefile index d8aaec83b9fc..5d657ff5ff6d 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -450,7 +450,6 @@ SUBDIR += libgltf SUBDIR += libglvnd SUBDIR += libgnomecanvas - SUBDIR += libgnomecanvas-reference SUBDIR += libgnomecanvasmm26 SUBDIR += libgphoto2 SUBDIR += libgxps diff --git a/graphics/libgnomecanvas-reference/Makefile b/graphics/libgnomecanvas-reference/Makefile deleted file mode 100644 index aceaba6b9e60..000000000000 --- a/graphics/libgnomecanvas-reference/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org> -# $FreeBSD$ - -PORTREVISION= 1 - -.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" diff --git a/graphics/libgnomecanvas-reference/pkg-descr b/graphics/libgnomecanvas-reference/pkg-descr deleted file mode 100644 index ea2276e13782..000000000000 --- a/graphics/libgnomecanvas-reference/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -This port contains the programming reference for graphics/libgnomecanvas. diff --git a/graphics/libgnomecanvas/Makefile b/graphics/libgnomecanvas/Makefile index 07e1d2a8ce7a..4f7f2dc476df 100644 --- a/graphics/libgnomecanvas/Makefile +++ b/graphics/libgnomecanvas/Makefile @@ -14,8 +14,6 @@ COMMENT= Graphics library for GNOME USES+= tar:bzip2 -.if !defined(REFERENCE_PORT) - USES+= gettext gmake gnome libtool:keepla pathfix pkgconfig USE_LDCONFIG= yes USE_GNOME= intltool libglade2 libartlgpl2 referencehack @@ -28,5 +26,3 @@ LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip .include <bsd.port.mk> - -.endif diff --git a/textproc/Makefile b/textproc/Makefile index e8c0d14536f6..23daa957807c 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -236,7 +236,6 @@ SUBDIR += gspell SUBDIR += gtk-doc SUBDIR += gtkspell - SUBDIR += gtkspell-reference SUBDIR += gtkspell3 SUBDIR += gu-aspell SUBDIR += gutenmark @@ -390,11 +389,9 @@ SUBDIR += libxdiff SUBDIR += libxml++26 SUBDIR += libxml2 - SUBDIR += libxml2-reference SUBDIR += libxmlbird SUBDIR += libxode SUBDIR += libxslt - SUBDIR += libxslt-reference SUBDIR += libyaml SUBDIR += link-grammar SUBDIR += linux-c7-aspell diff --git a/textproc/gtkspell-reference/Makefile b/textproc/gtkspell-reference/Makefile deleted file mode 100644 index c64045d10ec5..000000000000 --- a/textproc/gtkspell-reference/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org> -# $FreeBSD$ - -PORTREVISION= 1 - -REFERENCE_SRC= ${WRKSRC}/docs - -.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" diff --git a/textproc/gtkspell-reference/pkg-descr b/textproc/gtkspell-reference/pkg-descr deleted file mode 100644 index 07fc69cd7bca..000000000000 --- a/textproc/gtkspell-reference/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This port contains the programming reference for textproc/gtkspell. - -WWW: http://gtkspell.sourceforge.net/ diff --git a/textproc/gtkspell/Makefile b/textproc/gtkspell/Makefile index e18017c8b758..fe4217c77eb8 100644 --- a/textproc/gtkspell/Makefile +++ b/textproc/gtkspell/Makefile @@ -11,8 +11,6 @@ MASTER_SITES= LOCAL/marcus MAINTAINER= gnome@FreeBSD.org COMMENT= GTK+ 2 spell checking component -.if !defined(REFERENCE_PORT) - LIB_DEPENDS= libenchant.so:textproc/enchant USES= gettext gmake gnome libtool:keepla pathfix pkgconfig @@ -26,5 +24,3 @@ post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS/ s|docs||' ${WRKSRC}/Makefile.in .include <bsd.port.mk> - -.endif diff --git a/textproc/libxml2-reference/Makefile b/textproc/libxml2-reference/Makefile deleted file mode 100644 index 799e8e30778f..000000000000 --- a/textproc/libxml2-reference/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org> -# $FreeBSD$ - -PORTREVISION= 0 - -BUILD_DEPENDS= ${NONEXISTENT}:textproc/libxml2:configure - -PARENT_WRKSRC!= cd ${.CURDIR}/../libxml2 && ${MAKE} -V WRKSRC -EXTRACT_ONLY= -MAKE_ARGS= DOC_MODULE=libxml2 EXAMPLES_DIR=${EXAMPLESDIR} - -OPTIONS_DEFINE= EXAMPLES - -EXAMPLES= testHTML.c testSAX.c testXPath.c xmllint.c -EXAMPLES_PLIST_FILES= ${EXAMPLES:S|^|%%EXAMPLESDIR%%/|} - -do-install: -.for d in . doc doc/examples - @cd ${PARENT_WRKSRC}/${d} && ${MAKE_CMD} ${MAKE_ARGS} install-data-local -.endfor - -.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" diff --git a/textproc/libxml2-reference/pkg-descr b/textproc/libxml2-reference/pkg-descr deleted file mode 100644 index 354d10828fbf..000000000000 --- a/textproc/libxml2-reference/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This port contains the programming reference for textproc/libxml2. - -WWW: http://xmlsoft.org/ diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index 96318ca95099..a1b7e88b3438 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -11,8 +11,6 @@ DIST_SUBDIR= gnome2 MAINTAINER?= desktop@FreeBSD.org COMMENT?= XML parser library for GNOME -.if !defined(REFERENCE_PORT) - LICENSE= MIT TRIO LICENSE_COMB= multi LICENSE_NAME_TRIO= Trio License @@ -77,5 +75,3 @@ post-patch: .endif .include <bsd.port.post.mk> - -.endif diff --git a/textproc/libxslt-reference/Makefile b/textproc/libxslt-reference/Makefile deleted file mode 100644 index 2928f51cb3c9..000000000000 --- a/textproc/libxslt-reference/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org> -# $FreeBSD$ - -PORTREVISION= 0 - -BUILD_DEPENDS= ${NONEXISTENT}:textproc/libxslt:configure - -PARENT_WRKSRC!= cd ${.CURDIR}/../libxslt && ${MAKE} -V WRKSRC -EXTRACT_ONLY= -USES= gmake - -do-install: - @cd ${PARENT_WRKSRC}/doc && ${MAKE_CMD} ${MAKE_ARGS} install-data-local - -.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" diff --git a/textproc/libxslt-reference/pkg-descr b/textproc/libxslt-reference/pkg-descr deleted file mode 100644 index f31a43b7fd6c..000000000000 --- a/textproc/libxslt-reference/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This port contains the programming reference for textproc/libxslt. - -WWW: http://xmlsoft.org/XSLT/ -WWW: http://www.w3.org/TR/xslt diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile index 39c19468e051..33a2dc5ec2e0 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -12,8 +12,6 @@ DIST_SUBDIR= gnome2 MAINTAINER?= desktop@FreeBSD.org COMMENT?= The XSLT C library for GNOME -.if !defined(REFERENCE_PORT) - USES+= cpe gmake gnome localbase libtool pathfix CPE_VENDOR= xmlsoft GNU_CONFIGURE= yes @@ -47,5 +45,3 @@ post-patch: ${WRKSRC}/doc/Makefile.in .include <bsd.port.mk> - -.endif diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile index a78137426026..80fd065801db 100644 --- a/x11-fonts/Makefile +++ b/x11-fonts/Makefile @@ -99,7 +99,6 @@ SUBDIR += font-winitzki-cyrillic SUBDIR += font-xfree86-type1 SUBDIR += fontconfig - SUBDIR += fontconfig-reference SUBDIR += fontmatrix SUBDIR += fontpreview SUBDIR += fonts-indic diff --git a/x11-fonts/fontconfig-reference/Makefile b/x11-fonts/fontconfig-reference/Makefile deleted file mode 100644 index e3e4d32a38b2..000000000000 --- a/x11-fonts/fontconfig-reference/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org> -# $FreeBSD$ - -PORTREVISION= 0 -PORTEPOCH= 0 - -NO_ARCH= yes - -DOCSDIR= ${PREFIX}/share/doc/fontconfig-devel - -do-install: - ${INSTALL_MAN} ${WRKSRC}/doc/*.3 ${STAGEDIR}${PREFIX}/man/man3 - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/fontconfig-devel.pdf \ - ${WRKSRC}/doc/fontconfig-devel.txt ${STAGEDIR}${DOCSDIR} - @${MKDIR} ${STAGEDIR}${DOCSDIR}/html - ${INSTALL_DATA} ${WRKSRC}/doc/fontconfig-devel/* ${STAGEDIR}${DOCSDIR}/html - -.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" diff --git a/x11-fonts/fontconfig-reference/pkg-descr b/x11-fonts/fontconfig-reference/pkg-descr deleted file mode 100644 index 6de649ca9410..000000000000 --- a/x11-fonts/fontconfig-reference/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This port contains the programming reference for x11-fonts/fontconfig. - -WWW: http://fontconfig.org/ diff --git a/x11-fonts/fontconfig-reference/pkg-plist b/x11-fonts/fontconfig-reference/pkg-plist deleted file mode 100644 index bbeb79a2ba51..000000000000 --- a/x11-fonts/fontconfig-reference/pkg-plist +++ /dev/null @@ -1,217 +0,0 @@ -man/man3/FcAtomicCreate.3.gz -man/man3/FcAtomicDeleteNew.3.gz -man/man3/FcAtomicDestroy.3.gz -man/man3/FcAtomicLock.3.gz -man/man3/FcAtomicNewFile.3.gz -man/man3/FcAtomicOrigFile.3.gz -man/man3/FcAtomicReplaceOrig.3.gz -man/man3/FcAtomicUnlock.3.gz -man/man3/FcBlanksAdd.3.gz -man/man3/FcBlanksCreate.3.gz -man/man3/FcBlanksDestroy.3.gz -man/man3/FcBlanksIsMember.3.gz -man/man3/FcCacheCopySet.3.gz -man/man3/FcCacheCreateTagFile.3.gz -man/man3/FcCacheDir.3.gz -man/man3/FcCacheNumFont.3.gz -man/man3/FcCacheNumSubdir.3.gz -man/man3/FcCacheSubdir.3.gz -man/man3/FcCharSetAddChar.3.gz -man/man3/FcCharSetCopy.3.gz -man/man3/FcCharSetCount.3.gz -man/man3/FcCharSetCoverage.3.gz -man/man3/FcCharSetCreate.3.gz -man/man3/FcCharSetDelChar.3.gz -man/man3/FcCharSetDestroy.3.gz -man/man3/FcCharSetEqual.3.gz -man/man3/FcCharSetFirstPage.3.gz -man/man3/FcCharSetHasChar.3.gz -man/man3/FcCharSetIntersect.3.gz -man/man3/FcCharSetIntersectCount.3.gz -man/man3/FcCharSetIsSubset.3.gz -man/man3/FcCharSetMerge.3.gz -man/man3/FcCharSetNew.3.gz -man/man3/FcCharSetNextPage.3.gz -man/man3/FcCharSetSubtract.3.gz -man/man3/FcCharSetSubtractCount.3.gz -man/man3/FcCharSetUnion.3.gz -man/man3/FcConfigAppFontAddDir.3.gz -man/man3/FcConfigAppFontAddFile.3.gz -man/man3/FcConfigAppFontClear.3.gz -man/man3/FcConfigBuildFonts.3.gz -man/man3/FcConfigCreate.3.gz -man/man3/FcConfigDestroy.3.gz -man/man3/FcConfigEnableHome.3.gz -man/man3/FcConfigFileInfoIterGet.3.gz -man/man3/FcConfigFileInfoIterInit.3.gz -man/man3/FcConfigFileInfoIterNext.3.gz -man/man3/FcConfigFilename.3.gz -man/man3/FcConfigGetBlanks.3.gz -man/man3/FcConfigGetCache.3.gz -man/man3/FcConfigGetCacheDirs.3.gz -man/man3/FcConfigGetConfigDirs.3.gz -man/man3/FcConfigGetConfigFiles.3.gz -man/man3/FcConfigGetCurrent.3.gz -man/man3/FcConfigGetFontDirs.3.gz -man/man3/FcConfigGetFonts.3.gz -man/man3/FcConfigGetRescanInterval.3.gz -man/man3/FcConfigGetSysRoot.3.gz -man/man3/FcConfigHome.3.gz -man/man3/FcConfigParseAndLoad.3.gz -man/man3/FcConfigParseAndLoadFromMemory.3.gz -man/man3/FcConfigReference.3.gz -man/man3/FcConfigSetCurrent.3.gz -man/man3/FcConfigSetRescanInterval.3.gz -man/man3/FcConfigSetSysRoot.3.gz -man/man3/FcConfigSubstitute.3.gz -man/man3/FcConfigSubstituteWithPat.3.gz -man/man3/FcConfigUptoDate.3.gz -man/man3/FcDefaultSubstitute.3.gz -man/man3/FcDirCacheClean.3.gz -man/man3/FcDirCacheCreateUUID.3.gz -man/man3/FcDirCacheDeleteUUID.3.gz -man/man3/FcDirCacheLoad.3.gz -man/man3/FcDirCacheLoadFile.3.gz -man/man3/FcDirCacheRead.3.gz -man/man3/FcDirCacheRescan.3.gz -man/man3/FcDirCacheUnlink.3.gz -man/man3/FcDirCacheUnload.3.gz -man/man3/FcDirCacheValid.3.gz -man/man3/FcDirSave.3.gz -man/man3/FcDirScan.3.gz -man/man3/FcFileIsDir.3.gz -man/man3/FcFileScan.3.gz -man/man3/FcFini.3.gz -man/man3/FcFontList.3.gz -man/man3/FcFontMatch.3.gz -man/man3/FcFontRenderPrepare.3.gz -man/man3/FcFontSetAdd.3.gz -man/man3/FcFontSetCreate.3.gz -man/man3/FcFontSetDestroy.3.gz -man/man3/FcFontSetList.3.gz -man/man3/FcFontSetMatch.3.gz -man/man3/FcFontSetPrint.3.gz -man/man3/FcFontSetSort.3.gz -man/man3/FcFontSetSortDestroy.3.gz -man/man3/FcFontSort.3.gz -man/man3/FcFreeTypeCharIndex.3.gz -man/man3/FcFreeTypeCharSet.3.gz -man/man3/FcFreeTypeCharSetAndSpacing.3.gz -man/man3/FcFreeTypeQuery.3.gz -man/man3/FcFreeTypeQueryAll.3.gz -man/man3/FcFreeTypeQueryFace.3.gz -man/man3/FcGetDefaultLangs.3.gz -man/man3/FcGetLangs.3.gz -man/man3/FcGetVersion.3.gz -man/man3/FcInit.3.gz -man/man3/FcInitBringUptoDate.3.gz -man/man3/FcInitLoadConfig.3.gz -man/man3/FcInitLoadConfigAndFonts.3.gz -man/man3/FcInitReinitialize.3.gz -man/man3/FcIsLower.3.gz -man/man3/FcIsUpper.3.gz -man/man3/FcLangGetCharSet.3.gz -man/man3/FcLangNormalize.3.gz -man/man3/FcLangSetAdd.3.gz -man/man3/FcLangSetCompare.3.gz -man/man3/FcLangSetContains.3.gz -man/man3/FcLangSetCopy.3.gz -man/man3/FcLangSetCreate.3.gz -man/man3/FcLangSetDel.3.gz -man/man3/FcLangSetDestroy.3.gz -man/man3/FcLangSetEqual.3.gz -man/man3/FcLangSetGetLangs.3.gz -man/man3/FcLangSetHasLang.3.gz -man/man3/FcLangSetHash.3.gz -man/man3/FcLangSetSubtract.3.gz -man/man3/FcLangSetUnion.3.gz -man/man3/FcMatrixCopy.3.gz -man/man3/FcMatrixEqual.3.gz -man/man3/FcMatrixInit.3.gz -man/man3/FcMatrixMultiply.3.gz -man/man3/FcMatrixRotate.3.gz -man/man3/FcMatrixScale.3.gz -man/man3/FcMatrixShear.3.gz -man/man3/FcNameConstant.3.gz -man/man3/FcNameGetConstant.3.gz -man/man3/FcNameGetObjectType.3.gz -man/man3/FcNameParse.3.gz -man/man3/FcNameRegisterConstants.3.gz -man/man3/FcNameRegisterObjectTypes.3.gz -man/man3/FcNameUnparse.3.gz -man/man3/FcNameUnregisterConstants.3.gz -man/man3/FcNameUnregisterObjectTypes.3.gz -man/man3/FcObjectSetAdd.3.gz -man/man3/FcObjectSetBuild.3.gz -man/man3/FcObjectSetCreate.3.gz -man/man3/FcObjectSetDestroy.3.gz -man/man3/FcPatternAdd-Type.3.gz -man/man3/FcPatternAdd.3.gz -man/man3/FcPatternAddWeak.3.gz -man/man3/FcPatternBuild.3.gz -man/man3/FcPatternCreate.3.gz -man/man3/FcPatternDel.3.gz -man/man3/FcPatternDestroy.3.gz -man/man3/FcPatternDuplicate.3.gz -man/man3/FcPatternEqual.3.gz -man/man3/FcPatternEqualSubset.3.gz -man/man3/FcPatternFilter.3.gz -man/man3/FcPatternFindIter.3.gz -man/man3/FcPatternFormat.3.gz -man/man3/FcPatternGet-Type.3.gz -man/man3/FcPatternGet.3.gz -man/man3/FcPatternGetWithBinding.3.gz -man/man3/FcPatternHash.3.gz -man/man3/FcPatternIterEqual.3.gz -man/man3/FcPatternIterGetObject.3.gz -man/man3/FcPatternIterGetValue.3.gz -man/man3/FcPatternIterIsValid.3.gz -man/man3/FcPatternIterNext.3.gz -man/man3/FcPatternIterStart.3.gz -man/man3/FcPatternIterValueCount.3.gz -man/man3/FcPatternObjectCount.3.gz -man/man3/FcPatternPrint.3.gz -man/man3/FcPatternReference.3.gz -man/man3/FcPatternRemove.3.gz -man/man3/FcRangeCopy.3.gz -man/man3/FcRangeCreateDouble.3.gz -man/man3/FcRangeCreateInteger.3.gz -man/man3/FcRangeDestroy.3.gz -man/man3/FcRangeGetDouble.3.gz -man/man3/FcStrBasename.3.gz -man/man3/FcStrBuildFilename.3.gz -man/man3/FcStrCmp.3.gz -man/man3/FcStrCmpIgnoreCase.3.gz -man/man3/FcStrCopy.3.gz -man/man3/FcStrCopyFilename.3.gz -man/man3/FcStrDirname.3.gz -man/man3/FcStrDowncase.3.gz -man/man3/FcStrFree.3.gz -man/man3/FcStrListCreate.3.gz -man/man3/FcStrListDone.3.gz -man/man3/FcStrListFirst.3.gz -man/man3/FcStrListNext.3.gz -man/man3/FcStrPlus.3.gz -man/man3/FcStrSetAdd.3.gz -man/man3/FcStrSetAddFilename.3.gz -man/man3/FcStrSetCreate.3.gz -man/man3/FcStrSetDel.3.gz -man/man3/FcStrSetDestroy.3.gz -man/man3/FcStrSetEqual.3.gz -man/man3/FcStrSetMember.3.gz -man/man3/FcStrStr.3.gz -man/man3/FcStrStrIgnoreCase.3.gz -man/man3/FcToLower.3.gz -man/man3/FcUcs4ToUtf8.3.gz -man/man3/FcUtf16Len.3.gz -man/man3/FcUtf16ToUcs4.3.gz -man/man3/FcUtf8Len.3.gz -man/man3/FcUtf8ToUcs4.3.gz -man/man3/FcValueDestroy.3.gz -man/man3/FcValueEqual.3.gz -man/man3/FcValuePrint.3.gz -man/man3/FcValueSave.3.gz -man/man3/FcWeightFromOpenType.3.gz -man/man3/FcWeightFromOpenTypeDouble.3.gz -man/man3/FcWeightToOpenType.3.gz -man/man3/FcWeightToOpenTypeDouble.3.gz diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 7c8faf1162df..51e7be09c47f 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -35,7 +35,6 @@ SUBDIR += gtk-sharp20 SUBDIR += gtk-sharp30 SUBDIR += gtk20 - SUBDIR += gtk20-reference SUBDIR += gtk30 SUBDIR += gtkada SUBDIR += gtkada3 @@ -47,15 +46,10 @@ SUBDIR += gtkimageview SUBDIR += gtkmathview SUBDIR += gtkmm20 - SUBDIR += gtkmm20-reference SUBDIR += gtkmm24 - SUBDIR += gtkmm24-reference SUBDIR += gtkmm30 - SUBDIR += gtkmm30-reference SUBDIR += gtksourceview2 - SUBDIR += gtksourceview2-reference SUBDIR += gtksourceview3 - SUBDIR += gtksourceview3-reference SUBDIR += gtksourceview4 SUBDIR += gtksourceviewmm3 SUBDIR += guile-gnome-platform @@ -79,11 +73,9 @@ SUBDIR += libXmu SUBDIR += libXt SUBDIR += libbonoboui - SUBDIR += libbonoboui-reference SUBDIR += libdazzle SUBDIR += libgdiplus SUBDIR += libgnomeui - SUBDIR += libgnomeui-reference SUBDIR += libgnomeuimm26 SUBDIR += libhandy SUBDIR += libhandy0 @@ -91,7 +83,6 @@ SUBDIR += libsexymm SUBDIR += libunique3 SUBDIR += libwnck - SUBDIR += libwnck-reference SUBDIR += libwnck3 SUBDIR += libxaw3dxft SUBDIR += libxfce4gui @@ -240,7 +231,6 @@ SUBDIR += vdk SUBDIR += viewklass SUBDIR += vte - SUBDIR += vte-reference SUBDIR += vte3 SUBDIR += wlroots SUBDIR += wmapp diff --git a/x11-toolkits/gtk20-reference/Makefile b/x11-toolkits/gtk20-reference/Makefile deleted file mode 100644 index 078942927dd4..000000000000 --- a/x11-toolkits/gtk20-reference/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org> -# $FreeBSD$ - -PORTREVISION= 0 - -BOOKS= gdk gtk - -do-install: -.for d in ${BOOKS} - if [ -d ${REFERENCE_SRC}/${d}/html ]; then \ - ${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/${d}2; \ - cd ${REFERENCE_SRC}/${d}/html && \ - ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/doc/${d}2; \ - fi -.endfor - -# overwrite this from bsd.port.mk, because we not don't honor DOCSDIR -add-plist-docs: - @${DO_NADA} - -.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" diff --git a/x11-toolkits/gtk20-reference/pkg-descr b/x11-toolkits/gtk20-reference/pkg-descr deleted file mode 100644 index 9a618e1f236f..000000000000 --- a/x11-toolkits/gtk20-reference/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This port contains the programming reference for x11-toolkits/gtk20. - -WWW: https://www.gtk.org/ diff --git a/x11-toolkits/gtk20-reference/pkg-plist b/x11-toolkits/gtk20-reference/pkg-plist deleted file mode 100644 index 99fe63ca77f6..000000000000 --- a/x11-toolkits/gtk20-reference/pkg-plist +++ /dev/null @@ -1,588 +0,0 @@ -share/doc/gdk2/GdkDisplay.html -share/doc/gdk2/GdkDisplayManager.html -share/doc/gdk2/GdkScreen.html -share/doc/gdk2/X_cursor.png -share/doc/gdk2/annotation-glossary.html -share/doc/gdk2/api-index-full.html -share/doc/gdk2/arrow.png -share/doc/gdk2/based_arrow_down.png -share/doc/gdk2/based_arrow_up.png -share/doc/gdk2/boat.png -share/doc/gdk2/bogosity.png -share/doc/gdk2/bottom_left_corner.png -share/doc/gdk2/bottom_right_corner.png -share/doc/gdk2/bottom_side.png -share/doc/gdk2/bottom_tee.png -share/doc/gdk2/box_spiral.png -share/doc/gdk2/center_ptr.png -share/doc/gdk2/circle.png -share/doc/gdk2/clock.png -share/doc/gdk2/coffee_mug.png -share/doc/gdk2/cross.png -share/doc/gdk2/cross_reverse.png -share/doc/gdk2/crosshair.png -share/doc/gdk2/diamond_cross.png -share/doc/gdk2/dot.png -share/doc/gdk2/dotbox.png -share/doc/gdk2/double_arrow.png -share/doc/gdk2/draft_large.png -share/doc/gdk2/draft_small.png -share/doc/gdk2/draped_box.png -share/doc/gdk2/exchange.png -share/doc/gdk2/fleur.png -share/doc/gdk2/gdk2-Application-launching.html -share/doc/gdk2/gdk2-Bitmaps-and-Pixmaps.html -share/doc/gdk2/gdk2-Cairo-Interaction.html -share/doc/gdk2/gdk2-Colormaps-and-Colors.html -share/doc/gdk2/gdk2-Cursors.html -share/doc/gdk2/gdk2-Drag-and-Drop.html -share/doc/gdk2/gdk2-Drawing-Primitives.html -share/doc/gdk2/gdk2-Event-Structures.html -share/doc/gdk2/gdk2-Events.html -share/doc/gdk2/gdk2-Fonts.html -share/doc/gdk2/gdk2-GdkRGB.html -share/doc/gdk2/gdk2-General.html -share/doc/gdk2/gdk2-Graphics-Contexts.html -share/doc/gdk2/gdk2-Images.html -share/doc/gdk2/gdk2-Input-Devices.html -share/doc/gdk2/gdk2-Input.html -share/doc/gdk2/gdk2-Keyboard-Handling.html -share/doc/gdk2/gdk2-Pango-Interaction.html -share/doc/gdk2/gdk2-Pixbufs.html -share/doc/gdk2/gdk2-Points-Rectangles-and-Regions.html -share/doc/gdk2/gdk2-Properties-and-Atoms.html -share/doc/gdk2/gdk2-Selections.html -share/doc/gdk2/gdk2-Testing.html -share/doc/gdk2/gdk2-Threads.html -share/doc/gdk2/gdk2-Visuals.html -share/doc/gdk2/gdk2-Windows.html -share/doc/gdk2/gdk2-X-Window-System-Interaction.html -share/doc/gdk2/gdk2.devhelp2 -share/doc/gdk2/gobbler.png -share/doc/gdk2/gumby.png -share/doc/gdk2/hand1.png -share/doc/gdk2/hand2.png -share/doc/gdk2/heart.png -share/doc/gdk2/home.png -share/doc/gdk2/icon.png -share/doc/gdk2/index.html -share/doc/gdk2/iron_cross.png -share/doc/gdk2/left-insensitive.png -share/doc/gdk2/left.png -share/doc/gdk2/left_ptr.png -share/doc/gdk2/left_side.png -share/doc/gdk2/left_tee.png -share/doc/gdk2/leftbutton.png -share/doc/gdk2/ll_angle.png -share/doc/gdk2/lr_angle.png -share/doc/gdk2/man.png -share/doc/gdk2/middlebutton.png -share/doc/gdk2/mouse.png -share/doc/gdk2/multihead.html -share/doc/gdk2/pencil.png -share/doc/gdk2/pirate.png -share/doc/gdk2/plus.png -share/doc/gdk2/question_arrow.png -share/doc/gdk2/reference.html -share/doc/gdk2/right-insensitive.png -share/doc/gdk2/right.png -share/doc/gdk2/right_ptr.png -share/doc/gdk2/right_side.png -share/doc/gdk2/right_tee.png -share/doc/gdk2/rightbutton.png -share/doc/gdk2/rotated-text.png -share/doc/gdk2/rtl_logo.png -share/doc/gdk2/sailboat.png -share/doc/gdk2/sb_down_arrow.png -share/doc/gdk2/sb_h_double_arrow.png -share/doc/gdk2/sb_left_arrow.png -share/doc/gdk2/sb_right_arrow.png -share/doc/gdk2/sb_up_arrow.png -share/doc/gdk2/sb_v_double_arrow.png -share/doc/gdk2/shuttle.png -share/doc/gdk2/sizing.png -share/doc/gdk2/spider.png -share/doc/gdk2/spraycan.png -share/doc/gdk2/star.png -share/doc/gdk2/style.css -share/doc/gdk2/target.png -share/doc/gdk2/tcross.png -share/doc/gdk2/top_left_arrow.png -share/doc/gdk2/top_left_corner.png -share/doc/gdk2/top_right_corner.png -share/doc/gdk2/top_side.png -share/doc/gdk2/top_tee.png -share/doc/gdk2/trek.png -share/doc/gdk2/ul_angle.png -share/doc/gdk2/umbrella.png -share/doc/gdk2/up-insensitive.png -share/doc/gdk2/up.png -share/doc/gdk2/ur_angle.png -share/doc/gdk2/watch.png -share/doc/gdk2/xterm.png -share/doc/gtk2/AbstractObjects.html -share/doc/gtk2/Actions.html -share/doc/gtk2/Builder.html -share/doc/gtk2/ButtonWidgets.html -share/doc/gtk2/DeprecatedObjects.html -share/doc/gtk2/DisplayWidgets.html -share/doc/gtk2/GtkAboutDialog.html -share/doc/gtk2/GtkAccelLabel.html -share/doc/gtk2/GtkAccessible.html -share/doc/gtk2/GtkAction.html -share/doc/gtk2/GtkActionGroup.html -share/doc/gtk2/GtkActivatable.html -share/doc/gtk2/GtkAdjustment.html -share/doc/gtk2/GtkAlignment.html -share/doc/gtk2/GtkArrow.html -share/doc/gtk2/GtkAspectFrame.html -share/doc/gtk2/GtkAssistant.html -share/doc/gtk2/GtkBin.html -share/doc/gtk2/GtkBox.html -share/doc/gtk2/GtkBuildable.html -share/doc/gtk2/GtkBuilder.html -share/doc/gtk2/GtkButton.html -share/doc/gtk2/GtkButtonBox.html -share/doc/gtk2/GtkCList.html -share/doc/gtk2/GtkCTree.html -share/doc/gtk2/GtkCalendar.html -share/doc/gtk2/GtkCellEditable.html -share/doc/gtk2/GtkCellLayout.html -share/doc/gtk2/GtkCellRenderer.html -share/doc/gtk2/GtkCellRendererAccel.html -share/doc/gtk2/GtkCellRendererCombo.html -share/doc/gtk2/GtkCellRendererPixbuf.html -share/doc/gtk2/GtkCellRendererProgress.html -share/doc/gtk2/GtkCellRendererSpin.html -share/doc/gtk2/GtkCellRendererSpinner.html -share/doc/gtk2/GtkCellRendererText.html -share/doc/gtk2/GtkCellRendererToggle.html -share/doc/gtk2/GtkCellView.html -share/doc/gtk2/GtkCheckButton.html -share/doc/gtk2/GtkColorButton.html -share/doc/gtk2/GtkColorSelection.html -share/doc/gtk2/GtkColorSelectionDialog.html -share/doc/gtk2/GtkCombo.html -share/doc/gtk2/GtkComboBox.html -share/doc/gtk2/GtkComboBoxEntry.html -share/doc/gtk2/GtkComboBoxText.html -share/doc/gtk2/GtkContainer.html -share/doc/gtk2/GtkCurve.html -share/doc/gtk2/GtkDialog.html -share/doc/gtk2/GtkDrawingArea.html -share/doc/gtk2/GtkEditable.html -share/doc/gtk2/GtkEntry.html -share/doc/gtk2/GtkEntryBuffer.html -share/doc/gtk2/GtkEntryCompletion.html -share/doc/gtk2/GtkEventBox.html -share/doc/gtk2/GtkExpander.html -share/doc/gtk2/GtkFileChooser.html -share/doc/gtk2/GtkFileChooserButton.html -share/doc/gtk2/GtkFileChooserDialog.html -share/doc/gtk2/GtkFileChooserWidget.html -share/doc/gtk2/GtkFileSelection.html -share/doc/gtk2/GtkFixed.html -share/doc/gtk2/GtkFontButton.html -share/doc/gtk2/GtkFontSelection.html -share/doc/gtk2/GtkFontSelectionDialog.html -share/doc/gtk2/GtkFrame.html -share/doc/gtk2/GtkGammaCurve.html -share/doc/gtk2/GtkHBox.html -share/doc/gtk2/GtkHButtonBox.html -share/doc/gtk2/GtkHPaned.html -share/doc/gtk2/GtkHRuler.html -share/doc/gtk2/GtkHSV.html -share/doc/gtk2/GtkHScale.html -share/doc/gtk2/GtkHScrollbar.html -share/doc/gtk2/GtkHSeparator.html -share/doc/gtk2/GtkHandleBox.html -share/doc/gtk2/GtkIMContext.html -share/doc/gtk2/GtkIMContextSimple.html -share/doc/gtk2/GtkIMMulticontext.html -share/doc/gtk2/GtkIconTheme.html -share/doc/gtk2/GtkIconView.html -share/doc/gtk2/GtkImage.html -share/doc/gtk2/GtkImageMenuItem.html -share/doc/gtk2/GtkInfoBar.html -share/doc/gtk2/GtkInputDialog.html -share/doc/gtk2/GtkInvisible.html -share/doc/gtk2/GtkItem.html -share/doc/gtk2/GtkItemFactory.html -share/doc/gtk2/GtkLabel.html -share/doc/gtk2/GtkLayout.html -share/doc/gtk2/GtkLinkButton.html -share/doc/gtk2/GtkList.html -share/doc/gtk2/GtkListItem.html -share/doc/gtk2/GtkListStore.html -share/doc/gtk2/GtkMenu.html -share/doc/gtk2/GtkMenuBar.html -share/doc/gtk2/GtkMenuItem.html -share/doc/gtk2/GtkMenuShell.html -share/doc/gtk2/GtkMenuToolButton.html -share/doc/gtk2/GtkMessageDialog.html -share/doc/gtk2/GtkMisc.html -share/doc/gtk2/GtkNotebook.html -share/doc/gtk2/GtkObject.html -share/doc/gtk2/GtkOffscreenWindow.html -share/doc/gtk2/GtkOldEditable.html -share/doc/gtk2/GtkOptionMenu.html -share/doc/gtk2/GtkPageSetup.html -share/doc/gtk2/GtkPageSetupUnixDialog.html -share/doc/gtk2/GtkPaned.html -share/doc/gtk2/GtkPaperSize.html -share/doc/gtk2/GtkPixmap.html -share/doc/gtk2/GtkPlug.html -share/doc/gtk2/GtkPreview.html -share/doc/gtk2/GtkPrintContext.html -share/doc/gtk2/GtkPrintJob.html -share/doc/gtk2/GtkPrintSettings.html -share/doc/gtk2/GtkPrintUnixDialog.html -share/doc/gtk2/GtkPrinter.html -share/doc/gtk2/GtkProgress.html -share/doc/gtk2/GtkProgressBar.html -share/doc/gtk2/GtkRadioAction.html -share/doc/gtk2/GtkRadioButton.html -share/doc/gtk2/GtkRadioMenuItem.html -share/doc/gtk2/GtkRadioToolButton.html -share/doc/gtk2/GtkRange.html -share/doc/gtk2/GtkRecentAction.html -share/doc/gtk2/GtkRecentChooser.html -share/doc/gtk2/GtkRecentChooserDialog.html -share/doc/gtk2/GtkRecentChooserMenu.html -share/doc/gtk2/GtkRecentChooserWidget.html -share/doc/gtk2/GtkRecentFilter.html -share/doc/gtk2/GtkRecentManager.html -share/doc/gtk2/GtkRuler.html -share/doc/gtk2/GtkScale.html -share/doc/gtk2/GtkScaleButton.html -share/doc/gtk2/GtkScrollbar.html -share/doc/gtk2/GtkScrolledWindow.html -share/doc/gtk2/GtkSeparator.html -share/doc/gtk2/GtkSeparatorMenuItem.html -share/doc/gtk2/GtkSeparatorToolItem.html -share/doc/gtk2/GtkSettings.html -share/doc/gtk2/GtkSizeGroup.html -share/doc/gtk2/GtkSocket.html -share/doc/gtk2/GtkSpinButton.html -share/doc/gtk2/GtkSpinner.html -share/doc/gtk2/GtkStatusIcon.html -share/doc/gtk2/GtkStatusbar.html -share/doc/gtk2/GtkStyle.html -share/doc/gtk2/GtkTable.html -share/doc/gtk2/GtkTearoffMenuItem.html -share/doc/gtk2/GtkText.html -share/doc/gtk2/GtkTextBuffer.html -share/doc/gtk2/GtkTextIter.html -share/doc/gtk2/GtkTextMark.html -share/doc/gtk2/GtkTextTag.html -share/doc/gtk2/GtkTextTagTable.html -share/doc/gtk2/GtkTextView.html -share/doc/gtk2/GtkTipsQuery.html -share/doc/gtk2/GtkToggleAction.html -share/doc/gtk2/GtkToggleButton.html -share/doc/gtk2/GtkToggleToolButton.html -share/doc/gtk2/GtkToolButton.html -share/doc/gtk2/GtkToolItem.html -share/doc/gtk2/GtkToolItemGroup.html -share/doc/gtk2/GtkToolPalette.html -share/doc/gtk2/GtkToolShell.html -share/doc/gtk2/GtkToolbar.html -share/doc/gtk2/GtkTooltip.html -share/doc/gtk2/GtkTooltips.html -share/doc/gtk2/GtkTree.html -share/doc/gtk2/GtkTreeItem.html -share/doc/gtk2/GtkTreeModel.html -share/doc/gtk2/GtkTreeModelFilter.html -share/doc/gtk2/GtkTreeModelSort.html -share/doc/gtk2/GtkTreeSelection.html -share/doc/gtk2/GtkTreeSortable.html -share/doc/gtk2/GtkTreeStore.html -share/doc/gtk2/GtkTreeView.html -share/doc/gtk2/GtkTreeViewColumn.html -share/doc/gtk2/GtkUIManager.html -share/doc/gtk2/GtkVBox.html -share/doc/gtk2/GtkVButtonBox.html -share/doc/gtk2/GtkVPaned.html -share/doc/gtk2/GtkVRuler.html -share/doc/gtk2/GtkVScale.html -share/doc/gtk2/GtkVScrollbar.html -share/doc/gtk2/GtkVSeparator.html -share/doc/gtk2/GtkViewport.html -share/doc/gtk2/GtkVolumeButton.html -share/doc/gtk2/GtkWidget.html -share/doc/gtk2/GtkWindow.html -share/doc/gtk2/GtkWindowGroup.html -share/doc/gtk2/LayoutContainers.html -share/doc/gtk2/MenusAndCombos.html -share/doc/gtk2/MiscObjects.html -share/doc/gtk2/NumericEntry.html -share/doc/gtk2/Ornaments.html -share/doc/gtk2/PlugSocket.html -share/doc/gtk2/Printing.html -share/doc/gtk2/RecentDocuments.html -share/doc/gtk2/ScrollingWidgets.html -share/doc/gtk2/SelectorWidgets.html -share/doc/gtk2/SpecialObjects.html -share/doc/gtk2/TextWidget.html -share/doc/gtk2/TextWidgetObjects.html -share/doc/gtk2/TreeWidget.html -share/doc/gtk2/TreeWidgetObjects.html -share/doc/gtk2/WindowWidgets.html -share/doc/gtk2/aboutdialog.png -share/doc/gtk2/accel-label.png -share/doc/gtk2/annotation-glossary.html -share/doc/gtk2/api-index-full.html -share/doc/gtk2/application-exit.png -share/doc/gtk2/assistant.png -share/doc/gtk2/button.png -share/doc/gtk2/ch01.html -share/doc/gtk2/ch02.html -share/doc/gtk2/chap-drawing-model.html -share/doc/gtk2/check-button.png -share/doc/gtk2/checklist-gdkeventexpose-region.html -share/doc/gtk2/checklist-modifiers.html -share/doc/gtk2/checklist-named-icons.html -share/doc/gtk2/color-button.png -share/doc/gtk2/colorsel.png -share/doc/gtk2/combo-box-entry.png -share/doc/gtk2/combo-box.png -share/doc/gtk2/decorating-the-assistant-pages.html -share/doc/gtk2/dialog-error.png -share/doc/gtk2/dialog-information.png -share/doc/gtk2/dialog-password.png -share/doc/gtk2/dialog-question.png -share/doc/gtk2/dialog-warning.png -share/doc/gtk2/document-new.png -share/doc/gtk2/document-open.png -share/doc/gtk2/document-print-preview.png -share/doc/gtk2/document-print.png -share/doc/gtk2/document-properties.png -share/doc/gtk2/document-revert-ltr.png -share/doc/gtk2/document-revert-rtl.png -share/doc/gtk2/document-save-as.png -share/doc/gtk2/document-save.png -share/doc/gtk2/drive-harddisk.png -share/doc/gtk2/edit-clear.png -share/doc/gtk2/edit-copy.png -share/doc/gtk2/edit-cut.png -share/doc/gtk2/edit-delete.png -share/doc/gtk2/edit-find-replace.png -share/doc/gtk2/edit-find.png -share/doc/gtk2/edit-paste.png -share/doc/gtk2/edit-redo-ltr.png -share/doc/gtk2/edit-redo-rtl.png -share/doc/gtk2/edit-select-all.png -share/doc/gtk2/edit-undo-ltr.png -share/doc/gtk2/edit-undo-rtl.png -share/doc/gtk2/entry.png -share/doc/gtk2/figure-hierarchical-drawing.png -share/doc/gtk2/figure-windowed-label.png -share/doc/gtk2/file-button.png -share/doc/gtk2/filechooser.png -share/doc/gtk2/folder.png -share/doc/gtk2/font-button.png -share/doc/gtk2/fontsel.png -share/doc/gtk2/format-indent-less-ltr.png -share/doc/gtk2/format-indent-less-rtl.png -share/doc/gtk2/format-indent-more-ltr.png -share/doc/gtk2/format-indent-more-rtl.png -share/doc/gtk2/format-justify-center.png -share/doc/gtk2/format-justify-fill.png -share/doc/gtk2/format-justify-left.png -share/doc/gtk2/format-justify-right.png -share/doc/gtk2/format-text-bold.png -share/doc/gtk2/format-text-italic.png -share/doc/gtk2/format-text-strikethrough.png -share/doc/gtk2/format-text-underline.png -share/doc/gtk2/frame.png -share/doc/gtk2/glossary.html -share/doc/gtk2/go-bottom.png -share/doc/gtk2/go-down.png -share/doc/gtk2/go-first-ltr.png -share/doc/gtk2/go-first-rtl.png -share/doc/gtk2/go-home.png -share/doc/gtk2/go-jump-ltr.png -share/doc/gtk2/go-jump-rtl.png -share/doc/gtk2/go-last-ltr.png -share/doc/gtk2/go-last-rtl.png -share/doc/gtk2/go-next-ltr.png -share/doc/gtk2/go-next-rtl.png -share/doc/gtk2/go-previous-ltr.png -share/doc/gtk2/go-previous-rtl.png -share/doc/gtk2/go-top.png -share/doc/gtk2/go-up.png -share/doc/gtk2/gtk-apply.png -share/doc/gtk2/gtk-builder-convert.html -share/doc/gtk2/gtk-building.html -share/doc/gtk2/gtk-cancel.png -share/doc/gtk2/gtk-caps-lock-warning.png -share/doc/gtk2/gtk-changes-1-2.html -share/doc/gtk2/gtk-changes-2-0.html -share/doc/gtk2/gtk-color-picker.png -share/doc/gtk2/gtk-compiling.html -share/doc/gtk2/gtk-connect.png -share/doc/gtk2/gtk-convert.png -share/doc/gtk2/gtk-directfb.html -share/doc/gtk2/gtk-disconnect.png -share/doc/gtk2/gtk-dnd-multiple.png -share/doc/gtk2/gtk-dnd.png -share/doc/gtk2/gtk-edit.png -share/doc/gtk2/gtk-font.png -share/doc/gtk2/gtk-index.png -share/doc/gtk2/gtk-migrating-ClientSideWindows.html -share/doc/gtk2/gtk-migrating-GtkAboutDialog.html -share/doc/gtk2/gtk-migrating-GtkAction.html -share/doc/gtk2/gtk-migrating-GtkAssistant.html -share/doc/gtk2/gtk-migrating-GtkBuilder.html -share/doc/gtk2/gtk-migrating-GtkColorButton.html -share/doc/gtk2/gtk-migrating-GtkComboBox.html -share/doc/gtk2/gtk-migrating-GtkFileChooser.html -share/doc/gtk2/gtk-migrating-GtkIconView.html -share/doc/gtk2/gtk-migrating-GtkLinkButton.html -share/doc/gtk2/gtk-migrating-GtkRecentChooser.html -share/doc/gtk2/gtk-migrating-checklist.html -share/doc/gtk2/gtk-migrating-entry-icons.html -share/doc/gtk2/gtk-migrating-label-links.html -share/doc/gtk2/gtk-migrating-tooltips.html -share/doc/gtk2/gtk-no.png -share/doc/gtk2/gtk-ok.png -share/doc/gtk2/gtk-orientation-landscape.png -share/doc/gtk2/gtk-orientation-portrait.png -share/doc/gtk2/gtk-orientation-reverse-landscape.png -share/doc/gtk2/gtk-orientation-reverse-portrait.png -share/doc/gtk2/gtk-osx.html -share/doc/gtk2/gtk-page-setup.png -share/doc/gtk2/gtk-preferences.png -share/doc/gtk2/gtk-query-immodules-2.0.html -share/doc/gtk2/gtk-question-index.html -share/doc/gtk2/gtk-resources.html -share/doc/gtk2/gtk-running.html -share/doc/gtk2/gtk-select-color.png -share/doc/gtk2/gtk-undelete-ltr.png -share/doc/gtk2/gtk-undelete-rtl.png -share/doc/gtk2/gtk-update-icon-cache.html -share/doc/gtk2/gtk-windows.html -share/doc/gtk2/gtk-x11.html -share/doc/gtk2/gtk-yes.png -share/doc/gtk2/gtk.html -share/doc/gtk2/gtk2-Accelerator-Maps.html -share/doc/gtk2/gtk2-Bindings.html -share/doc/gtk2/gtk2-Clipboards.html -share/doc/gtk2/gtk2-Drag-and-Drop.html -share/doc/gtk2/gtk2-Feature-Test-Macros.html -share/doc/gtk2/gtk2-Filesystem-utilities.html -share/doc/gtk2/gtk2-General.html -share/doc/gtk2/gtk2-Graphics-Contexts.html -share/doc/gtk2/gtk2-GtkTreeView-drag-and-drop.html -share/doc/gtk2/gtk2-High-level-Printing-API.html -share/doc/gtk2/gtk2-Keyboard-Accelerators.html -share/doc/gtk2/gtk2-Orientable.html -share/doc/gtk2/gtk2-Resource-Files.html -share/doc/gtk2/gtk2-Selections.html -share/doc/gtk2/gtk2-Signals.html -share/doc/gtk2/gtk2-Standard-Enumerations.html -share/doc/gtk2/gtk2-Stock-Items.html -share/doc/gtk2/gtk2-Testing.html -share/doc/gtk2/gtk2-Themeable-Stock-Images.html -share/doc/gtk2/gtk2-Types.html -share/doc/gtk2/gtk2-gtkcheckmenuitem.html -share/doc/gtk2/gtk2-gtkfilefilter.html -share/doc/gtk2/gtk2.devhelp2 -share/doc/gtk2/gtkbase.html -share/doc/gtk2/gtkfilechooser-installing-extra-widgets.html -share/doc/gtk2/gtkfilechooser-installing-preview.html -share/doc/gtk2/gtkfilechooser-new-features.html -share/doc/gtk2/gtkfilechooser-selection-modes.html -share/doc/gtk2/gtkobjects.html -share/doc/gtk2/gtkrecent-advanced.html -share/doc/gtk2/gtkrecent-chooser.html -share/doc/gtk2/help-about.png -share/doc/gtk2/help-contents.png -share/doc/gtk2/home.png -share/doc/gtk2/icon-view.png -share/doc/gtk2/image-missing.png -share/doc/gtk2/image.png -share/doc/gtk2/index.html -share/doc/gtk2/label.png -share/doc/gtk2/layout-btlr.png -share/doc/gtk2/layout-btrl.png -share/doc/gtk2/layout-lrbt.png -share/doc/gtk2/layout-lrtb.png -share/doc/gtk2/layout-rlbt.png -share/doc/gtk2/layout-rltb.png -share/doc/gtk2/layout-tblr.png -share/doc/gtk2/layout-tbrl.png -share/doc/gtk2/left-insensitive.png -share/doc/gtk2/left.png -share/doc/gtk2/link-button.png -share/doc/gtk2/list-add.png -share/doc/gtk2/list-and-tree.png -share/doc/gtk2/list-remove.png -share/doc/gtk2/media-floppy.png -share/doc/gtk2/media-optical.png -share/doc/gtk2/media-playback-pause.png -share/doc/gtk2/media-playback-start-ltr.png -share/doc/gtk2/media-playback-start-rtl.png -share/doc/gtk2/media-playback-stop.png -share/doc/gtk2/media-record.png -share/doc/gtk2/media-seek-backward-ltr.png -share/doc/gtk2/media-seek-backward-rtl.png -share/doc/gtk2/media-seek-forward-ltr.png -share/doc/gtk2/media-seek-forward-rtl.png -share/doc/gtk2/media-skip-backward-ltr.png -share/doc/gtk2/media-skip-backward-rtl.png -share/doc/gtk2/media-skip-forward-ltr.png -share/doc/gtk2/media-skip-forward-rtl.png -share/doc/gtk2/menubar.png -share/doc/gtk2/messagedialog.png -share/doc/gtk2/migrating-GtkCombo.html -share/doc/gtk2/migrating-gnomeuiinfo.html -share/doc/gtk2/migrating.html -share/doc/gtk2/multiline-text.png -share/doc/gtk2/network-idle.png -share/doc/gtk2/new-features-GtkComboBox.html -share/doc/gtk2/notebook.png -share/doc/gtk2/pagesetupdialog.png -share/doc/gtk2/panes.png -share/doc/gtk2/printdialog.png -share/doc/gtk2/printer-error.png -share/doc/gtk2/printer-info.png -share/doc/gtk2/printer-paused.png -share/doc/gtk2/printer-warning.png -share/doc/gtk2/process-stop.png -share/doc/gtk2/progressbar.png -share/doc/gtk2/pt05.html -share/doc/gtk2/radio-group.png -share/doc/gtk2/recentchooserdialog.png -share/doc/gtk2/right-insensitive.png -share/doc/gtk2/right.png -share/doc/gtk2/scales.png -share/doc/gtk2/scrolledwindow.png -share/doc/gtk2/separator.png -share/doc/gtk2/setting-the-page-flow.html -share/doc/gtk2/spinbutton.png -share/doc/gtk2/spinner.png -share/doc/gtk2/statusbar.png -share/doc/gtk2/style.css -share/doc/gtk2/system-run.png -share/doc/gtk2/text-x-generic.png -share/doc/gtk2/toggle-button.png -share/doc/gtk2/toolbar.png -share/doc/gtk2/toolpalette.png -share/doc/gtk2/tools-check-spelling.png -share/doc/gtk2/tree-view-coordinates.png -share/doc/gtk2/ui-manager.html -share/doc/gtk2/up-insensitive.png -share/doc/gtk2/up.png -share/doc/gtk2/view-fullscreen.png -share/doc/gtk2/view-refresh.png -share/doc/gtk2/view-restore.png -share/doc/gtk2/view-sort-ascending.png -share/doc/gtk2/view-sort-descending.png -share/doc/gtk2/volumebutton.png -share/doc/gtk2/window-close.png -share/doc/gtk2/window.png -share/doc/gtk2/zoom-fit-best.png -share/doc/gtk2/zoom-in.png -share/doc/gtk2/zoom-original.png -share/doc/gtk2/zoom-out.png diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index 0cd7039e3d84..cd1e2eaed669 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/Makefile @@ -18,8 +18,6 @@ USES= tar:xz PORTSCOUT= limitw:0,even -.if !defined(REFERENCE_PORT) - RUN_DEPENDS+= update-mime-database:misc/shared-mime-info \ ${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme @@ -67,5 +65,3 @@ post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/gtk-2.0/${GTK2_VERSION}/modules .include <bsd.port.mk> - -.endif diff --git a/x11-toolkits/gtkmm20-reference/Makefile b/x11-toolkits/gtkmm20-reference/Makefile deleted file mode 100644 index c430f3404b74..000000000000 --- a/x11-toolkits/gtkmm20-reference/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org> -# $FreeBSD$ - -PORTREVISION= 7 - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gtkmm-2.0.pc:x11-toolkits/gtkmm20 - -USES= gmake pkgconfig -GNU_CONFIGURE= yes - -DOCSDIR= ${PREFIX}/share/doc/gtkmm-2.0 - -post-patch: - @${FIND} ${WRKSRC}/examples -name Makefile.in \ - | ${XARGS} ${REINPLACE_CMD} -e '/^install-am:/ s| all-am||' - -do-install: -.for d in docs examples - @cd ${WRKSRC}/${d} && ${MAKE_CMD} ${MAKE_ARGS} install -.endfor - -.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" diff --git a/x11-toolkits/gtkmm20-reference/pkg-descr b/x11-toolkits/gtkmm20-reference/pkg-descr deleted file mode 100644 index 0750621040b2..000000000000 --- a/x11-toolkits/gtkmm20-reference/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This port contains the programming reference for x11-toolkits/gtkmm20. - -WWW: http://gtkmm.sourceforge.net/ diff --git a/x11-toolkits/gtkmm20-reference/pkg-plist b/x11-toolkits/gtkmm20-reference/pkg-plist deleted file mode 100644 index 01a8b4a15973..000000000000 --- a/x11-toolkits/gtkmm20-reference/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -%%PORTDOCS%%share/devhelp/books/gtkmm-2.0/gtkmm-2.0.devhelp diff --git a/x11-toolkits/gtkmm20/Makefile b/x11-toolkits/gtkmm20/Makefile index 249b0ee48ed0..b08d29acaf78 100644 --- a/x11-toolkits/gtkmm20/Makefile +++ b/x11-toolkits/gtkmm20/Makefile @@ -17,8 +17,6 @@ USES+= compiler:c++11-lang tar:bzip2 PORTSCOUT= ignore:1 -.if !defined(REFERENCE_PORT) - LIB_DEPENDS= libsigc-1.2.so:devel/libsigc++12 USES+= autoreconf gmake gnome libtool:keepla pathfix pkgconfig @@ -44,5 +42,3 @@ post-patch: .endfor .include <bsd.port.mk> - -.endif diff --git a/x11-toolkits/gtkmm24-reference/Makefile b/x11-toolkits/gtkmm24-reference/Makefile deleted file mode 100644 index 26941dea19d9..000000000000 --- a/x11-toolkits/gtkmm24-reference/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org> -# $FreeBSD$ - -PORTREVISION= 1 - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gtkmm-2.4.pc:x11-toolkits/gtkmm24 \ - glibmm-reference>=0:devel/glibmm-reference - -USES= gmake pkgconfig -GNU_CONFIGURE= yes - -DOCSDIR= ${PREFIX}/share/doc/gtkmm-2.4 - -do-install: -.for d in docs - @cd ${WRKSRC}/${d} && ${MAKE_CMD} ${MAKE_ARGS} install -.endfor - -.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" diff --git a/x11-toolkits/gtkmm24-reference/pkg-descr b/x11-toolkits/gtkmm24-reference/pkg-descr deleted file mode 100644 index 54890d80e2a2..000000000000 --- a/x11-toolkits/gtkmm24-reference/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This port contains the programming reference for x11-toolkits/gtkmm24. - -WWW: http://gtkmm.sourceforge.net/ diff --git a/x11-toolkits/gtkmm24-reference/pkg-plist b/x11-toolkits/gtkmm24-reference/pkg-plist deleted file mode 100644 index 2da3ea30f551..000000000000 --- a/x11-toolkits/gtkmm24-reference/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -%%PORTDOCS%%share/devhelp/books/gtkmm-2.4/gtkmm-2.4.devhelp2 diff --git a/x11-toolkits/gtkmm24/Makefile b/x11-toolkits/gtkmm24/Makefile index 52c15e834b3a..3def98da3e20 100644 --- a/x11-toolkits/gtkmm24/Makefile +++ b/x11-toolkits/gtkmm24/Makefile @@ -16,8 +16,6 @@ USES+= tar:xz PORTSCOUT= ignore:1 -.if !defined(REFERENCE_PORT) - LIB_DEPENDS= libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig @@ -40,5 +38,3 @@ post-patch: ${WRKSRC}/Makefile.in .include <bsd.port.mk> - -.endif diff --git a/x11-toolkits/gtkmm30-reference/Makefile b/x11-toolkits/gtkmm30-reference/Makefile deleted file mode 100644 index dab123b5a688..000000000000 --- a/x11-toolkits/gtkmm30-reference/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org> -# $FreeBSD$ - -PORTREVISION= 3 - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gtkmm-3.0.pc:x11-toolkits/gtkmm30 \ - glibmm-reference>=0:devel/glibmm-reference - -USES= compiler:c++11-lang gmake pkgconfig -GNU_CONFIGURE= yes - -DOCSDIR= ${PREFIX}/share/doc/gtkmm-3.0 - -do-install: -.for d in docs - @cd ${WRKSRC}/${d} && ${MAKE_CMD} ${MAKE_ARGS} install -.endfor - -.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" diff --git a/x11-toolkits/gtkmm30-reference/pkg-descr b/x11-toolkits/gtkmm30-reference/pkg-descr deleted file mode 100644 index 82c028151d09..000000000000 --- a/x11-toolkits/gtkmm30-reference/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This port contains the programming reference for x11-toolkits/gtkmm30. - -WWW: http://gtkmm.sourceforge.net/ diff --git a/x11-toolkits/gtkmm30-reference/pkg-plist b/x11-toolkits/gtkmm30-reference/pkg-plist deleted file mode 100644 index 37ac9b5641a5..000000000000 --- a/x11-toolkits/gtkmm30-reference/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -%%PORTDOCS%%share/devhelp/books/gtkmm-3.0/gtkmm-3.0.devhelp2 diff --git a/x11-toolkits/gtkmm30/Makefile b/x11-toolkits/gtkmm30/Makefile index 4d39752c7842..e3f4908f6969 100644 --- a/x11-toolkits/gtkmm30/Makefile +++ b/x11-toolkits/gtkmm30/Makefile @@ -18,8 +18,6 @@ USES+= tar:xz PORTSCOUT= limitw:1,even -.if !defined(REFERENCE_PORT) - USES+= gettext gmake gnome libtool pathfix pkgconfig \ compiler:c++11-lang USE_CXXSTD= c++11 @@ -37,5 +35,3 @@ post-patch: ${WRKSRC}/Makefile.in .include <bsd.port.mk> - -.endif diff --git a/x11-toolkits/gtksourceview2-reference/Makefile b/x11-toolkits/gtksourceview2-reference/Makefile deleted file mode 100644 index 5867f5b78899..000000000000 --- a/x11-toolkits/gtksourceview2-reference/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org> -# $FreeBSD$ -# $MCom: ports/x11-toolkits/gtksourceview2-reference/Makefile,v 1.1 2007/06/25 20:59:01 mezz Exp $ - -PORTREVISION= 0 - -.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" diff --git a/x11-toolkits/gtksourceview2-reference/pkg-descr b/x11-toolkits/gtksourceview2-reference/pkg-descr deleted file mode 100644 index 3065f973f59b..000000000000 --- a/x11-toolkits/gtksourceview2-reference/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -This port contains the programming reference for x11-toolkits/gtksourceview2. diff --git a/x11-toolkits/gtksourceview2/Makefile b/x11-toolkits/gtksourceview2/Makefile index f7fc8b54dcb8..7506ac491000 100644 --- a/x11-toolkits/gtksourceview2/Makefile +++ b/x11-toolkits/gtksourceview2/Makefile @@ -17,8 +17,6 @@ USES= tar:bzip2 PORTSCOUT= ignore:1 -.if !defined(REFERENCE_PORT) - USES+= gettext gmake gnome libtool:keepla pathfix pkgconfig USE_LDCONFIG= yes USE_GNOME= gnomeprefix gtk20 gconf2 libxml2 intlhack referencehack @@ -29,5 +27,3 @@ LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip .include <bsd.port.mk> - -.endif diff --git a/x11-toolkits/gtksourceview3-reference/Makefile b/x11-toolkits/gtksourceview3-reference/Makefile deleted file mode 100644 index c7afa52936fb..000000000000 --- a/x11-toolkits/gtksourceview3-reference/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org> -# $FreeBSD$ - -PORTREVISION= 0 - -.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" diff --git a/x11-toolkits/gtksourceview3-reference/pkg-descr b/x11-toolkits/gtksourceview3-reference/pkg-descr deleted file mode 100644 index 4c7f39439417..000000000000 --- a/x11-toolkits/gtksourceview3-reference/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -This port contains the programming reference for x11-toolkits/gtksourceview3. diff --git a/x11-toolkits/gtksourceview3/Makefile b/x11-toolkits/gtksourceview3/Makefile index 2f34933d54d8..0436c33dd1b9 100644 --- a/x11-toolkits/gtksourceview3/Makefile +++ b/x11-toolkits/gtksourceview3/Makefile @@ -18,8 +18,6 @@ USES= compiler:c11 tar:xz PORTSCOUT= limitw:1,even -.if !defined(REFERENCE_PORT) - BUILD_DEPENDS= vala:lang/vala LIB_DEPENDS= libfribidi.so:converters/fribidi @@ -46,5 +44,3 @@ post-patch: ${WRKSRC}/gtksourceview/Makefile.in .include <bsd.port.mk> - -.endif diff --git a/x11-toolkits/libbonoboui-reference/Makefile b/x11-toolkits/libbonoboui-reference/Makefile deleted file mode 100644 index be6badd9f4d5..000000000000 --- a/x11-toolkits/libbonoboui-reference/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org> -# $FreeBSD$ - -PORTREVISION= 1 - -REFERENCE_SRC= ${WRKSRC}/doc/api - -.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" diff --git a/x11-toolkits/libbonoboui-reference/pkg-descr b/x11-toolkits/libbonoboui-reference/pkg-descr deleted file mode 100644 index f3c6f4ec73ea..000000000000 --- a/x11-toolkits/libbonoboui-reference/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This port contains the programming reference for x11-toolkits/libbonoboui. - -WWW: http://www.gnome.org/ diff --git a/x11-toolkits/libbonoboui/Makefile b/x11-toolkits/libbonoboui/Makefile index b537dbde87e7..5a8e0410aaac 100644 --- a/x11-toolkits/libbonoboui/Makefile +++ b/x11-toolkits/libbonoboui/Makefile @@ -13,8 +13,6 @@ COMMENT= GUI frontend to the libbonobo component of GNOME 2 USES+= tar:bzip2 -.if !defined(REFERENCE_PORT) - USES+= gettext gmake gnome libtool:keepla localbase pathfix pkgconfig GNU_CONFIGURE= yes USE_GNOME= gnomeprefix intlhack \ @@ -24,5 +22,3 @@ LDFLAGS+= -lpthread INSTALL_TARGET= install-strip .include <bsd.port.mk> - -.endif diff --git a/x11-toolkits/libgnomeui-reference/Makefile b/x11-toolkits/libgnomeui-reference/Makefile deleted file mode 100644 index ac16cd772a8b..000000000000 --- a/x11-toolkits/libgnomeui-reference/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org> -# $FreeBSD$ - -PORTREVISION= 1 - -REFERENCE_SRC= ${WRKSRC}/doc/reference - -.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" diff --git a/x11-toolkits/libgnomeui-reference/pkg-descr b/x11-toolkits/libgnomeui-reference/pkg-descr deleted file mode 100644 index 5ed9a0bd70d0..000000000000 --- a/x11-toolkits/libgnomeui-reference/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This port contains the programming reference for x11-toolkits/libgnomeui. - -WWW: http://www.gnome.org/ diff --git a/x11-toolkits/libgnomeui/Makefile b/x11-toolkits/libgnomeui/Makefile index 6b2a30dcd084..1bf154b91f36 100644 --- a/x11-toolkits/libgnomeui/Makefile +++ b/x11-toolkits/libgnomeui/Makefile @@ -14,8 +14,6 @@ COMMENT= Libraries for the GNOME GUI, a GNU desktop environment USES= tar:bzip2 -.if !defined(REFERENCE_PORT) - LIB_DEPENDS+= libgnome-keyring.so:security/libgnome-keyring \ libstartup-notification-1.so:x11/startup-notification RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:misc/gnome-icon-theme @@ -30,5 +28,3 @@ INSTALL_TARGET= install-strip LIBS= -lm .include <bsd.port.mk> - -.endif diff --git a/x11-toolkits/libwnck-reference/Makefile b/x11-toolkits/libwnck-reference/Makefile deleted file mode 100644 index aa3039ebc9a8..000000000000 --- a/x11-toolkits/libwnck-reference/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org> -# $FreeBSD$ - -PORTREVISION= 1 - -REFERENCE_SRC= ${WRKSRC}/doc - -.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" diff --git a/x11-toolkits/libwnck-reference/pkg-descr b/x11-toolkits/libwnck-reference/pkg-descr deleted file mode 100644 index c61b91f75c75..000000000000 --- a/x11-toolkits/libwnck-reference/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This port contains the programming reference for x11-toolkits/libwnck. - -WWW: http://www.gnome.org/ diff --git a/x11-toolkits/libwnck/Makefile b/x11-toolkits/libwnck/Makefile index cd10d59e7ba4..01efb7dd60a9 100644 --- a/x11-toolkits/libwnck/Makefile +++ b/x11-toolkits/libwnck/Makefile @@ -16,8 +16,6 @@ USES= tar:xz PORTSCOUT= ignore:1 -.if !defined(REFERENCE_PORT) - LICENSE= LGPL20+ LICENSE_FILE= ${WRKSRC}/COPYING @@ -37,5 +35,3 @@ STARTUP_LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification STARTUP_CONFIGURE_ENABLE= startup-notification .include <bsd.port.mk> - -.endif diff --git a/x11-toolkits/vte-reference/Makefile b/x11-toolkits/vte-reference/Makefile deleted file mode 100644 index 5f941ffac23c..000000000000 --- a/x11-toolkits/vte-reference/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org> -# $FreeBSD$ - -PORTREVISION= 0 - -REFERENCE_SRC= ${WRKSRC}/doc/reference - -.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" diff --git a/x11-toolkits/vte-reference/pkg-descr b/x11-toolkits/vte-reference/pkg-descr deleted file mode 100644 index a9844576e7d6..000000000000 --- a/x11-toolkits/vte-reference/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -This port contains the programming reference for x11-toolkits/vte. diff --git a/x11-toolkits/vte/Makefile b/x11-toolkits/vte/Makefile index e1427e3dbd02..14b8db2c4c3d 100644 --- a/x11-toolkits/vte/Makefile +++ b/x11-toolkits/vte/Makefile @@ -15,8 +15,6 @@ USES+= tar:xz PORTSCOUT= ignore:1 -.if !defined(REFERENCE_PORT) - RUN_DEPENDS+= ${LOCALBASE}/libexec/gnome-pty-helper:x11-toolkits/gnome-pty-helper USES+= cpe gettext gmake gnome libtool pathfix pkgconfig @@ -37,5 +35,3 @@ CONFIGURE_ARGS?=--disable-python \ CPE_VENDOR= nalin_dahyabhai .include <bsd.port.mk> - -.endif diff --git a/x11/Makefile b/x11/Makefile index f3a515a348aa..87972989a662 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -164,7 +164,6 @@ SUBDIR += libfm-extra SUBDIR += libfm-qt SUBDIR += libgnome - SUBDIR += libgnome-reference SUBDIR += libgnomekbd SUBDIR += libgnomemm26 SUBDIR += libinput diff --git a/x11/libgnome-reference/Makefile b/x11/libgnome-reference/Makefile deleted file mode 100644 index ac16cd772a8b..000000000000 --- a/x11/libgnome-reference/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org> -# $FreeBSD$ - -PORTREVISION= 1 - -REFERENCE_SRC= ${WRKSRC}/doc/reference - -.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" diff --git a/x11/libgnome-reference/pkg-descr b/x11/libgnome-reference/pkg-descr deleted file mode 100644 index 47fee0fa0465..000000000000 --- a/x11/libgnome-reference/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This port contains the programming reference for x11/libgnome. - -WWW: http://www.gnome.org/ diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile index 95bceb58b285..5accd480ad67 100644 --- a/x11/libgnome/Makefile +++ b/x11/libgnome/Makefile @@ -13,8 +13,6 @@ COMMENT= Libraries for GNOME, a GNU desktop environment USES= tar:bzip2 -.if !defined(REFERENCE_PORT) - BUILD_DEPENDS= rarian-sk-config:textproc/rarian LIB_DEPENDS= libcanberra-gtk.so:audio/libcanberra \ libpopt.so:devel/popt @@ -57,5 +55,3 @@ post-patch: ${WRKSRC}/libgnome/Makefile.in .include <bsd.port.mk> - -.endif |