diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-06-09 16:17:37 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-06-09 16:17:37 +0000 |
commit | f2fbd59d14dcf491754c4d89e3c43d7167ae2193 (patch) | |
tree | a5039e8490babeb724a6fff288a48135abf0db87 /editors/wily | |
parent | 84173fcb600a5bca9915720f6dca3eef36be9c2c (diff) |
Xg has expired: no more public distfiles, and wily depends on it
editors/wily
2011-05-01 x11-fonts/Xg: Upstream disapear and distfile is no more available
Notes
Notes:
svn path=/head/; revision=275280
Diffstat (limited to 'editors/wily')
-rw-r--r-- | editors/wily/Makefile | 65 | ||||
-rw-r--r-- | editors/wily/distinfo | 2 | ||||
-rw-r--r-- | editors/wily/files/patch-Makefile | 27 | ||||
-rw-r--r-- | editors/wily/files/patch-tools_win_win.c | 13 | ||||
-rw-r--r-- | editors/wily/files/patch-win::Makefile | 22 | ||||
-rw-r--r-- | editors/wily/files/patch-win::Man.rc | 10 | ||||
-rw-r--r-- | editors/wily/pkg-descr | 6 | ||||
-rw-r--r-- | editors/wily/pkg-message | 9 | ||||
-rw-r--r-- | editors/wily/pkg-plist | 14 |
9 files changed, 0 insertions, 168 deletions
diff --git a/editors/wily/Makefile b/editors/wily/Makefile deleted file mode 100644 index 3dc5a2ab130d..000000000000 --- a/editors/wily/Makefile +++ /dev/null @@ -1,65 +0,0 @@ -# New ports collection makefile for: wily -# Date created: 23 September 1997 -# Whom: koshy -# -# $FreeBSD$ -# - -PORTNAME= wily -PORTVERSION= 0.13.42 -PORTREVISION= 2 -CATEGORIES= editors plan9 -MASTER_SITES= SF/${PORTNAME}/baseline/${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= A clone of the Plan9 editor `acme' - -RUN_DEPENDS= ${LOCALBASE}/bin/rc:${PORTSDIR}/shells/rc \ - ${LOCALBASE}/lib/X11/fonts/Xg/unicode.9.font:${PORTSDIR}/x11-fonts/Xg - -USE_XORG= x11 ice xt -GNU_CONFIGURE= YES -USE_GMAKE= YES -MAN1= wgoto.1 win.1 wreplace.1 Tag.1 mktags.1 Man.1 -MAKE_JOBS_UNSAFE= yes - -PORTDOCS= index.html intro.html download.html credits.html FAQ.html \ - onepage.html user.html idioms.html C.html python.html \ - hack.html AcmeVsWily.html Tcl.html \ - pythonpaper.html winmanager.html auug.html one.html \ - example.gif thumb.gif cartoon.gif \ - FAQ.txt Tcl.txt changes.txt perl.txt \ - Credits fonts mouse -TUTEDOCS= hello.c start typescript -TUTESHS= findword script send_to_gary - -post-patch: - cd ${WRKSRC}/tools/win; ${REINPLACE_CMD} -e 's," in " __FUNCTION__ "()",,' \ - win.c wgoto.c wreplace.c; \ - ${CHMOD} 755 configure mkinstalldirs; - -# Run the configure script in the tools directory. -post-configure: - @${RM} ${WRKSRC}/tools/win/config.cache - cd ${WRKSRC}/tools/win && \ - ${SETENV} CC=${CC} "CFLAGS=${CFLAGS}" \ - ${SH} ./configure --prefix=${PREFIX} - -# The default Wily makefile does not install any documentation. Rectify. -post-install: - @${STRIP_CMD} ${PREFIX}/bin/wily -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR}/tute -. for doc in ${PORTDOCS} - @${INSTALL_DATA} ${WRKSRC}/Doc/${doc} ${DOCSDIR} -. endfor -. for doc in ${TUTEDOCS} - @${INSTALL_DATA} ${WRKSRC}/Doc/tute/${doc} ${DOCSDIR}/tute -. endfor -. for doc in ${TUTESHS} - @${INSTALL_SCRIPT} ${WRKSRC}/Doc/tute/${doc} ${DOCSDIR}/tute -. endfor -.endif - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/editors/wily/distinfo b/editors/wily/distinfo deleted file mode 100644 index 780e4f2082cc..000000000000 --- a/editors/wily/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (wily-0.13.42.tar.gz) = 5f5498b11c28c8d1fde7750f133a4ab2faca4b23f2ca0a563103ea34e667c4cb -SIZE (wily-0.13.42.tar.gz) = 487783 diff --git a/editors/wily/files/patch-Makefile b/editors/wily/files/patch-Makefile deleted file mode 100644 index 31cc70af30b0..000000000000 --- a/editors/wily/files/patch-Makefile +++ /dev/null @@ -1,27 +0,0 @@ ---- Makefile.in.orig Sun Jan 19 08:44:47 2003 -+++ Makefile.in Sun Jan 19 08:49:06 2003 -@@ -2,9 +2,9 @@ - srcdir=@srcdir@ - VPATH=@srcdir@ - --SUBDIRS=libXg libframe libmsg wily -+SUBDIRS=libXg libframe libmsg wily tools/win - --all: wily/wily -+all: wily/wily win - - wily/wily: libXg/libXg.a libframe/libframe.a libmsg/libmsg.a - cd wily; $(MAKE) $(MFLAGS) -@@ -14,9 +14,11 @@ - cd libframe; $(MAKE) $(MFLAGS) all - libmsg/libmsg.a: - cd libmsg; $(MAKE) $(MFLAGS) all -- -+win: -+ cd tools/win; $(MAKE) $(MFLAGS) - install: all - cd wily; $(MAKE) $(MFLAGS) install -+ cd tools/win; $(MAKE) $(MFLAGS) install - clean: - for i in $(SUBDIRS); do \ - (cd $$i; $(MAKE) $(MFLAGS) $@); \ diff --git a/editors/wily/files/patch-tools_win_win.c b/editors/wily/files/patch-tools_win_win.c deleted file mode 100644 index 4ce3603bda6d..000000000000 --- a/editors/wily/files/patch-tools_win_win.c +++ /dev/null @@ -1,13 +0,0 @@ ---- tools/win/win.c.orig Mon Dec 2 17:44:13 1996 -+++ tools/win/win.c Tue Jan 31 22:19:30 2006 -@@ -680,10 +680,6 @@ - /* e.g., on Digital UNIX or Solaris */ - - { -- extern char *ptsname(); -- extern int grantpt(); -- extern int unlockpt(); -- - master = open("/dev/ptmx", O_RDWR); - if (master < 0) { - error("open() failed" here); diff --git a/editors/wily/files/patch-win::Makefile b/editors/wily/files/patch-win::Makefile deleted file mode 100644 index 130afcb97c4b..000000000000 --- a/editors/wily/files/patch-win::Makefile +++ /dev/null @@ -1,22 +0,0 @@ ---- tools/win/Makefile.in.orig Sun Jan 19 09:03:49 2003 -+++ tools/win/Makefile.in Sun Jan 19 09:05:36 2003 -@@ -3,6 +3,7 @@ - srcdir = @srcdir@ - VPATH = @srcdir@ - -+wilydir = ../../ - prefix = @prefix@ - exec_prefix = @exec_prefix@ - bindir = $(exec_prefix)/bin -@@ -12,9 +13,9 @@ - INSTALL_DATA = @INSTALL_DATA@ - - CC = @CC@ --CFLAGS = @CFLAGS@ -I.. -I$(srcdir)/../include -I$(srcdir)/../sam/include -+CFLAGS = @CFLAGS@ -I$(wilydir) -I$(wilydir)/include - DEFS = @DEFS@ --LIBS = @LIBS@ ../libmsg/libmsg.a ../sam/libXg/libXg.a -+LIBS = $(wilydir)/libmsg/libmsg.a $(wilydir)/libXg/libXg.a - LDFLAGS = @LDFLAGS@ - - RC = @RC@ diff --git a/editors/wily/files/patch-win::Man.rc b/editors/wily/files/patch-win::Man.rc deleted file mode 100644 index 7465d9bb7fa0..000000000000 --- a/editors/wily/files/patch-win::Man.rc +++ /dev/null @@ -1,10 +0,0 @@ ---- tools/win/Man.rc.orig Sun Jan 19 08:59:21 2003 -+++ tools/win/Man.rc Sun Jan 19 08:59:41 2003 -@@ -10,6 +10,6 @@ - } - - name = `{ echo $*($#*) } --man $* >[2=1] | col -bx | wreplace -c '+Man '^$name^':,' -+man $* >[2=1] | col -bx | wreplace -c '~Man '^$name^':,' - - exit diff --git a/editors/wily/pkg-descr b/editors/wily/pkg-descr deleted file mode 100644 index 4459c2eda97f..000000000000 --- a/editors/wily/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Wily is a clone of the Plan 9 editor ACME, a powerful mouse oriented -text based working environment for programmers. - -Wily works best with 3 button rodents. - -WWW: http://www.cs.yorku.ca/~oz/wily/ diff --git a/editors/wily/pkg-message b/editors/wily/pkg-message deleted file mode 100644 index 9b9f460f7181..000000000000 --- a/editors/wily/pkg-message +++ /dev/null @@ -1,9 +0,0 @@ -The following tools have been installed along with wily: - - wreplace win wgoto mktags Man Tag - -Please refer to their manual pages for information on their use. - -The wily(1) manual page has not been installed because it's out-of-date. - -Please refer to "${PREFIX}/share/doc/wily/" documentation. diff --git a/editors/wily/pkg-plist b/editors/wily/pkg-plist deleted file mode 100644 index 6bd7df58074d..000000000000 --- a/editors/wily/pkg-plist +++ /dev/null @@ -1,14 +0,0 @@ -bin/Man -bin/Tag -bin/mktags -bin/wgoto -bin/wily -bin/win -bin/wreplace -%%PORTDOCS%%%%DOCSDIR%%/tute/findword -%%PORTDOCS%%%%DOCSDIR%%/tute/hello.c -%%PORTDOCS%%%%DOCSDIR%%/tute/script -%%PORTDOCS%%%%DOCSDIR%%/tute/send_to_gary -%%PORTDOCS%%%%DOCSDIR%%/tute/start -%%PORTDOCS%%%%DOCSDIR%%/tute/typescript -%%PORTDOCS%%@dirrm %%DOCSDIR%%/tute |