diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-25 18:02:31 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-25 18:02:31 +0000 |
commit | f155dc3ddca47e3baa9a31630aac238232becd83 (patch) | |
tree | e41d0b4eb7fac97a36c95f527537815a4bf892db /russian/wmcyrx | |
parent | 98fa9be4347f87106291da9f0232922c82d889c4 (diff) |
Notes
Diffstat (limited to 'russian/wmcyrx')
-rw-r--r-- | russian/wmcyrx/Makefile | 35 | ||||
-rw-r--r-- | russian/wmcyrx/distinfo | 2 | ||||
-rw-r--r-- | russian/wmcyrx/files/patch-aa | 49 | ||||
-rw-r--r-- | russian/wmcyrx/pkg-descr | 4 |
4 files changed, 0 insertions, 90 deletions
diff --git a/russian/wmcyrx/Makefile b/russian/wmcyrx/Makefile deleted file mode 100644 index 7e3f1775234e..000000000000 --- a/russian/wmcyrx/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: CyrX-2 -# Date created: 04 Janyary 1999 -# Whom: Sergey Osokin aka oZZ <ozz@FreeBSD.org.ru> -# -# $FreeBSD$ -# - -PORTNAME= wmcyrx -PORTVERSION= 2.1 -PORTREVISION= 2 -CATEGORIES= russian windowmaker -MASTER_SITES= http://ozz.pp.ru/distfiles/ \ - ftp://ftp.vistdon.ru/pub/unix/X/wmanagers/windowmaker/ -DISTNAME= cyrx-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= The Cyrillic keyboard layout manager for Window Maker - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2012-10-20 - -USE_XORG= x11 xpm -NO_INSTALL_MANPAGES= yes -PLIST_FILES= bin/wmcyrx2 -MAKE_ENV+= COPT="${CXXFLAGS} -fpermissive" - -post-extract: - @ ${MV} ${WRKSRC}/makefile ${WRKSRC}/Makefile - @ ${REINPLACE_CMD} 's|inline min|inline int min|' \ - ${WRKSRC}/cyrx2.cc - -do-install: - @ ${INSTALL_PROGRAM} ${WRKSRC}/cyrx2 ${PREFIX}/bin/wmcyrx2 - -.include <bsd.port.mk> diff --git a/russian/wmcyrx/distinfo b/russian/wmcyrx/distinfo deleted file mode 100644 index 6d33ba9d4d81..000000000000 --- a/russian/wmcyrx/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (cyrx-2.1.tar.gz) = 798cfbfbb46326e97ab56e5dea2419687c7e411315472b436485bc691626279f -SIZE (cyrx-2.1.tar.gz) = 20192 diff --git a/russian/wmcyrx/files/patch-aa b/russian/wmcyrx/files/patch-aa deleted file mode 100644 index 27bb15739adc..000000000000 --- a/russian/wmcyrx/files/patch-aa +++ /dev/null @@ -1,49 +0,0 @@ ---- Makefile.orig Wed Apr 28 08:17:54 1999 -+++ Makefile Sun Sep 8 17:58:29 2002 -@@ -1,31 +1,34 @@ - --I = -I/usr/openwin/include -I/usr/local/include -+I = -I${LOCALBASE}/include - #L = -Bstatic -lXpm -Bdynamic -lX11 -lXext --L = -L/usr/local/lib -L/usr/openwin/lib -L/usr/X11/lib -lXpm -lX11 -lXext -+L = -L${LOCALBASE}/lib -L/usr/lib -lXpm -lX11 -lXext - #CC = gcc -O $I -DXLIB_ILLEGAL_ACCESS --CC=CC -O $I -DXLIB_ILLEGAL_ACCESS -+CXX ?= c++ -+CXXFLAGS= ${COPT} $I -DXLIB_ILLEGAL_ACCESS -+CC ?= cc -+CFLAGS+= $I -DXLIB_ILLEGAL_ACCESS - --cyrx2: cyrx2.o cyrmapper.o -- $(CC) cyrx2.o cyrmapper.o -o cyrx2 $L -+all: cyrx2.o cyrmapper.o -+ $(CXX) $(CXXFLAGS) cyrx2.o cyrmapper.o -o cyrx2 $L - - cyrx: cyrx.o cyrmapper.o -- $(CC) -xildoff cyrx.o cyrmapper.o -o cyrx $L -+ $(CXX) $(CXXFLAGS) -xildoff cyrx.o cyrmapper.o -o cyrx $L - - cyrx2.o: cyrx2.cc -- $(CC) cyrx2.cc -c -o cyrx2.o -+ $(CXX) $(CXXFLAGS) cyrx2.cc -c -o cyrx2.o - - cyrx.o: cyrx.cc cyrmapper.h cyrl.h cyrx.icon cright.icon -- $(CC) cyrx.cc -c -o cyrx.o -+ $(CXX) $(CXXFLAGS) cyrx.cc -c -o cyrx.o - - - cyrmapper.o: cyrmapper.cc cyrmapper.h -- $(CC) cyrmapper.cc -c -o cyrmapper.o -+ $(CXX) $(CXXFLAGS) cyrmapper.cc -c -o cyrmapper.o - - test: test.cc -- $(CC) test.cc -o test -lg++ -+ $(CXX) $(CXXFLAGS) test.cc -o test -lg++ - --test: gen.c -- $(CC) gen.c -o gen -+gen: gen.c -+ $(CC) $(CFLAGS) gen.c -o gen - - - tabs: diff --git a/russian/wmcyrx/pkg-descr b/russian/wmcyrx/pkg-descr deleted file mode 100644 index ba49cd6429b9..000000000000 --- a/russian/wmcyrx/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -wmcyrx2 - The Cyrillic keyboard layout manager for WindowMaker -Shift+Shift to toggle EN/RU, mouse click to toggle encoding. -The only requirements is that you must have US keyboard (not UK or -German or anything else). |