- Move print/ggv2 to print/ggv

This commit is contained in:
Pav Lucistnik 2005-01-24 23:42:17 +00:00
parent ab228e5b7d
commit 12cdd35c4b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127244
12 changed files with 8 additions and 9 deletions

2
MOVED
View file

@ -404,7 +404,6 @@ audio/gnomeaudio||2003-07-15|removed as part of GNOME 1.4 desktop phase out
games/gnomegames||2003-07-15|removed as part of GNOME 1.4 desktop phase out
misc/gnomeutils||2003-07-15|removed as part of GNOME 1.4 desktop phase out
misc/gnomeuserdocs||2003-07-15|removed as part of GNOME 1.4 desktop phase out
print/ggv||2003-07-15|removed as part of GNOME 1.4 desktop phase out
x11-wm/spager||2003-07-15|removed as it depends on sawfish
mail/gtkgrepmail||2003-07-15|removed as it depends on gnomecore
x11-toolkits/eazel-themes||2003-07-15|removed as it depends on sawfish
@ -1379,3 +1378,4 @@ x11-toolkits/eel2|x11-toolkits/eel|2005-01-25|moved to non-versioned directory
graphics/eog2|graphics/eog|2005-01-25|moved to non-versioned directory
x11/gdm2|x11/gdm|2005-01-25|moved to non-versioned directory
editors/gedit2|editors/gedit|2005-01-25|moved to non-versioned directory
print/ggv2|print/ggv|2005-01-25|moved to non-versioned directory

View file

@ -17,7 +17,7 @@ COMMENT= GUI front end for the efax fax program
LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12
LIB_DEPENDS+= gtkmm-2.0.6:${PORTSDIR}/x11-toolkits/gtk--2
RUN_DEPENDS= ${X11BASE}/bin/ggv:${PORTSDIR}/print/ggv2
RUN_DEPENDS= ${X11BASE}/bin/ggv:${PORTSDIR}/print/ggv
RUN_DEPENDS+= ${LOCALBASE}/bin/gs:${PORTSDIR}/print/ghostscript-gnu
USE_X_PREFIX= YES

View file

@ -68,7 +68,7 @@
SUBDIR += freetype2
SUBDIR += ft2demos
SUBDIR += gfontview
SUBDIR += ggv2
SUBDIR += ggv
SUBDIR += ghostscript-afpl
SUBDIR += ghostscript-afpl-nox11
SUBDIR += ghostscript-gnu

View file

@ -5,12 +5,11 @@
# $FreeBSD$
#
PORTNAME= ggv2
PORTNAME= ggv
PORTVERSION= 2.8.2
CATEGORIES= print gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.8
DISTNAME= ggv-${PORTVERSION}
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org

View file

@ -32,7 +32,7 @@ RUN_DEPENDS= ${X11BASE}/libexec/cdplayer_applet2:${PORTSDIR}/x11/gnomeapplets2 \
${X11BASE}/share/gnome/sounds/question.wav:${PORTSDIR}/audio/gnomeaudio2 \
file-roller:${PORTSDIR}/archivers/fileroller \
${X11BASE}/share/themes/HighContrast/gtk-2.0/gtkrc:${PORTSDIR}/x11-themes/gnome-themes \
ggv:${PORTSDIR}/print/ggv2 \
ggv:${PORTSDIR}/print/ggv \
gcalctool:${PORTSDIR}/math/gcalctool \
gucharmap:${PORTSDIR}/deskutils/gucharmap \
gst-thumbnail:${PORTSDIR}/multimedia/nautilus-media \

View file

@ -4,7 +4,7 @@ PATH=/bin:/usr/bin:/sbin:/usr/sbin:${PATH}
export PATH
if [ "$2" = "PRE-INSTALL" ]; then
GNOME_ONE_DESKTOP="gnomecore gnomeapplets gnomemedia gnomeutils gtop libgtop sawfish nautilus xalf gnomegames eog ggv gnomeaudio"
GNOME_ONE_DESKTOP="gnomecore gnomeapplets gnomemedia gnomeutils gtop libgtop sawfish nautilus xalf gnomegames eog gnomeaudio"
for package in ${GNOME_ONE_DESKTOP}; do
if pkg_info | grep "^${package}-[0-9]" >/dev/null 2>&1; then
echo "${package} was detected on the system. This package is part of the GNOME 1.x"

View file

@ -36,7 +36,7 @@ RUN_DEPENDS= ${X11BASE}/libexec/cdplayer_applet2:${PORTSDIR}/x11/gnomeapplets2 \
${X11BASE}/libdata/pkgconfig/libgail-gnome.pc:${PORTSDIR}/x11-toolkits/libgail-gnome \
file-roller:${PORTSDIR}/archivers/fileroller \
${X11BASE}/share/themes/HighContrast/gtk-2.0/gtkrc:${PORTSDIR}/x11-themes/gnome-themes \
ggv:${PORTSDIR}/print/ggv2 \
ggv:${PORTSDIR}/print/ggv \
gok:${PORTSDIR}/accessibility/gok \
gpdf:${PORTSDIR}/graphics/gpdf \
nautilus-cd-burner:${PORTSDIR}/sysutils/nautilus-cd-burner \

View file

@ -9,7 +9,7 @@ trap "rm -f ${tmp_pkg_info}" 0
pkg_info > ${tmp_pkg_info}
if [ "$2" = "PRE-INSTALL" ]; then
GNOME_ONE_DESKTOP="gnomecore gnomeapplets gnomemedia gnomeutils gtop libgtop sawfish nautilus xalf gnomegames ggv gnomeaudio"
GNOME_ONE_DESKTOP="gnomecore gnomeapplets gnomemedia gnomeutils gtop libgtop sawfish nautilus xalf gnomegames gnomeaudio"
for package in ${GNOME_ONE_DESKTOP}; do
if grep "^${package}-[0-9]" ${tmp_pkg_info} >/dev/null 2>&1; then
echo "${package} was detected on the system. This package is part of the GNOME 1.x"