notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
open-beagle Evolutionary Computation Framework
3.0.3_1 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.0.3_1Version of this port present on the latest quarterly branch.
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2005-10-02 06:08:33
Last Update: 2023-11-01 22:11:47
Commit Hash: 05f0f44
License: not specified in port
WWW:
https://beagle.sourceforge.net/
Description:
Open BEAGLE is a C++ Evolutionary Computation (EC) framework. It provides an high-level software environment to do any kind of EC, with support for tree-based genetic programming, bit string and real-valued genetic algorithms, and evolution strategy. The Open BEAGLE architecture follows strong principles of object oriented programming, where abstractions are represented by loosely coupled objects and where it is common and easy to reuse code. Open BEAGLE is designed to provide an EC environment that is generic, user friendly, portable, efficient, robust, elegant and free.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (320 items)
Collapse this list.
  1. @ldconfig
  2. include/Math.hpp
  3. include/Math/Matrix.hpp
  4. include/Math/QRandSequencer.hpp
  5. include/Math/Vector.hpp
  6. include/SVG.hpp
  7. include/SVG/Canvas.hpp
  8. include/SVG/Frame.hpp
  9. include/SVG/Group.hpp
  10. include/SVG/Path.hpp
  11. include/SVG/Primitives.hpp
  12. include/SVG/Styles.hpp
  13. include/SVG/Transforms.hpp
  14. include/SVG/Types.hpp
  15. include/Socket.hpp
  16. include/Socket/Address.hpp
  17. include/Socket/Cafe.hpp
  18. include/Socket/ConnectedUDP.hpp
  19. include/Socket/Exception.hpp
  20. include/Socket/Port.hpp
  21. include/Socket/TCP.hpp
  22. include/Socket/TCPServer.hpp
  23. include/Socket/UDP.hpp
  24. include/Socket/UDPServer.hpp
  25. include/Threading.hpp
  26. include/Threading/Condition.hpp
  27. include/Threading/Exception.hpp
  28. include/Threading/Mutex.hpp
  29. include/Threading/Semaphore.hpp
  30. include/Threading/Task.hpp
  31. include/Threading/Thread.hpp
  32. include/Threading/ThreadPool.hpp
  33. include/Util.hpp
  34. include/Util/Assert.hpp
  35. include/Util/Date.hpp
  36. include/Util/MTRand.hpp
  37. include/Util/RandomPermutation.hpp
  38. include/Util/Randomizer.hpp
  39. include/Util/SignalHandler.hpp
  40. include/Util/StringFunc.hpp
  41. include/Util/Timer.hpp
  42. include/Util/Tokenizer.hpp
  43. include/XML.hpp
  44. include/XML/Attribute.hpp
  45. include/XML/Document.hpp
  46. include/XML/Finder.hpp
  47. include/XML/Iterator.hpp
  48. include/XML/Node.hpp
  49. include/XML/Streamer.hpp
  50. include/beagle/AbstractAllocT.hpp
  51. include/beagle/AbstractContainerAllocT.hpp
  52. include/beagle/Allocator.hpp
  53. include/beagle/AllocatorT.hpp
  54. include/beagle/ArrayT.hpp
  55. include/beagle/AssertException.hpp
  56. include/beagle/BadCastException.hpp
  57. include/beagle/Beagle.hpp
  58. include/beagle/Bool.hpp
  59. include/beagle/BreederNode.hpp
  60. include/beagle/BreederOp.hpp
  61. include/beagle/Char.hpp
  62. include/beagle/Coev.hpp
  63. include/beagle/Coev/EvaluationOp.hpp
  64. include/beagle/Coev/GPEvaluationOp.hpp
  65. include/beagle/Coev/TermBroadcastOp.hpp
  66. include/beagle/Component.hpp
  67. include/beagle/ComponentMap.hpp
  68. include/beagle/ConfigurationDumper.hpp
  69. include/beagle/Container.hpp
  70. include/beagle/ContainerAllocator.hpp
  71. include/beagle/ContainerAllocatorT.hpp
  72. include/beagle/ContainerT.hpp
  73. include/beagle/Context.hpp
  74. include/beagle/CrossoverOp.hpp
  75. include/beagle/DecimateOp.hpp
  76. include/beagle/Deme.hpp
  77. include/beagle/DemeAlloc.hpp
  78. include/beagle/DemeAllocT.hpp
  79. include/beagle/Double.hpp
  80. include/beagle/EvaluationMultipleOp.hpp
  81. include/beagle/EvaluationOp.hpp
  82. include/beagle/Evolver.hpp
  83. include/beagle/Exception.hpp
  84. include/beagle/Fitness.hpp
  85. include/beagle/FitnessMultiObj.hpp
  86. include/beagle/FitnessMultiObjMin.hpp
  87. include/beagle/FitnessSimple.hpp
  88. include/beagle/FitnessSimpleMin.hpp
  89. include/beagle/Float.hpp
  90. include/beagle/GA.hpp
  91. include/beagle/GA/BitString.hpp
  92. include/beagle/GA/CMAHolder.hpp
  93. include/beagle/GA/CrossoverBlendESVecOp.hpp
  94. include/beagle/GA/CrossoverBlendFltVecOp.hpp
  95. include/beagle/GA/CrossoverIndicesIntVecOp.hpp
  96. include/beagle/GA/CrossoverOnePointBitStrOp.hpp
  97. include/beagle/GA/CrossoverOnePointESVecOp.hpp
  98. include/beagle/GA/CrossoverOnePointFltVecOp.hpp
  99. include/beagle/GA/CrossoverOnePointIntVecOp.hpp
  100. include/beagle/GA/CrossoverOnePointOpT.hpp
  101. include/beagle/GA/CrossoverSBXFltVecOp.hpp
  102. include/beagle/GA/CrossoverTwoPointsBitStrOp.hpp
  103. include/beagle/GA/CrossoverTwoPointsESVecOp.hpp
  104. include/beagle/GA/CrossoverTwoPointsFltVecOp.hpp
  105. include/beagle/GA/CrossoverTwoPointsIntVecOp.hpp
  106. include/beagle/GA/CrossoverTwoPointsOpT.hpp
  107. include/beagle/GA/CrossoverUniformBitStrOp.hpp
  108. include/beagle/GA/CrossoverUniformESVecOp.hpp
  109. include/beagle/GA/CrossoverUniformFltVecOp.hpp
  110. include/beagle/GA/CrossoverUniformIntVecOp.hpp
  111. include/beagle/GA/CrossoverUniformOpT.hpp
  112. include/beagle/GA/ESVector.hpp
  113. include/beagle/GA/EvolverBitString.hpp
  114. include/beagle/GA/EvolverES.hpp
  115. include/beagle/GA/EvolverFloatVector.hpp
  116. include/beagle/GA/EvolverIntegerVector.hpp
  117. include/beagle/GA/FloatVector.hpp
  118. include/beagle/GA/InitBitStrOp.hpp
  119. include/beagle/GA/InitCMAFltVecOp.hpp
  120. include/beagle/GA/InitESVecOp.hpp
  121. include/beagle/GA/InitFltVecOp.hpp
  122. include/beagle/GA/InitIndicesIntVecOp.hpp
  123. include/beagle/GA/InitIntVecOp.hpp
  124. include/beagle/GA/IntegerVector.hpp
  125. include/beagle/GA/MuWCommaLambdaCMAFltVecOp.hpp
  126. include/beagle/GA/MutationCMAFltVecOp.hpp
  127. include/beagle/GA/MutationESVecOp.hpp
  128. include/beagle/GA/MutationFlipBitStrOp.hpp
  129. include/beagle/GA/MutationGaussianFltVecOp.hpp
  130. include/beagle/GA/MutationShuffleIntVecOp.hpp
  131. include/beagle/GA/MutationUniformIntVecOp.hpp
  132. include/beagle/GA/TermCMAOp.hpp
  133. include/beagle/GP.hpp
  134. include/beagle/GP/ADF.hpp
  135. include/beagle/GP/AbsT.hpp
  136. include/beagle/GP/AddT.hpp
  137. include/beagle/GP/And.hpp
  138. include/beagle/GP/Argument.hpp
  139. include/beagle/GP/ArgumentT.hpp
  140. include/beagle/GP/Context.hpp
  141. include/beagle/GP/Cos.hpp
  142. include/beagle/GP/CrossoverConstrainedOp.hpp
  143. include/beagle/GP/CrossoverOp.hpp
  144. include/beagle/GP/Datum.hpp
  145. include/beagle/GP/Deme.hpp
  146. include/beagle/GP/DivideT.hpp
  147. include/beagle/GP/EphemeralDouble.hpp
  148. include/beagle/GP/EphemeralT.hpp
  149. include/beagle/GP/EvaluationOp.hpp
  150. include/beagle/GP/Evolver.hpp
  151. include/beagle/GP/ExecutionException.hpp
  152. include/beagle/GP/Exp.hpp
  153. include/beagle/GP/FitnessKoza.hpp
  154. include/beagle/GP/IfThenElseT.hpp
  155. include/beagle/GP/Individual.hpp
  156. include/beagle/GP/InitFullConstrainedOp.hpp
  157. include/beagle/GP/InitFullOp.hpp
  158. include/beagle/GP/InitGrowConstrainedOp.hpp
  159. include/beagle/GP/InitGrowOp.hpp
  160. include/beagle/GP/InitHalfConstrainedOp.hpp
  161. include/beagle/GP/InitHalfOp.hpp
  162. include/beagle/GP/InitializationOp.hpp
  163. include/beagle/GP/Invoker.hpp
  164. include/beagle/GP/Log.hpp
  165. include/beagle/GP/MaxNodesExecutionException.hpp
  166. include/beagle/GP/MaxTimeExecutionException.hpp
  167. include/beagle/GP/Module.hpp
  168. include/beagle/GP/ModuleCompressOp.hpp
  169. include/beagle/GP/ModuleExpandOp.hpp
  170. include/beagle/GP/ModuleVectorComponent.hpp
  171. include/beagle/GP/MultiplyT.hpp
  172. include/beagle/GP/MutationEphemeralDoubleOp.hpp
  173. include/beagle/GP/MutationEphemeralOpT.hpp
  174. include/beagle/GP/MutationShrinkConstrainedOp.hpp
  175. include/beagle/GP/MutationShrinkOp.hpp
  176. include/beagle/GP/MutationStandardConstrainedOp.hpp
  177. include/beagle/GP/MutationStandardOp.hpp
  178. include/beagle/GP/MutationSwapConstrainedOp.hpp
  179. include/beagle/GP/MutationSwapOp.hpp
  180. include/beagle/GP/MutationSwapSubtreeConstrainedOp.hpp
  181. include/beagle/GP/MutationSwapSubtreeOp.hpp
  182. include/beagle/GP/Nand.hpp
  183. include/beagle/GP/Nor.hpp
  184. include/beagle/GP/Not.hpp
  185. include/beagle/GP/Or.hpp
  186. include/beagle/GP/Primitive.hpp
  187. include/beagle/GP/PrimitiveInline.hpp
  188. include/beagle/GP/PrimitiveMap.hpp
  189. include/beagle/GP/PrimitiveSet.hpp
  190. include/beagle/GP/PrimitiveSuperSet.hpp
  191. include/beagle/GP/PrimitiveUsageStatsOp.hpp
  192. include/beagle/GP/ResourcesExceededExecutionException.hpp
  193. include/beagle/GP/Sin.hpp
  194. include/beagle/GP/StatsCalcFitnessKozaOp.hpp
  195. include/beagle/GP/StatsCalcFitnessSimpleOp.hpp
  196. include/beagle/GP/SubtractT.hpp
  197. include/beagle/GP/System.hpp
  198. include/beagle/GP/TermMaxHitsOp.hpp
  199. include/beagle/GP/TokenT.hpp
  200. include/beagle/GP/Tree.hpp
  201. include/beagle/GP/ValidateOp.hpp
  202. include/beagle/GP/Vivarium.hpp
  203. include/beagle/GP/Xor.hpp
  204. include/beagle/GenerationalOp.hpp
  205. include/beagle/Genotype.hpp
  206. include/beagle/HallOfFame.hpp
  207. include/beagle/HierarchicalFairCompetitionOp.hpp
  208. include/beagle/IOException.hpp
  209. include/beagle/IfThenElseOp.hpp
  210. include/beagle/Individual.hpp
  211. include/beagle/IndividualAlloc.hpp
  212. include/beagle/IndividualAllocT.hpp
  213. include/beagle/IndividualBag.hpp
  214. include/beagle/IndividualSizeFrequencyStatsOp.hpp
  215. include/beagle/InitializationOp.hpp
  216. include/beagle/Int.hpp
  217. include/beagle/InternalException.hpp
  218. include/beagle/InvalidateFitnessOp.hpp
  219. include/beagle/IsEqualMapPairPredicate.hpp
  220. include/beagle/IsEqualPointerPredicate.hpp
  221. include/beagle/IsLessMapPairPredicate.hpp
  222. include/beagle/IsLessPointerPredicate.hpp
  223. include/beagle/IsMorePointerPredicate.hpp
  224. include/beagle/Logger.hpp
  225. include/beagle/LoggerXML.hpp
  226. include/beagle/Long.hpp
  227. include/beagle/Map.hpp
  228. include/beagle/Matrix.hpp
  229. include/beagle/MigrationOp.hpp
  230. include/beagle/MigrationRandomRingOp.hpp
  231. include/beagle/MilestoneReadOp.hpp
  232. include/beagle/MilestoneWriteOp.hpp
  233. include/beagle/MuCommaLambdaOp.hpp
  234. include/beagle/MuPlusLambdaOp.hpp
  235. include/beagle/MutationOp.hpp
  236. include/beagle/NPGA2Op.hpp
  237. include/beagle/NSGA2Op.hpp
  238. include/beagle/NamedObject.hpp
  239. include/beagle/Object.hpp
  240. include/beagle/ObjectException.hpp
  241. include/beagle/Operator.hpp
  242. include/beagle/OperatorMap.hpp
  243. include/beagle/OversizeOp.hpp
  244. include/beagle/ParetoFrontCalculateOp.hpp
  245. include/beagle/ParetoFrontHOF.hpp
  246. include/beagle/Pointer.hpp
  247. include/beagle/PointerT.hpp
  248. include/beagle/RandomShuffleDemeOp.hpp
  249. include/beagle/Randomizer.hpp
  250. include/beagle/Register.hpp
  251. include/beagle/RegisterReadOp.hpp
  252. include/beagle/ReplacementStrategyOp.hpp
  253. include/beagle/RouletteT.hpp
  254. include/beagle/RunTimeException.hpp
  255. include/beagle/SelectParsimonyTournOp.hpp
  256. include/beagle/SelectRandomOp.hpp
  257. include/beagle/SelectRouletteOp.hpp
  258. include/beagle/SelectTournamentOp.hpp
  259. include/beagle/SelectionOp.hpp
  260. include/beagle/Short.hpp
  261. include/beagle/Stats.hpp
  262. include/beagle/StatsCalcFitnessMultiObjOp.hpp
  263. include/beagle/StatsCalcFitnessSimpleOp.hpp
  264. include/beagle/StatsCalculateOp.hpp
  265. include/beagle/SteadyStateOp.hpp
  266. include/beagle/String.hpp
  267. include/beagle/System.hpp
  268. include/beagle/TargetedException.hpp
  269. include/beagle/TermMaxEvalsOp.hpp
  270. include/beagle/TermMaxFitnessOp.hpp
  271. include/beagle/TermMaxGenOp.hpp
  272. include/beagle/TermMinFitnessOp.hpp
  273. include/beagle/TerminationOp.hpp
  274. include/beagle/UChar.hpp
  275. include/beagle/UInt.hpp
  276. include/beagle/ULong.hpp
  277. include/beagle/UShort.hpp
  278. include/beagle/ValidationException.hpp
  279. include/beagle/Vector.hpp
  280. include/beagle/Vivarium.hpp
  281. include/beagle/VivariumAlloc.hpp
  282. include/beagle/VivariumAllocT.hpp
  283. include/beagle/WrapperT.hpp
  284. include/beagle/castObjectT.hpp
  285. include/beagle/config.hpp
  286. include/beagle/macros.hpp
  287. include/gzstream.h
  288. lib/libbeagle-3.0.3.so
  289. lib/libbeagle-Coev-3.0.3.so
  290. lib/libbeagle-Coev.a
  291. lib/libbeagle-Coev.so
  292. lib/libbeagle-GA-3.0.3.so
  293. lib/libbeagle-GA.a
  294. lib/libbeagle-GA.so
  295. lib/libbeagle-GP-3.0.3.so
  296. lib/libbeagle-GP.a
  297. lib/libbeagle-GP.so
  298. lib/libbeagle.a
  299. lib/libbeagle.so
  300. lib/libpacc-math-1.3.1b.so
  301. lib/libpacc-math.a
  302. lib/libpacc-math.so
  303. lib/libpacc-socket-1.3.1b.so
  304. lib/libpacc-socket.a
  305. lib/libpacc-socket.so
  306. lib/libpacc-svg-1.3.1b.so
  307. lib/libpacc-svg.a
  308. lib/libpacc-svg.so
  309. lib/libpacc-threading-1.3.1b.so
  310. lib/libpacc-threading.a
  311. lib/libpacc-threading.so
  312. lib/libpacc-util-1.3.1b.so
  313. lib/libpacc-util.a
  314. lib/libpacc-util.so
  315. lib/libpacc-xml-1.3.1b.so
  316. lib/libpacc-xml.a
  317. lib/libpacc-xml.so
  318. @owner
  319. @group
  320. @mode
