FreeBSD Bugzilla – Attachment 130891 Details for
Bug 174911
[PATCH] cad/leocad: update to 0.79.1, take maintainership, added OptionsNG, license, icons, documentation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
leocad.diffs
leocad.diffs (text/plain; charset=us-ascii), 5.31 KB, created by
eischen
on 2013-07-25 16:29:29 UTC
(
hide
)
Description:
leocad.diffs
Filename:
MIME Type:
Creator:
eischen
Created:
2013-07-25 16:29:29 UTC
Size:
5.31 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 323519) >+++ Makefile (working copy) >@@ -9,32 +9,41 @@ > DIST_SUBDIR= ${PORTNAME} > EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}-src.tgz > >-MAINTAINER= ports@FreeBSD.org >-COMMENT= CAD modeling with LEGO-like bricks >+MAINTAINER= nemysis@gmx.ch >+COMMENT= CAD program that uses bricks similar to those found in many toys > >+LICENSE= GPLv2 >+ > EXTRACT_DEPENDS=${UNZIP_CMD}:${PORTSDIR}/archivers/unzip >+BUILD_DEPENDS= update-mime-database:${PORTSDIR}/misc/shared-mime-info > LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ > png15:${PORTSDIR}/graphics/png > > WRKSRC= ${WRKDIR}/${PORTNAME} >+LEOCAD_PIECES= pieces-7114.zip > > USES= pkgconfig >-USE_GL= gl >+USE_GL= glut > USE_GNOME= gtk20 > USE_GMAKE= yes >-INSTALLS_ICONS= yes > MAKE_JOBS_SAFE= yes > >+PORTDOCS= * >+ >+DOCSRCDIR1= ${WRKSRC} >+DOC_FILES1= CREDITS.txt README.txt >+ >+DOCSRCDIR2= ${WRKSRC}/docs >+DOCSDIR2= ${DOCSDIR}/docs >+DOC_FILES2= LINUX.txt TODO.txt >+ >+INSTALLS_ICONS= yes >+ICON_SIZES= 16x16 24x24 32x32 48x48 128x128 256x256 >+ > MAN1= leocad.1 > >-LEOCAD_PIECES= pieces-7114.zip >- > .include <bsd.port.pre.mk> > >-.if ${ARCH} == "sparc64" >-BROKEN= Does not compile on sparc64 >-.endif >- > post-extract: > @${UNZIP_CMD} -q -o ${DISTDIR}/${DIST_SUBDIR}/${LEOCAD_PIECES} \ > -d ${WRKDIR}/pieces >@@ -41,20 +50,43 @@ > > post-patch: > @${REINPLACE_CMD} -e \ >- 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/config.mk >- @${REINPLACE_CMD} -e \ >- 's|+= -g|+=| ; \ >- s|@$$(CXX)|$$(CXX)| ; \ >- s|@install -c -m 0755|$${BSD_INSTALL_PROGRAM}| ; \ >- s|@install -c -m 0644|$${BSD_INSTALL_DATA}| ; \ >- s|share/man|man|' ${WRKSRC}/Makefile >- @${REINPLACE_CMD} -e \ > 's|-ldl||' ${WRKSRC}/common/module.mk >+ @${REINPLACE_CMD} \ >+ -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ >+ -e 's|%%PTHREAD_CFLAGS%%|${PTHREAD_CFLAGS}|' \ >+ -e 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|' \ >+ ${WRKSRC}/config.mk >+ @${REINPLACE_CMD} 's|share/man|man|g' \ >+ ${WRKSRC}/Makefile >+.for s in 16 24 32 48 128 256 >+ @cd ${WRKSRC}/tools/icon && \ >+ ${MV} icon${s}.png ${PORTNAME}_${s}x${s}.png >+.endfor >+ @cd ${WRKSRC}/tools/icon && ${CP} -a ${PORTNAME}_128x128.png icon128.png > > do-configure: >- (cd ${WRKSRC} && ${SETENV} PREFIX="${PREFIX}" ${GMAKE} config) >+ cd ${WRKSRC} && ${SETENV} PREFIX="${PREFIX}" ${GMAKE} config > > post-install: >- (cd ${WRKDIR}/pieces && ${INSTALL_DATA} * ${DATADIR}) >+ ${MKDIR} ${DATADIR} >+ ${INSTALL_DATA} ${WRKDIR}/pieces/* ${DATADIR} >+.for s in ${ICON_SIZES} >+ ${MKDIR} ${PREFIX}/share/icons/hicolor/${s}/apps >+ ${INSTALL_DATA} ${WRKSRC}/tools/icon/${PORTNAME}_${s}.png \ >+ ${PREFIX}/share/icons/hicolor/${s}/apps/${PORTNAME}.png >+.endfor >+ @${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \ >+ ${PREFIX}/share/pixmaps >+.if ${PORT_OPTIONS:MDOCS} >+ ${MKDIR} ${DOCSDIR} >+ ${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${DOCSDIR} >+ ${MKDIR} ${DOCSDIR2} >+ ${INSTALL_DATA} ${DOC_FILES2:S|^|${DOCSRCDIR2}/|} ${DOCSDIR2} >+.endif >+ @-update-mime-database ${PREFIX}/share/mime > >+.if ${ARCH} == "sparc64" >+BROKEN= Does not compile on sparc64 >+.endif >+ > .include <bsd.port.post.mk> >Index: pkg-descr >=================================================================== >--- pkg-descr (revision 323519) >+++ pkg-descr (working copy) >@@ -1,6 +1,5 @@ >-LeoCAD is a CAD program that uses bricks similar to those found in >-many toys (but they don't represent any particular brand). Currently >-it has a library of more than 1000 different pieces, most of them >-were created by James Jessiman (the author of LDraw). >+LeoCAD is a CAD program that can be used to create virtual LEGO models. >+It has an easy to use interface and currently features over 4000 different >+pieces created by the LDraw community. > > WWW: http://www.leocad.org >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 323519) >+++ pkg-plist (working copy) >@@ -1,11 +1,38 @@ > bin/leocad > share/applications/leocad.desktop >+share/icons/hicolor/128x128/apps/leocad.png >+share/icons/hicolor/16x16/apps/leocad.png >+share/icons/hicolor/24x24/apps/leocad.png >+share/icons/hicolor/256x256/apps/leocad.png >+share/icons/hicolor/32x32/apps/leocad.png >+share/icons/hicolor/48x48/apps/leocad.png > share/icons/hicolor/scalable/mimetypes/application-vnd.leocad.svg > %%DATADIR%%/icon.png > %%DATADIR%%/library.bin >-share/mime/packages/leocad-mime.xml >-share/pixmaps/leocad.svg >+share/mime/application/vnd.leocad.xml >+share/mime/packages/leocad-mime.xml >+share/pixmaps/leocad.png >+share/pixmaps/leocad.svg >+@dirrmtry share/mime/packages >+@dirrmtry share/mime/application >+@dirrmtry share/mime > @dirrm %%DATADIR%% >+@dirrmtry share/icons/hicolor/scalable/mimetypes >+@dirrmtry share/icons/hicolor/scalable >+@dirrmtry share/icons/hicolor/48x48/apps >+@dirrmtry share/icons/hicolor/48x48 >+@dirrmtry share/icons/hicolor/32x32/apps >+@dirrmtry share/icons/hicolor/32x32 >+@dirrmtry share/icons/hicolor/256x256/apps >+@dirrmtry share/icons/hicolor/256x256 >+@dirrmtry share/icons/hicolor/24x24/apps >+@dirrmtry share/icons/hicolor/24x24 >+@dirrmtry share/icons/hicolor/16x16/apps >+@dirrmtry share/icons/hicolor/16x16 >+@dirrmtry share/icons/hicolor/128x128/apps >+@dirrmtry share/icons/hicolor/128x128 >+@dirrmtry share/icons/hicolor >+@dirrmtry share/icons > @dirrmtry share/applications > @exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > @unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 174911
:
130888
|
130889
|
130890
| 130891 |
130892