pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Remove editorconfig-core since it has been imported to pkgsrc-current.



Module Name:	pkgsrc-wip
Committed By:	Niclas Rosenvik <youremailsarecrap%gmail.com@localhost>
Pushed By:	nros
Date:		Sun Jul 2 11:07:25 2017 +0200
Changeset:	502180e4ce2a691d65630e852c22357646c21303

Removed Files:
	editorconfig-core/DESCR
	editorconfig-core/Makefile
	editorconfig-core/PLIST
	editorconfig-core/TODO
	editorconfig-core/buildlink3.mk
	editorconfig-core/distinfo
	editorconfig-core/options.mk
	editorconfig-core/patches/patch-doc_CMakeLists.txt

Log Message:
Remove editorconfig-core since it has been imported to pkgsrc-current.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=502180e4ce2a691d65630e852c22357646c21303

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 editorconfig-core/DESCR                            |   7 --
 editorconfig-core/Makefile                         |  17 ----
 editorconfig-core/PLIST                            | 104 ---------------------
 editorconfig-core/TODO                             |   1 -
 editorconfig-core/buildlink3.mk                    |  12 ---
 editorconfig-core/distinfo                         |   6 --
 editorconfig-core/options.mk                       |  19 ----
 editorconfig-core/patches/patch-doc_CMakeLists.txt |  24 -----
 8 files changed, 190 deletions(-)