Collapse this list.
Dependency lines:
  • open-beagle>0:devel/open-beagle
Conflicts:
CONFLICTS:
  • beagle
Conflicts Matches:
There are no Conflicts Matches for this port. This is usually an error.
To install the port:
cd /usr/ports/devel/open-beagle/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/open-beagle
  • pkg install open-beagle
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: open-beagle
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (beagle-3.0.3.tar.gz) = 2e481dc180bc1f665ade82f0568db4d67f4b8b3f32bc155f1358fd48630e2935 SIZE (beagle-3.0.3.tar.gz) = 5002994

Packages (timestamps in pop-ups are UTC):
open-beagle
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.0.3_13.0.3_13.0.3_13.0.3_13.0.3_1-3.0.3_1-
FreeBSD:13:quarterly3.0.3_13.0.3_13.0.3_13.0.3_13.0.3_13.0.3_13.0.3_13.0.3_1
FreeBSD:14:latest3.0.3_13.0.3_13.0.3_13.0.3_13.0.3_13.0.3_1-3.0.3_1
FreeBSD:14:quarterly3.0.3_13.0.3_1-3.0.3_13.0.3_13.0.3_13.0.3_13.0.3_1
FreeBSD:15:latest3.0.3_13.0.3_1n/a3.0.3_1n/a3.0.3_13.0.3_13.0.3_1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gsed : textproc/gsed
  2. gmake>=4.3 : devel/gmake
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_open-beagle
USES:
gmake libtool
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (56 items)
Collapse this list.
  1. http://cfhcable.dl.sourceforge.net/project/beagle/beagle/3.0.3/
  2. http://cytranet.dl.sourceforge.net/project/beagle/beagle/3.0.3/
  3. http://deac-ams.dl.sourceforge.net/project/beagle/beagle/3.0.3/
  4. http://deac-fra.dl.sourceforge.net/project/beagle/beagle/3.0.3/
  5. http://deac-riga.dl.sourceforge.net/project/beagle/beagle/3.0.3/
  6. http://downloads.sourceforge.net/project/beagle/beagle/3.0.3/
  7. http://excellmedia.dl.sourceforge.net/project/beagle/beagle/3.0.3/
  8. http://freefr.dl.sourceforge.net/project/beagle/beagle/3.0.3/
  9. http://gigenet.dl.sourceforge.net/project/beagle/beagle/3.0.3/
  10. http://ixpeering.dl.sourceforge.net/project/beagle/beagle/3.0.3/
  11. http://jaist.dl.sourceforge.net/project/beagle/beagle/3.0.3/
  12. http://jztkft.dl.sourceforge.net/project/beagle/beagle/3.0.3/
  13. http://kumisystems.dl.sourceforge.net/project/beagle/beagle/3.0.3/
  14. http://liquidtelecom.dl.sourceforge.net/project/beagle/beagle/3.0.3/
  15. http://nchc.dl.sourceforge.net/project/beagle/beagle/3.0.3/
  16. http://netactuate.dl.sourceforge.net/project/beagle/beagle/3.0.3/
  17. http://netcologne.dl.sourceforge.net/project/beagle/beagle/3.0.3/
  18. http://netix.dl.sourceforge.net/project/beagle/beagle/3.0.3/
  19. http://onboardcloud.dl.sourceforge.net/project/beagle/beagle/3.0.3/
  20. http://phoenixnap.dl.sourceforge.net/project/beagle/beagle/3.0.3/
  21. http://razaoinfo.dl.sourceforge.net/project/beagle/beagle/3.0.3/
  22. http://sinalbr.dl.sourceforge.net/project/beagle/beagle/3.0.3/
  23. http://sitsa.dl.sourceforge.net/project/beagle/beagle/3.0.3/
  24. http://sonik.dl.sourceforge.net/project/beagle/beagle/3.0.3/
  25. http://tenet.dl.sourceforge.net/project/beagle/beagle/3.0.3/
  26. http://udomain.dl.sourceforge.net/project/beagle/beagle/3.0.3/
  27. http://ufpr.dl.sourceforge.net/project/beagle/beagle/3.0.3/
  28. http://versaweb.dl.sourceforge.net/project/beagle/beagle/3.0.3/
  29. https://cfhcable.dl.sourceforge.net/project/beagle/beagle/3.0.3/
  30. https://cytranet.dl.sourceforge.net/project/beagle/beagle/3.0.3/
  31. https://deac-ams.dl.sourceforge.net/project/beagle/beagle/3.0.3/
  32. https://deac-fra.dl.sourceforge.net/project/beagle/beagle/3.0.3/
  33. https://deac-riga.dl.sourceforge.net/project/beagle/beagle/3.0.3/
  34. https://downloads.sourceforge.net/project/beagle/beagle/3.0.3/
  35. https://excellmedia.dl.sourceforge.net/project/beagle/beagle/3.0.3/
  36. https://freefr.dl.sourceforge.net/project/beagle/beagle/3.0.3/
  37. https://gigenet.dl.sourceforge.net/project/beagle/beagle/3.0.3/
  38. https://ixpeering.dl.sourceforge.net/project/beagle/beagle/3.0.3/
  39. https://jaist.dl.sourceforge.net/project/beagle/beagle/3.0.3/
  40. https://jztkft.dl.sourceforge.net/project/beagle/beagle/3.0.3/
  41. https://kumisystems.dl.sourceforge.net/project/beagle/beagle/3.0.3/
  42. https://liquidtelecom.dl.sourceforge.net/project/beagle/beagle/3.0.3/
  43. https://nchc.dl.sourceforge.net/project/beagle/beagle/3.0.3/
  44. https://netactuate.dl.sourceforge.net/project/beagle/beagle/3.0.3/
  45. https://netcologne.dl.sourceforge.net/project/beagle/beagle/3.0.3/
  46. https://netix.dl.sourceforge.net/project/beagle/beagle/3.0.3/
  47. https://onboardcloud.dl.sourceforge.net/project/beagle/beagle/3.0.3/
  48. https://phoenixnap.dl.sourceforge.net/project/beagle/beagle/3.0.3/
  49. https://razaoinfo.dl.sourceforge.net/project/beagle/beagle/3.0.3/
  50. https://sinalbr.dl.sourceforge.net/project/beagle/beagle/3.0.3/
  51. https://sitsa.dl.sourceforge.net/project/beagle/beagle/3.0.3/
  52. https://sonik.dl.sourceforge.net/project/beagle/beagle/3.0.3/
  53. https://tenet.dl.sourceforge.net/project/beagle/beagle/3.0.3/
  54. https://udomain.dl.sourceforge.net/project/beagle/beagle/3.0.3/
  55. https://ufpr.dl.sourceforge.net/project/beagle/beagle/3.0.3/
  56. https://versaweb.dl.sourceforge.net/project/beagle/beagle/3.0.3/
