# New ports collection makefile for: w3 on Emacs # Date created: 31 December 1996 # Whom: MITA Yoshio # # $FreeBSD$ # PORTNAME= w3 PORTVERSION= 2.2.26 CATEGORIES+= www elisp MASTER_SITES= ftp://ftp.iij.ad.jp/pub/network/WWW/w3/ \ ftp://ftp.cs.indiana.edu/pub/elisp/w3/ MAINTAINER= ports@FreeBSD.org COMMENT?= WWW browser based on emacs/mule BUILD_DEPENDS?= emacs-19.34:${PORTSDIR}/editors/emacs19 RUN_DEPENDS?= emacs-19.34:${PORTSDIR}/editors/emacs19 WRKSRC= ${WRKDIR}/w3 MAKE_ENV+= EMACSCMD=${EMACSCMD} ELISPDIR=${ELISPDIR} \ MKDIR="${MKDIR}" CP=${CP} \ INFODIR=${INFODIR} \ INSTALL_DATA="${INSTALL_DATA}" PKGINSTALL= ${WRKDIR}/INSTALL PKGDEINSTALL= ${WRKDIR}/DEINSTALL VERSION= 2.2.26 EMACSCMD?= emacs-19.34 PORTSDOCDIR= ${PREFIX}/share/doc/w3 SAMPLEDIR= ${PREFIX}/share/examples/w3 ELISPDIR?= ${PREFIX}/share/emacs/site-lisp INFODIR= ${PREFIX}/info ADDIR= ${X11BASE}/lib/X11/app-defaults DIRSECTION= The Emacs editor and associated tools INFO= w3 post-build: .for f in DEINSTALL INSTALL dot.emacs user-install @${SED} -e "s,%VERSION%,${VERSION},g" \ -e "s,%PREFIX%,${PREFIX},g" \ -e "s,%INFODIR%,${INFODIR},g" \ -e "s,%ELISPDIR%,${ELISPDIR},g" \ -e "s,%INFOFILE%,${INFO:S/$/.info/},g" \ -e "s,%ADDIR%,${ADDIR},g" \ -e "s,%TOUCH%,${TOUCH},g" \ -e "s,%MKDIR%,${MKDIR},g" \ -e "s,%SAMPLEDIR%,${SAMPLEDIR},g" \ -e "s,%DIRSECTION%,${DIRSECTION},g" \ < ${FILESDIR}/${f}.tmpl > ${WRKDIR}/${f} .endfor post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${PORTSDOCDIR} @${MKDIR} ${SAMPLEDIR} .for f in dot.mosaic-hotlist-default @${INSTALL_DATA} ${FILESDIR}/${f} ${SAMPLEDIR} .endfor .for f in dot.emacs @${INSTALL_DATA} ${WRKDIR}/${f} ${SAMPLEDIR} .endfor @${INSTALL_SCRIPT} ${WRKDIR}/user-install ${SAMPLEDIR} .for f in W3.ad clean-cache Makefile w3.txi @${INSTALL_DATA} ${WRKSRC}/${f} ${PORTSDOCDIR} .endfor .endif @${SETENV} MKDIR="${MKDIR}" TOUCH=${TOUCH} \ INFODIR=${INFODIR} INFOFILE=${INFOFILE} \ ELISPDIR=${ELISPDIR} ADDIR=${ADDIR} \ DIRSECTION="${DIRSECTION}" \ ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .include dependabot/npm_and_yarn/devel/electron4/files/lodash-4.17.19'>dependabot/npm_and_yarn/devel/electron4/files/lodash-4.17.19 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
/td>
Commit message (Expand)AuthorAgeFilesLines
* Set up the local trash in the folder cache.Peter Williams2001-07-252-0/+8
* Updated Slovak translation.Stanislav Visnovsky2001-07-242-712/+640
* Make the error reporting a little but more descriptive.Peter Williams2001-07-242-2/+7
* Add new label widgets with a message that SSL isn't supported.Peter Williams2001-07-245-8/+70
* Reworded a few questions.Aaron Weber2001-07-244-12/+16
* Correct minimal version testFrédéric Crozat2001-07-242-2/+7
* Updated Swedish translation.Christian Rose2001-07-242-325/+375
* Added a validate function that checks to make sure that vfolders that haveJon Trowbridge2001-07-243-0/+40
* Dont call notifyResult here if we've just launched a thread to do theNot Zed2001-07-242-13/+17
* Only show the warning dialog instead of using `gnome_dialog_run()' so itEttore Perazzoli2001-07-241-2/+10
* Somehow this missed the commit.Not Zed2001-07-241-2/+2
* Go back to calling mail_msg_free here. (mail_msg_destroy): Remove theNot Zed2001-07-243-8/+31
* Only show the warning dialog instead of using `gnome_dialog_run()' so itEttore Perazzoli2001-07-242-7/+13
* fixed the test to see whether we should draw the icons.Damon Chaplin2001-07-242-3/+8
* Added some warnings for bad cases.Not Zed2001-07-242-4/+26
* Oops. Uncomment this code since Trow fixed GtkHTML to actually have thisJeffrey Stedfast2001-07-242-1/+4
* Fixed the "Read" to be Read in the glade file per menesis' request.Jeffrey Stedfast2001-07-246-5/+94
* pass extra param to icalparser_get_next_char (icalparser_get_next_char):JP Rosevear2001-07-242-26/+43
* changed so it doesn't use mktime(). We are having problems becauseDamon Chaplin2001-07-242-17/+28
* fixed my fix to compileJeffrey Stedfast2001-07-241-2/+2
* Pulled instance of config-setupassist.sgml to make stuff build right.Kevin Breit2001-07-244-2/+8
* If the source and destination folders are the same, just mark the uids asJeffrey Stedfast2001-07-242-4/+21
* Carefully check for NULL everywhere, and do the right thing if the messageJon Trowbridge2001-07-242-2/+24
* validated.Aaron Weber2001-07-248-424/+26
* Add new feed to the shown listIain Holmes2001-07-242-0/+11
* Uhm, set the usize to `1, -1' instead.Ettore Perazzoli2001-07-242-1/+6
* Some commit mix ups left the KDE rdf url still set to the old, invalidJacob Leach2001-07-241-1/+1
* [Bug #5225: No UI way to mark as unimportant]Jason Leach2001-07-245-6/+49
* Make the storage registar(?) genericIain Holmes2001-07-242-35/+76
* Add the "Mark as Unimportant" cmd and menu item to the Edit menu. BugJason Leach2001-07-242-3/+12
* Fix the Newsforge name and the KDE rdfIain Holmes2001-07-242-2/+7
* Change the butt-ugly UI to a saner (and just as flexible) one. Instead ofPeter Williams2001-07-242-98/+114
* Set the usize for the contained hbox to 0x0.Ettore Perazzoli2001-07-242-0/+7
* Minor revisions.Aaron Weber2001-07-2418-960/+822
* Get the manuals from the `evolution-guide' dir as that's where they getEttore Perazzoli2001-07-242-5/+10
* Update the url (and site name) for the KDE rdf. Bug #5145.Jason Leach2001-07-242-1/+6
* Changed background transparency.Aaron Weber2001-07-242-0/+0
* Re-fix for my 07-18 not-quite-fix.Dan Winship2001-07-245-8/+84
* Don't handle button events whose button number is not 1.Ettore Perazzoli2001-07-242-1/+7
* Slight fix for when source == destination (we don't want to do this actionJeffrey Stedfast2001-07-242-0/+9
* Removing changes to Makefile.am; didn't know this was a global directoryAndrew Hughes Chatham2001-07-231-4/+2
* Handle GDK_KP_* cursor keys as well.Ettore Perazzoli2001-07-231-1/+5
* Added some operation progress reporting. Actual data transfer is 'tricky'Not Zed2001-07-234-12/+44
* Add an extra @type arg to the xferFolder and removeFolder methods inEttore Perazzoli2001-07-2314-17/+174
* Removing these macros from the global gnome macros directory. Sorry about that.Andrew Hughes Chatham2001-07-234-148/+0
* Add a `user_creatable' property to folder types and make componentsEttore Perazzoli2001-07-2219-18/+110
* typo in changelog.Jacob Leach2001-07-221-1/+1
* Capitalize "messgaes" in "Hide Read messages" menu item label. Bug #5091.Jason Leach2001-07-222-1/+6
* Use `g_source_remove()' instead of `gtk_timeout_remove()' here, as we areEttore Perazzoli2001-07-222-1/+13
* Updated Swedish translation.Christian Rose2001-07-21