1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Update to version 4.4.0.

This commit is contained in:
Dmitry Sivachenko 2001-01-06 17:25:48 +00:00
parent 59fc53e8e8
commit c6bb32ec31
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36865
6 changed files with 23 additions and 12 deletions

View File

@ -6,12 +6,12 @@
#
PORTNAME= xnc
PORTVERSION= 4.2.1
PORTVERSION= 4.4.0
CATEGORIES= x11-fm
MASTER_SITES= http://www.xnc.dubna.su/src/ \
${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= X11/desktop
DISTFILES= ${DISTNAME}.src.tar.gz
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
MAINTAINER= demon@FreeBSD.org
@ -26,10 +26,12 @@ MAINTAINER= demon@FreeBSD.org
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
png.4:${PORTSDIR}/graphics/png
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
INSTALLS_SHLIB= yes
MAN1= es.1 ives.1 vs.1 xjpegroot.1 xnc.1 xnlaunch.1

View File

@ -1 +1 @@
MD5 (xnc-4.2.1.src.tar.gz) = 0455bf1aacc2403beb2404a420312b8c
MD5 (xnc-4.4.0.src.tar.gz) = cf3feffce6b562c6055aec4827615e3f

View File

@ -0,0 +1,11 @@
--- Make.common.in.orig Fri Jan 5 00:17:13 2001
+++ Make.common.in Fri Jan 5 00:17:25 2001
@@ -31,7 +31,7 @@
INSOWN=@INSTALL@
INSTDIR=@prefix@/bin
INSTMAN=@prefix@/man
-INSTPLUG=@prefix@/lib/xnc
+INSTPLUG=@prefix@/lib
DEB=
STRIPPING=
XINC=@X_CFLAGS@

View File

@ -1,13 +1,11 @@
--- Makefile.in.orig Wed Feb 16 16:16:31 2000
+++ Makefile.in Wed Feb 16 16:18:27 2000
@@ -170,22 +170,22 @@
--- Makefile.in.orig Thu Jan 4 23:53:59 2001
+++ Makefile.in Thu Jan 4 23:58:48 2001
@@ -181,21 +181,21 @@
install:
#Installing X Northern Captain...
- $(INS) ./findslave.xnc $(INSTDIR)
- $(INS) ./users.xnc $(INSTDIR)
- $(INS) ./groups.xnc $(INSTDIR)
+ $(INSTALL_PROGRAM) ./findslave.xnc $(INSTDIR)
+ $(INSTALL_PROGRAM) ./users.xnc $(INSTDIR)
+ $(INSTALL_PROGRAM) ./groups.xnc $(INSTDIR)
$(INS) ./rpm.xnc $(INSTDIR)
@ -32,6 +30,6 @@
+ $(INSTALL_PROGRAM) ./xjroot/xjpegroot $(INSTDIR)
+ $(INSTALL_PROGRAM) ./launch/xnlaunch $(INSTDIR)
+# /bin/sh ./replace.script
mkdir -p $(INSTPLUG)
$(INS) ./plugins/five/libxncfive.so $(INSTPLUG)
echo "Don't foget run 'xncsetup' before starting XNC"
install-rpm:

View File

@ -7,7 +7,7 @@ The IVES - file viewer and editor for X Window included, provides a
comprehensive way to view and edit images in many different formats: GIF,
JPEG, PCX, BMP, XBM, XPM, TIFF, TGA, PCD, PNG.
WWW: http://www.xnc.dubna.su
WWW: http://xnc.dubna.su
--Dima
dima@chg.ru

View File

@ -1,4 +1,3 @@
bin/findslave.xnc
bin/users.xnc
bin/groups.xnc
bin/rpm.xnc
@ -12,6 +11,7 @@ bin/vs
bin/xncsetup
bin/xjpegroot
bin/xnlaunch
lib/libxncfive.so
share/doc/xnc/index.html
share/doc/xnc/doc1.html
share/doc/xnc/doc2.html