diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-08-01 05:52:02 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-08-01 05:52:02 +0000 |
commit | 934221cca7ea9d0a328d996e66f3c8179cf06eeb (patch) | |
tree | ab05df3301e64dd79f9e5d5558253430a8570d8c /textproc/diff-mode.el | |
parent | Depend on expired sql_gui port (diff) |
Bye bye abandonwares (part 5)
2011-08-08 russian/messarge: Has expired: Looks like an abandonware, no more public distfiles
2011-08-08 russian/pgp.language: Has expired: Looks like an abandonware, no more public distfiles
2011-08-08 security/ifd-gempc410: Has expired: Looks like an abandonware, no more public distfiles
2011-08-08 security/libidea: Has expired: Looks like an abandonware, no more public distfiles
2011-08-08 security/rain: Has expired: Looks like an abandonware, no more public distfiles
2011-08-08 sysutils/Tee: Has expired: No more public distfile
2011-08-08 sysutils/curly: Has expired: No more public distfiles
2011-08-08 sysutils/i855vidctl10: Has expired: No more public distfiles
2011-08-08 sysutils/ltrace: Has expired: Looks like an abandonware, no more public distfiles
2011-08-08 sysutils/rsyslog3-snmp: Has expired: unsupported upstream
2011-08-08 sysutils/xapply: Has expired: No more public distfiles
2011-08-08 textproc/asm2html: Has expired: Looks like an abandonware, no more public distfiles
2011-08-08 textproc/diff-mode.el: Has expired: Looks like an abandonware, no more public distfiles
2011-08-08 vietnamese/gtk-im-vi: Has expired: Looks like an abandonware, no more public distfiles
2011-08-08 www/campsite: Has expired: Does not work
2011-08-08 www/p5-PLP: Has expired: No more upstream, looks like an abandonware
2011-08-08 www/wcol: Has expired: Looks like an abandonware, no more public distfiles
2011-08-08 x11-toolkits/sdl_gui: Has expired: Looks like an abandonware, no more public distfiles
Notes
Notes:
svn path=/head/; revision=278686
Diffstat (limited to 'textproc/diff-mode.el')
-rw-r--r-- | textproc/diff-mode.el/Makefile | 38 | ||||
-rw-r--r-- | textproc/diff-mode.el/distinfo | 2 | ||||
-rw-r--r-- | textproc/diff-mode.el/pkg-descr | 15 | ||||
-rw-r--r-- | textproc/diff-mode.el/pkg-message | 4 | ||||
-rw-r--r-- | textproc/diff-mode.el/pkg-plist | 6 |
5 files changed, 0 insertions, 65 deletions
diff --git a/textproc/diff-mode.el/Makefile b/textproc/diff-mode.el/Makefile deleted file mode 100644 index 8637a6298c36..000000000000 --- a/textproc/diff-mode.el/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: diff-mode for Emacsen -# Date created: 18 Apr 2000 -# Whom: OKAZAKI Tetsurou -# -# $FreeBSD$ -# - -PORTNAME= diff-mode.el -PORTVERSION= 1.8 -PORTREVISION= 1 -CATEGORIES= textproc elisp -MASTER_SITES= ftp://rum.cs.yale.edu/pub/monnier/misc/ -DISTNAME= diff-mode-${PORTVERSION}.el -EXTRACT_SUFX= # empty -EXTRACT_ONLY= # empty - -MAINTAINER= ports@FreeBSD.org -COMMENT= A mode for viewing/editing context diffs in Emacsen - -DEPRECATED= Looks like an abandonware, no more public distfiles -EXPIRATION_DATE= 2011-08-01 - -NO_BUILD= yes -NO_WRKSUBDIR= yes - -EMACSLISPDIR= ${PREFIX}/share/emacs/site-lisp -XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp - -do-install: - ${MKDIR} ${EMACSLISPDIR} - ${INSTALL_DATA} ${_DISTDIR}/${DISTNAME} ${EMACSLISPDIR}/diff-mode.el - ${MKDIR} ${XEMACSLISPDIR} - ${LN} -sf ${EMACSLISPDIR}/diff-mode.el ${XEMACSLISPDIR} - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/textproc/diff-mode.el/distinfo b/textproc/diff-mode.el/distinfo deleted file mode 100644 index 5bf7e7650930..000000000000 --- a/textproc/diff-mode.el/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (diff-mode-1.8.el) = 311ac3d36813675c1c68b9fb624640cf62ad2f0ec39234c8ba01c35bb4f9a9cc -SIZE (diff-mode-1.8.el) = 29770 diff --git a/textproc/diff-mode.el/pkg-descr b/textproc/diff-mode.el/pkg-descr deleted file mode 100644 index a86ecdd872de..000000000000 --- a/textproc/diff-mode.el/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -Diff-mode is a major-mode for viewing/editing context diffs in Emacs. -Supports unified and context diffs as well as (to a lesser extent) -normal diffs. - -The diff-mode provides features such as: - - - Unified diff <-> Context diff conversion. - - Reverse the direction of the diffs. - - Jump to the corresponding source line. - - Move to the next/previous hunk/file header. - - Restrict the view to the current hunk/file. - - -- Tetsurou -okazaki@FreeBSD.org diff --git a/textproc/diff-mode.el/pkg-message b/textproc/diff-mode.el/pkg-message deleted file mode 100644 index 349d4531f18c..000000000000 --- a/textproc/diff-mode.el/pkg-message +++ /dev/null @@ -1,4 +0,0 @@ -To use diff-mode, simply add to your .emacs the following lines: - -(autoload 'diff-mode "diff-mode" "Diff major mode" t) -(add-to-list 'auto-mode-alist '("\\.\\(diffs?\\|patch\\|rej\\)\\'" . diff-mode)) diff --git a/textproc/diff-mode.el/pkg-plist b/textproc/diff-mode.el/pkg-plist deleted file mode 100644 index b029390f1f9f..000000000000 --- a/textproc/diff-mode.el/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -share/emacs/site-lisp/diff-mode.el -@exec mkdir -p %D/lib/xemacs/site-lisp -@exec ln -sf %D/%F %D/lib/xemacs/site-lisp/diff-mode.el -@unexec rm %D/lib/xemacs/site-lisp/diff-mode.el -@dirrm lib/xemacs/site-lisp -@dirrm lib/xemacs |