diffs:
diff --git a/editorconfig-core/DESCR b/editorconfig-core/DESCR
deleted file mode 100644
index 6510391772..0000000000
--- a/editorconfig-core/DESCR
+++ /dev/null
@@ -1,7 +0,0 @@
-Editorconfig C library command line client. This library is used by
-editorconfig plugins that are written in C and those that use the
-command line interface to editorconfig. Editorconfig reads .editorconfig
-files that define a coding style for a project. This allows the coding
-style to be set by the project instead of the developer. Then the
-developer does not have to change style between each project, the editor
-knows the coding style of a file that belongs to a certain project.
diff --git a/editorconfig-core/Makefile b/editorconfig-core/Makefile
deleted file mode 100644
index f67a43cf4b..0000000000
--- a/editorconfig-core/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2014/11/18 12:24:48 nros Exp $
-
-DISTNAME=	editorconfig-core-c-0.12.0
-PKGNAME=	${DISTNAME:S/c-//}
-CATEGORIES=	devel
-MASTER_SITES=	http://downloads.sf.net/project/editorconfig/EditorConfig-C-Core/${PKGVERSION}/source/
-
-MAINTAINER=	nros%users.sourceforge.net@localhost
-HOMEPAGE=	http://www.editorconfig.org/
-COMMENT=	Editorconfig C library
-LICENSE=	2-clause-bsd
-
-USE_CMAKE= 	yes
-
-.include "options.mk"
-.include "../../devel/pcre/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/editorconfig-core/PLIST b/editorconfig-core/PLIST
deleted file mode 100644
index 85d2bbf5d4..0000000000
--- a/editorconfig-core/PLIST
+++ /dev/null
@@ -1,104 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2014/07/30 16:33:00 nros Exp $
-bin/editorconfig
-bin/editorconfig-${PKGVERSION}
-include/editorconfig/editorconfig.h
-include/editorconfig/editorconfig_handle.h
-lib/libeditorconfig.so
-lib/libeditorconfig.so.0
-lib/libeditorconfig.so.${PKGVERSION}
-lib/libeditorconfig_static.a
-${PLIST.doc}man/man1/editorconfig.1
-${PLIST.doc}man/man3/EDITORCONFIG_PARSE_MEMORY_ERROR.3
-${PLIST.doc}man/man3/EDITORCONFIG_PARSE_NOT_FULL_PATH.3
-${PLIST.doc}man/man3/EDITORCONFIG_PARSE_VERSION_TOO_NEW.3
-${PLIST.doc}man/man3/editorconfig-format.3
-${PLIST.doc}man/man3/editorconfig.h.3
-${PLIST.doc}man/man3/editorconfig_get_error_msg.3
-${PLIST.doc}man/man3/editorconfig_get_version.3
-${PLIST.doc}man/man3/editorconfig_get_version_suffix.3
-${PLIST.doc}man/man3/editorconfig_handle.3
-${PLIST.doc}man/man3/editorconfig_handle.h.3
-${PLIST.doc}man/man3/editorconfig_handle_destroy.3
-${PLIST.doc}man/man3/editorconfig_handle_get_conf_file_name.3
-${PLIST.doc}man/man3/editorconfig_handle_get_err_file.3
-${PLIST.doc}man/man3/editorconfig_handle_get_name_value.3
-${PLIST.doc}man/man3/editorconfig_handle_get_name_value_count.3
-${PLIST.doc}man/man3/editorconfig_handle_get_version.3
-${PLIST.doc}man/man3/editorconfig_handle_init.3
-${PLIST.doc}man/man3/editorconfig_handle_set_conf_file_name.3
-${PLIST.doc}man/man3/editorconfig_handle_set_version.3
-${PLIST.doc}man/man3/editorconfig_parse.3
-${PLIST.doc}share/doc/editorconfig/html/bc_s.png
-${PLIST.doc}share/doc/editorconfig/html/bdwn.png
-${PLIST.doc}share/doc/editorconfig/html/closed.png
-${PLIST.doc}share/doc/editorconfig/html/dir_000000.html
-${PLIST.doc}share/doc/editorconfig/html/dir_000001.html
-${PLIST.doc}share/doc/editorconfig/html/doxygen.css
-${PLIST.doc}share/doc/editorconfig/html/doxygen.png
-${PLIST.doc}share/doc/editorconfig/html/dynsections.js
-${PLIST.doc}share/doc/editorconfig/html/editorconfig-format.html
-${PLIST.doc}share/doc/editorconfig/html/editorconfig.html
-${PLIST.doc}share/doc/editorconfig/html/editorconfig_8h.html
-${PLIST.doc}share/doc/editorconfig/html/editorconfig_8h.js
-${PLIST.doc}share/doc/editorconfig/html/editorconfig_8h_source.html
-${PLIST.doc}share/doc/editorconfig/html/editorconfig__handle_8h.html
-${PLIST.doc}share/doc/editorconfig/html/editorconfig__handle_8h.js
-${PLIST.doc}share/doc/editorconfig/html/editorconfig__handle_8h_source.html
-${PLIST.doc}share/doc/editorconfig/html/files.html
-${PLIST.doc}share/doc/editorconfig/html/files.js
-${PLIST.doc}share/doc/editorconfig/html/ftv2blank.png
-${PLIST.doc}share/doc/editorconfig/html/ftv2doc.png
-${PLIST.doc}share/doc/editorconfig/html/ftv2folderclosed.png
-${PLIST.doc}share/doc/editorconfig/html/ftv2folderopen.png
-${PLIST.doc}share/doc/editorconfig/html/ftv2lastnode.png
-${PLIST.doc}share/doc/editorconfig/html/ftv2link.png
-${PLIST.doc}share/doc/editorconfig/html/ftv2mlastnode.png
-${PLIST.doc}share/doc/editorconfig/html/ftv2mnode.png
-${PLIST.doc}share/doc/editorconfig/html/ftv2node.png
-${PLIST.doc}share/doc/editorconfig/html/ftv2plastnode.png
-${PLIST.doc}share/doc/editorconfig/html/ftv2pnode.png
-${PLIST.doc}share/doc/editorconfig/html/ftv2splitbar.png
-${PLIST.doc}share/doc/editorconfig/html/ftv2vertline.png
-${PLIST.doc}share/doc/editorconfig/html/globals.html
-${PLIST.doc}share/doc/editorconfig/html/globals_defs.html
-${PLIST.doc}share/doc/editorconfig/html/globals_func.html
-${PLIST.doc}share/doc/editorconfig/html/globals_type.html
-${PLIST.doc}share/doc/editorconfig/html/index.html
-${PLIST.doc}share/doc/editorconfig/html/jquery.js
-${PLIST.doc}share/doc/editorconfig/html/logo.png
-${PLIST.doc}share/doc/editorconfig/html/nav_f.png
-${PLIST.doc}share/doc/editorconfig/html/nav_g.png
-${PLIST.doc}share/doc/editorconfig/html/nav_h.png
-${PLIST.doc}share/doc/editorconfig/html/navtree.css
-${PLIST.doc}share/doc/editorconfig/html/navtree.js
-${PLIST.doc}share/doc/editorconfig/html/navtreeindex0.js
-${PLIST.doc}share/doc/editorconfig/html/open.png
-${PLIST.doc}share/doc/editorconfig/html/pages.html
-${PLIST.doc}share/doc/editorconfig/html/resize.js
-${PLIST.doc}share/doc/editorconfig/html/search/all_0.html
-${PLIST.doc}share/doc/editorconfig/html/search/all_0.js
-${PLIST.doc}share/doc/editorconfig/html/search/close.png
-${PLIST.doc}share/doc/editorconfig/html/search/defines_0.html
-${PLIST.doc}share/doc/editorconfig/html/search/defines_0.js
-${PLIST.doc}share/doc/editorconfig/html/search/files_0.html
-${PLIST.doc}share/doc/editorconfig/html/search/files_0.js
-${PLIST.doc}share/doc/editorconfig/html/search/functions_0.html
-${PLIST.doc}share/doc/editorconfig/html/search/functions_0.js
-${PLIST.doc}share/doc/editorconfig/html/search/mag_sel.png
-${PLIST.doc}share/doc/editorconfig/html/search/nomatches.html
-${PLIST.doc}share/doc/editorconfig/html/search/pages_0.html
-${PLIST.doc}share/doc/editorconfig/html/search/pages_0.js
-${PLIST.doc}share/doc/editorconfig/html/search/search.css
-${PLIST.doc}share/doc/editorconfig/html/search/search.js
-${PLIST.doc}share/doc/editorconfig/html/search/search_l.png
-${PLIST.doc}share/doc/editorconfig/html/search/search_m.png
-${PLIST.doc}share/doc/editorconfig/html/search/search_r.png
-${PLIST.doc}share/doc/editorconfig/html/search/typedefs_0.html
-${PLIST.doc}share/doc/editorconfig/html/search/typedefs_0.js
-${PLIST.doc}share/doc/editorconfig/html/sync_off.png
-${PLIST.doc}share/doc/editorconfig/html/sync_on.png
-${PLIST.doc}share/doc/editorconfig/html/tab_a.png
-${PLIST.doc}share/doc/editorconfig/html/tab_b.png
-${PLIST.doc}share/doc/editorconfig/html/tab_h.png
-${PLIST.doc}share/doc/editorconfig/html/tab_s.png
-${PLIST.doc}share/doc/editorconfig/html/tabs.css
diff --git a/editorconfig-core/TODO b/editorconfig-core/TODO
deleted file mode 100644
index 3f26fb5a7b..0000000000
--- a/editorconfig-core/TODO
+++ /dev/null
@@ -1 +0,0 @@
-This package is finished.
diff --git a/editorconfig-core/buildlink3.mk b/editorconfig-core/buildlink3.mk
deleted file mode 100644
index d65e6192e9..0000000000
--- a/editorconfig-core/buildlink3.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.1 2013/11/10 21:04:48 nros Exp $
-
-BUILDLINK_TREE+=	editorconfig-core
-
-.if !defined(EDITORCONFIG_CORE_BUILDLINK3_MK)
-EDITORCONFIG_CORE_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.editorconfig-core+=	editorconfig-core>=0.11.5
-BUILDLINK_PKGSRCDIR.editorconfig-core?=	../../wip/editorconfig-core
-.endif	# EDITORCONFIG_CORE_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-editorconfig-core
diff --git a/editorconfig-core/distinfo b/editorconfig-core/distinfo
deleted file mode 100644
index a495ad106f..0000000000
--- a/editorconfig-core/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.4 2014/11/18 12:24:49 nros Exp $
-
-SHA1 (editorconfig-core-c-0.12.0.tar.gz) = dfa96da823133fd925e7384f19d7f2acf44f50ba
-RMD160 (editorconfig-core-c-0.12.0.tar.gz) = 3c3fc9404fdebe3e417966f738a6705ff9afb18b
-Size (editorconfig-core-c-0.12.0.tar.gz) = 84486 bytes
-SHA1 (patch-doc_CMakeLists.txt) = 55128d926ed77a5afc9b5c60f779bf32ca73a951
diff --git a/editorconfig-core/options.mk b/editorconfig-core/options.mk
deleted file mode 100644
index 5c4cf10cce..0000000000
--- a/editorconfig-core/options.mk
+++ /dev/null
@@ -1,19 +0,0 @@
-# $NetBSD: options.mk,v 1.2 2013/11/18 17:19:38 nros Exp $
-PKG_OPTIONS_VAR=	PKG_OPTIONS.editorconfig-core
-PKG_SUPPORTED_OPTIONS=	doc
-PKG_SUGGESTED_OPTIONS=
-PLIST_VARS+=		doc
-
-.include "../../mk/bsd.options.mk"
-
-###
-### Build and install html documentation and man pages
-###
-.if !empty(PKG_OPTIONS:Mdoc)
-BUILD_DEPENDS+= doxygen-[0-9]*:../../devel/doxygen
-CMAKE_ARGS+=	-DBUILD_DOCUMENTATION=ON
-CMAKE_ARGS+=    -DINSTALL_HTML_DOC=ON
-PLIST.doc=	yes
-.else
-CMAKE_ARGS+=	-DBUILD_DOCUMENTATION=OFF
-.endif
diff --git a/editorconfig-core/patches/patch-doc_CMakeLists.txt b/editorconfig-core/patches/patch-doc_CMakeLists.txt
deleted file mode 100644
index d462cd0bef..0000000000
--- a/editorconfig-core/patches/patch-doc_CMakeLists.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-$NetBSD: patch-doc_CMakeLists.txt,v 1.4 2014/11/18 12:24:49 nros Exp $
-*
-* This patch makes sure the man pages are installed in PKGMANDIR
-*
---- doc/CMakeLists.txt.orig	2014-11-18 13:07:36.000000000 +0000
-+++ doc/CMakeLists.txt
-@@ -81,7 +81,7 @@ if(BUILD_DOCUMENTATION)
-         # is the manpage of the command line interface with a manpage number 3,
-         # we need to exclude it when installing man3.
-         install(DIRECTORY ${EC_MANPAGE3_DIR}
--            DESTINATION share/man
-+            DESTINATION ${CMAKE_INSTALL_MANDIR}
-             PATTERN editorconfig.3 EXCLUDE
-             REGEX ._include_. EXCLUDE)
- 
-@@ -89,7 +89,7 @@ if(BUILD_DOCUMENTATION)
- 
-         install(FILES
-             ${EC_MANPAGE1_DIR}/editorconfig.1
--            DESTINATION share/man/man1)
-+            DESTINATION ${CMAKE_INSTALL_MANDIR}/man1)
- 
-         # "make clean" should also clean generated docs
-         set_directory_properties(PROPERTIES


Home | Main Index | Thread Index | Old Index