# $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 += french SUBDIR += ftp SUBDIR += games SUBDIR += german SUBDIR += graphics SUBDIR += hebrew 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 += picobsd 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-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 .if !defined(branch) @echo "The parallel target requires a branch parameter," @echo "e.g.: \"make parallel branch=X\"" @false .endif .for dir in ${SUBDIR} @echo "all: ${dir}-all" .endfor @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 ".tgz"; print me ": " me ".tgz"; print me ".tgz: " bdep " " rdep; printf("\t@/var/portbuild/scripts/pdispatch ${branch} /var/portbuild/scripts/portbuild %s.tgz %s", me, here); if (bdep != "") printf(" %s", bdep); if (rdep != "") printf(" %s", rdep); printf("\n")}' < ${.CURDIR}/INDEX CVS?= cvs .if defined(SUPHOST) SUPFLAGS+= -h ${SUPHOST} .endif 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} -q update -P -d .elif defined(SUP_UPDATE) && !defined(PORTSSUPFILE) @${ECHO_MSG} "Error: Please define PORTSSUPFILE before doing make update." @exit 1 .else @${ECHO_MSG} "Error: Please define either SUP_UPDATE or CVS_UPDATE first." .endif es/2015Q1'>branches/2015Q1 FreeBSD Ports (https://github.com/freebsd/freebsd-ports)
aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
Commit message (Expand)AuthorAgeFilesLines
* Update to 0.56Mario Sergio Fujikawa Ferreira2002-05-212-2/+2
* Update to 0.81.0Mario Sergio Fujikawa Ferreira2002-05-212-2/+2
* Upgrade opennap to 0.44.Donald Burr2002-05-193-3/+4
* Update to 0.55Mario Sergio Fujikawa Ferreira2002-05-102-2/+2
* Update to 0.80.5Mario Sergio Fujikawa Ferreira2002-05-103-3/+11
* o Stop stripping Linux binary for now since it is returning:Mario Sergio Fujikawa Ferreira2002-05-101-1/+1
* o Separate donkey script wrapper and donkey-real binary: wrapperMario Sergio Fujikawa Ferreira2002-05-073-3/+4
* use USE_PYDISTUTILSYing-Chieh Liao2002-04-301-8/+1
* Update to 0.80Mario Sergio Fujikawa Ferreira2002-04-283-5/+5
* Update to 0.54Mario Sergio Fujikawa Ferreira2002-04-282-2/+2
* Introduction of NEED_JAVAC knob in bsd.java.mk, stage 1.Ernst de Haan2002-04-271-0/+1
* Update to 16.39Mario Sergio Fujikawa Ferreira2002-04-252-2/+2
* Update to 0.53Mario Sergio Fujikawa Ferreira2002-04-183-7/+6
* Update to 0.79Mario Sergio Fujikawa Ferreira2002-04-183-14/+19
* Update from 0.80 to 0.85.Jeroen Ruigrok van der Werven2002-04-152-2/+2
* gettext upgrade uber-patch (stage 3)Ade Lovett2002-04-134-7/+8
* Update to 2.0 pre 3Mario Sergio Fujikawa Ferreira2002-04-122-2/+2
* Upgrade from 0.4.0 to 0.5.1Mikhail Teterin2002-04-103-2/+8
* fix build on bentoYing-Chieh Liao2002-04-051-2/+2
* #definf is not a valid C preprocessor directive :-)Kris Kennaway2002-04-011-0/+11
* Update to 0.51Mario Sergio Fujikawa Ferreira2002-04-012-3/+7
* Update to 0.77Mario Sergio Fujikawa Ferreira2002-04-013-4/+15
* Fix build, don't clobber the system strcasestr() function.Pete Fritchman2002-03-301-0/+3
* Switch option from JAVA_NO_BUILD_DEPENDS to NO_BUILD_DEPENDS_JAVAMario Sergio Fujikawa Ferreira2002-03-302-2/+2
* Update to 0.6.3Mario Sergio Fujikawa Ferreira2002-03-282-2/+2
* Update to new java infrastructure, deploy USE_JAVAMario Sergio Fujikawa Ferreira2002-03-283-19/+7
* Fix segfault, bump PORTREVISIONPatrick Li2002-03-282-0/+14
* upgrade to 0.9.3Ying-Chieh Liao2002-03-263-14/+2
* add gnunet 0.3.2Ying-Chieh Liao2002-03-255-0/+60
* add py-fngrab 0.0.4Ying-Chieh Liao2002-03-246-0/+76
* Bump PORTREVISION to reflect the (lib)iconv upgrade.Akinori MUSHA2002-03-182-0/+2
* Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that needMaxim Sobolev2002-03-182-3/+3
* Update to version 0.9.2Kevin Lo2002-03-1812-33/+89
* Stage 1 of gettext update.Ade Lovett2002-03-164-4/+4
* Fix build. The code prototypes a function as returning long, thenKris Kennaway2002-03-151-2/+11
* Update to 0.48Mario Sergio Fujikawa Ferreira2002-03-142-4/+6
* Update to 0.74Mario Sergio Fujikawa Ferreira2002-03-142-2/+2
* Chase glib20 repo copy from glib13 (later removed). This wasMario Sergio Fujikawa Ferreira2002-03-141-2/+5
* Update to version 0.80.Jim Mock2002-03-124-51/+4
* o update glib13 lib version to follow update in glib13/Makefile revMario Sergio Fujikawa Ferreira2002-03-081-1/+1
* Update to 0.47Mario Sergio Fujikawa Ferreira2002-03-052-2/+2
* Update to 0.73Mario Sergio Fujikawa Ferreira2002-03-053-3/+7
* Upgrade to 0.4.0. The PR contained an upgrade to the then latest 0.3.6Mikhail Teterin2002-03-018-106/+18
* o Developer has changed the authentication process without re-rollingMario Sergio Fujikawa Ferreira2002-03-012-3/+8
* o New port linux-edonkey-server version 16.38: A decentralizedMario Sergio Fujikawa Ferreira2002-02-248-0/+211
* Update to 0.6.2Mario Sergio Fujikawa Ferreira2002-02-232-2/+2
* Update to 2.0 pre 1Mario Sergio Fujikawa Ferreira2002-02-233-5/+4
* Add linux as secondary category since this is a linux binaryMario Sergio Fujikawa Ferreira2002-02-231-1/+1
* Update to 0.2000.16.16.59.3Mario Sergio Fujikawa Ferreira2002-02-222-3/+3
* New port edonkey-tool-recovermet version 0.0.2: Tool that tries toMario Sergio Fujikawa Ferreira2002-02-215-0/+71
* New port edonkey-tool-slist version 0.2: Checks which servers areMario Sergio Fujikawa Ferreira2002-02-215-0/+54
* Use a simpler URI in WWW tagMario Sergio Fujikawa Ferreira2002-02-211-1/+1
* - edonkey-tool-hash version 0.0.1: Both calculates 'eDonkey hashes'Mario Sergio Fujikawa Ferreira2002-02-215-0/+36
* Update to 0.45Mario Sergio Fujikawa Ferreira2002-02-202-2/+5
* o Update to 0.71.1Mario Sergio Fujikawa Ferreira2002-02-202-8/+10
* Update to 0.2000.16.16.59.2Mario Sergio Fujikawa Ferreira2002-02-163-5/+7
* Update to 0.2000.16.16.59Mario Sergio Fujikawa Ferreira2002-02-143-7/+5
* Initial import of gtkhx 0.9.1Kevin Lo2002-02-118-0/+80
* Update to 0.43Mario Sergio Fujikawa Ferreira2002-02-042-2/+2
* Update to 0.69Mario Sergio Fujikawa Ferreira2002-02-042-3/+3
* It checks for binary at build time, move from run to build dependencyMario Sergio Fujikawa Ferreira2002-02-011