pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
auto-complete-mode: remove, upstream is gone
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Thu Sep 24 16:46:37 2026 +0200
Changeset: eb873c88626ff4c5a9f81a8d56d6e50bc3fbf7da
Modified Files:
Makefile
Removed Files:
auto-complete-mode/DESCR
auto-complete-mode/MESSAGE
auto-complete-mode/Makefile
auto-complete-mode/PLIST
auto-complete-mode/distinfo
auto-complete-mode/patches/patch-require-help-mode
Log Message:
auto-complete-mode: remove, upstream is gone
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=eb873c88626ff4c5a9f81a8d56d6e50bc3fbf7da
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
auto-complete-mode/DESCR | 7 ------
auto-complete-mode/MESSAGE | 9 -------
auto-complete-mode/Makefile | 29 ----------------------
auto-complete-mode/PLIST | 20 ---------------
auto-complete-mode/distinfo | 5 ----
auto-complete-mode/patches/patch-require-help-mode | 14 -----------
7 files changed, 85 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index e753155190..e9af2d0162 100644
--- a/Makefile
+++ b/Makefile
@@ -272,7 +272,6 @@ SUBDIR+= audio-mml
SUBDIR+= audit-system
SUBDIR+= ausweisapp2
SUBDIR+= auto-admin
-SUBDIR+= auto-complete-mode
SUBDIR+= auto-dev
SUBDIR+= autoproject
SUBDIR+= autopsy
diff --git a/auto-complete-mode/DESCR b/auto-complete-mode/DESCR
deleted file mode 100644
index 492f1e6397..0000000000
--- a/auto-complete-mode/DESCR
+++ /dev/null
@@ -1,7 +0,0 @@
-Auto Complete Mode (aka auto-complete.el, auto-complete-mode) is a
-extension that automates and advances completion-system of GNU
-Emacs. This is superior than old system:
-
- * Visual interface
- * Reduce overhead of completion by using statistic method
- * Extensibility
diff --git a/auto-complete-mode/MESSAGE b/auto-complete-mode/MESSAGE
deleted file mode 100644
index 192a37fcb8..0000000000
--- a/auto-complete-mode/MESSAGE
+++ /dev/null
@@ -1,9 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2010/10/01 06:12:03 phonohawk Exp $
-
-Append the following line to your .emacs file:
-
- (require 'auto-complete-config)
- (add-to-list 'ac-dictionary-directories "${LISPDIR}/${PKGBASE}/ac-dict")
- (ac-config-default)
-===========================================================================
diff --git a/auto-complete-mode/Makefile b/auto-complete-mode/Makefile
deleted file mode 100644
index e9446d0e17..0000000000
--- a/auto-complete-mode/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# $NetBSD: Makefile,v 1.6 2012/10/12 11:02:13 thomasklausner Exp $
-#
-
-DISTNAME= auto-complete-1.3.1
-CATEGORIES= editors
-MASTER_SITES= http://cx4a.org/pub/auto-complete/
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= pho%cielonegro.org@localhost
-HOMEPAGE= http://cx4a.org/software/auto-complete/index.html
-COMMENT= The most intelligent auto-completion extension for GNU Emacs
-LICENSE= gnu-gpl-v3
-
-MESSAGE_SUBST+= LISPDIR=${EMACS_LISPPREFIX}
-MESSAGE_SUBST+= PKGBASE=${PKGBASE}
-INSTALLATION_DIRS= ${EMACS_LISPPREFIX}/${PKGBASE}
-INSTALLATION_DIRS+= ${EMACS_LISPPREFIX}/${PKGBASE}/ac-dict
-
-do-build:
- cd ${WRKSRC} && \
- ${EMACS_BIN} -Q -L . -batch -f batch-byte-compile *.el
-
-do-install:
- ${INSTALL_DATA} ${WRKSRC}/*.el ${DESTDIR}${EMACS_LISPPREFIX}/${PKGBASE}
- ${INSTALL_DATA} ${WRKSRC}/*.elc ${DESTDIR}${EMACS_LISPPREFIX}/${PKGBASE}
- ${INSTALL_DATA} ${WRKSRC}/dict/* ${DESTDIR}${EMACS_LISPPREFIX}/${PKGBASE}/ac-dict
-
-.include "../../editors/emacs/modules.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/auto-complete-mode/PLIST b/auto-complete-mode/PLIST
deleted file mode 100644
index 97ba0ace43..0000000000
--- a/auto-complete-mode/PLIST
+++ /dev/null
@@ -1,20 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2015/01/01 17:18:25 thomasklausner Exp $
-${EMACS_LISPPREFIX}/auto-complete/ac-dict/c++-mode
-${EMACS_LISPPREFIX}/auto-complete/ac-dict/c-mode
-${EMACS_LISPPREFIX}/auto-complete/ac-dict/clojure-mode
-${EMACS_LISPPREFIX}/auto-complete/ac-dict/css-mode
-${EMACS_LISPPREFIX}/auto-complete/ac-dict/java-mode
-${EMACS_LISPPREFIX}/auto-complete/ac-dict/javascript-mode
-${EMACS_LISPPREFIX}/auto-complete/ac-dict/php-mode
-${EMACS_LISPPREFIX}/auto-complete/ac-dict/python-mode
-${EMACS_LISPPREFIX}/auto-complete/ac-dict/ruby-mode
-${EMACS_LISPPREFIX}/auto-complete/ac-dict/scheme-mode
-${EMACS_LISPPREFIX}/auto-complete/ac-dict/tcl-mode
-${EMACS_LISPPREFIX}/auto-complete/auto-complete-config.el
-${EMACS_LISPPREFIX}/auto-complete/auto-complete-config.elc
-${EMACS_LISPPREFIX}/auto-complete/auto-complete.el
-${EMACS_LISPPREFIX}/auto-complete/auto-complete.elc
-${EMACS_LISPPREFIX}/auto-complete/fuzzy.el
-${EMACS_LISPPREFIX}/auto-complete/fuzzy.elc
-${EMACS_LISPPREFIX}/auto-complete/popup.el
-${EMACS_LISPPREFIX}/auto-complete/popup.elc
diff --git a/auto-complete-mode/distinfo b/auto-complete-mode/distinfo
deleted file mode 100644
index d9239393d7..0000000000
--- a/auto-complete-mode/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.5 2012/10/12 11:03:36 thomasklausner Exp $
-
-RMD160 (auto-complete-1.3.1.tar.bz2) = c70324566f274fe6cedcea5d5d34bf009c3d54ac
-Size (auto-complete-1.3.1.tar.bz2) = 155081 bytes
-SHA1 (patch-require-help-mode) = 5eb2eb0ef43cec9714f9abeba690f688ed2e8dec
diff --git a/auto-complete-mode/patches/patch-require-help-mode b/auto-complete-mode/patches/patch-require-help-mode
deleted file mode 100644
index d97d9b9509..0000000000
--- a/auto-complete-mode/patches/patch-require-help-mode
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-require-help-mode,v 1.1 2010/10/14 04:38:44 phonohawk Exp $
-
---- auto-complete.el.orig 2010-10-14 03:56:17.000000000 +0000
-+++ auto-complete.el
-@@ -48,6 +48,9 @@
-
- (require 'popup)
-
-+;; Ensure help-xref-following is defvar'ed.
-+(require 'help-mode)
-+
- ;;;; Global stuff
-
- (defun ac-error (&optional var)
Home |
Main Index |
Thread Index |
Old Index