Collapse this list.

Number of commits found: 28

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.0.3_1
01 Nov 2023 22:11:47
commit hash: 05f0f44a557a53913001d6debf17965dfb799288commit hash: 05f0f44a557a53913001d6debf17965dfb799288commit hash: 05f0f44a557a53913001d6debf17965dfb799288commit hash: 05f0f44a557a53913001d6debf17965dfb799288 files touched by this commit
Rodrigo Osorio (rodrigo) search for other commits by this committer
*/*: Update WWW to use HTTPS for sourceforge.net projects

Homepage link is permanent redirected to its HTTPS counterpart
3.0.3_1
21 Jul 2023 14:45:28
commit hash: eec565a2d995eb9ca9c573fd8996cc1add81acb4commit hash: eec565a2d995eb9ca9c573fd8996cc1add81acb4commit hash: eec565a2d995eb9ca9c573fd8996cc1add81acb4commit hash: eec565a2d995eb9ca9c573fd8996cc1add81acb4 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/open-beagle: Fix build with llvm16

- Pet portclippy

Sponsored by:	The FreeBSD Foundation
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
3.0.3_1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.0.3_1
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.0.3_1
29 Oct 2021 09:50:18
commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08acommit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08acommit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08acommit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a files touched by this commit
Stefan Eßer (se) search for other commits by this committer
*/*: Remove redundant '-[0-9]*' from CONFLICTS

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".

