# $FreeBSD$ # 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 += editors SUBDIR += emulators SUBDIR += ftp SUBDIR += games SUBDIR += german SUBDIR += graphics SUBDIR += irc SUBDIR += japanese SUBDIR += java SUBDIR += korean SUBDIR += lang SUBDIR += mail SUBDIR += math SUBDIR += mbone SUBDIR += misc SUBDIR += net SUBDIR += news SUBDIR += palm SUBDIR += print SUBDIR += russian SUBDIR += security SUBDIR += shells SUBDIR += sysutils SUBDIR += textproc SUBDIR += vietnamese SUBDIR += www SUBDIR += x11 SUBDIR += x11-clocks SUBDIR += x11-fm SUBDIR += x11-fonts SUBDIR += x11-servers SUBDIR += x11-toolkits SUBDIR += x11-wm PORTSTOP= yes .include index: @rm -f ${.CURDIR}/INDEX @cd ${.CURDIR} && make ${.CURDIR}/INDEX ${.CURDIR}/INDEX: @echo -n "Generating INDEX - please wait.." @cd ${.CURDIR} && make describe ECHO_MSG="echo > /dev/null" | \ perl ${.CURDIR}/Tools/make_index > ${.CURDIR}/INDEX .if !defined(INDEX_NOSORT) @sed -e 's./..g' ${.CURDIR}/INDEX | \ sort -t '|' +1 -2 | \ sed -e 's../.g' > ${.CURDIR}/INDEX.tmp @mv -f ${.CURDIR}/INDEX.tmp ${.CURDIR}/INDEX .endif @echo " Done." print-index: ${.CURDIR}/INDEX @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\n\n", $$1, $$2, $$4, $$6, $$7, $$8, $$9); }' < ${.CURDIR}/INDEX parallel: ${.CURDIR}/INDEX .for dir in ${SUBDIR} @echo "all:: ${dir}-all" .endfor @sed -e 's/|/.tgz|/' ${.CURDIR}/INDEX | awk -F '|' '{me=$$1; here=$$2; bdep=$$8; rdep=$$9; split(here, tmp, "/"); if (bdep != "") { gsub("$$", ".tgz", bdep); gsub(" ", ".tgz ", bdep); } if (rdep != "") { gsub("$$", ".tgz", rdep); gsub(" ", ".tgz ", rdep); } print tmp[4] "-all:: " me; print me ": " bdep " " rdep; printf("\t@/a/asami/portbuild/scripts/pdispatch /a/asami/portbuild/scripts/portbuild %s %s", me, here); if (bdep != "") printf(" %s", bdep); if (rdep != "") printf(" %s", rdep); printf("\n")}' CVS?= cvs update: .if defined(SUP_UPDATE) .if !defined(PORTSSUPFILE) @${ECHO_MSG} "Error: Please define PORTSSUPFILE before doing make update." @exit 1 .endif @echo "--------------------------------------------------------------" @echo ">>> Running ${SUP}" @echo "--------------------------------------------------------------" @${SUP} ${SUPFLAGS} ${PORTSSUPFILE} .elif defined(CVS_UPDATE) @echo "--------------------------------------------------------------" @echo ">>> Updating ${.CURDIR} from cvs repository" ${CVSROOT} @echo "--------------------------------------------------------------" cd ${.CURDIR}; ${CVS} -q update -P -d .else @${ECHO_MSG} "Error: Please define either SUP_UPDATE or CVS_UPDATE first." .endif option value='dependabot/npm_and_yarn/devel/electron4/files/serve-10.1.2'>dependabot/npm_and_yarn/devel/electron4/files/serve-10.1.2 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
Commit message (Expand)AuthorAgeFilesLines
* 2012-11-26 emulators/gcube: No more public distfilesbapt2012-11-2812-1807/+0
* - Update to 3.0.7tota2012-11-282-3/+3
* 2012-11-27 devel/p5-SPOPS: Depend on the expired p5-Class-Fieldsbapt2012-11-286-98/+0
* 2012-11-27 graphics/morpheus: Depends on the expired gtkglareabapt2012-11-2824-1225/+0
* - Update to 0.63 [1]wen2012-11-252-8/+4
* - update japanese bugzilla templatesohauer2012-11-236-12/+12
* Update to 20121109.hrs2012-11-182-5/+6
* Update to 445.hrs2012-11-182-10/+6
* Update to 20121030.hrs2012-11-182-28/+22
* Update to 20121030.hrs2012-11-182-27/+22
* Update to 00201.hrs2012-11-182-9/+6
* - Upgrade to 0.10.kuriyama2012-11-112-8/+3
* - Update to 20121031.kuriyama2012-11-064-10/+10
* Fix buildaz2012-11-061-1/+1
* - Upgrade to 0.30.kuriyama2012-10-272-8/+3
* - Update to 3.5.7.jkim2012-10-272-9/+4
* Deprecate a bunch of ports that are either abandonware and/or for which no morebapt2012-10-262-10/+8
* Deprecate a bunch of ports that are either abandonware and/or for which no morebapt2012-10-263-15/+12
* 2012-10-20 lang/ironpython: No more public distfilesbapt2012-10-2618-296/+0
* Fix run dependency linebapt2012-10-201-6/+2
* Fix dependency linesbapt2012-10-201-6/+3
* - Upgrade to 0.29.kuriyama2012-10-202-3/+3
* - fix breakageaz2012-10-161-3/+3
* - Update 3.4.2swills2012-10-142-10/+8
* - Unbreakpawel2012-10-133-25/+58
* - cleanup commentsdinoex2012-10-131-4/+0
* - Update to 0.994tota2012-10-133-9/+11
* - Update to 0.994tota2012-10-132-5/+5
* - Update to 0.994tota2012-10-133-9/+10
* - Update to 0.994tota2012-10-133-5/+5
* - Update to 3.0.6tota2012-10-112-8/+4
* - Remove SITE_PERL from *_DEPENDS (final part)az2012-10-117-19/+7
* Force numerous ports that fail to build with clang over to instead alwayslinimon2012-10-106-0/+6
* - Chase www/smarty -> www/smarty2 renameglarkin2012-09-271-1/+2
* Fix the port build: I forgot to test after a 'rmconfig'eadler2012-09-261-1/+2
* convert to optionsNGeadler2012-09-261-14/+14
* build issue fixeddaichi2012-09-261-2/+2
* - Fix typo in pkg-descr [1]culot2012-09-251-2/+7
* - Revert committabthorpe2012-09-251-2/+6
* - Reassign to the heap due to mail bouncestabthorpe2012-09-251-6/+2
* Deprecated a bunch a ports with no more public distfiles (thanks ehaupt'sbapt2012-09-214-0/+12
* - Update to 0.1.1wen2012-09-192-3/+3
* improved paralell build handlingdaichi2012-09-181-5/+11
* fixed a FreeBSD 9.x build issuedaichi2012-09-174-7/+14
* - Update Calligra Suite to 2.5.2.avilla2012-09-171-2/+2
* - use OPTIONS_DEFINE in master portdinoex2012-09-171-2/+0
* Gjiten is a Japanese dictionary program for GNOME.culot2012-09-165-0/+121
* It requires some additional ruby libs build for ruby19.ume2012-09-152-2/+14
* - disconnect japanese/postgresqlXX-man from the buildrm2012-09-151-4/+0
* Remove unmaintained ports, that installs Japanese PostgreSQL man-pages forrm2012-09-1519-781/+3
* - chase japanese/eb update, that I forgot in previous commitrm2012-09-142-9/+3
* - update japanese/eb to 4.4.3rm2012-09-1410-103/+57
* - update to 3.2.1b that fix rendering of this font on FreeBSDrm2012-09-143-12/+13
* fixed distinfodaichi2012-09-101-2/+2
* - Update to 4.2.3tota2012-09-102-3/+3
* - Update to 4.0.8tota2012-09-102-10/+3
* - Update to 3.6.11tota2012-09-102-10/+3
* update distinfodaichi2012-09-091-4/+4
* Updated mozc relative ports to 1.6.1187.102daichi2012-09-0721-137/+81
* Chase Emacs updatesashish2012-09-055-5/+5
* - Convert to OptionsNGswills2012-09-051-3/+6
* - move to bugzilla@ohauer2012-09-021-1/+1
* - update bugzilla bugzilla3 and bugzilla42ohauer2012-09-023-17/+16
* - Update Calligra to 2.5.1.avilla2012-09-012-7/+2
* - Update to 20120831.kuriyama2012-09-014-20/+10
* - Update to 1.0.0scheidell2012-08-292-3/+3
* - Update to 2.8.5scheidell2012-08-283-29/+5
* The KDE/FreeBSD team is pleased to announce version 2.5 of Calligra,avilla2012-08-262-11/+3
* - Update to 3.5.6.jkim2012-08-241-4/+4
* - Upgrade to 0.07.kuriyama2012-08-232-3/+3
* - Remove net/asterisk16, net/asterisk16-addons, japanese/asterisk16-soundsflo2012-08-226-324/+0
* - Mark BROKEN: unable to resolve dependenciesbeat2012-08-221-0/+2
* - Reassign nork@ ports to the heaptabthorpe2012-08-1616-16/+16
* Re-inrtoduce GNOME SUICA Viewer.ume2012-08-134-0/+64
* Update to 0.9.0 and unmark BROKEN.ume2012-08-132-8/+13
* - Add PORTSCOUT to restrict Japanese language versiontota2012-08-111-0/+2
* - Update to 3.0.5tota2012-08-112-4/+4
* Use more apropriate check for Emacs version.ume2012-08-111-1/+1
* It doesn't build with Emacs 24.ume2012-08-111-2/+2
* - Update to 4.2.2tota2012-08-083-12/+15
* - Update to 4.0.7tota2012-08-083-6/+15
* - Update to 3.6.10tota2012-08-083-9/+17
* - Eliminate perl 5.16 defined() array error.scheidell2012-08-081-6/+20
* - Fix pointyhat (plist), ubreakscheidell2012-08-072-4/+7
* Move the rc.d scripts of the form *.sh.in to *.indougb2012-08-0613-7/+7
* Fix compilation issue on emacs24.hrs2012-08-042-1/+9
* - Fix conflictsscheidell2012-08-031-0/+2
* - Bump PORTREVISION to chase Emacs port updatesashish2012-08-025-5/+5
* Fix typos in COMMENTcs2012-07-2918-18/+18
* Fix typos in COMMENTcs2012-07-286-6/+6
* fcitx-anthy provides Anthy, the most popular Japanese input methodscheidell2012-07-275-0/+65
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configbapt2012-07-261-2/+1
* fixed mozc-el build faildaichi2012-07-262-10/+10
* - Copy japanese/bugzilla to japanese/bugzilla42 according totota2012-07-266-0/+377
* Fix typos in COMMENTcs2012-07-251-1/+1
* For ports maintained by ports@ where pkgconfig is one of the USE_GNOME depsdougb2012-07-231-1/+3
* - Upgrade to 0.09.kuriyama2012-07-222-3/+3
* - Upgrade to 0.12.3.ja2.kuriyama2012-07-222-7/+9
* improve gtk/glib dependencydaichi2012-07-221-8/+11
* - fix build if lang/vala is installed (the port needs vala >= 0.14.0)rm2012-07-201-0/+4
* fixed a build error reported by pointy hatdaichi2012-07-201-3/+9
* - Chase ibus update [1]beat2012-07-191-4/+6
* corresponding to ibus updatedaichi2012-07-191-2/+2
* corresponding to ibus updatedaichi2012-07-191-2/+2
* - Update LibreOffice and the language packs to 3.5.5.jkim2012-07-181-4/+4
* Update to 20120629.hrs2012-07-122-4/+4
* Update to 441.hrs2012-07-122-4/+4
* Update repository URL.hrs2012-07-121-1/+1
* Update to 20120411-2.hrs2012-07-128-71/+42
* - Update to 0.0.13 [1]jase2012-07-112-6/+10
* - Unbreakscheidell2012-07-092-3/+19