Abandonware
This commit is contained in:
parent
d099f82925
commit
183d9d26a8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=372791
7 changed files with 1 additions and 95 deletions
1
MOVED
1
MOVED
|
@ -7234,3 +7234,4 @@ sysutils/pessulus||2014-11-19|Abandonware, depends on non existing USE_GNOME com
|
|||
x11-toolkits/libzvt||2014-11-19|Abandonware, not depended on anymore
|
||||
net-p2p/gtkhx||2014-11-19|Does not work anymore
|
||||
korean/ami||2014-11-19|Does not work anymore
|
||||
graphics/xzgv||2014-11-19|Abandonware since at least 2008
|
||||
|
|
|
@ -1071,7 +1071,6 @@
|
|||
SUBDIR += xv
|
||||
SUBDIR += xv-m17n
|
||||
SUBDIR += xwpick
|
||||
SUBDIR += xzgv
|
||||
SUBDIR += yafray
|
||||
SUBDIR += yagf
|
||||
SUBDIR += yed
|
||||
|
|
|
@ -1,31 +0,0 @@
|
|||
# Created by: Norio Suzuki <nosuzuki@e-mail.ne.jp>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xzgv
|
||||
PORTVERSION= 0.9
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/
|
||||
|
||||
MAINTAINER= nosuzuki@postcard.st
|
||||
COMMENT= Image viewer with thumbnail-based file selector for X
|
||||
|
||||
BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk
|
||||
|
||||
USES= gmake pkgconfig
|
||||
USE_GNOME= imlib gdkpixbuf gtk20
|
||||
USE_XORG= x11
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -lX11 -lm
|
||||
|
||||
PLIST_FILES= bin/xzgv man/man1/xzgv.1.gz
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|^CC|#CC|g ; \
|
||||
s|^CFLAGS|#CFLAGS|g ; \
|
||||
s|^PREFIX|#PREFIX|g' ${WRKSRC}/config.mk
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/xzgv ${STAGEDIR}${LOCALBASE}/bin/
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/xzgv.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (xzgv-0.9.tar.gz) = c5716994290dfa495ad5229049c510332d6afd3a0727b35de39436b6b53d1091
|
||||
SIZE (xzgv-0.9.tar.gz) = 235367
|
|
@ -1,35 +0,0 @@
|
|||
--- Makefile.orig 2010-03-18 23:04:14.000000000 +0100
|
||||
+++ Makefile 2010-03-18 23:05:02.000000000 +0100
|
||||
@@ -32,8 +32,8 @@
|
||||
xzgv:
|
||||
cd src && $(MAKE) xzgv
|
||||
|
||||
-src/install-info: src/install-info.c
|
||||
- cd src && $(MAKE) install-info
|
||||
+#src/install-info: src/install-info.c
|
||||
+# cd src && $(MAKE) install-info
|
||||
|
||||
man: doc/xzgv.1
|
||||
|
||||
@@ -52,13 +52,16 @@
|
||||
cd doc && $(MAKE) clean
|
||||
$(RM) *~
|
||||
|
||||
-install: all
|
||||
- cd src && $(MAKE) install
|
||||
- cd doc && $(MAKE) install
|
||||
+#install: all
|
||||
+# cd src && $(MAKE) install
|
||||
+# cd doc && $(MAKE) install
|
||||
+install:
|
||||
+# cd src && $(MAKE) install
|
||||
+# cd doc && $(MAKE) install
|
||||
|
||||
uninstall:
|
||||
- cd src && $(MAKE) uninstall
|
||||
- cd doc && $(MAKE) uninstall
|
||||
+# cd src && $(MAKE) uninstall
|
||||
+# cd doc && $(MAKE) uninstall
|
||||
|
||||
|
||||
# The stuff below makes the distribution tgz.
|
|
@ -1,17 +0,0 @@
|
|||
--- doc/Makefile.orig 2010-03-18 23:06:01.000000000 +0100
|
||||
+++ doc/Makefile 2010-03-18 23:06:17.000000000 +0100
|
||||
@@ -36,10 +36,10 @@
|
||||
installdirs:
|
||||
/bin/sh ../mkinstalldirs $(INFODIR) $(MANDIR)
|
||||
|
||||
-install: installdirs
|
||||
- install xzgv.1 $(MANDIR)
|
||||
- install xzgv.gz $(INFODIR)
|
||||
- install-info --infodir=$(INFODIR) xzgv.gz
|
||||
+install:
|
||||
+# install xzgv.1 $(MANDIR)
|
||||
+# install xzgv.gz $(INFODIR)
|
||||
+# install-info --infodir=$(INFODIR) xzgv.gz
|
||||
|
||||
uninstall:
|
||||
$(RM) $(MANDIR)/xzgv.1
|
|
@ -1,9 +0,0 @@
|
|||
This is an image file viewer with thumbnail-based file selector. it uses GTK+
|
||||
and Imlib libraries and support most image file formats. The thumbnail file is
|
||||
compatible with xv and Gimp.
|
||||
|
||||
In contrast to other image file viewers for X, xzgv uses only one window and
|
||||
can fit a large image to the size of the window without changing the aspect
|
||||
ratio.
|
||||
|
||||
WWW: http://rus.members.beeb.net/xzgv.html
|
Loading…
Reference in a new issue