# $FreeBSD$ # SUBDIR += accessibility SUBDIR += arabic SUBDIR += archivers SUBDIR += astro SUBDIR += audio SUBDIR += benchmarks SUBDIR += biology SUBDIR += cad SUBDIR += chinese SUBDIR += comms SUBDIR += converters SUBDIR += databases SUBDIR += deskutils SUBDIR += devel SUBDIR += dns SUBDIR += editors SUBDIR += emulators SUBDIR += finance SUBDIR += french SUBDIR += ftp SUBDIR += games SUBDIR += german SUBDIR += graphics SUBDIR += hebrew SUBDIR += hungarian SUBDIR += irc SUBDIR += japanese SUBDIR += java SUBDIR += korean SUBDIR += lang SUBDIR += mail SUBDIR += math SUBDIR += mbone SUBDIR += misc SUBDIR += multimedia SUBDIR += net SUBDIR += net-im SUBDIR += net-mgmt SUBDIR += net-p2p SUBDIR += news SUBDIR += palm SUBDIR += polish SUBDIR += ports-mgmt SUBDIR += portuguese SUBDIR += print SUBDIR += russian SUBDIR += science SUBDIR += security SUBDIR += shells SUBDIR += sysutils SUBDIR += textproc SUBDIR += ukrainian SUBDIR += vietnamese SUBDIR += www SUBDIR += x11 SUBDIR += x11-clocks SUBDIR += x11-drivers SUBDIR += x11-fm SUBDIR += x11-fonts SUBDIR += x11-servers SUBDIR += x11-themes SUBDIR += x11-toolkits SUBDIR += x11-wm PORTSTOP= yes .include index: @rm -f ${INDEXDIR}/${INDEXFILE} @cd ${.CURDIR} && make ${INDEXDIR}/${INDEXFILE} fetchindex: ${INDEXDIR}/${INDEXFILE}.bz2 @bunzip2 < ${INDEXDIR}/${INDEXFILE}.bz2 > ${INDEXDIR}/${INDEXFILE} && \ chmod a+r ${INDEXDIR}/${INDEXFILE} && ${RM} -f ${INDEXDIR}/${INDEXFILE}.bz2 ${INDEXDIR}/${INDEXFILE}.bz2: .PHONY @${FETCHINDEX} ${INDEXDIR}/${INDEXFILE}.bz2 ${MASTER_SITE_INDEX}${INDEXFILE}.bz2 MASTER_SITE_INDEX?= http://www.FreeBSD.org/ports/ SETENV?= /usr/bin/env FETCHINDEX?= ${SETENV} ${FETCH_ENV} fetch -am -o INDEX_JOBS?= 2 .if !defined(INDEX_VERBOSE) INDEX_ECHO_MSG= true INDEX_ECHO_1ST= echo -n .else INDEX_ECHO_MSG= echo 1>&2 INDEX_ECHO_1ST= echo .endif # /rescue/sh is statically linked and much faster to execute than the # dynamically linked /bin/sh. This is significant for targets like # make index that execute the shell tens of thousands of times. .if exists(/rescue/sh) INDEX_SHELL= /rescue/sh .else INDEX_SHELL= /bin/sh .endif ${INDEXDIR}/${INDEXFILE}: @${INDEX_ECHO_1ST} "Generating ${INDEXFILE} - please wait.."; \ if [ "${INDEX_PRISTINE}" != "" ]; then \ export LOCALBASE=/nonexistentlocal; \ fi; \ tmpdir=`/usr/bin/mktemp -d -t index` || exit 1; \ trap "rm -rf $${tmpdir}; exit 1" 1 2 3 5 10 13 15; \ ( cd ${.CURDIR} && make -j${INDEX_JOBS} INDEX_TMPDIR=$${tmpdir} BUILDING_INDEX=1 \ __MAKE_SHELL=${INDEX_SHELL} \ ECHO_MSG="${INDEX_ECHO_MSG}" describe ) || \ (rm -rf $${tmpdir} ; \ if [ "${INDEX_QUIET}" = "" ]; then \ echo; \ echo "********************************************************************"; \ echo "Before reporting this error, verify that you are running a supported"; \ echo "version of FreeBSD (see http://www.FreeBSD.org/ports/) and that you"; \ echo "have a complete and up-to-date ports collection. (INDEX builds are"; \ echo "not supported with partial or out-of-date ports collections -- in"; \ echo "particular, if you are using cvsup, you must cvsup the \"ports-all\""; \ echo "collection, and have no \"refuse\" files.) If that is the case, then"; \ echo "report the failure to ports@FreeBSD.org together with relevant"; \ echo "details of your ports configuration (including FreeBSD version,"; \ echo "your architecture, your environment, and your /etc/make.conf"; \ echo "settings, especially compiler flags and WITH/WITHOUT settings)."; \ echo; \ echo "Note: the latest pre-generated version of INDEX may be fetched"; \ echo "automatically with \"make fetchindex\"."; \ echo "********************************************************************"; \ echo; \ fi; \ exit 1); \ cat $${tmpdir}/${INDEXFILE}.desc.* | (cd ${.CURDIR} ; perl ${.CURDIR}/Tools/make_index) | \ sed -e 's/ */ /g' -e 's/| */|/g' -e 's/ *|/|/g' -e 's./..g' | \ sort -t '|' +1 -2 | \ sed -e 's../.g' > ${INDEXDIR}/${INDEXFILE}.tmp; \ if [ "${INDEX_PRISTINE}" != "" ]; then \ sed -e "s,$${LOCALBASE},/usr/local," ${INDEXDIR}/${INDEXFILE}.tmp > ${INDEXDIR}/${INDEXFILE}; \ else \ mv ${INDEXDIR}/${INDEXFILE}.tmp ${INDEXDIR}/${INDEXFILE}; \ fi; \ rm -rf $${tmpdir}; \ echo " Done." print-index: ${INDEXDIR}/${INDEXFILE} @awk -F\| '{ printf("Port:\t%s\nPath:\t%s\nInfo:\t%s\nMaint:\t%s\nIndex:\t%s\nB-deps:\t%s\nR-deps:\t%s\nE-deps:\t%s\nP-deps:\t%s\nF-deps:\t%s\nWWW:\t%s\n\n", $$1, $$2, $$4, $$6, $$7, $$8, $$9, $$11, $$12, $$13, $$10); }' < ${INDEXDIR}/${INDEXFILE} CVS?= cvs .if ${OSVERSION} >= 601101 SUP?= csup .else SUP?= cvsup .endif PORTSNAP?= portsnap PORTSNAP_FLAGS?= -p ${.CURDIR} .if defined(SUPHOST) SUPFLAGS+= -h ${SUPHOST} .endif .if !target(update) update: .if defined(SUP_UPDATE) && defined(PORTSSUPFILE) @echo "--------------------------------------------------------------" @echo ">>> Running ${SUP}" @echo "--------------------------------------------------------------" @${SUP} ${SUPFLAGS} ${PORTSSUPFILE} .elif defined(CVS_UPDATE) @echo "--------------------------------------------------------------" @echo ">>> Updating ${.CURDIR} from cvs repository" ${CVSROOT} @echo "--------------------------------------------------------------" cd ${.CURDIR}; ${CVS} -R -q update -A -P -d -I! .else @echo "--------------------------------------------------------------" @echo ">>> Running ${PORTSNAP}" @echo "--------------------------------------------------------------" .if !exists(${PORTSDIR}/.portsnap.INDEX) @echo "Error: 'make update' uses portsnap(8) by default and" @echo "needs ${PORTSDIR} to be created by portsnap on its first run." @echo "Please run 'portsnap fetch extract' first." @echo "You can also define SUP_UPDATE and PORTSSUPFILE to use csup(1)" @echo "or CVS_UPDATE to use cvs(1) for updating." .else @${PORTSNAP} ${PORTSNAP_FLAGS} fetch @${PORTSNAP} ${PORTSNAP_FLAGS} update .endif .endif .endif s?h=gstreamer'>stats
path: root/x11-clocks
Commit message (Expand)AuthorAgeFilesLines
* - Update to 1.4.romain2010-06-064-92/+76
* LICENSE GPLv2dinoex2010-06-041-0/+2
* Present KDE SC 4.4.4 for FreeBSD.makc2010-06-021-3/+3
* update xfce to 4.6.2oliver2010-05-313-3/+3
* - Update to my @FreeBSD.org addressuqs2010-05-312-5/+7
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-315-5/+5
* - drop USE_GNUSTEP_PREFIXdinoex2010-05-302-12/+11
* - update to 0.3dinoex2010-05-242-6/+5
* Remove needless LDCONFIG_DIRS from kde@ ports.makc2010-05-231-1/+0
* Update to 2.33wxs2010-05-182-4/+4
* - The FreeBSD KDE team is pleased to announce KDE SC 4.4.3 for FreeBSDfluffy2010-05-112-4/+3
* - Update to Xorg 7.5miwi2010-05-012-5/+4
* - update to 1.4.1dinoex2010-03-2820-19/+20
* Presenting KDE 4.3.5 for FreeBSD. The official release notes for thismiwi2010-02-072-4/+3
* - update to jpeg-8dinoex2010-02-0519-18/+19
* Change MAINTAINER address to romain@.romain2010-02-021-1/+1
* Drop USE_GCC=3.4 as it's no longer necessary.novel2010-01-221-1/+0
* bump PORTREVISION for the recent update ofoliver2010-01-103-3/+3
* - Update MASTER_SITES and WWW: linemiwi2010-01-054-33/+31
* - Update MASTER_SITES and WWW: linemiwi2010-01-055-27/+35
* - Update MASTER_SITES and WWW: linemiwi2010-01-055-48/+30
* For ports maintained by ports@FreeBSD.org, remove names and/ordougb2009-12-2110-22/+0
* The FreeBSD KDE is please to announce the release of KDE 4.3.4,miwi2009-12-021-3/+3
* The KDE FreeBSD team is proud to announce the release of KDE 4.3.3miwi2009-11-271-3/+3
* Update MASTER_SITES and remove WWW, project page disappeared.ehaupt2009-11-182-4/+1
* - Update to Maintianer Mail adressmiwi2009-09-122-2/+2
* - Update to 2.30wxs2009-09-102-4/+4
* The FreeBSD KDE is please to announce the release of KDE 4.3.1,tabthorpe2009-09-021-3/+3
* Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and nolinimon2009-08-291-1/+1
* Reset beech@FreeBSD.org while he works on restoring his email situation.linimon2009-08-292-3/+1
* - Update to 2.29wxs2009-08-252-4/+4
* - Switch SourceForge ports to the new File Release System: categories startin...amdmi32009-08-221-2/+1
* Mk/bsd.kde4.mk:makc2009-08-101-3/+0
* Drop maintainership of some ports I do not use or have interest foranders2009-08-051-1/+1
* The KDE FreeBSD team is proud to announce the release of KDE 4.3.0miwi2009-08-052-4/+3
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-032-2/+2
* - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-3116-12/+16
* Geek Clock is a plasma applet for KDE4 that displays an analog clock. Insteadmiwi2009-07-134-0/+38
* - Update to 2.27wxs2009-06-282-5/+4
* Convert most of remaining ports that depend on xorg-libraries toamdmi32009-06-0910-10/+20
* The KDE FreeBSD team is pleased to announce KDE 4.2.4, the last bugfixmiwi2009-06-032-4/+4
* Update KDE ports to 4.2.3makc2009-05-101-3/+3
* - Mark my ports as MAKE_JOBS_SAFE (with the exception of nethack34-gnome whichwxs2009-05-091-0/+1
* update xfce to 4.6.1oliver2009-05-063-3/+3
* - Don't rely on misc/iso-codes. Instead use a file from base.wxs2009-04-231-4/+3
* - Mark all kde4 ports MAKE_JOBS_UNSAFEmiwi2009-04-171-1/+1
* The KDE FreeBSD team is proud to announce the release of KDE 4.2.2miwi2009-04-022-4/+4
* . Fix a buffer overrun on start up.glewis2009-04-022-1/+79
* Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFEgarga2009-03-291-0/+1
* Mark MAKE_JOBS_SAFEehaupt2009-03-271-0/+1
* Fix CATEGORIES.flz2009-03-261-1/+2
* bump PORTREVISION after cmake updatemakc2009-03-251-0/+1
* Move oclock from x11 to x11-clocks category.flz2009-03-231-0/+1
* - fix plist with -DNOPORTDOCSitetcu2009-03-221-4/+9
* Update KDE to 4.2.1.makc2009-03-091-3/+3
* Bump PORTREVISION after xfce 4.6 updateoliver2009-03-063-1/+3
* - Pass maintainership to submittertabthorpe2009-03-021-1/+1
* - Change default Tcl/Tk version to 8.5mm2009-02-231-1/+1
* The KDE FreeBSD team is proud to announce the release of KDE 4.2.0miwi2009-02-093-33/+8
* Finish repomove for xclock (x11->x11-clocks).flz2009-01-292-1/+2
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).flz2009-01-243-5/+4
* - add LICENSE:dinoex2009-01-172-0/+4
* kde@freebsd team is pleased to announce KDE 4.1.4, the last bugfix release in...makc2009-01-142-4/+4
* - fix buffer overrun at startupdinoex2008-12-052-1/+77
* - use DOCSDIRitetcu2008-11-242-6/+6
* - Update to 0.6.1miwi2008-11-228-12/+27
* - Add MASTER_SITE_GENTOO to MASTER_SITESgarga2008-10-173-6/+11
* Reset infofarmer due to maintainer-timeouts and no response to email.linimon2008-09-071-1/+1
* The KDE FreeBSD team is proud to announce the release of KDE 4.1.1miwi2008-09-032-3/+13
* Add the dependency on tk-wrapperedwin2008-08-301-0/+2
* The KDE FreeBSD team is proud to announce the releasemiwi2008-08-291-3/+3
* USE_TK -> USE_TK_RUNedwin2008-08-281-1/+1
* Stopwatch does what its name implies - enables hand timing muchedwin2008-08-285-0/+49
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-212-2/+0
* The KDE FreeBSD team is proud to announce the releasemiwi2008-08-182-4/+3
* The KDE FreeBSD team is proud to announce the release of KDE 4.1.0miwi2008-08-105-178/+53
* - Update to 0.9.11.2miwi2008-08-083-4/+15
* - Remove USE_GCC where it can be satisfied with base compiler on followingpav2008-07-251-1/+0
* Alarm Clock is the personal alarm clock for GNOME desktop environment. Itmiwi2008-07-195-0/+108
* - Update to 0.6.0miwi2008-07-153-9/+23
* - Disable imlib support, which does not workgahr2008-07-071-15/+5
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-0623-20/+23
* 3dinoex2008-04-301-1/+1
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-2028-48/+48
* Change maintainers e-mail address.ehaupt2008-04-111-2/+2
* - Move from versioned tcl/tk CATEGORIES to simple tcl and tk categoriespav2008-04-091-1/+1
* Use MASTER_SITE_CRITICALehaupt2008-03-281-2/+1
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-261-2/+2
* - Add xext, xfixes, xi, xrandr, sm to USE_XORGbeech2008-03-261-1/+1
* - Add depends for xpm and xv to USE_XORGbeech2008-03-261-1/+1
* - Add depend for libSM to USE_XORGbeech2008-03-261-1/+1
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-253-6/+2
* - Remove USE_X_PREFIXbeech2008-03-251-2/+3
* - Remove USE_X_PREFIXbeech2008-03-2510-27/+23
* - Remove USE_X_PREFIXbeech2008-03-252-9/+7
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-243-8/+5
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-242-4/+2
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-232-3/+1
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-224-8/+6
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-222-5/+3
* - Remove USE_XLIB in favor of USE_XORGmiwi2008-03-213-5/+3
* - Remove USE_GETOPT_LONG which is a no-op since March 2007pav2008-03-204-4/+0
* - set USE_XORGdinoex2008-03-181-2/+2
* - Update MASTER_SITES to make it fetchable again.araujo2008-03-021-1/+1
* - Update to 0.6miwi2008-02-173-9/+15
* update xfce4 to 4.4.2oliver2008-02-133-2/+3
* Update my address.wxs2008-02-041-1/+1
* Update to 2.25wxs2008-02-012-4/+4
* Update to KDE 3.5.8lofi2007-10-302-6/+6
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-2513-147/+148
* Migration from bison 1.x to 2.xade2007-10-171-2/+2
* Remove always-false/true conditions based on OSVERSION 500000edwin2007-10-041-7/+1