diff options
-rw-r--r-- | x11-fm/Makefile | 1 | ||||
-rw-r--r-- | x11-fm/systemg/Makefile | 96 | ||||
-rw-r--r-- | x11-fm/systemg/distinfo | 1 | ||||
-rw-r--r-- | x11-fm/systemg/files/patch-aa | 28 | ||||
-rw-r--r-- | x11-fm/systemg/files/patch-ab | 11 | ||||
-rw-r--r-- | x11-fm/systemg/files/patch-ac | 11 | ||||
-rw-r--r-- | x11-fm/systemg/files/patch-ad | 44 | ||||
-rw-r--r-- | x11-fm/systemg/pkg-comment | 1 | ||||
-rw-r--r-- | x11-fm/systemg/pkg-descr | 9 | ||||
-rw-r--r-- | x11-fm/systemg/pkg-plist | 1 |
10 files changed, 203 insertions, 0 deletions
diff --git a/x11-fm/Makefile b/x11-fm/Makefile index 2196c6d9dd6a..2b5c13b4c650 100644 --- a/x11-fm/Makefile +++ b/x11-fm/Makefile @@ -13,6 +13,7 @@ SUBDIR += mfm SUBDIR += nautilus SUBDIR += offix-files + SUBDIR += systemg SUBDIR += tkdesk SUBDIR += vide SUBDIR += workplace diff --git a/x11-fm/systemg/Makefile b/x11-fm/systemg/Makefile new file mode 100644 index 000000000000..7ea5ed45cf21 --- /dev/null +++ b/x11-fm/systemg/Makefile @@ -0,0 +1,96 @@ +# New ports collection makefile for: SystemG +# Date created: 14 June 2000 +# Whom: Mario S F Ferreira <lioux@linf.unb.br> et al. +# +# $FreeBSD$ +# + +PORTNAME= systemg +PORTVERSION= 1.0.1 +CATEGORIES= x11-fm +MASTER_SITES= ftp://ftp.newplanetsoftware.com/pub/systemg/source/ +DISTNAME= SystemG_source-${PORTVERSION} + +MAINTAINER= lioux@linf.unb.br + +BUILD_DEPENDS= nonexistent:${JXPORT}:configure \ + makemake:${JXPORT} +LIB_DEPENDS= jx-1_5_3.1:${JXPORT} \ + jtoolbar-0_5_4.0:${PORTSDIR}/x11-toolkits/libjtoolbar \ + jtree-1_1_7.1:${PORTSDIR}/x11-toolkits/libjtree + +WRKSRC= ${WRKDIR}/JX-1.5.3 + +USE_XLIB= yes +USE_GMAKE= yes +MAKE_ARGS= CC="${CC}" CXX="${CXX}" \ + CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" +MAKE_ENV= JX_INSTALL_ROOT="${X11BASE}/bin" \ + JX_LIB_ROOT="${X11BASE}/lib" +PLIST_SUB= PORTNAME="${PORTNAME}" + +# Make environment +PORTINCLUDES= -I${X11BASE}/include/jx \ + -I${X11BASE}/include/jcore \ + -I${X11BASE}/include/jtoolbar \ + -I${X11BASE}/include/jtree \ + -I${X11BASE}/share/jx + +# Installs dir with proper permissions +INSTALL_DATA_DIR= ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 755 +# program files +PROGRAMFILES= systemg/systemg +# additional configuration and header files +EXTRALIB_PREFIX= ${X11BASE}/lib/jx +EXTRALIBFILES_MAKE_WRKSRC= include/make +# main jx distribution files needed for building +COPY_JXDIRS= include +COPY_JXFILES= Makefile +# main jx distribution port wrksrc +JXPORT= ${PORTSDIR}/x11-toolkits/jx +JXPORT_WRKSRC= ${JXPORT}/work/JX-1.5.3 +JX_MAKE_CONSTANTS= jtoolbar_constants jtree_constants + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 300000 +ALL_TARGET= freebsd3.x +.else +ALL_TARGET= freebsd2.x +.endif + +.if defined(NOPORTDOCS) +PLIST_SUB+= PORTDOCS:="@comment " +.else +PLIST_SUB+= PORTDOCS:= +.endif # !defined(NOPORTDOCS) + +post-extract: +.for i in ${COPY_JXDIRS} + @${CP} -Rp ${JXPORT_WRKSRC}/${i} ${WRKSRC} +.endfor +.for i in ${COPY_JXFILES} + @${CP} -p ${JXPORT_WRKSRC}/${i} ${WRKSRC} +.endfor + +post-patch: + @${ECHO} "SEARCHDIRS += ${PORTINCLUDES}" >> \ + ${WRKSRC}/${EXTRALIBFILES_MAKE_WRKSRC}/jx_constants + +pre-build: +.for i in ${JX_MAKE_CONSTANTS} + @${LN} -sf ${EXTRALIB_PREFIX}/make/${i} ${WRKSRC}/include/make +.endfor + +post-build: + @cd ${WRKSRC}/programs/${PORTNAME}; ${SETENV} ${MAKE_ENV} makemake; \ + ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ + ${MAKEFILE} ${MAKE_ARGS} + +do-install: +# Install all programs +.for i in ${PROGRAMFILES} + @${INSTALL_PROGRAM} ${WRKSRC}/programs/${i} ${PREFIX}/bin +.endfor + +.include <bsd.port.post.mk> diff --git a/x11-fm/systemg/distinfo b/x11-fm/systemg/distinfo new file mode 100644 index 000000000000..64620649f725 --- /dev/null +++ b/x11-fm/systemg/distinfo @@ -0,0 +1 @@ +MD5 (SystemG_source-1.0.1.tar.gz) = ce380a3cde6b18024e5f46c4db0b2906 diff --git a/x11-fm/systemg/files/patch-aa b/x11-fm/systemg/files/patch-aa new file mode 100644 index 000000000000..18be5d2d2db3 --- /dev/null +++ b/x11-fm/systemg/files/patch-aa @@ -0,0 +1,28 @@ +--- Makefile.orig Sat Sep 11 17:44:38 1999 ++++ Makefile Wed Jun 14 01:07:15 2000 +@@ -262,25 +262,11 @@ + freebsd2.x: prep + @ln -s sys/FreeBSD-2.x_g++ \ + include/make/jx_config +- @ln -s ../../include/missing_proto/jMissingProto_empty.h \ +- include/jcore/jMissingProto.h +- @ln -s config-freebsd.h \ +- ACE/ACE_wrappers/ace/config.h +- @ln -s platform_freebsd.GNU \ +- ACE/ACE_wrappers/include/makeinclude/platform_macros.GNU +- @${INSTALL_CMD} + + .PHONY : freebsd3.x + freebsd3.x: prep + @ln -s sys/FreeBSD-3.x_g++ \ + include/make/jx_config +- @ln -s ../../include/missing_proto/jMissingProto_empty.h \ +- include/jcore/jMissingProto.h +- @ln -s config-freebsd-pthread.h \ +- ACE/ACE_wrappers/ace/config.h +- @ln -s platform_freebsd_pthread.GNU \ +- ACE/ACE_wrappers/include/makeinclude/platform_macros.GNU +- @${INSTALL_CMD} + + # + # SunOS 4.x diff --git a/x11-fm/systemg/files/patch-ab b/x11-fm/systemg/files/patch-ab new file mode 100644 index 000000000000..08f994d2573c --- /dev/null +++ b/x11-fm/systemg/files/patch-ab @@ -0,0 +1,11 @@ +--- include/make/sys/FreeBSD-2.x_g++.orig Wed Jun 14 01:44:51 2000 ++++ include/make/sys/FreeBSD-2.x_g++ Wed Jun 14 01:45:00 2000 +@@ -35,7 +35,7 @@ + # Comment this out if ACE or other code gives you warnings that + # you can't avoid. + +-J_DIE_ON_WARNING := -Werror ++#J_DIE_ON_WARNING := -Werror + + # Uncomment this if istrstream is broken. One way to check is to run + # testjcore/testJFileArray. diff --git a/x11-fm/systemg/files/patch-ac b/x11-fm/systemg/files/patch-ac new file mode 100644 index 000000000000..464c4221d3af --- /dev/null +++ b/x11-fm/systemg/files/patch-ac @@ -0,0 +1,11 @@ +--- include/make/sys/FreeBSD-3.x_g++.orig Wed Jun 14 01:44:51 2000 ++++ include/make/sys/FreeBSD-3.x_g++ Wed Jun 14 01:45:00 2000 +@@ -35,7 +35,7 @@ + # Comment this out if ACE or other code gives you warnings that + # you can't avoid. + +-J_DIE_ON_WARNING := -Werror ++#J_DIE_ON_WARNING := -Werror + + # Uncomment this if istrstream is broken. One way to check is to run + # testjcore/testJFileArray. diff --git a/x11-fm/systemg/files/patch-ad b/x11-fm/systemg/files/patch-ad new file mode 100644 index 000000000000..31622add7681 --- /dev/null +++ b/x11-fm/systemg/files/patch-ad @@ -0,0 +1,44 @@ +--- programs/systemg/Make.header.orig Mon Oct 4 19:52:16 1999 ++++ programs/systemg/Make.header Wed Jun 14 23:56:30 2000 +@@ -19,7 +19,7 @@ + + # Directories to search for header files + +-SEARCHDIRS := -I- \ ++SEARCHDIRS = -I- \ + -I${CODEDIR} \ + -I${BINDINGSDIR} \ + -I${TREEDIR} \ +@@ -27,7 +27,8 @@ + -I${JCOREDIR} \ + -I${JXDIR} \ + -I${MENUIMGDIR} \ +- -I${ACE_ROOT} ++ -I${ACE_ROOT} \ ++ ${J_X11_INCLUDE_DIR} + + # other constants + +@@ -44,13 +45,6 @@ + + # library dependencies + +-ifdef J_BUILD_SHARED_LIB +- LIB_DEPS := ${JLIBDIR}/libjtree-${JTREE_LIB_VERSION}.so \ +- ${JLIBDIR}/libjtoolbar-${JTOOLBAR_LIB_VERSION}.so +-else +- LIB_DEPS := ${JLIBDIR}/libjtree-${JTREE_LIB_VERSION}.a \ +- ${JLIBDIR}/libjtoolbar-${JTOOLBAR_LIB_VERSION}.a +-endif + + # make variables + +@@ -66,7 +60,7 @@ + ##### + + .PHONY : default +-default: libs systemg ++default: systemg + + .PHONY : Makefiles + Makefiles: diff --git a/x11-fm/systemg/pkg-comment b/x11-fm/systemg/pkg-comment new file mode 100644 index 000000000000..6c420e94def8 --- /dev/null +++ b/x11-fm/systemg/pkg-comment @@ -0,0 +1 @@ +UNIX File Manager based on the design of the Macintosh System 7 diff --git a/x11-fm/systemg/pkg-descr b/x11-fm/systemg/pkg-descr new file mode 100644 index 000000000000..284751912648 --- /dev/null +++ b/x11-fm/systemg/pkg-descr @@ -0,0 +1,9 @@ +System G + +Dealing with the UNIX command line, especially the file system, is +one of the biggest hurdles to widespread use of UNIX and Linux. +System G was written to provide simple, intuitive access to the +file system in the form of a graphical hierarchy of files and +folders, based on the design of the Macintosh System 7. + +WWW: http://www.newplanetsoftware.com/systemg/ diff --git a/x11-fm/systemg/pkg-plist b/x11-fm/systemg/pkg-plist new file mode 100644 index 000000000000..f30e5113bfa4 --- /dev/null +++ b/x11-fm/systemg/pkg-plist @@ -0,0 +1 @@ +bin/systemg |