pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/afterstep Update to 2.00.01. In fact, this is a co...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a11d58b7fd73
branches:  trunk
changeset: 487451:a11d58b7fd73
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Fri Jan 14 13:37:53 2005 +0000

description:
Update to 2.00.01.  In fact, this is a completely new package coming from
pkgsrc-wip, as the program has changed a lot.  So:

AfterStep is a window manager for the Unix X Window System.  Based on the
look and feel of the NeXTStep interface, it provides end users with a
consistent, clean, and elegant desktop.

Some of the distinguishing features of AfterStep compared to other window
managers are its low usage of resources, stability and configurability.

diffstat:

 wm/afterstep/DESCR            |    12 +-
 wm/afterstep/Makefile         |    58 +-
 wm/afterstep/PLIST            |  3378 ++++++++++++++++++++++++++++++++++------
 wm/afterstep/distinfo         |    15 +-
 wm/afterstep/patches/patch-aa |    27 -
 wm/afterstep/patches/patch-ab |    18 -
 wm/afterstep/patches/patch-ad |    18 -
 wm/afterstep/patches/patch-ae |    41 -
 wm/afterstep/patches/patch-af |    14 -
 wm/afterstep/patches/patch-ag |    55 -
 wm/afterstep/patches/patch-ah |    54 -
 wm/afterstep/patches/patch-ai |    18 -
 wm/afterstep/patches/patch-aj |    18 -
 13 files changed, 2870 insertions(+), 856 deletions(-)

diffs (truncated from 3866 to 300 lines):

diff -r 74d994b1bac9 -r a11d58b7fd73 wm/afterstep/DESCR
--- a/wm/afterstep/DESCR        Fri Jan 14 13:36:35 2005 +0000
+++ b/wm/afterstep/DESCR        Fri Jan 14 13:37:53 2005 +0000
@@ -1,6 +1,6 @@
-AfterStep is a window manager for X which started by emulating the
-NextStep look and feel, but which has evolved significantly from
-its origins. It remains highly configurable, functional, and
-intuitive. AfterStep was one of the first window managers to
-achieve gnome compatibility, and it can be configured to complement
-the Gnome Desktop very well.
+AfterStep is a window manager for the Unix X Window System.  Based on the
+look and feel of the NeXTStep interface, it provides end users with a
+consistent, clean, and elegant desktop.
+
+Some of the distinguishing features of AfterStep compared to other window
+managers are its low usage of resources, stability and configurability.
diff -r 74d994b1bac9 -r a11d58b7fd73 wm/afterstep/Makefile
--- a/wm/afterstep/Makefile     Fri Jan 14 13:36:35 2005 +0000
+++ b/wm/afterstep/Makefile     Fri Jan 14 13:37:53 2005 +0000
@@ -1,49 +1,23 @@
-# $NetBSD: Makefile,v 1.25 2004/10/03 00:18:22 tv Exp $
+# $NetBSD: Makefile,v 1.26 2005/01/14 13:37:53 jmmv Exp $
+#
 
-DISTNAME=      AfterStep-1.8.11
-PKGNAME=       afterstep-1.8.11
-PKGREVISION=   2
-CATEGORIES=    x11 wm
-MASTER_SITES=  ftp://ftp.afterstep.org/stable/ \
-               ftp://ftp.digex.net/pub/X11/window-managers/afterstep/AfterStep/stable/
-EXTRACT_SUFX=  .tar.bz2
+DISTNAME=      AfterStep-2.00.01
+PKGNAME=       ${DISTNAME:S/AfterStep/afterstep/}
+CATEGORIES=    wm
+MASTER_SITES=  ftp://ftp.afterstep.org/stable/
 
-MAINTAINER=            fredb%NetBSD.org@localhost
-HOMEPAGE=              http://www.afterstep.org/
-COMMENT=               NeXT-like window manager for X11
+MAINTAINER=    tech-pkg%NetBSD.org@localhost
+HOMEPAGE=      http://www.afterstep.org/
+COMMENT=       Window manager based on the look and feel of the NeXTStep interface
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
-DEPENDS+=              asclock-[0-9]*:../../time/asclock
-DEPENDS+=              xp-[0-9]*:../../x11/xp
-
-AUTOCONF_REQD=         2.13
+GNU_CONFIGURE=         YES
 USE_BUILDLINK3=                YES
-GNU_CONFIGURE=         YES
-USE_LIBTOOL=           YES
+USE_DIRS+=             gnome2-1.5
+USE_GNU_TOOLS+=                make
+USE_PERL5=             run
 USE_X11=               YES
 