Approved by:	portmgr (blanket)
3.0.3_1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
3.0.3_1
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
3.0.3_1
27 Oct 2014 10:40:08
Revision:371546Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
3.0.3_1
25 Jul 2014 14:07:05
Revision:362909Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Switch to USES=libtool, drop .la files
- Strip libraries
3.0.3
10 Jun 2014 07:39:02
Revision:357277Original commit files touched by this commit
olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.

CR:		D196
Approved by:	portmgr (bapt)
3.0.3
19 Feb 2014 09:36:36
Revision:345049Original commit files touched by this commit
miwi search for other commits by this committer
- Stage support
3.0.3
20 Sep 2013 17:13:47
Revision:327724Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
3.0.3
01 Jul 2012 16:52:22
Original commit files touched by this commit
pawel search for other commits by this committer
Fix build with clang
3.0.3
03 Jul 2011 14:59:23
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
3.0.3
04 Dec 2010 07:34:27
Original commit files touched by this commit
ade search for other commits by this committer
Sync to new bsd.autotools.mk
3.0.3
22 Aug 2009 00:18:43
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with D
3.0.3
02 Aug 2009 19:36:34
Original commit files touched by this commit
mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
3.0.3
03 Sep 2008 02:57:44
Original commit files touched by this commit
linimon search for other commits by this committer
Reset sf@slappy.org due to maintainer-timeouts and no response to email.

