Initial Import
A Image viewer based on X-Window system and GTK+. The main purpose is to port ACD See, which is a very popular image viewer in M$ world, to Unix platform.
This commit is contained in:
parent
94337d94a4
commit
999c3195a3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15021
24
graphics/gtksee/Makefile
Normal file
24
graphics/gtksee/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: gtksee
|
||||
# Version required: 0.1.4
|
||||
# Date created: Sun Nov 22 12:08:18 CET 1998
|
||||
# Whom: Dirk Froemberg <ibex@physik.TU-Berlin.DE>
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= gtksee-0.2.0
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://www.zg169.net/~hotaru/download/
|
||||
|
||||
MAINTAINER= ibex@physik.TU-Berlin.DE
|
||||
|
||||
LIB_DEPENDS= gtk.1:${PORTSDIR}/x11-toolkits/gtk \
|
||||
jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
png.2:${PORTSDIR}/graphics/png \
|
||||
tiff34.1:${PORTSDIR}/graphics/tiff34
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS=-I${PREFIX}/include \
|
||||
LDFLAGS=-L${PREFIX}/lib
|
||||
|
||||
.include <bsd.port.mk>
|
1
graphics/gtksee/distinfo
Normal file
1
graphics/gtksee/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (gtksee-0.2.0.tar.gz) = 5dd8ee3b205990ca6893fd8094694685
|
10
graphics/gtksee/files/patch-aa
Normal file
10
graphics/gtksee/files/patch-aa
Normal file
@ -0,0 +1,10 @@
|
||||
--- src/im_xcf.c.orig Tue Oct 20 14:45:12 1998
|
||||
+++ src/im_xcf.c Sun Nov 22 10:36:32 1998
|
||||
@@ -21,6 +21,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
+#include <sys/types.h>
|
||||
#include <netinet/in.h>
|
||||
|
||||
#include <gtk/gtk.h>
|
1
graphics/gtksee/pkg-comment
Normal file
1
graphics/gtksee/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
image viewer
|
5
graphics/gtksee/pkg-descr
Normal file
5
graphics/gtksee/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
A Image viewer based on X-Window system and GTK+. The main purpose
|
||||
is to port ACD See, which is a very popular image viewer in M$
|
||||
world, to Unix platform.
|
||||
|
||||
http://www.zg169.net/~hotaru/gtksee/index_en.html
|
1
graphics/gtksee/pkg-plist
Normal file
1
graphics/gtksee/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/gtksee
|
Loading…
Reference in New Issue
Block a user