-CONFIGURE_ARGS+=       --disable-staticlibs
-CONFIGURE_ARGS+=       --disable-xinerama
-CONFIGURE_ARGS+=       --with-helpcommand=xpman
-CONFIGURE_ARGS+=       --with-xpm-includes='${BUILDLINK_DIR}/include/X11'
-CONFIGURE_ENV+=                PERL='${LOCALBASE}/bin/perl'
-CONFIGURE_ENV+=                ac_cv_prog_sgmltools='no'
-
-post-patch:
-       for i in `${FIND} ${WRKSRC} -name "*.man" -print` \
-               ${WRKSRC}/autoconf/Makefile.common.in; do \
-         ${MV} $$i $$i.orig ;\
-         ${SED} -e 's|/usr/local/|${PREFIX}/|g' -e 's|1x|1|g' < $$i.orig > $$i ; \
-       done
-
-pre-configure:
-       cd ${WRKSRC} && \
-         ${AUTOCONF} --localdir=autoconf autoconf/configure.in > configure; \
-         ${CHMOD} 755 configure; \
-         ${AUTOHEADER} --localdir=autoconf autoconf/configure.in > autoconf/config.h.in;
-
-.include "../../audio/rplay/buildlink3.mk"
-.include "../../graphics/jpeg/buildlink3.mk"
-.include "../../graphics/png/buildlink3.mk"
-.include "../../graphics/xpm/buildlink3.mk"
-.include "../../mk/autoconf.mk"
+.include "../../graphics/freetype2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 74d994b1bac9 -r a11d58b7fd73 wm/afterstep/PLIST
--- a/wm/afterstep/PLIST        Fri Jan 14 13:36:35 2005 +0000
+++ b/wm/afterstep/PLIST        Fri Jan 14 13:37:53 2005 +0000
@@ -1,74 +1,308 @@
-@comment $NetBSD: PLIST,v 1.2 2004/09/22 08:09:55 jlam Exp $
-bin/ASSound
+@comment $NetBSD: PLIST,v 1.3 2005/01/14 13:37:53 jmmv Exp $
 bin/Animate
-bin/Audio
 bin/Banner
-bin/Cascade
-bin/Clean
-bin/Form
-bin/Gnome
 bin/Ident
+bin/MonitorWharf
 bin/Pager
-bin/Save
-bin/Script
-bin/Scroll
-bin/Tile
 bin/Wharf
 bin/WinList
-bin/Zharf
+bin/WinTabs
+bin/afterimage-config
+bin/afterimage-libs
 bin/afterstep
+bin/afterstep-config
 bin/afterstepdoc
 bin/ascommand.pl
-bin/asetroot
+bin/ascompose
+bin/asflip
+bin/asgrad
+bin/asi18n
+bin/asmerge
+bin/asscale
+bin/astext
+bin/astile
+bin/asvector
+bin/asview
 bin/importasmenu
 bin/installastheme.pl
 bin/makeastheme.pl