Hat:    portmgr
3.0.3
02 Sep 2008 21:52:16
Original commit files touched by this commit
lippe search for other commits by this committer
- Update to 3.0.3.
- Makefile style.

PR:             ports/125557
Submitted by:   bf <bf2006a@yahoo.org>
Approved by:    maintainer timeout (> 2 weeks)
3.0.1
25 Jul 2008 14:34:52
Original commit files touched by this commit
pav search for other commits by this committer
- Remove USE_GCC where it can be satisfied with base compiler on following
  FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
3.0.1
10 Jun 2007 23:21:58
Original commit files touched by this commit
itetcu search for other commits by this committer
remove 4.x support

PR:             ports/111858
Submitted by:   araujo@
Approved by:    maintainer
3.0.1
01 Feb 2007 02:42:06
Original commit files touched by this commit
kris search for other commits by this committer
Use libtool port instead of included version to avoid objformat a.out botch
3.0.1
14 Sep 2006 01:14:17
Original commit files touched by this commit
rafan search for other commits by this committer
- Remove no longer used patch

Forgotten by:   rafan
3.0.1
13 Sep 2006 17:09:33
Original commit files touched by this commit
rafan search for other commits by this committer
- Update to 3.0.1
- Pass maintainership to submitter

PR:             ports/103173
Submitted by:   Scott Flatman <sf at slappy.org>
2.2.0
14 Aug 2006 22:55:18
Original commit files touched by this commit
clsung search for other commits by this committer
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include comms/ converters/ databases/ devel/ maintained by ports@

PR:             ports/101916
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
2.2.0
24 Nov 2005 15:40:04
Original commit files touched by this commit
pav search for other commits by this committer
- Add some SHA256 checksums
2.2.0
02 Oct 2005 06:07:31
Original commit files touched by this commit
tmclaugh search for other commits by this committer
-devel/beagle has been repo-copied to devel/open-beagle to reflect the
 project's name.

Approved by:    ahze (mentor)
Repo-copy:      marcus

Number of commits found: 28