diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 1 | ||||
-rw-r--r-- | lang/quack/Makefile | 56 | ||||
-rw-r--r-- | lang/quack/distinfo | 3 | ||||
-rw-r--r-- | lang/quack/pkg-descr | 5 | ||||
-rw-r--r-- | lang/quack/pkg-message | 3 |
5 files changed, 0 insertions, 68 deletions
diff --git a/lang/Makefile b/lang/Makefile index 249ca27c79c7..e044ce33827f 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -266,7 +266,6 @@ SUBDIR += python30 SUBDIR += q SUBDIR += qscheme - SUBDIR += quack SUBDIR += ratfor SUBDIR += rexx-imc SUBDIR += rexx-regina diff --git a/lang/quack/Makefile b/lang/quack/Makefile deleted file mode 100644 index 03e2b04664d2..000000000000 --- a/lang/quack/Makefile +++ /dev/null @@ -1,56 +0,0 @@ -# New ports collection makefile for: Quack -# Date created: 24 October 2003 -# Whom: Kimura Fuyuki <fuyuki@nigredo.org> -# -# $FreeBSD$ -# - -PORTNAME= quack -PORTVERSION= 0.28 -PORTREVISION= 2 -CATEGORIES= lang scheme elisp -MASTER_SITES= http://www.neilvandyke.org/quack/ -DISTNAME= ${PORTNAME} -EXTRACT_SUFX= .el -DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Enhanced support for editing and running Scheme code - -RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget - -BROKEN= Size mismatch -DEPRECATED= has been broken for more than 6 months -EXPIRATION_DATE=2009-01-19 - -USE_EMACS= yes -EMACS_PORT_NAME?= emacs21 - -NO_WRKSUBDIR= yes -EXTRACT_CMD= ${CP} -EXTRACT_BEFORE_ARGS= # empty -EXTRACT_AFTER_ARGS= ${WRKSRC} - -PLIST_FILES= ${EMACS_VERSION_SITE_LISPDIR}/quack/quack.el \ - ${EMACS_VERSION_SITE_LISPDIR}/quack/quack.elc -PLIST_DIRS= ${EMACS_VERSION_SITE_LISPDIR}/quack - -ELISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME} - -.include <bsd.port.pre.mk> - -.if ${ARCH} == "ia64" -BROKEN= "does not build on ia64" -.endif - -do-build: - cd ${WRKSRC}; ${EMACS_CMD} -batch -q -f batch-byte-compile quack.el - -do-install: - ${MKDIR} ${ELISPDIR} - ${INSTALL_DATA} ${WRKSRC}/quack.* ${ELISPDIR} - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/lang/quack/distinfo b/lang/quack/distinfo deleted file mode 100644 index 26945b4c68d5..000000000000 --- a/lang/quack/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (quack-0.28/quack.el) = 48bc0157711bdf9cd5b3f9b75a3ddd13 -SHA256 (quack-0.28/quack.el) = f6b392fb69660e6d0a141bb1944819cecb4575bb2bc61b800114a30a6732f591 -SIZE (quack-0.28/quack.el) = 185898 diff --git a/lang/quack/pkg-descr b/lang/quack/pkg-descr deleted file mode 100644 index 95d1ca231dab..000000000000 --- a/lang/quack/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Quack enhances Emacs support for Scheme programming. Quack is layered -atop the standard packages `cmuscheme.el', by Olin Shivers, and -`scheme.el', by Bill Rozas and Dave Love. - -WWW: http://www.neilvandyke.org/quack/ diff --git a/lang/quack/pkg-message b/lang/quack/pkg-message deleted file mode 100644 index 76d261bfe023..000000000000 --- a/lang/quack/pkg-message +++ /dev/null @@ -1,3 +0,0 @@ -To use Quack, add the following line to your ~/.emacs: - -(require 'quack) |