-lib/libafterstep.la
-lib/libasConfig.la
-lib/libasimage.la
-lib/libWidgets.la
-man/man1/Animate.1
-man/man1/Audio.1
-man/man1/Banner.1
-man/man1/Cascade.1
-man/man1/Clean.1
-man/man1/Form.1
-man/man1/Gnome.1
-man/man1/Ident.1
-man/man1/Pager.1
-man/man1/Save.1
-man/man1/Script.1
-man/man1/Scroll.1
-man/man1/Tile.1
-man/man1/Wharf.1
-man/man1/WinList.1
-man/man1/Zharf.1
-man/man1/afterstep.1
-man/man1/asetroot.1
-share/afterstep/.workspace_state
-share/afterstep/Gnome
+include/libAfterBase/ashash.h
+include/libAfterBase/aslist.h
+include/libAfterBase/astypes.h
+include/libAfterBase/asvector.h
+include/libAfterBase/audit.h
+include/libAfterBase/fs.h
+include/libAfterBase/layout.h
+include/libAfterBase/mystring.h
+include/libAfterBase/os.h
+include/libAfterBase/output.h
+include/libAfterBase/parse.h
+include/libAfterBase/regexp.h
+include/libAfterBase/safemalloc.h
+include/libAfterBase/selfdiag.h
+include/libAfterBase/sleep.h
+include/libAfterBase/socket.h
+include/libAfterBase/timer.h
+include/libAfterBase/trace.h
+include/libAfterBase/xprop.h
+include/libAfterBase/xwrap.h
+include/libAfterConf/afterconf.h
+include/libAfterImage/afterbase.h
+include/libAfterImage/afterimage.h
+include/libAfterImage/ascmap.h
+include/libAfterImage/asfont.h
+include/libAfterImage/asim_afterbase.h
+include/libAfterImage/asimage.h
+include/libAfterImage/asimagexml.h
+include/libAfterImage/asstorage.h
+include/libAfterImage/asvisual.h
+include/libAfterImage/blender.h
+include/libAfterImage/bmp.h
+include/libAfterImage/char2uni.h
+include/libAfterImage/config.h
+include/libAfterImage/export.h
+include/libAfterImage/imencdec.h
+include/libAfterImage/import.h
+include/libAfterImage/pixmap.h
+include/libAfterImage/transform.h
+include/libAfterImage/ungif.h
+include/libAfterImage/xcf.h
+include/libAfterImage/ximage.h
+include/libAfterImage/xpm.h
+include/libAfterStep/afterstep.h
+include/libAfterStep/asapp.h
+include/libAfterStep/asdatabase.h
+include/libAfterStep/asfeel.h
+include/libAfterStep/aswindata.h
+include/libAfterStep/balloon.h
+include/libAfterStep/canvas.h
+include/libAfterStep/clientprops.h
+include/libAfterStep/colorscheme.h
+include/libAfterStep/decor.h
+include/libAfterStep/event.h
+include/libAfterStep/font.h
+include/libAfterStep/freestor.h
+include/libAfterStep/functions.h
+include/libAfterStep/hints.h
+include/libAfterStep/moveresize.h
+include/libAfterStep/myicon.h
+include/libAfterStep/mylook.h
+include/libAfterStep/mystyle.h
+include/libAfterStep/mystyle_property.h
+include/libAfterStep/parser.h
+include/libAfterStep/screen.h
+include/libAfterStep/session.h
+include/libAfterStep/shape.h
+include/libAfterStep/wmprops.h
+lib/libAfterBase.a
+lib/libAfterConf.a
+lib/libAfterImage.a
+lib/libAfterStep.a
+man/man1/ASDatabase.1x
+man/man1/ASDatabaseEntry.1x
+man/man1/AfterStep.1x
+man/man1/Align.1x
+man/man1/Animate.1x
+man/man1/AnimateTypes.1x
+man/man1/Audio.1x
+man/man1/AudioEvents.1x
+man/man1/AutoExec.1x
+man/man1/Base.1x
+man/man1/Bevel.1x
+man/man1/ColorScheme.1x
+man/man1/Feel.1x
+man/man1/FeelWindowBox.1x
+man/man1/Functions.1x
+man/man1/Gravity.1x
+man/man1/Look.1x
+man/man1/MyBackground.1x
+man/man1/MyFrame.1x
+man/man1/MyStyle.1x
+man/man1/Pager.1x
+man/man1/PagerDecorations.1x
+man/man1/Placement.1x
+man/man1/SupportedHints.1x
+man/man1/TbarLayout.1x
+man/man1/Wharf.1x
+man/man1/WharfSounds.1x
+man/man1/WinList.1x
+man/man1/WinTabs.1x
+man/man1/asimagexml.1x
+man/man3/afterimage.3x
+man/man3/ascmap.3x
+man/man3/ascompose.3x
+man/man3/asflip.3x
+man/man3/asfont.3x
+man/man3/asgrad.3x
+man/man3/asimage.3x
+man/man3/asimagexml.3x
+man/man3/asmerge.3x
+man/man3/asscale.3x
+man/man3/astext.3x
+man/man3/astile.3x
+man/man3/asview.3x
+man/man3/asvisual.3x
+man/man3/blender.3x
+man/man3/char2uni.3x
+man/man3/common.3x
+man/man3/export.3x
+man/man3/imencdec.3x
+man/man3/import.3x
+man/man3/transform.3x
+man/man3/ximage.3x
 share/afterstep/animate
-share/afterstep/asetroot
-share/afterstep/audio
 share/afterstep/autoexec
-share/afterstep/backgrounds/Back.xpm
-share/afterstep/backgrounds/BlueStone.xpm
-share/afterstep/backgrounds/aquamarine.xpm
-share/afterstep/backgrounds/black.xpm
-share/afterstep/backgrounds/darkblue.xpm
-share/afterstep/backgrounds/darkgreen.xpm
-share/afterstep/backgrounds/midnightblue.xpm
-share/afterstep/backgrounds/purple.xpm
-share/afterstep/backgrounds/red.xpm
-share/afterstep/backgrounds/wheat.xpm
-share/afterstep/base.15bpp
-share/afterstep/base.16bpp
-share/afterstep/base.24bpp
-share/afterstep/base.32bpp
-share/afterstep/base.8bpp
-share/afterstep/clean
-share/afterstep/compatibility
+share/afterstep/backgrounds/.Cell



Home | Main Index | Thread Index | Old Index